@font-face {
	font-family: 'Roboto';
	src: url("fonts/roboto-regular.woff2") format("woff2"), url("fonts/roboto-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
  src: url("fonts/roboto-medium.woff2") format("woff2"), url("fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Roboto';
  src: url("fonts/roboto-bold.woff2") format("woff2"), url("fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
	font-family: 'Roboto';
  src: url("fonts/roboto-black.woff2") format("woff2"), url("fonts/roboto-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

img, button {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

*:focus, *:focus * {
	outline: none !important;
}

.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

html {
	min-height: 100%;
	height: 100%;
}

html.opened {
	overflow: hidden;
	position: fixed;
}

body {
	min-width: 320px;
	height: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}

body.opened {
	overflow: hidden;
	height: 100%;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

.h1, .h2, .h3, .h4, h1, h2, h3, h4, p {
	line-height: normal;
	margin: 0;
	padding: 0;
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: 0;
	text-decoration: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

.container {
  width: calc( 0.13889 * 100vw + 933.33333px);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px; }

.section-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .section-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--color);
    z-index: 1; }
  .section-bg__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.color-primary {
  color: var(--primary); }

.color-secondary {
  color: var(--secondary); }

.bg-color-primary {
  background-color: var(--primary); }

.bg-color-secondary {
  background-color: var(--secondary); }

.color-theme main > section:not(.section-action) {
  background-color: var(--color-theme); }

.color-theme .section-slider-slide {
  background-color: var(--color-theme) !important; }

.color-theme .section-action::before {
  background-color: #FAFAFA; }

.color-theme .requisite__left-left {
  background-color: var(--color-theme); }

.color-theme .card-service-type-two__header {
  background-color: var(--color-theme); }

.color-theme-dark .button-orang:hover,
.color-theme-dark .button-white:hover {
  border: 1px solid white !important; }

.color-theme-dark .header-contact__phone, .color-theme-dark .header-contact__svg, .color-theme-dark .header-contact__text {
  color: #fff;
  fill: #fff; }

.color-theme-dark .header-top {
  background-color: var(--color-theme); }
  @media (max-width: 1200px) {
    .color-theme-dark .header-top {
      background-color: #333; } }
  .color-theme-dark .header-top__desc {
    color: #fff; }
  .color-theme-dark .header-top__button {
    border: 1px solid #fff !important;
    background-color: transparent !important; }
    .color-theme-dark .header-top__button span {
      color: #fff !important; }
    .color-theme-dark .header-top__button:hover {
      background-color: var(--primary) !important; }

.color-theme-dark .header-bottom {
  background-color: var(--primary); }
  .color-theme-dark .header-bottom li a {
    color: #fff !important; }

.color-theme-dark .footer {
  background-color: #3E3E3E; }

.color-theme-dark input {
  background-color: transparent;
  color: #fff; }

.color-theme-dark .slick-arrow:hover {
  background-color: var(--secondary); }
  .color-theme-dark .slick-arrow:hover svg {
    fill: #fff; }

.color-theme-dark .mobile-menu {
  background-color: #191919; }
  .color-theme-dark .mobile-menu a {
    color: #fff; }
  .color-theme-dark .mobile-menu li {
    border-bottom: 1px solid #2E2E2E; }
  .color-theme-dark .mobile-menu .header-contact {
    border-bottom: 1px solid #2E2E2E; }

.color-theme-dark .section-action .section-action::before {
  background-color: #191919; }

.color-theme-dark .section-action a, .color-theme-dark .section-action p {
  color: #fff; }

.color-theme-dark .section-action__button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .section-action__button:hover {
    border-color: #898989; }
  .color-theme-dark .section-action__button span {
    color: #fff !important; }

.color-theme-dark .section-banner__title b {
  color: #fff !important; }

.color-theme-dark .section-banner__button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .section-banner__button:hover {
    border-color: #898989; }
  .color-theme-dark .section-banner__button span {
    color: #fff !important; }

.color-theme-dark .section-banner .modal-form {
  background-color: #333; }
  .color-theme-dark .section-banner .modal-form__title {
    color: #fff; }
  .color-theme-dark .section-banner .modal-form__desc {
    color: #C8C8C8; }
  .color-theme-dark .section-banner .modal-form__button {
    color: #333;
    background-color: var(--primary) !important;
    -webkit-transition: border-color ease 0.3s;
    transition: border-color ease 0.3s;
    border-color: transparent; }
    .color-theme-dark .section-banner .modal-form__button:hover {
      border-color: #898989; }
    .color-theme-dark .section-banner .modal-form__button span {
      color: #fff !important; }
  .color-theme-dark .section-banner .modal-form .personal {
    color: #fff; }
    .color-theme-dark .section-banner .modal-form .personal a {
      color: #fff; }

.color-theme-dark .form-success__svg {
  fill: #fff; }

.color-theme-dark .form-success__text {
  color: #fff; }

.color-theme-dark .section-slider-slide__title {
  color: #fff; }

.color-theme-dark .section-slider-slide__text {
  color: #C8C8C8; }

.color-theme-dark .section-slider-slide__button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .section-slider-slide__button:hover {
    border-color: #898989; }
  .color-theme-dark .section-slider-slide__button span {
    color: #fff !important; }

.color-theme-dark .section-gallery__title {
  color: #fff; }

.color-theme-dark .section-gallery .gallery-show-more__text {
  color: white; }

.color-theme-dark .section-gallery .gallery-show-more__svg {
  fill: white; }

.color-theme-dark .section-requisites-copy span {
  color: #A1A1A1; }

.color-theme-dark .section-requisites-copy svg {
  fill: #A1A1A1; }

.color-theme-dark .section-requisites .button {
  border: 1px solid #fff !important;
  background-color: transparent !important; }
  .color-theme-dark .section-requisites .button span {
    color: #fff !important; }
  .color-theme-dark .section-requisites .button:hover {
    background-color: var(--primary) !important; }

.color-theme-dark .section-contacts .button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .section-contacts .button:hover {
    border-color: #898989; }
  .color-theme-dark .section-contacts .button span {
    color: #fff !important; }

.color-theme-dark .section-contacts--three .city::after {
  background-color: #2E2E2E; }

.color-theme-dark .section-advantages .simplebar-track {
  background-color: #2E2E2E !important; }
  .color-theme-dark .section-advantages .simplebar-track::before {
    background-color: transparent; }

.color-theme-dark .section-slider-slider {
  border: 1px solid #2E2E2E; }

.color-theme-dark .section-slider-slide__img-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--direction)), color-stop(transparent), to(var(--color-theme))) !important;
  background-image: linear-gradient(var(--direction), transparent, var(--color-theme)) !important; }

.color-theme-dark .section-aplication-form__arrow path:first-child {
  stroke: #fff; }

.color-theme-dark .section-aplication-form__arrow path:nth-child(2) {
  stroke: #fff;
  fill: #fff; }

.color-theme-dark .section-action {
  background-color: #191919; }

.color-theme-dark .simplebar-scrollbar::before {
  opacity: 1 !important; }

.color-theme-dark .simplebar-track {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.color-theme-dark .catalog-nav__item {
  color: #C8C8C8; }
  .color-theme-dark .catalog-nav__item.active {
    color: #fff; }

.color-theme-dark .vertical-title__text {
  color: #fff; }

.color-theme-dark .quote-svg {
  fill: #3b3b3b; }

.color-theme-dark .schema-step__wrap {
  background-color: #191919;
  border: 1px solid #2E2E2E; }
  .color-theme-dark .schema-step__wrap::after {
    border-left-color: #191919; }
  .color-theme-dark .schema-step__wrap::before {
    border-left-color: #2E2E2E; }

.color-theme-dark .schema-step__title {
  color: #fff; }

.color-theme-dark .schema-step__text {
  color: #fff; }

.color-theme-dark .schema-last-step__ball {
  background-color: transparent; }

.color-theme-dark .schema-last-step__title {
  color: #fff; }

.color-theme-dark .schema-last-step__text {
  color: #fff; }

.color-theme-dark .schema-last-step__wrap {
  background-color: #3E3E3E; }
  .color-theme-dark .schema-last-step__wrap::after {
    border-bottom-color: #3E3E3E; }

.color-theme-dark .schema-last-step__button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .schema-last-step__button:hover {
    border-color: #898989; }
  .color-theme-dark .schema-last-step__button span {
    color: #fff !important; }

.color-theme-dark .review-slide__wrap {
  background-color: #2E2E2E; }
  .color-theme-dark .review-slide__wrap * {
    color: #fff; }

.color-theme-dark .employee {
  background-color: #191919;
  border: 1px solid #2E2E2E; }
  .color-theme-dark .employee:hover {
    background-color: #3E3E3E;
    border: 1px solid #3E3E3E; }
    .color-theme-dark .employee:hover .employee__img-wrap::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: rgba(51, 51, 51, 0.3); }
  .color-theme-dark .employee__body * {
    color: #fff; }

.color-theme-dark .FAQ__item .FAQ__question {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4); }

.color-theme-dark .FAQ__item .FAQ__question-text {
  color: #C8C8C8 !important; }

.color-theme-dark .FAQ__item .cc-pluse::after, .color-theme-dark .FAQ__item .cc-pluse::before {
  background-color: #fff; }

.color-theme-dark .FAQ__item.active .FAQ__question {
  background-color: #3E3E3E; }

.color-theme-dark .FAQ__item.active .FAQ__question-text {
  color: white !important; }

.color-theme-dark .didnt-answer {
  background-color: #191919;
  border: 1px dashed #2E2E2E; }
  .color-theme-dark .didnt-answer__title, .color-theme-dark .didnt-answer__text {
    color: #fff; }
  .color-theme-dark .didnt-answer__button {
    color: #333;
    background-color: var(--primary) !important;
    -webkit-transition: border-color ease 0.3s;
    transition: border-color ease 0.3s;
    border-color: transparent; }
    .color-theme-dark .didnt-answer__button:hover {
      border-color: #898989; }
    .color-theme-dark .didnt-answer__button span {
      color: #fff !important; }

.color-theme-dark .requisite__left-left {
  color: rgba(255, 255, 255, 0.7); }

.color-theme-dark .requisite__left-right {
  border-bottom-color: rgba(255, 255, 255, 0.7); }

.color-theme-dark .requisite__right {
  color: #fff; }

.color-theme-dark .aplication-form {
  border: none; }
  .color-theme-dark .aplication-form span, .color-theme-dark .aplication-form p {
    color: #fff; }
  .color-theme-dark .aplication-form .personal a {
    color: #fff; }
  .color-theme-dark .aplication-form__head {
    background-color: #191919; }
  .color-theme-dark .aplication-form__title {
    background-color: #2E2E2E; }
  .color-theme-dark .aplication-form__body {
    background-color: #191919; }
  .color-theme-dark .aplication-form-count {
    color: #6A6A6A; }
    .color-theme-dark .aplication-form-count * {
      color: #6A6A6A !important; }
  .color-theme-dark .aplication-form-step__button {
    color: #333;
    background-color: var(--primary) !important;
    -webkit-transition: border-color ease 0.3s;
    transition: border-color ease 0.3s;
    border-color: transparent; }
    .color-theme-dark .aplication-form-step__button:hover {
      border-color: #898989; }
    .color-theme-dark .aplication-form-step__button span {
      color: #fff !important; }
  .color-theme-dark .aplication-form-step__submit {
    color: #333;
    background-color: var(--primary) !important;
    -webkit-transition: border-color ease 0.3s;
    transition: border-color ease 0.3s;
    border-color: transparent; }
    .color-theme-dark .aplication-form-step__submit:hover {
      border-color: #898989; }
    .color-theme-dark .aplication-form-step__submit span {
      color: #fff !important; }
  .color-theme-dark .aplication-form-step-answer__input:not([type=checkbox]):checked + .aplication-form-step-answer__check {
    background-color: #191919;
    border-color: var(--secondary); }
  .color-theme-dark .aplication-form-step-answer__text {
    color: #C8C8C8 !important; }

.color-theme-dark .amount {
  background-color: #191919; }
  .color-theme-dark .amount input {
    color: #fff;
    background-color: #191919; }

.color-theme-dark .block-over-map {
  background-color: #191919; }

.color-theme-dark .loading-animate-wrap {
  background-color: rgba(25, 25, 25, 0.8) !important; }

.color-theme-dark .service-block__button {
  border: 1px solid #fff !important;
  background-color: transparent !important; }
  .color-theme-dark .service-block__button span {
    color: #fff !important; }
  .color-theme-dark .service-block__button:hover {
    background-color: var(--primary) !important; }

.color-theme-dark .card-service:hover .card-service__title {
  color: #fff; }

.color-theme-dark .card-service:hover .card-service__wrap::after {
  background-color: #191919; }

.color-theme-dark .card-service__wrap::after {
  background-color: rgba(51, 51, 51, 0.7); }

.color-theme-dark .card-service__insludes__item::before {
  background-color: var(--secondary) !important; }

.color-theme-dark .card-service__button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .card-service__button:hover {
    border-color: #898989; }
  .color-theme-dark .card-service__button span {
    color: #fff !important; }

.color-theme-dark .card-service-type-two:hover .card-service-type-two__title {
  color: #fff; }

.color-theme-dark .card-service-type-two:hover .card-service-type-two__header {
  border: none; }
  .color-theme-dark .card-service-type-two:hover .card-service-type-two__header:before {
    background-color: #191919; }

.color-theme-dark .card-service-type-two:hover .card-service-type-two__svg {
  opacity: 0; }

.color-theme-dark .card-service-type-two__header:before {
  background-color: var(--primary); }

.color-theme-dark .card-service-type-two__hidden-block {
  background-color: #191919; }

.color-theme-dark .card-service-type-two__title {
  color: #fff; }

.color-theme-dark .card-service-type-two__insludes__item:before {
  background-color: var(--secondary); }

.color-theme-dark .card-service-type-two__button {
  border: 1px solid #fff !important;
  background-color: transparent !important; }
  .color-theme-dark .card-service-type-two__button span {
    color: #fff !important; }
  .color-theme-dark .card-service-type-two__button:hover {
    background-color: var(--primary) !important; }

.color-theme-dark .card-service-type-three__header:before {
  background-color: var(--primary); }

.color-theme-dark .card-service-type-three__title {
  color: #fff; }

.color-theme-dark .card-service-type-three__svg {
  fill: #fff; }

.color-theme-dark .product-card {
  background-color: #191919; }
  .color-theme-dark .product-card-drop {
    background-color: #3E3E3E; }
    .color-theme-dark .product-card-drop p {
      color: #fff; }
    .color-theme-dark .product-card-drop .size {
      color: #fff; }
  .color-theme-dark .product-card__title {
    color: #fff; }
  .color-theme-dark .product-card__desc {
    color: #C8C8C8; }
  .color-theme-dark .product-card__button {
    border: 1px solid #fff !important;
    background-color: transparent !important; }
    .color-theme-dark .product-card__button span {
      color: #fff !important; }
    .color-theme-dark .product-card__button:hover {
      background-color: var(--primary) !important; }
  .color-theme-dark .product-card-price__new-price {
    color: #fff; }
  .color-theme-dark .product-card-price__not-price {
    color: #fff; }
  .color-theme-dark .product-card:hover {
    background-color: #3E3E3E; }

.color-theme-dark .product-markers .product-marker.a {
  background-color: #438BCD; }

.color-theme-dark .product-markers .product-marker.b {
  background-color: #AD45ED; }

.color-theme-dark .product-markers .product-marker.c {
  background-color: #FEDFBA; }

.color-theme-dark .product-card-price__new-price {
  color: #AD45ED; }

.color-theme-dark .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .color-theme-dark .show-more__text {
    color: white; }
  .color-theme-dark .show-more__svg {
    fill: white; }

.color-theme-dark .sizes-picker__input:checked + .sizes-picker__text {
  color: white; }

.color-theme-dark .sizes-picker__text {
  color: white; }

.color-theme-dark .color-picker__item {
  border: 2px solid white; }

.color-theme-dark .section-tariffs .tariff__header {
  background-color: #191919;
  border-bottom: 1px dashed #2E2E2E; }

.color-theme-dark .section-tariffs .tariff__body {
  background-color: #191919; }

.color-theme-dark .section-tariffs .tariff__cat {
  color: #C8C8C8; }

.color-theme-dark .section-tariffs .tariff__name {
  color: #fff; }

.color-theme-dark .section-tariffs .tariff__price {
  color: #fff; }

.color-theme-dark .section-tariffs .tariff__button_mod-1 {
  border: 1px solid #fff !important;
  background-color: #fff !important; }
  .color-theme-dark .section-tariffs .tariff__button_mod-1 span {
    color: var(--primary) !important; }
  .color-theme-dark .section-tariffs .tariff__button_mod-1:hover {
    border-color: #898989;
    background-color: var(--primary) !important; }
    .color-theme-dark .section-tariffs .tariff__button_mod-1:hover span {
      color: var(--color-theme_text) !important; }

.color-theme-dark .section-tariffs .tariff__button_mod-2 {
  border: 1px solid #fff !important;
  background-color: transparent !important; }
  .color-theme-dark .section-tariffs .tariff__button_mod-2 span {
    color: #fff !important; }
  .color-theme-dark .section-tariffs .tariff__button_mod-2:hover {
    background-color: var(--primary) !important; }

.color-theme-dark .section-tariffs .tariff-list__item {
  color: #C8C8C8; }
  .color-theme-dark .section-tariffs .tariff-list__item::before {
    background-color: #fff; }
  .color-theme-dark .section-tariffs .tariff-list__item.important {
    color: #FFFFFF; }

.color-theme-dark .section-tariffs .tariff:hover .tariff__body {
  background-color: #2E2E2E; }

.color-theme-dark .section-tariffs--one .tariff {
  border: 1px solid #2E2E2E; }
  .color-theme-dark .section-tariffs--one .tariff.active, .color-theme-dark .section-tariffs--one .tariff:hover {
    border: 1px solid #2E2E2E; }

.color-theme-dark .section-tariffs--two .tariff {
  background-color: #191919;
  border-top-color: #2E2E2E;
  border-right-color: #2E2E2E;
  border-bottom-color: #2E2E2E; }
  .color-theme-dark .section-tariffs--two .tariff .tariff-list {
    border-right-color: #2E2E2E;
    border-left-color: #2E2E2E; }
  .color-theme-dark .section-tariffs--two .tariff:hover {
    background-color: #2E2E2E; }

.color-theme-dark .section-tariffs--three .tariff {
  border: 1px solid #2E2E2E; }
  .color-theme-dark .section-tariffs--three .tariff .tariff__col3 {
    border-top-color: #2E2E2E; }
  .color-theme-dark .section-tariffs--three .tariff.active, .color-theme-dark .section-tariffs--three .tariff:hover {
    border: 1px solid #2E2E2E; }

.color-theme-dark .section-tariffs--four .tariff {
  border: 1px solid #2E2E2E; }

.color-theme-dark .section-form--one {
  background-color: #191919 !important; }

.color-theme-dark .section-form--four::after {
  background-color: rgba(0, 0, 0, 0.7); }

.color-theme-dark .section-form .button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .section-form .button:hover {
    border-color: #898989; }
  .color-theme-dark .section-form .button span {
    color: #fff !important; }

.color-theme-dark .custom-modal__wrapper {
  background-color: #191919; }

.color-theme-dark .custom-modal input {
  background-color: transparent;
  color: #fff; }

.color-theme-dark .custom-modal p, .color-theme-dark .custom-modal span {
  color: #fff; }

.color-theme-dark .custom-modal .personal a {
  color: #fff; }

.color-theme-dark .custom-modal .product-slider--for {
  border-color: #2E2E2E; }

.color-theme-dark .custom-modal .product-slider--nav .slick-slide > div {
  border-color: #2E2E2E; }

.color-theme-dark .custom-modal .modal-form {
  background-color: #191919; }

.color-theme-dark .custom-modal .button {
  color: #333;
  background-color: var(--primary) !important;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
  border-color: transparent; }
  .color-theme-dark .custom-modal .button:hover {
    border-color: #898989; }
  .color-theme-dark .custom-modal .button span {
    color: #fff !important; }

.color-theme-dark .custom-modal .modal-product-total-cost {
  color: #fff; }

.color-theme-dark .custom-modal .modal-product-info__tab {
  color: #fff; }

.color-theme-dark .custom-modal .modal-product-form {
  background-color: transparent; }

.color-theme-dark .section-partners .partners-show-more__text {
  color: white; }

.color-theme-dark .section-partners .partners-show-more__svg {
  fill: white; }

.color-theme-dark .partners-item,
.color-theme-dark .partners-slide {
  background-color: white; }

picture > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  z-index: 100;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0; }
  .custom-modal.modal-opens, .custom-modal.modal-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .custom-modal__wrapper {
    width: calc( 0.05 * 100vw + 274px);
    max-width: calc(100% - 30px);
    margin: auto;
    background-color: #fff;
    opacity: 0;
    border-radius: 3px;
    overflow: hidden; }
  .custom-modal.modal-text .custom-modal__wrapper {
    width: 900px; }

.custom-modal-header {
  padding: calc( 0.0025 * 100vw + 7.2px) calc( 0.0025 * 100vw + 7.2px) calc( 0.00562 * 100vw + 13.2px); }
  .custom-modal-header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: calc( 0.00937 * 100vw + 12px) 0; }

.custom-modal-body {
  padding: 0 calc( 0.00937 * 100vw + 12px) calc( 0.01562 * 100vw + 20px); }

.close-modal {
  display: block;
  cursor: pointer;
  width: calc( 0.00313 * 100vw + 9px);
  height: calc( 0.00313 * 100vw + 9px);
  margin-left: auto;
  background-color: transparent;
  border: none; }
  .close-modal__svg {
    width: 100%;
    height: 100%;
    fill: #888;
    -webkit-transition: .2s;
    transition: .2s; }
  .close-modal:hover .close-modal__svg {
    fill: var(--primary); }

.modal-form.loading .loading-animate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.button {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.button-orang {
  background-color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .button-orang__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .button-orang:hover {
    background-color: #fff; }
    .button-orang:hover .button-orang__text {
      color: var(--primary); }

.button-blue {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .button-blue__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: #fff;
    -webkit-transition: color .3s;
    transition: color .3s; }
  .button-blue:hover {
    background-color: #Fff; }
    .button-blue:hover .button-blue__text {
      color: var(--secondary); }

.button-white {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: background-color .3s;
  transition: background-color .3s; }
  .button-white__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: var(--primary);
    -webkit-transition: color .3s;
    transition: color .3s; }
  .button-white:hover {
    background-color: var(--primary); }
    .button-white:hover .button-white__text {
      color: #fff; }

.page-404__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.page-404__int {
  font-size: calc( 0.0625 * 100vw + 80px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: 10px;
  display: block;
  margin-bottom: calc( 0.00625 * 100vw + 8px);
  color: #333; }

.page-404__title {
  font-size: calc( 0.00875 * 100vw + 19.2px);
  line-height: calc( 0.00875 * 100vw + 25.2px);
  font-weight: 700;
  display: block;
  margin-bottom: calc( 0.005 * 100vw + 5.4px);
  color: #333; }

.page-404__text {
  font-size: calc( 0.00187 * 100vw + 14.4px);
  line-height: calc( 0.0025 * 100vw + 19.2px);
  display: block;
  margin-bottom: calc( 0.00937 * 100vw + 17px);
  color: #333;
  text-align: center; }

.page-404__button {
  width: 290px;
  height: 50px; }

.field {
  width: 100%;
  height: 50px;
  position: relative;
  display: block; }
  .field.error .field__input {
    border-color: red; }
  .field__input {
    height: 100%;
    width: 100%;
    background: #fff;
    border: 1px solid #BABABA;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding-left: 20px;
    color: #333;
    padding-top: 15px; }
  .field__text {
    font-size: 16px;
    line-height: 19px;
    color: #999;
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
    cursor: text;
    -webkit-transition: .3s;
    transition: .3s; }
  .field.active .field__text, .field:hover .field__text {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    top: 7px;
    font-weight: 500; }
  .field--textarea {
    height: 150px; }
    .field--textarea .field__input {
      padding-top: 20px; }

.personal {
  font-size: 12px;
  line-height: 18px;
  color: #666; }
  .personal > a {
    color: #666;
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s; }
    .personal > a:hover {
      text-decoration: none; }

.form-event {
  position: relative; }
  .form-event.loading .loading-animate-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.loading-animate-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.loading-animate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  height: 16px;
  position: relative;
  margin: auto; }
  .loading-animate__sqr {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: var(--secondary);
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .loading-animate__sqr--1 {
      -webkit-animation: loading-animate1 1s infinite;
              animation: loading-animate1 1s infinite;
      left: 0; }
    .loading-animate__sqr--2 {
      -webkit-animation: loading-animate2 1s infinite;
              animation: loading-animate2 1s infinite;
      left: 0;
      right: 0; }
    .loading-animate__sqr--3 {
      -webkit-animation: loading-animate3 1s infinite;
              animation: loading-animate3 1s infinite;
      right: 0; }

@-webkit-keyframes loading-animate1 {
  0% {
    -webkit-transform: scale(1) translateX(-3px);
            transform: scale(1) translateX(-3px); }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1) translateX(-3px);
            transform: scale(1) translateX(-3px); } }

@keyframes loading-animate1 {
  0% {
    -webkit-transform: scale(1) translateX(-3px);
            transform: scale(1) translateX(-3px); }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(1) translateX(-3px);
            transform: scale(1) translateX(-3px); } }

@-webkit-keyframes loading-animate2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@keyframes loading-animate2 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  25% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@-webkit-keyframes loading-animate3 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(1) translateX(3px);
            transform: scale(1) translateX(3px); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

@keyframes loading-animate3 {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  25% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  50% {
    -webkit-transform: scale(1) translateX(3px);
            transform: scale(1) translateX(3px); }
  75% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); }
  100% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6); } }

.vertical-title {
  position: absolute;
  left: calc( -0.04167 * 100vw + 0px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  max-height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  margin: auto; }
  .vertical-title__text {
    font-size: calc( 0.00125 * 100vw + 9.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: var(--color-theme_text);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 20px; }
  .vertical-title__line {
    width: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: var(--secondary);
    position: relative;
    height: 140px;
    max-height: 100%; }
    .vertical-title__line:after {
      content: "";
      position: absolute;
      bottom: -4px;
      left: -4px;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: var(--secondary); }

@media (max-width: 767px) {
  .vertical-title {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin: 0 0 7px 0; }
    .vertical-title__line {
      height: 9px;
      width: 9px;
      border-radius: 50%;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      margin-right: 10px; }
      .vertical-title__line:after {
        display: none; }
    .vertical-title__text {
      margin-top: 0; } }

.cc-b {
  display: none; }

.toTop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  border-radius: 5px;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  z-index: 10; }
  .toTop__svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    fill: #fff;
    width: 20px;
    height: 20px; }
  .toTop:hover {
    background-color: var(--secondary); }
  .toTop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.header {
  top: 0;
  z-index: 10; }

.header-top {
  padding: 5px 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-top__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-top__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-top__desc {
    font-size: calc( 0.00125 * 100vw + 10.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #929292; }
  .header-top__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header-top__button {
    padding: calc( 0.00607 * 100vw + 2.34345px) calc( 0.00781 * 100vw + 14.01301px); }
  .header-top__messager {
    display: none; }

.logo {
  display: block;
  width: var(--width);
  height: var(--height);
  margin-right: calc( 0.01474 * 100vw + -1.30876px); }
  .logo__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: calc( 0.01301 * 100vw + 5.02168px); }
  .header-contact__left {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-contact__svg {
    width: calc( 0.00173 * 100vw + 11.66956px);
    height: calc( 0.00173 * 100vw + 11.66956px);
    fill: #333; }
  .header-contact__text {
    font-size: calc( 0.00125 * 100vw + 10.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #555; }
  .header-contact__phone {
    font-size: calc( 0.00125 * 100vw + 11.6px);
    line-height: calc( 0 * 100vw + 16px);
    color: #555;
    display: block;
    -webkit-transition: color .3s;
    transition: color .3s; }
    .header-contact__phone:not(:last-child) {
      margin-bottom: calc( 0.0026 * 100vw + 0.00434px); }
    .header-contact__phone:hover {
      color: var(--primary); }

.header-nav {
  padding: 13px 0; }
  .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header-nav ul li:not(:last-child) {
      margin-right: calc( 0.03296 * 100vw + -5.2784px); }
    .header-nav ul li a {
      font-size: calc( 0.00063 * 100vw + 12.8px);
      line-height: calc( 0.0025 * 100vw + 17.2px);
      color: #333;
      display: block;
      -webkit-transition: color .3s;
      transition: color .3s; }
      .header-nav ul li a:hover {
        color: var(--primary); }

.mobile-menu-open {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  height: 18px; }
  .mobile-menu-open__button {
    width: 18px;
    height: 2px;
    background-color: var(--primary); }
    .mobile-menu-open__button:before, .mobile-menu-open__button:after {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      left: 0;
      height: 2px;
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
    .mobile-menu-open__button:before {
      bottom: 0; }
    .mobile-menu-open__button:after {
      top: 0; }
  .mobile-menu-open.active .mobile-menu-open__button {
    background-color: transparent; }
    .mobile-menu-open.active .mobile-menu-open__button:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 0;
      margin: auto; }
    .mobile-menu-open.active .mobile-menu-open__button:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 0;
      margin: auto; }

.mobile-menu {
  position: fixed;
  top: 50px;
  right: 0;
  width: 100%;
  height: calc(100% - 50px);
  z-index: 600;
  background-color: #fff;
  padding-bottom: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  left: 100%;
  -webkit-transition: .3s linear;
  transition: .3s linear; }
  .mobile-menu.opened, .mobile-menu.active, .mobile-menu .nav_close.opened {
    left: 0;
    display: block; }
  .mobile-menu li {
    padding: 0 15px;
    border-bottom: 1px solid #EAEAEA; }
    .mobile-menu li a {
      display: block;
      padding: 15px 0;
      font-size: 15px;
      line-height: 19px;
      color: #333; }
  .mobile-menu .header-contact {
    padding: 15px 25px;
    border-bottom: 1px solid #eaeaea; }
  .mobile-menu .messagers {
    padding: 15px 25px; }

.header-bottom {
  background-color: #F5F5F5;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-bottom.scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10; }
    .header-bottom.scroll .messager--phone {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .header-bottom.scroll .header-bottom__logo {
      display: block; }
    .header-bottom.scroll .header-nav ul li:not(:last-child) {
      margin-right: calc( 0.01078 * 100vw + 9.31034px); }
  .header-bottom__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-bottom__logo {
    display: none; }

.messagers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .messagers:not(:last-child) {
    margin-right: 20px; }

.messager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc( 0.00438 * 100vw + 21.6px);
  height: calc( 0.00438 * 100vw + 21.6px);
  border-radius: 5px;
  padding: 5px; }
  .messager:not(:first-child) {
    margin-left: 16px; }
  .messager--viber {
    background-color: #854CA4; }
  .messager--whatsapp {
    background-color: #00D04C; }
  .messager--telegram {
    background-color: #00A2E7; }
  .messager--phone {
    background-color: var(--secondary);
    display: none; }
    .messager--phone .messager__svg {
      fill: white; }
  .messager__svg {
    fill: #fff;
    display: block;
    width: 100%;
    height: 100%; }

@media (max-width: 991px) {
  main {
    padding-top: 50px; }
  .header {
    border-bottom: 1px solid #F5F5F5;
    height: 50px;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0; }
  .header-top {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-top__right {
      display: none; }
    .header-top .header-top__messager {
      margin-left: auto;
      margin-right: 13px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 21px;
      height: 21px; }
  .mobile-menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header-bottom {
    display: none; } }

@media (max-width: 767px) {
  .logo {
    width: var(--width-m);
    height: var(--height-m); } }

.footer {
  background-color: var(--secondary); }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }
  .footer__text {
    font-size: calc( 0.00125 * 100vw + 10.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #D6D6D6; }
    .footer__text:not(:first-child) {
      margin-left: 50px; }
    .footer__text.link {
      text-decoration: underline; }
      .footer__text.link:hover {
        text-decoration: none; }

.made-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto; }
  .made-by__svg {
    width: 93px;
    height: 16px;
    fill: #D6D6D6; }
  .made-by__text {
    font-size: calc( 0.00125 * 100vw + 10.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #D6D6D6; }

@media (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .footer__text {
    margin-bottom: 10px; }
    .footer__text:not(:first-child) {
      margin-left: 0px; }
  .made-by {
    margin-left: 0; } }

.banner-slider__item:not(:first-child) {
  display: none; }

.banner-slider-wrapper {
  position: relative; }

.banner-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none; }
  .banner-slider-controls__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .banner-slider-controls__arrow {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 60px;
    pointer-events: all;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .banner-slider-controls__arrow.prev {
      margin-left: calc( -0.03472 * 100vw + 6.66667px); }
    .banner-slider-controls__arrow.next {
      margin-right: calc( -0.03472 * 100vw + 6.66667px); }
      .banner-slider-controls__arrow.next .banner-slider-controls__svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .banner-slider-controls__arrow:focus {
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
    .banner-slider-controls__arrow:hover {
      background-color: var(--primary); }
      .banner-slider-controls__arrow:hover .banner-slider-controls__svg {
        fill: #fff; }
  .banner-slider-controls__svg {
    display: block;
    width: 12px;
    height: 15px;
    fill: #333;
    -webkit-transition: fill .3s;
    transition: fill .3s; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc( 0.0125 * 100vw + 6px);
  z-index: 1; }
  .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid var(--color-theme_text);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin: 0 4px; }
    .slick-dots li.slick-active {
      background-color: var(--secondary);
      border: 1px solid transparent; }
    .slick-dots li * {
      display: none; }

@media (max-width: 1199px) {
  .section-banner__wrap {
    padding-left: calc( 0.03413 * 100vw + -10.9215px); }
  .banner-slider-controls__arrow.prev {
    margin-left: calc( -0.01706 * 100vw + 5.46075px); }
  .banner-slider-controls__arrow.next {
    margin-right: calc( -0.01706 * 100vw + 5.46075px); } }

@media (max-width: 767px) {
  .banner-slider-controls__wrapper {
    display: none; } }

@media (max-width: 400px) {
  .banner-slider-controls {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; } }

.section-banner {
  position: relative;
  padding: calc( 0.0375 * 100vw + 18px) 0 calc( 0.05312 * 100vw + 23px); }
  .section-banner .section-bg {
    z-index: 1; }
  .section-banner__wrap {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-banner__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-banner__title {
    font-size: calc( 0.01312 * 100vw + 19.8px);
    line-height: calc( 0.01438 * 100vw + 23.4px);
    font-weight: 700;
    color: #333;
    display: block;
    max-width: calc( 0.175 * 100vw + 234px);
    margin-bottom: calc( 0.00625 * 100vw + 8px); }
    .section-banner__title b {
      background-color: var(--secondary); }
  .section-banner__desc {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: #333;
    display: block;
    max-width: calc( 0.0431 * 100vw + 287.24138px);
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-banner__button {
    padding: calc( 0.00607 * 100vw + 2.34345px) calc( 0.00781 * 100vw + 14.01301px); }
    .section-banner__button--mobile {
      display: none; }
  .section-banner .section-banner__img {
    display: none; }
  .section-banner.dark .section-banner__title {
    color: #fff; }
  .section-banner.dark .section-banner__desc {
    color: #fff; }
  .section-banner.light .section-banner__title {
    color: #333; }
  .section-banner.light .section-banner__desc {
    color: #333; }
  .section-banner.light .custom-timer__text, .section-banner.light .custom-timer__seporator {
    color: #333; }

.modal-form {
  background-color: #fff;
  padding: calc( 0.0125 * 100vw + 16px) calc( 0.01125 * 100vw + 11.4px);
  max-width: 100%;
  width: calc( 0.05 * 100vw + 274px);
  border-radius: 5px; }
  .modal-form__wrap {
    margin-bottom: 13px; }
    .modal-form__wrap .field:not(:last-child) {
      margin-bottom: 8px; }
  .modal-form__title {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    text-align: center;
    color: #333;
    display: block;
    margin-bottom: 14px; }
  .modal-form__desc {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    text-align: center;
    color: #333;
    display: block;
    margin-bottom: 22px; }
  .modal-form__button {
    width: 100%;
    height: 50px;
    margin-bottom: 10px; }
  .modal-form .personal {
    text-align: center; }

.custom-modal-body .modal-form {
  padding: 0; }

.form-success {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form-success__svg {
    fill: #1a2b67;
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }
  .form-success__text {
    font-size: calc( 0.00375 * 100vw + 14.8px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #333;
    text-align: center; }

.custom-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-bottom: calc( 0.00937 * 100vw + 16px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .custom-timer:not(:last-child) {
    margin-bottom: calc( 0.00937 * 100vw + 12px); }
  .custom-timer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .custom-timer__part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .custom-timer__seporator {
    font-size: 30px;
    line-height: 1;
    color: #fff;
    margin: 0 calc( 0.00375 * 100vw + 3.8px); }
  .custom-timer__int {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.00813 * 100vw + 21.4px);
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .custom-timer__int > span {
      background: var(--primary);
      border-radius: 4px;
      padding: calc( 0.00438 * 100vw + 3.6px);
      display: block; }
      .custom-timer__int > span:not(:last-child) {
        margin-right: calc( 0.00187 * 100vw + 1.4px); }
  .custom-timer__text {
    font-size: calc( 0.00375 * 100vw + 10.8px);
    line-height: calc( 0.00625 * 100vw + 12px);
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: calc( 100% + (0.00313 * 100vw + 4px));
    text-align: center; }

@media (max-width: 767px) {
  .section-banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-banner__left {
    margin-bottom: 25px; }
  .section-banner--mobile-view .custom-timer,
  .section-banner--mobile-view .section-bg {
    display: none; }
  .section-banner--mobile-view .section-banner__button {
    display: none; }
    .section-banner--mobile-view .section-banner__button--mobile {
      margin-bottom: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 50px;
      text-align: center; }
  .section-banner--mobile-view .section-banner__img {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    -o-object-fit: contain;
       object-fit: contain;
    width: calc( 0.4698 * 100vw + 0.66443px);
    height: calc( 0.39597 * 100vw + 0.28859px); }
  .section-banner--mobile-view.dark .section-banner__title {
    color: #333; }
  .section-banner--mobile-view.dark .section-banner__desc {
    color: #333; }
  .section-banner--mobile-view.dark .custom-timer__text, .section-banner--mobile-view.dark .custom-timer__seporator {
    color: #333; } }

.section-aplication-form {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-aplication-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-aplication-form__left {
    width: 100%;
    padding-top: calc( 0.0625 * 100vw + -20px); }
  .section-aplication-form__right {
    width: calc( 0.14757 * 100vw + 286.66667px);
    margin-left: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .section-aplication-form__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: bold;
    color: var(--color-theme_text);
    margin-bottom: 30px; }
  .section-aplication-form__arrow {
    display: block;
    margin-left: auto;
    max-width: 50%; }
    .section-aplication-form__arrow path:first-child {
      stroke: #333333; }
    .section-aplication-form__arrow path:nth-child(2) {
      stroke: #333333;
      fill: #333333; }

.aplication-form {
  background-color: var(--color-theme);
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  overflow: hidden; }
  .aplication-form__container {
    padding: 0 calc( 0.01562 * 100vw + 10px);
    width: 100%; }
  .aplication-form__head {
    padding: calc( 0.00688 * 100vw + 9.8px) 0 calc( 0.005 * 100vw + 8.4px); }
  .aplication-form__title {
    padding: calc( 0.005 * 100vw + 5.4px) 0 calc( 0.00625 * 100vw + 8px);
    background-color: #F5F5F5;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.00625 * 100vw + 18px); }
  .aplication-form__body {
    padding: calc( 0.00625 * 100vw + 8px) 0 calc( 0.01875 * 100vw + 19px); }
  .aplication-form__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.aplication-form-step {
  display: none; }
  .aplication-form-step.active {
    display: block; }
  .aplication-form-step__title {
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    font-weight: 500;
    color: #333;
    margin-bottom: calc( 0.00438 * 100vw + 13.6px); }
  .aplication-form-step__answers {
    margin-bottom: calc( 0.0075 * 100vw + 12.6px); }
  .aplication-form-step__button {
    width: 270px;
    height: 50px; }
  .aplication-form-step__submit {
    width: 100%;
    height: 50px;
    margin-bottom: calc( 0.00313 * 100vw + 4px); }
  .aplication-form-step__field {
    width: 100%;
    margin-bottom: calc( 0.00313 * 100vw + 6px); }
  .aplication-form-step__desc {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    margin-bottom: 17px; }

.aplication-form-step-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }
  .aplication-form-step-answer:not(:last-child) {
    margin-bottom: calc( 0.00438 * 100vw + 5.6px); }
  .aplication-form-step-answer__input {
    display: none; }
    .aplication-form-step-answer__input:not([type=checkbox]):checked + .aplication-form-step-answer__check {
      border-width: calc( 0.00125 * 100vw + 3.6px);
      border-color: var(--primary); }
    .aplication-form-step-answer__input[type=checkbox] + .aplication-form-step-answer__check {
      border-radius: 0;
      position: relative; }
      .aplication-form-step-answer__input[type=checkbox] + .aplication-form-step-answer__check:after {
        content: "";
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        background-color: var(--primary);
        opacity: 0; }
    .aplication-form-step-answer__input[type=checkbox]:checked + .aplication-form-step-answer__check {
      border-color: var(--primary); }
      .aplication-form-step-answer__input[type=checkbox]:checked + .aplication-form-step-answer__check:after {
        opacity: 1; }
  .aplication-form-step-answer__check {
    background: #fff;
    border: 1px solid #C4C4C4;
    -webkit-transition: border .3s;
    transition: border .3s;
    width: calc( 0.005 * 100vw + 12.4px);
    height: calc( 0.005 * 100vw + 12.4px);
    display: block;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 50%; }
  .aplication-form-step-answer__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333; }

.aplication-form-back {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .aplication-form-back__svg {
    display: block;
    width: 7px;
    height: 10px;
    margin-right: 10px;
    fill: var(--secondary); }
  .aplication-form-back__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 500;
    color: var(--secondary);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline; }
  .aplication-form-back:hover .aplication-form-back__text {
    text-decoration: none; }

@media (max-width: 767px) {
  .section-aplication-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-aplication-form__left {
    margin-bottom: 30px; }
  .section-aplication-form__title {
    margin-bottom: 0; }
  .section-aplication-form__right {
    width: calc( 0.24609 * 100vw + 211.2528px);
    margin: auto; }
  .section-aplication-form__arrow {
    display: none; }
  .section-aplication-form__title br {
    display: none; } }

.section-about-company {
  background: #F5F5F5;
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-about-company__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
  .section-about-company__title {
    font-weight: 700;
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.00625 * 100vw + 13px); }
  .section-about-company__text {
    max-height: 291px;
    padding-right: 20px; }
    .section-about-company__text p {
      font-size: calc( 0.00187 * 100vw + 12.4px);
      line-height: calc( 0.0025 * 100vw + 17.2px);
      color: var(--color-theme_text); }
      .section-about-company__text p:not(:last-child) {
        margin-bottom: 10px; }
  .section-about-company__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 47%;
    max-width: 470px;
    margin-right: calc( 0.05204 * 100vw + -9.91327px); }
  .section-about-company__right {
    width: 53%; }
  .section-about-company__img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
    border-radius: 5px; }
  .section-about-company__video-wrap {
    position: relative;
    width: 100%;
    height: 100%; }
    .section-about-company__video-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (max-width: 767px) {
  .section-about-company__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-about-company__left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px; }
  .section-about-company__right {
    width: 100%;
    padding-top: 0;
    margin-bottom: 30px; }
  .section-about-company__video-wrap {
    min-height: calc( 0.53691 * 100vw + -11.81208px); } }

.section-action {
  position: relative;
  background-color: #FAFAFA; }
  .section-action::before {
    content: '';
    position: absolute;
    top: 22px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - 44px); }
  .section-action__img {
    display: block;
    width: calc( 0.05388 * 100vw + 196.55172px); }
  .section-action__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-action__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: calc( 0.0125 * 100vw + 11px) 0 40px; }
  .section-action__left {
    margin-right: calc( 0.0431 * 100vw + -22.75862px);
    max-width: calc( 0.06466 * 100vw + 305.86207px);
    width: 100%; }
  .section-action__title {
    font-weight: 700;
    font-size: calc( 0.00937 * 100vw + 18px);
    line-height: calc( 0.01 * 100vw + 22.8px);
    color: #333;
    display: block;
    margin-bottom: calc( 0.00313 * 100vw + 11px); }
  .section-action__text {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: #333; }
  .section-action__button {
    width: 270px;
    height: 50px;
    background-color: var(--primary); }
  .section-action__button-text {
    color: white; }

@media (max-width: 991px) {
  .section-action__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-action__img {
    margin-left: auto;
    height: auto;
    width: calc( 0.23398 * 100vw + 18.12668px); } }

@media (max-width: 767px) {
  .section-action__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-action__left {
    margin-right: 0;
    margin-bottom: 30px; }
  .section-action__text br {
    display: none; } }

.section-slider {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-slider__wrap {
    position: relative; }

.section-slider-slider {
  border: 1px solid #E4E4E4;
  border-radius: 0 12px;
  overflow: hidden; }
  .section-slider-slider > .section-slider-slide:not(:first-child) {
    display: none; }

.section-slider-slide {
  position: relative;
  z-index: 0; }
  .section-slider-slide__wrap {
    padding: calc( 0.04063 * 100vw + 22px) 15px calc( 0.0625 * 100vw + 20px) calc( 0.05 * 100vw + 4px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 1; }
  .section-slider-slide__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    display: block;
    margin-bottom: 15px; }
  .section-slider-slide__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.00813 * 100vw + 20.4px); }
  .section-slider-slide__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 40px; }
  .section-slider-slide__img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 70%;
    background-repeat: no-repeat;
    background-size: cover; }
  .section-slider-slide__img-gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--direction)), color-stop(transparent), to(var(--color-theme)));
    background-image: linear-gradient(var(--direction), transparent, var(--color-theme));
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.section-slider-controls {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .section-slider-controls__item {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 60px;
    pointer-events: all;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .section-slider-controls__item--prev {
      margin-left: calc( 0.00625 * 100vw + -2px); }
    .section-slider-controls__item--next {
      margin-right: calc( 0.00625 * 100vw + -2px); }
      .section-slider-controls__item--next .section-slider-controls__arrow {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .section-slider-controls__item:hover {
      background-color: var(--primary); }
      .section-slider-controls__item:hover .section-slider-controls__arrow {
        fill: #fff; }
    .section-slider-controls__item:focus {
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); }
  .section-slider-controls__arrow {
    display: block;
    width: 12px;
    height: 15px;
    fill: #333;
    -webkit-transition: fill .3s;
    transition: fill .3s; }

:root {
  --direction: to left; }

@media (max-width: 767px) {
  :root {
    --direction: to top; }
  .section-slider-slider {
    border-radius: initial; }
  .section-slider-slide__wrap {
    padding-bottom: 0; }
  .section-slider-slide__button {
    width: 100%;
    margin-bottom: 20px; }
  .section-slider-slide__img {
    position: static;
    height: calc( 0.29083 * 100vw + 76.93512px);
    width: 100%; } }

@media (max-width: 575px) {
  .section-slider-controls {
    display: none; } }

.section-service {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-service__header {
    margin-bottom: calc( 0.0125 * 100vw + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-service__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }
  .section-service__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: calc( 0.0125 * 100vw + 6px);
    -webkit-column-gap: calc( 0.0125 * 100vw + 6px);
       -moz-column-gap: calc( 0.0125 * 100vw + 6px);
            column-gap: calc( 0.0125 * 100vw + 6px); }
    .section-service__wrapper:not(:last-child) {
      margin-bottom: calc( 0.03125 * 100vw + 20px); }

.card-service {
  position: relative; }
  .card-service__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px; }
  .card-service__wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 20px calc( 0.00937 * 100vw + 12px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100px;
    -webkit-transition: all .15s;
    transition: all .15s;
    -webkit-transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
            transition-timing-function: cubic-bezier(0.33, 1, 0.68, 1); }
    .card-service__wrap:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--secondary);
      opacity: .8;
      z-index: -1; }
  .card-service__title {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #fff; }
  .card-service__hidden-block {
    display: none;
    width: 100%; }
  .card-service__insludes {
    padding-top: 20px;
    padding-bottom: 30px; }
  .card-service__insludes__item {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .card-service__insludes__item:not(:last-child) {
      margin-bottom: 10px; }
    .card-service__insludes__item:before {
      content: "";
      width: 7px;
      height: 7px;
      background-color: var(--primary);
      border-radius: 50%;
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 13px; }
  .card-service__button {
    width: 100%;
    height: 50px; }
  .card-service.active {
    z-index: 2; }
    .card-service.active .card-service__img {
      border-radius: 5px 5px 0 0; }
    .card-service.active .card-service__wrap {
      bottom: calc(var(--height) * -1);
      -webkit-transition: all .3s;
      transition: all .3s; }
      .card-service.active .card-service__wrap:after {
        opacity: 1; }
    .card-service.active .card-service__hidden-block {
      -webkit-animation: .3s fadeIn;
              animation: .3s fadeIn;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      display: block; }

@-webkit-keyframes fadeIn {
  0% {
    height: 0;
    visibility: hidden; }
  80% {
    visibility: hidden;
    opacity: 0; }
  100% {
    height: var(--height);
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  0% {
    height: 0;
    visibility: hidden; }
  80% {
    visibility: hidden;
    opacity: 0; }
  100% {
    height: var(--height);
    opacity: 1;
    visibility: visible; } }

.duble-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .duble-title__text {
    font-size: calc( 0.00125 * 100vw + 9.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: var(--color-theme_text); }
  .duble-title__line {
    margin-right: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .duble-title__line:before {
      content: "";
      display: block;
      width: 140px;
      height: 1px;
      background-color: var(--secondary); }
    .duble-title__line:after {
      content: "";
      display: block;
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background-color: var(--secondary); }

.card-service-type-two {
  position: relative; }
  .card-service-type-two__header {
    background: #fff;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 20px calc( 0.00625 * 100vw + 18px);
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s; }
    .card-service-type-two__header:before {
      content: "";
      position: absolute;
      top: calc( 100% - (0.01875 * 100vw + 34px));
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background-color: var(--primary);
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      -webkit-transition: .15s;
      transition: .15s; }
  .card-service-type-two__title {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: var(--secondary);
    -webkit-transition: .3s;
    transition: .3s; }
  .card-service-type-two__svg {
    width: 10px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #fff;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 17px; }
  .card-service-type-two__hidden-block {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: var(--secondary);
    padding: 0 calc( 0.00625 * 100vw + 18px) calc( 0.00625 * 100vw + 18px);
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .card-service-type-two__insludes {
    padding-top: calc( 0.00625 * 100vw + 8px);
    padding-bottom: calc( 0.00625 * 100vw + 18px); }
  .card-service-type-two__insludes__item {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .card-service-type-two__insludes__item:not(:last-child) {
      margin-bottom: 10px; }
    .card-service-type-two__insludes__item:before {
      content: "";
      width: 7px;
      height: 7px;
      background-color: var(--primary);
      border-radius: 50%;
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 13px; }
  .card-service-type-two__button {
    width: 100%;
    height: 50px; }
  .card-service-type-two:hover, .card-service-type-two.active {
    z-index: 2; }
    .card-service-type-two:hover .card-service-type-two__header, .card-service-type-two.active .card-service-type-two__header {
      border-radius: 5px 5px 0 0;
      border-color: var(--secondary); }
      .card-service-type-two:hover .card-service-type-two__header:before, .card-service-type-two.active .card-service-type-two__header:before {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        top: 0;
        -webkit-transition: .3s;
        transition: .3s; }
    .card-service-type-two:hover .card-service-type-two__svg, .card-service-type-two.active .card-service-type-two__svg {
      fill: var(--secondary); }
    .card-service-type-two:hover .card-service-type-two__title, .card-service-type-two.active .card-service-type-two__title {
      color: #fff; }
    .card-service-type-two:hover .card-service-type-two__hidden-block, .card-service-type-two.active .card-service-type-two__hidden-block {
      -webkit-animation: .3s fadeIn;
              animation: .3s fadeIn;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      z-index: 1; }

.card-service-type-three {
  position: relative; }
  .card-service-type-three__header {
    background: transparent;
    border: 1px solid #D6D6D6;
    border-radius: 5px;
    padding: 20px calc( 0.00625 * 100vw + 18px);
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    display: block; }
    .card-service-type-three__header:before {
      content: "";
      position: absolute;
      top: calc( 100% - (0.01875 * 100vw + 34px));
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background-color: var(--primary);
      -webkit-transform: rotate(-35deg);
              transform: rotate(-35deg);
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      -webkit-transition: .15s;
      transition: .15s; }
    .card-service-type-three__header.active .card-service-type-three__svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
  .card-service-type-three__title {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: var(--secondary);
    -webkit-transition: .3s;
    transition: .3s; }
  .card-service-type-three__svg {
    width: 10px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: #fff;
    margin-left: auto;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 17px;
    -webkit-transition: .3s;
    transition: .3s; }
  .card-service-type-three .service-block {
    display: none; }
  .card-service-type-three:hover .card-service-type-three__header, .card-service-type-three.active .card-service-type-three__header {
    border-radius: 5px 5px 0 0;
    border-color: var(--secondary); }
    .card-service-type-three:hover .card-service-type-three__header:before, .card-service-type-three.active .card-service-type-three__header:before {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
      top: 0;
      -webkit-transition: .3s;
      transition: .3s; }
  .card-service-type-three:hover .card-service-type-three__title, .card-service-type-three.active .card-service-type-three__title {
    color: #fff; }

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .service-block__left {
    width: calc( 0.07806 * 100vw + 220.1301px);
    margin-right: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .service-block__right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .service-block__img {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc( 0.0625 * 100vw + 280px);
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover; }
  .service-block__title {
    display: block;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-bottom: 20px; }
  .service-block__button {
    height: calc( 0.00625 * 100vw + 38px);
    max-width: 270px; }

.service-block-insludes {
  padding-top: calc( 0.00625 * 100vw + 8px);
  padding-bottom: calc( 0.00625 * 100vw + 18px); }
  .service-block-insludes__item {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--color-theme_text);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .service-block-insludes__item:not(:last-child) {
      margin-bottom: 10px; }
    .service-block-insludes__item:before {
      content: "";
      width: 7px;
      height: 7px;
      background-color: var(--primary);
      border-radius: 50%;
      display: block;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 13px; }

@media (max-width: 991px) {
  .section-service__wrapper {
    grid-template-columns: repeat(2, 1fr); }
  .card-service-type-three__svg,
  .card-service-type-two__svg {
    width: 7px;
    height: 12px;
    right: 13px;
    bottom: 7px; } }

@media (max-width: 767px) {
  .service-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .service-block__left {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }

@media (min-width: 1200px) {
  .card-service:hover {
    z-index: 2; }
    .card-service:hover .card-service__img {
      border-radius: 5px 5px 0 0; }
    .card-service:hover .card-service__wrap {
      bottom: calc(var(--height) * -1);
      -webkit-transition: all .3s;
      transition: all .3s; }
      .card-service:hover .card-service__wrap:after {
        opacity: 1; }
    .card-service:hover .card-service__hidden-block {
      -webkit-animation: .3s fadeIn;
              animation: .3s fadeIn;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      display: block; } }

@media (max-width: 575px) {
  .section-service__wrapper {
    grid-template-columns: repeat(1, 1fr); }
  .section-service__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-service__title {
    margin-right: 0; }
  .card-service__wrap {
    min-height: 70px; }
  .card-service.active .card-service__wrap {
    position: static; }
  .card-service-type-two:hover .card-service-type-two__hidden-block, .card-service-type-two.active .card-service-type-two__hidden-block {
    position: static; }
  .card-service-type-two__header {
    height: auto; }
  .duble-title {
    margin-bottom: 10px; }
    .duble-title__line:before {
      display: none; }
  .card-service-type-three__header {
    height: auto; }
  .service-block {
    max-width: calc( 0.35294 * 100vw + 157.05882px);
    margin: 0 auto; }
    .service-block.active {
      display: block; } }

.section-catalog {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-catalog__header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-catalog__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }

.catalog-nav-wrap {
  overflow-x: auto;
  padding-bottom: 30px;
  display: grid; }

.catalog-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
  white-space: nowrap; }
  .catalog-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #E4E4E4; }
  .catalog-nav__item {
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    position: relative;
    font-weight: 500;
    color: var(--color-theme_text);
    padding-bottom: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .catalog-nav__item:not(:last-child) {
      margin-right: calc( 0.02155 * 100vw + 18.62069px); }
    .catalog-nav__item:after {
      content: "";
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: -1px;
      height: 3px;
      background-color: var(--primary);
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
    .catalog-nav__item.active {
      color: var(--color-theme_text);
      font-weight: 700; }
      .catalog-nav__item.active:after {
        opacity: 1; }

.product-cards {
  padding-top: 10px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px; }

.product-card {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: calc( 0.00625 * 100vw + 13px) calc( 0.00625 * 100vw + 13px) calc( 0.00625 * 100vw + 18px);
  position: relative;
  width: calc(25% - 30px);
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .product-card__row .amount {
      width: calc(50% - 3px);
      height: 50px; }
    .product-card__row .product-card__button {
      width: calc(50% - 3px); }
  .product-card__header {
    margin-bottom: 28px; }
  .product-card__img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .product-card__body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-card__title {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 12px; }
  .product-card__desc {
    font-size: calc( 0.00125 * 100vw + 11.6px);
    line-height: calc( 0 * 100vw + 16px);
    color: #333;
    display: block;
    margin-bottom: 20px; }
  .product-card__button {
    width: 100%;
    height: 50px;
    margin-top: auto; }
  .product-card:hover {
    cursor: pointer; }

.product-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 25px; }
  .product-card-price__new-price {
    font-size: calc( 0.00375 * 100vw + 14.8px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #333;
    margin-right: 15px; }
  .product-card-price__old-price {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #C4C4C4; }

.product-markers {
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .product-markers .product-marker {
    border-radius: 3px;
    padding: 2px 13px;
    color: #fff;
    font-size: calc( 0.00125 * 100vw + 11.6px);
    line-height: calc( 0 * 100vw + 16px); }
    .product-markers .product-marker:not(:last-child) {
      margin-bottom: 8px; }
    .product-markers .product-marker.a {
      background-color: #1A2B67; }
    .product-markers .product-marker.b {
      background-color: #D81717; }
    .product-markers .product-marker.c {
      background-color: #EA6726; }

.show-more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .show-more__text {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    font-weight: 500;
    color: var(--primary);
    text-decoration: underline;
    margin-right: 12px; }
  .show-more__svg {
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: var(--primary); }
  .show-more:hover .show-more__text {
    text-decoration: none; }

.product-modal .custom-modal__wrapper {
  width: 1100px; }

.product-modal .custom-modal-header {
  padding: 10px 15px 15px; }

.product-modal .custom-modal-body {
  padding: 0 calc( 0.01562 * 100vw + 10px) calc( 0.01562 * 100vw + 10px); }

.product-modal__title {
  font-size: calc( 0.0075 * 100vw + 17.6px);
  line-height: calc( 0.0075 * 100vw + 23.6px);
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 35px; }

.product-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-modal__left {
  width: calc( 50% - (0.00867 * 100vw + 3.34779px));
  padding-bottom: 40px; }

.product-modal__right {
  width: calc( 50% - (0.00867 * 100vw + 3.34779px));
  min-height: 200px; }

.product-slider--nav {
  margin: 0 -10px; }
  .product-slider--nav .slick-track {
    padding-bottom: 3px; }
  .product-slider--nav .slick-slide {
    padding: 0 10px; }
    .product-slider--nav .slick-slide > div {
      padding: 5px;
      border: 1px solid #E9E9E9;
      border-radius: 5px;
      position: relative;
      -webkit-transition: .3s;
      transition: .3s; }
      .product-slider--nav .slick-slide > div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        background-color: var(--primary);
        -webkit-transition: .3s;
        transition: .3s;
        visibility: hidden; }
    .product-slider--nav .slick-slide.slick-current > div {
      border-color: var(--primary); }
      .product-slider--nav .slick-slide.slick-current > div:before {
        visibility: visible;
        opacity: .2; }
  .product-slider--nav .slick-dots {
    top: calc( 100% + (0.00625 * 100vw + 8px)); }
  .product-slider--nav .product-slider__item {
    height: calc( 0.02602 * 100vw + 30.04337px); }

.product-slider--for {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  margin-bottom: 15px; }
  .product-slider--for .slick-slide > div {
    padding: 10px; }
  .product-slider--for .product-slider__item {
    height: calc( 0.11275 * 100vw + 173.52125px); }

.product-slider__item {
  width: 100%;
  display: block !important;
  -o-object-fit: contain;
     object-fit: contain; }
  .product-slider__item:not(:first-child) {
    display: none; }

.wrap-product-slider-nav {
  position: relative; }

.product-slider-arrows {
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .product-slider-arrows__arrow {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 42px;
    pointer-events: all;
    -webkit-transition: background-color .3s;
    transition: background-color .3s; }
    .product-slider-arrows__arrow.next .product-slider-arrows__svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .product-slider-arrows__arrow:hover {
      background-color: var(--primary); }
      .product-slider-arrows__arrow:hover .product-slider-arrows__svg {
        fill: #fff; }
  .product-slider-arrows__svg {
    display: block;
    width: 7px;
    height: 12px;
    fill: #333;
    -webkit-transition: fill .3s;
    transition: fill .3s; }

.simplebar-container {
  height: 100%; }

.product-modal-content {
  padding-right: 20px;
  position: relative; }
  .product-modal-content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-modal-content__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 20px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1; }
  .product-modal-content__body {
    padding-top: 15px; }
  .product-modal-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-modal-content__row:not(:last-child) {
      margin-bottom: 30px; }
  .product-modal-content__bottom {
    padding-top: 40px;
    padding-bottom: 20px; }
  .product-modal-content.loading .loading-animate-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-count {
  font-size: calc( 0.00125 * 100vw + 9.6px);
  line-height: calc( 0.0025 * 100vw + 11.2px);
  color: #9FA3A7;
  display: block;
  margin-bottom: 12px; }

.product-select-options:not(:last-child) {
  margin-right: 50px; }

.product-select-options__title {
  font-size: calc( 0.00125 * 100vw + 9.6px);
  line-height: calc( 0.0025 * 100vw + 11.2px);
  color: #9FA3A7;
  display: block;
  margin-bottom: 10px; }

.color-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .color-picker__item {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
    .color-picker__item:not(:last-child) {
      margin-right: 10px; }
  .color-picker__input {
    display: none; }
    .color-picker__input:checked + .color-picker__svg {
      opacity: 1; }
  .color-picker__svg {
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 15px;
    height: 11px;
    fill: #fff; }

.sizes-picker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .sizes-picker__item {
    cursor: pointer; }
    .sizes-picker__item:not(:last-child) {
      margin-right: 10px; }
  .sizes-picker__input {
    display: none; }
    .sizes-picker__input:checked + .sizes-picker__text {
      opacity: 1;
      border-color: #E9E9E9;
      color: #333; }
  .sizes-picker__text {
    font-size: calc( 0.00125 * 100vw + 9.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #9FA3A7;
    font-weight: 700;
    border: 2px solid transparent;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s;
    transition: .3s;
    text-transform: uppercase; }

.simplebar-track.simplebar-vertical {
  background-color: #eee;
  width: 1px;
  overflow: visible; }

.simplebar-scrollbar:before {
  background-color: var(--primary);
  left: -1px;
  right: -1px;
  opacity: 1; }

.amount-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.amount-title {
  font-size: calc( 0.00125 * 100vw + 9.6px);
  line-height: calc( 0.0025 * 100vw + 11.2px);
  color: #9FA3A7;
  margin-right: calc( 0.00625 * 100vw + 8px); }

.amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100px;
  max-height: 42px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 5px; }
  .amount__button {
    padding: 5px;
    width: 30%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #B6B6B6; }
    .amount__button:hover, .amount__button:focus {
      color: #333; }
  .amount__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    border: none;
    text-align: center;
    font-size: 18px; }

.modal-product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .modal-product-price__new {
    font-size: calc( 0.00375 * 100vw + 14.8px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #333;
    margin-right: 15px; }
  .modal-product-price__old {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
    color: #C4C4C4; }

.modal-product-total {
  color: #333;
  font-size: calc( 0.00125 * 100vw + 12.6px);
  line-height: calc( 0.0025 * 100vw + 17.2px); }
  .modal-product-total__cost {
    font-size: calc( 0.00375 * 100vw + 14.8px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700; }

.modal-product-form {
  background-color: #FFFBF9;
  border-radius: 5px;
  padding: calc( 0.00813 * 100vw + 12.4px) calc( 0.01562 * 100vw + 10px) calc( 0.01 * 100vw + 6.8px); }
  .modal-product-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: calc( 0.005 * 100vw + 5.4px); }
  .modal-product-form__field {
    width: calc(50% - 7px); }
    .modal-product-form__field .field__input {
      background: transparent;
      border: 1px solid #DCDCDC; }
    .modal-product-form__field .field__text {
      color: #B4B1B0; }
  .modal-product-form__submit {
    width: calc(50% - 7px); }
  .modal-product-form .personal {
    font-size: calc( 0.00125 * 100vw + 11.6px);
    line-height: calc( 0 * 100vw + 16px);
    color: #B4B1B0; }
    .modal-product-form .personal > a {
      color: #B4B1B0; }

.modal-product-info__tabs {
  border-bottom: 1px solid #E4E4E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-product-info__tab {
  font-size: calc( 0.00187 * 100vw + 12.4px);
  line-height: calc( 0.0025 * 100vw + 17.2px);
  font-weight: 500;
  color: #D6D6D6;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  display: block; }
  .modal-product-info__tab:not(:last-child) {
    margin-right: calc( 0.03125 * 100vw + 5px); }
  .modal-product-info__tab:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: -2px;
    height: 3px;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .modal-product-info__tab.active {
    color: #333; }
    .modal-product-info__tab.active:after {
      opacity: 1; }

.modal-product-info__content {
  padding-top: calc( 0.00625 * 100vw + 8px);
  display: none; }
  .modal-product-info__content.active {
    display: block; }

.modal-product-info__text p {
  font-size: calc( 0.00125 * 100vw + 11.6px);
  line-height: calc( 0 * 100vw + 16px);
  color: #333333; }
  .modal-product-info__text p:not(:last-child) {
    margin-bottom: 10px; }

.slider-previews {
  width: 100%; }
  .slider-previews > .slider-previews__item:not(:first-child) {
    display: none; }
  .slider-previews__item {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }
  .slider-previews .slick-slide {
    height: 100%; }
    .slider-previews .slick-slide > div {
      height: 100%; }
  .slider-previews .slick-track {
    height: 100%; }
  .slider-previews .slick-list {
    height: 100%; }

.product-card-drop {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  background-color: #fff;
  z-index: 2;
  -webkit-box-shadow: 0px 19px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 19px 18px rgba(0, 0, 0, 0.08);
  padding: 10px 15px 30px 25px;
  opacity: 0; }
  .product-card-drop.init {
    opacity: 1; }
  .product-card-drop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
  .product-card-drop__count {
    font-size: calc( 0.00125 * 100vw + 9.6px);
    line-height: calc( 0.0025 * 100vw + 11.2px);
    color: #9FA3A7;
    margin-bottom: 18px; }

.product-card-drop-simplebar {
  max-height: 400px;
  padding-right: 10px; }

.product-card-drop-options__title {
  font-size: calc( 0.00125 * 100vw + 9.6px);
  line-height: calc( 0.0025 * 100vw + 11.2px);
  color: #9FA3A7;
  margin-bottom: 8px; }

.product-card-drop-options:not(:last-child) {
  margin-right: 30px; }

.product-card-drop-options__item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .product-card-drop-options__item.color {
    border: none;
    color: transparent; }
  .product-card-drop-options__item.size {
    border: 2px solid #E9E9E9;
    color: #333;
    text-transform: uppercase; }
  .product-card-drop-options__item.checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.product-card-text-info__wrap:not(:last-child) {
  margin-bottom: 15px; }

.product-card-text-info__title {
  font-size: calc( 0.00125 * 100vw + 11.6px);
  line-height: calc( 0 * 100vw + 16px);
  font-weight: 500;
  color: #353535;
  margin-bottom: 8px; }

.product-card-text-info__text p {
  font-size: calc( 0.00125 * 100vw + 9.6px);
  line-height: calc( 0.0025 * 100vw + 11.2px);
  color: #353535; }
  .product-card-text-info__text p:not(:last-child) {
    margin-bottom: 7px; }

@media (max-width: 991px) {
  .product-card {
    width: calc(33.3334% - 30px); } }

@media (max-width: 767px) {
  .product-card {
    width: calc(50% - 30px); }
  .product-modal__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .product-modal__left {
    width: 100%; }
  .product-modal__right {
    width: 100%; }
  .product-card-drop {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 15px 0 0;
    opacity: 1; }
  .product-slider__for .product-slider__item {
    height: calc( 0.22371 * 100vw + 128.41163px); }
  .product-slider__nav .product-slider__item {
    height: calc( 0.19016 * 100vw + -25.85011px); } }

@media (max-width: 575px) {
  .product-card {
    width: calc(100% - 30px); }
  .section-catalog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 450px) {
  .product-modal-content {
    padding-right: 0px; }
    .product-modal-content__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .product-modal-content__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .product-modal-content__row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
  .product-select-options:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px; }
  .modal-product-price {
    margin-bottom: 10px; }
  .product-slider-arrows {
    display: none; }
  .amount-wrap {
    margin-bottom: 10px; }
  .modal-product-form {
    margin: 0 -10px; }
    .modal-product-form__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .modal-product-form__field {
      width: 100%;
      margin-bottom: 10px; }
    .modal-product-form__submit {
      width: 100%;
      height: 50px; } }

.section-form {
  background-color: var(--bg-color) !important; }
  .section-form__text-block {
    margin-bottom: 20px; }
  .section-form__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--text-color);
    display: block;
    margin-bottom: 15px; }
  .section-form__desc {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--text-color) !important; }
  .section-form .form-event__success {
    color: var(--text-color) !important; }
  .section-form .loading-animate-wrap {
    background-color: transparent; }
    .section-form .loading-animate-wrap:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--bg-color) !important;
      opacity: .8;
      z-index: -1; }
  .section-form .loading-animate__sqr {
    background-color: var(--primary); }
  .section-form .field__input {
    background-color: transparent;
    color: var(--text-color) !important;
    border-color: var(--text-color); }
  .section-form .field__text {
    color: var(--text-color) !important; }
  .section-form .field.active .field__text, .section-form .field:hover .field__text {
    color: var(--text-color) !important; }
  .section-form .personal {
    color: var(--text-color) !important; }
    .section-form .personal > a {
      color: var(--text-color) !important; }
  .section-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 0 0 0 calc( 0.10764 * 100vw + -106.67384px); }
  .section-form__col {
    padding: 30px 0;
    margin: 0 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-form__col--50 {
      width: calc(50% - 30px); }
    .section-form__col--40 {
      width: calc(40% - 30px); }
    .section-form__col--33 {
      width: calc(33% - 30px); }
    .section-form__col--20 {
      width: calc(20% - 30px); }
  .section-form__img {
    display: block;
    width: 100%;
    margin: auto; }
  .section-form--two .section-form__img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    max-height: 100%; }
  .section-form--two .section-form__col {
    padding: 45px 0; }
  .section-form--three {
    position: relative;
    z-index: 0; }
    .section-form--three .section-form__img {
      position: absolute;
      top: 0;
      left: 50%;
      right: 0;
      bottom: 0;
      z-index: -1;
      height: 100%;
      width: 50%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-form--three .section-form__wrap {
      padding: 0; }
    .section-form--three .form {
      max-width: 470px; }
  .section-form--four {
    position: relative;
    z-index: 0;
    padding: calc( 0.01562 * 100vw + 20px) 0; }
    .section-form--four:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1;
      background-color: var(--bg-color) !important;
      opacity: 0.8; }
    .section-form--four .section-form__img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -2;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .section-form--four .section-form__wrap {
      padding: 0; }
    .section-form--four .form {
      max-width: 470px;
      margin: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      padding: 0; }
    .section-form--four .loading-animate-wrap:after {
      background-color: transparent; }

.form {
  padding: 20px 0; }
  .form__wrap {
    max-width: calc( 0.0625 * 100vw + 250px); }
  .form .field {
    margin-bottom: 18px; }
  .form__button {
    width: 100%;
    height: 50px;
    margin-bottom: 10px; }
    .form__button .button-white__text {
      color: var(--bg-color); }

@media (max-width: 575px) {
  .section-form__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 25 0 0; }
  .section-form__col {
    margin: 0;
    padding: 0; }
    .section-form__col--50 {
      width: 100%; }
    .section-form__col--40 {
      width: 100%; }
    .section-form__col--33 {
      width: 100%; }
    .section-form__col--20 {
      width: 100%;
      -webkit-box-ordinal-group: 11;
          -ms-flex-order: 10;
              order: 10; }
  .section-form--two {
    padding: 0; }
    .section-form--two .section-form__col {
      padding: 0; }
    .section-form--two .section-form__img {
      position: static;
      max-width: 100%; }
    .section-form--two .section-form__wrap {
      padding-bottom: 0; }
  .section-form--three .section-form__img {
    position: static;
    width: 100%;
    height: auto; }
  .form {
    padding-top: 30px; } }

.section-advantages {
  padding-top: calc( 0.0125 * 100vw + 21px);
  padding-bottom: calc( 0.0125 * 100vw + 21px); }
  .section-advantages__header {
    margin-bottom: calc( 0.0125 * 100vw + 16px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-advantages__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }
  .section-advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: calc( 0.0125 * 100vw + 6px);
    -webkit-column-gap: calc( 0.0125 * 100vw + 6px);
       -moz-column-gap: calc( 0.0125 * 100vw + 6px);
            column-gap: calc( 0.0125 * 100vw + 6px); }
    .section-advantages__wrapper:not(:last-child) {
      margin-bottom: calc( 0.03125 * 100vw + 20px); }
  .section-advantages__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-advantages--two .vertical-title__line {
    height: 80px; }
  .section-advantages--two .section-advantages__title {
    max-width: 240px;
    margin-right: 30px; }
  .section-advantages--three .section-advantages__wrapper {
    grid-template-columns: repeat(3, 1fr); }
  .section-advantages--three .advantage-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-advantages--three .advantage-block__img-wrap {
      margin-right: calc( 0.00625 * 100vw + 13px);
      margin-bottom: 0; }
    .section-advantages--three .advantage-block__text {
      text-align: start; }

.advantage-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .advantage-block__img-wrap {
    display: block;
    width: calc( 0.025 * 100vw + 37px);
    height: calc( 0.025 * 100vw + 37px);
    padding: calc( 0.00625 * 100vw + 6px);
    margin-bottom: calc( 0.00562 * 100vw + 7.2px);
    border-radius: 50%;
    background-color: var(--primary);
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .advantage-block__img-wrap:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0px;
      width: calc( 0.00562 * 100vw + 8.2px);
      height: calc( 0.00562 * 100vw + 8.2px);
      background-color: var(--secondary); }
  .advantage-block__img {
    display: block;
    width: 100%;
    height: 100%; }
  .advantage-block__text {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: var(--color-theme_text);
    text-align: center; }

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .advantages__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 33.3334%; }

.advantages-simplebar {
  width: 100%;
  padding-bottom: calc( 0.01875 * 100vw + 14px); }

.simplebar-track.simplebar-horizontal {
  height: 6px; }
  .simplebar-track.simplebar-horizontal:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    bottom: 2px;
    background-color: #F5F5F5; }
  .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 100%;
    top: 0;
    cursor: pointer; }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
      left: 0;
      right: 0;
      opacity: 0.5;
      cursor: pointer; }
    .simplebar-track.simplebar-horizontal .simplebar-scrollbar.simplebar-visible:before {
      opacity: 1; }

@media (max-width: 991px) {
  .section-advantages__wrapper {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 767px) {
  .section-advantages__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-advantages--two .section-advantages__title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
  .section-advantages--two .vertical-title__line {
    height: 9px; }
  .section-advantages--three .section-advantages__wrapper {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 575px) {
  .section-advantages__wrapper {
    grid-template-columns: repeat(1, 1fr); }
    .section-advantages__wrapper .advantage-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: revert;
              flex-direction: revert;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .section-advantages__wrapper .advantage-block__img-wrap {
        margin-bottom: 0;
        margin-right: 15px; }
      .section-advantages__wrapper .advantage-block__text {
        text-align: start; }
  .section-advantages__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-advantages__title {
    margin-right: 0; }
  .section-advantages--three .section-advantages__wrapper {
    grid-template-columns: repeat(1, 1fr); }
  .advantage-block__text br {
    display: none; }
  .advantages__item {
    width: 50%; } }

.section-text {
  padding: calc( 0.01875 * 100vw + 19px) 0; }

.content-text__wrap h1,
.section-text__wrap h1 {
  color: var(--color-theme_text);
  font-weight: 700;
  font-size: calc( 0.0075 * 100vw + 17.6px);
  line-height: calc( 0.0075 * 100vw + 23.6px);
  display: block;
  margin-bottom: calc( 0.0075 * 100vw + 7.6px); }

.content-text__wrap h2,
.section-text__wrap h2 {
  color: var(--color-theme_text);
  font-size: calc( 0.00438 * 100vw + 15.6px);
  line-height: calc( 0.005 * 100vw + 20.4px);
  font-weight: 700;
  padding-top: calc( 0.005 * 100vw + 6.4px);
  margin-bottom: calc( 0.00625 * 100vw + 8px); }

.content-text__wrap h3,
.section-text__wrap h3 {
  color: var(--color-theme_text);
  font-size: calc( 0.00313 * 100vw + 14px);
  line-height: calc( 0.00375 * 100vw + 18.8px);
  font-weight: 700;
  padding-top: calc( 0.005 * 100vw + 6.4px);
  margin-bottom: calc( 0.0025 * 100vw + 5.2px); }

.content-text__wrap p,
.section-text__wrap p {
  color: var(--color-theme_text);
  font-size: calc( 0.00187 * 100vw + 12.4px);
  line-height: calc( 0.0025 * 100vw + 17.2px);
  font-weight: 400; }
  .content-text__wrap p:not(:last-child),
  .section-text__wrap p:not(:last-child) {
    margin-bottom: calc( 0.00438 * 100vw + 5.6px); }

.content-text__wrap a,
.section-text__wrap a {
  text-decoration: underline;
  -webkit-transition: .2s;
  transition: .2s;
  color: var(--primary);
  opacity: .8; }
  .content-text__wrap a:visited,
  .section-text__wrap a:visited {
    color: #834AE0;
    opacity: 1; }
  .content-text__wrap a:hover, .content-text__wrap a:focus,
  .section-text__wrap a:hover,
  .section-text__wrap a:focus {
    opacity: 1;
    color: var(--primary);
    text-decoration: none; }

.content-text__wrap ol,
.section-text__wrap ol {
  padding-left: 20px;
  padding-top: 0;
  margin-bottom: 20px; }
  .content-text__wrap ol > li,
  .section-text__wrap ol > li {
    color: var(--color-theme_text);
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 400;
    list-style-type: decimal;
    padding-left: calc( 0.00187 * 100vw + 4.4px); }
    .content-text__wrap ol > li:not(:last-child),
    .section-text__wrap ol > li:not(:last-child) {
      margin-bottom: calc( 0.005 * 100vw + 5.4px); }
    .content-text__wrap ol > li::marker,
    .section-text__wrap ol > li::marker {
      color: var(--primary); }
  .content-text__wrap ol ul li:last-child,
  .section-text__wrap ol ul li:last-child {
    padding-bottom: 0; }

.content-text__wrap ul,
.section-text__wrap ul {
  margin-left: 0;
  padding-top: 0;
  margin-bottom: calc( 0.00937 * 100vw + 12px); }
  .content-text__wrap ul > li,
  .section-text__wrap ul > li {
    color: var(--color-theme_text);
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 400;
    position: relative;
    display: block;
    padding-left: calc( 0.00313 * 100vw + 14px); }
    .content-text__wrap ul > li:not(:last-child),
    .section-text__wrap ul > li:not(:last-child) {
      margin-bottom: calc( 0.005 * 100vw + 5.4px); }
    .content-text__wrap ul > li:before,
    .section-text__wrap ul > li:before {
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: var(--primary);
      display: block;
      position: absolute;
      top: 10px;
      left: 4px; }

.content-text__wrap picture,
.section-text__wrap picture {
  display: block; }
  .content-text__wrap picture.alignleft,
  .section-text__wrap picture.alignleft {
    float: left;
    margin-right: 15px; }
  .content-text__wrap picture.aligncenter,
  .section-text__wrap picture.aligncenter {
    margin: 0 auto; }
  .content-text__wrap picture.alignright,
  .section-text__wrap picture.alignright {
    float: right;
    margin-left: 15px; }

.content-text__wrap img,
.section-text__wrap img {
  max-width: 100%;
  width: auto !important;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain; }
  .content-text__wrap img.alignleft,
  .section-text__wrap img.alignleft {
    margin-right: auto; }
  .content-text__wrap img.aligncenter,
  .section-text__wrap img.aligncenter {
    margin: 0 auto; }
  .content-text__wrap img.alignright,
  .section-text__wrap img.alignright {
    margin-left: auto; }

.content-text__wrap table,
.section-text__wrap table {
  margin-top: 20px; }
  .content-text__wrap table thead tr th, .content-text__wrap table thead tr td,
  .section-text__wrap table thead tr th,
  .section-text__wrap table thead tr td {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: var(--primary);
    padding: calc( 0.00375 * 100vw + 4.8px) calc( 0.00625 * 100vw + 8px) calc( 0.00438 * 100vw + 5.6px);
    text-align: start;
    vertical-align: text-top;
    font-weight: 700; }
  .content-text__wrap table thead + tbody tr:first-child,
  .section-text__wrap table thead + tbody tr:first-child {
    background-color: transparent; }
    .content-text__wrap table thead + tbody tr:first-child th, .content-text__wrap table thead + tbody tr:first-child td,
    .section-text__wrap table thead + tbody tr:first-child th,
    .section-text__wrap table thead + tbody tr:first-child td {
      font-weight: 400; }
  .content-text__wrap table tbody tr:not(:first-child):not(:last-child),
  .section-text__wrap table tbody tr:not(:first-child):not(:last-child) {
    border-bottom: 1px solid #E7E7E7; }
  .content-text__wrap table tbody tr:first-child th, .content-text__wrap table tbody tr:first-child td,
  .section-text__wrap table tbody tr:first-child th,
  .section-text__wrap table tbody tr:first-child td {
    font-weight: 700;
    border-bottom-color: var(--primary); }
  .content-text__wrap table tbody th, .content-text__wrap table tbody td,
  .section-text__wrap table tbody th,
  .section-text__wrap table tbody td {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    padding: calc( 0.00375 * 100vw + 4.8px) calc( 0.00625 * 100vw + 8px) calc( 0.00438 * 100vw + 5.6px);
    border: 1px solid #E7E7E7;
    vertical-align: text-top; }

.section-gallery {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-gallery__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-gallery__wrap {
    position: relative; }

.gallery-slider-wrap {
  position: relative; }

.gallery-slider {
  margin: 0 -15px; }
  .gallery-slider .slick-slide {
    height: auto; }
    .gallery-slider .slick-slide > div {
      padding: 0 15px; }
  .gallery-slider .slick-dots {
    bottom: auto;
    top: calc(100% + 20px); }

.gallery-item {
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  position: relative; }
  .gallery-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
    background-size: 20px 20px;
    background-position: 90% 15%;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s; }
  .gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .gallery-item:hover:after {
    background-position: 50% 50%;
    background-size: 35px 35px; }
  .gallery-item:hover:before {
    opacity: .5; }
  .gallery-item__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.gallery-slider-arrows {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .gallery-slider-arrows__arrow {
    width: 30px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    pointer-events: all; }
    .gallery-slider-arrows__arrow.next .gallery-slider-arrows__svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .gallery-slider-arrows__arrow:hover {
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
      .gallery-slider-arrows__arrow:hover .gallery-slider-arrows__svg {
        fill: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
  .gallery-slider-arrows__svg {
    width: 8px;
    height: 12px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s; }

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: calc( 0.00937 * 100vw + 12px);
  -webkit-column-gap: calc( 0.00937 * 100vw + 12px);
     -moz-column-gap: calc( 0.00937 * 100vw + 12px);
          column-gap: calc( 0.00937 * 100vw + 12px); }
  .gallery:not(:last-child) {
    margin-bottom: calc( 0.00937 * 100vw + 12px); }

.gallery-hidden-block {
  display: none;
  margin-bottom: 30px; }

.gallery-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gallery-show-more__text {
    font-weight: 500;
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: var(--secondary); }
  .gallery-show-more__svg {
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: var(--secondary);
    display: block;
    margin-left: 18px;
    -webkit-transition: .3s;
    transition: .3s; }
  .gallery-show-more.active .gallery-show-more__svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .gallery-show-more:hover .gallery-show-more__text {
    text-decoration: none; }

@media (max-width: 767px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr); } }

.section-contacts {
  padding: calc( 0.01875 * 100vw + 19px) 0;
  overflow: hidden; }
  .section-contacts__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.00625 * 100vw + 18px); }
  .section-contacts__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.00625 * 100vw + 13px); }
  .section-contacts--one {
    position: relative;
    z-index: 0;
    padding-top: calc( 0.03438 * 100vw + 29px);
    padding-bottom: calc( 0.09062 * 100vw + -29px); }
    .section-contacts--one .container {
      pointer-events: none; }
  .section-contacts--three .section-contacts__right {
    position: relative; }
  .section-contacts--three .city {
    padding-bottom: calc( 0.00625 * 100vw + 3px);
    margin-bottom: calc( 0.00313 * 100vw + 14px);
    position: relative; }
    .section-contacts--three .city:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background-color: var(--secondary);
      opacity: 0.2; }
  .section-contacts--three .map {
    min-height: 370px; }
  .section-contacts--four .form {
    padding: 0; }
  .section-contacts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .section-contacts__wrap:not(:last-child) {
      margin-bottom: calc( 0.0125 * 100vw + 26px); }
  .section-contacts__left {
    width: 430px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 60px; }
  .section-contacts__right {
    width: calc((100% - 430px) + ((100vw - 100%) / 2));
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .section-contacts__button {
    width: 100%;
    max-width: 280px;
    height: 50px; }

.section-contacts-wrap {
  position: relative; }

.map-container-full-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.map {
  width: 100%;
  height: 100%;
  min-height: 500px; }

.block-over-map {
  width: 470px;
  background-color: #fff;
  padding: calc( 0.01562 * 100vw + 20px) calc( 0.025 * 100vw + 12px);
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  pointer-events: all; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .contacts:not(:last-child) {
    margin-bottom: calc( 0.00937 * 100vw + 12px); }

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact:not(:last-child) {
    margin-bottom: calc( 0.00562 * 100vw + 7.2px); }
  .contact__svg {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: 2px;
    fill: var(--secondary); }
  .contact__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--color-theme_text);
    -webkit-transition: .3s;
    transition: .3s; }
  .contact.link:hover .contact__text {
    color: var(--primary); }
  .contact.link.contact--sans-hover:hover .contact__text {
    color: var(--color-theme_text); }

.collapse-wrap {
  margin-bottom: 30px; }

.collapse {
  border-bottom: 1px solid #eee; }
  .collapse:first-child {
    border-top: 1px solid #eee; }
  .collapse__header {
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
  .collapse__body {
    padding: 5px 0 30px;
    display: none; }
  .collapse.active .plus {
    opacity: .6; }
    .collapse.active .plus:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .collapse.active .plus:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .collapse .plus {
    position: relative;
    width: 18px;
    max-width: 18px;
    height: 18px;
    max-height: 18px;
    -webkit-transition: .3s;
    transition: .3s;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .collapse .plus:after, .collapse .plus:before {
      content: "";
      position: absolute;
      background-color: var(--primary);
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      -webkit-transition: .3s;
      transition: .3s;
      border-radius: 5px; }
    .collapse .plus:before {
      width: 100%;
      height: 4px; }
    .collapse .plus:after {
      width: 4px;
      height: 100%; }

.city {
  font-size: calc( 0.00313 * 100vw + 14px);
  line-height: calc( 0.00375 * 100vw + 18.8px);
  font-weight: 500;
  color: var(--color-theme_text); }

.social-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-group:not(:last-child) {
    margin-bottom: calc( 0.00937 * 100vw + 12px); }
  .social-group__item {
    background-color: var(--primary);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 10px; }
    .social-group__item:hover {
      background-color: var(--secondary); }
    .social-group__item:not(:last-child) {
      margin-right: 10px; }
  .social-group__svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: #fff; }

.photo-location {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: calc( 0.09375 * 100vw + 80px);
  height: calc( 0.0625 * 100vw + 60px);
  display: block; }
  .photo-location:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
    background-size: 20px 20px;
    background-position: 90% 15%;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s; }
  .photo-location:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .photo-location__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .photo-location:hover:after {
    background-position: 50% 50%;
    background-size: 35px 35px; }
  .photo-location:hover:before {
    opacity: .5; }

.contact-type-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 calc( -0.03903 * 100vw + 14.93495px); }
  .contact-type-four__left {
    width: 470px;
    max-width: calc( 50% - (0.07806 * 100vw + -29.8699px));
    margin: 0 calc( 0.03903 * 100vw + -14.93495px); }
  .contact-type-four__right {
    width: 370px;
    max-width: calc( 50% - (0.07806 * 100vw + -29.8699px));
    margin: 0 calc( 0.03903 * 100vw + -14.93495px); }

@media (max-width: 991px) {
  .section-contacts__left {
    width: 300px;
    padding-right: 30px; }
  .section-contacts__right {
    width: calc((100% - 300px) + ((100vw - 100%) / 2)); } }

@media (max-width: 767px) {
  .map-container-full-section {
    position: static;
    height: 300px;
    width: 100%; }
  .block-over-map {
    width: 100%; }
  .section-contacts__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .section-contacts__left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
  .section-contacts__right {
    width: 100%;
    height: 240px; }
  .section-contacts--three .map {
    min-height: 240px; }
  .contact-type-four {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .contact-type-four__left {
      width: 100%;
      max-width: 100%;
      margin: 0 0 30px; }
    .contact-type-four__right {
      width: 100%;
      max-width: 100%;
      margin: 0; } }

.section-tariffs {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-tariffs__wrap {
    position: relative; }
  .section-tariffs__title {
    font-weight: 700;
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-tariffs div.tariff--hidden {
    display: none; }
  .section-tariffs .tariffs-show-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: none;
    cursor: pointer;
    background: transparent;
    margin: calc( 0.0125 * 100vw + 16px) auto 0; }
    .section-tariffs .tariffs-show-btn__text {
      font-size: calc( 0.0025 * 100vw + 13.2px);
      line-height: calc( 0.00375 * 100vw + 16.8px);
      color: #333;
      text-decoration: underline; }
    .section-tariffs .tariffs-show-btn__icon {
      width: 7px;
      height: 12px;
      margin-left: 10px;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-transition: .7s;
      transition: .7s; }
    .section-tariffs .tariffs-show-btn:hover .tariffs-show-btn__text {
      text-decoration: none; }
    .section-tariffs .tariffs-show-btn.shown .tariffs-show-btn__icon {
      -webkit-transform: rotate3d(0, 1, 0, 180deg) rotate(90deg);
              transform: rotate3d(0, 1, 0, 180deg) rotate(90deg); }

.section-tariffs--one .tariffs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: calc( 0.00937 * 100vw + 12px);
  -webkit-column-gap: calc( 0.00937 * 100vw + 12px);
     -moz-column-gap: calc( 0.00937 * 100vw + 12px);
          column-gap: calc( 0.00937 * 100vw + 12px); }
  .section-tariffs--one .tariffs--count-1 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    grid-template-columns: repeat(1, 270px); }
  .section-tariffs--one .tariffs--count-2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    grid-template-columns: repeat(2, 270px); }
  .section-tariffs--one .tariffs--count-3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    grid-template-columns: repeat(3, 270px); }

.section-tariffs--one .tariff {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s; }
  .section-tariffs--one .tariff__header {
    background-color: #fff;
    border-bottom: 1px dashed #D6D6D6;
    padding: calc( 0.00625 * 100vw + 11px);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s; }
  .section-tariffs--one .tariff__price {
    font-weight: 700;
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: #333; }
    .section-tariffs--one .tariff__price > span {
      font-size: calc( 0.005 * 100vw + 16.4px);
      line-height: calc( 0.00625 * 100vw + 20px); }
  .section-tariffs--one .tariff__body {
    padding: calc( 0.00937 * 100vw + 12px);
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 0; }
    .section-tariffs--one .tariff__body:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: .3s;
      transition: .3s; }
  .section-tariffs--one .tariff__cat {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .section-tariffs--one .tariff__name {
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: #333;
    display: block;
    margin-bottom: 23px; }
  .section-tariffs--one .tariff__wrap {
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-tariffs--one .tariff__button {
    height: 50px;
    border: 1px solid #333;
    background-color: #fff; }
    .section-tariffs--one .tariff__button span {
      color: #333; }
    .section-tariffs--one .tariff__button:hover {
      background-color: var(--primary); }
      .section-tariffs--one .tariff__button:hover span {
        color: #fff; }
  .section-tariffs--one .tariff:hover, .section-tariffs--one .tariff.active {
    border-color: var(--primary);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .section-tariffs--one .tariff:hover .tariff__header, .section-tariffs--one .tariff.active .tariff__header {
      background-color: var(--primary);
      border-bottom-color: transparent; }
    .section-tariffs--one .tariff:hover .tariff__price, .section-tariffs--one .tariff.active .tariff__price {
      color: #fff; }
    .section-tariffs--one .tariff:hover .tariff__body:after, .section-tariffs--one .tariff.active .tariff__body:after {
      opacity: 0.2; }
    .section-tariffs--one .tariff:hover .tariff__button, .section-tariffs--one .tariff.active .tariff__button {
      border: 1px solid transparent;
      background-color: var(--primary); }
      .section-tariffs--one .tariff:hover .tariff__button span, .section-tariffs--one .tariff.active .tariff__button span {
        color: #fff; }
      .section-tariffs--one .tariff:hover .tariff__button:hover, .section-tariffs--one .tariff.active .tariff__button:hover {
        border-color: #333; }

.section-tariffs--one .tariff-list__item {
  font-size: calc( 0.00125 * 100vw + 11.6px);
  line-height: calc( 0 * 100vw + 16px);
  color: #333;
  padding-left: 18px;
  position: relative; }
  .section-tariffs--one .tariff-list__item:not(:last-child) {
    margin-bottom: 10px; }
  .section-tariffs--one .tariff-list__item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    left: 0;
    top: 6px; }
  .section-tariffs--one .tariff-list__item.important {
    color: var(--primary); }
    .section-tariffs--one .tariff-list__item.important:before {
      background-color: var(--primary); }

@media (min-width: 992px) {
  .section-tariffs--one .tariffs.col-3 {
    grid-template-columns: repeat(3, 1fr); } }

@media (max-width: 991px) {
  .section-tariffs--one .tariffs {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 480px) {
  .section-tariffs--one .tariffs {
    grid-template-columns: repeat(1, 1fr); } }

.section-tariffs--two .tariffs {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: calc( 0.00937 * 100vw + 12px);
  -webkit-column-gap: calc( 0.00937 * 100vw + 12px);
     -moz-column-gap: calc( 0.00937 * 100vw + 12px);
          column-gap: calc( 0.00937 * 100vw + 12px); }

.section-tariffs--two .tariff {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d6d6d6;
  border-left: calc( 0.00688 * 100vw + 2.8px) solid #333;
  -webkit-transition: .3s;
  transition: .3s; }
  .section-tariffs--two .tariff__col1 {
    width: 23%;
    padding: calc( 0.01438 * 100vw + 10.4px) calc( 0.0125 * 100vw + 11px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .section-tariffs--two .tariff__col2 {
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .section-tariffs--two .tariff__col3 {
    width: 27%;
    padding: calc( 0.01562 * 100vw + 10px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .section-tariffs--two .tariff__cat {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .section-tariffs--two .tariff__name {
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: #333;
    display: block; }
  .section-tariffs--two .tariff__price {
    font-weight: 700;
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: #333;
    margin-bottom: calc( 0.005 * 100vw + 5.4px); }
    .section-tariffs--two .tariff__price > span {
      font-size: calc( 0.005 * 100vw + 16.4px);
      line-height: calc( 0.00625 * 100vw + 20px); }
  .section-tariffs--two .tariff__button {
    height: 50px;
    border: 1px solid #333;
    background-color: #fff; }
    .section-tariffs--two .tariff__button span {
      color: #333; }
    .section-tariffs--two .tariff__button:hover {
      background-color: var(--primary); }
      .section-tariffs--two .tariff__button:hover span {
        color: #fff; }
    .section-tariffs--two .tariff__button:hover {
      border: 1px solid transparent;
      background-color: var(--primary); }
      .section-tariffs--two .tariff__button:hover span {
        color: #fff; }
      .section-tariffs--two .tariff__button:hover:hover {
        border-color: #333; }
  .section-tariffs--two .tariff:hover, .section-tariffs--two .tariff.active {
    border-left-color: var(--primary); }
    .section-tariffs--two .tariff:hover .tariff__header, .section-tariffs--two .tariff.active .tariff__header {
      background-color: var(--primary);
      border-bottom-color: transparent; }

.section-tariffs--two .tariff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 calc( 0.01875 * 100vw + 9px);
  height: 100%;
  border-left: 1px dashed #D6D6D6;
  border-right: 1px dashed #D6D6D6; }
  .section-tariffs--two .tariff-list__item {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding-left: 18px;
    position: relative; }
    .section-tariffs--two .tariff-list__item:not(:last-child) {
      margin-bottom: 10px; }
    .section-tariffs--two .tariff-list__item:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #333;
      left: 0;
      top: 6px; }
    .section-tariffs--two .tariff-list__item.important {
      color: var(--primary); }
      .section-tariffs--two .tariff-list__item.important:before {
        background-color: var(--primary); }

@media (max-width: 991px) {
  .section-tariffs--two .tariffs {
    grid-template-columns: 1fr 1fr; }
  .section-tariffs--two .tariff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .section-tariffs--two .tariff__col1 {
      width: 100%; }
    .section-tariffs--two .tariff__col3 {
      width: 100%; } }

@media (max-width: 767px) {
  .section-tariffs--two .tariff-list {
    grid-template-columns: 1fr; } }

@media (max-width: 576px) {
  .section-tariffs--two .tariffs {
    grid-template-columns: 1fr; } }

.section-tariffs--three .tariffs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: calc( 0.00937 * 100vw + 12px);
  -webkit-column-gap: calc( 0.00937 * 100vw + 12px);
     -moz-column-gap: calc( 0.00937 * 100vw + 12px);
          column-gap: calc( 0.00937 * 100vw + 12px); }

.section-tariffs--three .tariff {
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #d6d6d6;
  -webkit-transition: .3s;
  transition: .3s; }
  .section-tariffs--three .tariff__col1 {
    padding: calc( 0.0025 * 100vw + 7.2px) calc( 0.00937 * 100vw + 12px);
    background-color: #333333; }
  .section-tariffs--three .tariff__col2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-column-gap: 10px;
    padding: calc( 0.00625 * 100vw + 8px) calc( 0.00937 * 100vw + 12px) calc( 0.00937 * 100vw + 12px); }
  .section-tariffs--three .tariff__col3 {
    border-top: 1px dashed #D6D6D6;
    padding: calc( 0.00625 * 100vw + 8px) calc( 0.00937 * 100vw + 12px) calc( 0.00937 * 100vw + 12px); }
  .section-tariffs--three .tariff__price {
    font-weight: 700;
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: #fff; }
    .section-tariffs--three .tariff__price > span {
      font-size: calc( 0.005 * 100vw + 16.4px);
      line-height: calc( 0.00625 * 100vw + 20px); }
  .section-tariffs--three .tariff__cat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .section-tariffs--three .tariff__name {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: #333;
    display: block; }
  .section-tariffs--three .tariff__button {
    width: 85%;
    justify-self: end;
    grid-row-start: span 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: 50px;
    border: 1px solid #333;
    background-color: #fff; }
    .section-tariffs--three .tariff__button span {
      color: #333; }
    .section-tariffs--three .tariff__button:hover {
      background-color: var(--primary); }
      .section-tariffs--three .tariff__button:hover span {
        color: #fff; }
  .section-tariffs--three .tariff:hover, .section-tariffs--three .tariff.active {
    border-color: transparent;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12); }
    .section-tariffs--three .tariff:hover .tariff__col1, .section-tariffs--three .tariff.active .tariff__col1 {
      background-color: var(--primary); }
    .section-tariffs--three .tariff:hover .tariff__header, .section-tariffs--three .tariff.active .tariff__header {
      background-color: var(--primary);
      border-bottom-color: transparent; }
    .section-tariffs--three .tariff:hover .tariff__button, .section-tariffs--three .tariff.active .tariff__button {
      border: 1px solid transparent;
      background-color: var(--primary); }
      .section-tariffs--three .tariff:hover .tariff__button span, .section-tariffs--three .tariff.active .tariff__button span {
        color: #fff; }
      .section-tariffs--three .tariff:hover .tariff__button:hover, .section-tariffs--three .tariff.active .tariff__button:hover {
        border-color: #333; }

.section-tariffs--three .tariff-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%; }
  .section-tariffs--three .tariff-list__item {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding-left: 18px;
    position: relative; }
    .section-tariffs--three .tariff-list__item:not(:last-child) {
      margin-bottom: 10px; }
    .section-tariffs--three .tariff-list__item:before {
      content: "";
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #333;
      left: 0;
      top: 6px; }
    .section-tariffs--three .tariff-list__item.important {
      color: var(--primary); }
      .section-tariffs--three .tariff-list__item.important:before {
        background-color: var(--primary); }

@media (max-width: 767px) {
  .section-tariffs--three .tariff__col2 {
    grid-template-columns: 1fr;
    grid-row-gap: 10px; }
  .section-tariffs--three .tariff__cat {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .section-tariffs--three .tariff__name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .section-tariffs--three .tariff__button {
    width: 100%;
    grid-row-start: auto;
    justify-self: start;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .section-tariffs--three .tariff-list {
    grid-template-columns: 1fr; } }

@media (max-width: 480px) {
  .section-tariffs--three .tariffs {
    grid-template-columns: 1fr; } }

.section-tariffs--four .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.section-tariffs--four .slick-list {
  padding: 15px 0;
  margin: -15px -15px 15px; }

.section-tariffs--four .slick-slide {
  height: auto; }
  .section-tariffs--four .slick-slide > div {
    height: 100%;
    padding: 0 15px; }

.section-tariffs--four .slick-dots {
  position: static; }

.section-tariffs--four .tariff {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s; }
  .section-tariffs--four .tariff__header {
    background-color: #fff;
    border-bottom: 1px dashed #D6D6D6;
    padding: calc( 0.00625 * 100vw + 11px);
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s; }
  .section-tariffs--four .tariff__price {
    font-weight: 700;
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: #333; }
    .section-tariffs--four .tariff__price > span {
      font-size: calc( 0.005 * 100vw + 16.4px);
      line-height: calc( 0.00625 * 100vw + 20px); }
  .section-tariffs--four .tariff__body {
    padding: calc( 0.00937 * 100vw + 12px);
    background-color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 0; }
    .section-tariffs--four .tariff__body:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      z-index: -1;
      -webkit-transition: .3s;
      transition: .3s; }
  .section-tariffs--four .tariff__cat {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .section-tariffs--four .tariff__name {
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: #333;
    display: block;
    margin-bottom: 23px; }
  .section-tariffs--four .tariff__wrap {
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-tariffs--four .tariff__button {
    height: 50px;
    border: 1px solid #333;
    background-color: #fff; }
    .section-tariffs--four .tariff__button span {
      color: #333; }
    .section-tariffs--four .tariff__button:hover {
      background-color: var(--primary); }
      .section-tariffs--four .tariff__button:hover span {
        color: #fff; }
  .section-tariffs--four .tariff:hover, .section-tariffs--four .tariff.active {
    border-color: var(--primary);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .section-tariffs--four .tariff:hover .tariff__header, .section-tariffs--four .tariff.active .tariff__header {
      background-color: var(--primary);
      border-bottom-color: transparent; }
    .section-tariffs--four .tariff:hover .tariff__price, .section-tariffs--four .tariff.active .tariff__price {
      color: #fff; }
    .section-tariffs--four .tariff:hover .tariff__body:after, .section-tariffs--four .tariff.active .tariff__body:after {
      opacity: 0.2; }
    .section-tariffs--four .tariff:hover .tariff__button, .section-tariffs--four .tariff.active .tariff__button {
      border: 1px solid transparent;
      background-color: var(--primary); }
      .section-tariffs--four .tariff:hover .tariff__button span, .section-tariffs--four .tariff.active .tariff__button span {
        color: #fff; }
      .section-tariffs--four .tariff:hover .tariff__button:hover, .section-tariffs--four .tariff.active .tariff__button:hover {
        border-color: #333; }

.section-tariffs--four .tariff-list__item {
  font-size: calc( 0.00125 * 100vw + 11.6px);
  line-height: calc( 0 * 100vw + 16px);
  color: #333;
  padding-left: 18px;
  position: relative; }
  .section-tariffs--four .tariff-list__item:not(:last-child) {
    margin-bottom: 10px; }
  .section-tariffs--four .tariff-list__item:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    left: 0;
    top: 6px; }
  .section-tariffs--four .tariff-list__item.important {
    color: var(--primary); }
    .section-tariffs--four .tariff-list__item.important:before {
      background-color: var(--primary); }

.tariffs-slider-arrows {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .tariffs-slider-arrows__arrow {
    width: 30px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    pointer-events: all; }
    .tariffs-slider-arrows__arrow.next {
      margin-right: -70px; }
      .tariffs-slider-arrows__arrow.next .tariffs-slider-arrows__svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .tariffs-slider-arrows__arrow.prev {
      margin-left: -70px; }
    .tariffs-slider-arrows__arrow:hover {
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
      .tariffs-slider-arrows__arrow:hover .tariffs-slider-arrows__svg {
        fill: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
  .tariffs-slider-arrows__svg {
    width: 8px;
    height: 12px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s; }

@media (max-width: 1199px) {
  .tariffs-slider-arrows {
    display: none; } }

.section-schema {
  padding: calc( 0.01875 * 100vw + 19px) 0;
  overflow: hidden; }
  .section-schema__header {
    margin-bottom: calc( 0.01875 * 100vw + 14px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-schema__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }

.schema-line {
  width: 2px;
  margin: 0 calc( 0.03233 * 100vw + 7.93103px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #fff;
  position: relative;
  z-index: 0;
  overflow: hidden; }
  .schema-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: var(--height);
    background-color: var(--secondary); }
  .schema-line__filling {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--secondary);
    height: 0;
    z-index: -2; }

.schema__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.schema__part {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc( 0.14009 * 100vw + 211.03448px);
  height: 100%; }
  .schema__part--left .schema-step__ball {
    left: calc( 100% + (0.02694 * 100vw + -0.72414px)); }
  .schema__part--left .schema-step__wrap:after {
    left: calc(100% - 1px); }
  .schema__part--left .schema-step__wrap:before {
    left: 100%; }
  .schema__part--right {
    padding-top: calc( 0.04375 * 100vw + 36px); }
    .schema__part--right .schema-step__ball {
      right: calc( 100% + (0.02694 * 100vw + -0.72414px)); }
    .schema__part--right .schema-step__wrap:after {
      right: calc(100% - 1px);
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .schema__part--right .schema-step__wrap:before {
      right: 100%;
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }

.schema-step {
  margin-bottom: calc( 0.03438 * 100vw + 24px);
  position: relative; }
  .schema-step__ball {
    width: calc( 0.01078 * 100vw + 19.31034px);
    height: calc( 0.01078 * 100vw + 19.31034px);
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--secondary);
    background-color: var(--color-theme);
    border-radius: 50%;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: var(--color-theme_text); }
    .schema-step__ball.active {
      background-color: var(--secondary);
      color: #fff; }
  .schema-step__wrap {
    background: #fff;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: calc( 0.01312 * 100vw + 14.8px) calc( 0.025 * 100vw + 2px);
    opacity: 0;
    position: relative; }
    .schema-step__wrap:after, .schema-step__wrap:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      width: calc( 0.01185 * 100vw + 13.24138px);
      height: calc( 0.01293 * 100vw + 27.17241px);
      margin: auto;
      border-left: calc( 0.01185 * 100vw + 13.24138px) solid #fff;
      border-top: calc( 0.00647 * 100vw + 13.58621px) solid transparent;
      border-bottom: calc( 0.00647 * 100vw + 13.58621px) solid transparent;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .schema-step__wrap:before {
      border-left-color: #DFDFDF; }
  .schema-step__title {
    font-weight: 700;
    font-size: calc( 0.0025 * 100vw + 19.2px);
    font-weight: calc( 0.00313 * 100vw + 24px);
    color: #333;
    display: block;
    margin-bottom: 10px; }
  .schema-step__text {
    font-size: calc( 0.00313 * 100vw + 12px);
    font-weight: calc( 0.00375 * 100vw + 16.8px);
    color: #333; }
    .schema-step__text a {
      color: var(--color-theme_text);
      text-decoration: underline; }
      .schema-step__text a:hover {
        text-decoration: none; }

.schema-last-step {
  position: relative;
  z-index: 0;
  background-color: var(--color-theme); }
  .schema-last-step__ball {
    width: calc( 0.01078 * 100vw + 19.31034px);
    height: calc( 0.01078 * 100vw + 19.31034px);
    margin: 0 auto 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid var(--primary);
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: var(--primary); }
    .schema-last-step__ball.active {
      background-color: var(--primary);
      color: #fff; }
  .schema-last-step__wrap {
    border: 1px solid #D6D6D6;
    background-color: #fff;
    border-radius: 5px;
    padding: calc( 0.0125 * 100vw + 11px) calc( 0.01562 * 100vw + 10px);
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    opacity: 0;
    text-align: center; }
    .schema-last-step__wrap:after, .schema-last-step__wrap:before {
      content: none; }
  .schema-last-step__title {
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: #333;
    display: block;
    margin-bottom: 10px; }
  .schema-last-step__text {
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    color: #333;
    display: block;
    margin-bottom: 25px; }
    .schema-last-step__text a {
      color: var(--primary);
      text-decoration: underline; }
      .schema-last-step__text a:hover {
        text-decoration: none; }
  .schema-last-step__button {
    height: 50px; }
  .schema-last-step.show .schema-last-step__ball {
    background-color: var(--primary);
    color: #fff; }

.schema-mobile {
  display: none; }
  .schema-mobile .schema-step {
    margin-bottom: 20px; }
    .schema-mobile .schema-step__wrap {
      position: relative;
      padding-left: 63px;
      opacity: 1; }
      .schema-mobile .schema-step__wrap:after, .schema-mobile .schema-step__wrap:before {
        display: none; }
    .schema-mobile .schema-step__title {
      font-size: calc( 0.0025 * 100vw + 19.2px);
      font-weight: calc( 0.00313 * 100vw + 24px); }
    .schema-mobile .schema-step__text {
      font-size: calc( 0.00313 * 100vw + 12px);
      font-weight: calc( 0.00375 * 100vw + 16.8px); }
    .schema-mobile .schema-step__number {
      top: 16px;
      left: 14px;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 31px;
      height: 31px;
      font-size: 13.6px;
      line-height: 17px;
      color: var(--primary);
      background-color: transparent;
      border: 1px solid var(--primary);
      border-radius: 50%; }
  .schema-mobile .schema-last-step__wrap {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    max-width: 100%; }
    .schema-mobile .schema-last-step__wrap:after, .schema-mobile .schema-last-step__wrap:before {
      display: none; }

@media (max-width: 991px) {
  .section-schema__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .schema {
    display: none; }
  .schema-mobile {
    display: block; }
  .schema-line {
    display: none; }
  .schema-step__ball {
    display: none; }
  .schema-step__wrap {
    opacity: 1; }
    .schema-step__wrap:after, .schema-step__wrap:before {
      display: none; }
  .schema-step__title {
    font-size: calc( 0.00894 * 100vw + 11.1386px);
    line-height: calc( 0.00894 * 100vw + 15.1386px); }
  .schema-step__text {
    font-size: calc( 0.00596 * 100vw + 10.0924px);
    line-height: calc( 0.00596 * 100vw + 14.0924px); } }

.section-quote {
  background-color: var(--bg-color); }
  .section-quote--two {
    padding: calc( 0.05625 * 100vw + 12px) 0; }
  .section-quote__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 calc( 0.04688 * 100vw + -15px); }
  .section-quote__left {
    max-width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .section-quote__right {
    padding-left: calc( 0.03903 * 100vw + 0.06505px);
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .section-quote__img {
    display: block;
    margin-top: auto;
    max-height: 100%;
    width: 100%; }
  .section-quote__name {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: calc( 0.00313 * 100vw + 4px); }
  .section-quote__order {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    display: block;
    margin-bottom: calc( 0.00625 * 100vw + 8px); }
  .section-quote__text {
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: #333;
    max-width: 450px;
    position: relative;
    z-index: 0; }

.quote {
  max-width: 800px;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 0; }
  .quote__name {
    font-size: calc( 0.00375 * 100vw + 14.8px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: var(--color-theme_text); }
  .quote__text {
    font-size: calc( 0.005 * 100vw + 16.4px);
    line-height: calc( 0.00625 * 100vw + 20px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.00625 * 100vw + 8px); }

.quote-svg {
  width: calc( 0.02063 * 100vw + 32.4px);
  height: calc( 0.01875 * 100vw + 24px);
  position: absolute;
  z-index: -1;
  fill: var(--svg-color); }
  .quote-svg--left {
    top: calc( -0.00313 * 100vw + -4px);
    left: calc( -0.03438 * 100vw + 1px); }
  .quote-svg--right {
    bottom: calc( -0.00313 * 100vw + -4px);
    right: calc( -0.01875 * 100vw + -4px);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

@media (max-width: 575px) {
  .section-quote {
    padding-bottom: 30px; }
    .section-quote__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .section-quote__left {
      max-width: 60%;
      margin-bottom: 20px; }
    .section-quote__right {
      padding: 0; }
    .section-quote__img {
      max-width: 200px; } }

.section-partners {
  padding: calc( 0.0125 * 100vw + 31px) 0;
  overflow: hidden; }
  .section-partners__header {
    margin-bottom: calc( 0.01875 * 100vw + 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-partners__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }
  .section-partners--two {
    padding-bottom: calc( 0.01875 * 100vw + 14px); }
    .section-partners--two .partners-slider {
      padding: 0;
      margin-bottom: 30px; }
    .section-partners--two .partners-slider-arrows {
      width: 40%;
      margin: auto;
      position: static; }
    .section-partners--two .section-partners__title {
      margin-left: 0;
      margin-bottom: calc( 0.01875 * 100vw + 24px); }
  .section-partners__wrap {
    position: relative; }

.partners-slider-wrap {
  position: relative; }

.partners-slider {
  padding: 0 calc( 0.0125 * 100vw + 26px); }
  .partners-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .partners-slider .slick-slide {
    height: auto; }
    .partners-slider .slick-slide > div {
      padding-left: 15px;
      padding-right: 15px;
      height: 100%; }
  .partners-slider .slick-dots {
    bottom: auto;
    top: calc( 100% + (0.02187 * 100vw + 13px)); }

.partners-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  padding: calc( 0.005 * 100vw + 8.4px);
  max-height: 96px;
  border-radius: 5px; }
  .partners-slide__img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .3s;
    transition: .3s; }
  .partners-slide:hover .partners-slide__img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.partners-slider-arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .partners-slider-arrows__arrow {
    width: 30px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    pointer-events: all; }
    .partners-slider-arrows__arrow.next {
      margin-right: calc( 0.00625 * 100vw + -12px); }
      .partners-slider-arrows__arrow.next .partners-slider-arrows__svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .partners-slider-arrows__arrow.prev {
      margin-left: calc( 0.00625 * 100vw + -12px); }
    .partners-slider-arrows__arrow:focus {
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; }
    .partners-slider-arrows__arrow:hover {
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
      .partners-slider-arrows__arrow:hover .partners-slider-arrows__svg {
        fill: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
  .partners-slider-arrows__svg {
    width: 8px;
    height: 12px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s; }

.partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: calc( 0.00937 * 100vw + 12px);
  -webkit-column-gap: calc( 0.00937 * 100vw + 12px);
     -moz-column-gap: calc( 0.00937 * 100vw + 12px);
          column-gap: calc( 0.00937 * 100vw + 12px); }
  .partners:not(:last-child) {
    margin-bottom: calc( 0.00937 * 100vw + 12px); }

.partners-hidden-block {
  display: none;
  width: 100%;
  margin-bottom: 30px; }

.partners-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.partners-show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .partners-show-more__text {
    font-weight: 500;
    font-size: calc( 0.0025 * 100vw + 13.2px);
    line-height: calc( 0.00375 * 100vw + 16.8px);
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    color: var(--secondary); }
  .partners-show-more__svg {
    width: 8px;
    height: 12px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    fill: var(--secondary);
    display: block;
    margin-left: 18px;
    -webkit-transition: .3s;
    transition: .3s; }
  .partners-show-more.active .partners-show-more__svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .partners-show-more:hover .partners-show-more__text {
    text-decoration: none; }

.partners-item {
  padding: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px; }
  .partners-item__img {
    max-width: 100%;
    max-height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .3s;
    transition: .3s; }
  .partners-item:hover .partners-item__img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

@media (max-width: 1199px) {
  .partners-item__img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .partners-slider {
    padding: 0; }
  .partners-slider-arrows {
    display: none; } }

@media (max-width: 991px) {
  .section-partners__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 767px) {
  .partners {
    grid-template-columns: repeat(2, 1fr); } }

.section-employees {
  padding: calc( 0.01875 * 100vw + 19px) 0;
  overflow: hidden; }
  .section-employees__wrap {
    position: relative; }
  .section-employees__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.0125 * 100vw + 16px); }

.employees-slider {
  margin: 0 -15px; }
  .employees-slider > .employee:not(:first-child) {
    display: none; }
  .employees-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .employees-slider .slick-list {
    padding-bottom: 15px;
    margin-bottom: 25px; }
  .employees-slider .slick-slide {
    height: auto; }
    .employees-slider .slick-slide > div {
      height: 100%;
      padding: 0 15px; }
  .employees-slider .slick-dots {
    position: static; }

.employee {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  height: 100%; }
  .employee__top {
    position: relative;
    display: block;
    width: 100%;
    max-width: 390px; }
  .employee__img-link {
    display: block;
    width: 100%;
    height: 100%; }
  .employee__img-wrap {
    display: block;
    width: 100%;
    height: 100%; }
  .employee__img {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
    .employee__img img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .employee__body {
    padding: calc( 0.00625 * 100vw + 13px) calc( 0.01875 * 100vw + 4px); }
  .employee__name {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #333;
    text-align: center;
    display: block;
    margin-bottom: 5px; }
  .employee__order {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333;
    text-align: center; }

.employee-loupe {
  position: relative; }
  .employee-loupe:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
    background-size: 20px 20px;
    background-position: 95% 5%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .employee-loupe:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }
  .employee-loupe:hover:after {
    background-position: 50% 50%;
    background-size: 35px 35px;
    opacity: 1; }
  .employee-loupe:hover:before {
    opacity: .5; }
  .employee-loupe__img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.employees-slider-arrows {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .employees-slider-arrows__arrow {
    width: 30px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    pointer-events: all; }
    .employees-slider-arrows__arrow.next .employees-slider-arrows__svg {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    .employees-slider-arrows__arrow:hover {
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
      .employees-slider-arrows__arrow:hover .employees-slider-arrows__svg {
        fill: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
  .employees-slider-arrows__svg {
    width: 8px;
    height: 12px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s; }

@media (max-width: 1199px) {
  .employees-slider-arrows {
    display: none; } }

.section-review {
  padding: calc( 0.01875 * 100vw + 19px) 0;
  overflow: hidden; }
  .section-review__header {
    margin-bottom: calc( 0.0125 * 100vw + 6px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-review__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 15px; }
  .section-review__wrap {
    position: relative; }

.reviews-slider {
  margin: 0 -15px; }
  .reviews-slider > .review-slide:not(:first-child) {
    display: none !important; }
  .reviews-slider .slick-list {
    margin-bottom: 25px; }
  .reviews-slider .slick-slide {
    padding-top: 15px;
    padding-bottom: 20px; }
    .reviews-slider .slick-slide > div {
      height: 100%;
      padding: 0 15px; }
  .reviews-slider .slick-dots {
    position: static; }
  .reviews-slider--one {
    margin: auto;
    max-width: 1000px; }
  .reviews-slider--two {
    margin: auto;
    max-width: 1000px; }
    .reviews-slider--two .review-slide {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .reviews-slider--two .review-slide__wrap {
        padding: calc( 0.00625 * 100vw + 18px) calc( 0.03125 * 100vw + 20px) calc( 0.00625 * 100vw + 18px) calc( 0.04375 * 100vw + 16px); }
    .reviews-slider--two .slick-track {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .reviews-slider--three {
    margin: 0 -15px; }
    .reviews-slider--three .review-slide__wrap {
      padding: calc( 0.01875 * 100vw + 14px) calc( 0.00937 * 100vw + 27px) calc( 0.0125 * 100vw + 16px); }
  .reviews-slider--four .review-slide {
    padding: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    .reviews-slider--four .review-slide__wrap {
      max-width: calc( 0.08673 * 100vw + 233.47788px); }
  .reviews-slider--five {
    margin: auto;
    max-width: 900px; }

.review-slide {
  background: var(--color-theme);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  overflow: hidden;
  height: 100%; }
  .review-slide__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .review-slide__wrap {
    padding: calc( 0.02187 * 100vw + 13px) calc( 0.00313 * 100vw + 29px);
    width: 100%; }
  .review-slide__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: calc( 0.00625 * 100vw + 8px); }
  .review-slide__img-wrap {
    display: block;
    width: calc( 0.01375 * 100vw + 45.6px);
    height: calc( 0.01375 * 100vw + 45.6px);
    border-radius: 50%;
    overflow: hidden;
    margin-right: calc( 0.00625 * 100vw + 8px);
    background-color: #eee;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .review-slide__img {
    display: block;
    width: 100%;
    height: 100%; }
  .review-slide__name {
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 5px; }
  .review-slide__company {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333; }
  .review-slide__text:not(:last-child) {
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .review-slide__text p {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: #333; }
    .review-slide__text p:not(:last-child) {
      margin-bottom: 10px; }
  .review-slide__scan {
    display: block;
    width: 220px;
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: calc( 0.07543 * 100vw + -44.82759px);
    overflow: hidden;
    position: relative; }
    .review-slide__scan:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzAgMzAiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yOS42IDI3LjhsLTYuNi02LjVjMi0yLjMgMy4yLTUuMiAzLjItOC40IDAtNy4xLTUuOS0xMi45LTEzLjEtMTIuOS03LjIgMC0xMy4xIDUuOC0xMy4xIDEyLjlzNS45IDEyLjkgMTMuMSAxMi45YzMgMCA1LjgtMSA4LTIuN2w2LjcgNi42Yy4zLjMuNS40LjkuNHMuNy0uMS45LS40Yy41LS42LjUtMS40IDAtMS45em0tMjctMTQuOGMwLTUuNyA0LjctMTAuMyAxMC41LTEwLjNzMTAuNSA0LjYgMTAuNSAxMC4zLTQuNyAxMC4zLTEwLjUgMTAuMy0xMC41LTQuNi0xMC41LTEwLjN6TTE4LjMgMTEuNWgtMy45di0zLjhjMC0uOC0uNS0xLjMtMS4zLTEuM3MtMS4zLjUtMS4zIDEuM3YzLjdoLTMuOGMtLjggMC0xLjMuNS0xLjMgMS4zcy41IDEuMyAxLjMgMS4zaDMuOHYzLjljMCAuOC41IDEuMyAxLjMgMS4zczEuMy0uNiAxLjMtMS4zdi0zLjloMy45Yy43IDAgMS4zLS41IDEuMy0xLjNzLS41LTEuMi0xLjMtMS4yeiIvPjwvc3ZnPg==);
      background-size: 20px 20px;
      background-position: 90% 15%;
      background-repeat: no-repeat;
      -webkit-transition: .3s;
      transition: .3s; }
    .review-slide__scan:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: var(--primary);
      opacity: 0;
      -webkit-transition: .3s;
      transition: .3s; }
    .review-slide__scan:hover:after {
      background-position: 50% 50%;
      background-size: 35px 35px; }
    .review-slide__scan:hover:before {
      opacity: .5; }
  .review-slide__scan-img {
    display: block;
    width: 100%;
    height: 100%; }

.review-slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .review-slide-link__svg {
    width: 19px;
    height: 24px;
    margin-right: 15px;
    fill: var(--primary);
    -webkit-transition: .3s;
    transition: .3s; }
  .review-slide-link__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: var(--primary);
    -webkit-transition: .3s;
    transition: .3s; }
  .review-slide-link:hover .review-slide-link__svg {
    fill: var(--secondary); }
  .review-slide-link:hover .review-slide-link__text {
    color: var(--secondary); }

.reviews-slider-arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .reviews-slider-arrows__arrow {
    width: 30px;
    height: 60px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .15s;
    transition: .15s;
    pointer-events: all; }
    .reviews-slider-arrows__arrow.next {
      margin-right: calc( 0.00625 * 100vw + -12px); }
      .reviews-slider-arrows__arrow.next .reviews-slider-arrows__svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .reviews-slider-arrows__arrow.prev {
      margin-left: calc( 0.00625 * 100vw + -12px); }
    .reviews-slider-arrows__arrow:focus {
      -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important;
              box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1) !important; }
    .reviews-slider-arrows__arrow:hover {
      background-color: var(--primary);
      -webkit-transition: .3s;
      transition: .3s; }
      .reviews-slider-arrows__arrow:hover .reviews-slider-arrows__svg {
        fill: #fff;
        -webkit-transition: .3s;
        transition: .3s; }
  .reviews-slider-arrows__svg {
    width: 8px;
    height: 12px;
    fill: #333;
    -webkit-transition: .15s;
    transition: .15s; }

.media {
  width: 100%;
  min-height: 100%;
  position: relative; }
  .media__preview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s; }
  .media__iframe {
    width: 100%;
    height: 100%;
    display: block; }
  .media.played .video-play {
    opacity: 0;
    visibility: hidden; }
  .media.played .media__preview {
    opacity: 0;
    visibility: hidden; }

.video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s; }
  .video-play__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .video-play__button:hover .video-play__svg .video-play-icon__triangle {
      display: block; }
  .video-play__svg {
    width: calc( 0.015 * 100vw + 45.2px);
    height: calc( 0.015 * 100vw + 45.2px);
    display: block;
    margin-bottom: 10px;
    fill: #fff; }
    .video-play__svg .video-play-icon__triangle {
      display: none; }
  .video-play__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: #fff; }

@media (max-width: 1199px) {
  .reviews-slider-arrows {
    display: none; } }

@media (max-width: 991px) {
  .section-partners__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (max-width: 767px) {
  .reviews-slider--four .review-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .reviews-slider--four .review-slide__wrap {
      max-width: 100%; }
  .review-slide__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .review-slide__flex-left {
    margin-bottom: 20px; }
  .review-slide__scan {
    margin: auto; }
  .media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: auto; } }

.section-FAQ {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-FAQ__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-FAQ__wrap {
    position: relative; }

.FAQ:not(:last-child) {
  margin-bottom: calc( 0.0125 * 100vw + 16px); }

.FAQ__item.active .FAQ__question, .FAQ__item:hover .FAQ__question {
  -webkit-box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  border-left-color: var(--primary); }
  .FAQ__item.active .FAQ__question:after, .FAQ__item:hover .FAQ__question:after {
    opacity: 1; }

.FAQ__item:first-child .FAQ__question {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.FAQ__item:last-child .FAQ__question {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.FAQ__item.active .FAQ__question {
  border-color: transparent; }

.FAQ__item.active .FAQ__question-text {
  color: var(--primary); }

.FAQ__item.active .cc-pluse:after, .FAQ__item.active .cc-pluse:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.FAQ__item:not(:last-child) .FAQ__question {
  border-bottom: none; }

.FAQ__question {
  background: #fff;
  border: 1px solid #E4E4E4;
  padding: calc( 0.00813 * 100vw + 12.4px) calc( 0.01125 * 100vw + 11.4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  cursor: pointer; }
  .FAQ__question:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc( 0.00187 * 100vw + 3.4px);
    background-color: var(--primary);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s; }

.FAQ__question-text {
  font-size: calc( 0.00187 * 100vw + 12.4px);
  line-height: calc( 0.0025 * 100vw + 17.2px);
  color: #333;
  -webkit-transition: .3s;
  transition: .3s; }

.FAQ__answer {
  padding: calc( 0.00625 * 100vw + 13px) calc( 0.025 * 100vw + 7px) calc( 0.00625 * 100vw + 18px); }

.FAQ__answer-text p {
  font-size: calc( 0.00187 * 100vw + 12.4px);
  line-height: calc( 0.0025 * 100vw + 17.2px);
  color: var(--color-theme_text); }
  .FAQ__answer-text p:not(:last-child) {
    margin-bottom: 10px; }

.cc-pluse {
  position: relative;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px; }
  .cc-pluse:after, .cc-pluse:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    margin: auto;
    -webkit-transition: .3s;
    transition: .3s; }
  .cc-pluse:after {
    width: 100%;
    height: 2px; }
  .cc-pluse:before {
    width: 2px;
    height: 100%; }

.didnt-answer {
  background: var(--primary);
  border-radius: 5px;
  padding: calc( 0.0125 * 100vw + 16px) calc( 0.03125 * 100vw + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .didnt-answer__title {
    font-weight: 700;
    font-size: calc( 0.00438 * 100vw + 15.6px);
    line-height: calc( 0.005 * 100vw + 20.4px);
    color: var(--text-color);
    width: calc(40% - 30px); }
  .didnt-answer__text {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--text-color);
    width: calc(30% - 30px); }
  .didnt-answer__button {
    height: 50px;
    width: calc(30% - 30px); }

@media (max-width: 767px) {
  .didnt-answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .didnt-answer__title {
      width: 100%;
      margin-bottom: 10px; }
    .didnt-answer__text {
      width: 100%;
      margin-bottom: 30px; }
    .didnt-answer__button {
      max-width: 270px;
      width: 100%; } }

.section-requisites {
  padding: calc( 0.01875 * 100vw + 19px) 0;
  overflow: hidden; }
  .section-requisites__header {
    margin-bottom: calc( 0.00625 * 100vw + 28px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .section-requisites__title {
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    font-weight: 700;
    color: var(--color-theme_text);
    margin-right: 40px; }
  .section-requisites__wrap {
    position: relative; }

.requisites__wrap {
  margin-bottom: calc( 0.0125 * 100vw + 26px); }

.requisites__button {
  max-width: 370px;
  height: 50px; }

.requisite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .requisite:not(:last-child) {
    margin-bottom: 20px; }
  .requisite__right {
    font-weight: 500;
    font-size: calc( 0.00313 * 100vw + 14px);
    line-height: calc( 0.00375 * 100vw + 18.8px);
    color: var(--color-theme_text); }
  .requisite__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-right: 60px;
    width: calc( 0.11152 * 100vw + 185.87361px);
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .requisite__left-left {
    font-size: calc( 0.00187 * 100vw + 12.4px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    color: var(--color-theme_text);
    background-color: #fff;
    z-index: 5; }
  .requisite__left-right {
    height: 1px;
    border-bottom: 1px dashed #8191C2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: 1; }

.section-requisites-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .section-requisites-copy__svg {
    width: 18px;
    height: 24px;
    margin-right: 15px;
    fill: var(--secondary);
    -webkit-transition: .3s;
    transition: .3s; }
  .section-requisites-copy__text {
    font-size: calc( 0.00125 * 100vw + 12.6px);
    line-height: calc( 0.0025 * 100vw + 17.2px);
    font-weight: 700;
    color: #1A2B67;
    -webkit-transition: .3s;
    transition: .3s; }
  .section-requisites-copy:hover .section-requisites-copy__svg {
    fill: var(--primary); }
  .section-requisites-copy:hover .section-requisites-copy__text {
    color: var(--primary); }

@media (max-width: 575px) {
  .section-requisites__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .section-requisites__title {
    margin-right: 0;
    margin-bottom: 15px; }
  .requisite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .requisite__right {
      width: 100%; }
    .requisite__left {
      width: 100%;
      margin-bottom: 5px;
      padding: 0; } }

.section-files {
  padding: calc( 0.01875 * 100vw + 19px) 0; }
  .section-files__wrap {
    position: relative; }
  .section-files__title {
    font-weight: 700;
    font-size: calc( 0.0075 * 100vw + 17.6px);
    line-height: calc( 0.0075 * 100vw + 23.6px);
    color: var(--color-theme_text);
    display: block;
    margin-bottom: calc( 0.0125 * 100vw + 16px); }
  .section-files .files {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: calc( 0.00937 * 100vw + 12px); }
    .section-files .files .file {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: calc( 0.00313 * 100vw + 14px) calc( 0.00625 * 100vw + 13px) calc( 0.00625 * 100vw + 13px);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      min-height: calc( 0.01875 * 100vw + 94px);
      border: 1px solid #D6D6D6;
      border-radius: 5px; }
    .section-files .files .file__title {
      color: var(--color-theme_text);
      font-size: calc( 0.0025 * 100vw + 13.2px);
      line-height: calc( 0.00375 * 100vw + 16.8px);
      font-weight: bold;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: calc( 0.0125 * 100vw + 11px); }
    .section-files .files .file:hover {
      background-color: var(--primary);
      border-color: var(--primary); }
    .section-files .files .file:hover .file__title {
      color: #fff; }
    .section-files .files .file-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .section-files .files .file-info__arrow {
      width: 22px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files .file-info__arrow > svg {
      width: 100%;
      height: 100%;
      fill: var(--secondary);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files .file:hover .file-info__arrow > svg {
      fill: #fff; }
    .section-files .files .file-info__size {
      color: #7B7B7B;
      font-weight: 400;
      font-size: calc( 0.00187 * 100vw + 12.4px);
      line-height: calc( 0.0025 * 100vw + 17.2px);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files .file:hover .file-info__size {
      color: #fff; }

@media (max-width: 991px) {
  .section-files .files {
    grid-template-columns: 1fr 1fr; } }

@media (max-width: 575px) {
  .section-files .files {
    grid-template-columns: 1fr; } }

@media (min-width: 1200px) {
  .section-files .files--col-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: calc( 0.00937 * 100vw + 12px); }
    .section-files .files--col-4 .file {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      min-height: calc( 0.00813 * 100vw + 97.4px);
      border: 1px solid #D6D6D6;
      border-radius: 5px; }
    .section-files .files--col-4 .file__title {
      color: var(--color-theme_text);
      font-size: calc( 0.00125 * 100vw + 10.6px);
      line-height: calc( 0.0025 * 100vw + 11.2px);
      font-weight: bold;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: 20px; }
    .section-files .files--col-4 .file:hover {
      background-color: var(--primary);
      border-color: var(--primary); }
    .section-files .files--col-4 .file:hover .file__title {
      color: #fff; }
    .section-files .files--col-4 .file-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .section-files .files--col-4 .file-info__arrow {
      width: 15px;
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-right: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files--col-4 .file-info__arrow > svg {
      width: 100%;
      height: 100%;
      fill: var(--secondary);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files--col-4 .file:hover .file-info__arrow > svg {
      fill: #fff; }
    .section-files .files--col-4 .file-info__size {
      color: #7B7B7B;
      font-weight: 400;
      font-size: calc( 0.00125 * 100vw + 9.6px);
      line-height: calc( 0.0025 * 100vw + 11.2px);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .section-files .files--col-4 .file:hover .file-info__size {
      color: #fff; } }

/*# sourceMappingURL=main.css.map */
