@charset "UTF-8";

:root{
  --main-background-color: #fff;
  --secondary-background-color: #fff;
  --secondary-two-background-color: #f9fafb;
  --main-text-color: #000;
  --link-color: #279fd4;
  --phone-link-color: #000;
  --sfa-select-color: #787878;
  --page-link-color: #333;
  --titles-color: #000;
  --gradient-start: #fcfcfd;
  --gradient-end: #fcfcfd;
  --services-wrapper-gradient-end: #0c172b;
  --work-item-box-shadow: rgba(0, 0, 0, .15);
  --work-item-background: url("../img/successful-work/icon-tab-8.svg");
  /*--map-item-background: url("../img/delevery/map.webp");*/
  --filter-title-color: #152732;
  --modal-body-title-color: #222327;
  --inputs-color: #333;
  --header-menu-item-link-color: #0a0a0a;
  --sw-review-box-background-color: #f2f4f7;
  --sw-review-tabs-color: #f9fafb;
  --sw-review-tab-border-color: #e4e4e4;
  --sw-review-tab-active-color: #ecf9ff;
  --sw-review-tab-active-border-color: #a7d4e7;
  --sw-review-text-color: #475d7b;
}

body.dark{
  --main-background-color: #0D1B2A;
  --secondary-background-color: #1B263B;
  --secondary-two-background-color: #1B263B;
  --main-text-color: #B3B3B3;
  --link-color: #E0E0E0;
  --phone-link-color: #E0E0E0;
  --sfa-select-color: #B3B3B3;
  --page-link-color: #E0E0E0;
  --titles-color: #E0E0E0;
  --gradient-start: #1B263B;
  --gradient-end: #0D1B2A;
  --services-wrapper-gradient-end: #0c172b;
  --work-item-box-shadow: rgba(255, 255, 255, .15);
  --work-item-background: url("../img/successful-work/icon-tab-8-bl.svg");
  /*--map-item-background: url("../img/delevery/map-bl.png");*/
  --filter-title-color: #E0E0E0;
  --modal-body-title-color: #E0E0E0;
  --inputs-color: #E0E0E0;
  --header-menu-item-link-color: #B3B3B3;
  --sw-review-box-background-color: #0d1b2a;
  --sw-review-tabs-color: #25829d;
  --sw-review-tab-border-color: #25829d;
  --sw-review-tab-active-color: #29aae3;
  --sw-review-tab-active-border-color: #29aae3;
  --sw-review-text-color: #B3B3B3;
}

.title {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--titles-color);
  text-align: center;
  margin-bottom: 30px;
}
.sub-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  margin-bottom: 20px;
}
.sub-title--line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}
.title-h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 49px;
  color: var(--titles-color);
  margin-bottom: 30px;
}

.title-h1.faq,
.title-h1.garant__title {
    margin-top: 60px;
}

@media (max-width: 980px) {
    .title-h1.faq,
    .title-h1.garant__title {
        margin-top: 120px;
        margin-bottom: 0px;
    }  
    
    .title-h2 {
        font-size: 16px;
        line-height: 22px;
    }
    .footer__top-wrapper {
        align-items: center;
    }
}

.title-h1 span {
  color: #29AAE3;
}
.title-h1--card {
  margin-bottom: 15px;
}
.title-h1--mb0 {
  margin-bottom: 0;
}
.title-h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--titles-color);
  margin-bottom: 20px;
}
.title-h2--mb {
  margin-bottom: 0;
}
.btn {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
  -webkit-transition: opacity 0.4s, -webkit-box-shadow 0.4s;
  transition: opacity 0.4s, -webkit-box-shadow 0.4s;
  -o-transition: opacity 0.4s, box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s;
  transition: opacity 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.btn:hover {
  opacity: 0.7;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.btn--blue {
  background: #29AAE3;
  color: #FFFFFF;
}
.btn--small {
  padding: 19px;
}
.btn--light {
  font-weight: 700;
  text-align: center;
  color: #29AAE3;
  border: 1px solid #29AAE3;
  border-radius: 10px;
}
.btn-up {
  position: fixed;
  display: none;
  bottom: 50px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url("../img/btn-up/icon-arrow.svg") center center/22px no-repeat, #fff;
  border: 2px solid #29AAE3;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  z-index: 1000;
}
.btn-up:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.btn-up.show {
  display: block;
}

.scroll-btn {
    position: fixed;
    align-items: center;
    justify-content: center;
    left: auto;
    /*right: 26px;
    bottom: 130px;*/
    opacity: 60%;
    /*z-index: 100;*/
    border: 2px solid #29aae3;
    border-radius: 100%;
    cursor: pointer;
}
/*
@media print {
    .scroll-btn {
        display: none;
    }
}

.scroll-btn svg circle,
.scroll-btn svg path {
    transition: all linear 0.2s;
}

@media (min-width: 480px) {
    .scroll-btn:hover svg circle {
      fill: #29aae3;
      border: 2px solid #29aae3 !important;
      stroke: #29aae3;
    }

    .scroll-btn:hover svg path {
      stroke: #ffffff;
    }
}

@media (max-width: 980px) {
    .scroll-btn {
        left: auto;
        right: 25px !important;
        bottom: 107px !important;
        z-index: 22 !important;
    }
}*/

select {
  background: url("../img/filter/icon-arrow.svg") no-repeat;
  background-position: right center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: var(--link-color);
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
div {
  -webkit-tap-highlight-color: transparent;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  min-width: 320px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: var(--main-background-color);
  color: var(--main-text-color);
}



input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input,
button,
textarea {
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  background-color: inherit;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
label {
  display: block;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  min-height: 100vh;
  overflow: hidden;
}
body._lock {
  overflow: hidden;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  -o-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.modal__overlay {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.modal__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--main-background-color);
  width: 430px;
  margin: auto;
  max-height: 90%;
  overflow: hidden;
  z-index: 10;
  padding: 5px 15px 15px 15px;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal__header-title {
  font-weight: 700;
}
.modal__header-close {
  cursor: pointer;
  color: #29AAE3;
  font-size: 40px;
  line-height: 100%;
}
.modal__body-form {
  margin: 0 auto;
  max-width: 316px;
  text-align: center;
}
.modal__body-form input {
  width: 100%;
  border: 1px solid #464646;
  border-radius: 10px;
  padding: 8px 20px;
  color: var(--header-menu-item-link-color) !important;
}
.modal__body-form input:not(:last-child) {
  margin-bottom: 15px;
}
.modal__body-form-btn {
  padding: 9px;
  width: 100%;
  margin-bottom: 35px;
}
.modal__body-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--modal-body-title-color);
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
    .modal__body-title {
      font-size: 20px;
      line-height: 150%;
    }
}
    
.header {
  position: relative;
}
.header__head {
  background: #163745;
  padding: 7px 0;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}
.header .burger {
  position: absolute;
  display: none;
  right: 2px;
  top: -2px;
}
.header__head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__head-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #fff;
}
.header__head-geo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.header__head-geo-description {
  white-space: nowrap;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--main-text-color);
}
.header__head-japan-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__head-japan-link::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: url("../img/header/icon-red-point.svg");
  background-size: contain;
  margin-right: 6px;
}
.header__head-japan-link:hover {
  opacity: 0.7;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.header__head-china-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: var(--link-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__head-china-link::before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  background: #e36361;
  border-radius: 50%;
  background-size: contain;
  margin-right: 6px;
}
.header__head-china-link:hover {
  opacity: 0.7;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.header__top {
  padding: 30px 0;
}
.header__top-elements {
  position: relative;
  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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.header__top-element:nth-child(1) {
  grid-area: logo;
}
.header__top-element:nth-child(3) {
  grid-area: course;
  -ms-grid-column-align: end;
      justify-self: end;
}
.header__top-element:nth-child(5) {
  grid-area: socials;
}
.header__top-element:nth-child(6) {
  grid-area: phone;
}
.header__top-element-logo-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  flex-direction: column;
}
.header__top-element-logo-column:nth-child(2) {
  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;
    align-items: flex-start;
}

.header__top-element-logo-image {
    width: auto !important;
    margin-top: auto !important;
    margin-left: auto !important;
}

.header__top-element-logo-img {
  width: 40px;
}
.header__top-element-logo-text {
  margin-bottom: 8px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__top-element-logo-text:hover {
  opacity: 0.7;
}
.header__top-element-logo-description {
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #737373;
  /*margin-bottom: 8px;*/
  font-family: "Open Sans",sans-serif !important;
}
.header__top-element-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}
.header__top-element-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  row-gap: 10px;
}
.header__top-element-cours {
  white-space: nowrap;
}
.header__top-element-cours--rub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-element-cours--rub::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background: url("../img/header/icon-dollar.svg") center center no-repeat;
  background-size: contain;
}
.header__top-element-cours--krw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-element-cours--krw::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background: url("../img/header/icon-w.svg") center center no-repeat;
  background-size: contain;
}
.header__top-element-messengers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header__top-element-messenger-link {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__top-element-messenger-link:hover {
  opacity: 0.7;
}
.header__top-element-messenger-link--tg {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/header/icon-tg.svg") center center no-repeat;
  background-size: contain;
}
.header__top-element-messenger-link--wp {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/header/icon-wt.svg") center center no-repeat;
  background-size: contain;
}
.header__top-element-messenger-link--max {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/header/max_logo.png") center center no-repeat;
  background-size: contain;
}
.header__top-element-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__top-element-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 120%;
  opacity: 0.5;
  margin-bottom: 3px;
}
.header__top-element-number-link {
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--phone-link-color);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__top-element-number-link:hover {
  opacity: 0.7;
}
.header__top-element-button-btn {
  padding: 9px 14px !important;
  font-size: 13px !important;
  margin-left: 20px;
  white-space: nowrap;
  
}
.header__bottom {
  background: #0a6d8a;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.header__bottom-menu {
  padding: 9px 0;
}
.header__bottom-menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__bottom-menu-item {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}
.header__bottom-menu-item:not(:last-child) {
  border-right: 1px solid #82b5c3;
  padding-right: 40px;
}
.header__bottom-menu-item:hover .header__bottom-menu-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__bottom-menu-item-link {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.header__bottom-menu-item-link::before {
  width: 23px;
  height: 23px;
}
.header__bottom-menu-item-link--selection160::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/car-icon.png") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--about::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-1.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--selection::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-2.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--faq::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-faq.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--reviews::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-3.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--contacts::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-4.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link--help::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-5.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-item-link:hover {
  opacity: 0.7;
}
.header__bottom-menu-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background: #0a6d8a;
  padding: 15px;
}
.header__bottom-menu-dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  height: 20px;
  width: 100%;
}
.header__bottom-menu-dropdown-link {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom-menu-dropdown-link::before {
  width: 23px;
  height: 23px;
  margin-right: 14px;
}
.header__bottom-menu-dropdown-link:hover {
  opacity: 0.7;
}
.header__bottom-menu-dropdown-link--news::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-6.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-dropdown-link--about::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-1.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-dropdown-link--delevery::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-7.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-dropdown-link--guaranties::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-8.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-dropdown-link--scheme::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background: url("../img/header/menu-icon-9.svg") center center no-repeat;
  background-size: contain;
}
.header__bottom-menu-mobile {
  display: none;
}
.header__bottom-menu-mobile-btn {
  padding: 14px 27px;
  margin-bottom: 10px;
}
.header__bottom-menu-mobile-info{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    flex-direction: column;
    align-items: flex-start;
    -webkit-column-gap:15px;
    -moz-column-gap:15px;
    column-gap:15px;
    gap: 14px;
    padding:20px 0;
    border-top:1px solid rgba(0,0,0,.4);
    border-bottom:1px solid rgba(0,0,0,.4);
    margin-bottom:20px
}
.header__bottom-menu-mobile-messenegers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.header__bottom-menu-mobile-tg-link {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/header/icon-tg.svg");
  background-size: contain;
}
.header__bottom-menu-mobile-wt-link {
  display: block;
  width: 36px;
  height: 36px;
  background: url("../img/header/icon-wt.svg");
  background-size: contain;
}

.header__bottom-menu-mobile-max-link{
    display:block;
    width:36px;
    height:36px;
    background:url(/templates/itome/img/header/max_logo.png) center center no-repeat;
    background-size:contain
}

.header__bottom-menu-mobile-phone-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: var(--main-text-color);
  opacity: 0.5;
}
.header__bottom-menu-mobile-phone-number-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--phone-link-color);
}
.header__bottom-menu-mobile-times {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.header__bottom-menu-mobile-times-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: var(--main-text-color);
}
.header__bottom-menu-mobile-courses {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.header__bottom-menu-mobile-courses-usd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom-menu-mobile-courses-usd::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background: url("../img/header/icon-dollar.svg");
  background-size: contain;
}
.header__bottom-menu-mobile-courses-krw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__bottom-menu-mobile-courses-krw::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background: url("../img/header/icon-w.svg");
  background-size: contain;
}
.footer__top {
  background: #1C2B3A;
  padding: 50px 0;
}
.footer__top-wrapper {
  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: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.footer__top-logo-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
.footer__top-logo-column:nth-child(2) {
  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;
  align-items: flex-start;
}
.footer__top-logo-image {
  width: 42px;
}
.footer__top-logo-image-img {
  max-width: 100%;
}
.footer__top-logo-text {
  margin-bottom: 10px;
}
.footer__top-logo-text::before {
  content: "";
  display: block;
  width: 162px;
  height: 15px;
  -webkit-mask-image: url("../img/footer/logo-text.svg");
          mask-image: url("../img/footer/logo-text.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.footer__top-logo-description {
  font-weight: 700;
  font-size: 10px;
  line-height: 120%;
  color: #fff;
}

/*@media (max-width: 980px) {
    .footer__top-logo-description {
        margin-left: -16px;
        }
}*/

.footer__top-menu-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 7px;
}
.footer__top-menu-item-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  white-space: nowrap;
}
.footer__top-menu-item-link:hover {
  opacity: 0.7;
}
.footer__phone-number {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.footer__phone-number::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../img/footer/icon-phone.svg") center center no-repeat;
}
.footer__phone-number-link {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 120%;
  white-space: nowrap;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer__phone-number-link:hover {
  opacity: 0.7;
}
.footer__phone-mode {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  color: #FFFFFF;
  margin-left: 22px;
}
.footer__socials {
  margin-left: 72px;
}
.footer__socials-title {
  white-space: nowrap;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 10px;
  text-align: center;
}
.footer__socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.footer__socials-item-link {
  display: block;
  width: 34px;
  height: 34px;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.footer__socials-item-link:hover {
  opacity: 0.7;
}
.footer__socials-item-link--tg {
  background: url("../img/footer/icon-tg.svg") center center no-repeat;
  background-size: contain;
}
.footer__socials-item-link--youtube {
  background: url("../img/footer/icon-youtube.svg") center center no-repeat;
  background-size: contain;
}
.footer__socials-item-link--wt {
  background: url("../img/footer/icon-wt.svg") center center no-repeat;
  background-size: contain;
}
.footer__socials-item-link--rut {
  background: url("../img/footer/icon-rutube.svg") center center no-repeat;
  background-size: contain;
}
.footer__socials-item-link--vk {
  background: url("../img/footer/icon-vk.svg") center center no-repeat;
  background-size: contain;
}
.footer__bottom {
  background: #15202D;
  padding: 25px 0 50px 0;
}
.footer__bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
    .footer__bottom-copyright {
        text-align: center !important;
    } 

    .footer__bottom-inner {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .footer__bottom-adres {
        width: 100% !important;
        text-align: center !important;
    }
}

.footer__bottom-copyright {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #FFFFFF;
}
.footer__bottom-adres {
  font-weight: 400;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
}
.footer__bottom-ogrn {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
}
.hero {
  padding: 85px 0px 180px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#FAF9FF));
  background: -o-linear-gradient(top, #F8F8F8 0%, #FAF9FF 100%);
  background: linear-gradient(180deg, #F8F8F8 0%, #FAF9FF 100%);
}
.hero__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.hero__column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
}
.hero__column:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 400px;
          flex: 0 1 400px;
}
.hero__title {
  padding-top: 55px;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 20px;
}
.hero__description {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 45px;
}
.hero__statistics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 43px;
     -moz-column-gap: 43px;
          column-gap: 43px;
}
.hero__statistics-item-title {
  color: #29AAE3;
  font-weight: 800;
  font-size: 48px;
  margin-bottom: 20px;
}
.hero__statistics-item-description {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.hero__form {
  background: var(--secondary-two-background-color);
  border: 1px solid #FAFAFA;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 20px 20px;
}
.hero__form-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.hero__form-input {
  background: var(--secondary-background-color);
  border:1px solid #dfdfdf !important;
  border-radius: 10px;
  padding:17px 30px !important;
  width: 100%;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
  font-size: 14px;
}
.hero__form-input:not(:last-child) {
  margin-bottom: 15px;
}
.hero__form-input:hover {
  cursor: pointer;
  border: 1px solid #29aae3;
}
.hero__form-btn {
  width: 100%;
  font-size: 14px;
  padding: 17px;
  margin-bottom: 30px;
}
.filter {
  margin-bottom: 40px;
  margin-top: 50px;
}
.filter--mt {
  margin-top: -120px;
}
.filter__wrapper {
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.filter__title {
  font-weight: 800;
  font-size: 24px;
  color: var(--titles-color);
  margin-bottom: 20px;
}
.filter__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.filter__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.filter__select {
  width: 100%;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 0.7;
  border: 1px solid #C6C6C6;
  border-radius: 10px;
  padding: 22px 25px;
  background-position-x: calc(100% - 25px);
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.filter__select:hover {
  border: 1px solid #29aae3;
}
.filter__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
}
.filter__input {
  width: 100%;
  cursor: pointer;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  opacity: 0.7;
  border: 1px solid #C6C6C6;
  padding: 22px 25px;
  border-radius: 10px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.filter__input:hover {
  border: 1px solid #29aae3;
}
.filter__input::-webkit-input-placeholder {
  color: #000000;
}
.filter__input::-moz-placeholder {
  color: #000000;
}
.filter__input:-ms-input-placeholder {
  color: #000000;
}
.filter__input::-ms-input-placeholder {
  color: #000000;
}
.filter__input::placeholder {
  color: #000000;
}
.filter__btn {
  width: 100%;
}
.table {
  margin-bottom: 80px;
}
.table__description {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 33px;
  color: #152732;
  margin-bottom: 20px;
}
.table__result-count {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  opacity: 0.8;
  margin-bottom: 10px;
}
.table__wrapper {
  margin-bottom: 20px;
}
.table table {
  border-spacing: 0px 20px;
}
.table__header {
  background: #044872;
  color: #FFFFFF;
}
.table__header th {
  font-size: 15px;
  text-align: left;
  padding: 17px 15px;
}
.table__header th:first-child {
  border-radius: 10px 0px 0px 10px;
}
.table__header th:last-child {
  border-radius: 0px 10px 10px 0px;
}
.table__body tr {
  position: relative;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.table__body tr:hover {
  cursor: pointer;
  opacity: 1;
}
.table__body td {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 19px;
}
.table__body td span {
  display: none;
  font-weight: 700;
}
.table__header-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table__header-column:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
}
.table__header-btn-top {
  display: block;
  width: 7px;
  height: 5px;
  background: url("../img/table/icon-arrow-top.svg");
  background-size: contain;
}
.table__header-btn-down {
  display: block;
  width: 7px;
  height: 5px;
  background: url("../img/table/icon-arrow-down.svg");
  background-size: contain;
}
.table__image {
  width: 165px;
  z-index: 100;
}
.table__image img {
  width: 100%;
  min-width: 135px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.table__image img:hover {
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
}
.table__model-link {
  color: #000000;
}
.table__modification {
  cursor: text;
}
.table__age {
  cursor: text;
}
.table__vol {
  white-space: nowrap;
  cursor: text;
}
.table__engine {
  cursor: text;
}
.table__transmission {
  cursor: text;
}
.table__distance {
  cursor: text;
  white-space: nowrap;
}
.table__date {
  cursor: text;
}
.table__price {
  cursor: text;
  color: #29AAE3;
  font-weight: 700;
  white-space: nowrap;
}
.table__button {
  text-align: center;
}
.table__btn {
  font-size: 18px;
  padding: 19px 64px;
}
.successful-work {
  margin-bottom: 80px;
}
.successful-work__title {
  margin-bottom: 60px;
}
.successful-work__title span {
  background: #29AAE3;
  color: #fff;
  border-radius: 50%;
  padding: 5px 9px 5px 7px;
}
.successful-work__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 57px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.successful-work__item {
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: calc(50% - 10px);
  padding: 50px 20px 30px;
  background: var(--secondary-two-background-color);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.successful-work__item::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 15px;
  height: 39px;
  width: 86px;
  background: var(--work-item-background);
}
.successful-work__item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
  z-index: 10;
}
.successful-work__item-icon {
  position: absolute;
  top: -25px;
  left: 32px;
}
.successful-work__item-icon {
  max-width: 100%;
}
.successful-work__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: var(--titles-color);
  margin-bottom: 10px;
}
.successful-work__item-description {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--main-text-color);
}
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
  border-radius: 10px;
}
lite-youtube::before {
  content: none;
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
lite-youtube > .lty-playbtn {
  width: 86px;
  height: 86px;
  position: absolute;
  cursor: pointer;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODYiIGhlaWdodD0iODYiIHZpZXdCb3g9IjAgMCA4NiA4NiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjQiIGN4PSI0MyIgY3k9IjQzIiByPSI0MyIgZmlsbD0iIzI5QUFFMyIvPgo8Y2lyY2xlIGN4PSI0MyIgY3k9IjQzIiByPSIyOCIgZmlsbD0iIzI5QUFFMyIvPgo8cGF0aCBkPSJNNDkgNDEuMjY4QzUwLjMzMzMgNDIuMDM3OCA1MC4zMzMzIDQzLjk2MjMgNDkgNDQuNzMyMUw0MS41IDQ5LjA2MjJDNDAuMTY2NyA0OS44MzIgMzguNSA0OC44Njk3IDM4LjUgNDcuMzMwMUwzOC41IDM4LjY2OTlDMzguNSAzNy4xMzAzIDQwLjE2NjcgMzYuMTY4IDQxLjUgMzYuOTM3OEw0OSA0MS4yNjhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  -webkit-filter: opacity(90%);
          filter: opacity(90%);
  -webkit-transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1), -webkit-filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  border: none;
}
lite-youtube:hover > .lty-playbtn,
lite-youtube .lty-playbtn:focus {
  -webkit-filter: none;
          filter: none;
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
lite-youtube .lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.video {
  background:-webkit-gradient(linear,left top,left bottom,from(var(--gradient-start)),to(var(--gradient-end)));
  background:-o-linear-gradient(top,var(--gradient-start) 0,var(--gradient-end) 100%);
  background: linear-gradient(180deg, var(--gradient-start) 0, var(--gradient-end) 100%);
  padding-top: 80px;
  padding-bottom: 193px;
}
.video__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.video__item {
  width: calc(33.333% - 33.33px);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.video__item:hover {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
.video__button {
  text-align: center;
}
.video__btn {
  padding: 19px 108px;
  font-size: 18px;
}
.services {
  margin-top: 80px;
  margin-bottom: 80px;
}
.services__wrapper {
  position: relative;
  background: var(--secondary-two-background-color);
  background-size: cover;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.services__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services__column:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 640px;
          flex: 1 1 640px;
  padding: 25px 0px 35px 35px;
}
.services__column:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 470px;
          flex: 1 1 470px;
}
.services__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--titles-color);
  margin-bottom: 15px;
}
.services__description {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: var(--main-text-color);
  margin-bottom: 40px;
}
.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 30px;
}
.services__item {
  width: 33.333%;
}
.services__item-image {
  margin-bottom: 20px;
  height: 100px;
}
.services__item-image-img {
  max-width: 100%;
}
.services__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.services__item-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.services__btn {
  padding: 17px 50px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.services__image {
  width: 100%;
  height: 100%;
  background: url("../img/services/image-man.webp") bottom right no-repeat;
  background-size: contain;
}
.services__info {
  position: absolute;
  bottom: 95px;
  right: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 12px 25px;
  -webkit-transform: skewX(-20deg);
      -ms-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
.services__job {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 2px;
}
.services__name {
  -webkit-transform: skewX(20deg);
      -ms-transform: skewX(20deg);
          transform: skewX(20deg);
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #29AAE3;
  margin-left: 8px;
}
.brands {
  margin-bottom: 80px;
}
.brands__inner {
  position: relative;
}
.brands__navs-left,
.brands__navs-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #29aae3;
  color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
  transition: all linear 0.2s;
  cursor: pointer;
  z-index: 10;
}

.brands__navs-left:hover,
.brands__navs-right:hover {
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.brands__navs-left {
  left: -30px; /* подстройте под ваш дизайн */
}

.brands__navs-right {
  right: -30px;
}

.brands__navs-left svg,
.brands__navs-right svg {
  width: 17px;
  height: 17px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  user-select: none;
}

/* Повернуть стрелку вправо */
.brands__navs-right svg {
  transform: rotate(180deg);
}

.brands__slider {
  overflow: hidden;
  padding: 62px;
  margin: -5px;
}
.brands__slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.brands__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brands__item{
    cursor: pointer;
    background: transparent;
    box-shadow: 0 0 9px rgba(0,0,0,0.14);
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    text-decoration: none;
    color: inherit;
    -webkit-box-shadow: 0 0 14px rgba(0,0,0,0.15);
    -webkit-box-align: center;
    -ms-flex-align: center;
    transition: box-shadow 0.3s ease;
}
.brands__item-image-img{
    max-width:100%;
    transition: transform 0.3s ease;
    display: block;
}
.brands__item:hover .brands__item-image-img,
.brands__item:focus .brands__item-image-img {
    -webkit-transform:scale(1.06);
    -ms-transform:scale(1.06);
    transform:scale(1.06)
}
.reviews {
  margin-bottom: 80px;
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#FAF9FF));
  background: -o-linear-gradient(top, #F8F8F8 0%, #FAF9FF 100%);
  background: linear-gradient(180deg, #F8F8F8 0%, #FAF9FF 100%);
}
.reviews--background-white {
  background: transparent;
  margin-bottom: 0;
}
.reviews__inner {
  position: relative;
}
.reviews__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__item {
  cursor: pointer;
  position: relative;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  padding: 28px 32px 40px;
  margin-bottom: 45px;
}
.reviews__item::after {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 119px;
  height: 46px;
  background: url("../img/reviews/line-bottom.webp");
}
.reviews__slider {
  overflow: hidden;
  padding: 5px;
  margin: -5px;
}
.reviews__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.reviews__slider-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reviews__item-description {
  position: relative;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #05162C;
  margin-bottom: 20px;
}
.reviews__item-description::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10px;
  width: 53px;
  height: 37px;
  background: url("../img/reviews/icon-quote.png");
}
.reviews__item-name {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #222222;
  margin: 0 auto 10px;
}
.reviews__item-name::before {
  content: "";
  position: absolute;
  display: block;
  left: -25px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #29AAE3;
}
.reviews__item-name::after {
  content: "";
  position: absolute;
  display: block;
  right: -25px;
  top: 50%;
  width: 10px;
  height: 1px;
  background: #29AAE3;
}
.reviews__item-model {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #000000;
}
.reviews__item-avatar {
  pointer-events: none;
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.reviews__slider-nav-left {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -60px;
  width: 37px;
  height: 37px;
  background: url("../img/reviews/icon-arrow-left.svg") center center no-repeat, #DFF2FB;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.reviews__slider-nav-left:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.reviews__slider-nav-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  width: 37px;
  height: 37px;
  background: url("../img/reviews/icon-arrow-right.svg") center center no-repeat, #DFF2FB;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.reviews__slider-nav-right:hover {
  opacity: 0.7;
  cursor: pointer;
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.questions {
  margin-top: 20px;
  margin-bottom: 90px;
}
.questions__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}
.questions__item {
  cursor: pointer;
  background: var(--secondary-two-background-color);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  padding: 19px 30px;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
  opacity: 0.65;
}
.questions__item:hover {
  opacity: 1;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.questions__item-title {
  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;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--main-text-color);
}
.questions__item-title::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  cursor: pointer;
  content: "+";
  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: 34px;
  min-width: 34px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 16px;
  border-radius: 50%;
  background: #29AAE3;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.questions__item-title.active::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.questions__item-body {
  padding-top: 15px;
  font-size: 15px;
  display: none;
}
.questions__item-body.show {
  display: block;
}
.callback {
  background: var(--secondary-two-background-color);
  padding: 66px 0;
}

.vin_div .callback__form .btn {
    width: 100%;
    max-width: 310px;
}

.callback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 416px;
  gap: 15px;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  flex-direction: column;
  margin: 20px auto;
}
.callback__input {
  cursor: pointer;
  width: 100%;
  padding: 18px 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #09091C;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  -webkit-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.callback__input:hover {
  border: 1px solid #29aae3;
}
.callback__btn {
  padding: 17px 86px;
}
.callback__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
   flex-direction: column;
}
.callback__info-decription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: var(--main-text-color);
}
.callback__info-decription::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url("../img/callback/icon-phone-2.svg");
}
.callback__info-decription-link {
  color: var(--phone-link-color);
  margin-left: 10px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.callback__info-decription-link:hover {
  opacity: 0.5;
}


.callback__info-description {
  margin-bottom: 8px; /* Отступ снизу для разделения строк */
  font-weight: 400;
  font-size: 14px;
}

.callback__info-phone {
  display: flex;
  align-items: center;
  gap: 8px; /* Расстояние между иконкой и номером */
  font-weight: 600;
  font-size: 16px;
}

.callback__info-phone-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/callback/icon-phone-2.svg") no-repeat center center;
  background-size: contain;
}




.callback__info-wt-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #29A71A;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.callback__info-wt-link::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url("../img/callback/icon-wt.svg");
}
.callback__info-wt-link:hover {
  opacity: 0.7;
}
.callback__info-wt {
  display: none;
}
.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 30px;
}
.breadcrumbs__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
}
.breadcrumbs__item:not(:last-child) .breadcrumbs__item-link {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #29AAE3;
}
.breadcrumbs__item:not(:last-child) .breadcrumbs__item-link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 17px;
  background: url("../img/breadcrumbs/arrow.svg") no-repeat;
}
.breadcrumbs__item-link {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.breadcrumbs__item-link:hover {
  opacity: 0.7;
}
.card {
  margin-top: 50px;
}
.card__top {
  margin-bottom: 30px;
}
.card__top-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: minmax(64px, auto) auto;
  grid-template-rows: minmax(64px, auto) auto;
      grid-template-areas: "gallery title" "gallery content";
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
  margin-bottom: 20px;
}
.card__top-columns .title-h1--card {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
}
.card__top-column:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: gallery;
}
.card__top-column:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: content;
}
.card__gallery-main {
  position: relative;
  margin-bottom: 15px;
}
.card__gallery-main-image {
  cursor: pointer;
}
.card__gallery-main-image img {
  width: 100%;
  border-radius: 10px;
}
.card__gallery-nav-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: url("../img/card/icon-prev.svg") center center no-repeat, #DFF2FB;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card__gallery-nav-prev:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.card__gallery-nav-next {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: url("../img/card/icon-next.svg") center center no-repeat, #DFF2FB;
  border-radius: 50%;
  border: 1px solid #C2C2C2;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.card__gallery-nav-next:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: translateY(-50%) scale(1.2);
      -ms-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}
.card__gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.card__gallery-thumbs-image {
  cursor: pointer;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.card__gallery-thumbs-image:hover {
  opacity: 0.7;
}
.card__gallery-thumbs-image img {
  border-radius: 10px;
}
.card__top-print {
  margin-bottom: 25px;
}
.card__top-print a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #044872;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.card__top-print a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url("../img/card/icon-print.svg");
  margin-right: 8px;
}
.card__top-print a:hover {
  opacity: 0.7;
}
.card__top-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__top-price-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.card__top-price-select select {
  border: 1px solid #C2C2C2;
  border-radius: 10px;
  padding: 12px 35px 12px 12px;
  background-position-x: calc(100% - 15px);
}
.card__top-price-count {
  margin-left: auto;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #163745;
}
.card__top-price-legal {
  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;
  margin-bottom: 20px;
}
.card__top-price-legal-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.card__top-price-legal-count {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #163745;
}
.card__top-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.card__top-btn {
  padding: 14px 24px;
}
.card__top-description {
  background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#FAF9FF));
  background: -o-linear-gradient(top, #F8F8F8 0%, #FAF9FF 100%);
  background: linear-gradient(180deg, #F8F8F8 0%, #FAF9FF 100%);
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #163745;
  padding: 15px;
  margin-bottom: 20px;
}
.card__top-description span {
  font-weight: 700;
  color: #163745;
}
.card__top-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.card__top-socials-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
.card__top-socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__top-socials-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.card__top-socials-link:hover {
  opacity: 0.7;
}
.card__top-socials-link--tg {
  background: url("../img/card/icon-tg.svg") center center no-repeat;
}
.card__top-socials-link--wp {
  background: url("../img/card/icon-wt.svg") center center no-repeat;
}
.card__top-socials-link--vk {
  background: url("../img/card/icon-vk.svg") center center no-repeat;
}
.card__top-socials-link--link {
  background: url("../img/card/icon-link.svg") center center no-repeat;
}
.card__top-botton-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 43px;
}
.card__top-botton-btn::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 7px;
  background: url("../img/card/icon-download.svg");
}
.card__options {
  margin-bottom: 50px;
}
.card__options-elements {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 10px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
.card__options-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card__additionally-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.card__additionally-item-body {
  display: none;
}
.card__additionally-item-body.show {
  display: block;
  margin-top: 20px;
}
.card__additionally-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 10px;
}
.card__additionally-button {
  grid-area: button;
  -ms-grid-column-align: end;
      justify-self: end;
}
.card__additionally-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 50px;
}
.card__additionally-btn::after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../img/card/icon-arrow-right.svg");
}
.card__additionally-btn.show::after {
  background: url("../img/card/icon-arrow-down.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reviews-box {
  margin-top: 50px;
}
.reviews-box__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews-box__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 15px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--main-background-color)), to(var(--secondary-background-color)));
  background: -o-linear-gradient(top, var(--main-background-color) 0%, var(--secondary-background-color) 100%);
  background: linear-gradient(180deg, var(--main-background-color) 0%, var(--secondary-background-color) 100%);
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.reviews-box__item:hover {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.reviews-box__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}
.reviews-box__item-description {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: var(--main-text-color);
  margin-top: auto;
}
.reviews-box__item-btn {
  font-size: 14px;
  padding: 14px 25px;
}
.reviews-box__item-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about,
.politika {
  margin-bottom: 80px;
  margin-top: 50px;
}
.about__top {
  margin-bottom: 50px;
}
.about__top-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.about__top-column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.about__top-column p {
  font-weight: 400;
  font-size: 15px;
  line-height: 146.68%;
}
.about__top-column p:not(:last-child) {
  margin-bottom: 25px;
}
.about__main {
  margin-bottom: 50px;
}
.about__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 44px;
  margin-bottom: 10px;
}
.about__title span {
  color: #29AAE3;
}
.about__title--mb0 {
  margin-bottom: 0;
}
.about__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 30px;
}
.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  -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;
}
.about__item-image {
  cursor: pointer;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.about__item-image:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.about__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
}
.about__elements {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px minmax(1fr, auto);
  grid-template-columns: 1fr minmax(1fr, auto);
      grid-template-areas: "title image" "text image" "questions image";
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}
.about__element--title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
}
.about__elements > .about__element--title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.about__element--text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  margin-bottom: 20px;
}
.about__element--text p {
  font-weight: 400;
  font-size: 15px;
  line-height: 146.68%;
}
.about__element--text p:not(:last-child) {
  margin-bottom: 25px;
}
.about__element--sertificate {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
}
.about__element--questions {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: questions;
}
.about__element--questions .questions {
  margin-bottom: 0;
}
.contacts {
  margin-bottom: 40px;
  margin-top: 50px;
}
.contacts__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
.contacts__adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.contacts__adress::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 13px;
  height: 15px;
  background: url("../img/contacts/icon-point.svg") center center no-repeat;
  background-size: contain;
}
.contacts__adress-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}
.contacts__adress-item {
  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__adress-item a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #35A3C4;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-bottom: 13px;
  font-size: 13px;
}
.contacts__adress-item a:hover {
  opacity: 0.7;
}
.contacts__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 30px;
}
.contacts__shop::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 13px;
  height: 15px;
  background: url("../img/contacts/icon-time.svg") center center no-repeat;
  background-size: contain;
}
.contacts__shop-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 3px;
}
.contacts__shop-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.contacts__shop-phone {
  font-size: 17px;
  line-height: 25px;
  color: var(--phone-link-color);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.contacts__shop-phone:hover {
  opacity: 0.4;
}
.contacts__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-bottom: 14px;
}
.contacts__work::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: inline-block;
  margin-top: 5px;
  width: 13px;
  height: 15px;
  background: url("../img/contacts/icon-phone.svg") center center no-repeat;
  background-size: contain;
}
.contacts__work-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 2px;
}

.contacts__work-phones{
  text-align: left;
}

.contacts__work-phones a{
    color: #35a3c4;
    font-size: 16px;
}

.contacts__work-times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  font-size: 17px;
  line-height: 25px;
  color: var(--main-text-color);
  text-align: left;
}

.contacts__work-time {
    color: #676767;
}

.contacts__map {
  border-radius: 20px;
  overflow: hidden;
  width: 800px;
  height: 480px;
}
.contacts__map [class*=copyrights-pane] {
  display: none !important;
}
.team {
  margin-bottom: 80px;
}
.team__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: var(--titles-color);
  margin-bottom: 10px;
}
.team__sub-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.team__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.team__columns--mb {
  margin-bottom: 30px;
}
.team__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}
.team__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 82px;
  margin-top: 70px;
}
.team__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 225px;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.team__item::before {
  content: "";
  position: absolute;
  top: -54px;
  left: 15px;
  height: 54px;
  width: 138px;
  background: url("../img/team/icon-tabs.webp");
}
.team__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.team__item-top {
  padding: 60px 35px 20px;
}
.team__item-photo {
  position: absolute;
  top: -41px;
  left: 39px;
  width: 89px;
  height: 89px;
}
.team__item-photo-img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team__item-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
  text-align: center;
}
.team__item-job {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #35A3C4;
  margin-bottom: 10px;
  text-align: center;
}
.team__item-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
}
.team__item-city::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("../img/team/icon-point.svg") center center no-repeat;
}
.team__item-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.team__item-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__item-phone::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("../img/team/icon-phone.svg") center center no-repeat;
  background-size: contain;
}
.team__item-phone-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--phone-link-color);
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.team__item-phone-link:hover {
  opacity: 0.7;
}
.team__item-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.team__item-mail::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("../img/team/icon-mail.svg") center center no-repeat;
  background-size: contain;
}
.team__item-mail-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: var(--phone-link-color);
}
.team__item-bottom {
  margin-top: auto;
}
.team__item-bottom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  padding: 10px 36px;
  background: #29AAE3;
  border-radius: 0px 0px 10px 10px;
}
.team__item-bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.team__item-bottom-url-link {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
    .swiper {
        overflow: visible;
    }
}

.news {
  margin-top: 50px;
  margin-bottom: 90px;
}
.news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 33px;
  margin-bottom: 50px;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: calc(33.333% - 33.4px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 15px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.news__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news__item-image {
  margin-bottom: 20px;
}
.news__item-image-img {
  width: 100%;
  border-radius: 5px;
}
.news__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}
.news__item-columns {
  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;
  margin-top: auto;
}
.news__item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}
.news__item-date::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background: url("../img/news/icon-calendar.svg") center center no-repeat;
}
.news__item-more-link {
  font-weight: 400;
  font-size: 15px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #29AAE3;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.news__item-more-link:hover {
  opacity: 0.7;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.news__item-more-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__pagination-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.news__pagination-link {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.news__pagination-link--prev {
  display: block;
  width: 10px;
  height: 16px;
  background: url("../img/news/icon-prev.svg");
}
.news__pagination-link--next {
  display: block;
  width: 10px;
  height: 16px;
  background: url("../img/news/icon-next.svg");
}
.news__pagination-link--active {
  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-weight: 600;
  background: #29AAE3;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  color: #fff;
}
.news__pagination-link:hover {
  opacity: 0.7;
}
.news-more {
  margin-top: 50px;
}
.news-more__acticle-top {
  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;
  margin-bottom: 30px;
}
.news-more__article-body {
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
}
.news-more__article-body a {
  color: #29aae3;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.news-more__article-body a:hover {
  opacity: 0.7;
}
.news-more__article-body h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 10px;
}
.news-more__article-body h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
}
.news-more__article-body p:not(:last-child) {
  margin-bottom: 30px;
}
.news-more__article-body ul {
  clear: both;
  margin-bottom: 30px;
}
.news-more__article-body ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-more__article-body ul li::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #044872;
  border-radius: 50%;
  margin-top: 6px;
  margin-right: 10px;
}
.news-more__article-body ul li:not(:last-child) {
  margin-bottom: 30px;
}
.news-more__article-body ol {
  clear: both;
  margin-bottom: 30px;
  counter-reset: num;
}
.news-more__article-body ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-more__article-body ol li::before {
  counter-increment: num;
  content: counter(num);
  color: #044872;
  display: inline-block;
  margin-right: 9px;
  font-weight: 700;
  font-size: 15px;
  line-height: 146.68%;
}
.news-more__article-body ol li:nth-child(-n+9):before {
  content: "0" counter(num);
}
.news-more__article-body ol li:not(:last-child) {
  margin-bottom: 30px;
}
.news-more__article-body-img--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  max-width: 530px;
}
.news-more__article-body-img--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.news-more__article-body-attension {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  margin-bottom: 30px;
  border: 2px dashed #29AAE3;
  border-radius: 10px;
  padding: 16px 80px;
}
.news-more__article-body-attension::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: inline-block;
  background: url("../img/news/icon-attension.svg");
  background-size: contain;
}
.news-more__article-body-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 17px;
     -moz-column-gap: 17px;
          column-gap: 17px;
  margin-bottom: 30px;
  border: 2px dashed #29AAE3;
  border-radius: 10px;
  padding: 16px 80px;
}
.news-more__article-body-question::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
  display: inline-block;
  background: url("../img/news/icon-question.svg");
  background-size: contain;
}
.news-more__article-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 23px;
     -moz-column-gap: 23px;
          column-gap: 23px;
}
.news-more__article-socials-title {
  font-weight: 600;
  font-size: 20px;
}
.news-more__article-socials-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.news-more__article-socials-item-link {
  display: block;
  width: 42px;
  height: 42px;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.news-more__article-socials-item-link:hover {
  opacity: 0.7;
}
.news-more__article-socials-item-link--tg {
  background: url("../img/news/icon-social-tg.svg");
  background-size: contain;
}
.news-more__article-socials-item-link--vk {
  background: url("../img/news/icon-social-vk.svg");
  background-size: contain;
}
.news-more__article-socials-item-link--wt {
  background: url("../img/news/icon-social-wt.svg");
  background-size: contain;
}
.news-more__article-socials-item-link--tk {
  background: url("../img/news/icon-social-tk.svg");
  background-size: contain;
}
.news-more__article-socials-item-link--yt {
  background: url("../img/news/icon-social-yt.svg");
  background-size: contain;
}
.delevery {
  margin-top: 50px;
}
.delevery__title {
  margin-bottom: 10px;
}
.delevery__sub-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 40px;
  text-align: center;
}
.delevery__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  /*background-image: var(--map-item-background);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 200px;
  height: 530px;*/
  width: 100%; 
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.delevery__map-img {
  width: 100%;
  height: auto;
  /*max-height: 250px;*/
  max-width: 760px;
  object-fit: contain;
}
@media (max-width: 480px) {
    .delevery__map {
        /*margin-left: 12%;
        margin-right: 12%;*/
        height: 250px;
    }
} 

.delevery__info-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 10px;
}
.delevery__info-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 50px;
  text-align: center;
}
.garant {
  margin-top: 50px;
}
.garant__title {
  text-align: center;
}
@media (max-width: 1920px) {
  .header__top-element-button-btn {
    padding: 14px calc(10px + 15 * (100vw - 768px) / 1152);
  }
}
@media (max-width: 1300px) {
  .title {
    font-size: calc(17px + 15 * (100vw - 768px) / 532);
    line-height: calc(23px + 21 * (100vw - 768px) / 532);
  }
  .sub-title {
    font-size: calc(16px + 8 * (100vw - 768px) / 532);
    line-height: calc(22px + 11 * (100vw - 768px) / 532);
    margin-bottom: calc(10px + 10 * (100vw - 768px) / 532);
  }
  .title-h1 {
    font-size: calc(24px + 12 * (100vw - 768px) / 532);
    line-height: calc(33px + 16 * (100vw - 768px) / 532);
  }
  .btn-up {
    width: calc(30px + 30 * (100vw - 768px) / 532);
    height: calc(30px + 30 * (100vw - 768px) / 532);
    right: calc(20px + 20 * (100vw - 768px) / 532);
    bottom: calc(50px + 0 * (100vw - 768px) / 532);
    background-size: calc(10px + 12 * (100vw - 768px) / 532);
  }
  .header__head-geo-description {
    font-size: calc(10px + 3 * (100vw - 768px) / 532);
  }
  .header__top-element-times {
    font-size: calc(10px + 4 * (100vw - 768px) / 532);
  }
  .header__top-element-courses {
    font-size: calc(10px + 4 * (100vw - 768px) / 532);
  }
  .header__top-element-messenger-link--tg {
    width: calc(30px + 6 * (100vw - 768px) / 532);
    height: calc(30px + 6 * (100vw - 768px) / 532);
  }
  .header__top-element-messenger-link--wp {
    width: calc(30px + 6 * (100vw - 768px) / 532);
    height: calc(30px + 6 * (100vw - 768px) / 532);
  }
  .header__top-element-messenger-link--max {
    width: calc(30px + 6 * (100vw - 768px) / 532);
    height: calc(30px + 6 * (100vw - 768px) / 532);
  }
  .header__top-element-button-btn {
    font-size: calc(10px + 6 * (100vw - 768px) / 532);
  }
  .header__bottom-menu-item-link::before {
    width: calc(15px + 8 * (100vw - 768px) / 532);
    height: calc(15px + 8 * (100vw - 768px) / 532);
  }
  .header__bottom-menu-item-link {
    font-size: calc(10px + 10 * (100vw - 769px) / 531);
  }
  .header__bottom-menu-dropdown {
    row-gap: calc(10px + 10 * (100vw - 768px) / 532);
    top: calc(42px + 8 * (100vw - 768px) / 532);
  }
  .header__bottom-menu-dropdown-link::before {
    width: calc(15px + 8 * (100vw - 768px) / 532);
    height: calc(15px + 8 * (100vw - 768px) / 532);
  }
  .header__bottom-menu-dropdown-link {
    font-size: calc(10px + 10 * (100vw - 768px) / 532);
  }
  /*.footer__top-logo-image {
    width: calc(50px + 25 * (100vw - 768px) / 532);
  }*/
  .footer__top-menu-items {
    -webkit-column-gap: calc(20px + 40 * (100vw - 768px) / 532);
       -moz-column-gap: calc(20px + 40 * (100vw - 768px) / 532);
            column-gap: calc(20px + 40 * (100vw - 768px) / 532);
  }
  .footer__top-menu-item-link {
    font-size: calc(10px + 8 * (100vw - 769px) / 531);
  }
  .footer__socials {
    margin-left: calc(0px + 72 * (100vw - 768px) / 532);
  }
  .footer__socials-title {
    font-size: calc(14px + 4 * (100vw - 769px) / 531);
  }
  .footer__socials-item-link {
    width: calc(21px + 13 * (100vw - 769px) / 531);
    height: calc(21px + 13 * (100vw - 769px) / 531);
  }
  .footer__bottom-copyright {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
  }
  .footer__bottom-adres {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
  }
  .footer__bottom-ogrn {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
  }
  .hero {
    padding: calc(40px + 45 * (100vw - 768px) / 532) 0 180px 0;
  }
  .hero__title {
    font-size: calc(24px + 24 * (100vw - 768px) / 532);
  }
  .hero__description {
    font-size: calc(15px + 14 * (100vw - 768px) / 532);
  }
  .hero__statistics-item-title {
    font-size: calc(24px + 24 * (100vw - 768px) / 532);
    margin-bottom: calc(5px + 15 * (100vw - 768px) / 532);
  }
  .hero__statistics-item-description {
    font-size: calc(12px + 7 * (100vw - 768px) / 532);
    line-height: calc(16px + 11 * (100vw - 768px) / 532);
  }
  .hero__form {
    padding: calc(20px + 22 * (100vw - 768px) / 532) calc(30px + 30 * (100vw - 768px) / 532);
  }
  .hero__form-title {
    font-size: calc(18px + 14 * (100vw - 768px) / 532);
    margin-bottom: calc(15px + 15 * (100vw - 768px) / 532);
    line-height: calc(18px + 26 * (100vw - 768px) / 532);
  }
  .hero__form-input {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
    padding: calc(13px + 9 * (100vw - 768px) / 532) calc(18px + 7 * (100vw - 768px) / 532);
  }
  .hero__form-btn {
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
    padding: calc(12px + 6 * (100vw - 768px) / 532);
  }
  .filter {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .filter__title {
    font-size: calc(18px + 6 * (100vw - 768px) / 532);
  }
  .filter__select {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
    padding: calc(13px + 9 * (100vw - 768px) / 532) calc(15px + 10 * (100vw - 768px) / 532);
  }
  .filter__input {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
    padding: calc(13px + 9 * (100vw - 768px) / 532) calc(15px + 10 * (100vw - 768px) / 532);
  }
  .filter__btn {
    padding: calc(13px + 5 * (100vw - 768px) / 532);
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
  }
  .table {
    margin-bottom: calc(40px + 40 * (100vw - 768px) / 532);
  }
  .table__description {
    font-size: calc(14px + 5 * (100vw - 768px) / 532);
  }
  .table__result-count {
    font-size: calc(14px + 5 * (100vw - 768px) / 532);
  }
  .table__header th {
    font-size: calc(10px + 5 * (100vw - 768px) / 532);
    padding: calc(5px + 12 * (100vw - 768px) / 532) calc(5px + 10 * (100vw - 768px) / 532);
  }
  .table__body td {
    font-size: calc(10px + 4 * (100vw - 768px) / 532);
    padding: calc(5px + 5 * (100vw - 768px) / 532) calc(5px + 10 * (100vw - 768px) / 532);
  }
  .table__image img:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .table__btn {
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
  }
  .successful-work {
    margin-bottom: calc(40px + 40 * (100vw - 768px) / 532);
  }
  .successful-work__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .successful-work__item-title {
    font-size: calc(13px + 5 * (100vw - 768px) / 532);
    line-height: calc(18px + 7 * (100vw - 768px) / 532);
  }
  .successful-work__item-description {
    font-size: calc(12px + 1 * (100vw - 768px) / 532);
    line-height: calc(16px + 2 * (100vw - 768px) / 532);
  }
  .video {
    padding-top: calc(50px + 30 * (100vw - 768px) / 532);
  }
  .video__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .video__btn {
    padding: calc(13px + 6 * (100vw - 768px) / 532) calc(13px + 95 * (100vw - 768px) / 532);
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
  }
  .services {
    margin-bottom: calc(40px + 40 * (100vw - 768px) / 532);
  }
  .services__title {
    font-size: calc(20px + 12 * (100vw - 768px) / 532);
    line-height: calc(27px + 17 * (100vw - 768px) / 532);
    margin-bottom: calc(10px + 5 * (100vw - 768px) / 532);
  }
  .services__description {
    font-size: calc(16px + 8 * (100vw - 768px) / 532);
    line-height: calc(22px + 11 * (100vw - 768px) / 532);
    margin-bottom: calc(20px + 20 * (100vw - 768px) / 532);
  }
  .services__item-title {
    font-size: calc(16px + 2 * (100vw - 768px) / 532);
    line-height: calc(22px + 3 * (100vw - 768px) / 532);
    margin-bottom: calc(0px + 10 * (100vw - 768px) / 532);
  }
  .services__btn {
    padding: calc(13px + 4 * (100vw - 768px) / 532) calc(35px + 15 * (100vw - 768px) / 532);
  }
  .brands {
    margin-bottom: calc(40px + 40 * (100vw - 768px) / 532);
  }
  .reviews {
    padding: calc(40px + 40 * (100vw - 768px) / 532) 0;
    margin-bottom: calc(40px + 40 * (100vw - 768px) / 532);
  }
  .questions {
    margin-bottom: calc(40px + 50 * (100vw - 768px) / 532);
  }
  .questions__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .questions__item {
    padding: calc(12px + 7 * (100vw - 768px) / 532) calc(15px + 15 * (100vw - 768px) / 532);
  }
  .questions__item-title {
    font-size: calc(13px + 3 * (100vw - 768px) / 532);
    line-height: calc(18px + 4 * (100vw - 768px) / 532);
  }
  .questions__item-body {
    font-size: calc(12px + 3 * (100vw - 768px) / 532);
  }
  .breadcrumbs__item-link {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
  }
  .card {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .card__top-columns {
    -ms-grid-rows: minmax(calc(48px + 16 * (100vw - 768px) / 532), auto) auto;
    grid-template-rows: minmax(calc(48px + 16 * (100vw - 768px) / 532), auto) auto;
  }
  .card__top-print a {
    font-size: calc(13px + 3 * (100vw - 768px) / 532);
  }
  .card__top-price {
    margin-bottom: calc(15px + 5 * (100vw - 768px) / 532);
  }
  .card__top-price-text {
    font-size: calc(12px + 8 * (100vw - 768px) / 532);
    line-height: calc(16px + 11 * (100vw - 768px) / 532);
  }
  .card__top-price-select select {
    padding: calc(5px + 7 * (100vw - 768px) / 532) 35px calc(5px + 7 * (100vw - 768px) / 532) calc(8px + 4 * (100vw - 768px) / 532);
  }
  .card__top-price-count {
    font-size: calc(12px + 12 * (100vw - 768px) / 532);
    line-height: calc(16px + 17 * (100vw - 768px) / 532);
  }
  .card__top-price-legal-text {
    font-size: calc(12px + 8 * (100vw - 768px) / 532);
    line-height: calc(16px + 11 * (100vw - 768px) / 532);
  }
  .card__top-price-legal-count {
    font-size: calc(12px + 12 * (100vw - 768px) / 532);
    line-height: calc(16px + 17 * (100vw - 768px) / 532);
  }
  .card__top-btn {
    font-size: calc(12px + 4 * (100vw - 768px) / 532);
    padding: calc(9px + 5 * (100vw - 768px) / 532) calc(14px + 10 * (100vw - 768px) / 532);
  }
  .card__top-description {
    font-size: calc(11px + 3 * (100vw - 768px) / 532);
  }
  .card__top-socials-text {
    font-size: calc(13px + 7 * (100vw - 768px) / 532);
    line-height: calc(18px + 9 * (100vw - 768px) / 532);
  }
  .card__top-socials-link {
    width: calc(23px + 7 * (100vw - 768px) / 532);
    height: calc(23px + 7 * (100vw - 768px) / 532);
  }
  .card__top-botton-btn {
    font-size: calc(12px + 4 * (100vw - 768px) / 532);
    padding: calc(10px + 4 * (100vw - 768px) / 532) calc(10px + 33 * (100vw - 768px) / 532);
  }
  .card__options-element {
    font-size: calc(11px + 5 * (100vw - 768px) / 532);
  }
  .card__additionally-item {
    margin-bottom: calc(15px + 20 * (100vw - 768px) / 532);
  }
  .card__additionally-item-body {
    font-size: calc(13px + 3 * (100vw - 768px) / 532);
  }
  .card__additionally-title {
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
  }
  .card__additionally-btn {
    font-size: calc(12px + 4 * (100vw - 768px) / 532);
    padding: calc(8px + 3 * (100vw - 768px) / 532) calc(8px + 42 * (100vw - 768px) / 532);
  }
  .reviews-box {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .reviews-box__items {
    -webkit-column-gap: calc(20px + 17 * (100vw - 768px) / 532);
       -moz-column-gap: calc(20px + 17 * (100vw - 768px) / 532);
            column-gap: calc(20px + 17 * (100vw - 768px) / 532);
  }
  .reviews-box__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .reviews-box__item {
    padding: calc(17px + 13 * (100vw - 768px) / 532);
  }
  .reviews-box__item-description {
    font-size: calc(14px + 4 * (100vw - 768px) / 532);
  }
  .reviews-box__item-btn {
    font-size: calc(12px + 2 * (100vw - 768px) / 532);
    padding: calc(9px + 5 * (100vw - 768px) / 532) calc(14px + 11 * (100vw - 768px) / 532);
  }
  .about,
  .politika {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
    margin-bottom: calc(50px + 30 * (100vw - 768px) / 532);
  }
  .about__top {
    margin-bottom: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .about__top-column p {
    font-size: calc(12px + 3 * (100vw - 768px) / 532);
  }
  .about__main {
    margin-bottom: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .about__title {
    font-size: calc(20px + 12 * (100vw - 768px) / 532);
    line-height: calc(27px + 17 * (100vw - 768px) / 532);
  }
  .about__description {
    font-size: calc(15px + 5 * (100vw - 768px) / 532);
    line-height: calc(19px + 14 * (100vw - 768px) / 532);
  }
  .about__items {
    -webkit-column-gap: calc(25px + 15 * (100vw - 768px) / 532);
       -moz-column-gap: calc(25px + 15 * (100vw - 768px) / 532);
            column-gap: calc(25px + 15 * (100vw - 768px) / 532);
  }
  .about__item-description {
    font-size: calc(13px + 4 * (100vw - 768px) / 532);
    line-height: calc(18px + 9 * (100vw - 768px) / 532);
  }
  .about__element--text p {
    font-size: calc(12px + 3 * (100vw - 768px) / 532);
  }
  .contacts {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .contacts__columns {
    -webkit-column-gap: calc(20px + 35 * (100vw - 768px) / 532);
       -moz-column-gap: calc(20px + 35 * (100vw - 768px) / 532);
            column-gap: calc(20px + 35 * (100vw - 768px) / 532);
  }
  .contacts__adress {
    font-size: calc(14px + 3 * (100vw - 768px) / 532);
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .contacts__adress-items {
    row-gap: calc(15px + 15 * (100vw - 768px) / 532);
  }
  .contacts__shop {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .contacts__shop-title {
    font-size: calc(16px + 4 * (100vw - 768px) / 532);
  }
  .contacts__shop-phone {
    font-size: calc(14px + 3 * (100vw - 768px) / 532);
  }
  .contacts__work-title {
    font-size: calc(16px + 4 * (100vw - 768px) / 532);
  }
  .contacts__work-times {
    font-size: calc(14px + 3 * (100vw - 768px) / 532);
  }
  .contacts__map {
    width: calc(330px + 470 * (100vw - 768px) / 532);
    height: calc(250px + 230 * (100vw - 768px) / 532);
  }
  .team__title {
    font-size: calc(20px + 12 * (100vw - 768px) / 532);
  }
  .team__columns {
    -webkit-column-gap: calc(20px + 40 * (100vw - 768px) / 532);
       -moz-column-gap: calc(20px + 40 * (100vw - 768px) / 532);
            column-gap: calc(20px + 40 * (100vw - 768px) / 532);
  }
  .team__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .team__item-phones {
    -webkit-column-gap: calc(30px + 30 * (100vw - 768px) / 532);
       -moz-column-gap: calc(30px + 30 * (100vw - 768px) / 532);
            column-gap: calc(30px + 30 * (100vw - 768px) / 532);
  }
  .news {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
    margin-bottom: calc(40px + 50 * (100vw - 768px) / 532);
  }
  .news__items {
    row-gap: calc(20px + 13 * (100vw - 768px) / 532);
  }
  .news__item:hover {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .news__item-image {
    margin-bottom: calc(10px + 10 * (100vw - 768px) / 532);
  }
  .news__item-title {
    font-size: calc(16px + 4 * (100vw - 768px) / 532);
    line-height: calc(22px + 5 * (100vw - 768px) / 532);
  }
  .news__item-date {
    font-size: calc(13px + 4 * (100vw - 768px) / 532);
  }
  .news__item-more-link {
    font-size: calc(14px + 1 * (100vw - 768px) / 532);
  }
  .news-more {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .news-more__acticle-top {
    margin-bottom: calc(10px + 20 * (100vw - 768px) / 532);
  }
  .news-more__article-body {
    font-size: calc(12px + 3 * (100vw - 768px) / 532);
    line-height: calc(18px + 5 * (100vw - 768px) / 532);
  }
  .news-more__article-body h2 {
    font-size: calc(18px + 14 * (100vw - 768px) / 532);
    line-height: calc(25px + 19 * (100vw - 768px) / 532);
  }
  .news-more__article-body h3 {
    font-size: calc(18px + 6 * (100vw - 768px) / 532);
    line-height: calc(25px + 8 * (100vw - 768px) / 532);
  }
  .news-more__article-body p:not(:last-child) {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body ul {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body ul li:not(:last-child) {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body ol {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body ol li:not(:last-child) {
    margin-bottom: calc(20px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body-img--left {
    max-width: calc(300px + 230 * (100vw - 768px) / 532);
    margin-bottom: calc(10px + 10 * (100vw - 768px) / 532);
  }
  .news-more__article-body-attension::before {
    width: calc(32px + 32 * (100vw - 768px) / 532);
    height: calc(32px + 32 * (100vw - 768px) / 532);
  }
  .news-more__article-body-attension {
    padding: calc(15px + 1 * (100vw - 768px) / 532) calc(15px + 65 * (100vw - 768px) / 532);
  }
  .news-more__article-body-question::before {
    width: calc(32px + 32 * (100vw - 768px) / 532);
    height: calc(32px + 32 * (100vw - 768px) / 532);
  }
  .news-more__article-body-question {
    padding: calc(15px + 1 * (100vw - 768px) / 532) calc(15px + 65 * (100vw - 768px) / 532);
  }
  .news-more__article-socials-title {
    font-size: calc(14px + 6 * (100vw - 768px) / 532);
  }
  .news-more__article-socials-items {
    -webkit-column-gap: calc(10px + 5 * (100vw - 768px) / 532);
       -moz-column-gap: calc(10px + 5 * (100vw - 768px) / 532);
            column-gap: calc(10px + 5 * (100vw - 768px) / 532);
  }
  .news-more__article-socials-item-link {
    width: calc(26px + 16 * (100vw - 768px) / 532);
    height: calc(26px + 16 * (100vw - 768px) / 532);
  }
  .delevery {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .delevery__sub-title {
    font-size: calc(18px + 6 * (100vw - 768px) / 532);
    line-height: calc(25px + 8 * (100vw - 768px) / 532);
    margin-bottom: calc(30px + 10 * (100vw - 768px) / 532);
  }
  .delevery__info-title {
    font-size: calc(18px + 6 * (100vw - 768px) / 532);
    line-height: calc(25px + 8 * (100vw - 768px) / 532);
  }
  .delevery__info-description {
    font-size: calc(12px + 3 * (100vw - 768px) / 532);
    line-height: calc(18px + 4 * (100vw - 768px) / 532);
    margin-bottom: calc(30px + 20 * (100vw - 768px) / 532);
  }
  .garant {
    margin-top: calc(30px + 20 * (100vw - 768px) / 532);
  }
}
@media (max-width: 992px) {
  .header__head-geo-description {
    display: none;
  }
  .header__top-element:nth-child(2) {
    display: none;
  }
  .services__column:nth-child(2) {
    display: none;
  }
  .news__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .news__item {
    width: calc(33.333% - 13.4px);
  }
}
@media (max-width: 769px) {
  .header__bottom-menu-item-link {
    font-size: 10px;
  }
  .footer__top-menu-item-link {
    font-size: 10px;
  }
  .footer__socials-title {
    font-size: 14px;
  }
  .footer__socials-item-link {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 17px;
    line-height: 23px;
  }
  .sub-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .sub-title--line {
    padding-bottom: 0px;
    border-bottom: none;
  }
  .title-h1 {
    font-size: 24px;
    line-height: 33px;
    margin-top: 82px;
    margin-bottom: 30px;
  }
  .title-h1--card {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .title-h1--mb0 {
    margin-bottom: 0;
  }

  .btn-up {
    background-size: 10px;
    width: 30px;
    height: 30px;
    right: 20px;
    bottom: 50px;
  }
  .wrapper {
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
    padding-top: 142px;
  }
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    background: var(--main-background-color);
    z-index: 1000;
  }
  .header .burger {
    display: block;
    grid-area: burger;
    -ms-grid-column-align: end;
        justify-self: end;
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header .burger span {
    display: block;
    background-color: #29AAE3;
    height: 3px;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .header .burger::before,
  .header .burger::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #29AAE3;
    height: 3px;
    width: 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header .burger::before {
    top: 0;
  }
  .header .burger::after {
    bottom: 0;
  }
  .header .burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
  .header .burger.active::before {
    -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
            transform: translateY(6px) rotate(45deg);
  }
  .header .burger.active::after {
    -webkit-transform: translateY(-11px) rotate(-45deg);
        -ms-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  .header__head-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__head-info {
    display: none;
  }
  .header__head-geo {
    -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;
    row-gap: 15px;
    margin-bottom: 30px;
  }
  .header__head-japan-link {
    font-size: 13px;
  }
  .header__head-china-link {
    font-size: 13px;
  }
  .header__top {
    padding: 15px 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .header__top-elements {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr auto auto;
    grid-template-columns: 1fr auto auto;
    -ms-grid-rows: auto 15px auto;
        grid-template-areas: "logo logo blank burger" "phone switch blank socials";
    row-gap: 15px;
  }
  .header__top-element:nth-child(2) {
    display: none;
  }
  .header__top-element:nth-child(7) {
    display: none;
  }
  .header__top-element-logo-column:nth-child(2) .header__head-geo,
  .header__top-element-logo-columns .header__head-geo {
    display: none;
  }
  .header__top-element-times {
    font-size: 10px;
  }
  .header__top-element-courses {
    font-size: 10px;
  }
  .header__top-element-messenger-link--tg {
    width: 30px;
    height: 30px;
  }
  .header__top-element-messenger-link--wp {
    width: 30px;
    height: 30px;
  }
  .header__top-element-messenger-link--max {
    width: 30px;
    height: 30px;
  }
  .header__top-element-phones {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .header__top-element-text {
    display: none;
  }
  .header__top-element-button-btn {
    padding: 14px 10px;
    font-size: 10px;
  }
  .header__bottom.show {
    top: 0;
    left: 0;
    width: 85%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  }
  .header__bottom {
    position: absolute;
    top: 0px;
    left: -1000px;
    width: 85%;
    height: 100vh;
    background: var(--main-background-color);
    overflow: scroll;
  }
  .header__bottom-menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    background: var(--main-background-color);
  }
  .header__bottom-menu-item:not(:last-child) {
    border-right: none;
    padding-right: 0px;
  }
  .header__bottom-menu-item-link--selection160::before {
    content: none;
  }
  .header__bottom-menu-item-link--about::before {
    content: none;
  }
  .header__bottom-menu-item-link--selection::before {
    content: none;
  }
  .header__bottom-menu-item-link--faq::before {
    content: none;
  }
  .header__bottom-menu-item-link--reviews::before {
    content: none;
  }
  .header__bottom-menu-item-link--contacts::before {
    content: none;
  }
  .header__bottom-menu-item-link--help::before {
    content: none;
  }
  .header__bottom-menu-item-link--help {
    display: none;
  }
  .header__bottom-menu-item-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #0A0A0A;
  }
  .header__bottom-menu-dropdown::before {
    content: none;
  }
  .header__bottom-menu-dropdown {
    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;
    top: 0;
    padding: 0px;
    row-gap: 16px;
  }
  .header__bottom-menu-dropdown-link {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color:var(--header-menu-item-link-color);
  }
  .header__bottom-menu-dropdown-link--news::before {
    content: none;
  }
  .header__bottom-menu-dropdown-link--about::before {
    content: none;
  }
  .header__bottom-menu-dropdown-link--delevery::before {
    content: none;
  }
  .header__bottom-menu-dropdown-link--guaranties::before {
    content: none;
  }
  .header__bottom-menu-dropdown-link--scheme::before {
    content: none;
  }
  .header__bottom-menu-mobile {
    display: block;
    background: var(--main-background-color);
  }
  .footer__top {
    padding: 25px 0;
  }
  .footer__top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 25px;
  }
  .footer__top-logo-image {
    max-width: 50px;
  }
  .footer__top-menu {
    display: none;
  }
  .footer__top-menu-items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .footer__phone {
    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;
  }
  .footer__phone-mode {
    margin-left: 0;
  }
  .footer__socials {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
  }
  .footer__socials-title {
    font-size: 18px;
  }
  .footer__socials-item-link {
    width: 34px;
    height: 34px;
  }
  .footer__bottom {
    padding: 15px 0 50px 0;
  }
  .footer__bottom-copyright {
    font-size: 12px;
  }
  .footer__bottom-adres {
    font-size: 12px;
  }
  .footer__bottom-ogrn {
    font-size: 12px;
  }
  .hero {
    background: -o-linear-gradient(top, #F8F8F8 450px, #fff 0%);
    background: linear-gradient(180deg, #F8F8F8 450px, #fff 0%);
    padding: 40px 0 0 0;
    margin-bottom: 35px;
  }
  .hero__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .hero__column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .hero__column:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .hero__title {
    text-align: center;
    padding-top: 0;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .hero__description {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .hero__statistics-items {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .hero__statistics-item-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .hero__statistics-item-description {
    font-size: 12px;
    line-height: 16px;
  }
  .hero__form {
    padding: 20px 30px;
  }
  .hero__form-title {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .hero__form-input:not(:last-child) {
    margin-bottom: 15px;
  }
  .hero__form-input {
    padding: 17px 30px;
    font-size: 14px;
  }
  .hero__form-btn {
    padding: 12px;
    font-size: 14px;
  }
  .filter {
    margin-bottom: 35px;
    margin-top: 30px;
  }
  .filter--mt {
    margin-top: 0;
  }
  .filter__wrapper {
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .filter__title {
    font-size: 18px;
  }
  .filter__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .filter__column:nth-child(2) {
    display: none;
  }
  .filter__select {
    padding: 13px 15px;
    font-size: 12px;
  }
  .filter__input {
    padding: 13px 15px;
    font-size: 12px;
  }
  .filter__btn {
    padding: 13px;
    font-size: 14px;
  }
  .table {
    margin-bottom: 40px;
  }
  .table__description {
    display: none;
  }
  .table__result-count {
    font-size: 14px;
  }
  .table table {
    width: 100%;
  }
  .table__header {
    display: none;
  }
  .table__body tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(50% - 5px);
    opacity: 1;
    padding: 10px;
  }
  .table__body td span {
    display: inline-block;
  }
  .table__body td {
    font-size: 12px;
    padding: 0;
  }
  .table__body td:not(:last-child) {
    margin-bottom: 6px;
  }
  .table__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
  .table__image {
    width: 100%;
    margin-bottom: 10px;
  }
  .table__vol {
    display: none;
  }
  .table__engine {
    display: none;
  }
  .table__transmission {
    display: none;
  }
  .table__price {
    font-size: 13px !important;
    font-weight: 700;
  }
  .table__btn {
    font-size: 14px;
    padding: 16px 55px;
  }
  .successful-work {
    margin-bottom: 40px;
  }
  .successful-work__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .successful-work__item {
    width: 100%;
    padding: 50px 15px 15px;
  }
  .successful-work__item-title {
    font-size: 13px;
    line-height: 18px;
  }
  .successful-work__item-description {
    font-size: 12px;
    line-height: 16px;
  }
  .video {
    padding-top: 50px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .video__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .video__item {
    width: 100%;
  }
  .video__item:nth-child(1),
  .video__item:nth-child(2),
  .video__item:nth-child(3) {
    display: none;
  }
  .video__btn {
    font-size: 14px;
    padding: 13px 13px;
    width: 100%;
  }
  .services {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .services__column:nth-child(1) {
    padding: 35px 20px;
  }
  .services__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .services__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .services__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .services__item {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 15px auto;
        grid-template-areas: "image title" "description description";
    -ms-grid-columns: auto 10px 1fr;
    grid-template-columns: auto 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 15px;
  }
  .services__item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: image;
    width: 80px;
    height: auto;
    margin-bottom: 0;
  }
  .services__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    font-size: 16px;
    line-height: 22px;
    grid-area: title;
    -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 0;
  }
  .about__elements > .services__item-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .services__item-description {
    grid-area: description;
  }
  .services__button {
    text-align: center;
  }
  .services__btn {
    font-size: 14px;
    padding: 13px 35px;
  }
  .brands {
    margin-bottom: 40px;
  }
  .reviews {
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .reviews__item-description {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .questions {
    margin-bottom: 40px;
  }
  .questions__items {
    row-gap: 10px;
  }
  .questions__item {
    padding: 12px 15px;
  }
  .questions__item-title {
    font-size: 13px;
    line-height: 18px;
  }
  .questions__item-body {
    font-size: 12px;
    line-height: 17px;
  }
  .callback {
    padding: 40px 0;
  }
  .callback__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .callback__btn {
    padding: 14px 90px;
  }
  .callback__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0px;
  }
  .callback__info-decription::before {
    content: none;
  }
  .callback__info-decription {
    display: block;
    font-size: 16px;
    line-height: 23px;
    max-width: 240px;
  }
  .callback__info-decription-link {
    margin-left: 0;
  }
  .breadcrumbs__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .breadcrumbs__item-link {
    font-size: 12px;
  }
  .card {
    margin-top: 30px;
  }
  .card__top-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(48px, auto) auto;
    grid-template-rows: minmax(48px, auto) auto;
        grid-template-areas: "title" "gallery" "content";
  }
  .card__top-column:nth-child(2) {
    margin-bottom: 10px;
  }
  .card__top-print {
    display: none;
  }
  .card__top-price {
    margin-bottom: 15px;
  }
  .card__top-price-text {
    font-size: 12px;
    line-height: 16px;
  }
  .card__top-price-select select {
    padding: 5px 35px 5px 8px;
  }
  .card__top-price-count {
    font-size: 12px;
    line-height: 16px;
  }
  .card__top-price-legal-text {
    font-size: 12px;
    line-height: 16px;
  }
  .card__top-price-legal-count {
    font-size: 12px;
    line-height: 16px;
  }
  .card__top-buttons {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .card__top-btn {
    padding: 9px 14px;
    font-size: 12px;
    line-height: 16px;
  }
  .card__top-description {
    display: none;
  }
  .card__top-socials-text {
    font-size: 13px;
    line-height: 18px;
  }
  .card__top-socials-link {
    width: 23px;
    height: 23px;
  }
  .card__top-botton-btn {
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card__options {
    margin-bottom: 20px;
  }
  .card__options-elements {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card__options-element--fuel {
    display: none;
  }
  .card__options-element--distance {
    display: none;
  }
  .card__options-element--type {
    display: none;
  }
  .card__options-element--color {
    display: none;
  }
  .card__options-element--date {
    display: none;
  }
  .card__options-element {
    font-size: 11px;
  }
  .card__additionally-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
        grid-template-areas: "title button" "body body";
    margin-bottom: 15px;
  }
  .card__additionally-item-body {
    grid-area: body;
    font-size: 13px;
  }
  .card__additionally-title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: title;
    font-size: 14px;
    margin-bottom: 0;
    -ms-grid-row-align: center;
        align-self: center;
  }
  .about__elements > .card__additionally-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  @media (max-width: 980px){
  .services__item > .services__item-image {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
  }
  .services__item-image {
      -ms-grid-row: 5;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
  }
  .services__item > .services__item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .services__item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .card__additionally-item > .services__item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .about__elements > .services__item-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .services__item-description {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
  }
  .card__additionally-item-body {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
  }
  .services__item > .card__additionally-title {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
  }
  .card__additionally-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .card__additionally-item > .card__additionally-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  .about__elements > .card__additionally-title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
  }
  }
  .card__additionally-btn::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .card__additionally-btn {
    padding: 8px;
    width: 170px;
    font-size: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews-box {
    margin-top: 30px;
  }
  .reviews-box__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-left: -15px;
    margin-right: -15px;

  }
  .reviews-box__item {
    padding: 17px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(50% - 10px);
  }
  .reviews-box__item-description {
    font-size: 14px;
    line-height: 20px;
  }
  .reviews-box__item-btn {
    font-size: 12px;
    line-height: 15px;
    padding: 9px 14px;
  }
  .about {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .politika {
      margin-top: 120px;
      margin-bottom: 50px;
  }
  .about__top {
    margin-bottom: 30px;
  }
  .about__top-columns {
    row-gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__top-column p {
    font-size: 12px;
  }
  .about__top-column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .about__top-column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .about__main {
    margin-bottom: 30px;
  }
  .about__title {
    font-size: 20px;
    line-height: 27px;
  }
  .about__description {
    font-size: 14px;
    line-height: 19px;
  }
  .about__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 25px;
  }
  .about__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33% - 15px);
            flex: 1 0 calc(33% - 15px);
  }
  .about__item-description {
    font-size: 14px;
    line-height: 18px;
  }
  .about__elements {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 20px auto 20px auto 20px auto;
        grid-template-areas: "title" "text" "image" "questions";
    row-gap: 20px;
  }
  .about__element--text p {
    font-size: 12px;
  }
  .about__element--text {
    margin-bottom: 0;
    text-align: left;
  }
  .about__element--sertificate {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .contacts {
    margin-top: 30px;
  }
  .contacts__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }
  .contacts__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contacts__column:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contacts__adress {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contacts__adress-items {
    row-gap: 15px;
  }
  .contacts__shop {
    margin-bottom: 20px;
  }
  .contacts__shop-title {
    font-size: 16px;
  }
  .contacts__shop-phone {
    font-size: 14px;
  }
  .contacts__work-title {
    font-size: 16px;
  }
  .contacts__work-times {
    font-size: 14px;
  }
  .contacts__map {
    width: 100%;
    height: 250px;
  }
  .contacts__map [class*=balloon__content] {
    display: none !important;
  }
  .team {
    margin-bottom: 50px;
  }
  .team__title {
    font-size: 20px;
  }
  .team__sub-title {
    display: none;
  }
  .team__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__item {
    min-height: auto;
  }
  .news {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .news__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .news__item {
    width: 100%;
  }
  .news__item-image {
    margin-bottom: 10px;
  }
  .news__item-title {
    font-size: 16px;
    line-height: 22px;
  }
  .news__item-date {
    font-size: 13px;
  }
  .news__item-more-link {
    font-size: 14px;
  }
  .news-more {
    margin-top: 30px;
  }
  .news-more .news__item-date {
    display: none;
  }
  .news-more__acticle-top {
    margin-bottom: 10px;
  }
  .news-more__article-body {
    font-size: 12px;
    line-height: 18px;
  }
  .news-more__article-body h2 {
    font-size: 18px;
    line-height: 25px;
  }
  .news-more__article-body h3 {
    font-size: 18px;
    line-height: 25px;
  }
  .news-more__article-body p:not(:last-child) {
    margin-bottom: 20px;
  }
  .news-more__article-body ul {
    margin-bottom: 20px;
  }
  .news-more__article-body ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .news-more__article-body ol {
    margin-bottom: 20px;
  }
  .news-more__article-body ol li:not(:last-child) {
    margin-bottom: 20px;
  }
  .news-more__article-body-img--left {
    margin-right: 0;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
  .news-more__article-body-attension::before {
    width: 32px;
    height: 32px;
  }
  .news-more__article-body-attension {
    padding: 15px;
  }
  .news-more__article-body-question::before {
    width: 32px;
    height: 32px;
  }
  .news-more__article-body-question {
    padding: 15px;
  }
  .news-more__article-socials {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .news-more__article-socials-title {
    font-size: 14px;
  }
  .news-more__article-socials-items {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .news-more__article-socials-item-link {
    width: 26px;
    height: 26px;
  }
  .delevery {
    margin-top: 30px;
  }
  .delevery__title {
    margin-bottom: 10px;
  }
  .delevery__sub-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .delevery__info-title {
    font-size: 18px;
    line-height: 25px;
  }
  .delevery__info-description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .garant {
    margin-top: 30px;
  }
  .header__top-element:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .header__top-element:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .header__top-element:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .header__top-element:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .services__item > .title-h1--card {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .card__top-columns .title-h1--card {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .card__additionally-item > .title-h1--card {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__elements > .title-h1--card {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .card__top-column:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card__top-column:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .card__additionally-button {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .services__item > .about__element--title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .about__element--title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .card__additionally-item > .about__element--title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__elements > .about__element--title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .about__element--text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .services__item > .about__element--sertificate {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .about__element--sertificate {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .about__element--questions {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
@media (max-width: 768px){
  .header .burger {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media (max-width: 420px) {
  .header__top-element:nth-child(3) {
    display: none;
  }
}

.modal__body .contacts-sosial__link span {
  font-size: 15px;
}

.theme-toggle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-area: switch;
}

.theme-icon {
  width: 20px;
  height: 20px;
  transition: opacity 0.3s ease;
}

.sun svg, .moon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
}

.sun {
  color: #f39c12;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.moon {
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.theme-switch-input {
  display: none;
}

.theme-switch-label {
  width: 60px;
  height: 30px;
  background-color: #bbb;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.theme-switch-label::before {
  content: '';
  width: 26px;
  height: 26px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.theme-switch-input:checked + .theme-switch-label {
  background-color: #333;
}

.theme-switch-input:checked + .theme-switch-label::before {
  transform: translate(28px, -50%);
  background-color: #3498db;
}

.theme-switch-input:checked + .theme-switch-label .sun {
  opacity: 0;
}

.theme-switch-input:checked + .theme-switch-label .moon {
  opacity: 1;
}
.back-button{
  display: none;
  color: #29aae3;
  line-height: 20px;
  margin-bottom: 10px;
}
