:root {
  --font-family: "Raleway", sans-serif;
  --content-width: 1560px;
  --container-offset: 180px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --second-family: "Radio Canada", sans-serif;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "Radio Canada";
  src: url("../fonts/RadioCanada-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Radio Canada";
  src: url("../fonts/RadioCanada-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Radio Canada";
  src: url("../fonts/RadioCanada-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Radio Canada";
  src: url("../fonts/RadioCanada-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

h1, h2, h3, h4 {
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
}

input::-webkit-input-placeholder {
  color: #797975;
}

input::-moz-placeholder {
  color: #797975;
}

input:-ms-input-placeholder {
  color: #797975;
}

input::-ms-input-placeholder {
  color: #797975;
}

input::placeholder {
  color: #797975;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: calc(15px + 0.46875vw);
  line-height: 125%;
  letter-spacing: 0.03em;
  color: #000;
}

.container {
  margin: 0 auto;
  padding: 0 180px;
  max-width: 1920px;
  width: 100%;
}

.footer__container {
  padding-left: max(180px, (100% - var(--content-width)) / 2);
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
}

.btn {
  position: relative;
  border-radius: 50px;
  width: calc(206px + 12.03125vw);
  height: calc(37px + 2.1354166667vw);
  background: #d50000;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: calc(16px + 1.25vw);
  line-height: 90%;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#d50000), color-stop(#d50000), color-stop(rgba(255, 255, 255, 0.8)), color-stop(#d50000), to(#d50000));
  background: linear-gradient(-90deg, #d50000, #d50000, rgba(255, 255, 255, 0.8), #d50000, #d50000);
  background-size: 400% 10%;
  -webkit-animation: Gradient 4s ease infinite;
  animation: Gradient 4s ease infinite;
}

@-webkit-keyframes Gradient {
  50% {
    background-position: 140% 50%;
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
}

@keyframes Gradient {
  50% {
    background-position: 140% 50%;
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
}
.btn::after {
  content: "";
  position: absolute;
  background-size: inherit;
  -webkit-animation: inherit;
  animation: inherit;
  left: 0px;
  right: 0px;
  top: 2px;
  height: 100%;
}

.header__btn--mobile {
  display: none;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 100px;
  }
  .footer__container {
    padding-left: max(100px, (100% - var(--content-width)) / 2);
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
  .footer__container {
    padding-left: max(20px, (100% - var(--content-width)) / 2);
  }
}
@media (max-width: 540px) {
  .btn {
    border-radius: 50px;
    width: 206px;
    height: 37px;
    font-weight: 700;
    font-size: 16px;
  }
  .page__body {
    font-size: 15px;
  }
  .header__btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }
  .header__btn--desctop {
    display: none;
  }
}
.header {
  background: url("../img/bg-header.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}
.header__title {
  font-weight: 800;
  font-size: calc(25px + 2.5vw);
  line-height: 130%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  margin-bottom: calc(14px + 2.8645833333vw);
}

@media (max-width: 540px) {
  .header__title {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 14px;
  }
  .header {
    height: 103vw;
    background-position: 40% center;
  }
}
.about {
  padding: 60px 0 46px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(20px + 1.9791666667vw);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about__item:not(:last-child) {
  margin-bottom: calc(20px + 1.9791666667vw);
}
.about__list-item:not(:last-child) {
  margin-bottom: calc(20px + 1.3020833333vw);
}
.about__item:first-child img {
  -o-object-position: left;
  object-position: left;
}
.about__item:nth-child(even) .about__item-content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.about__item:nth-child(even) .about__item-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about__item-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 770px;
  flex: 0 1 770px;
}
.about__item-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 712px;
  flex: 0 1 712px;
}
.about__item-text span {
  font-weight: 600;
}
.about__item-text:not(:last-child) {
  margin-bottom: calc(20px + 1.0416666667vw);
}

.about__item-img.mobile {
  display: none;
}

@media (max-width: 1600px) {
  .about__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .about__item-text:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1250px) {
  .about__list-item:not(:last-child) {
    margin-bottom: 15px;
  }
  .about__item-text:not(:last-child) {
    margin-bottom: 15px;
  }
  .about__item-content {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .about__item {
    display: block;
  }
  .about__item-content {
    font-size: calc(15px + 0.46875vw);
  }
}
@media (max-width: 540px) {
  .about__item:first-child img {
    -o-object-position: center top;
    object-position: center top;
  }
  .about {
    padding: 21px 0 23px;
  }
  .about__item-text:not(:last-child) {
    margin-bottom: 20px;
  }
  .about__item:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .about__item:first-child .about__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 -20px;
    height: 395px;
    width: 100%;
  }
  .about__item:first-child .about__item-content {
    padding: 0 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about__item:nth-child(2), .about__item:last-child {
    height: 407px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #d50000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__item:nth-child(2) .about__item-img, .about__item:last-child .about__item-img {
    display: none;
  }
  .about__item:nth-child(2) .about__item-content, .about__item:last-child .about__item-content {
    color: #fff;
    padding: 26px 0px;
    font-size: 15px;
  }
  .about__item:nth-child(2) .about__item-text, .about__item:last-child .about__item-text {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .about__list {
    margin-right: 15px;
  }
  .about__item:not(:last-child) {
    margin-bottom: 26px;
  }
  .about__item:last-child .about__list {
    margin-top: 30px;
  }
  .about__item:last-child .about__list-item:not(:last-child) {
    margin-bottom: 27px;
  }
  .about__list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .about__item-img.mobile {
    display: block;
  }
  .about__item-img.desctop {
    display: none;
  }
}
.certificate__title {
  font-size: calc(13px + 0.8333333333vw);
  text-align: center;
  margin-bottom: 55px;
  font-weight: 400;
  line-height: 125%;
}
.certificate__title span {
  font-weight: 600;
}

.certificate .swiper-slide.svid-item {
  height: 28vw;
}
.certificate .swiper.swiper__certificate img {
  border-style: none;
  width: 100%;
  height: 95%;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: center;
  object-position: center;
}
.certificate .swiper-wrapper.section-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.certificate .slider__main {
  margin-bottom: 65px;
  position: relative;
}
.certificate .slider__main .swiper-slide {
  height: auto;
}
.certificate .swiper-pagination-bullet {
  /* width: 31px;
  height: 31px; */
  width: 2.2vw !important;
  height: 2.2vw !important;
  background-color: #b3b3b3;
  /* background-color: #D9D9D9; */
}
.certificate .certificate__pagination {
  bottom: -3.5vw !important;
}
.certificate .swiper-pagination-bullet-active {
  background-color: #AAAAA9;
}
.certificate .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .certificate .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.6vw;
}
.certificate .swiper__certificate-wrapper {
  position: relative;
  width: 100%;
}
.certificate .slider__slider-btn {
  position: absolute;
  z-index: 100;
  border: none;
  /* width: 200px; */
  width: 14vw;
  height: 100%;
  padding: 0;
  margin: 0;
}
.certificate .slider__slider-btn--prev {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.certificate .slider__slider-btn--next {
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

@media (max-width: 540px) {
  .certificate__title {
    font-size: 13px;
    line-height: 125%;
    margin-bottom: 15px;
  }
  .certificate .slider__main .swiper-slide {
    height: 380px;
  }
  .certificate .swiper.swiper__certificate img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .certificate .swiper-pagination-bullet {
    width: 19px !important;
    height: 19px !important;
  }
  .certificate .certificate__pagination {
    bottom: -49px !important;
  }
  .certificate .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4.5px;
  }
  .certificate .slider__main {
    margin-bottom: 80px;
  }
  .certificate .swiper.swiper__certificate img {
    border-style: none;
    width: 100%;
    height: 100%;
  }
}
.price {
  margin-bottom: 120px;
}
.price__item {
  padding: 0 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #797975;
}
.price__item:nth-child(2) {
  padding-top: 30px;
  padding-bottom: 30px;
}
.price__item-name {
  font-size: calc(15px + 0.6770833333vw);
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #797975;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
}
.price__item-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 600px;
  flex: 0 1 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: calc(15px + 0.78125vw);
  color: #797975;
  line-height: 90%;
}
.price__item-unit {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 193px;
  flex: 0 1 193px;
}
.price__item-total {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
  font-family: var(--second-family);
  font-weight: 300;
}

.price-head__title {
  font-weight: 700;
  font-size: calc(20px + 1.6666666667vw);
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #797975;
  text-transform: uppercase;
}
.price-head__text {
  font-size: calc(20px + 0.15625vw);
  line-height: 100%;
  text-align: center;
  color: #797975;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 230px;
  flex: 0 1 230px;
  padding-bottom: 12px;
}

@media (max-width: 1200px) {
  .price__item {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .price__item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    gap: 7px;
  }
  .price__item-unit {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .price__item-total {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 540px) {
  .price__item {
    padding: 0px;
    color: #000;
  }
  .price-head__title {
    font-size: 20px;
    color: #000;
    text-transform: none;
  }
  .price-head__text {
    color: #000;
    font-size: 10px;
    padding: 8px 0;
  }
  .price-head__text, .price__item-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
  .price__item:nth-child(2) {
    padding-top: 19px;
    padding-bottom: 17px;
  }
  .price__item-name {
    color: #000;
    font-size: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 198px;
    flex: 0 1 198px;
  }
  .price__item-unit {
    font-size: 12px;
    color: #000;
  }
  .price__item-total {
    font-weight: 300;
    font-size: 15px;
    color: #000;
  }
  .price__item-wrap {
    gap: 7px;
  }
  .price {
    margin-bottom: 33px;
  }
}
.consultation {
  background: #d50000;
  padding: 69px 0;
}
.consultation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: calc(15px + 0.78125vw);
  text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  gap: 20px;
}
.consultation__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 886px;
  flex: 0 1 886px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.consultation__abovetitle {
  margin-bottom: 25px;
}
.consultation__title {
  font-size: calc(25px + 1.0416666667vw);
  margin-bottom: 40px;
}
.consultation__subtitle {
  margin-bottom: calc(25px + 2.34375vw);
}
.consultation__text {
  font-size: calc(9px + 0.5729166667vw);
  text-shadow: none;
}
.consultation__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 591px;
  flex: 0 1 591px;
}
.consultation__text--mobile {
  display: none;
}

.form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__item-input {
  border: none;
  outline: none;
  width: 100%;
  height: calc(38px + 1.7708333333vw);
  font-weight: 500;
  font-size: calc(15px + 0.78125vw);
  padding: 0 42px;
}
.form__item-input {
  margin-bottom: 23px;
}
.form__item-input:nth-child(2) {
  margin-bottom: 0;
}
.form__item-btn {
  position: relative;
  overflow: hidden;
  width: 328px;
  height: calc(37px + 1.4583333333vw);
  background: -webkit-gradient(linear, right top, left top, from(#6d0000), color-stop(#6d0000), color-stop(rgba(255, 255, 255, 0.8)), color-stop(#6d0000), to(#6d0000));
  background: linear-gradient(-90deg, #6d0000, #6d0000, rgba(255, 255, 255, 0.8), #6d0000, #6d0000);
  background-size: 400% 10%;
  -webkit-animation: Gradient 4s ease infinite;
  animation: Gradient 4s ease infinite;
  font-weight: 700;
  font-size: calc(15px + 0.78125vw);
  color: #fff;
  margin-top: calc(20px + 1.40625vw);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@keyframes Gradient {
  50% {
    background-position: 140% 50%;
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
}
.form__item-btn::after {
  content: "";
  position: absolute;
  background-size: inherit;
  -webkit-animation: inherit;
  animation: inherit;
  left: 0px;
  right: 0px;
  top: 2px;
  height: 100%;
}

.just-validate-error-label {
  display: none;
}

.just-validate-error-field {
  border: 2px solid #6d0000;
}

@media (max-width: 650px) {
  .consultation__wrapper {
    display: block;
  }
  .consultation__text--mobile {
    display: block;
    margin-top: 10px;
  }
  .consultation__text--desctop {
    display: none;
  }
}
@media (max-width: 540px) {
  .consultation {
    padding: 26.35px 0;
  }
  .consultation__wrapper {
    font-size: 15px;
  }
  .consultation__title {
    font-size: 25px;
  }
  .consultation__abovetitle {
    margin-bottom: 28px;
  }
  .consultation__title {
    margin-bottom: 34px;
  }
  .consultation__subtitle {
    margin-bottom: 26px;
    line-height: 146%;
  }
  .form__item-input {
    width: 100%;
    height: 38px;
    padding: 0 22.67px;
    font-weight: 500;
    font-size: 15px;
  }
  .form__item-input:not(:last-child) {
    margin-bottom: 26.34px;
  }
  .form__item-input:nth-child(2) {
    margin-bottom: 0;
  }
  .form__item-btn {
    width: 190px;
    height: 37px;
    font-size: 15px;
    margin-top: 28px;
  }
  .consultation__text--mobile {
    font-size: 9px;
  }
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.footer__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 770px;
  flex: 0 1 770px;
  color: #797975;
  font-size: calc(15px + 0.78125vw);
  font-weight: 500;
}
.footer__title {
  font-weight: 700;
  font-size: calc(20px + 1.0416666667vw);
  margin-bottom: calc(30px + 2.6041666667vw);
  line-height: 125%;
}
.footer__item-content {
  margin-bottom: calc(30px + 1.9791666667vw);
}
.footer__item-text {
  margin-bottom: 35px;
}
.footer__item-link {
  display: block;
  font-family: var(--second-family);
  margin-bottom: 30px;
}
.footer__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 37px;
}
.footer__item-icon {
  width: 78px;
  height: 78px;
  -webkit-animation: puls 1s infinite;
  animation: puls 1s infinite;
}
.footer iframe {
  width: 100%;
  height: 100%;
}
.footer__map {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 950px !important;
  flex: 0 1 950px !important;
  height: calc(420px + 13.6458333333vw) !important;
}

@-webkit-keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .footer__wrap {
    display: block;
  }
  .footer__container {
    padding: 0;
  }
  .footer__item {
    padding: 0 20px;
    margin: 26px 0;
  }
  .footer__map {
    height: calc(300px + 13.6458333333vw) !important;
  }
}
@media (max-width: 540px) {
  .footer__item {
    color: #000;
    font-size: 15px;
    margin: 26px 0;
  }
  .footer__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer__item-text {
    margin-bottom: 10px;
  }
  .footer__item-link {
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 21px;
  }
  .footer__item-link:last-child {
    margin-top: 0;
  }
  .footer__item-content {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  .footer__item-text:nth-child(2) {
    letter-spacing: 1px;
  }
  .footer__item-icon {
    width: 40px;
    height: 40px;
  }
  .footer__item-btns {
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__map {
    height: 420px !important;
  }
  .header__btn-footer {
    margin: 0;
  }
  .header__btn--desctope {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.overlay,
.modal {
  display: none;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.modal {
  width: 100%;
  height: 420px;
  padding: 60px 84px 40px 54px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(128, 1, 1, 0.7);
  background-image: url(../img/red-bg-1200.png);
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.7);
  z-index: 1000;
  box-sizing: border-box;
}
.close {
  position: absolute;
  top: 18px;
  right: 135px;
  background: none;
  border: none;
  cursor: pointer;
}

.modal__title {
  margin-top: 60px;
  font-size: 50px;
}
.message__text {
  margin-top: 40px;
  font-size: 27px;
}

.modal-content {
  max-width: 840px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  font-family: "Raleway";
  margin-left: auto;
  font-weight: 600;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 1100px) {
  .modal {
    padding: 60px 44px 40px 54px;
  }
  .close {
    right: 60px;
  }
}
@media (max-width: 768px) {
  .modal {
    max-width:376px;
    height: 420px;
    padding: 60px 20px 40px 54px;
    background-image: url(../img/red-bg.png);
    background-position: right top;
    background-size: contain;
  }
  .modal__title {
    margin-top: 0;
    font-size: 30px;
  }
  .message__text {
    margin-top: 40px;
    font-size: 15px;
  }
  .close {
    top: 14px;
    right: 14px;
  }
  .modal-content {
    max-width: 308px;
  }
}

@media(max-width:400px){
    .modal__title {
  font-size: 24px;
}
.message__text {
  margin-top: 40px;
  font-size: 14px;
}
}