* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --body-bg: #fff;
  --body-color: #282828;
  --greycolor: #F6F7F8;
  --border-color: #DFDFDF;
  --transition: all 0.3s ease-in-out;
  --link-color: #3A3A3C;
  --link-hover-color: #0275CD;
  --color-1: #0275CD;
  --color-2: #86B52E;
  --color-3: #0D223B;
  --color-4: #EEF6DF;
  --color-5: #797979;
  --color-6: #F6F7F8;
  --body-font: Inter;
  --font-size: 18px;
  --btn-bg-color: #0275CD;
  --btn-bg-hover-color: #fff;
  --btn-txt-color: #fff;
  --btn-txt-hover-color: #0275CD;
}

html {
  overflow-x: hidden;
}

body {  
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: var(--body-bg);
  font-family: var(--body-font);
  font-size: var(--font-size);
  color: var(--body-color);
  line-height: 130%;
  font-weight: 400;
  overflow-x: hidden;
}
body.menu-open {
    overflow: hidden;
    width: 100%;
}

section {
  overflow-x: hidden;
}
.wrapper {
  padding-bottom: 60px;
}
.wrapper.style-1 {
  background: #F4F4F4;
}
.wrapper #top-banner {
  padding-top: 0;
}
.inner-wrapper {
  background: #fff;
  padding: 42px;
  border-radius: 40px;
}


ul {
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  display: block;
  text-decoration: none;
  color: var(--link-color);
  transition: var(--transition);
}
a:hover {
  color: var(--color-2);
}
a.line,
a.hoverline:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
}
a.readmore {
  position: relative;
  color: var(--color-1);
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
a.readmore:after {
  position: relative;
  top: 2px;
  content: "\f061";
  font-family: icon;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
a.readmore:hover {
  color: var(--color-2);
}
a.readmore:hover:after {
  padding-left: 13px;
}

/* Heading Titles START */

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
}

.heading__title {
  font-size: 52px;
  line-height: 120%;
	margin-bottom: 20px;
}
.heading__title.type-2 {
  font-size: 42px;
}
.heading__title.center {
  text-align: center;
}
.heading__title.row {
	justify-content: space-between;
}
.heading__title.row .title {
	width: 100%;
	max-width: 90%;
	padding-right: 20px;
}
.heading__title.row .slick-buttons {
	width: 100%;
	max-width: 80px;
}
span.subtitle {
  display: block;
  margin-bottom: 40px;
}
span.subtitle.center {
  text-align: center;
}

/* Heading Titles END */

/* Paragraph START */

p {
	line-height: 140%;
	margin: 0;
}
p:not(:last-child) {
	margin-bottom: 12px;
}

.webkit__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Paragraph END */


/* Buttons START */

button,
input.button {
  transition: var(--transition);
  cursor: pointer;
  width: auto;
}

.custom__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  height: 70px;
  width: auto;
  padding: 0 20px;
  background: var(--btn-bg-color);
  border: 1px solid var(--btn-bg-color);
  color: var(--btn-txt-color);
  border-radius: 50px;
  transition: var(--transition);
}
.custom__btn:hover {
  background: var(--btn-bg-hover-color);
  border-color: var(--btn-bg-hover);
  color: var(--btn-txt-hover-color);
}
.custom__btn.white {
  background: #fff;
  color: var(--color-1);
  border-color: var(--color-1);
}
.custom__btn.white:hover {
  background: var(--color-1);
  color: #fff;
}
.custom__btn .icon {
  display: inline-block;
  margin-right: 10px;
}
.custom__btn.right-icon .icon {
  margin: 0 0 0 11px;
}
.custom__btn.small {
  height: 48px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 12px;
}
.custom__btn.br-50 {
  border-radius: 50px;
}


/* Buttons END */

/* Swiper */

.slide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  border-radius: 20px;
  background: var(--color-3);
  color: #fff;  
}

.slide-button:after {
  font-size: 16px;
}
.slide-button {
  width: 32px;
  height: 32px;
  background: var(--color-1);
  color: #fff;
  border-radius: 8px;
}
.slide-button.white {
  background: #fff;
  color: #636366;
}

.slider-buttons-row {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
  margin-left: auto;
}

.slider-buttons-row .slide-button {
  position: relative;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  bottom: inherit !important;
  transform: none !important;
}

/* END */


/* Custom Form START */

input, button, textarea, select {
  font-family: var(--body-font);
  outline: none;
  background: none;
  border: none;
  color: var(--body-color);
  width: 100%;
}

input::placeholder {
  opacity: 1 !important;
}

/* Убираем кнопки для всех input[type="number"] */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Для Firefox */
}

.field__group {
  position: relative;
  z-index: 1;
}

.field__group input,
.field__group select {
  width: 100%;
  height: 70px;
  border: 1px solid var(--border-color);
  border-color: transparent;
  border-radius: 50px;
  background: #fff;
  padding: 0 22px;
  font-size: 18px;
  font-weight: 400;
}
.field__group textarea {
	width: 100%;
	border: 1px solid var(--border-color);
  padding: 0 15px;
}


.field__group label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #636366;
  transition: all 0.1s ease-in-out;
  z-index: 3;
}
.field__group input:focus + label {
  top: 6px;
  left: 22px;
  transform: none;
  font-size: 12px;
}

/* Custom Form END */

/* Animation START */

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* END */

/* Icons START */

.fa {
  font-family: icon;
}

/* Icons END */

/* Images START */

img {
  display: block;
  width: 100%;
  height: auto;
}
img.center {
  margin: 0 auto;
}
img.object {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Images END */

/* Margin and Padding START */

.p-80 {
  padding: 80px 0;
}
.p-60 {
  padding: 60px 0;
}
.p-35 {
  padding: 35px 0;
}

/* Margin and Padding END */

/* Body Style START */

#header {
  position: relative;
  width: 100%;
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
  
  z-index: 98;
}

.top__header {
  background: var(--color-3);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 0;
}
.top__header a {
  color: #fff;
}
.top__header a:hover {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
  opacity: 0.7;
}
.top__header ul {
  gap: 32px;
}
.top__header ul > li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.header__center {
  padding: 19px 0 13px;
}

.navigation li:not(:last-child) {
  margin-right: 20px;
}


.navigation li.parent {
  position: relative;
}
.navigation ul.dropmenu-box > li {
  margin: 0 !important;
}


.navigation li.parent a {
  padding-right: 20px;
}
.navigation li.parent a:after {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 14px;
  font-family: icon;
  content: "\f078";
  transform: translateY(-50%);
  transform-origin: center 55%;
  transition: all .20s cubic-bezier(.485,.005,.56,1);
}


.navigation li.parent:hover a:after {
  transform: translateY(-50%) rotate(-180deg);
}
.navigation li.parent .dropmenu-box li a:after {
  content: none;
}
.navigation li.parent .dropmenu-box li a:hover {
  color: var(--color-1);
}
.navigation li.parent .dropmenu-box li.parent a:after {
  content: "\f078";
  transform: translateY(-50%) rotate(0deg);
}
.navigation li.parent .dropmenu-box li.parent:hover a:after {
  transform: translateY(-50%) rotate(-90deg);
}

.dropmenu-box {
  display: inline-block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  max-width: 300px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 40px 40px 0px #48484824;
  padding: 0;
  -webkit-transform: rotateX(-20deg);
  transform: rotateX(-20deg);
  -webkit-transform-origin: center -20px;
  transform-origin: center -20px;
  
}
.navigation ul > li.parent:hover .dropmenu-box {
  opacity: 1;
  overflow: visible;
  height: auto;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  z-index: 5;
}
.dropmenu-box li {
  padding: 0 20px;
}
.dropmenu-box li a {
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 300;
}

.lang {
  gap: 12px;
}
.lang a {
  background: #fff;
  border-radius: 4px;
  font-weight: 500;
  color: #797979;
  padding: 4px 12px;
}
.lang a.active {
  color: #fff;
  background: var(--color-2);
}
.lang a:hover {
  background: var(--color-5);
  color: #fff;
}

.header__bottom .logo {
  max-width: 158px;
  margin-right: 20px;
}
.header__bottom .go-catalog {
  max-width: 140px;
  margin-right: 8px;
}
.header__bottom .search {
  width: 100%;
  max-width: 67.8%;
  margin-right: 20px;
}
.search .search-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  z-index: 3;
  color: #8E8E93;
}
.search input {
  position: relative;
  background: var(--greycolor);
  height: 48px;
  padding: 0 16px 0 46px;
  color: var(--body-color);
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  z-index: 2;
}
.search input::placeholder {
  color: #8E8E93;
}
#header.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.28);
}
#header.sticky {
  padding: 10px 0;
}
#header.sticky .top__header,
#header.sticky .header__center {
  display: none;
}

.burger-menubox {
  display: none;
  margin-right: 8px;
}
#header.sticky .burger-menubox {
  display: block;
}
#header.sticky .header__bottom .search {
  max-width: 60%;
}

.burger {
  position: relative;
  display: block !important;  
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background-color: var(--border-color);
  z-index: 90;  
}
.burger p {
  font-size: 9px;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 60%;
  margin-left: -15px;
  margin-top: -7px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 6px;
  background-color: var(--body-color);
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: var(--body-color);
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
.nav__burger {
  flex-direction: column;  
  background: #2A2A2A;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 340px;
  width: 100%;
  padding: 40px 30px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav__burger .flexbox {
    display: block;
}
.nav__burger.top-position {
  top: 72px;
}
.nav__burger.show {
  display: flex;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.nav__burger .custom__btn {
    margin-top: auto;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 400;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #191919C4;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 1;
  z-index: 89;
  visibility: visible;
}
.burger-logo {
    position: absolute;
    top: 27px;
    left: 16px;
    max-width: 107px;
}

.mobnav .row {
  display: block;
}

.mobnav li:not(:last-child) {
    margin-bottom: 16px;
}
.mobnav li a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 10px 0;
  border-radius: 12px;
}
.mobnav li {
  color: var(--color-2);
  font-size: 20px;
  padding: 0 16px;
}
.mobnav li a:hover {
  background: var(--color-2);
}
.close-burger {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
    width: 45px;
    height: 45px;
    top: 16px;
    right: 16px;
    background: var(--color-1);
    border-radius: 8px;
}
.close-burger svg {
    transition: all 0.2s ease-in-out;
    width: 16px;
    height: 16px;
}
.close-burger:hover svg {
  transform: rotate(90deg);
}
.close-burger svg path {
    stroke: #fff;
}

.lang-select {
    position: relative;
    display: none;
    cursor: pointer;
    background: var(--greycolor);
    padding: 0 6px;
    height: 48px;
    align-content: center;
    border-radius: 6px;
    margin-left: 12px;
}
#header.sticky .lang-select {
  display: inline-block;
}
#header.sticky .custom__btn.ml-auto {
  width: 48px;
  border-radius: 50%;
}
#header.sticky .custom__btn.ml-auto .icon {
  margin: 0;
  font-size: 20px;
}
#header.sticky .custom__btn.ml-auto .title {
  display: none;
}

.lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
    font-size: 9px;
}

.lang-current::after {
    content: "\f078";
    font-family: "icon";
    font-size: 9px;
    margin-left: 3px;
    transition: transform .3s ease;
}

.lang-select.open .lang-current::after {
    transform: rotate(180deg);
}

.lang-current img,
.lang img {
    width: 20px;
    height: 20px;
}

#header.sticky .lang {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: var(--greycolor);
    border: 1px solid var(--border-color);
    font-size: 12px;
    border-radius: 12px;
    min-width: 100px;
    overflow: hidden;
    z-index: 100;
}

.lang-select.open .lang {
    display: block !important;
}

.lang li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    cursor: pointer;
}

.lang li:hover {
    background: #f5f5f5;
}

.lang li.active {
    font-weight: 600;
}

.breadcrumbs {
  padding: 16px 0 28px;
}
.breadcrumbs ul {
  align-items: center;
}
.breadcrumbs ul > li {
  position: relative;
}
.breadcrumbs ul > li:not(:last-child):after {
  position: absolute;
  top: 59%;
  transform: translateY(-50%);
  right: 0;
  content: "-";
  color: #A2A3B1;
}
.breadcrumbs ul > li:not(:last-child) {
  margin-right: 9px;
  padding-right: 16px;
}
.breadcrumbs li > a:hover {
  color: var(--link-hover-color);
}
.breadcrumbs li > a,
.breadcrumbs li > span {
  font-size: 14px;
  line-height: 120%;
  color: #A2A3B1;
} 
.breadcrumbs li > span {
  display: inline-block;
  color: #3A3A3C;
}

#top-banner figure {
  height: 100%;
}
#top-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.banner__item {
  background: var(--color-2);
  border-radius: 12px;
  color: #fff;
  max-height: 526px;
  overflow: hidden;
}
.banner__item .content {
  padding: 66px 53px;
}
.banner__item .banner__title {
  font-size: 55px;
  font-weight: 800;
  line-height: 97%;
  margin-bottom: 20px;
}
.banner__item .banner__subtitle {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 120%;
  font-weight: 500;
  margin-bottom: 20px;
}
#top-banner.type-2 .banner__title {
  font-size: 42px;
}
.banner__item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
#top-banner {
  padding: 19px 0 16px;
}
.banner__item .buttons {
  gap: 12px;
}
.banner__item .buttons .custom__btn {
  border: 2px solid var(--color-1);
}
#top-banner .slider-buttons-row {
  z-index: 5;
  bottom: 12px;
  right: 12px;
}
#top-banner.style-2 .banner__title {
  font-size: 42px;
  line-height: 120%;
}
#top-banner.style-2 .banner__item .content {
  padding: 50px;
}
#top-banner.style-2 .banner__item p {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 40px;
}

.banner__item.swiper-slide-active .banner__title {
  animation: fadeInDown 1.2s both;
}
.banner__item.swiper-slide-active .banner__subtitle {
  animation: fadeInUp 1.5s both;
}
.banner__item.swiper-slide-active p {
  animation: fadeInUp 1.8s both;
}
.banner__item.swiper-slide-active .buttons {
  animation: fadeInUp 1.9s both;
}
.banner__item.swiper-slide-active img {
  animation: fadeInRight 1s both;
}

.filter__top {
  position: relative;
  margin-bottom: 24px;
  z-index: 90;
}
#filter-top.sticky {
  position: fixed;
  top: 67px;
  background: #dfdfdf;
  width: 100%;
  max-width: 1688px;
  margin: 0 auto;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}
.filter__top .title {
  font-weight: 600;
}
.filter__subtitle {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #8E8E93;
}
.filter__form {
  margin-left: auto;
}
.filter__form .field__group {
  position: relative;
  z-index: 1;
}
.filter__form .field__group .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.filter__form .field__group select {
  position: relative;
  height: 56px;
  border-radius: 8px;
  padding: 0 20px 0 48px;
  cursor: pointer;
  font-size: 16px;
}
.filter__form .field__group:not(:last-child) {
  margin-right: 82px;
}
.reset__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  color: #8E8E93;
  border: 1px solid #DADADA;
  height: 56px;
}
.reset__button i {
  font-size: 20px;
}
.reset__button:hover {
  background: var(--color-5);
  border-color: var(--color-5);
  color: #fff;
}

#boxes-row {
  padding-bottom: 80px;
}

.iconbox-1 {
  background: var(--greycolor);
  padding: 22px;
  border-radius: 16px;
  color: #0C142C;
  line-height: 120%;
  text-align: center;
}
.iconbox-1.grey {
  background: var(--greycolor);
}
.iconbox-1.white {
  background: var(--greycolor);
}
.iconbox-1 .image-icon {
  margin: 0 auto 10px;
  background: var(--color-2);
  border-radius: 12px;
  width: 48px;
  height: 48px;
  text-align: center;
  align-content: center;
  padding: 14px;
}

.column-6 {
  gap: 16px;
}
.column-6 .iconbox-1 {
  width: 100%;
  max-width: 15.87%;
}

.little-icon-row {
  gap: 30px;
  align-items: center;
  margin: 20px 0;
}
.little-icon-row li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
}
.little-icon-row .icon {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.quotebox {
  background: #fff;
  border-radius: 20px;
  padding: 24px;
}
.quotebox .title {
  margin-bottom: 14px;
}

#banner-2 .col-6:nth-child(2) {
  padding-left: 180px;
}
#banner-2 .col-6:nth-child(2) figure {
  overflow: hidden;
  border-radius: 32px;
}
#banner-2 .custom__btn {
  margin-bottom: 20px;
}

.catalog-buttons-row {
  gap: 12px;
}
.catalog-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 24.4%;
  font-size: 16px;
  line-height: 110%;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 24px 16px;
}
.catalog-button:hover {
  box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.28);
  color: var(--color-5);
}
.catalog-button:hover img {
  filter: grayscale(1);
}
.catalog-button .content {
  width: 100%;
  max-width: 203px;
}
.catalog-button span {
  display: inline-block;
}
.catalog-button .brand {
  border: 1px solid #E9E9E9;
  border-radius: 12px;
  width: 104px;
  height: 65px;
  padding: 5px;
}
.catalog-button .brand img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  transition: var(--transition);
}

.catalog-button .name {
  width: 100%;
  max-width: 100%;
  margin-bottom: 12px;
}
.catalog-button .brandname {
  display: block;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 120%;
  font-weight: 600;
}
.catalog-button .icon-arrow-up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 20px;
  border-radius: 9px;
  background: var(--color-1);
  transition: all 0.1s ease-in-out;
  color: #fff;
}
.catalog-button .icon-arrow-up:hover {
  margin-top: -5px;
  background: var(--color-2);
}

.form-type-1 {
  background: var(--color-3);
  color: #fff;
  border-radius: 24px;
}
.form-type-1 .content {
  padding: 40px 20px 50px 80px;
}
.form-type-1 .title {
  font-size: 52px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 16px;
}
.form-type-1 p {
  font-size: 22px;
  line-height: 130%;
  font-weight: 500;
  margin-bottom: 32px;
}
.form-type-1 figure {
  max-width: 490px;
  margin: 0 auto;
}
.form-type-1 .gap-8 {
  gap: 8px;
}
.form-type-1 .field__group,
.form-type-1 .custom__btn {
  width: 100%;
  max-width: 32.7%;
}
.form-type-1.type-2 {
  background: var(--color-2);
  overflow: hidden;
}
.form-type-1.type-2 .col-6:nth-child(2) {
  padding: 0;
}
.form-type-1.type-2 .content {
  padding: 40px;
}
.form-type-1.type-2 figure {
  max-width: 100%;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.form-type-1.type-2 figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.form-type-1.type-2 .field__group, 
.form-type-1.type-2 .custom__btn {
  max-width: 32.6%;
}
.form-type-1.type-2 .custom__btn {
  font-size: 16px;
}
.form-type-1.type-2 .title {
  font-size: 37px;
  line-height: 120%;
}

.check {
  position: relative;
  margin-top: 18px;
}
.check input {
  display: none;
}
.check label {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 115%;
  padding-left: 33px;
  cursor: pointer;
}
.check label a {
  display: inline;
  color: #fff;
  opacity: 0.7;
}
.check label a:hover {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
}
.check label:before {
  position: absolute;
  align-content: center;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  font-family: icon;
  font-size: 12px;
  border: 1px solid var(--color-2);
  border-radius: 4px;
}
.check.border label:before {
  border-color: var(--color-2);
}
.check input:checked + label:before {
  content: "\f00c";
  color: var(--color-2);
}
.form-type-1.type-2 .check label::before {
  border-color: var(--color-4);
}
.form-type-1.type-2 .check input:checked + label:before {
  content: "\f00c";
  color: var(--color-4);
}

.tab-content {
  position: relative;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  height: 0;
}
.tab-content.active,
.tab-content.fixed {
  visibility: visible;
  opacity: 1;
  height: auto;
  
}
.function-list.mb-40 {
  margin-bottom: 40px;
}
.function-list h4 {
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 12px;
}
.function-list li {
  position: relative;
  padding-left: 16px;
  color: var(--link-color);
}
.function-list li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "-";
}
.function-list li:not(:last-child) {
  margin-bottom: 16px;
}

.gallery-swiper.tab-content {
  height: 0;
  overflow: hidden;
}
.gallery-swiper.tab-content.active {
  height: 464px;
}
.gallery-swiper .swiper-slide {
  height: 464px;
  border-radius: 16px;
  overflow: hidden;
}
.gallery-swiper .slider-wrapper {
  padding: 0 60px;
}

.gallery-swiper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.tab-row {
  gap: 10px;
  margin-bottom: 24px;
}
.tab-row .custom__btn {
  background: var(--greycolor);
  color: var(--body-color);
  border-color: var(--greycolor);
}
.tab-row .custom__btn.active,
.tab-row .custom__btn:hover {
  background: var(--color-1);
  color: #fff;
  border-color: var(--color-1);
}

#banner-3 {
  color: #fff;
  min-height: 590px;
}
#banner-3 figure {
  max-width: 900px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
#banner-3 figure img {
  border-radius: 16px;
}
#banner-3 figure:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: var(--color-2);
  width: 500px;
  height: 384px;
  border-radius: 16px;
  top: -37px;
  right: -37px;
}
#banner-3 .title {
  font-size: 52px;
  line-height: 120%;
  margin-bottom: 20px;
}
#banner-3 p {
  font-size: 26px;
}

.list__style li {
  position: relative;
  font-size: 16px;
  line-height: 130%;
  color: #8E8E93;
  padding-left: 20px;
}
.list__style li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #8E8E93;
  border-radius: 50%;
  content: "";
}
.list__style li:not(:last-child) {
  margin-bottom: 7px;
}
.list__style-2 {
  max-width: 662px;
}
.list__style-2 li {
  position: relative;
  font-size: 26px;
  padding-left: 42px;
  line-height: 140%;
}
.list__style-2 li:not(:last-child) {
  margin-bottom: 24px;
}
.list__style-2 li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  background: #fff;
  content: "";
}
.list__style-2.type-2 li:before {
  background: var(--color-3);
}
.list__style-2 li:after {
  position: absolute;
  top: 1px;
  left: 6px;
  color: var(--color-3);
  font-size: 16px;
  font-family: icon;
  content: "\f00c";
}
.list__style-2.type-2 li:after {
  color: #fff;
}
.trigger-box {
  border-radius: 24px;
  transition: all 0.1s ease-in-out;
  overflow: hidden;
}
.trigger-box figure {
  position: relative;
  background: var(--color-4);
  height: 343px;
  overflow: hidden;
}
.trigger-box figure img {
  max-width: 390px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
  right: 0;
}
.trigger-box:hover img {
  right: -15px;
}
.trigger-box:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}
.trigger-box .content {
  background: var(--color-6);
  padding: 40px 16px 32px;
}
.trigger-box .content .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
#spheres p {
  font-size: 22px;
  line-height: 140%;
}
#spheres .trigger-box-2 {
  border: 1px solid #EBEBEBE0;
}
.services-row .col-4 {
  padding-bottom: 32px;
}
.trigger-box-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 36px 24px;
  border-radius: 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s ease-in-out;
  min-height: 280px;
  margin-bottom: 16px;
  z-index: 1;
}
.trigger-box-2:hover {
  box-shadow: 0 12px 30px rgba(43, 43, 43, 0.16);
}
.trigger-box-2 figure {
  position: relative;
  z-index: 2;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.trigger-box-2 figure img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.trigger-box-2 .title {
  position: relative;
  z-index: 2;
}
.trigger-box-2 .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.trigger-box-3 {
  padding: 40px;
  background: #fff;
  border-radius: 32px;
  transition: all 0.2s ease-in-out;
  height: 100%;
}
.trigger-box-3:hover {
  box-shadow: rgba(0, 0, 0, 0.28) 0px 15px 15px -12px;
}
.trigger-box-3 .head {
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}
.trigger-box-3 .head .title {
  font-size: 26px;
  line-height: 130%;
}
.trigger-box-3 p {
  font-size: 16px;
  color: #8E8E93;
  line-height: 130%;
}
.trigger-box-3 .head .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-1);
}
.trigger-box-3 .readmore {
  margin-top: 20px;
}
.trigger-box-4 {
  background: #fff;
  border-radius: 32px;
  padding: 24px;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  align-content: center;
  min-height: 234px;
  height: 100%;
}
#certificates .slider-wrapper {
  padding: 0 80px;
}
#certificates .swiper-slide img {
  transition: var(--transition);
}
#certificates .swiper-slide:hover img {
  filter: brightness(0.7);
}

#footer {
  background: var(--color-3);
  padding: 32px 0 20px;
  color: #fff;
}
#footer .footer__logo {
  max-width: 158px;
  margin-bottom: 24px;
}
#footer a {
  color: #fff;
}
.footer__menu li:not(:last-child) {
  margin-bottom: 10px;
}
.footer__menu li > a:hover,
.footer__contacts  a:hover {
  color: var(--color-5);
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}

.footer__contacts li {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer__contacts li:not(:last-child) {
  margin-bottom: 12px;
}
.footer__contacts .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--color-4);
  color: #636366;
}
.footer__contacts li .right {
  width: 100%;
  max-width: 80%;
}
.footer__contacts li .label {
  display: block;
  font-size: 12px;
  opacity: 0.7;
  margin-bottom: 2px;
}
.footer__contacts  a {
  font-size: 14px;
}
#footer .bottom {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #EAECED36;
  font-size: 11px;
}
#footer .bottom .developer {
  line-height: 100%;
  gap: 5px;
}

/* Body Style END */


/* Modal START */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.83);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal-content {
    position: relative;
    background: var(--border-color);
    padding: 50px 70px;
    max-width: 670px;
    width: 100%;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-radius: 20px;
    transform-origin: center;
    overflow: hidden;
    z-index: 1;
}
.modal-content .rf-form {
  position: relative;
  z-index: 4;
}
.modal-content:after,
.modal-content:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 120%;
  border-radius: 50px;
  content: "";
  z-index: 2;
}
.modal-content:after {
  top: -15%;
  left: -15%;
  background: var(--color-4);
  transform: rotate(25deg);
}
.modal-content:before {
  bottom: -15%;
  right: -15%;
  height: 90%;
  width: 40%;
  background: var(--color-6);
  transform: rotate(55deg);
}

.modal-content .check {
  position: relative;
  z-index: 4;
}
.modal-content .custom__btn {
  border-radius: 8px;
}
.dynamic-content {
  position: relative;
  z-index: 4;
}
.heading-modal__title {  
    font-weight: 400;
    font-size: 30px;
    line-height: 130%;
    margin-bottom: 20px;
}

.modal-window__close {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: 45px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.modal-window__close:hover {
  transform: rotate(90deg);
}
.modal-window__close:before,
.modal-window__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2.4em;
  width: 1px; 
  background-color: var(--body-color);
}
.modal-window__close:before {
  transform: rotate(45deg);
}
.modal-window__close:after {
  transform: rotate(-45deg);
}

/* Modal END */

    .modal .row-controls {
        gap: 20px;
    }
    .modal .row-controls:not(:last-child) {
        margin-bottom: 15px;
    }
    .modal .row-controls .field__group {
        max-width: 48.1%;
    }
    .modal .row-controls .field__group:only-child,
    .modal .row-controls .field__group.w-100 {
        max-width: 100%;
    }
    .modal .field__group {
        position: relative;
        width: 100%;
    }
    .modal .field__group input {
      border-radius: 8px;
    }
    
    .modal .textarea textarea {
        border: 1px solid #a2a2a2;
        border-radius: 3px;
        padding: 15px;
    }
    .modal .textarea {
      max-width: 100%;
    }
    .modal .textarea textarea {
      min-height: 120px;
      max-height: 120px;
      overflow: hidden;
      border-radius: 12px;
      background: #fff;
    }
    .modal .area-submit  {
      margin: 12px 0 0 auto;
      height: 55px;
      font-size: 16px;
    }
    .modal .field__group.row {
      gap: 20px;
      max-width: 100%;
      
    }
    .modal .field__group.row .check {
      width: 100%;
      max-width: 67.9%;
      margin: 0;
    }
    .modal .field__group.row .check label {
      font-size: 13px;
      line-height: 130%;
    }
    .modal .field__group.row .check label:before {
      border: 1px solid var(--color-5);
    }
    .check input:checked + label::before {
      color: var(--color-5);
    }
    .modal .field__group.row .modal .field__group.row .check label a {
      color: var(--color-1);
    }
    .modal .field__group.row .check label a:hover {
      text-decoration: underline;
      text-decoration-style: dotted;
      text-underline-position: under;
    }
    #modal-contacts .modal-content {
      display: flex;
      flex-direction: column;
    }
    #modal-contacts .contacts-box {
      order: 2;
      position: relative;
      top: inherit;
      transform: none;
      left: inherit;
      padding: 0;
      background: none;
      border-radius: 0;
    }
    .modal .modal-column {
      order: 2;
      z-index: 10;
    }
    #modal-contacts .dynamic-content {
      order: 1;
    }
    .modal .field__group .reguired-field {
        display: none;
        position: absolute;
        font-size: 10px;
        top: 32px;
        right: 10px;
        color: #f40041;
    }
    .modal .field__group.error-field .reguired-field {
        display: block;
    }
    .modal .field__group.error-field input {
        border-color: #f40041;
    }
    .modal .field__group .name {
        max-width: 100%;
    }
    
    .modal .field__group:only-child {
        max-width: 100% !important;
    }
    
    .modal .field__group label {
        display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;

    }
    .modal .field__group label a {
      color: var(--color-1);
    }
    .modal .field__group input {
        width: 100%;
        height: 60px;
  font-size: 15px;
  border: 1px solid #a2a2a2;
  padding: 0 15px;
  
    }
    .modal .field__group input::placeholder {
        opacity: 1;
        
    }
    .modal .field__group.active label {
        color: #272727;
    }
    .modal .field__group.active input {
        border-color: #272727;
    }
    
    .modal-button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
        width: 100%;
        max-width: 36.8%;
        border-radius: 3px;
        background: #000;
        color: #fff;
        padding: 0 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-size: 500;
    }

    @media screen and (max-width: 767px) {
        .modal-content {
            width: 90%;
            padding: 30px;
        }
        .modal .field__group:not(:first-child) {
            max-width: 47.5% !important;
        }
        .modal .field__group.row {
          max-width: 100% !important;
        }
        .modal .field__group input {
            padding: 0 15px;
        }
        .modal .custom__btn {
            max-width: 35.7%;
        }
        .modal-window__close {
            top: 20px;
            right: 20px;
        }
        .heading-modal__title {
            font-size: 24px;
            line-break: 130%;
        }
        .modal .field__group.row .check {
          max-width: 100%;
        }
    }
    @media screen and (max-width: 526px) {
        .modal-content {
            height: 100%;
            width: 100%;
            border-radius: 0;
        }
        
        .modal .custom__btn {
            margin-left: auto;
            max-width: 195px !important;
        }
        .heading-modal__title {
            font-size: 20px;
            max-width: 85%;
        }
    }

.widget {
  display: none;
}

.catalog__page {
  padding: 20px 0;
}


.catalog__table {
  width: 100%;
  border-spacing: 0 20px;
}
.catalog__table thead.sticky {
  position: fixed;
  top: 148px;
  z-index: 90;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  max-width: 1688px;
  border-radius: 0 0 24px 24px;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 15px 15px -12px;
  overflow: hidden;
}
.catalog__table thead th:first-child {
   border-radius: 20px 0 0 20px;
}
.catalog__table thead th:last-child {
    border-radius: 0 20px 20px 0;
}
.catalog__table thead th {
  background: #fff;
  font-weight: 600;
  color: var(--color-1);
  text-align: center;
  padding: 26px 12px;
}
.catalog__table thead.sticky tr {
  width: 100%;
  display: table;
}
.catalog__table thead.sticky th {
  padding: 0 12px;
}
.catalog__table tbody td {
  padding: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 120%;
  background: #fff;
}
.catalog__table .row span {
  display: block;
  padding: 0 20px;
}
.catalog__table .row span:first-child {
  border-right: 1px solid #DADADA;
}
.catalog__table .power,
.catalog__table .reserve-power {
  padding: 24px 0;
}
.catalog__table .product-image {
  max-width: 180px;
  border-radius: 32px 0 0 32px;
}
.catalog__table .model {
  font-size: 28px;
  font-weight: 600;
}
.catalog__table .more-info .row span:first-child {
  border: none;
}
.catalog__table .more-info .row {
  padding: 0;
  max-width: 274px;
  margin: 0 auto;
  gap: 30px;
}

.catalog__table .more-info a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #8E8E93;
  gap: 3px;
}
.catalog__table .more-info a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 13px;
  color: #fff;
  background: var(--color-1);
}
.catalog__table .more-info a:hover {
  color: var(--link-hover-color);
}
.catalog__table .more-info .button {
  width: 100%;
}
.catalog__table .more-info .button .custom__btn {
  border-radius: 50px;
  background: var(--color-2);
  margin: 0 auto 0;
  width: 100%;
  max-width: 230px;
  border-color: var(--color-2);
}
.catalog__table .more-info .button .custom__btn:hover {
  background: var(--color-1);
  border-color: var(--color-1);
  color: #fff;
}
.catalog__page .more {
  border-color: #fff;
  font-weight: 600;
  font-size: 16px;
  color: #3A3A3C;
}
.catalog__table .name {
  margin-bottom: 8px;
  font-weight: 500;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 8px 0;
  justify-content: right;
}
.pagination li > span,
.pagination li > a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: #fff;
  color: #636366;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  align-content: center;
}
.pagination li > span {
  background: var(--color-2);
  color: #fff;
}
.pagination li > a:hover {
  background: var(--color-2);
  opacity: 0.6;
  color: #fff;
}
.fullproduct .left {
  width: 100%;
  max-width: 977px;
  padding: 0;
}
.fullproduct .right {
  width: 100%;
  max-width: 626px;
  padding: 0 0 0 30px;
}
.fullproduct .buttons {
  margin-top: 40px;
  gap: 20px;
}
.fullproduct .buttons .white {
  width: 100%;
  max-width: 48.3%;
}
.fullproduct .order {
  max-width: 100%;
  width: 100%;
}

.product-gallery {
  width: 100%;
}
.fullproduct .tabs {
  margin-top: 42px;
}
.fullproduct .tabs .chartbox {
  padding-right: 35px;
}
.fullproduct .tab-row {
  gap: 12px;
  border-bottom: 1px solid #DADADA;
}
.fullproduct .tab-row button {
  padding: 12px 20px;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  color: var(--link-color);
  border-bottom: 1px solid transparent;
}
.fullproduct .tab-row button.active,
.fullproduct .tab-row button:hover {
  color: var(--color-1);
  border-color: var(--color-1);
}
.fullproduct .tabs h3 {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 20px;
}
/* Большое изображение */

.product__images {
  width: 100%;  
}
.product__images .product__image {
  height: 517px;
  border-radius: 8px;
  padding: 20px;
  overflow: hidden;
}
.product__images .product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product__images .swiper {
  width: 100%;
}

/* Миниатюры */

.product__thumbs {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  max-width: 432px;
}

.thumbsSwiper {
  flex: 1;
  min-width: 0;
}

.product__thumb {
  height: 78px;
  border-radius: 6px;
  padding: 8px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;
  transition: border-color 0.3s;
}
.product__thumb.swiper-slide-active {
  border: 1px solid #A8CA52;
}

.product__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.product__thumb.swiper-slide-thumb-active {
  border-color: #000;
}

.product__thumbs-prev,
.product__thumbs-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  font-size: 20px;
  color: rgba(99, 99, 102, 1);
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  box-shadow: 0px 3.31px 6.61px 0px rgba(11, 31, 53, 0.08);
}

.product__thumbs-prev.swiper-button-disabled,
.product__thumbs-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.fullproduct__info .product-code {
  display: inline-block;
  background: #EBEBEBE0;
  border-radius: 50px;
  color: #8E8E93;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  width: auto;
  margin-bottom: 26px;
}
.fullproduct__info .product__name {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  color: var(--link-color);
  margin-bottom: 26px;
}
.fullproduct__info .product__name span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  margin-top: 6px;
}
.main__parameters {
  gap: 14px;
}
.main__parameters .item {
  gap: 14px;
  padding: 3px 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 115%;
  color: #8E8E93;
  width: 100%;
  max-width: 31.7%;
}
.main__parameters .item .icon {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
}
.main__parameters .item .params {
  width: 100%;
  max-width: 120px;
}
.main__parameters .item .params span {
  display: block;
  text-decoration: uppercase;
  font-size: 22px;
  line-height: 130%;
  color: var(--link-color);
  margin-top: 7px;
}
.main__parameters.style-2 {
  margin-top: 40px; 
}
.main__parameters.style-2 .item {
  border: 1px solid #EBEBEBE0;
  border-radius: 32px;
  padding: 24px;
  font-size: 13px;
  max-width: 46.6%;
}
.main__parameters.style-2 .item .icon {
  width: 42px;
  height: 42px;
}
.main__parameters.style-2 .item .params {
  max-width: 171px;
}
.main__parameters.style-2 .item:not(:last-child) {
  margin-right: 40px;
}
.main__parameters.style-2 .item .params span.center {
  font-size: 32px;
  margin-bottom: 4px;
}
.main__parameters.style-2 .item .params span:last-child {
  font-size: 16px;
  line-height: 130%;
  color: #8E8E93;
}
.chart .col-6 {
  padding: 0;
}
.chart li {
  font-size: 16px;
  line-height: 130%;
  color: #8E8E93;
  justify-content: space-between;
}
.chart li:not(:last-child) {
  margin-bottom: 14px;
  border-bottom: 1px solid #DBDEE1;
  padding-bottom: 3px;
}
.chart span {
  display: inline-block;
}
.chart span.value {
  color: var(--link-color);
  text-align: right;
}
.iconbox-2 {
  padding: 35px 24px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid #EBEBEBE0;
  gap: 16px;
  font-size: 16px;
  line-height: 140%;
  min-height: 207px;
}
.iconbox-2 .icon {
  width: 42px;
  height: 42px;
}
.iconbox-2 .content {
  width: 100%;
  max-width: 87.1%;
}
.iconbox-3 {
  background: var(--color-1);
  text-align: center;
  border-radius: 32px;
  color: #fff;
  padding: 24px;
  min-height: 500px;
}
.iconbox-3 .icon {
  margin: 0 auto;
  font-size: 140px;
  width: 232px;
  height: 232px;
  text-align: center;
  align-content: center;
}
.iconbox-3 .value {
  font-size: 82px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
}
.iconbox-3 .description {
  font-size: 32px;
  line-height: 130%;
}
.service__page #top-banner {
  padding-bottom: 70px;
}
.services-triggers-row .col-6 {
  padding: 0 6px 12px;
}
#listes-sec {
  color: #fff;
}
#listes-sec .heading__title {
  margin-bottom: 40px;
}
figure.border-image {
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
}
figure.border-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.doc__catalog {
  padding-top: 26px;
}
.doc-catalog__item {
  background: var(--greycolor);
  border-radius: 32px;
  border: 1px solid #EBEBEBE0;
  padding: 24px;
  transition: all 0.2s ease-in-out;
}
.doc-catalog__item .title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 16px;
}
.doc-catalog__item:hover {
  box-shadow: 0px 15px 15px -12px rgba(0, 0, 0, 0.28);
}
.doc-catalog__item p {
  color: #636366;
  font-size: 22px;
}
.doc-catalog__item .custom__btn {
  max-width: 230px;
  margin-top: 4px;
}
.doc-catalog__item .row {
  gap: 16px;
}
.doc-catalog__item.type-2 .row {
  gap: 26px;
}
.doc-catalog__item .image {
  width: 206px;
  height: 190px;
}
.doc-catalog__item.type-2 .image {
  height: 240px;
  width: 168px;
}
.doc-catalog__item .content {
  width: 100%;
  max-width: 69.2%;
}
.doc__catalog .gap-42 {
  gap: 42px;
}
.doc__catalog .col-6 {
  max-width: 48.6%;
}
.map-wrapper {
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
}
.map-wrapper .map {
  position: relative;
  z-index: 2;

}
.contacts-page .tab-row {
  padding-top: 16px;
}
.contacts-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 53px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  z-index: 5;
}
.contacts-box li:not(:last-child) {
  margin-bottom: 12px;
}
.contacts-box .title {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
  gap: 8px;
}
.contacts-box .title .icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-2);
}
.contacts-box .value,
.contacts-box a {
  font-size: 20px;
  line-height: 150%;
  color: #282828;
}
.contacts-box a:hover {
  color: var(--color-2);
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-style: dotted;
}

#button-up {
          display: inline-block;
          background: var(--color-2);
          width: 50px;
          height: 50px;
          padding: 10px;
          text-align: center;
          border-radius: 4px;
          position: fixed;
          bottom: 30px;
          right: 30px;
          transition: background-color .3s, 
          opacity .5s, visibility .5s;
          opacity: 0;
          visibility: hidden;
          z-index: 80;
          border: 1px solid #fff;
          cursor: pointer;
        }
        #button-up svg path {
          fill: #fff;
        }
        #button-up.show {
          opacity: 1;
          visibility: visible;
        }
        
        .mse2-row{
                border: 1px solid #d9d9d9;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
        }
        
        .mse2-row a{
                font-size: 20px;
    font-weight: 600;
    color: #0275cd;
        }