/** Цвета темы */
/*
.theme-gradient(@from: @theme-color-1, @to: @theme-color-2) {
	background : @from;
	background : -moz-linear-gradient(left, @from 0%, @to 100%);
	background : -webkit-linear-gradient(left, @from 0%, @to 100%);
	background : linear-gradient(to right, @from 0%, @to 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='@{from}', endColorstr='@{to}', GradientType=1);
}*/
/*
.theme-gradient-to-animate(@from: @theme-color-1, @to: @theme-color-2) {
	background : @from;
	background : -moz-linear-gradient(left, @from 0%, @to 33%, @from 67%, @to 100%);
	background : -webkit-linear-gradient(left, @from 0%, @to 33%, @from 67%, @to 100%);
	background : linear-gradient(to right, @from 0%, @to 33%, @from 67%, @to 100%);
	filter     : progid:DXImageTransform.Microsoft.gradient(startColorstr='@{from}', endColorstr='@{to}', GradientType=1);
}*/
/*
.bg-gradient-animated(@speed: 2.5s, @from: @theme-color-1,@to: @theme-color-2) {
	.theme-gradient-to-animate(@from, @to);
	background-size   : 300% 300%;
	-webkit-animation : animate-gradient @speed linear infinite;
	-moz-animation    : animate-gradient @speed linear infinite;
	-o-animation      : animate-gradient @speed linear infinite;
	animation         : animate-gradient @speed linear infinite;

	&:active {
		.animate-pause;
	}
}*/
/*
.text-bg-gradient(@from: @theme-color-1, @to: @theme-color-2) {
	&,
	&:before {
		.theme-gradient(@from, @to);
		-webkit-background-clip : text;
		-webkit-text-fill-color : transparent;
	}
}*/
/*
.text-bg-gradient-animated(@speed: 2.5s, @from: @theme-color-1,@to: @theme-color-2) {
	&,
	&:before {
		.bg-gradient-animated(@speed, @from, @to);
		-webkit-background-clip : text;
		-webkit-text-fill-color : transparent;
	}

	&:active {
		.animate-pause;
	}
}*/
/*
.text-bg-gradient .animated {
	.text-bg-gradient-animated;
}*/
.animate-pause {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
.animate-pause:before {
  -webkit-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}
/*.border-btn-animation(@from, @to, @bradius-from, @bradius-to, @color){
	0%{
		height: 100%;
		@{from}:0%;
	}
	33% {
		@{from}:0%;
		height: 1px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
		border-radius: @bradius-from;
	}
	66% {
		@{from}:35%;
		height: 1px;
		border-radius: 0px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	100% {
		height: 100%;
		border-@{from}-color: transparent;
		border-@{to}-color: @color;
			@{from}:35%;
		border-radius: @bradius-to;
	}
}

//Обратная анимация закругленных кнопок
.border-btn-animation-back(@from, @to, @bradius-from, @bradius-to, @color){
	0%{
		height: 100%;
		border-@{from}-color: transparent;
		border-@{to}-color: @color;
			@{from}:35%;
		border-radius: @bradius-to;
	}
	33% {
			@{from}:35%;
		height: 1px;
		border-radius: @bradius-to;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	66% {
			@{from}:0%;
		height: 1px;
		border-radius: 0px;
		border-@{from}-color: transparent;
		border-@{to}-color: transparent;
	}
	100% {
		height: 100%;
	}
}*/
.clearfix {
  clear: both;
}
.clear-after:after {
  content: '';
  display: block;
  clear: both;
}
@-webkit-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-o-keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes animate-gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@-webkit-keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }
  100% {
    margin-top: 3px;
  }
}
@-o-keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }
  100% {
    margin-top: 3px;
  }
}
@keyframes shakeUpDownArrow {
  0% {
    margin-top: -3px;
  }
  100% {
    margin-top: 3px;
  }
}
@-webkit-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }
  100% {
    margin-left: 3px;
  }
}
@-o-keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }
  100% {
    margin-left: 3px;
  }
}
@keyframes shakeLeftRightArrow {
  0% {
    margin-left: -3px;
  }
  100% {
    margin-left: 3px;
  }
}
@-webkit-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityOutInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
@-o-keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}
@font-face {
  font-family: 'fontello';
  src: url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?82923639');
  src: url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.eot?82923639#iefix') format('embedded-opentype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff2?82923639') format('woff2'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.woff?82923639') format('woff'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.ttf?82923639') format('truetype'), url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.svg?82923639#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url('/var/themes/bootstrap/dist/fonts/fontello/font/fontello.svg?82923639#fontello') format('svg');
  }
}
.ic:before,
[class^="ic-"]:before,
[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ic-home-1 {
  /* '' */
}
.ic-home-1:before {
  content: '\e800';
}
.ic-down {
  /* '' */
}
.ic-down:before {
  content: '\e801';
}
.ic-clock {
  /* '' */
}
.ic-clock:before {
  content: '\e802';
}
.ic-play {
  /* '' */
}
.ic-play:before {
  content: '\e803';
}
.ic-marker_location {
  /* '' */
}
.ic-marker_location:before {
  content: '\e804';
}
.ic-fnx {
  /* '' */
}
.ic-fnx:before {
  content: '\e805';
}
.ic-down-dir {
  /* '' */
}
.ic-down-dir:before {
  content: '\e806';
}
.ic-up-dir {
  /* '' */
}
.ic-up-dir:before {
  content: '\e807';
}
.ic-left-dir {
  /* '' */
}
.ic-left-dir:before {
  content: '\e808';
}
.ic-right-dir {
  /* '' */
}
.ic-right-dir:before {
  content: '\e809';
}
.ic-arrow-down-bold-mini {
  /* '' */
}
.ic-arrow-down-bold-mini:before {
  content: '\e80a';
}
.ic-arrow-left-bold-mini {
  /* '' */
}
.ic-arrow-left-bold-mini:before {
  content: '\e80b';
}
.ic-arrow-right-bold-mini {
  /* '' */
}
.ic-arrow-right-bold-mini:before {
  content: '\e80c';
}
.ic-arrow-up-bold-mini {
  /* '' */
}
.ic-arrow-up-bold-mini:before {
  content: '\e80d';
}
.ic-arrow-down-mini {
  /* '' */
}
.ic-arrow-down-mini:before {
  content: '\e80e';
}
.ic-arrow-left-mini {
  /* '' */
}
.ic-arrow-left-mini:before {
  content: '\e80f';
}
.ic-arrow-right-mini {
  /* '' */
}
.ic-arrow-right-mini:before {
  content: '\e810';
}
.ic-arrow-up-mini {
  /* '' */
}
.ic-arrow-up-mini:before {
  content: '\e811';
}
.ic-arrow-down-light {
  /* '' */
}
.ic-arrow-down-light:before {
  content: '\e812';
}
.ic-arrow-left-light {
  /* '' */
}
.ic-arrow-left-light:before {
  content: '\e813';
}
.ic-arrow-right-light {
  /* '' */
}
.ic-arrow-right-light:before {
  content: '\e814';
}
.ic-arrow-up-light {
  /* '' */
}
.ic-arrow-up-light:before {
  content: '\e815';
}
.ic-arrow-down-bold {
  /* '' */
}
.ic-arrow-down-bold:before {
  content: '\e816';
}
.ic-arrow-left-bold {
  /* '' */
}
.ic-arrow-left-bold:before {
  content: '\e817';
}
.ic-arrow-right-bold {
  /* '' */
}
.ic-arrow-right-bold:before {
  content: '\e818';
}
.ic-arrow-up-bold {
  /* '' */
}
.ic-arrow-up-bold:before {
  content: '\e819';
}
.ic-right {
  /* '' */
}
.ic-right:before {
  content: '\e81a';
}
.ic-star-empty {
  /* '' */
}
.ic-star-empty:before {
  content: '\e81b';
}
.ic-star-1 {
  /* '' */
}
.ic-star-1:before {
  content: '\e81c';
}
.ic-star-filled {
  /* '' */
}
.ic-star-filled:before {
  content: '\e81d';
}
.ic-close-1 {
  /* '' */
}
.ic-close-1:before {
  content: '\e81e';
}
.ic-mail-send {
  /* '' */
}
.ic-mail-send:before {
  content: '\e81f';
}
.ic-mobile {
  /* '' */
}
.ic-mobile:before {
  content: '\e820';
}
.ic-share-1 {
  /* '' */
}
.ic-share-1:before {
  content: '\e821';
}
.ic-filter {
  /* '' */
}
.ic-filter:before {
  content: '\e822';
}
.ic-balance-1 {
  /* '' */
}
.ic-balance-1:before {
  content: '\e825';
}
.ic-share {
  /* '' */
}
.ic-share:before {
  content: '\e82b';
}
.ic-instagram-1 {
  /* '' */
}
.ic-instagram-1:before {
  content: '\e82f';
}
.ic-email-1 {
  /* '' */
}
.ic-email-1:before {
  content: '\e830';
}
.ic-close {
  /* '' */
}
.ic-close:before {
  content: '\e832';
}
.ic-pencil-1 {
  /* '' */
}
.ic-pencil-1:before {
  content: '\e833';
}
.ic-quote-2 {
  /* '' */
}
.ic-quote-2:before {
  content: '\e834';
}
.ic-pencil-3 {
  /* '' */
}
.ic-pencil-3:before {
  content: '\e836';
}
.ic-quote-1 {
  /* '' */
}
.ic-quote-1:before {
  content: '\e837';
}
.ic-youtube-1 {
  /* '' */
}
.ic-youtube-1:before {
  content: '\e838';
}
.ic-up {
  /* '' */
}
.ic-up:before {
  content: '\e839';
}
.ic-ok-2 {
  /* '' */
}
.ic-ok-2:before {
  content: '\e83a';
}
.ic-ok {
  /* '' */
}
.ic-ok:before {
  content: '\e83c';
}
.ic-email-2 {
  /* '' */
}
.ic-email-2:before {
  content: '\e848';
}
.ic-pencil-4 {
  /* '' */
}
.ic-pencil-4:before {
  content: '\e84c';
}
.ic-search {
  /* '' */
}
.ic-search:before {
  content: '\e84e';
}
.ic-star {
  /* '' */
}
.ic-star:before {
  content: '\e84f';
}
.ic-phone-mobile {
  /* '' */
}
.ic-phone-mobile:before {
  content: '\e850';
}
.ic-cart {
  /* '' */
}
.ic-cart:before {
  content: '\e852';
}
.ic-email {
  /* '' */
}
.ic-email:before {
  content: '\e853';
}
.ic-heart {
  /* '' */
}
.ic-heart:before {
  content: '\e854';
}
.ic-mouse_scroll {
  /* '' */
}
.ic-mouse_scroll:before {
  content: '\e855';
}
.ic-balance {
  /* '' */
}
.ic-balance:before {
  content: '\e856';
}
.ic-balance-2 {
  /* '' */
}
.ic-balance-2:before {
  content: '\e857';
}
.ic-tools {
  /* '' */
}
.ic-tools:before {
  content: '\e858';
}
.ic-microphone {
  /* '' */
}
.ic-microphone:before {
  content: '\e859';
}
.ic-man {
  /* '' */
}
.ic-man:before {
  content: '\e85a';
}
.ic-logo-alarm {
  /* '' */
}
.ic-logo-alarm:before {
  content: '\e85b';
}
.ic-btn-play {
  /* '' */
}
.ic-btn-play:before {
  content: '\e85c';
}
.ic-phone {
  /* '' */
}
.ic-phone:before {
  content: '\e85d';
}
.ic-callendar {
  /* '' */
}
.ic-callendar:before {
  content: '\e861';
}
.ic-arrow-down {
  /* '' */
}
.ic-arrow-down:before {
  content: '\f004';
}
.ic-arrow-up {
  /* '' */
}
.ic-arrow-up:before {
  content: '\f005';
}
.ic-arrow-right {
  /* '' */
}
.ic-arrow-right:before {
  content: '\f006';
}
.ic-arrow-left {
  /* '' */
}
.ic-arrow-left:before {
  content: '\f007';
}
.ic-location-1 {
  /* '' */
}
.ic-location-1:before {
  content: '\f031';
}
.ic-lock-open {
  /* '' */
}
.ic-lock-open:before {
  content: '\f075';
}
.ic-facebook {
  /* '' */
}
.ic-facebook:before {
  content: '\f09a';
}
.ic-menu {
  /* '' */
}
.ic-menu:before {
  content: '\f0c9';
}
.ic-gplus-1 {
  /* '' */
}
.ic-gplus-1:before {
  content: '\f0d5';
}
.ic-youtube-play {
  /* '' */
}
.ic-youtube-play:before {
  content: '\f16a';
}
.ic-instagram {
  /* '' */
}
.ic-instagram:before {
  content: '\f16d';
}
.ic-vkontakte {
  /* '' */
}
.ic-vkontakte:before {
  content: '\f189';
}
.ic-whatsapp {
  /* '' */
}
.ic-whatsapp:before {
  content: '\f232';
}
.ic-telegram {
  /* '' */
}
.ic-telegram:before {
  content: '\f2c6';
}
.ic-vimeo {
  /* '' */
}
.ic-vimeo:before {
  content: '\f306';
}
.ic-twitter {
  /* '' */
}
.ic-twitter:before {
  content: '\f309';
}
.ic-gplus {
  /* '' */
}
.ic-gplus:before {
  content: '\f30f';
}
.ic-pinterest {
  /* '' */
}
.ic-pinterest:before {
  content: '\f312';
}
.ic-youtube {
  /* '' */
}
.ic-youtube:before {
  content: '\f313';
}
.ic-tumblr {
  /* '' */
}
.ic-tumblr:before {
  content: '\f315';
}
.ic-linkedin {
  /* '' */
}
.ic-linkedin:before {
  content: '\f318';
}
.ic-instagram-2 {
  /* '' */
}
.ic-instagram-2:before {
  content: '\f32d';
}
.ic-skype {
  /* '' */
}
.ic-skype:before {
  content: '\f339';
}
.ic-lock {
  /* '' */
}
.ic-lock:before {
  content: '\f512';
}
@font-face {
  font-family: 'Inter';
  font-weight: 400;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Inter/Inter-24pt-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-weight: 500;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Inter/Inter-24pt-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-weight: 600;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Inter/Inter-24pt-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-weight: 700;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Inter/Inter-24pt-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 300;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Manrope/Manrope-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 400;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Manrope/Manrope-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 500;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Manrope/Manrope-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 600;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Manrope/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-weight: 700;
  font-style: normal;
  src: url('/var/themes/bootstrap/dist/fonts/Manrope/Manrope-Bold.ttf') format('truetype');
}
/*.roboto {
	font-family : "Roboto", sans-serif;
}

//@import "RobotoSlab";
.roboto-slab {
	font-family : "Roboto Slab", sans-serif;
}

//@import "RobotoCondensed";
.roboto-condensed {
	font-family : "Roboto Condensed", sans-serif;
}*/
.font-main {
  font-family: "Arial", sans-serif;
}
.container {
  padding-right: 40px;
  padding-left: 40px;
  max-width: 1440px;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 15px;
}
.custom-control-indicator {
  background: transparent;
  border: 1px solid #dedede;
}
.custom-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 1px;
  margin-right: 0;
  padding-left: 0;
}
.custom-radio .custom-control-description {
  display: block;
}
.custom-radio .custom-control-indicator {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  width: 20px;
  height: 20px;
  background: white;
  margin-right: 10px;
  border: 1px solid #e2ebf4;
  border-radius: 5px;
  -webkit-transition: 0.3s ease 0.1s;
  -o-transition: 0.3s ease 0.1s;
  transition: 0.3s ease 0.1s;
}
.custom-radio .custom-control-indicator:before {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.1s ease;
  -o-transition: 0.1s ease;
  transition: 0.1s ease;
}
.custom-radio .custom-control-input:focus ~ .custom-control-indicator,
.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-color: white;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-radio .custom-control-input:focus ~ .custom-control-indicator:before,
.custom-radio .custom-control-input:checked ~ .custom-control-indicator:before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.jq-selectbox {
  max-width: 100%;
  cursor: pointer;
  border: none;
  border-radius: 0;
  padding: 0;
}
.jq-selectbox.dropdown.opened .jq-selectbox__select {
  border-radius: 10px 10px 0 0;
}
.jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow {
  /* '' */
}
.jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow:before {
  content: '\e815';
}
.jq-selectbox .jq-selectbox__select {
  height: auto;
  outline: none !important;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  max-width: 100%;
  padding: 0.4375rem 1.75rem 0.4375rem 0.75rem;
  vertical-align: middle;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.25;
  overflow: hidden;
  text-shadow: none;
}
.jq-selectbox .jq-selectbox__select-text {
  font-size: 0.875rem;
  max-width: 100%;
}
.jq-selectbox .jq-selectbox__trigger {
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.75rem;
  height: 100%;
  border: none;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 8px;
  height: 10px;
  border: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  /* '' */
  font-size: 12px;
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.jq-selectbox .jq-selectbox__trigger .jq-selectbox__trigger-arrow:before {
  content: '\e812';
}
.jq-selectbox .jq-selectbox__search {
  margin: 0;
}
.jq-selectbox .jq-selectbox__search input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e3e3e3;
}
.jq-selectbox .jq-selectbox__dropdown {
  background: #fff;
  border: none;
  border-radius: 0;
  left: 0px !important;
  right: 0px !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.18);
  margin: -1px 0 0;
}
.jq-selectbox .jq-selectbox__dropdown input[type="search"] {
  border: 1px solid #c8c8c8;
  border-radius: 0;
  font-family: sans-serif;
  font-size: 16px;
  height: auto;
  line-height: normal;
  margin: 0;
  outline: 0 none;
  padding: 6px 20px;
  width: 100%;
}
.jq-selectbox .jq-selectbox__dropdown ul {
  padding: 0;
  margin: 0;
  max-height: 300px;
}
.jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 10px 10px;
  border: 1px solid #e3e3e3;
}
.jq-selectbox .jq-selectbox__dropdown ul li:not(:last-child) {
  border-bottom: none;
}
.jq-selectbox .jq-selectbox__dropdown ul li:hover {
  background: #f0f0f0;
}
.jq-selectbox .jq-selectbox__dropdown ul li.selected {
  /*background   : @theme-color-3;
					border-color : @theme-color-3;*/
  font-weight: lighter;
  color: white;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-icons_ffd27a_256x240.png");
}
.ui-widget-content {
  background: #fff;
}
.ui-widget-header {
  background: #f6a828 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f6f6f6 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #fdf5ce url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #fff url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #ffe45c url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  background: #b81900 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
}
.ui-widget-overlay {
  background: #666 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
}
.ui-widget-shadow {
  background: #000 url("/var/themes/bootstrap/skin/lib/jquery-ui/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
}
.ui-dialog {
  max-width: 96%;
  z-index: 1002 !important;
}
.ui-dialog[style*='top: -'] {
  top: 0 !important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 11px;
  overflow: hidden;
  border-radius: 3px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: '';
  position: absolute;
  top: -50%;
  left: 50%;
  height: 200%;
  width: 1px;
  background: black;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -1px;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -1px;
}
.ui-widget-overlay {
  z-index: 1001 !important;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 1rem;
  font-family: "Arial", sans-serif;
}
.owl-carousel .owl-item .image-wrap {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.owl-nav button {
  font-size: 0px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background: transparent;
  outline: none !important;
}
.owl-nav button:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.owl-nav button span {
  display: none;
}
.owl-nav button:before {
  font-size: 36px;
}
.owl-nav button:hover {
  color: #333333;
}
.owl-nav button.owl-prev {
  margin-left: -20px;
  float: left;
  /* '' */
}
.owl-nav button.owl-prev:before {
  content: '\e80f';
}
.owl-nav button.owl-next {
  margin-right: -20px;
  float: right;
  /* '' */
}
.owl-nav button.owl-next:before {
  content: '\e810';
}
.fancybox-close-small {
  border: none;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.fancybox-close-small:after {
  content: '';
  position: absolute;
  padding: 0;
  outline: none !important;
  background: url("data:image/svg+xml;base64,PHN2Zw0KICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIg0KICAgd2lkdGg9IjIwIg0KICAgaGVpZ2h0PSIyMCINCiAgIHZpZXdCb3g9IjAgMCAyMCAyMCI+DQogIDxwYXRoICBkPSJNIDAsMC43MDQ0IDAuNywwIDIwLDE5LjMxNjk3IDE5LjI5NTYsMjAgWiIgc3R5bGU9ImZpbGw6I2ZmZiIgLz4NCiAgPHBhdGggZD0iTSAxOS4yOTU2LDAgMjAsMC43IDAuNjgzMDMsMjAgMCwxOS4yOTU2IFoiIHN0eWxlPSJmaWxsOiNmZmYiLz4NCjwvc3ZnPg==") no-repeat center center !important;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
boby:not(.mobile) .fancybox-close-small:hover:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fancybox-slide .video-wrap {
  background: #141414;
  padding: 50px;
  max-width: 100%;
}
.fancybox-slide .video-wrap video {
  width: 100%;
}
.fancybox-button,
.fancybox-infobar__body {
  background: #00974b;
  color: #fff;
}
.fancybox-button + .fancybox-button {
  margin-left: 1px;
}
.fancybox-thumbs {
  background: #2e2e2e;
}
.fancybox-thumbs > ul > li:before {
  border-color: #00974b;
  border-radius: 0;
}
.fancybox-container.form-popup .fancybox-slide > div {
  padding: 0;
  background: none;
  width: 96%;
  max-width: 500px;
  overflow: hidden;
}
.fancybox-container.form-popup .fancybox-slide > div > .content {
  padding: 0 20px;
}
#page-header {
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: -51px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 0;
  right: 0;
  z-index: 99999;
}
#page-header .main-header__top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  padding-top: 16px;
  border-bottom: 1px solid #dae6eb;
}
#page-header .main-header__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
}
#page-header .main-header__schedule-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5e6773;
}
#page-header .main-header__schedule-content {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5e6773;
}
#page-header .main-header__rigth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#page-header .main-header__language-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#page-header a.main-header__language-list-lang.lang.active {
  color: #188a1c;
}
#page-header a.main-header__language-list-lang {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #5e6773;
  text-transform: uppercase;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  #page-header a.main-header__language-list-lang:hover {
    color: #188a1c;
    text-decoration: none !important;
  }
}
#page-header .main-header__contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 8px;
  padding-left: 24px;
}
#page-header .main-header__contacts::before {
  content: url("/var/themes/bootstrap/dist/images/phone-i.svg");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}
#page-header .main-header__contacts a.main-header__phone-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: block;
  color: #5e6773;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media (pointer: fine) {
  #page-header .main-header__contacts a.main-header__phone-link:hover {
    color: #188a1c;
  }
}
#page-header .main-header__body-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
#page-header .main-header__logo-wrap {
  margin-right: 8px;
}
#page-header .logo {
  width: 91px;
  height: 64px;
  display: block;
}
#page-header .logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
#page-header button.main-header__catalog.header-catalog-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  padding: 13px 16px 13px 20px;
  border-radius: 200px;
  background-color: #188a1c;
  min-height: 40px;
  border: 1px solid #188a1c;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (pointer: fine) {
  #page-header button.main-header__catalog.header-catalog-btn:hover {
    background-color: transparent;
    color: #188a1c;
  }
  #page-header button.main-header__catalog.header-catalog-btn:hover svg {
    background-color: #188a1c;
    border-radius: 100%;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}
#page-header button.main-header__catalog.header-catalog-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  padding: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#page-header .search-wrap {
  max-width: 545px;
  width: 100%;
  max-height: 40px;
}
#page-header .main-header__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page-header .main-header__list-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#page-header .main-header__list-item:first-child {
  display: none;
}
#page-header a.main-header__list-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #2d3742;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
@media (pointer: fine) {
  #page-header a.main-header__list-link:hover {
    color: #188a1c;
  }
}
#page-header .search-wrap.search-site {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
#page-header .search-wrap.search-site .search-input.form-control {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #dae6eb;
  border-radius: 1000px;
  padding: 12px 20px 12px 48px;
  background-color: transparent;
}
#page-header .search-wrap.search-site .search-input.form-control::-webkit-input-placeholder {
  color: #5e6773;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
#page-header .search-wrap.search-site .search-input.form-control::-moz-placeholder {
  color: #5e6773;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
#page-header .search-wrap.search-site .search-input.form-control:-ms-input-placeholder {
  color: #5e6773;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
#page-header .search-wrap.search-site .search-input.form-control::placeholder {
  color: #5e6773;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
}
#page-header .search-wrap.search-site .btn.btn-submit {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  z-index: 99;
  cursor: pointer;
}
.ui-autocomplete {
  z-index: 999999 !important;
  background: #ffffff;
  border-radius: 12px;
}
.search-btn__mobile {
  display: none;
}
@media (max-width: 1150px) {
  .search-btn__mobile {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    border: 1px solid #dae6eb;
    background-color: transparent;
    margin-left: auto;
    cursor: pointer;
  }
  .search-btn__mobile svg {
    width: 20px;
    height: 20px;
    display: block;
  }
}
.btn-close-search {
  display: none;
}
.catalog-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  display: none;
  padding: 24px 0 32px;
}
.catalog-dropdown.is-open {
  display: block;
}
.catalog-level-1 > .container > ul {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1360px !important;
  overflow: visible;
}
@media (max-width: 1200px) {
  .catalog-level-1 > .container > ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.catalog-level-1 > .container > ul > li {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  page-break-inside: avoid;
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.catalog-level-1 > .container > ul > li > a {
  display: block;
  color: #188a1c;
  margin-bottom: 12px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
.catalog-level-2 {
  margin-top: 0;
}
.catalog-level-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-level-2 li {
  margin-bottom: 12px;
}
.catalog-level-2 a {
  color: #2d3742;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.catalog-level-2 a:hover {
  color: #188a1c;
}
.catalog-level-1 > .container > ul > li > a:only-child {
  margin-bottom: 0;
}
.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  cursor: pointer;
}
.catalog-dropdown {
  z-index: 9999;
}
.catalog-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
.mobile-menu {
  display: none;
}
.mobile-catalog {
  display: none;
}
@media (max-width: 1150px) {
  .search-wrap {
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .btn-close-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #dae6eb;
    border-radius: 100%;
    cursor: pointer;
  }
  .btn-close-search svg {
    width: 20px;
    height: 20px;
    display: block;
  }
  #page-header .search-wrap.is-open {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: fixed;
    gap: 20px;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    background: #ffffff;
    z-index: 999999;
    padding: 20px;
  }
  .search-wrap.is-open .form-search {
    width: 100%;
  }
}
.main-header__burger-btn {
  display: none;
}
@media (max-width: 992px) {
  #page-header .logo {
    width: 57px;
    height: 40px;
  }
  #page-header button.main-header__catalog.header-catalog-btn {
    display: none;
  }
  #page-header {
    top: 0;
  }
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  #page-header .main-header__top,
  #page-header .main-header__catalog,
  #page-header .main-header__nav {
    display: none;
  }
  #page-header .main-header__body-inner {
    padding: 8px 0;
  }
  #page-header .logo img {
    max-width: 57px;
  }
  #page-header .main-header__body-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8px;
  }
  .main-header__burger-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3px;
    border: 1px solid #dae6eb;
    border-radius: 100%;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    outline: none;
  }
  .main-header__burger-btn span {
    width: 16px;
    height: 2px;
    display: block;
    border-radius: 10px;
    background-color: #5e6773;
  }
  .mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .mobile-menu__panel {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
         -o-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
    overflow-y: auto;
  }
  .mobile-menu.is-open {
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-menu.is-open::before {
    opacity: 1;
  }
  .mobile-menu.is-open .mobile-menu__panel {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .mobile-menu__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
    padding: 8px 12px 16px;
    border-bottom: 1px solid #dae6eb;
  }
  .mobile-menu__logo {
    width: 57px;
  }
  .mobile-menu__logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  .mobile-menu__lang .main-header__language-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
  }
  li.main-header__language-list-item a.main-header__language-list-lang.lang {
    width: 44px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: "Inter", sans-serif;
    color: #5e6773;
    text-transform: uppercase;
    text-decoration: none;
  }
  li.main-header__language-list-item a.main-header__language-list-lang.lang.active {
    color: #188a1c;
  }
  .mobile-menu__close {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #dae6eb;
    border-radius: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mobile-menu__close svg {
    width: 16px;
    height: 16px;
  }
  .mobile-menu__body {
    padding: 24px 8px;
  }
  .mobile-menu__catalog-btn {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
    padding: 13px;
    background-color: #188a1c;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    outline: none;
  }
  .mobile-menu__catalog-btn svg {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .mobile-menu__section {
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid #dae6eb;
  }
  .mobile-menu__section:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .mobile-menu__title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #188a1c;
  }
  .mobile-menu__nav .main-header__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .mobile-menu__nav .main-header__list-item:first-child {
    display: none;
  }
  .mobile-menu__nav a.main-header__list-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #2d3742 !important;
    text-decoration: none;
  }
  .mobile-menu__contact-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
  }
  .mobile-menu__contact-icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    background-color: #188a1c0a;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .mobile-menu__contact-icon img {
    width: 20px;
    height: 20px;
    display: block;
  }
  .mobile-menu__label {
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #4e575c;
  }
  .mobile-menu__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .mobile-menu__phones a,
  .mobile-menu__text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: #1c2a33 !important;
  }
  .mobile-menu__lang {
    margin-left: auto;
  }
  .mobile-catalog {
    display: none;
    padding: 24px 12px;
  }
  .mobile-menu.is-catalog-open .mobile-menu__body {
    display: none;
  }
  .mobile-menu.is-catalog-open .mobile-catalog {
    display: block;
  }
  .mobile-catalog__top {
    margin-bottom: 32px;
  }
  .mobile-catalog__back {
    gap: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #188a1c;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    outline: none;
  }
  .mobile-catalog__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #188a1c;
  }
  .mobile-catalog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dae6eb;
  }
  .mobile-catalog__link {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 12px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.25;
    color: #2d3742;
    text-decoration: none;
  }
  .mobile-catalog__next {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border: none;
    background: transparent;
    color: #2d3742;
    padding: 0;
    outline: none;
    cursor: pointer;
  }
  .mobile-catalog__next svg {
    width: 16px;
    height: 16px;
  }
  .mobile-catalog {
    overflow: hidden;
  }
  .mobile-catalog__list {
    will-change: transform, opacity;
  }
  .mobile-catalog__list.is-animate-next {
    -webkit-animation: mobileCatalogNext 0.3s ease both;
         -o-animation: mobileCatalogNext 0.3s ease both;
            animation: mobileCatalogNext 0.3s ease both;
  }
  .mobile-catalog__list.is-animate-prev {
    -webkit-animation: mobileCatalogPrev 0.3s ease both;
         -o-animation: mobileCatalogPrev 0.3s ease both;
            animation: mobileCatalogPrev 0.3s ease both;
  }
  @-webkit-keyframes mobileCatalogNext {
    from {
      opacity: 0;
      -webkit-transform: translateX(32px);
              transform: translateX(32px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-o-keyframes mobileCatalogNext {
    from {
      opacity: 0;
      -o-transform: translateX(32px);
         transform: translateX(32px);
    }
    to {
      opacity: 1;
      -o-transform: translateX(0);
         transform: translateX(0);
    }
  }
  @keyframes mobileCatalogNext {
    from {
      opacity: 0;
      -webkit-transform: translateX(32px);
           -o-transform: translateX(32px);
              transform: translateX(32px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes mobileCatalogPrev {
    from {
      opacity: 0;
      -webkit-transform: translateX(-32px);
              transform: translateX(-32px);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-o-keyframes mobileCatalogPrev {
    from {
      opacity: 0;
      -o-transform: translateX(-32px);
         transform: translateX(-32px);
    }
    to {
      opacity: 1;
      visibility: visible;
      -o-transform: translateX(0);
         transform: translateX(0);
    }
  }
  @keyframes mobileCatalogPrev {
    from {
      opacity: 0;
      -webkit-transform: translateX(-32px);
           -o-transform: translateX(-32px);
              transform: translateX(-32px);
    }
    to {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
  }
  .mobile-catalog__back.is-animate-next {
    -webkit-animation: mobileCatalogTopNext 0.3s ease both;
         -o-animation: mobileCatalogTopNext 0.3s ease both;
            animation: mobileCatalogTopNext 0.3s ease both;
  }
  .mobile-catalog__back.is-animate-prev {
    -webkit-animation: mobileCatalogTopPrev 0.3s ease both;
         -o-animation: mobileCatalogTopPrev 0.3s ease both;
            animation: mobileCatalogTopPrev 0.3s ease both;
  }
  @-webkit-keyframes mobileCatalogTopNext {
    from {
      opacity: 0;
      -webkit-transform: translateX(24px);
              transform: translateX(24px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-o-keyframes mobileCatalogTopNext {
    from {
      opacity: 0;
      -o-transform: translateX(24px);
         transform: translateX(24px);
    }
    to {
      opacity: 1;
      -o-transform: translateX(0);
         transform: translateX(0);
    }
  }
  @keyframes mobileCatalogTopNext {
    from {
      opacity: 0;
      -webkit-transform: translateX(24px);
           -o-transform: translateX(24px);
              transform: translateX(24px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes mobileCatalogTopPrev {
    from {
      opacity: 0;
      -webkit-transform: translateX(-24px);
              transform: translateX(-24px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-o-keyframes mobileCatalogTopPrev {
    from {
      opacity: 0;
      -o-transform: translateX(-24px);
         transform: translateX(-24px);
    }
    to {
      opacity: 1;
      -o-transform: translateX(0);
         transform: translateX(0);
    }
  }
  @keyframes mobileCatalogTopPrev {
    from {
      opacity: 0;
      -webkit-transform: translateX(-24px);
           -o-transform: translateX(-24px);
              transform: translateX(-24px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0);
    }
  }
}
html {
  font-size: 16px;
}
@media (max-width: 991px) {
}
body {
  font-size: 0.875rem;
  font-family: "Manrope";
  padding-top: 0 !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.page-title.sub-title {
  margin-bottom: 0.8em;
  font-weight: bold;
  display: block;
}
.page-title.sub-title {
  font-size: 2.25rem;
  letter-spacing: 2.5px;
}
.page-title.sub-title .decorate-phrase {
  color: #333333;
}
h1,
.h1 {
  font-size: 1.875rem;
}
h2,
.h2 {
  font-size: 1.625rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5,
.h5 {
  font-size: 1rem;
}
h6,
.h6 {
  font-size: 1rem;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 1.5rem;
  }
  h2,
  .h2 {
    font-size: 1.375rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 1.375rem;
  }
  h2,
  .h2 {
    font-size: 1.25rem;
  }
  h3,
  .h3 {
    font-size: 1rem;
  }
}
.text-formatted {
  line-height: 1.5;
  color: #000000 !important;
  font-size: 14px !important;
}
.text-formatted * {
  font-family: "Arial", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  color: #000000 !important;
}
.text-formatted table {
  margin-bottom: 20px;
}
.text-formatted h2,
.text-formatted .h2 {
  font-size: 1.625rem !important;
}
.text-formatted h3,
.text-formatted .h3 {
  font-size: 1.375rem !important;
}
.text-formatted a {
  line-height: normal;
  font-weight: bold;
  color: #00974b !important;
}
.text-formatted a * {
  color: #00974b !important;
}
.text-formatted ul,
.text-formatted ol,
.text-formatted p,
.text-formatted blockquote {
  margin-bottom: 1rem;
}
.text-formatted p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 1.59 !important;
  color: #5e6773 !important;
  margin-bottom: 0.5rem;
}
.text-formatted p:empty {
  display: none;
}
.text-formatted hr {
  border: none;
  border-bottom: 2px solid #ffc900;
}
.text-formatted img {
  max-width: 100%;
  height: auto !important;
  margin-bottom: 2rem;
  border-radius: 10px;
}
.text-formatted img[style*="float:left"],
.text-formatted img[style*="float: left"] {
  margin: 0 2rem 2rem 0;
}
.text-formatted img[style*="float:right"],
.text-formatted img[style*="float: right"] {
  margin: 0 0 2rem 2rem;
}
.text-formatted img.image {
  max-width: 50%;
}
@media (max-width: 767px) {
  .text-formatted img.image {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
.text-formatted ul,
.text-formatted ol {
  padding-left: 0;
  overflow: hidden;
}
.text-formatted ul li,
.text-formatted ol li {
  margin-bottom: 2px;
}
.text-formatted ul li p,
.text-formatted ol li p {
  margin-bottom: 0;
}
.text-formatted ol {
  list-style-position: inside;
  list-style-type: none;
}
.text-formatted ol li {
  counter-increment: step-counter;
  position: relative;
  list-style-type: none;
  padding-left: 20px !important;
}
.text-formatted ol li:before {
  font-weight: bold;
  content: counter(step-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #333333;
}
.text-formatted ul li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
}
.text-formatted ul li:before {
  content: "•";
  font-size: 26px;
  position: absolute;
  color: #333333;
  top: 0;
  left: 2px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  line-height: 21px;
}
.text-formatted ul[style*="list-style-type:circle"] li:before,
.text-formatted ul[style*="list-style-type: circle"] li:before,
.text-formatted ul[style*="list-style-type:disc"] li:before,
.text-formatted ul[style*="list-style-type: disc"] li:before,
.text-formatted ul[style*="list-style-type:square"] li:before,
.text-formatted ul[style*="list-style-type: square"] li:before {
  top: 0;
  font-size: 13px;
}
.text-formatted ul[style*="list-style-type:square"] li:before,
.text-formatted ul[style*="list-style-type: square"] li:before {
  content: "■";
}
.text-formatted ul[style*="list-style-type:disc"] li:before,
.text-formatted ul[style*="list-style-type: disc"] li:before {
  font-size: 26px;
  line-height: 21px;
  content: "•";
}
.text-formatted ul[style*="list-style-type:circle"] li:before,
.text-formatted ul[style*="list-style-type: circle"] li:before {
  content: "○";
}
.text-formatted blockquote {
  display: block;
  clear: both;
  border-left: 3px solid #333333;
  padding-left: 15px;
}
.text-formatted table {
  max-width: 100%;
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  border-style: inherit !important;
  border-color: black;
}
.text-formatted table img {
  margin: auto;
}
.text-formatted table th,
.text-formatted table td {
  padding: 4px 4px;
  text-align: left;
  border-style: inset !important;
  border-color: black;
  border-width: 1px;
}
.text-formatted table th p,
.text-formatted table td p {
  margin-bottom: 0;
}
.text-formatted table tbody:first-child tr:first-child td,
.text-formatted table tbody:first-child tr:first-child th,
.text-formatted table thead td,
.text-formatted table th {
  font-weight: bold;
}
.text-formatted table thead tr:nth-child(odd),
.text-formatted table tbody:first-child tr:nth-child(odd) {
  background: #eeeeee;
}
.text-formatted table thead + tbody tr:nth-child(even) {
  background: #eeeeee;
}
.text-formatted table tfoot td {
  font-weight: bold;
}
img {
  max-width: 100%;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:hover,
textarea:-webkit-autofill:hover,
select:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill:active,
select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
a,
a:hover,
a:active,
a:focus {
  outline: none;
}
.ov-h {
  overflow: hidden !important;
}
.br-inline {
  content: " ";
  display: inline-block;
  width: 0.3em;
}
.navbar {
  padding: 0;
}
#wrapper {
  position: relative;
}
#page-header-sub {
  position: relative;
  z-index: 30;
}
#page-content {
  position: relative;
  z-index: 20;
}
#page-content:after {
  content: "";
  clear: both;
}
#page-empty-wrap {
  clear: both;
}
.aside-left {
  position: relative;
  z-index: 10;
}
#page-footer {
  position: relative;
  z-index: 30;
}
code {
  border-radius: 0;
  padding: 20px;
  color: #efefef;
  display: block;
  background: #2b2b2b;
  line-height: 2;
  font-size: 18px;
}
.grecaptcha-badge {
  z-index: 100;
}
.section--default {
  margin-bottom: 64px;
}
section.about-features.section--default {
  margin-top: 64px;
}
.section-header {
  margin-bottom: 32px;
}
.section-header .section-header__label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #1aa21e;
  margin-block: 12px;
}
.section-header .section-header__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -4%;
  color: #000000;
}
@media (max-width: 992px) {
  .section-header .section-header__title {
    font-size: 32px;
  }
}
.scroll-up {
  display: none !important;
}
.about-features__body {
  display: grid;
  grid-template-columns: 328px minmax(0, 1fr);
  gap: 131px;
}
@media (max-width: 992px) {
  .about-features__body {
    gap: 30px;
  }
}
@media (max-width: 700px) {
  .about-features__body {
    grid-template-columns: minmax(0, 1fr);
  }
}
.about-features__image {
  position: relative;
}
.about-features__image-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}
@media (max-width: 700px) {
  .about-features__image-wrap {
    position: relative;
    top: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 500px) {
  .about-features__image-wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .about-features__image {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media (max-width: 500px) {
  .about-features__image {
    width: 100%;
    max-width: 100%;
  }
}
.about-features__image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 500px) {
  .about-features__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-features__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.about-features__item {
  padding-top: 20px;
  border-top: 1px solid #dae6eb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.about-features__item:last-child {
  border-bottom: 1px solid #dae6eb;
}
.about-features__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #1aa21e;
}
@media (max-width: 992px) {
  .about-features__item-title {
    font-size: 20px;
  }
}
.about-features__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #5e6773;
  max-width: 776px;
}
.about-features__item-text p {
  margin-bottom: 0;
}
.btn--outline {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 32px;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid #c4d2e2;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #2d3742;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}
.btn--outline .arrow-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #1aa21e;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--outline .arrow-icon-wrap svg {
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (pointer: fine) {
  .btn--outline:hover {
    background-color: #188a1c;
    border-color: #188a1c;
    color: #ffffff;
  }
  .btn--outline:hover .arrow-icon-wrap {
    background-color: #188a1c;
  }
}
@media (max-width: 992px) {
  .page-main .catalog.section--bg {
    padding-top: 32px;
    margin-bottom: 32px;
  }
  .page-main section.about-features.section--default {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .page-main .suppliers {
    margin-top: 32px;
  }
  .page-main .suppliers a.suppliers__btn.btn--outline {
    margin-top: 16px;
  }
  .page-main .suppliers__slide {
    height: 120px;
  }
}
.catalog.section--bg {
  margin-bottom: 64px;
  padding: 64px 0;
  background-image: url("/var/themes/bootstrap/dist/images/bg-section.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .catalog.section--bg {
    padding-bottom: 32px;
    padding-top: 54px;
  }
}
.page-catalog-main {
  margin-top: -57px;
  padding-top: 69px;
  margin-bottom: 0 !important;
}
.page-catalog-main:not(:last-child) {
  margin-bottom: 64px !important;
}
.section--bg {
  margin-bottom: 64px;
  padding: 64px 0;
  background-image: url("/var/themes/bootstrap/dist/images/bg-section.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 992px) {
  .section--bg {
    padding: 32px 0;
    margin-bottom: 32px;
  }
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 1150px) {
  .catalog__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 570px) {
  .catalog__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}
.catalog__card {
  display: block;
  border-radius: 20px;
  background: #ffffff;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}
.catalog__card::before {
  z-index: 0;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-radial-gradient(20% 30%, circle, #ffffff 0%, #def0ff 100%);
  background: -o-radial-gradient(20% 30%, circle, #ffffff 0%, #def0ff 100%);
  background: radial-gradient(circle at 20% 30%, #ffffff 0%, #def0ff 100%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
@media (pointer: fine) {
  .catalog__card:hover::before {
    opacity: 1;
  }
  .catalog__card:hover .catalog__arrow {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}
.catalog__card-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.catalog__image {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .catalog__image {
    width: 72px;
    height: 72px;
  }
}
.catalog__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.catalog__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.32;
  color: #2d3742;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .catalog__title {
    font-size: 16px;
  }
}
.catalog__arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  background-color: #188a1c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.catalog__arrow svg {
  width: 16px;
  height: 16px;
  display: block;
}
@media (max-width: 992px) {
  .catalog__arrow {
    display: none;
  }
}
.suppliers-section {
  margin-bottom: 64px;
}
.suppliers {
  position: relative;
  margin-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.suppliers button.owl-next,
.suppliers button.owl-prev {
  border: 1px solid #dae6eb;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
       -o-transform: translateY(-30%);
          transform: translateY(-30%);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.suppliers button.owl-next svg,
.suppliers button.owl-prev svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #2d3742;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  .suppliers button.owl-next:hover,
  .suppliers button.owl-prev:hover {
    background-color: #1aa21e;
  }
  .suppliers button.owl-next:hover svg,
  .suppliers button.owl-prev:hover svg {
    color: #ffffff;
  }
}
.suppliers button.owl-next:focus,
.suppliers button.owl-prev:focus {
  background-color: #1aa21e;
}
.suppliers button.owl-next:focus svg,
.suppliers button.owl-prev:focus svg {
  color: #ffffff;
}
.suppliers button.owl-next {
  right: -16px;
}
.suppliers button.owl-prev {
  left: -16px;
}
.suppliers__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
}
.suppliers__img {
  width: 100%;
  height: 100%;
  max-width: 213px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.suppliers__img img {
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.suppliers__img:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}
.suppliers__btn {
  margin-top: 32px;
  padding: 14px 24px !important;
}
.suppliers__dots {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.suppliers__dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #dae6eb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}
@media (pointer: fine) {
  .suppliers__dots .owl-dot:hover {
    color: #188a1c;
  }
}
.suppliers__dots .owl-dot.active {
  background: #188a1c;
}
.suppliers__dots .owl-dot span {
  display: none;
}
.new-products.section--bg {
  overflow: hidden;
}
.new-products__slider {
  position: relative;
  margin-top: 24px;
}
.new-products__bottom {
  margin-top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .new-products__bottom {
    margin-top: 40px;
  }
}
.product-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 14px 0 24px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-card .product-card__image {
  height: 221px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-card .product-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.product-card .product-card__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px 24px 0 24px;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-card .product-card__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #2d3742;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}
@media (pointer: fine) {
  .product-card .product-card__title:hover {
    color: #1aa21e;
  }
}
.btn--primary {
  padding: 14px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #188a1c;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #188a1c;
}
.btn--primary span.arrow-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 100%;
}
.btn--primary span.arrow-icon-wrap svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  color: #188a1c;
  width: 12px;
  height: 12px;
  display: block;
}
@media (pointer: fine) {
  .btn--primary:hover {
    background-color: transparent;
    border-color: #c4d2e2;
  }
}
.new-products__slider {
  overflow: hidden;
}
.new-products__slider-wrap {
  position: relative;
}
.slider-nav {
  border: 1px solid #dae6eb;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: 66%;
  -webkit-transform: translateY(-66%);
      -ms-transform: translateY(-66%);
       -o-transform: translateY(-66%);
          transform: translateY(-66%);
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-nav svg {
  width: 16px;
  height: 16px;
  display: block;
  color: #2d3742;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (pointer: fine) {
  .slider-nav:hover {
    background-color: #1aa21e;
  }
  .slider-nav:hover svg {
    color: #ffffff;
  }
}
.slider-nav:focus {
  background-color: #1aa21e;
}
.slider-nav:focus svg {
  color: #ffffff;
}
@media (max-width: 992px) {
  .slider-nav {
    display: none;
  }
}
.new-products__bottom {
  position: relative;
}
.slider-nav--prev {
  left: -16px;
}
.slider-nav--next {
  right: -16px;
}
.slider-pagination {
  position: absolute;
  top: 0;
  left: -30px;
  white-space: nowrap;
  overflow: hidden;
  width: 90px !important;
  text-align: left;
}
.slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: #dae6eb;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider-pagination .swiper-pagination-bullet-active {
  background: #188a1c;
}
@media (max-width: 992px) {
  .slider-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -16px;
  }
}
a.new-products__btn.btn--outline {
  padding: 14px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.new-products.section--bg .section-header {
  margin-bottom: 24px;
}
.new-products.section--bg .section-header h2 {
  margin-bottom: 0;
}
#map_infrastructure {
  display: block;
  width: 100% !important;
  height: 100%;
}
#map_infrastructure-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.contacts-map-wrapper {
  background-color: gray;
}
.main-hero-slider {
  position: relative;
  overflow: hidden;
  background-image: url("/var/themes/bootstrap/dist/images/bg-slider.png");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 35px;
}
.main-hero-slider .container {
  position: relative;
  overflow: visible;
  padding-right: 0;
}
.main-hero-slider .main-hero-slider__swiper {
  position: relative;
  z-index: 1;
}
.main-hero-slider .main-hero-slider__slide {
  position: relative;
  min-height: 567px;
}
.main-hero-slider .main-hero-slider__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 567px;
  gap: 40px;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    min-height: 0;
  }
}
.main-hero-slider .main-hero-slider__content {
  width: 100%;
  max-width: 614px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 24px;
  z-index: 2;
  padding-top: 70px;
  padding-bottom: 112px;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__content {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
    gap: 0;
    padding-bottom: 0;
  }
}
.main-hero-slider .main-hero-slider__title {
  margin: 0;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -4%;
  color: #2d3742;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 12px;
  }
}
.main-hero-slider .main-hero-slider__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #2d3742;
}
.main-hero-slider .main-hero-slider__text p {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__text {
    margin-bottom: 20px;
    text-align: center;
  }
}
.main-hero-slider .main-hero-slider__btn.btn--primary {
  min-width: 294px;
  margin: 0;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__btn.btn--primary {
    margin: 0 auto;
  }
}
.main-hero-slider .main-hero-slider__media {
  width: 100%;
  max-width: 659px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 2;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__media {
    max-width: 100%;
    width: 100%;
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-hero-slider .main-hero-slider__image {
  position: absolute;
  right: 47px;
  bottom: 0;
  width: 100%;
  max-width: 659px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
  padding-left: 15px;
}
.main-hero-slider .main-hero-slider__image img {
  display: block;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: bottom right;
     object-position: bottom right;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
}
.main-hero-slider .main-hero-slider__stats {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 601px;
  padding: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 49px;
  border-radius: 16px 0 0 0;
  z-index: 3;
  border: 1px solid;
  border-image-source: linear-gradient(91.59deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(56px);
  -webkit-backdrop-filter: blur(56px);
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__stats {
    min-width: 330px;
  }
}
.main-hero-slider .main-hero-slider__stats-item {
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  gap: 4px;
}
.main-hero-slider .main-hero-slider__stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -24px;
  top: 2px;
  width: 1px;
  height: 48px;
  background-color: #ffffff;
}
.main-hero-slider .main-hero-slider__stats-label {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #5e6773;
}
.main-hero-slider .main-hero-slider__stats-value {
  font-weight: 500;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -4%;
  color: #188a1c;
}
.main-hero-slider .main-hero-slider__stats-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #2d3742;
  margin-bottom: 3px;
}
.main-hero-slider .main-hero-slider__stats-answer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 2px;
}
.main-hero-slider .main-hero-slider__pagination {
  display: none;
}
.main-hero-slider .swiper-pagination {
  display: none;
}
.main-hero-slider .main-hero-slider__controls {
  position: absolute;
  left: 0;
  bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  z-index: 3;
}
@media (max-width: 992px) {
  .main-hero-slider .main-hero-slider__controls {
    display: none;
  }
}
.main-hero-slider .main-hero-slider__arrow {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: none;
  outline: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-hero-slider .main-hero-slider__arrow svg {
  width: 20px;
  height: 20px;
  display: block;
}
@media (pointer: fine) {
  .main-hero-slider .main-hero-slider__arrow:hover {
    opacity: 0.88;
  }
}
.main-hero-slider .main-hero-slider__arrow--prev {
  background: #ffffff;
  color: #5e6773;
}
.main-hero-slider .main-hero-slider__arrow--next {
  background: #2278ce;
  color: #ffffff;
}
.suppliers-section {
  overflow: hidden;
  width: 100%;
}
.suppliers__slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
       -o-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.suppliers__slide {
  width: auto !important;
  /* важно для auto */
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.suppliers__img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  width: auto;
}
@media (max-width: 992px) {
  .suppliers__img {
    height: 120px;
  }
}
@media (max-width: 992px) {
  .suppliers-section {
    margin-bottom: 32px;
  }
}
/*Стили хлебных крошек*/
#page-breadcrumb {
  overflow: hidden;
}
.breadcrumb {
  padding: 19px 0;
  margin-bottom: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .breadcrumb {
    padding-top: 16px;
    padding-bottom: 20px;
  }
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  /*.ic;
            .ic-arrow-right;*/
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  float: left;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 8px;
  padding-right: 8px;
  color: #5e6773;
}
.breadcrumb .breadcrumb-item a {
  position: relative;
  color: #188a1c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
  color: #5e6773;
}
.breadcrumb .breadcrumb-item.active span {
  color: #5E6773;
}
.pagination-wrap .pagination .page-item .page-prev,
.pagination-wrap .pagination .page-item .page-next,
.pagination-wrap .pagination .page-item .page-link,
.pagination-wrap .pagination .page-item .page-current,
.pagination-wrap .pagination .page-item .active {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 1px;
  margin: 5px;
  font-size: 1rem;
  font-weight: normal;
  color: #666666;
  border: none;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.pagination-wrap .pagination .page-item .page-prev .before,
.pagination-wrap .pagination .page-item .page-next .before,
.pagination-wrap .pagination .page-item .page-link .before,
.pagination-wrap .pagination .page-item .page-current .before,
.pagination-wrap .pagination .page-item .active .before,
.pagination-wrap .pagination .page-item .page-prev .after,
.pagination-wrap .pagination .page-item .page-next .after,
.pagination-wrap .pagination .page-item .page-link .after,
.pagination-wrap .pagination .page-item .page-current .after,
.pagination-wrap .pagination .page-item .active .after {
  opacity: 0;
}
.pagination-wrap .pagination .page-item .page-prev:hover .before,
.pagination-wrap .pagination .page-item .page-next:hover .before,
.pagination-wrap .pagination .page-item .page-link:hover .before,
.pagination-wrap .pagination .page-item .page-current:hover .before,
.pagination-wrap .pagination .page-item .active:hover .before,
.pagination-wrap .pagination .page-item .page-prev:hover .after,
.pagination-wrap .pagination .page-item .page-next:hover .after,
.pagination-wrap .pagination .page-item .page-link:hover .after,
.pagination-wrap .pagination .page-item .page-current:hover .after,
.pagination-wrap .pagination .page-item .active:hover .after {
  opacity: 1;
}
.pagination-wrap .pagination .page-item .page-prev.active,
.pagination-wrap .pagination .page-item .page-next.active,
.pagination-wrap .pagination .page-item .page-link.active,
.pagination-wrap .pagination .page-item .page-current.active,
.pagination-wrap .pagination .page-item .active.active {
  color: #00974b;
  font-weight: 600;
}
.pagination-wrap .pagination .page-item .page-prev.active .before,
.pagination-wrap .pagination .page-item .page-next.active .before,
.pagination-wrap .pagination .page-item .page-link.active .before,
.pagination-wrap .pagination .page-item .page-current.active .before,
.pagination-wrap .pagination .page-item .active.active .before,
.pagination-wrap .pagination .page-item .page-prev.active .after,
.pagination-wrap .pagination .page-item .page-next.active .after,
.pagination-wrap .pagination .page-item .page-link.active .after,
.pagination-wrap .pagination .page-item .page-current.active .after,
.pagination-wrap .pagination .page-item .active.active .after {
  opacity: 1;
}
.pagination-wrap .pagination .page-item .page-gap {
  cursor: default;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 1px;
  margin: 5px;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  border: none;
}
.pagination-wrap .pagination .page-item .page-link:hover,
.pagination-wrap .pagination .page-item .page-current:hover {
  background: none;
}
.pagination-wrap .pagination .page-item .page-link:hover:before,
.pagination-wrap .pagination .page-item .page-current:hover:before,
.pagination-wrap .pagination .page-item .page-link:hover:after,
.pagination-wrap .pagination .page-item .page-current:hover:after {
  opacity: 1;
}
.pagination-wrap .pagination .page-item .page-prev,
.pagination-wrap .pagination .page-item .page-next {
  text-decoration: none;
}
.pagination-wrap .pagination .page-item .page-prev:before,
.pagination-wrap .pagination .page-item .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.pagination-wrap .pagination .page-item .page-prev {
  padding-right: 2px;
  /* '' */
}
.pagination-wrap .pagination .page-item .page-prev:before {
  content: '\f007';
}
.pagination-wrap .pagination .page-item .page-next {
  padding-left: 4px;
  /* '' */
}
.pagination-wrap .pagination .page-item .page-next:before {
  content: '\f006';
}
.pagination-wrap.center .btn-load-more {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pagination-wrap.center nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager {
  list-style: none;
  padding-left: 0;
}
.pager .page-prev,
.pager .page-next {
  font-size: 0.875rem;
  line-height: 1.2rem;
  vertical-align: baseline;
}
.pager .page-prev:before,
.pager .page-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
 