

/* Start:/local/templates/evakm4/css/style.css?1747747944101051*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/evakm4/css/./Montserrat-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/local/templates/evakm4/css/./Montserrat-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('/local/templates/evakm4/css/./Montserrat-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('/local/templates/evakm4/css/./Montserrat-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('/local/templates/evakm4/css/./Montserrat-Black.ttf') format('truetype');
}

body {
  font-family: "Montserrat";
}

button {
  font-family: "Montserrat";
}

body,
p,
h1,
h2,
h3,
div,
main,
button,
a,
input {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}

section a {
  color: #FAC72D;
  transition: .4s linear;
}

section a:hover {
  color: #1B1E2D;
}

.page {
  width: 100%;
  /* background-color: #F1F1F1; */
  background-image: url(/local/templates/evakm4/css/../images/background-all.png);
  background-position: top center;
  overflow-x: hidden;
}

.yellow-letter {
  color: #FAC72D;
}

.page__lightbox {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  justify-content: center;
  align-items: center;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.page__lightbox_active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;

}

.page__ligtbox-item {
  max-width: 75vw;
  max-height: 75vh;
}

.section__more {
  display: block;
  max-width: fit-content;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
  background-color: inherit;
  margin: 30px 0 0;
  padding: 0 0 3px 0;
  border-bottom: 3px solid #FAC72D;
}

.section__button {
  display: flex;
  align-self: baseline;
  padding: 0;
  margin: 0;
  flex-direction: column;
  width: 90%;
  max-width: 520px;
  background-color: #FAC72D;
  border: 0;
  cursor: pointer;
  transition: .4s linear;
}

.section__button:hover {
  background-color: #1B1E2D;
}

.section__button-text {
  color: #FFFFFF;
  max-width: 350px;
  text-align: left;
  margin: 110px auto 0 70px;
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
}

.section__button-arrow-wrapper {
  width: 120px;
  height: 40px;
  margin: 30px auto 30px 70px;
  overflow: hidden;
}

.section__button-arrow {
  background-image: url(/local/templates/evakm4/css/../images/evac__arrow-left.svg);
  width: 120px;
  height: 40px;
  margin: 0;
  transition: .4s linear;
}

.section__button:hover .section__button-arrow {
  transform: translate(-80px, 0);
}

.section__article {
  position: relative;
  width: 60%;
  max-width: 925px;
  margin: 30px 0 0 0;
  padding: 85px 60px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}

.section__article-title {
  width: 100%;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #1B1E2D;
}

.section__article p {
  margin: 20px 0 0;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1B1E2D;
}

.section__article ul {
  font-size: 14px;
  line-height: 24px;
  color: #1B1E2D;
  padding: 0 0 0 15px;
}

.section__article li {
  font-size: 14px;
  line-height: 24px;
  color: #1B1E2D;
}

.section__article-text {
  margin: 20px 0 0;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1B1E2D;
}

.section__article-text-link {
  color: #FAC72D;
  text-decoration: underline;
}

.section__article-number-title {
  margin: 30px 0 0;
  width: 100%;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
}

.section__article-image {
  margin: 40px 0 50px 0;
  display: flex;
  width: 47%;
  height: auto;
}

.section__article-subtitle {
  width: 100%;
  margin: 40px 0 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 14px;
  color: #1B1E2D;
}

.section__article-subtext-w-circle {
  width: 100%;
  display: flex;
  margin: 20px 0 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
}

.section__article-subtext-w-circle::before {
  content: "";
  display: inline-flex;
  margin: 0 15px 0 0;
  background-color: #FAC72D;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  align-self: center;
}

.section__article-subtext {
  width: 100%;
  margin: 30px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
}

.section__article-subtext-span {
  width: 9px;
  text-align: center;
  display: inline-block;
  margin: 0 13px 0 0;
  font-weight: bold;
  color: #000000;
}

.section__article-attention {
  max-width: 690px;
  margin: 60px 0 0;
  padding: 40px 65px 40px 50px;
  background-color: #F1F1F1;
  border-radius: 3px;
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #1B1E2D;
}

.section__article-attention_margin {
  margin: 60px 0 30px 0;
}

.section__article-attention-link {
  color: #1B1E2D;
  text-decoration: underline;
}

.section__form {
  width: 60%;
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  align-self: start;
  justify-content: space-between;
  max-width: 520px;
  box-sizing: border-box;
  padding: 60px 40px;
  background-color: #FAC72D;
}

.section__form-title {
  max-width: 390px;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  color: #1B1E2D;
}

.section__form-label {
  width: 100%;
}

.section__form-input {
  width: 100%;
  margin: 30px 0 0 0;
  border: 0;
  padding: 20px 0 20px 30px;
  background-color: #F6F6F6;
  border-radius: 5px;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1B1E2D;
}

#section-tel {
  margin: 30px 0 50px 0;
}

.section__form-button {
  background-color: #1B1E2D;
  max-width: 245px;
  box-sizing: border-box;
  padding: 20px 30px;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s linear;
}

.section__form-button:hover {
  background-color: #FAC72D;
}

.section__form-policy {
  max-width: 180px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
  align-self: flex-end;
}

.section__form-policy_bold {
  color: #1B1E2D;
  font-weight: 600;
}

.yandex-map {
  margin: 120px 0 0;
}


/* 
.city-background {
  background-image: url(/local/templates/evakm4/css/../images/city.png);
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.city-background__wrapper {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFFC2 0%, #F1F1F1 88.48%);
  z-index: -1; 
} */

.timeless-links {
  width: 100%;
  box-sizing: border-box;
  padding: 100px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

@media screen and (max-width: 1399px) {
  .section__article {
    width: 100%;
  }

  .section__form {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .page {
    background-image: url(/local/templates/evakm4/css/../images/background-all_mobile.png);
  }

  .section__article {
    padding: 45px 20px;
  }

  .section__article-title {
    font-size: 22px;
    line-height: 22px;
  }

  .section__article-image {
    opacity: 0;
    width: 10px;
    margin: 0px 0 20px 0;
  }

  .section__article-subtext {
    display: flex;
    line-height: 16px
  }

  .section__article-subtext-span {
    display: flex;
  }

  .section__form {
    flex-direction: column;
  }

  .section__form-title {
    max-width: 320px;
    font-size: 22px;
    line-height: 28px;
  }

  .section__form-input {
    margin: 20px 0 0 0;
    padding: 10px 0 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }

  #section-tel {
    margin: 20px 0 30px 0;
  }

  .section__form-button {
    max-width: 200px;
    padding: 15px 5px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
  }

  .section__form-policy {
    margin: 15px 0 0;
    align-self: baseline;
  }

  .section__article-attention {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .section__button {
    width: 80%;
    min-width: 260px;
    max-width: 340px;
  }

  .section__button-text {
    margin: 90px 30px 0 30px;
    font-size: 26px;
    line-height: 28px;
  }

  .section__button-arrow-wrapper {
    margin: 30px auto 30px 30px;
  }
}

/* ADDITIONAL */
.additional {
  width: 90%;
  max-width: 1600px;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
}

.additional__title {
  width: 70%;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #1B1E2D;
  margin: 0 0 80px 0;
}

.additional__content {
  display: flex;
}

.additional__main-image {
  display: flex;
  width: 60%;
  max-width: 674px;
  min-width: 304px;
  height: auto;
}

.additional__table {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  max-width: 926px;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 80px 100px 0;
  background-color: #FFFFFF;
}

.additional__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 90px;
  max-width: 280px;
  margin: 0 0 80px 0;
}

.additional__item-digit {
  width: 70px;
  height: auto;
  margin: 0 0 30px -5px;
}

.additional__item-title {
  font-weight: normal;
  font-size: 26px;
  line-height: 30px;
  color: #1B1E2D;
  padding: 0 0 30px 0;
}

.additional__item-price {
  border-top: 1px solid #EBEBEB;
  padding: 40px 0 0 0;
  margin: auto 0 10px;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1B1E2D;
}

.additional__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #1B1E2D;
}

@media screen and (max-width: 1619px) {
  .additional__item {
    max-width: 220px;
  }

  .additional__table {
    padding: 80px 70px 0;
  }

  .additional__item-digit {
    width: 60px;
  }

  .additional__item-title {
    font-size: 20px;
    line-height: 26px;
  }

  .additional__item-price {
    font-size: 16px;
    line-height: 16px;
  }
}


@media screen and (max-width: 1310px) {
  .additional__title {
    width: 100%;
    font-size: 40px;
    line-height: 42px;
  }

  .additional__item {
    max-width: 170px;
  }

  .additional__table {
    padding: 70px 50px 0;
  }

  .additional__item-digit {
    width: 50px;
  }

  .additional__item-title {
    font-size: 16px;
    line-height: 22px;
  }

  .additional__item-price {
    font-size: 14px;
    line-height: 14px;
  }

  .additional__item-text {
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 1019px) {
  .additional__title {
    margin: 0 0 50px;
  }

  .additional__content {
    flex-direction: column;
  }

  .additional__main-image {
    display: flex;
    width: 100%;
    max-width: unset;
    min-width: unset;
    height: auto;
  }

  .additional__table {
    width: 100%;
    max-width: unset;
    padding: 80px 35px 20px;
  }

  .additional__item {
    width: 45%;
    max-width: unset;
  }

  .additional__item-digit {
    width: 70px;
  }

  .additional__item-title {
    max-width: fit-content;
    font-size: 26px;
    line-height: 30px;
  }

  .additional__item-price {
    font-size: 20px;
    line-height: 20px;
  }

  .additional__item-text {
    font-size: 16px;
    line-height: 14px;
  }
}

@media screen and (max-width: 759px) {
  .additional__item-digit {
    width: 60px;
  }

  .additional__item-title {
    font-size: 20px;
    line-height: 26px;
  }

  .additional__item-price {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 600px) {
  .additional {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .additional__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 30px;
  }

  .additional__table {
    padding: 60px 35px 0px;
  }

  .additional__item {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .additional__item-digit {
    width: 60px;
  }

  .additional__item-title {
    font-size: 18px;
    line-height: 24px;
  }

  .additional__item-price {
    font-size: 16px;
    line-height: 16px;
  }

  .additional__item-text {
    font-size: 14px;
    line-height: 14px;
  }
}

/* ADVANTAGE */
.advantage {
  width: 90%;
  max-width: 1600px;
  margin: 180px auto 0;
}

.advantage__title {
  width: 90%;
  max-width: 1600px;
  margin: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 48px;
  color: #1B1E2D;
}

.advantage__title:first-letter {
  color: #FAC72D;
}

.advantage__table {
  display: flex;
  width: 100%;
  margin: 60px 0 0;
}

.advantage__claim {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 790px;
  margin: 0 30px 0 0;
  background-color: #FFFFFF;
  align-self: baseline;
}

.advantage__claim-photo {
  width: 100%;
  height: auto;
  display: block;
}

.advantage__claim-content {
  padding: 0 7.6%;
}

.advantage__claim-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #1B1E2D;
  margin: 65px 0 0;
}

.advantage__claim-sign {
  display: flex;
  margin: 50px 0 80px;
}

.advantage__claim-sign-text {
  max-width: 310px;
  padding: 0 5px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #1B1E2D;
  margin: 0 auto 0 0;
}

.advantage__claim-sign-button {
  align-self: flex-end;
  min-width: 210px;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  padding: 20px 22px;
  text-transform: uppercase;
  background-color: #1B1E2D;
  border-radius: 5px;
  color: #FFFFFF;
  border: 0;
  margin: 0;
  cursor: pointer;
  transition: .4s linear;
}

.advantage__claim-sign-button:hover {
  background-color: #FAC72D;
}

.advantage__info {
  display: flex;
  min-width: 630px;
  flex-direction: column;
  margin: 0 0 0 auto;
}

.advantage__info-table {
  display: flex;
  flex-wrap: wrap;
  max-width: 630px;
  align-items: baseline;
  margin: 25px 0 0;
}

.advantage__info-table:first-child {
  margin: 0;
}

.advantage__info-count {
  display: flex;
  margin: 0 35px 0 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-transform: uppercase;
  color: #1B1E2D;
}

/* .advantage__info-content {
  display: flex;
  flex-direction: column;
  max-width: 535px;
  margin: 0 0 0 35px;
} */

.advantage__info-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #1B1E2D;
}

.advantage__info-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1B1E2D;
  margin: 0 0 0 95px;
}

@media screen and (max-width: 1279px) {
  .advantage__table {
    flex-direction: column;
  }

  .advantage__claim {
    min-width: 800px;
  }

  .advantage__info {
    margin: 50px 0 0;
    min-width: 300px;
  }

  .advantage__info-table {
    min-width: 850px;
  }
}

@media screen and (max-width: 919px) {
  .advantage {
    /* width: 100%; */
    /* max-width: 260px; */
    margin: 90px auto 0;
  }

  .advantage__title {
    /* max-width: 200px; */
    margin: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .advantage__table {
    margin: 30px 0 0;
  }

  .advantage__claim {
    width: 100%;
    max-width: 800px;
    min-width: unset;
    margin: 0;
  }

  .advantage__claim-photo {
    width: 100%;
    height: auto;
  }

  .advantage__claim-title {
    /* max-width: 225px; */
    /* margin: 30px 0 0 20px; */
    font-size: 20px;
    line-height: 22px;
  }

  .advantage__claim-sign {
    margin: 50px 0 80px;
  }

  .advantage__claim-sign-text {
    margin: 0 auto 0 0;
    font-size: 16px;
    line-height: 20px;
  }

  .advantage__claim-sign-button {
    min-width: 190px;
    padding: 15px 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .advantage__info {
    margin: 50px 0 0;
  }

  .advantage__info-table {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin: 30px 0 0;
    align-items: center;
  }

  .advantage__info-count {
    width: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 10px 0 0;
  }

  .advantage__info-title {
    /* max-width: 216px; */
    font-size: 16px;
    line-height: 16px;
  }

  .advantage__info-text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 600px) {
  .advantage {
    margin: 60px auto 0;
    width: 80%;
    min-width: 260px;
    max-width: unset;
  }

  .advantage__title {
    max-width: 200px;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .advantage__table {
    margin: 30px 0 0;
  }

  .advantage__claim-content {
    padding: 0;
  }

  .advantage__claim-title {
    max-width: 225px;
    margin: 30px 0 0 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .advantage__claim-sign {
    margin: 20px 0 0 20px;
    flex-direction: column;
  }

  .advantage__claim-sign-text {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .advantage__claim-sign-button {
    align-self: unset;
    max-width: 200px;
    padding: 16px 28px;
    font-size: 12px;
    line-height: 12px;
    margin: 30px 0 40px;
  }

  .advantage__info {
    margin: 50px 0 0;
    min-width: unset;
  }

  .advantage__info-table {
    margin: 30px 0 0;
    align-items: center;
  }

  .advantage__info-count {
    width: 34px;
    height: 34px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 10px 0 0;
  }

  .advantage__info-title {
    max-width: 216px;
    font-size: 16px;
    line-height: 16px;
  }

  .advantage__info-text {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
}

/* ARTICLE */
.article {
  width: 95%;
  max-width: 1600px;
  margin: 140px auto 0;
}

.article__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 38px;
  margin: 0 0 80px 0;
}

.article__div {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 60px;
  margin: 0 0 40px 0;
  background-color: #FFFFFF;
}

.article__item-image {
  width: 25%;
  max-width: 240px;
  height: auto;
}

.article__item-title {
  max-width: 800px;
  margin: 0 auto 0 100px;
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
}

.article__date {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #A3A3A3;
}

.article__arrow {
  display: block;
  background-image: url(/local/templates/evakm4/css/../images/small-arrow.svg);
  margin: 10px 0 0 auto;
  width: 40px;
  height: 40px;
  background-color: inherit;
  pointer-events: none;
}

/* .article__div:hover .article__arrow {
  background-image: url(/local/templates/evakm4/css/../images/yellow-slider-arrow.svg);
  width: 120px;
} */

@media screen and (max-width: 1459px) {
  .article__item-title {
    margin: 0 auto 0 50px;
    font-size: 22px;
    line-height: 28px;
    padding: 0 10px 0 0;
  }

  .article__date {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #A3A3A3;
  }
}

@media screen and (max-width: 757px) {
  .article__div {
    padding: 20px 30px;
  }

  .article__item-image {
    width: 150px;
  }

  .article__item-title {
    margin: 0 auto 0 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .article__date {
    font-size: 12px;
    line-height: 12px;
  }

  .article__arrow {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

@media screen and (max-width: 600px) {
  .article {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 50px auto 0;
  }

  .article__title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 40px 0;
  }

  .article__div {
    padding: 15px 10px;
    margin: 0 0 20px 0;
  }

  .article__item-image {
    display: none;
  }

  .article__item-title {
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 18px;
  }
}

/* AUTOPARK */
.autopark {
  width: 90%;
  max-width: 1600px;
  margin: 95px auto 0;
}

.autopark__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #1B1E2D;
}

.autopark__table {
  display: flex;
  margin: 30px 0 60px;
  align-items: flex-end;
}

.autopark__subtitle {
  max-width: 645px;
  margin: 0 auto 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1B1E2D;
}

.autopark__link {
  max-width: 200px;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
  text-decoration: none;
  border-bottom: 3px solid #FAC72D;
}

.autopark__swiper {
  margin: 60px auto 70px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.autopark__swiper_mobile {
  display: none;
}

.autopark__swiper-image {
  width: 370px;
  height: auto;
  display: block;
  cursor: pointer;
  background-position: center;
  border-radius: 0 0 30px 0;
}

.autopark__buttons {
  display: flex;
  align-items: center;
}

.autopark__request-button {
  cursor: pointer;
  border: 0;
  background-color: #1B1E2D;
  border-radius: 5px;
  padding: 20px 33px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transition: .4s linear;
  color: #FFFFFF;
}

.autopark__request-button:hover {
  background-color: #FAC72D;
}

.autopark__button {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .4s linear;
}

.autopark-black-arrow {
  background-image: url(/local/templates/evakm4/css/../images/black-slider-arrow.svg);
  width: 40px;
  height: 40px;
  margin: 0 40px 0 auto;
}

.autopark-yellow-arrow {
  background-image: url(/local/templates/evakm4/css/../images/yellow-slider-arrow.svg);
  width: 120px;
  height: 40px;
  margin: 0;
}

.autopark-arrow_disable {
  transition: .4s linear;
  pointer-events: none;
  opacity: .3;
}

@media screen and (max-width: 1639px) {
  .swiper-slide {
    width: 370px;
  }

  .autopark__swiper {
    width: 1260px;
  }
}

@media screen and (max-width: 1399px) {
  .autopark__swiper {
    width: 840px;
  }
}

@media screen and (max-width: 934px) {
  .autopark__swiper {
    width: 370px;
  }

  .autopark__table {
    flex-direction: column;
    align-items: baseline;
  }

  .autopark__link {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 600px) {
  .autopark {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .autopark__title {
    font-size: 24px;
    line-height: 24px;
  }

  .autopark__table {
    margin: 30px 0 0;
    flex-direction: column;
    align-items: baseline;
  }

  .autopark__subtitle {
    font-size: 14px;
    line-height: 28px;
  }

  .autopark__link {
    margin: 30px 0 0;
  }

  .autopark__swiper {
    width: 260px;
    margin: 50px auto 40px
  }

  .swiper-slide {
    width: 260px;
  }

  .autopark__swiper-image {
    width: 260px;
  }

  /* .autopark__swiper_mobile {
    display: flex;
    margin: 50px 0 0;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 10px;
  } */
  /* .autopark__swiper_mobile::-webkit-scrollbar {
    height: 3px;
  }

  .autopark__swiper_mobile::-webkit-scrollbar-thumb {
    background: #FAC72D;
    border-radius: 20px;
  } */

  .autopark__buttons {
    flex-wrap: wrap;
    max-width: 260px;
  }

  .autopark__request-button {
    margin: 30px 0 0;
    font-size: 12px;
    line-height: 12px;
    padding: 16px 28px;
    order: 1;
  }

  .autopark-black-arrow {
    margin: 0 40px 0 0;
  }

  /* .autopark__button {
    display: none;
  } */
}

/* CONTACTS */
.contacts {
  width: 90%;
  max-width: 1600px;
  margin: 170px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contacts__table-left {
  width: 50%;
  max-width: 715px;
}

.contacts__title {
  font-weight: 900;
  font-size: 68px;
  line-height: 72px;
  color: #1B1E2D;
}

.contacts__data {
  margin: 70px 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #1B1E2D;
}

.contacts__data-title {
  margin: 60px 0 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #1B1E2D;
}

.contacts__data-info {
  display: block;
  max-width: 400px;
  margin: 30px 0 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #1B1E2D;
}

.contacts__form {
  width: 50%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 95px 95px 60px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.contacts__form-title {
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #1B1E2D;
}

.contacts__form-subtitle {
  margin: 20px 0 40px;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #1B1E2D;
}

.contacts__form-label {
  width: 100%;
  display: flex;
}

.contacts__form-input {
  margin: 0 0 30px 0;
  background-color: #F6F6F6;
  border-radius: 5px;
  width: 100%;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1B1E2D;
}

.contacts__form-input_textarea {
  font-family: Montserrat;
  font-style: normal;
  display: flex;
  color: #1B1E2D;
  height: 200px;
  resize: none;
  border: 0;
}

.button-call-tow.contacts__form-button {
  background-color: #1B1E2D;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 33px;
  border: 0;
  cursor: pointer;
  margin: 0;
  transition: .4s linear;
}

.button-call-tow.contacts__form-button:hover {
  background-color: #FAC72D;
}

.contacts__form-policy {
  max-width: 235px;
  margin: 0 0 0 auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
  align-self: flex-end;
}

.contacts__form-policy_bold {
  font-weight: 900;
  color: #1B1E2D;
}

@media screen and (max-width: 1369px) {
  .contacts {
    flex-wrap: unset;
    justify-content: space-between;
    flex-direction: column;
  }

  .contacts__table-left {
    width: 90%;
    max-width: 670px;
  }

  .contacts__form {
    width: 90%;
    max-width: 670px;
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts__table-left {
    width: 100%;
  }

  .contacts__title {
    font-size: 36px;
    line-height: 40px;
  }

  .contacts__data {
    margin: 40px 0 0;
    font-size: 14px;
    line-height: 14px;
  }

  .contacts__data-title {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 14px;
  }

  .contacts__data-info {
    font-size: 20px;
    line-height: 20px;
  }

  .contacts__form {
    width: 100%;
    max-width: 670px;
    padding: 30px 20px;
    flex-direction: column;
  }

  .contacts__form-title {
    font-size: 24px;
    line-height: 24px;
    width: 100%;
  }

  .contacts__form-subtitle {
    font-size: 14px;
    line-height: 14px;
  }

  .contacts__form-input {
    margin: 0 0 20px 0;
    padding: 20px;
    font-size: 12px;
    line-height: 14px;
  }

  .button-call-tow.contacts__form-button {
    max-width: 200px;
    font-size: 12px;
    line-height: 12px;
    padding: 15px 20px;
  }

  .contacts__form-policy {
    margin: 15px 0 0;
    font-size: 12px;
    line-height: 12px;
    align-self: start;
  }
}

@media screen and (max-width: 600px) {
  .contacts {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 30px auto 0;
  }

  .contacts__title {
    font-size: 24px;
    line-height: 28px;
  }
}

/* EVAC */
.evac {
  display: flex;
  width: 90%;
  max-width: 1600px;
  flex-wrap: wrap;
  margin: 220px auto 0;
  padding: 0 0 90px 0;
}

.evac__table-left {
  width: 50%;
}

.evac__title {
  max-width: 695px;
  margin: 0 auto 0 0;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #1B1E2D;
}

.evac__title:first-letter {
  color: #FAC72D;
}

.evac__text {
  max-width: 765px;
  margin: 80px auto 80px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #1B1E2D;
}

.evac__autopark {
  max-width: 200px;
  margin: 0 auto 0 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
  text-decoration: none;
  border-bottom: 3px solid #FAC72D;
}

.evac__table-right {
  width: 50%;
  position: relative;
  z-index: 2;
}

.evac__main-image_mobile {
  display: none;
}

.evac__form {
  width: 100%;
  max-width: 655px;
  min-width: 655px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 70px 60px;
  margin: 20px 0 0 auto;
}

#contact__form {
  width: unset;
  display: block;
}

#orange_form {
  justify-content: unset;
  align-items: unset;
}

#orange_form .fields-row {
  width: 100%;
}

.evac__form-title {
  max-width: 655px;
  margin: 0 0 10px 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #1B1E2D;
}

.evac__form-label {
  display: block;
}

.evac__form-input {
  width: 100%;
  max-width: 510px;
  margin: 30px 0 0 0;
  border: 0;
  padding: 20px 0 20px 30px;
  background-color: #F6F6F6;
  border-radius: 5px;
  box-sizing: border-box;
}

.evac__form-table {
  display: flex;
  margin: 50px 0 0;
  align-items: center;
  justify-content: space-between;
}

#evac__form-button {
  background-color: #1B1E2D;
  padding: 20px 33px;
  margin: 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#evac__form-button:hover {
  background-color: #FAC72D;
}

.evac__form-policy {
  max-width: 235px;
  margin: 0 0 0 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
}

.evac__form-policy_bold {
  font-weight: 600;
  color: #1B1E2D;
}

.evac__table-all {
  width: 100%;
  display: flex;
}

.evac__button {
  display: flex;
  align-self: flex-end;
  padding: 0;
  margin: 0 auto 0 0;
  flex-direction: column;
  width: 90%;
  max-width: 385px;
  background-color: #FAC72D;
  border: 0;
  cursor: pointer;
  transition: .4s linear;
}

.evac__button:hover {
  background-color: #1B1E2D;
}

.evac__button-text {
  color: #FFFFFF;
  max-width: 200px;
  text-align: left;
  margin: 100px auto 0 40px;
  font-weight: 800;
  font-size: 32px;
  line-height: 34px;
}

.evac__button-arrow-wrapper {
  width: 120px;
  height: 40px;
  margin: 30px auto 30px 40px;
  overflow: hidden;
}

.evac__button-arrow {
  background-image: url(/local/templates/evakm4/css/../images/evac__arrow-left.svg);
  width: 120px;
  height: 40px;
  margin: 0;
  transition: .4s linear;
}

.evac__button:hover .evac__button-arrow {
  transform: translate(-80px, 0);
}

.evac__main-image {
  width: 58%;
  max-width: 927px;
  height: auto;
  margin: -120px 120px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1534px) {
  .evac {
    /* flex-direction: column; */
    flex-wrap: unset;
  }

  .evac__title {
    font-size: 40px;
    line-height: 40px;
  }

  .evac__table-left {
    width: 45%;
    min-width: 512px;
    margin: 0 auto 0 0;
  }

  .evac__table-right {
    max-width: 500px;
  }

  #contact__form {
    margin: 20px 0 0;
  }

  .evac__form {
    margin: 0;
    width: 100%;
    max-width: 500px;
    min-width: 500px;
    padding: 55px 55px;
  }

  .evac__form-table {
    /* flex-direction: column; */
    align-items: unset;
    margin: 40px 0 0;
  }



  #evac__form-button {
    padding: 15px 28px;
  }

  .evac__form-policy {
    margin: 30px 0 0;
  }

  .evac__table-all {
    display: none;
  }

  .evac__button-text {
    margin: 70px auto 0 25px;
  }

  .evac__button-arrow-wrapper {
    margin: 30px auto 30px 25px;
  }

  .evac__main-image {
    margin: 0;
  }
}

@media screen and (max-width: 1150px) {
  .evac__title {
    max-width: 690px;
    font-size: 32px;
    line-height: 32px;
  }

  .evac__text {
    max-width: 755px;
    margin: 40px auto 50px 0;
  }

  .evac__table-left {
    min-width: unset;
    max-width: 405px;
  }

  .evac__table-right {
    width: 45%;
    min-width: 460px;
  }

  .evac__form {
    box-sizing: border-box;
    max-width: 585px;
    min-width: unset;
  }
}

@media screen and (max-width: 999px) {
  .evac {
    flex-direction: column;
  }

  .evac__table-left {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }

  .evac__table-right {
    width: 45%;
    min-width: 320px;
  }

  .evac__table-right {
    margin: 40px 0 0;
  }

  .evac__main-image_mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .evac__table-right {
    width: 100%;
    min-width: unset;
    max-width: unset;
  }

  .evac__form {
    min-width: unset;
    max-width: 585px;
    width: 100%;
    padding: 40px 25px;
  }

  .evac__form-table {
    display: flex;
    margin: 50px 0 0;
    align-items: center;
    flex-direction: unset;
  }

  #evac__form-button {
    padding: 15px 25px;
  }


  .evac__form-policy {
    max-width: 235px;
    margin: 0 0 0 20px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1B1E2D;
  }

  /* .evac__form {
    margin: 0;
    padding: 30px 20px 40px;
  }

  .evac__form-title {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .evac__form-input {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .evac__form-table {
    margin: 20px 0 0;
    padding: 0;
  }

  #evac__form-button {
    padding: 16px 31px;
    font-size: 12px;
    line-height: 12px;
  }

  .evac__form-policy {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 14px;
  } */
}

@media screen and (max-width: 600px) {
  .evac {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 50px auto 0;
    padding: 0;
  }

  .evac__title {
    max-width: 600px;
    font-size: 24px;
    line-height: 24px;
  }

  .evac__text {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 28px;
  }

  .evac__autopark {
    display: block;
    margin: 40px 0 0;
    width: 178px;
    font-size: 14px;
    line-height: 14px;
  }

  .evac__button {
    width: 100%;
    padding: 90px 40px 40px;
  }

  .evac__button-text {
    margin: 0;
    font-size: 26px;
    line-height: 28px;
  }

  .evac__button-arrow-wrapper {
    margin: 30px 0 0;
  }

  .evac__table-right {
    margin: 40px 0 0;
  }

  .evac__main-image_mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .evac__form {
    margin: 0;
    padding: 30px 20px 40px;
  }

  .evac__form-title {
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 20px;
  }

  .evac__form-input {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .evac__form-table {
    flex-direction: column;
    align-items: baseline;
    margin: 20px 0 0;
    padding: 0;
  }

  #evac__form-button {
    padding: 16px 31px;
    font-size: 12px;
    line-height: 12px;
  }

  .evac__form-policy {
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 14px;
  }
}

/* FAVOR */
.favor {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 140px auto 0;
}

.favor__title {
  position: relative;
  font-weight: 800;
  font-size: 48px;
  line-height: 36px;
  color: #1B1E2D;
  z-index: 2;
}

.favor__tow-sign {
  position: absolute;
  font-weight: 900;
  font-size: 220px;
  line-height: 288px;
  text-transform: uppercase;
  color: #FFFFFF80;
  top: 70px;
  left: -95px;
  z-index: 1;
}

.favor__tow-sign_about {
  top: -140px;
  left: -95px;
}

.favor__table {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 200px 0 0;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 80px;
}

.favor__table-card-link {
  display: block;
  width: 100%;
  max-width: 340px;
}

.favor__table-card {
  width: 100%;
  max-width: 340px;
  border-radius: 10px;
  background-color: #FFFFFF;
  transition: .4s linear;
}

.favor__table-card:hover {
  filter: drop-shadow(0px 6px 30px rgba(27, 30, 45, 0.1));
}

.favor__card-link {
  margin: 40px auto 0 40px;
  width: 52px;
  height: 52px;
  background-color: #1B1E2D;
  border-radius: 40px;
  padding: 12px;
  transition: .4s linear;
}

.favor__table-card:hover .favor__card-link {
  background-color: #FAC72D;
}

.favor__card-link-arrow {
  background-image: url(/local/templates/evakm4/css/../images/favor/favor_card_arrow-left.svg);
  width: 30px;
  height: 30px;
}

.favor__card-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1B1E2D;
  margin: 20px 40px 40px 40px;
}

.favor__card-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 809px) {
  .favor {
    margin: 60px auto 0;
  }

  .favor__title {
    font-size: 36px;
    line-height: 40px;
  }

  .favor__table {
    margin: 80px 0 0;
    justify-items: center;
    gap: 30px;
  }

  .favor__card-link {
    margin: 20px 20px 0 20px;
    width: 30px;
    height: 30px;
    padding: 0;
  }

  .favor__card-link-arrow {
    background-image: url(/local/templates/evakm4/css/../images/favor/favor_card_arrow-left.svg);
    width: 15px;
    height: 15px;
    margin: auto;
    background-position: center;
    background-size: cover;
  }

  .favor__card-title {
    margin: 20px;
    max-width: 270px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .favor {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .favor__title {
    font-size: 24px;
    line-height: 28px;
  }

  .favor__tow-sign_about {
    top: -30px;
    left: -25px;
  }

  .favor__tow-sign {
    position: absolute;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #FFFFFF80;
    top: 70px;
    left: -95px;
    z-index: 1;
  }
}

/* FOOTER */
footer a {
  display: flex;
  text-decoration: none;
}

.footer {
  width: 100%;
  background-color: #1B1E2D;
  padding: 80px 0;
}

.footer__wrapper {
  width: 90%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.footer__main {
  max-width: 340px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer__logo {
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
}

.footer__logo-title {
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer__location {
  display: flex;
  margin: 70px 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
}

.footer__location::before {
  content: "";
  background-image: url(/local/templates/evakm4/css/../images/location-icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer__policy {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #FFFFFF;
  opacity: 0.5;
  cursor: pointer;
}

.footer__policy_mobile {
  display: none;
}

.footer__table {
  display: flex;
  width: 100%;
  max-width: 735px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0 20px;
}

.footer__nav {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
}

.footer__nav-link {
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}

.footer__work {
  margin: 0 0 50px 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  color: #FFFFFF80;
}

.footer_yellow {
  display: inline-flex;
  color: #FAC72D;
}

.footer__nav-link_tel {
  font-size: 18px;
  align-self: flex-end;
}

.footer__end {
  max-width: 290px;
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__end-text {
  font-weight: bold;
  font-size: 24px;
  line-height: 20px;
  text-align: right;
  color: #FFFFFF80;
}

.footer__end-image {
  display: flex;
  width: 116px;
  height: 75px;
  margin: 20px 0 0 0;
}

.footer__end-image:first-of-type {
  margin: 20px 20px 0 0;
}

.footer__topman {
  margin: 70px 0 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: right;
  color: #969696;
}

@media screen and (max-width: 1195px) {
  .footer__policy {
    display: none;
  }

  .footer__policy_mobile {
    margin: 30px 0 0 auto;
    width: 283.72px;
    display: flex;
    text-align: left;
  }

  .footer__topman {
    margin: 30px 0 0;
  }
}

@media screen and (max-width: 584px) {
  .footer__logo {
    width: 64px;
    height: auto;
    margin: 0px 10px 0px 0px;
  }

  .footer__nav-link_tel {
    font-size: 18px;
    align-self: baseline;
  }

  .footer__end {
    justify-content: unset;
  }
}

/* HARD */
.hard {
  display: flex;
  width: 90%;
  max-width: 1600px;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  margin: 110px auto 0;
}

.hard-info {
  display: flex;
  width: 40%;
  min-width: 465px;
  max-width: 520px;
  flex-direction: column;
  margin: 0 20px 0 0;
}

.hard-info__title {
  position: relative;
  display: flex;
  max-width: 420px;
  font-weight: 900;
  font-size: 68px;
  line-height: 72px;
  color: #1B1E2D;
  margin: 0;
}

.hard-info__icon {
  position: absolute;
  background-image: url(/local/templates/evakm4/css/../images/info-icon.svg);
  width: 40px;
  height: 40px;
  top: -5px;
  right: -40px;
}

.hard-info__icon i {
  display: none;
}

.hard-info__icon:hover i {
  position: absolute;
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px #0000001a;
  border-radius: 3px;
  top: -15px;
  left: 55px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  color: #1B1E2D80;
  padding: 8px;
  width: 265px;
}

.hard-info__icon-tip {
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  padding: 8px;
  color: #1B1E2D;
}

.hard-info__insurance {
  display: flex;
  max-width: 410px;
  box-sizing: border-box;
  background-color: #F1F1F1;
  border-radius: 10px;
  margin: 50px 0 0;
  padding: 25px 20px;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #1B1E2D;
}

.hard-info__insurance::before {
  content: "";
  background-image: url(/local/templates/evakm4/css/../images/insurance.svg);
  width: 30px;
  height: 37px;
  display: inline-block;
  margin: 0 20px 0 0;
}

.hard-info__mobile {
  display: none;
}

.hard-form {
  width: 100%;
  max-width: 520px;
  margin: 50px 0 0;
}

.hard-form__title {
  max-width: 430px;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #1B1E2D;
}

.hard-form__label {
  width: 100%;
}

.hard-form__input {
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1B1E2D;
  margin: 30px 0 0 0;
  padding: 21px 0 21px 30px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 5px;
}

.hard-form__table {
  display: flex;
  margin: 40px 0 0 0;
}

.hard-form__button {
  min-width: 260px;
  margin: 0 20px 0 0;
  background-color: #FAC72D;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 33px;
  border: 0;
  cursor: pointer;
  transition: .4s linear;
}

.first_screen_form {
  width: 100%;
}

.hard-form__button:hover {
  background-color: #1B1E2D;
}

.hard-form__policy {
  max-width: 240px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
  margin: 0 0 0 5px;
}

.hard-form__policy_bold {
  font-weight: 600;
  color: #1B1E2D;
}

.hard-vehicle {
  max-width: 790px;
  width: 55%;
  margin: 25px 0 0;
}

.hard-vehicle__title {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  padding: 0 45px 0 0;
  color: #1B1E2D;
}

.hard-vehicle__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-image: url(/local/templates/evakm4/css/../images/small-arrow.svg);
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
}

.hard-vehicle__table {
  display: grid;
  margin: 60px 0 0;
  width: 100%;
  grid-template-columns: repeat(6, 115px);
  gap: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 0 10px 0;
}


.hard-vehicle__table::-webkit-scrollbar {
  height: 2px;
}

.hard-vehicle__table::-webkit-scrollbar-thumb {
  background-color: #FAC72D;
  border-radius: 20px;
}

.hard-vehicle__grid {
  position: relative;
  width: 115px;
  height: 115px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  padding: 16px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  cursor: pointer;
}

.car {
  background-image: url(/local/templates/evakm4/css/../images/car.svg);
}

.motorcycle {
  background-image: url(/local/templates/evakm4/css/../images/motorcycle.svg);
}

.bus {
  background-image: url(/local/templates/evakm4/css/../images/bus.svg);
}

.jeep {
  background-image: url(/local/templates/evakm4/css/../images/off-road.svg);
}

.boat {
  background-image: url(/local/templates/evakm4/css/../images/boat.svg);
}

.dump-truck {
  background-image: url(/local/templates/evakm4/css/../images/dump-truck.svg);
}

.car_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/car_active.svg);
}

.motorcycle_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/motorcycle_active.svg);
}

.bus_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/bus_active.svg);
}

.jeep_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/off-road_active.svg);
}

.boat_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/boat_active.svg);
}

.dump-truck_active {
  background-image: url(/local/templates/evakm4/css/../images/images_mod/dump-truck_active.svg);
}

.hard-vehicle__grid_active {
  background-color: #FAC72D;
}

.hard-vehicle__input {
  display: flex;
  margin: 40px 0 0 0;
  align-items: center;
}

.hard-vehicle__input_disabled {
  opacity: .3;
  pointer-events: none;
}

.hard-vehicle__text {
  margin: 0 9% 0 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #1B1E2D;
}

#wheels {
  margin: 0 70px 0 0;
}

.wheels__input {
  appearance: none;
  position: relative;
  display: inline-flex;
  margin: 0 32px 0 0;
  outline: none;
  cursor: pointer;
}

.wheels__input::before {
  content: '';
  position: absolute;
  align-self: center;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 3px solid #1B1E2D;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  transition: .4s linear;
}

.wheels__input:checked::before {
  content: '';
  position: absolute;
  background-color: #FAC72D;
  border: 0;
}

.ditch__input {
  appearance: none;
  position: relative;
  display: inline-flex;
  margin: 0;
  outline: none;
  cursor: pointer;
}

.ditch__input::before {
  content: '';
  position: absolute;
  align-self: center;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border: 3px solid #1B1E2D;
  box-sizing: border-box;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  transition: .4s linear;
}

.ditch__input:checked::before {
  content: '';
  position: absolute;
  background-color: #FAC72D;
  border: 0;
}

#ditch {
  margin: 0 50px 0 0;
}

.hard-vehicle__cost {
  display: flex;
  margin: 100px 0 0 0;
}

.hard-vehicle__cost-text {
  max-width: 455px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #1B1E2D;
  margin: 0 auto 0 0;
}

.hard-vehicle__cost-rubles {
  display: flex;
  min-width: 255px;
  box-sizing: border-box;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1B1E2D;
  padding: 15px 60px 15px 0;
  background-color: #FFFFFF99;
  border-radius: 5px;
}

.hard-vehicle__cost-rubles::before {
  content: "";
  background-image: url("/local/templates/evakm4/css/../images/maybe.svg");
  width: 22px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 10px 0 55px;
}

/* 
@media screen and (max-width: 1279px) {
  .hard-info {
    min-width: 420px;
    width: 35%;
  }

  .hard-info__title {
    font-size: 56px;
    line-height: 60px;
  }

  .hard-info__insurance {
    max-width: 375px;
    font-size: 16px;
    line-height: 16px;
  }

  .hard-form__title {
    font-size: 20px;
    line-height: 28px;
  }

  .hard-form__button {
    min-width: 225px;
    padding: 20px 16px;
  }

  .hard-vehicle__title {
    font-size: 32px;
    padding: 0 45px 0 0;
  }

  .hard-vehicle__table {
    margin: 40px 0 0;
    grid-template-columns: repeat(6, 100px);
    gap: 15px;
  }

  .hard-vehicle__grid {
    width: 100px;
    height: 100px;
    padding: 0;
    cursor: pointer;
  }

  .hard-vehicle__text {
    margin: 0 9% 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #1B1E2D;
  }

  .hard-vehicle__cost-text {
    max-width: 320px;
    font-size: 24px;
    line-height: 28px;
  }

  .hard-vehicle__cost-rubles {
    display: flex;
    min-width: 220px;
    box-sizing: border-box;
    align-items: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    color: #1B1E2D;
    padding: 15px 30px 15px 0;
    background-color: #FFFFFF99;
    border-radius: 5px;
  }

  .hard-vehicle__cost-rubles::before {
    margin: 0 10px 0 30px;
  }
} */

@media screen and (max-width: 1279px) {
  .hard-info {
    width: 45%;
    min-width: 300px;
    margin: 0;
  }

  .hard-info__title {
    font-size: 38px;
    line-height: 42px;
    max-width: 250px;
  }

  .hard-info__insurance {
    max-width: 300px;
    margin: 20px 0 0;
    padding: 16px 13px;
    font-size: 14px;
    line-height: 14px;
  }

  .hard-info__insurance::before {
    width: 19.5px;
    height: 24px;
    margin: 0 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hard-info__call-title {
    /* min-width: 261px; */
    white-space: nowrap;
    margin: 30px 0 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 14px;
    color: #1B1E2D;
  }

  .hard-info__call-subtitle {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1B1E2D;
    opacity: 0.5;
  }

  .hard-info__call-content {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .hard-info__call-logo {
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
  }

  .hard-info__call-links {
    display: flex;
    max-width: 120px;
    flex-direction: column;
  }

  .hard-info__call-link {
    max-width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #1B1E2D;
  }

  .hard-info__call-link:first-of-type {
    margin: 0 0 5px 0;
  }

  .hard-form {
    max-width: 400px;
    margin: 25px 0 0;
  }

  .hard-form__title {
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 18px;
  }

  .hard-form__input {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px;
  }

  .hard-form__table {
    margin: 0 0 10px;
    flex-direction: column;
    align-items: baseline;
  }

  .button-call-tow.hard-form__button {
    margin: 10px 0 0;
    padding: 16px 46px;
    font-size: 12px;
    line-height: 12px;
  }

  .hard-form__policy {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 14px;
  }

  .hard-vehicle {
    min-width: 300px;
    margin: 25px 0 0;
    width: 50%;
  }

  .hard-vehicle__title {
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    line-height: 30px;
    padding: 0 35px 0 0;
  }

  .hard-vehicle__title::after {
    background-image: url(/local/templates/evakm4/css/../images/small-arrow_mobile.svg);
    width: 30px;
    height: 30px;
  }

  .hard-vehicle__table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    grid-template-columns: repeat(6, 80px);
    gap: 10px;
    padding: 0 0 10px 0;
  }

  .hard-vehicle__grid {
    width: 60px;
    height: 60px;
    box-sizing: unset;
    border: 10px solid #FFFFFF;
    /* padding: 10px; */
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hard-vehicle__grid_active {
    border: 10px solid #FAC72D;
  }

  #range-text {
    margin: 0 0 30px;
  }

  #wheels__box {
    flex-wrap: wrap;
  }

  #wheels {
    width: 100%;
  }

  .wheels__input {
    margin: 30px 44px 0 0;
  }

  .hard-vehicle__input {
    align-items: flex-start;
  }

  .hard-vehicle__text {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .ditch__input {
    align-self: center;
  }

  #ditch {
    margin: 0 16px 0 0;
  }

  .hard-vehicle__cost {
    flex-direction: column;
    margin: 40px 0 0;
  }

  .hard-vehicle__cost-text {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  .hard-vehicle__cost-rubles {
    max-width: 260px;
    font-size: 24px;
    line-height: 28px;
    padding: 13px 65px;
  }

  .hard-vehicle__cost-rubles::before {
    margin: 0 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .hard {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 30px auto 0;
    flex-direction: column;
  }

  .hard-info {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin: 0;
  }

  .hard-info__title {
    font-size: 32px;
    line-height: 36px;
    max-width: 200px;
  }

  .hard-info__icon:hover::before {
    top: -30px;
    left: -200px;
  }

  .hard-info__insurance {
    margin: 20px 0 0;
    padding: 16px 11px;
    font-size: 12px;
    line-height: 12px;
  }

  .hard-info__insurance::before {
    width: 19.5px;
    height: 24px;
    margin: 0 5px 0 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hard-info__mobile {
    display: block;
  }

  .hard-info__call-title {
    /* min-width: 261px; */
    white-space: nowrap;
    margin: 30px 0 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 12px;
    color: #1B1E2D;
  }

  .hard-info__call-subtitle {
    margin: 15px 0 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #1B1E2D;
    opacity: 0.5;
  }

  .hard-info__call-content {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .hard-info__call-logo {
    width: 46px;
    height: 46px;
    margin: 0 20px 0 0;
  }

  .hard-info__call-links {
    display: flex;
    max-width: 120px;
    flex-direction: column;
  }

  .hard-info__call-link {
    max-width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #1B1E2D;
  }

  .hard-info__call-link:first-of-type {
    margin: 0 0 5px 0;
  }

  .hard-form {
    width: 100%;
    max-width: unset;
    min-width: 260px;
    margin: 25px 0 0;
  }

  .hard-form__title {
    margin: 0 0 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .hard-form__input {
    padding: 20px 15px;
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 10px;
  }

  .hard-form__table {
    margin: 0 0 10px;
    flex-direction: column;
    align-items: baseline;
  }

  .hard-form__button {
    margin: 10px 0 0;
    padding: 16px 46px;
    font-size: 12px;
    line-height: 12px;
  }

  .hard-form__policy {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 14px;
  }

  .hard-vehicle {
    width: 100%;
    max-width: unset;
    min-width: 260px;
    margin: 40px 0 0;
  }

  .hard-vehicle__title {
    width: 100%;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    line-height: 24px;
  }

  /*   
  .hard-vehicle__title::after {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  } */

  .hard-vehicle__table {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    grid-template-columns: repeat(6, 80px);
    gap: 10px;
    padding: 0 0 10px 0;
  }

  .hard-vehicle__table::-webkit-scrollbar {
    height: 3px;
  }

  .hard-vehicle__table:hover .hard-vehicle__table::-webkit-scrollbar-thumb {
    background: #FAC72D;
    border-radius: 20px;
  }

  .hard-vehicle__grid {
    width: 60px;
    height: 60px;
    box-sizing: unset;
    border: 10px solid #FFFFFF;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .hard-vehicle__grid_active {
    border: 10px solid #FAC72D;
  }

  #range-text {
    margin: 0 0 30px;
  }

  #wheels__box {
    flex-wrap: wrap;
  }

  #wheels {
    width: 100%;
  }

  .wheels__input {
    margin: 30px 44px 0 0;
  }

  .hard-vehicle__input {
    align-items: flex-start;
  }

  .hard-vehicle__text {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .ditch__input {
    align-self: center;
  }

  #ditch {
    margin: 0 16px 0 0;
  }

  .hard-vehicle__cost {
    flex-direction: column;
    margin: 40px 0 0;
  }

  .hard-vehicle__cost-text {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px 0;
  }

  .hard-vehicle__cost-rubles {
    font-size: 24px;
    line-height: 28px;
    padding: 13px 65px;
  }

  .hard-vehicle__cost-rubles::before {
    margin: 0 10px 0 0;
  }
}

/* HEADER */
.header {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 1600px;
  padding: 60px 0 0;
  margin: 0 auto;
  align-items: center;
}

.header__logo {
  max-width: 100px;
  height: auto;
}

.header__logo-name {
  margin: 0 50px 0 20px;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1B1E2D;
}

.header__location-event {
  display: block;
  position: relative;
  margin-right: 5px;
}

.location-menu {
  position: absolute;
  left: 20%;
  top: calc(100% + 30px);
  max-width: 550px;
  width: 75%;
  padding: 50px 40px 60px;
  background: #FFFFFF;
  box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: .5s linear;
  box-sizing: border-box;
  z-index: 1000;
}

.location-menu_active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.location-menu__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #1B1E2D;
}

.location-menu__table {
  margin: 40px 0 0;
  max-width: 300px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 100px;
}

.location-menu__city {
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #1B1E2D;
  opacity: 0.4;
  transition: .3s linear;
}

.location-menu__city:hover {
  opacity: 1;
}

.location-menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M13.4099 12L17.7099 7.71C17.8982 7.5217 18.004 7.2663 18.004 7C18.004 6.7337 17.8982 6.47831 17.7099 6.29C17.5216 6.1017 17.2662 5.99591 16.9999 5.99591C16.7336 5.99591 16.4782 6.1017 16.2899 6.29L11.9999 10.59L7.70994 6.29C7.52164 6.1017 7.26624 5.99591 6.99994 5.99591C6.73364 5.99591 6.47824 6.1017 6.28994 6.29C6.10164 6.47831 5.99585 6.7337 5.99585 7C5.99585 7.2663 6.10164 7.5217 6.28994 7.71L10.5899 12L6.28994 16.29C6.19621 16.383 6.12182 16.4936 6.07105 16.6154C6.02028 16.7373 5.99414 16.868 5.99414 17C5.99414 17.132 6.02028 17.2627 6.07105 17.3846C6.12182 17.5064 6.19621 17.617 6.28994 17.71C6.3829 17.8037 6.4935 17.8781 6.61536 17.9289C6.73722 17.9797 6.86793 18.0058 6.99994 18.0058C7.13195 18.0058 7.26266 17.9797 7.38452 17.9289C7.50638 17.8781 7.61698 17.8037 7.70994 17.71L11.9999 13.41L16.2899 17.71C16.3829 17.8037 16.4935 17.8781 16.6154 17.9289C16.7372 17.9797 16.8679 18.0058 16.9999 18.0058C17.132 18.0058 17.2627 17.9797 17.3845 17.9289C17.5064 17.8781 17.617 17.8037 17.7099 17.71C17.8037 17.617 17.8781 17.5064 17.9288 17.3846C17.9796 17.2627 18.0057 17.132 18.0057 17C18.0057 16.868 17.9796 16.7373 17.9288 16.6154C17.8781 16.4936 17.8037 16.383 17.7099 16.29L13.4099 12Z' fill='%231B1E2D'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
}

.header__location {
  display: flex;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  align-items: center;
  color: #1B1E2D;
  cursor: pointer;
}

.header__location::before {
  content: "";
  background-image: url(/local/templates/evakm4/css/../images/location-icon.svg);
  width: 24px;
  height: 24px;
  background-size: cover;
  display: inline-block;
  margin: 0 10px 0 0;
}

.header__phones {
  display: flex;
  margin: 0 60px 0 auto;
}

.header__phone {
  font-weight: 600;
  font-size: 18px;
  line-height: 14px;
  color: #1B1E2D;
  text-decoration: none;
}

.header__phone:first-of-type {
  margin: 0 50px 0 0;
}

.button-call-tow {
  background-color: #FAC72D;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 33px;
  border: 0;
  cursor: pointer;
  margin: 0 auto 0 0;
  transition: .4s linear;
}

.button-call-tow:hover {
  background-color: #1B1E2D;
}

.header__menu {
  border: 0;
  cursor: pointer;
  background-image: url(/local/templates/evakm4/css/../images/burger-icon.svg);
  width: 45px;
  height: 45px;
  background-color: inherit;
  background-size: cover;
}

/* mobile */
.header-mobile {
  max-width: 960px;
  box-sizing: border-box;
  padding: 12px 30px;
  display: none;
  align-items: center;
}

.header-mobile__logo {
  width: 180px;
  height: 28.36px;
}

.header-mobile__menu {
  border: 0;
  cursor: pointer;
  background-image: url(/local/templates/evakm4/css/../images/header-mobile-menu-btn.svg);
  width: 35px;
  height: 35px;
  background-color: inherit;
}

@media screen and (max-width: 1560px) {
  .header__logo {
    max-width: 90px;
  }

  .header__logo-name {
    font-size: 22px;
    line-height: 20px;
  }

  .header__location {
    font-size: 14px;
    line-height: 14px;
  }

  .header__phone {
    font-size: 14px;
    line-height: 14px;
  }

  .header__phone:first-of-type {
    margin: 0 30px 0 0;
  }

  .button-call-tow {
    padding: 15px 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .header__menu {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 1260px) {
  .header {
    width: 90%;
  }

  .header__logo {
    max-width: 80px;
  }

  .header__logo-name {
    margin: 0 20px;
    font-size: 18px;
    line-height: 16px;
  }

  .header__location {
    font-size: 12px;
    line-height: 12px;
  }

  .header__phones {
    display: none;
  }

  .header__phone {
    font-size: 12px;
    line-height: 12px;
  }

  .header__phone:first-of-type {
    margin: 0 20px 0 0;
  }

  .button-call-tow {
    padding: 10px 15px;
    margin: 0 40px 0 auto;
  }
}

@media screen and (max-width: 790px) {
  .header {
    display: none;
  }

  .header-mobile {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 20px 30px 0;
    justify-content: space-between;
  }

  .header__location {
    margin: 0 auto 0 90px;
    font-size: 12px;
    line-height: 12px;
  }
}

@media screen and (max-width: 600px) {
  .header__location {
    display: none;
  }
}

/* MAIN-MENU */
.menu {
  position: fixed;
  top: -100%;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #1B1E2D;
  z-index: 1000;
  visibility: hidden;
  transition: .4s linear;
  border-radius: 0 0 30px 30px;
  pointer-events: none;
}

.menu_active {
  top: 0;
  visibility: visible;
  pointer-events: all;
  border-radius: 0;
}

.menu__wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.menu__head {
  width: 100%;
  box-sizing: border-box;
  padding: 80px 20px 0;
  display: flex;
  align-items: center;
}

.menu__logo {
  width: 100px;
  height: auto;
  margin: 0 20px 0 0;
}

.menu__logo-title {
  margin: 0 auto 0 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu__close {
  cursor: pointer;
  background-image: url(/local/templates/evakm4/css/../images/menu__close.svg);
  width: 45px;
  height: 45px;
  border: 0;
  padding: 0;
  background-color: inherit;
}

.menu__content {
  margin: 100px auto 0 25%;
}

.menu__nav {
  display: flex;
  flex-direction: column;
  max-width: 1060px;
  border-bottom: 1px solid #E0E0E080;
}

.menu__nav-link {
  position: relative;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  align-items: center;
  min-height: 40px;
  margin: 0 0 55px 0;
  font-weight: 600;
  font-size: 36px;
  line-height: 24px;
  color: #FFFFFF80;
  text-decoration: none;
  transition: .4s linear;
}

.menu__nav-link-arrow {
  position: absolute;
  opacity: 0;
  top: 0;
  right: -160px;
  display: inline-flex;
  background-image: url(/local/templates/evakm4/css/../images/menu_big_arrow_right.svg);
  width: 120px;
  height: 40px;
  margin: 0 0 0 40px;
  pointer-events: none;
  transition: .4s linear;
}

.menu__nav-link:hover {
  color: #FFFFFF;
}

.menu__nav-link:hover .menu__nav-link-arrow {
  opacity: 1;
}

.menu__nav-list {
  position: relative;
  width: 70%;
}

.menu__nav-list-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: -190px;
  right: -115px;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 500px;
  white-space: nowrap;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: .4s linear;
}

.menu__nav-list-menu::-webkit-scrollbar {
  width: 2px;
}

.menu__nav-list-menu::-webkit-scrollbar-thumb {
  background: #E0E0E080;
  border-radius: 20px;
}

.menu__nav-list-menu_active {
  opacity: 1;
  visibility: visible;
}

.menu__nav-list-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0 50px 0;
  opacity: .5;
  transition: .4s linear;
}

.menu__nav-list-link:hover {
  opacity: 1;
}

.menu__nav-tel {
  display: flex;
  margin: 50px 0 0;
  max-width: 605px;
  justify-content: space-between;
}

.menu__work {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF4D;
  margin: 0;
}

.menu__nav-tel-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #FFFFFF4D;
  margin: 0;
  text-decoration: none;
  transition: .4s linear;
}

.menu__nav-tel-link:hover {
  color: #FFFFFF;
}

.menu__absolute {
  position: absolute;
  top: 260px;
  right: -160px;
  font-weight: 900;
  font-size: 140px;
  line-height: 288px;
  text-transform: uppercase;
  color: #FFFFFF0A;
  transform: rotate(-90deg);
  z-index: -1;
}

/* mobile */
.menu-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: inherit;
  z-index: 111;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .4s linear, background-color 1s linear;
}

.menu-mobile_active {
  right: 0;
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  background-color: #1B1E2D4D;
}

.menu-mobile__content {
  position: relative;
  width: 91%;
  height: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  margin: 0 0 0 auto;
  padding: 60px 0 0 30px;
}

.menu-mobile__nav {
  display: flex;
  flex-direction: column;
  max-width: 80px;
}

.menu-mobile__nav-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #1B1E2D;
  opacity: 0.5;
  margin: 0 0 25px 0;
}

.menu-mobile__nav-link_active {
  color: #FAC72D;
  opacity: 1;
}

.menu-mobile__border {
  max-width: 100%;
  margin: 0 30px 0 0;
  height: 1px;
  background-color: #1B1E2D;
  opacity: 0.1;
}

.menu-mobile__nav-tel {
  display: flex;
  flex-wrap: wrap;
  max-width: 220px;
  margin: 30px 0 0;
  justify-content: space-between;
}

.menu-mobile__work {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #1B1E2D;
}

.menu-mobile__call-us {
  width: 100%;
  margin: 20px 0 10px;
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  color: #1B1E2D;
  opacity: 0.5;
}

.menu-mobile__nav-tel-link {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
}

.button-call-tow.header-mobile__button {
  max-width: 185px;
  box-sizing: border-box;
  margin: 30px 0 0;
  padding: 14px 26px;
  font-weight: 900;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.menu-mobile__close {
  position: absolute;
  background-color: inherit;
  background-image: url(/local/templates/evakm4/css/../images/mobile-menu__close.svg);
  width: 25px;
  height: 25px;
  background-size: cover;
  top: 20px;
  right: 30px;
}

/* MAP */
.map {
  width: 100%;
  background-color: #1B1E2D;
  position: relative;
  overflow: hidden;
}

.map__wrapper {
  width: 85%;
  max-width: 1600px;
  margin: 0 auto 0;
  padding: 210px 0 150px;
}

.map__wrapper.map__wrapper_not_padding {
  padding-top: 110px !important;
}

.map__wrapper_content {
  max-width: 695px;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
}

.map__wrapper_content h2,
.map__wrapper_content h1,
.map__wrapper_content h3 {
  margin: 0 0 30px;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
}

.map__title {
  max-width: 765px;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #FFFFFF;
}

.map__subtitle {
  max-width: 750px;
  margin: 80px 0 90px;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
}

.map__table_mobile {
  display: none;
  flex-direction: column;
  gap: 12px;
}

.map__show-more {
  display: none;
  margin: 40px 0 0;
  border: 0;
  padding: 0 0 3px 0;
  border-bottom: 3px solid #FAC72D;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  background-color: inherit;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

.map__table {
  position: relative;
  max-width: 762px;
  margin: 60px 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.map__item {
  width: 185px;
  margin: 0 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.map__item-letter {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 24px;
  line-height: 14px;
  color: #FFFFFF;
  padding: 0 0 15px 0;
  border-bottom: 4px solid #FAC72D;
}

.map__item-city {
  display: flex;
  margin: 30px 0 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #A3A3A3;
  text-decoration: none;
}

.map__image {
  background-image: url(/local/templates/evakm4/css/../images/map.svg);
  position: absolute;
  background-size: 100%;
  width: 1070px;
  height: 1172px;
  top: 190px;
  right: 0;
}

.map__image_mobile {
  display: none;
  background-image: url(/local/templates/evakm4/css/../images/map_mobile.png);
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 528px;
  top: 55px;
  right: 0;
}

@media screen and (max-width: 1590px) {
  .map__image {
    background-image: url(/local/templates/evakm4/css/../images/map_middle.png);
    opacity: .5;
  }
}

@media screen and (max-width: 1309px) {
  .map__title {
    font-size: 40px;
    line-height: 42px;
  }

  .map__image {
    opacity: .3;
  }
}

@media screen and (max-width: 600px) {
  .map {
    margin: 60px 0 0;
  }

  .map__wrapper {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    padding: 60px 0 80px;
  }

  .map__wrapper.map__wrapper_not_padding {
    padding-top: 60px !important;
  }

  .map__wrapper_content h2,
  .map__wrapper_content h1,
  .map__wrapper_content h3 {
    font-size: 24px;
    line-height: 24px;
  }

  .map__title {
    font-size: 34px;
    line-height: 36px;
  }

  .map__subtitle {
    margin: 30px 0 0;
  }


  .map__table_mobile_active {
    display: flex;
    max-width: 185px;
    margin: 0 auto 0 0;
  }

  .map__item-letter {
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    color: #A3A3A3;
  }

  .map__show-more {
    display: block;
  }

  .map__table {
    display: none;
  }

  .map__image {
    display: none;
  }

  .map__image_mobile {
    display: block;
  }
}

/* MORE-SECTION */
.more-section {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 140px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 2;
}

.more-section__title {
  width: 100%;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #1B1E2D;
  position: relative;
  z-index: 2;
}

.more-section__title_article {
  margin: 0 0 50px 0;
}

.more-section__title_about {
  position: relative;
  margin: 0 0 50px 0;
  max-width: 920px;
  z-index: 2;
}

.more-section__subtitle {
  width: 100%;
  margin: 80px 0 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #1B1E2D;
  position: relative;
  z-index: 2;
}

.more-section__sign {
  position: absolute;
  width: 1600px;
  top: 30px;
  left: 40px;
  font-weight: 900;
  font-size: 220px;
  line-height: 288px;
  text-transform: uppercase;
  color: #FFFFFF80;
  z-index: 1;
}

.more-section__table {
  max-width: 1450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 0 0;
  position: relative;
  z-index: 2;
}

.more-section__item {
  display: flex;
  max-width: 630px;
  margin: 0 0 90px 0;
}

.more-section__item-image {
  display: flex;
  width: 50px;
  height: auto;
  margin: 0 40px auto 0;
}

.more-section__item-content {
  margin: 10px 0 0;
}

.more-section__item-title {
  font-weight: normal;
  font-size: 26px;
  line-height: 26px;
  color: #1B1E2D;
}

.more-section__item-subtitle {
  margin: 45px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #1B1E2D;
}

@media screen and (max-width: 1399px) {
  .more-section {
    flex-direction: column;
  }
}

@media screen and (max-width: 600px) {
  .more-section {
    margin: 60px auto 0;
    width: 80%;
    min-width: 260px;
    max-width: unset;
  }

  .more-section__title {
    font-size: 24px;
    line-height: 24px;
  }

  .more-section__title_about {
    margin: 0;
  }

  .more-section__subtitle {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 20px;
  }

  .more-section__table {
    margin: 40px 0 0;
  }

  .more-section__item {
    margin: 0 0 30px 0;
  }

  .more-section__item-image {
    margin: 0 20px auto 0;
    background-size: cover;
    width: 40px;
  }

  .more-section__item-title {
    font-size: 20px;
    line-height: 20px;
  }

  .more-section__item-subtitle {
    margin: 25px 0 0;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
}

/* MOTOR-POOL */
.our-park {
  width: 90%;
  max-width: 1600px;
  margin: 120px auto 0;
}

.our-park__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 38px;
  color: #1B1E2D;
  margin: 0 0 80px 0;
}

.our-park__table {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(32%, max-content));
  gap: 20px;
}

.our-park__table-item {
  width: 100%;
  position: relative;
  transition: .4s linear;
}

.our-park__table-item:hover {
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.2));
}

.our-park__item-image {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 10px;
  cursor: pointer;
}

.our-park__item-button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  pointer-events: none;
  width: 77px;
  height: 77px;
  background-color: #FAC72D;
  border-radius: 40px;
  padding: 21px 19px 18px;
  transition: .4s linear;
}

.our-park__table-item:hover .our-park__item-button {
  background-color: #1B1E2D;
}

.our-park__item-button-loupe {
  background-image: url(/local/templates/evakm4/css/../images/motor-pool/our-park__item-button-loupe.svg);
  height: 38px;
  width: 39px;
}

@media screen and (max-width: 1119px) {
  .our-park__title {
    font-size: 36px;
    margin: 0 0 40px 0;
  }

  .our-park__table-item {
    position: relative;
    transition: .4s linear;
  }


  .our-park__item-button {
    left: 15px;
    bottom: 15px;
    width: 50px;
    height: 50px;
    padding: 0;
  }

  .our-park__item-button-loupe {
    background-size: cover;
    width: 29px;
    height: 28px;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .our-park {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .our-park__title {
    font-size: 24px;
    line-height: 24px;
  }

  .our-park__table {
    grid-template-columns: 1fr
  }
}

/* PHASE */
.phase {
  display: flex;
  width: 90%;
  flex-direction: column;
  max-width: 1600px;
  margin: 180px auto 0;
}

.phase__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 46px;
  color: #1B1E2D;
}

.phase__table {
  display: flex;
  margin: 80px 0 0;
  align-items: center;
}

.phase__item {
  max-width: 280px;
}

.phase__item:nth-of-type(1) {
  max-width: 220px;
}

.phase__item:nth-of-type(3) {
  max-width: 175px;
}

.phase__item-count {
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: #FAC72D;
}

.phase__item-text {
  margin: 20px 0 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #4D4D4D;
}

.phase__arrow {
  background-image: url(/local/templates/evakm4/css/../images/phase__arrow.png);
  background-size: cover;
  width: 265px;
  height: 24px;
  margin: 25px auto 0 20px;
}

.phase__item-image {
  display: flex;
  width: 100px;
  height: auto;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1530px) {
  .phase__title {
    font-size: 40px;
    line-height: 40px;
  }

  .phase__item-count {
    font-size: 28px;
    line-height: 28px;
  }

  .phase__item {
    max-width: 205px;
  }

  .phase__item:nth-of-type(1) {
    max-width: 165px;
  }

  .phase__item:nth-of-type(3) {
    max-width: 130px;
  }

  .phase__item-text {
    font-size: 24px;
    line-height: 28px;
  }

  .phase__arrow {
    width: 200px;
    height: 18px;
    margin: 20px auto 0;
  }

  .phase__item-image {
    width: 85px;
  }
}

@media screen and (max-width: 1160px) {
  .phase__table {
    margin: 50px 0 0;
    justify-content: space-between;
  }

  .phase__arrow {
    display: none;
  }

  .phase__item-image {
    margin: 0;
  }
}

@media screen and (max-width: 699px) {
  .phase__table {
    margin: 50px 0 0;
    flex-direction: column;
    margin: 50px 0 0;
    align-items: baseline;
  }

  .phase__item:nth-of-type(3) {
    margin: 30px 0;
  }
}

@media screen and (max-width: 600px) {
  .phase {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .phase__title {
    max-width: 200px;
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .phase__table {
    width: 60%;
    min-width: 260px;
    margin: 50px 0 0;
    flex-direction: column;
    justify-content: unset;
    align-items: unset;
  }

  .phase__item {
    width: 100%;
    max-width: 260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px 0;
  }

  .phase__item:nth-of-type(1) {
    max-width: 260px;
  }

  .phase__item:nth-of-type(3) {
    max-width: 260px;
  }

  .phase__item-count {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .phase__item-text {
    max-width: 210px;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .phase__arrow {
    display: none;
  }

  .phase__item-image {
    display: block;
    width: 65px;
    margin: -20px 0 0 auto;
  }
}

/* POPUP */
.popup {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000080;
  justify-content: center;
  align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.popup_active {
  visibility: visible;
  opacity: 1;
}

.form-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.popup__form {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  padding: 70px 60px;
}

.popup__form-title {
  margin: 0 0 10px 0;
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #1B1E2D;
}

.popup__form-subtitle {
  margin: 10px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.popup__form-label {
  display: block;
}

.popup__form-input {
  width: 100%;
  max-width: 500px;
  margin: 30px 0 0 0;
  border: 0;
  padding: 20px 0 20px 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #1B1E2D;
  background-color: #F6F6F6;
  border-radius: 5px;
  box-sizing: border-box;
}

.popup__form-textarea {
  display: block;
  font-family: "Montserrat" !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

.popup__form-table {
  display: flex;
  margin: 50px 0 0;
  align-items: center;
  flex-wrap: wrap;
}

.popup__form-button {
  background-color: #1B1E2D;
  margin: 0;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 20px 33px;
  border: 0;
  cursor: pointer;
  transition: .4s linear;
}

.popup__form-button:hover {
  background-color: #FAC72D;
}

.popup__form-policy {
  max-width: 235px;
  margin: 0 0 0 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #1B1E2D;
}

.popup__form-policy_bold {
  font-weight: 600;
  color: #1B1E2D;
}

#all-form {
  width: 90%;
  max-width: 655px;
  position: relative;
}

.popup__close {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url(/local/templates/evakm4/css/../images/popup-close_icon.svg);
  background-color: inherit;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .popup__form {
    padding: 50px 40px;
  }

  .popup__form-title {
    font-size: 22px;
    line-height: 28px;
  }

  .popup__form-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .popup__form-input {
    margin: 20px 0 0 0;
    padding: 10px 0 10px 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .popup__form-textarea {
    font-size: 12px !important;
    line-height: 16px !important;
  }

  .popup__form-table {
    margin: 30px 0 0;
    flex-direction: column;
    align-items: unset;
    flex-wrap: unset;
  }

  .popup__form-button {
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 12px;
    line-height: 12px;
  }

  .popup__form-policy {
    margin: 15px 0 0;
    align-self: baseline;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #1B1E2D;
  }
}

/* PRICE */
.price {
  width: 95%;
  max-width: 1600px;
  margin: 140px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.price__title {
  width: 100%;
  font-weight: 800;
  font-size: 46px;
  line-height: 38px;
  color: #1B1E2D;
  margin: 0 0 80px 0;
}

.price__table-left {
  width: 100%;
  max-width: 925px;
  margin: 0 auto 0 0;
}

.price__card {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  cursor: pointer;
  margin: 0 auto 40px 0;
}

.price__card-image {
  width: 131px;
  height: auto;
  margin: 30px 55px 50px 40px;
}

.price__card-content {
  width: 100%;
  max-width: 340px;
}

/* .price__card-div {

} */

.price__card-main {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #1B1E2D;
}

.price__card-sub {
  margin: 2px 0 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FAC72D;
}

.price__card-serparator {
  width: 1px;
  height: 72px;
  background-color: #E0E0E0;
  margin: 0 60px 0 auto;
}

.price__card-button {
  /*pointer-events: none;*/
  background-color: #1B1E2D;
  margin: 0 0 0 auto;
  border-radius: 20px 0px 0px 0px;
  padding: 15px 34px;
  font-weight: 900;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  align-self: flex-end;
  transition: .4s linear;
}

.price__card:hover .price__card-button {
  background-color: #FAC72D;
}

@media screen and (max-width: 929px) {
  .price__card-image {
    width: 110px;
    margin: 30px 35px 40px 30px;
  }

  .price__card-content {
    width: 25%;
  }

  .price__card-main {
    font-size: 14px;
    line-height: 16px;
  }

  .price__card-sub {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 12px;
  }

  .price__card-serparator {
    height: 52px;
    margin: 0 30px 0 auto;
  }

  .price__card-button {
    margin: 0 0 0 15px;
    padding: 15px 20px;
  }
}

@media screen and (max-width: 600px) {
  .price {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .price__title {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 30px;
  }

  .price__card {
    position: relative;
    flex-direction: column;
    align-items: unset;
    padding: 20px 20px 60px;
    width: 80%;
    min-width: 260px;
    max-width: 340px;
    box-sizing: border-box;
  }

  .price__card-image {
    width: 89px;
    height: 65px;
  }

  .price__card-content {
    width: 100%;
    margin: 20px 0 30px;
  }

  .price__card-main {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }

  .price__card-sub {
    font-size: 14px;
    line-height: 14px;
  }

  .price__card-serparator {
    display: none;
  }

  .price__card-button {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 12px;
    margin: 0 0 0 10px;
    padding: 10px 20px;
  }
}

/* QUESTION */
.question {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 180px auto 0;
  padding: 0 0 90px 0;
}

.question__table {
  width: 65%;
  max-width: 920px;
  padding: 0 10px 0 0;
}

.question__request {
  display: flex;
  max-width: 920px;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: flex-end;
  background-color: #FFFFFF;
  padding: 70px 60px;
}

.question__request-title {
  width: 100%;
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
  color: #1B1E2D;
}

.question__request-subtitle {
  max-width: 430px;
  margin: 30px auto 0 0;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  color: #1B1E2D;
}

.question__request-button {
  background-color: #FAC72D;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  padding: 20px 33px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s linear;
}

.question__request-button:hover {
  background-color: #1B1E2D;
}

.question__title {
  max-width: 680px;
  margin: 120px 0 80px;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #1B1E2D;
}

.question__text {
  max-width: 920px;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #1B1E2D;
}

.question__text img {
  float: left;
  margin-right: 1%;
  width: 32%;
  max-height: 150px;
  object-fit: cover;
}

.question__image {
  display: flex;
  width: 35%;
  margin: 0 0 0 auto;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  object-fit: cover;
  max-height: 850px;
}

.question__image_mobile {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1300px) {
  .question {
    margin: 100px auto 0;
    padding: 0 0 55px 0;
  }

  .question__table {
    width: 100%;
    padding: 0;
  }

  .question__request {
    padding: 40px 30px;
  }

  .question__request-subtitle {
    margin: 30px auto 30px 0;
    font-size: 26px;
    line-height: 28px;
  }

  .question__title {
    font-size: 36px;
    line-height: 38px;
  }

  .question__image {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .question {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .question__table {
    width: 100%;
  }

  .question__request {
    padding: 40px 30px 60px;
  }

  .question__request-title {
    font-size: 24px;
    line-height: 24px;
  }

  .question__request-subtitle {
    margin: 30px 0 0;
    font-size: 24px;
    line-height: 24px;
  }

  .question__request-button {
    margin: 30px 0 0;
    padding: 16px 33px;
    font-size: 12px;
    line-height: 12px;
  }

  .question__image_mobile {
    display: block;
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: cover;
  }

  .question__title {
    margin: 60px 0 0;
    font-size: 24px;
    line-height: 24px;
  }

  .question__text {
    margin: 40px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
}

/* RANGE */
.range {
  position: relative;
  max-width: 465px;
  width: 55%;
}

.fill {
  position: absolute;
  width: 0%;
  background-color: #FAC72D;
  border-radius: 2px;
  height: 3px;
  left: 0;
  bottom: 4px;
  z-index: 1;
}

.range__text {
  position: absolute;
  left: -5px;
  bottom: -27px;
}

.range__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #1B1E2D;
  border-radius: 2px;
  outline: none;
}

.range__slider::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 3px solid #1B1E2D;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 100;
}

/* 
@media screen and (max-width: 839px) {
  .range {
    width: 300px;
  }

  .range__slider {
    width: 300px;
  }
} */

@media screen and (max-width: 1279px) {
  #range {
    width: 100%;
    flex-direction: column;
  }

  .text {
    left: -4px;
    bottom: -25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: #1B1E2D;
  }

  .range {
    width: 100%;
  }

  .range__slider {
    width: 100%;
  }
}

/* REWIEW */
.rewiew {
  width: 95%;
  max-width: 1600px;
  margin: 140px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.rewiew__title {
  width: 80%;
  font-weight: 800;
  font-size: 46px;
  line-height: 38px;
  color: #1B1E2D;
  margin: 0 0 80px 0;
}

.rewiew__table-left {
  width: 100%;
  max-width: 925px;
  margin: 0 auto 40px 0;
}

.rewiew__box {
  max-width: 925px;
  margin: 0 auto 0 0;
  background-color: #FFFFFF;
  padding: 60px 80px 0 60px;
  box-sizing: border-box;
}

.rewiew__box_top {
  padding: 80px 80px 0 60px;
}

.rewiew__box_bottom {
  padding: 60px 80px 40px 60px;
}

.rewiew__box-name {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #1B1E2D;
}

.rewiew__box-date {
  margin: 20px 0 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #A3A3A3;
}

.rewiew__box-text {
  font-size: 14px;
  line-height: 28px;
  color: #000000;
}

/* .rewiew__box-text_active {
  height: unset;
} */

.rewiew__box-line {
  margin: auto 0 0 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #1B1E2D12;
}

.rewiew__box-line_bottom {
  border: 0;
}


@media screen and (max-width: 999px) {
  .rewiew__title {
    font-size: 46px;
    margin: 0px 0px 40px;
  }

  .rewiew__box_top {
    padding: 40px 20px 0 20px;
  }

  .rewiew__box {
    padding: 30px 20px 0 20px;
  }

  .rewiew__box_bottom {
    padding: 30px 20px 20px 20px;
  }

  .rewiew__box-name {
    font-size: 20px;
    line-height: 20px;
  }

  .rewiew__box-date {
    font-size: 16px;
    line-height: 16px;
  }

  .rewiew__box-text {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 600px) {
  .rewiew {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 60px auto 0;
  }

  .rewiew__title {
    font-size: 24px;
    line-height: 24px;
  }
}

/* SERVICE */
.service {
  position: relative;
  width: 90%;
  max-width: 1600px;
  margin: 120px auto 0;
  display: flex;
  z-index: 10;
}

.service__table-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.service__title {
  max-width: 715px;
  margin: 0 auto 0 0;
  font-style: normal;
  font-weight: 900;
  font-size: 68px;
  line-height: 72px;
  color: #1B1E2D;
}

.service__title:first-letter {
  color: #FAC72D;
}

.service__subtitle {
  max-width: 625px;
  margin: 70px auto 0 0;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1B1E2D;
}

.service p,
.service ul,
.service li {
  max-width: 625px;
  font-size: 18px;
  line-height: 24px;
  color: #1B1E2D;
}

.service ul {
  padding: 0 0 0 15px;
}

.service__button-call {
  display: flex;
  cursor: pointer;
  width: 250px;
  margin: 70px 0 20px;
  box-sizing: border-box;
  padding: 20px 28px;
  background-color: #FAC72D;
  border-radius: 5px;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s linear;
}

.service__button-call:hover {
  background-color: #1B1E2D;
}

.service__button-scroll {
  display: flex;
  margin: auto 0 0;
  cursor: pointer;
  background-color: #1B1E2D;
  width: 40px;
  height: 40px;
  padding: 5px;
  border-radius: 50%;
  transition: .4s linear;
}

.service__button-scroll:hover {
  background-color: #FAC72D;
}

.service__button-scroll-arrow {
  display: block;
  background-image: url(/local/templates/evakm4/css/../images/button-scroll-arrow.svg);
  width: 30px;
  height: 30px;
}

.service__card {
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}

.service__card_in-main {
  width: 100%;
  max-width: 700px;
  margin: 50px 0 0;
  display: none;
}

.service__card-image {
  display: flex;
  width: 100%;
  height: auto;
}

.service__card-item-link {
  width: 50%;
  display: flex;
  box-sizing: border-box;
  transition: .4s linear;
}

.service__card-item-link:hover {
  opacity: .8;
}

.service__card-item {
  width: 100%;
  padding: 60px;
  background-color: #FFFFFF;
}

.service__card_padding {
  padding: 60px 0 60px 60px;
}

.service__card-title {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  color: #1B1E2D;
}

.service__card-subtitle {
  max-width: 280px;
  margin: 40px 0 25px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1B1E2D;
}

.service__card-button {
  background-image: url(/local/templates/evakm4/css/../images/service__card-button.svg);
  background-color: inherit;
  cursor: pointer;
  width: 120px;
  height: 40px;
}

@media screen and (max-width: 1540px) {
  .service__table-left {
    width: 45%;
    padding: 0 20px 0 0;
    max-width: 510px;
  }

  .service__title {
    font-size: 48px;
    line-height: 48px;
  }

  .service__subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .service__button-call {
    width: unset;
    margin: 50px 0 20px;
    max-width: 301px;
    font-size: 16px;
    line-height: 14px;
    padding: 20px 40px;
  }

  .service__card {
    width: 40%;
    min-width: 590px;
    margin: 0 0 0 auto;
  }

  .service__card-item {
    padding: 40px 50px;
  }

  .service__card_padding {
    padding: 40px 0 40px 50px;
  }

  .service__card-title {
    font-size: 24px;
    line-height: 28px;
  }

  .service__card-subtitle {
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1109px) {
  .service__table-left {
    width: 90%;
    max-width: 800px;
    padding: 0;
  }

  .service__title {
    width: 100%;
    margin: 0;
  }

  .service__subtitle {
    max-width: 550px;
    margin: 40px 0;
  }

  .service__button-call {
    margin: 0 0 50px;
  }

  .service__button-scroll {
    margin: 50px 0 0;
  }

  .service__card {
    display: none;
  }

  .service__card_in-main {
    display: flex;
    min-width: unset;
    max-width: 780px;
    width: 100%;
    margin: 0;
  }

  .service__card-item {
    padding: 10.3% 13%;
  }

  .service__card_padding {
    padding: 10.3% 0 10.3% 13%;
  }

  .service__card-title {
    font-size: 24px;
    line-height: 28px;
  }

  .service__card-subtitle {
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 799px) {
  .service__table-left {
    width: 90%;
    max-width: 690px;
    padding: 0;
  }

  .service__title {
    max-width: 618px;
    font-size: 36px;
    line-height: 36px;
  }

  .service__subtitle {
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0;
  }

  .service__button-call {
    width: 273px;
    padding: 20px 26px;
    margin: 0;
  }

  .service__button-scroll {
    margin: 50px auto 0;
  }

  .service__card {
    display: none;
  }

  .service__card_in-main {
    display: flex;
    min-width: unset;
    max-width: 780px;
    width: 100%;
    margin: 0;
  }

  .service__card-item {
    padding: 40px 55px 50px;
  }

  .service__card_padding {
    padding: 40px 0 50px 55px;
  }

  .service__card-title {
    font-size: 24px;
    line-height: 28px;
  }

  .service__card-subtitle {
    max-width: 200px;
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 739px) {
  .service__card_in-main {
    flex-direction: column;
  }

  .service__card-item-link {
    width: 100%;
  }

  .service__card_padding {
    padding: 40px 50px 55px;
  }
}


@media screen and (max-width: 600px) {
  .service {
    width: 80%;
    min-width: 260px;
    max-width: unset;
    margin: 30px auto 0;
  }

  .service__table-left {
    width: 100%;
    max-width: 690px;
    padding: 0;
  }

  .service__title {
    font-size: 24px;
    line-height: 24px;
  }

  .service__subtitle {
    font-size: 14px;
    line-height: 28px;
    margin: 30px 0;
  }

  .service__button-call {
    font-size: 12px;
    line-height: 12px;
    width: 260px;
    padding: 16px 47px;
  }

  .service__button-scroll {
    display: none;
  }

  .service__card_in-main {
    flex-direction: column;
    margin: 30px 0 0;
  }

  .service__card-item-link {
    width: 100%;
  }

  .service__card-item {
    padding: 40px 30px 50px;
  }

  .service__card_padding {
    box-sizing: border-box;
    padding: 40px 30px 50px;
  }

  .service__card-title {
    font-size: 20px;
    line-height: 24px;
    max-width: unset;
  }

  .service__card-subtitle {
    max-width: unset;
    font-size: 14px;
    line-height: 20px;
  }
}

/* SLIDER */
.slider {
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin: 180px auto 0;
}

.slider-info {
  width: 35%;
  padding: 0 15px 0 0;
}

.slider-info__title {
  max-width: 550px;
  margin: 0 0 0;
  font-weight: 800;
  font-size: 46px;
  line-height: 48px;
  color: #1B1E2D;
}

.slider-info__title:first-letter {
  color: #FAC72D;
}

.slider-info__text {
  max-width: 550px;
  margin: 80px auto 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #1B1E2D;
}

.slider-info__buttons {
  max-width: 550px;
  margin: 160px auto 20px 0;
}

.slider-info__buttons_mobile {
  display: none;
}

.slider-info__button {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: inherit;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}

.black-arrow {
  background-image: url(/local/templates/evakm4/css/../images/black-slider-arrow.svg);
  width: 40px;
  height: 40px;
  margin: 0 40px 0 0;
}

.yellow-arrow {
  background-image: url(/local/templates/evakm4/css/../images/yellow-slider-arrow.svg);
  width: 120px;
  height: 40px;
}

.slider-container {
  display: flex;
  margin: 0 0 0 150px;
}

.swiper-container {
  margin: 0 auto 0 130px;
  width: 930px;
}

.swiper__mobile {
  display: none;
}

.slider-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 440px;
  background-color: #FFFFFF;
  border-radius: 10px;
  z-index: 2;
}

.slider-slide__image {
  width: 234px;
  height: 176px;
  object-fit: contain;
  margin: 80px auto 0 75px;
}

.slider-slide__name {
  margin: 100px auto 0 50px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #1B1E2D;
}

.slider-slide__price {
  margin: 10px auto 70px 50px;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FAC72D;
}

.slider-slide__circle {
  display: none;
  position: absolute;
  height: 208px;
  width: 208px;
  left: 45px;
  top: 75px;
  background-color: #FAC72D;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 1559px) {
  .slider {
    flex-direction: column;
  }

  .slider-info {
    width: 100%;
    padding: 0;
  }

  .slider-info__title {
    max-width: 100%;
  }

  .slider-info__text {
    max-width: 100%;
    margin: 60px auto 0 0;
  }

  .slider-info__buttons {
    display: none;
  }

  .swiper-container {
    width: 1370px;
    margin: 40px 0 0 !important;
  }

  .slider-info__buttons_mobile {
    margin: 50px 0 0 20px;
    display: flex;
  }
}

@media screen and (max-width: 1524px) {
  .swiper-container {
    width: 930px;
    margin: 40px auto 0 !important;
  }
}

@media screen and (max-width: 999px) {
  .swiper-container {
    width: 840px;
    margin: 40px auto 0 !important;
  }

  .slider-slide {
    width: 260px;
    padding: 30px 45px 40px;
    box-sizing: border-box;
  }

  .slider-slide__image {
    width: 167px;
    height: 126px;
    margin: 0;
  }

  .slider-slide__name {
    margin: 60px 0 30px;
    font-size: 16px;
    line-height: 20px;
  }

  .slider-slide__price {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
  }

  .slider-slide__circle {
    position: absolute;
    height: 148px;
    width: 148px;
    left: 40px;
    top: 35px;
    background-color: #FAC72D;
    border-radius: 50%;
    z-index: -1;
  }
}

@media screen and (max-width: 889px) {
  .swiper-container {
    width: 550px;
    margin: 40px auto 0 !important;
  }
}

@media screen and (max-width: 600px) {
  .slider {
    margin: 60px auto 0;
    width: 80%;
    min-width: 260px;
    max-width: unset;
    padding: 0;
  }

  #range__box {
    flex-direction: column;
  }

  .swiper-container {
    width: 260px;
    margin: 40px auto 0 !important;
  }

  .slider-info__buttons_mobile {
    margin: 50px 0 0;
  }

  .slider-info__title {
    font-size: 24px;
    line-height: 24px;
  }

  .slider-info__text {
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 28px;
  }
}

.text {
  margin: 10px 0;
}
/* End */


/* Start:/local/templates/evakm4/css/jquery.fancybox.min.css?165402485812795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/evakm4/vendor/swiper.css?165402485916190*/
/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrap.min.css?165402483922741*/
.slam-easyform{font:normal 16px/1.4 "Arial", sans-serif}.slam-easyform .hidden{display:none!important;visibility:hidden!important}.slam-easyform .form-group{margin-bottom:15px}.slam-easyform .control-label{display:inline-block;margin-bottom:5px;font-weight:700}.slam-easyform .form-control{display:block;width:100%;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;box-sizing:border-box}.slam-easyform .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}.slam-easyform [class*="col-xs"]{float:left;position:relative;min-height:1px;padding-left:15px;padding-right:15px;box-sizing:border-box}.slam-easyform .row{margin-left:-15px;margin-right:-15px}.slam-easyform .row:before{content:" ";display:table;clear:both}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .radio-inline, .slam-easyform .checkbox-inline{display:inline-block;position:relative;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.slam-easyform .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}.slam-easyform .btn:active, .slam-easyform .btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)}.slam-easyform .btn:hover, .slam-easyform .btn:focus{color:#333;text-decoration:none}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);box-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125)}.slam-easyform .pull-right{float:right}.slam-easyform .pull-right{float:right!important}.slam-easyform .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.slam-easyform .btn-primary:active:hover, .slam-easyform .btn-primary.active:hover, .slam-easyform .open>.dropdown-toggle.btn-primary:hover, .slam-easyform .btn-primary:active:focus, .slam-easyform .btn-primary.active:focus, .slam-easyform .open>.dropdown-toggle.btn-primary:focus, .slam-easyform .btn-primary:active.focus, .slam-easyform .btn-primary.active.focus, .slam-easyform .open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.slam-easyform .btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{background-image:none}.slam-easyform .btn-primary:hover, .slam-easyform .btn-primary:focus, .slam-easyform .btn-primary:active, .slam-easyform .btn-primary.active, .slam-easyform .open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.slam-easyform .btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slam-easyform .pull-right{float:right !important}.slam-easyform input, .slam-easyform button, .slam-easyform select, .slam-easyform textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}.slam-easyform button, .slam-easyform input[type=button], .slam-easyform input[type=reset], .slam-easyform input[type=submit]{-webkit-appearance:button;cursor:pointer}.slam-easyform button, .slam-easyform select{text-transform:none}.slam-easyform button{overflow:visible}.slam-easyform button, .slam-easyform input[type="button"], .slam-easyform input[type="reset"], .slam-easyform input[type="submit"]{-webkit-appearance:button;cursor:pointer}.slam-easyform .close:not([disabled]):not(.disabled){cursor:pointer}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform .modal-header .close{margin-top:-2px}.slam-easyform button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.slam-easyform .close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity: .2;filter:alpha(opacity=20)}.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}.slam-easyform .close:hover, .slam-easyform .close:focus{color:#000;text-decoration:none;cursor:pointer;opacity: .5;filter:alpha(opacity=50)}.slam-easyform .fade.in{opacity:1;background:rgba(0, 0, 0, .5)}.slam-easyform .modal{text-align:center}.modal-open .slam-easyform .modal{overflow-x:hidden}.slam-easyform .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.slam-easyform .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;background:none}.slam-easyform .modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.slam-easyform .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);background-clip:padding-box;outline:0}.slam-easyform .modal-content{-webkit-box-shadow:0 5px 15px rgba(0, 0, 0, .5);box-shadow:0 5px 15px rgba(0, 0, 0, .5)}.slam-easyform .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.slam-easyform .modal-body{position:relative;padding:20px}.slam-easyform .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.slam-easyform .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.slam-easyform .alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.slam-easyform .has-success .help-block, .slam-easyform .has-success .control-label, .slam-easyform .has-success .radio, .slam-easyform .has-success .checkbox, .slam-easyform .has-success .radio-inline, .slam-easyform .has-success .checkbox-inline{color:#3c763d}.slam-easyform .clearfix:before, .slam-easyform .clearfix:after, .slam-easyform .container:before, .slam-easyform .container:after, .slam-easyform .container-fluid:before, .slam-easyform .container-fluid:after, .slam-easyform .row:before, .slam-easyform .row:after, .slam-easyform .form-horizontal .form-group:before, .slam-easyform .form-horizontal .form-group:after, .slam-easyform .btn-toolbar:before, .slam-easyform .btn-toolbar:after, .slam-easyform .btn-group-vertical>.btn-group:before, .slam-easyform .btn-group-vertical>.btn-group:after, .slam-easyform .nav:before, .slam-easyform .nav:after, .slam-easyform .navbar:before, .slam-easyform .navbar:after, .slam-easyform .navbar-header:before, .slam-easyform .navbar-header:after, .slam-easyform .navbar-collapse:before, .slam-easyform .navbar-collapse:after, .slam-easyform .pager:before, .slam-easyform .pager:after, .slam-easyform .panel-body:before, .slam-easyform .panel-body:after, .slam-easyform .modal-footer:before, .slam-easyform .modal-footer:after{content:" ";display:table;clear:both}@media (min-width:768px){.slam-easyform .modal-dialog{position:relative;width:auto;margin:10px}.slam-easyform .modal-dialog{width:600px;margin:30px auto}.slam-easyform .container{width:750px}.slam-easyform .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}}@media (min-width:992px){.slam-easyform .container{width:970px}}@media (min-width:1200px){.slam-easyform .container{width:1170px}}.modal-open{overflow:hidden}.slam-easyform *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slam-easyform .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .has-error .help-block, .slam-easyform .has-error .control-label, .slam-easyform .has-error .radio, .slam-easyform .has-error .checkbox, .slam-easyform .has-error .radio-inline, .slam-easyform .has-error .checkbox-inline{color:#a94442}.slam-easyform .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}.slam-easyform .radio input[type=radio], .slam-easyform .radio-inline input[type=radio], .slam-easyform .checkbox input[type=checkbox], .slam-easyform .checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.slam-easyform input[type=radio], .slam-easyform input[type=checkbox]{margin:4px 0 0;margin-top:1px 9;line-height:normal}.slam-easyform input[type=checkbox], .slam-easyform input[type=radio]{box-sizing:border-box;padding:0}.slam-easyform .has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168}.slam-easyform .has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483}.slam-easyform .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-sm-1, .slam-easyform .col-md-1, .slam-easyform .col-lg-1, .slam-easyform .col-xs-2, .slam-easyform .col-sm-2, .slam-easyform .col-md-2, .slam-easyform .col-lg-2, .slam-easyform .col-xs-3, .slam-easyform .col-sm-3, .slam-easyform .col-md-3, .slam-easyform .col-lg-3, .slam-easyform .col-xs-4, .slam-easyform .col-sm-4, .slam-easyform .col-md-4, .slam-easyform .col-lg-4, .slam-easyform .col-xs-5, .slam-easyform .col-sm-5, .slam-easyform .col-md-5, .slam-easyform .col-lg-5, .slam-easyform .col-xs-6, .slam-easyform .col-sm-6, .slam-easyform .col-md-6, .slam-easyform .col-lg-6, .slam-easyform .col-xs-7, .slam-easyform .col-sm-7, .slam-easyform .col-md-7, .slam-easyform .col-lg-7, .slam-easyform .col-xs-8, .slam-easyform .col-sm-8, .slam-easyform .col-md-8, .slam-easyform .col-lg-8, .slam-easyform .col-xs-9, .slam-easyform .col-sm-9, .slam-easyform .col-md-9, .slam-easyform .col-lg-9, .slam-easyform .col-xs-10, .slam-easyform .col-sm-10, .slam-easyform .col-md-10, .slam-easyform .col-lg-10, .slam-easyform .col-xs-11, .slam-easyform .col-sm-11, .slam-easyform .col-md-11, .slam-easyform .col-lg-11, .slam-easyform .col-xs-12, .slam-easyform .col-sm-12, .slam-easyform .col-md-12, .slam-easyform .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.slam-easyform .col-xs-1, .slam-easyform .col-xs-2, .slam-easyform .col-xs-3, .slam-easyform .col-xs-4, .slam-easyform .col-xs-5, .slam-easyform .col-xs-6, .slam-easyform .col-xs-7, .slam-easyform .col-xs-8, .slam-easyform .col-xs-9, .slam-easyform .col-xs-10, .slam-easyform .col-xs-11, .slam-easyform .col-xs-12{float:left}.slam-easyform .col-xs-12{width:100%}.slam-easyform .col-xs-11{width:91.66666667%}.slam-easyform .col-xs-10{width:83.33333333%}.slam-easyform .col-xs-9{width:75%}.slam-easyform .col-xs-8{width:66.66666667%}.slam-easyform .col-xs-7{width:58.33333333%}.slam-easyform .col-xs-6{width:50%}.slam-easyform .col-xs-5{width:41.66666667%}.slam-easyform .col-xs-4{width:33.33333333%}.slam-easyform .col-xs-3{width:25%}.slam-easyform .col-xs-2{width:16.66666667%}.slam-easyform .col-xs-1{width:8.33333333%}.slam-easyform .col-xs-pull-12{right:100%}.slam-easyform .col-xs-pull-11{right:91.66666667%}.slam-easyform .col-xs-pull-10{right:83.33333333%}.slam-easyform .col-xs-pull-9{right:75%}.slam-easyform .col-xs-pull-8{right:66.66666667%}.slam-easyform .col-xs-pull-7{right:58.33333333%}.slam-easyform .col-xs-pull-6{right:50%}.slam-easyform .col-xs-pull-5{right:41.66666667%}.slam-easyform .col-xs-pull-4{right:33.33333333%}.slam-easyform .col-xs-pull-3{right:25%}.slam-easyform .col-xs-pull-2{right:16.66666667%}.slam-easyform .col-xs-pull-1{right:8.33333333%}.slam-easyform .col-xs-pull-0{right:0}.slam-easyform .col-xs-push-12{left:100%}.slam-easyform .col-xs-push-11{left:91.66666667%}.slam-easyform .col-xs-push-10{left:83.33333333%}.slam-easyform .col-xs-push-9{left:75%}.slam-easyform .col-xs-push-8{left:66.66666667%}.slam-easyform .col-xs-push-7{left:58.33333333%}.slam-easyform .col-xs-push-6{left:50%}.slam-easyform .col-xs-push-5{left:41.66666667%}.slam-easyform .col-xs-push-4{left:33.33333333%}.slam-easyform .col-xs-push-3{left:25%}.slam-easyform .col-xs-push-2{left:16.66666667%}.slam-easyform .col-xs-push-1{left:8.33333333%}.slam-easyform .col-xs-push-0{left:0}.slam-easyform .col-xs-offset-12{margin-left:100%}.slam-easyform .col-xs-offset-11{margin-left:91.66666667%}.slam-easyform .col-xs-offset-10{margin-left:83.33333333%}.slam-easyform .col-xs-offset-9{margin-left:75%}.slam-easyform .col-xs-offset-8{margin-left:66.66666667%}.slam-easyform .col-xs-offset-7{margin-left:58.33333333%}.slam-easyform .col-xs-offset-6{margin-left:50%}.slam-easyform .col-xs-offset-5{margin-left:41.66666667%}.slam-easyform .col-xs-offset-4{margin-left:33.33333333%}.slam-easyform .col-xs-offset-3{margin-left:25%}.slam-easyform .col-xs-offset-2{margin-left:16.66666667%}.slam-easyform .col-xs-offset-1{margin-left:8.33333333%}.slam-easyform .col-xs-offset-0{margin-left:0}@media (min-width:768px){.slam-easyform .col-sm-1, .slam-easyform .col-sm-2, .slam-easyform .col-sm-3, .slam-easyform .col-sm-4, .slam-easyform .col-sm-5, .slam-easyform .col-sm-6, .slam-easyform .col-sm-7, .slam-easyform .col-sm-8, .slam-easyform .col-sm-9, .slam-easyform .col-sm-10, .slam-easyform .col-sm-11, .slam-easyform .col-sm-12{float:left}.slam-easyform .col-sm-12{width:100%}.slam-easyform .col-sm-11{width:91.66666667%}.slam-easyform .col-sm-10{width:83.33333333%}.slam-easyform .col-sm-9{width:75%}.slam-easyform .col-sm-8{width:66.66666667%}.slam-easyform .col-sm-7{width:58.33333333%}.slam-easyform .col-sm-6{width:50%}.slam-easyform .col-sm-5{width:41.66666667%}.slam-easyform .col-sm-4{width:33.33333333%}.slam-easyform .col-sm-3{width:25%}.slam-easyform .col-sm-2{width:16.66666667%}.slam-easyform .col-sm-1{width:8.33333333%}.slam-easyform .col-sm-pull-12{right:100%}.slam-easyform .col-sm-pull-11{right:91.66666667%}.slam-easyform .col-sm-pull-10{right:83.33333333%}.slam-easyform .col-sm-pull-9{right:75%}.slam-easyform .col-sm-pull-8{right:66.66666667%}.slam-easyform .col-sm-pull-7{right:58.33333333%}.slam-easyform .col-sm-pull-6{right:50%}.slam-easyform .col-sm-pull-5{right:41.66666667%}.slam-easyform .col-sm-pull-4{right:33.33333333%}.slam-easyform .col-sm-pull-3{right:25%}.slam-easyform .col-sm-pull-2{right:16.66666667%}.slam-easyform .col-sm-pull-1{right:8.33333333%}.slam-easyform .col-sm-pull-0{right:0}.slam-easyform .col-sm-push-12{left:100%}.slam-easyform .col-sm-push-11{left:91.66666667%}.slam-easyform .col-sm-push-10{left:83.33333333%}.slam-easyform .col-sm-push-9{left:75%}.slam-easyform .col-sm-push-8{left:66.66666667%}.slam-easyform .col-sm-push-7{left:58.33333333%}.slam-easyform .col-sm-push-6{left:50%}.slam-easyform .col-sm-push-5{left:41.66666667%}.slam-easyform .col-sm-push-4{left:33.33333333%}.slam-easyform .col-sm-push-3{left:25%}.slam-easyform .col-sm-push-2{left:16.66666667%}.slam-easyform .col-sm-push-1{left:8.33333333%}.slam-easyform .col-sm-push-0{left:0}.slam-easyform .col-sm-offset-12{margin-left:100%}.slam-easyform .col-sm-offset-11{margin-left:91.66666667%}.slam-easyform .col-sm-offset-10{margin-left:83.33333333%}.slam-easyform .col-sm-offset-9{margin-left:75%}.slam-easyform .col-sm-offset-8{margin-left:66.66666667%}.slam-easyform .col-sm-offset-7{margin-left:58.33333333%}.slam-easyform .col-sm-offset-6{margin-left:50%}.slam-easyform .col-sm-offset-5{margin-left:41.66666667%}.slam-easyform .col-sm-offset-4{margin-left:33.33333333%}.slam-easyform .col-sm-offset-3{margin-left:25%}.slam-easyform .col-sm-offset-2{margin-left:16.66666667%}.slam-easyform .col-sm-offset-1{margin-left:8.33333333%}.slam-easyform .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.slam-easyform .col-md-1, .slam-easyform .col-md-2, .slam-easyform .col-md-3, .slam-easyform .col-md-4, .slam-easyform .col-md-5, .slam-easyform .col-md-6, .slam-easyform .col-md-7, .slam-easyform .col-md-8, .slam-easyform .col-md-9, .slam-easyform .col-md-10, .slam-easyform .col-md-11, .slam-easyform .col-md-12{float:left}.slam-easyform .col-md-12{width:100%}.slam-easyform .col-md-11{width:91.66666667%}.slam-easyform .col-md-10{width:83.33333333%}.slam-easyform .col-md-9{width:75%}.slam-easyform .col-md-8{width:66.66666667%}.slam-easyform .col-md-7{width:58.33333333%}.slam-easyform .col-md-6{width:50%}.slam-easyform .col-md-5{width:41.66666667%}.slam-easyform .col-md-4{width:33.33333333%}.slam-easyform .col-md-3{width:25%}.slam-easyform .col-md-2{width:16.66666667%}.slam-easyform .col-md-1{width:8.33333333%}.slam-easyform .col-md-pull-12{right:100%}.slam-easyform .col-md-pull-11{right:91.66666667%}.slam-easyform .col-md-pull-10{right:83.33333333%}.slam-easyform .col-md-pull-9{right:75%}.slam-easyform .col-md-pull-8{right:66.66666667%}.slam-easyform .col-md-pull-7{right:58.33333333%}.slam-easyform .col-md-pull-6{right:50%}.slam-easyform .col-md-pull-5{right:41.66666667%}.slam-easyform .col-md-pull-4{right:33.33333333%}.slam-easyform .col-md-pull-3{right:25%}.slam-easyform .col-md-pull-2{right:16.66666667%}.slam-easyform .col-md-pull-1{right:8.33333333%}.slam-easyform .col-md-pull-0{right:0}.slam-easyform .col-md-push-12{left:100%}.slam-easyform .col-md-push-11{left:91.66666667%}.slam-easyform .col-md-push-10{left:83.33333333%}.slam-easyform .col-md-push-9{left:75%}.slam-easyform .col-md-push-8{left:66.66666667%}.slam-easyform .col-md-push-7{left:58.33333333%}.slam-easyform .col-md-push-6{left:50%}.slam-easyform .col-md-push-5{left:41.66666667%}.slam-easyform .col-md-push-4{left:33.33333333%}.slam-easyform .col-md-push-3{left:25%}.slam-easyform .col-md-push-2{left:16.66666667%}.slam-easyform .col-md-push-1{left:8.33333333%}.slam-easyform .col-md-push-0{left:0}.slam-easyform .col-md-offset-12{margin-left:100%}.slam-easyform .col-md-offset-11{margin-left:91.66666667%}.slam-easyform .col-md-offset-10{margin-left:83.33333333%}.slam-easyform .col-md-offset-9{margin-left:75%}.slam-easyform .col-md-offset-8{margin-left:66.66666667%}.slam-easyform .col-md-offset-7{margin-left:58.33333333%}.slam-easyform .col-md-offset-6{margin-left:50%}.slam-easyform .col-md-offset-5{margin-left:41.66666667%}.slam-easyform .col-md-offset-4{margin-left:33.33333333%}.slam-easyform .col-md-offset-3{margin-left:25%}.slam-easyform .col-md-offset-2{margin-left:16.66666667%}.slam-easyform .col-md-offset-1{margin-left:8.33333333%}.slam-easyform .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.slam-easyform .col-lg-1, .slam-easyform .col-lg-2, .slam-easyform .col-lg-3, .slam-easyform .col-lg-4, .slam-easyform .col-lg-5, .slam-easyform .col-lg-6, .slam-easyform .col-lg-7, .slam-easyform .col-lg-8, .slam-easyform .col-lg-9, .slam-easyform .col-lg-10, .slam-easyform .col-lg-11, .slam-easyform .col-lg-12{float:left}.slam-easyform .col-lg-12{width:100%}.slam-easyform .col-lg-11{width:91.66666667%}.slam-easyform .col-lg-10{width:83.33333333%}.slam-easyform .col-lg-9{width:75%}.slam-easyform .col-lg-8{width:66.66666667%}.slam-easyform .col-lg-7{width:58.33333333%}.slam-easyform .col-lg-6{width:50%}.slam-easyform .col-lg-5{width:41.66666667%}.slam-easyform .col-lg-4{width:33.33333333%}.slam-easyform .col-lg-3{width:25%}.slam-easyform .col-lg-2{width:16.66666667%}.slam-easyform .col-lg-1{width:8.33333333%}.slam-easyform .col-lg-pull-12{right:100%}.slam-easyform .col-lg-pull-11{right:91.66666667%}.slam-easyform .col-lg-pull-10{right:83.33333333%}.slam-easyform .col-lg-pull-9{right:75%}.slam-easyform .col-lg-pull-8{right:66.66666667%}.slam-easyform .col-lg-pull-7{right:58.33333333%}.slam-easyform .col-lg-pull-6{right:50%}.slam-easyform .col-lg-pull-5{right:41.66666667%}.slam-easyform .col-lg-pull-4{right:33.33333333%}.slam-easyform .col-lg-pull-3{right:25%}.slam-easyform .col-lg-pull-2{right:16.66666667%}.slam-easyform .col-lg-pull-1{right:8.33333333%}.slam-easyform .col-lg-pull-0{right:0}.slam-easyform .col-lg-push-12{left:100%}.slam-easyform .col-lg-push-11{left:91.66666667%}.slam-easyform .col-lg-push-10{left:83.33333333%}.slam-easyform .col-lg-push-9{left:75%}.slam-easyform .col-lg-push-8{left:66.66666667%}.slam-easyform .col-lg-push-7{left:58.33333333%}.slam-easyform .col-lg-push-6{left:50%}.slam-easyform .col-lg-push-5{left:41.66666667%}.slam-easyform .col-lg-push-4{left:33.33333333%}.slam-easyform .col-lg-push-3{left:25%}.slam-easyform .col-lg-push-2{left:16.66666667%}.slam-easyform .col-lg-push-1{left:8.33333333%}.slam-easyform .col-lg-push-0{left:0}.slam-easyform .col-lg-offset-12{margin-left:100%}.slam-easyform .col-lg-offset-11{margin-left:91.66666667%}.slam-easyform .col-lg-offset-10{margin-left:83.33333333%}.slam-easyform .col-lg-offset-9{margin-left:75%}.slam-easyform .col-lg-offset-8{margin-left:66.66666667%}.slam-easyform .col-lg-offset-7{margin-left:58.33333333%}.slam-easyform .col-lg-offset-6{margin-left:50%}.slam-easyform .col-lg-offset-5{margin-left:41.66666667%}.slam-easyform .col-lg-offset-4{margin-left:33.33333333%}.slam-easyform .col-lg-offset-3{margin-left:25%}.slam-easyform .col-lg-offset-2{margin-left:16.66666667%}.slam-easyform .col-lg-offset-1{margin-left:8.33333333%}.slam-easyform .col-lg-offset-0{margin-left:0}}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1654024839565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/local/templates/evakm4/styles.css?17477477964538*/
.form-row .hidden {
    display: none !important;
}

input[type="hidden" i] {
    display: none;
    appearance: initial;
    background-color: initial;
    cursor: default;
    padding: initial;
    border: initial;
}

.hard-form__policy_bold {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #1B1E2D;
    text-decoration: none;
}

.map__item-city {
    text-decoration: none;
    margin: 30px 0 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #A3A3A3;
}

.section__form-button {
    cursor: pointer;
}

.section__form-table {
    display: flex;
    margin: 50px 0 0;
    align-items: center;
}

.section__form-table button {
    margin-right: 37px;
}

.footer .footer__menu {
    column-width: 140px;
    column-count: 2;
}

.ymaps-image-with-content {
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='30' fill='%231B1E2D' fill-opacity='0.78'/%3E%3Ccircle cx='30' cy='30' r='7' fill='%23FAC72D'/%3E%3C/svg%3E%0A") !important;
}

.three_image {
    display: flex;
    flex-wrap: wrap;
}

.three_image img {
    max-width: 31%;
    margin-right: 1%;
}

.section__article p {
    margin: 20px 0 0;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #1B1E2D;
}

.section__article a {
    color: #FAC72D;
    transition: all 0.4s ease;
}

.section__article a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 60px 0 30px 0;
    max-width: 690px;
    margin: 60px 0 0;
    padding: 40px 65px 40px 50px;
    background-color: #F1F1F1;
    border-radius: 3px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1B1E2D;
}

.phone_mobbutton {
    position: fixed;
    z-index: 15;
    left: 20px;
    bottom: 20px;
    display: none;
    width: 82px;
    height: 82px;
    font-size: 0;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: url(/local/templates/evakm4/images/phone_mobbutton.png) no-repeat;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(23, 62, 149, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(23, 62, 149, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(23, 62, 149, 0.5);
}


@media (max-width: 640px) {
    .phone_mobbutton {
        display: block;
    }
}


/* advantages_num */


.advantages_num {
    width: 90%;
    max-width: 1600px;
    margin: 120px auto 0;
}

.advantages_num_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

.advantages_num_list .advantages_num_item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages_num_item>div {
    height: 100%;
    padding: 40px 40px 50px;
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.advantages_num_item .advantages_num_item_title {
    position: relative;
    z-index: 1;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    padding: 15px 0 16px 20px;
    white-space: nowrap;
    margin-bottom: 20px;
}

.advantages_num_item .advantages_num_item_title::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: #FAC72D;
    border-radius: 80px;
}

.advantages_num_item .advantage__info-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.tabs-link {
    width: 90%;
    max-width: 1600px;
    padding: 0 0 180px 0;
    margin: 0px auto;
}

.tabs-link__row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tabs-link__row a {
    margin: 0;
}

@media (max-width: 1240px) {
    .advantages_num_list .advantages_num_item {
        width: 50%;
    }
}

@media (max-width: 680px) {
    .advantages_num {
        margin-top: 60px;
    }

    .advantages_num_list .advantages_num_item {
        width: 100%;
    }

    .advantages_num_item>div {
        padding: 30px 30px 40px;
    }
}

@media screen and (max-width: 600px) {
    .advantages_num {
        width: 80%;
        min-width: 260px;
    }
}
/* End */
/* /local/templates/evakm4/css/style.css?1747747944101051 */
/* /local/templates/evakm4/css/jquery.fancybox.min.css?165402485812795 */
/* /local/templates/evakm4/vendor/swiper.css?165402485916190 */
/* /bitrix/components/slam/easyform/lib/css/bootstrap.min.css?165402483922741 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1654024839565 */
/* /local/templates/evakm4/styles.css?17477477964538 */
