/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 10 version
*/

@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap");

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html,
body {
  height: 100%;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input,
textarea {
  outline: none;
}

.container {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 640px) {
  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1360px) {
  .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 1150px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1050px;
  }
}

@media screen and (max-width: 990px) {
  .container {
    max-width: 750px;
  }
}

@media (max-width: 790px) {
  .container {
    max-width: 730px;
  }
}

@media (max-width: 740px) {
  .container {
    max-width: calc(345px + 361 * (100vw - 350px) / 390);
  }
}

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

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__inner {
  padding: 20px 0 10px 0;
  gap: 20px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1393px) {
  .header__inner {
    gap: 10px;
  }
}

@media (max-width: 1280px) {
  .header__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__high {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 20px;
  width: 100%;
}

.header__high img {
  display: none;
}

@media (max-width: 1280px) {
  .header__high img {
    display: block;
    margin-left: 45px;
    cursor: pointer;
  }
}

@media (max-width: 1200px) {
  .header__high img {
    margin-left: 30px;
  }
}

@media (min-width: 684px) and (max-width: 716px) {
  .header__high img {
    margin-left: 0;
  }
}

@media (max-width: 566px) {
  .header__high img {
    margin-left: 5px;
  }
}

.header__phone-row {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  width: auto;
}

.header__email,
.header__info {
  font-size: 15px;
  line-height: 16px;
  color: #878787;
}

@media (max-width: 1200px) {
  .header__info {
    display: none;
  }
}

@media (max-width: 683px) {
  .header__email {
    display: none;
  }
}

.header__phone {
  padding-right: 5px;
  font-weight: 700;
  color: #D71635;
  cursor: pointer;
}

@media (max-width: 537px) {
  .header__phone {
    font-size: 18px;
    line-height: 12px;
  }
}

.header__email {
  text-decoration: underline;
  cursor: pointer;
}

.header__desc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__desc {
  text-transform: uppercase;
}

@media (max-width: 537px) {
  .header__desc {
    font-size: 13px;
    line-height: 12px;
  }
}

.header__desc span {
  padding-left: 10px;
}

.header__low {
  gap: 20px;
}

@media (max-width: 750px) {
  .header__logo {
    width: 176px;
    height: 43px;
  }
}

@media (max-width: 475px) {
  .header__logo {
    width: 106px;
    height: 26px;
  }
}

@media (max-width: 400px) {
  .header__logo {
    width: auto;
    height: auto;
  }
}

.header__description {
  width: 203px;
  font-size: 14px;
  line-height: 17px;
  color: #525252;
}

@media (max-width: 990px) {
  .header__description {
    display: none;
  }
}

@media (max-width: 1280px) {
  .header__menu {
    display: none;
  }
}

.header__menu-list {
  gap: 10px;
}

@media (min-width: 1361px) and (max-width: 1386px) {
  .header__menu-list {
    gap: 20px;
  }
}

@media (max-width: 1360px) {
  .header__menu-list {
    text-align: center;
  }
}

@media (min-width: 1281px) and (max-width: 1386px) {
  .header__menu-item {
    width: 100%;
    text-align: center;
  }
}

.header__menu-link {
  text-transform: uppercase;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: black;
}

@media (max-width: 1360px) {
  .header__menu-link {
    font-size: 15px;
    line-height: 15px;
    display: block;
  }
}

.header__menu-link span {
  color: #C5C5C5;
  padding-left: 10px;
}

@media (max-width: 1386px) {
  .header__menu-link span {
    display: none;
  }
}

.container-adaptive {
  max-width: calc(310px + 890 * (100vw - 375px) / 905);
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 595px) {
  .container-adaptive {
    padding: 0;
  }
}

.adaptive-menu.action {
  display: block;
}

.adaptive-menu {
  display: none;
  position: absolute;
  width: 100vw;
  height: auto;
  top: 0;
  right: 0;
  padding: 15px 25px 55px 45px;
  background-color: white;
  -webkit-box-shadow: 9px 9px 19px 4px rgba(128, 128, 128, 0.3);
  box-shadow: 9px 9px 19px 4px rgba(128, 128, 128, 0.3);
  z-index: 99;
}

@media (max-width: 595px) {
  .adaptive-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

.adaptive-menu__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media (max-width: 390px) {
  .adaptive-menu__phone {
    gap: 5px;
  }
}

.adaptive-menu__phone a {
  font-weight: 700;
  font-size: 24px;
  line-height: 16px;
  color: #D71635;
}

@media (max-width: 635px) {
  .adaptive-menu__phone a {
    font-size: 18px;
    line-height: 12px;
  }
}

.adaptive-menu__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 635px) {
  .adaptive-menu__desc {
    font-size: 13px;
    line-height: 12px;
  }
}

.adaptive-menu__email {
  font-size: 15px;
  line-height: 16px;
  font-weight: 400;
  text-decoration: underline;
  color: #878787;
}

@media (max-width: 635px) {
  .adaptive-menu__email {
    display: none;
  }
}

@media (max-width: 715px) {
  .adaptive-menu__close {
    width: 18px;
    height: 18px;
  }
}

.adaptive-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

@media (min-width: 391px) and (max-width: 595px) {
  .adaptive-menu__list {
    width: 100%;
  }
}

.adaptive-menu__link {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: black;
}

.adaptive__high,
.adaptive__low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adaptive__high {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: calc(40px + 40 * (100vw - 375px) / 905);
}

.adaptive__low {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 696px) {
  .adaptive__low {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}

@media (max-width: 595px) {
  .adaptive__low {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.adaptive__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.adaptive__phone,
.adaptive__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.adaptive__phone {
  gap: 10px;
}

.adaptive__phone a {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #D71635;
}

.adaptive__add {
  gap: 7px;
  font-size: 20px;
  line-height: 27px;
  color: black;
  text-transform: uppercase;
}

.adaptive__email {
  font-size: 18px;
  color: inherit;
}

.adaptive__desc {
  margin-top: 25px;
  font-size: 15px;
  line-height: 20px;
  color: #7D7D7D;
}

@media (max-width: 715px) {
  .apaptive-logo {
    width: 106px;
    height: 26px;
  }
}

.banner__container {
  font-family: "Rubik", sans-serif;
}

.banner__slider {
  position: relative;
}

.banner__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 36vw;
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner__slide_one {
  background-image: url("../images/block2_slider/banner1_purple.png");
}

.banner__slide_two {
  background-image: url("../images/block2_slider/banner2_blue.png");
}

.banner__slide_three {
  background-image: url("../images/block2_slider/banner3_red.png");
}

.banner__slide_four {
  background-image: url("../images/block2_slider/banner4_violet.png");
}

.banner__slide_five {
  background-image: url("../images/block2_slider/banner5_girl.png");
}

.banner__info {
  width: 38%;
  max-width: 730px;
  min-height: 260px;
  margin-left: 47%;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 4px 0 4px 4px;
  background-color: rgba(255, 255, 255, 0.3450980392);
}

.banner__title {
  width: 100%;
  font-weight: 600;
  font-size: 40px;
  line-height: 39px;
}

.banner__text {
  width: 100%;
  margin: 20px auto;
  font-weight: 400;
  font-size: 25px;
  line-height: 35px;
}

.banner__button-more {
  max-width: 234px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #D71635;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}

.banner__button-more img {
  display: inline;
}

.banner__navigation {
  position: absolute;
  z-index: 2;
  left: 47%;
  top: 77%;
  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;
  width: 43%;
  max-width: 820px;
}

.banner__nav-button {
  width: 55px;
  min-height: 50px;
  border: none;
  border-radius: 25px;
}

.banner__nav-button img {
  margin: 0 auto;
  max-width: 80%;
}

.banner__nav-button_prev {
  background-color: rgba(234, 20, 46, 0.1254901961);
}

.banner__nav-button_next {
  margin-left: 20px;
  background-color: #EA142E;
}

.swiper-scrollbar {
  background: none;
}

.swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border-radius: 0;
  background-color: #EEF3FD;
  opacity: 1;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #D71635;
  opacity: 1;
}

@media screen and (min-width: 1644px) and (max-width: 1844px) {
  .banner__info {
    min-height: 200px;
  }

  .banner__navigation {
    top: 80%;
  }

  .banner__text {
    line-height: 32px;
  }
}

@media screen and (min-width: 1469px) and (max-width: 1643px) {
  .banner__info {
    min-height: 150px;
    padding: 35px;
  }

  .banner__navigation {
    width: 43%;
    top: 82%;
  }

  .banner__title {
    font-size: 36px;
  }

  .banner__text {
    margin: 15px auto;
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1285px) and (max-width: 1468px) {
  .banner__info {
    min-height: 100px;
    padding: 30px;
  }

  .banner__navigation {
    top: 84%;
  }

  .banner__title {
    font-size: 30px;
  }

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

@media screen and (min-width: 1024px) and (max-width: 1284px) {
  .banner__info {
    width: 43%;
    min-height: 80px;
    padding: 27px 27px 20px 27px;
    margin-left: 45%;
  }

  .banner__navigation {
    left: 45%;
    top: 84%;
    width: 48%;
  }

  .banner__nav-button {
    min-height: 45px;
  }

  .banner__title {
    font-size: 25px;
    line-height: 28px;
  }

  .banner__text {
    font-size: 18px;
    line-height: 23px;
    margin: 12px auto;
  }

  .banner__button-more {
    font-size: 16px;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__slide {
    min-height: 55vw;
  }

  .banner__slide_one {
    background-image: url("../images/block2_slider/banner1_purple_tablet.png");
  }

  .banner__slide_two {
    background-image: url("../images/block2_slider/banner2_blue_tablet.png");
  }

  .banner__slide_three {
    background-image: url("../images/block2_slider/banner3_red_tablet.png");
  }

  .banner__slide_four {
    background-image: url("../images/block2_slider/banner4_violet_tablet.png");
  }

  .banner__slide_five {
    background-image: url("../images/block2_slider/banner5_girl_tablet.png");
  }

  .banner__info {
    width: 46%;
    min-height: 180px;
    margin-left: 40%;
    padding: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 788px) {
  .banner__info {
    padding: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 888px) {
  .banner__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__text {
    margin: 10px auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 888px) {
  .banner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__button-more {
    font-size: 16px;
    padding: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__navigation {
    left: 40%;
    top: 80%;
    width: 53%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 830px) {
  .banner__navigation {
    top: 83%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner__nav-button {
    width: 45px;
    min-height: 38px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .swiper-pagination-bullet {
    width: 37px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__slide {
    min-height: 130vw;
  }

  .banner__slide_one {
    background-image: url("../images/block2_slider/banner1_purple_mobile.png");
  }

  .banner__slide_two {
    background-image: url("../images/block2_slider/banner2_blue_mobile.png");
  }

  .banner__slide_three {
    background-image: url("../images/block2_slider/banner3_red_mobile.png");
  }

  .banner__slide_four {
    background-image: url("../images/block2_slider/banner4_violet_mobile.png");
  }

  .banner__slide_five {
    background-image: url("../images/block2_slider/banner5_girl_mobile.png");
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 674px) {
  .banner__slide {
    min-height: 138vw;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 595px) {
  .banner__slide {
    min-height: 144vw;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 526px) {
  .banner__slide {
    min-height: 153vw;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 454px) {
  .banner__slide {
    min-height: 165vw;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__info {
    margin-top: 91%;
    width: 100%;
    margin-left: 0;
    padding: 25px;
    background-color: #FFFFFF;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 454px) {
  .banner__info {
    padding: 15px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 526px) {
  .banner__title {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 333px) {
  .banner__title {
    font-weight: 600;
    font-size: 23px;
    line-height: 26px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 333px) {
  .banner__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__navigation {
    left: 5%;
    top: 83vw;
    width: 90%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .banner__nav-button {
    display: none;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 245px) {
  .banner__button-more {
    max-width: 200px;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    background-color: #D71635;
    color: #FFFFFF;
    cursor: pointer;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 18%;
    height: 5px;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 445px) {
  .swiper-pagination-bullet {
    width: 16%;
  }
}

@media screen and (min-width: 100px) and (max-width: 767px) and (max-width: 222px) {
  .swiper-pagination-bullet {
    width: 14%;
  }
}

.about__info {
  background-color: #EFF0F2;
}

.about__info-text span {
  font-weight: 600;
  font-size: 18px;
}

.about__card {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  border-radius: 0px 0px 4px 4px;
  width: 665px;
  height: 615px;
  padding: 70px 45px 35px 45px;
  margin-bottom: calc(-1 * (30px + 35 * (100vw - 991px) / 929));
  font-size: 18px;
  height: auto;
}

@media (max-width: 750px) {
  .about__card {
    margin-left: calc(-1 * (50px + 100 * (100vw - 641px) / 109));
    width: 608px;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .about__card {
    margin-left: 0;
    width: 100vw;
  }
}

@media (max-width: 510px) {
  .about__card {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 453px) {
  .about__card {
    padding: 0 30px 30px 30px;
  }
}

@media (max-width: 425px) {
  .about__card {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.about__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 39px;
  color: #D71635;
  padding-left: 100px;
  padding-bottom: 0;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 990px) {
  .about__title {
    font-size: 30px;
    line-height: 29px;
    margin-bottom: 30px;
  }
}

@media (max-width: 390px) {
  .about__title {
    padding-left: 55px;
  }
}

.about__title::before {
  position: absolute;
  content: "";
  background-image: url(../images/vector.png);
  width: 110px;
  height: 26px;
  left: -30px;
  bottom: 5px;
}

@media (max-width: 390px) {
  .about__title::before {
    left: -65px;
  }
}

.about__info-inner {
  gap: 75px;
}

@media (max-width: 1050px) {
  .about__info-inner {
    gap: 35px;
  }
}

@media (max-width: 990px) {
  .about__info-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }
}

.about__col {
  gap: 20px;
}

@media screen and (max-width: 1050px) {
  .about__col {
    gap: 15px;
  }
}

@media (max-width: 990px) {
  .about__col {
    width: 530px;
  }
}

@media (max-width: 640px) {
  .about__col {
    width: 100%;
  }
}

.about__wrapper {
  position: relative;
}

@media (max-width: 990px) {
  .about__wrapper {
    margin-bottom: 50px;
  }
}

@media (max-width: 750px) {
  .about__wrapper {
    font-size: 16px;
    margin-left: 50px;
  }
}

@media (max-width: 390px) {
  .about__wrapper {
    margin-left: 0;
  }
}

.about__logo {
  height: 84px;
}

@media (max-width: 652px) {
  .about__logo {
    width: 186px;
    height: 64px;
  }
}

.about__background {
  height: 405px;
}

@media (max-width: 990px) {
  .about__background {
    margin-right: -82px;
  }
}

@media (max-width: 750px) {
  .about__background {
    margin-right: 124px;
  }
}

@media (max-width: 640px) {
  .about__background {
    margin-right: 0;
  }
}

@media (max-width: 548px) {
  .about__background {
    height: auto;
  }
}

.about__background img {
  height: 100%;
  border-radius: 4px;
}

.about__background-desc {
  position: absolute;
  width: 485px;
  height: 112px;
  color: white;
  background-color: #D71635;
  padding: 22px;
  left: 0;
  bottom: 0;
  border-radius: 4px;
}

@media screen and (max-width: 1300px) {
  .about__background-desc {
    width: 405px;
  }
}

@media screen and (max-width: 1150px) {
  .about__background-desc {
    width: 380px;
  }
}

@media (max-width: 640px) {
  .about__background-desc {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .about__background-desc {
    padding: 13px;
    height: auto;
  }
}

@media (max-width: 460px) {
  .about__background-desc p {
    line-height: 22px;
  }
}

.about__background-desc span {
  font-weight: 500;
  font-size: 18px;
}

.about__description {
  background: rgba(0, 109, 182, 0.08);
  border-radius: 4px;
}

.about__description-wrapper {
  padding: 145px 45px 80px 45px;
}

@media (max-width: 1360px) {
  .about__description-wrapper {
    padding: 70px 0;
  }
}

@media (max-width: 390px) {
  .about__description-wrapper {
    padding: 25px;
  }
}

.about__desc-inner {
  gap: 100px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1460px) {
  .about__desc-inner {
    gap: 60px;
  }
}

@media (max-width: 990px) {
  .about__desc-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 45px;
  }
}

@media (max-width: 715px) {
  .about__desc-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.about__desc-row {
  gap: 40px;
  width: 560px;
}

@media (max-width: 1360px) {
  .about__desc-row {
    gap: 20px;
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .about__desc-row {
    gap: 60px;
  }
}

@media (max-width: 715px) {
  .about__desc-row {
    gap: 35px;
  }
}

@media (max-width: 529px) {
  .about__desc-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

.about__desc-col {
  gap: 70px;
}

@media (max-width: 990px) {
  .about__desc-col {
    gap: 30px;
  }
}

.about__desc-col:nth-child(2) {
  gap: 45px;
}

@media (max-width: 1300px) {
  .about__desc-col:nth-child(2) {
    width: 571px;
  }
}

@media (max-width: 990px) {
  .about__desc-col:nth-child(2) {
    width: 100%;
    font-size: 16px;
    gap: 30px;
  }
}

.about__desc-col:nth-child(1) {
  width: 500px;
}

@media (max-width: 1300px) {
  .about__desc-col:nth-child(1) {
    width: 668px;
  }
}

@media (max-width: 990px) {
  .about__desc-col:nth-child(1) {
    padding-right: 35px;
    width: 100%;
  }
}

@media (max-width: 750px) {
  .about__desc-col:nth-child(1) {
    padding-right: 0;
  }
}

.about__desc {
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 750px) {
  .about__desc {
    padding-right: 35px;
  }
}

@media (max-width: 652px) {
  .about__desc {
    padding-right: 0;
  }
}

.about__desc-title {
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  color: #D71635;
}

@media (min-width: 991px) and (max-width: 1360px) {
  .about__desc-title {
    text-align: center;
  }
}

@media (max-width: 990px) {
  .about__desc-title {
    font-size: 20px;
  }
}

@media (max-width: 725px) {
  .about__desc-title {
    text-align: center;
  }
}

.about__desc-text {
  font-size: 18px;
  width: 590px;
}

@media (max-width: 1360px) {
  .about__desc-text {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .about__desc-text {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .about__desc-text {
    font-size: 15px;
    line-height: 22px;
  }
}

.about__block {
  padding: 10px 50px 10px 75px;
  height: 70px;
  background-color: white;
  border-radius: 4px;
}

@media screen and (max-width: 1460px) {
  .about__block {
    padding: 10px 25px 10px 75px;
  }
}

@media (max-width: 740px) {
  .about__block {
    padding-right: 0;
  }
}

@media (max-width: 380px) {
  .about__block {
    padding-right: 8px;
  }
}

.about__block p {
  display: block;
}

.about__block-inner,
.about__block-col {
  gap: 15px;
}

@media (max-width: 1300px) {
  .about__block-col {
    width: 100%;
  }
}

.about__block-inner {
  font-size: 18px;
}

@media screen and (max-width: 1460px) {
  .about__block-inner {
    font-size: 16px;
  }
}

@media (min-width: 991px) and (max-width: 1300px) {
  .about__block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 990px) {
  .about__block-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 740px) {
  .about__block-inner {
    line-height: 20px;
  }
}

@media (max-width: 725px) {
  .about__block-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width: 380px) {
  .about__block-inner {
    width: auto;
  }
}

.about__btn {
  height: 70px;
  line-height: 42px;
  color: white;
  background-color: #D71635;
  border-radius: 4px;
  border: transparent;
  font-weight: 400;
  text-transform: uppercase;
  padding-right: 40px;
  position: relative;
}

@media (max-width: 990px) {
  .about__btn {
    padding-right: 90px;
  }
}

.about__btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrows/white_arrow.svg);
  width: 32px;
  height: 10px;
  bottom: 32px;
  left: 215px;
}

@media (min-width: 1301px) and (max-width: 1460px) {
  .about__btn::after {
    left: 190px;
  }
}

@media (min-width: 1201px) and (max-width: 1300px) {
  .about__btn::after {
    left: 295px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .about__btn::after {
    left: 265px;
  }
}

@media (max-width: 990px) {
  .about__btn::after {
    left: 190px;
  }
}

@media (max-width: 390px) {
  .about__btn::after {
    left: 175px;
  }
}

.title {
  font-weight: 500;
}

.title span {
  color: #D71635;
  font-weight: 600;
}

.block-first:nth-child(1),
.block-second:nth-child(2) {
  font-weight: 500;
}

.icon__1 {
  position: relative;
  gap: 5px;
}

.icon__1::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-icon1.svg);
  width: 55px;
  height: 48px;
  left: 10px;
  bottom: 13px;
}

.icon__2 {
  position: relative;
}

.icon__2::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-icon2.svg);
  width: 45px;
  height: 45px;
  left: 10px;
  bottom: 15px;
}

.icon__3 {
  position: relative;
}

.icon__3::before {
  position: absolute;
  content: "";
  background-image: url(../images/about-icon3.svg);
  width: 36px;
  height: 45px;
  left: 10px;
  bottom: 13px;
}

.products {
  width: 78%;
  max-width: 1700px;
  margin: 80px auto 100px;
  font-family: "Rubik", sans-serif;
}

.products__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products__title-group img {
  width: 10%;
}

@media (max-width: 750px) {
  .products__title-group img {
    width: auto;
  }
}

.products__title {
  margin-left: 20px;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  color: #D71635;
}

.products__subtitle {
  margin: 50px auto 30px;
  font-weight: 500;
  font-size: 30px;
  line-height: 39px;
}

.products__visible-wrapper {
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.products__visible-wrapper_wax {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.products__collapsible-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}

.products__product-card {
  width: 24%;
  padding-bottom: 20px;
  margin-right: 10px;
  outline: 1.3px solid #EEF3FD;
}

.products__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 37%;
  padding: 20px 50px;
  border-bottom: 1.3px solid #EEF3FD;
}

.products__card-img img {
  width: 80%;
  margin: 0 auto;
}

.products__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20px;
  min-height: 600px;
}

.products__card-title {
  font-weight: 500;
  font-size: 25px;
  line-height: 37.5px;
}

.products__card-info {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.products__button-read-more {
  width: 60%;
  padding: 0;
  margin-bottom: 20px;
  border: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  text-align: left;
  background-color: #FFFFFF;
  color: #D71635;
}

.products__card-subtitle {
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}

.products__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products__size-option {
  width: 19%;
  padding: 6px 4px;
  margin-right: 6px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  background-color: #EEF3FD;
}

.products__button-buy {
  max-width: 118px;
  padding: 15px;
  border: none;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  background-color: #D71635;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}

.products__button-more {
  min-width: 20%;
  margin-top: 40px;
  margin-left: 42.5%;
  padding: 7px;
  border: 1px solid #D71635;
  border-radius: 4px;
  font-weight: 400;
  font-size: 18px;
  line-height: 42px;
  text-transform: uppercase;
  background-color: #FFFFFF;
  color: #D71635;
}

.products__button-more img {
  display: inline;
  margin-left: 10px;
}

@media screen and (min-width: 1650px) and (max-width: 1917px) {
  .products__product-card {
    padding-bottom: 15px;
  }

  .products__card-img {
    min-height: 35%;
  }

  .products__size-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 21%;
    padding: 6px 2px;
    font-size: 14px;
    margin-right: 0;
  }

  .products__button-buy {
    padding: 10px;
  }
}

@media screen and (min-width: 1535px) and (max-width: 1649px) {
  .products__card-content {
    padding: 15px;
    min-height: 550px;
  }

  .products__product-card {
    padding-bottom: 15px;
  }

  .products__card-img {
    padding: 10px 30px;
  }

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

  .products__button-read-more {
    margin-bottom: 10px;
  }

  .products__size-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 21%;
    padding: 6px 2px;
    font-size: 14px;
    margin-right: 0;
  }

  .products__button-buy {
    padding: 8px;
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__visible-wrapper {
    min-height: 730px;
  }

  .products__product-card {
    margin-right: 7px;
    padding-bottom: 0;
    min-height: 750px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) and (max-width: 1077px) {
  .products__product-card {
    min-height: 820px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__card-content {
    padding: 10px;
    min-height: 500px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) and (max-width: 1077px) {
  .products__card-content {
    height: 577px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__card-img {
    padding: 10px 20px;
    min-height: 31%;
  }

  .products__card-img img {
    width: 75%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__card-title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__card-subtitle {
    margin-top: 5px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__card-info {
    font-size: 13px;
    line-height: 17px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__button-read-more {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__size-option {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 21%;
    padding: 3px 0;
    font-size: 11px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1534px) {
  .products__button-buy {
    max-width: 50px;
    padding: 5px;
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    background-color: #D71635;
    color: #FFFFFF;
    cursor: pointer;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
  }

  .products__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
  }

  .products__visible-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products__product-card {
    width: 45%;
    margin-right: 0;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) and (max-width: 672px) {
  .products__product-card {
    width: 49%;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__card-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__card-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) and (max-width: 740px) {
  .products__card-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__card-img {
    min-height: 25%;
    padding: 10px 50px;
  }

  .products__card-img img {
    width: 70%;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__size-option {
    width: 21%;
    padding: 3px 0;
    font-size: 12px;
    margin-right: 0;
  }
}

@media screen and (min-width: 612px) and (max-width: 1023px) {
  .products__button-buy {
    max-width: 120px;
    padding: 7px;
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background-color: #D71635;
    color: #FFFFFF;
    cursor: pointer;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
  }

  .products__subtitle {
    width: 96%;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
  }

  .products__visible-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .products__product-card {
    width: 96%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 425px) {
  .products__product-card {
    min-height: 800px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__card-img {
    min-height: 25%;
    padding: 20px;
  }

  .products__card-img img {
    width: 60%;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 430px) {
  .products__card-img img {
    width: 80%;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__card-content {
    padding: 10px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__card-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 265px) {
  .products__card-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__card-info {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 425px) {
  .products__card-info {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 453px) {
  .products__size-option {
    width: 21%;
    padding: 3px 0;
    font-size: 12px;
    margin-right: 0;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) and (max-width: 453px) {
  .products__button-buy {
    max-width: 120px;
    padding: 7px;
    border: none;
    border-radius: 4px;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    background-color: #D71635;
    color: #FFFFFF;
    cursor: pointer;
  }
}

@media screen and (min-width: 200px) and (max-width: 611px) {
  .products__button-more {
    min-width: 70%;
    margin-left: 15%;
  }
}

.photos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1430px;
  min-height: 936px;
  margin: 0 auto 98px;
}

.photos>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.photos>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.photos>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.photos>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.photos__item {
  min-width: 700px;
  max-width: 700px;
  min-height: 453px;
}

.photos__item_l-top {
  background: url("../../images/photos/photo-bg_1.png");
}

.photos__item_r-top {
  justify-self: flex-end;
  background: url("../../images/photos/photo-bg_2.png");
}

.photos__item_l-bot {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: url("../../images/photos/photo-bg_3.png");
}

.photos__item_r-bot {
  justify-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background: url("../../images/photos/photo-bg_4.png");
}

.photo-text {
  max-width: 410px;
  margin: 47px auto;
  font-size: 25px;
  text-align: center;
  line-height: 130%;
  color: #FFFFFF;
}

@media screen and (min-width: 1025px) and (max-width: 1233px) {
  .photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1000px;
    min-height: 636px;
    margin: 0 auto 80px;
  }

  .photos>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .photos>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .photos>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .photos>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .photos__item {
    min-width: 490px;
    max-width: 490px;
    min-height: 310px;
  }

  .photos__item_l-top,
  .photos__item_r-top,
  .photos__item_l-bot,
  .photos__item_r-bot {
    background-size: contain;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .photos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1000px;
    min-height: 636px;
    margin: 0 auto 80px;
  }

  .photos>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .photos>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .photos>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .photos>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .photos__item {
    min-width: 490px;
    max-width: 490px;
    min-height: 310px;
  }

  .photos__item_l-top,
  .photos__item_r-top,
  .photos__item_l-bot,
  .photos__item_r-bot {
    background-size: contain;
  }

  .photo-text {
    font-size: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 1016px) {
  .photos {
    max-width: 720px;
    min-height: 471px;
    margin: 0 auto 67px;
  }

  .photos__item {
    max-width: 353px;
    min-width: 353px;
    min-height: 228px;
  }

  .photos__item_l-top,
  .photos__item_r-top,
  .photos__item_l-bot,
  .photos__item_r-bot {
    background-size: contain;
  }

  .photo-text {
    max-width: 300px;
    margin: 15px auto;
    font-size: 18px;
  }
}

@media screen and (min-width: 320px) and (max-width: 732px) {
  .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 340px;
    gap: 14px;
    margin: 0 auto 51px;
  }

  .photos__item {
    max-width: 340px;
    min-width: 340px;
    min-height: 219px;
  }

  .photos__item_l-top,
  .photos__item_r-top,
  .photos__item_l-bot,
  .photos__item_r-bot {
    background-size: contain;
  }

  .photo-text {
    max-width: 300px;
    margin: 15px auto;
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    min-height: 0;
    gap: 14px;
    margin: 0 auto 51px;
  }

  .photos__item {
    max-width: 300px;
    min-width: 300px;
    min-height: 190px;
  }

  .photos__item_l-top,
  .photos__item_r-top,
  .photos__item_l-bot,
  .photos__item_r-bot {
    background-size: contain;
  }

  .photo-text {
    max-width: 290px;
    margin: 15px auto;
    font-size: 16px;
  }
}

.convinience {
  max-width: 1430px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  gap: 23px;
  margin: 66px auto 42px;
}

.card-wrapper :nth-child(3) .card-item__slogan {
  max-width: 300px;
}

@media (min-width: 601px) and (max-width: 768px) {
  .card-wrapper {
    gap: 31px;
  }
}

@media (max-width: 600px) {
  .card-wrapper {
    gap: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.card-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 337px;
  min-width: 337px;
  max-height: 328px;
  min-height: 328px;
  padding: 21px 19px 48px 19px;
  background-color: #EEF3FD;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
}

@media (min-width: 1270px) and (max-width: 1415px) {
  .card-item {
    min-width: 307px;
    min-height: 308px;
  }
}

@media (min-width: 1234px) and (max-width: 1269px) {
  .card-item {
    min-width: 277px;
    min-height: none;
  }
}

.card-item__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  max-width: 160px;
  min-width: 160px;
  max-height: 44px;
  min-height: 44px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #D71635;
  background-color: rgba(215, 22, 53, 0.15);
  border: none;
  border-radius: 4px;
}

.card-item__image {
  max-height: 82px;
  margin-top: 30px;
}

.card-item__slogan {
  max-width: 200px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 1234px) and (max-width: 1440px) {
  .card-wrapper {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
  }
}

@media screen and (min-width: 1045px) and (max-width: 1233px) {
  .convinience {
    max-width: 1000px;
  }

  .card-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 700px;
    margin: 42px auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .convinience {
    max-width: 1000px;
  }

  .card-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 42px auto;
  }

  .card-item {
    max-width: 274px;
    min-width: 274px;
    max-height: 271px;
    min-height: 271px;
    padding: 16px 15px 34px 15px;
  }

  .card-item__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 125px;
    min-width: 125px;
    max-height: 34px;
    min-height: 34px;
    font-size: 15px;
  }

  .card-item__image {
    max-height: 65px;
    margin-top: 25px;
  }

  .card-item__slogan {
    max-width: 160px;
    font-size: 19px;
    text-align: center;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .convinience {
    max-width: 750px;
  }

  .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 580px;
    margin: 50px auto 28px;
  }

  .card-item {
    max-width: 274px;
    min-width: 274px;
    max-height: 271px;
    min-height: 271px;
    padding: 16px 15px 34px 15px;
  }

  .card-item__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 125px;
    min-width: 125px;
    max-height: 34px;
    min-height: 34px;
    font-size: 15px;
  }

  .card-item__image {
    max-height: 65px;
    margin-top: 25px;
  }

  .card-item__slogan {
    max-width: 160px;
    font-size: 19px;
    text-align: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .convinience {
    max-width: 390px;
  }

  .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 340px;
    margin: 44px auto 24px;
  }

  .card-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3fr;
    grid-template-columns: 1fr 3fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 340px;
    min-width: 340px;
    max-height: 126px;
    min-height: 126px;
    padding: 9px 8px 22px 8px;
  }

  .card-item>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .card-item>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .card-item>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .card-item>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .card-item__button {
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 115px;
    min-width: 115px;
    max-height: 30px;
    min-height: 30px;
    font-size: 15px;
  }

  .card-item__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-height: 46px;
    margin-top: 18px;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .card-item__slogan {
    margin-top: 20px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: start;
  }
}

@media screen and (max-width: 320px) {
  .convinience {
    max-width: 300px;
  }

  .card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 300px;
    margin: 30px auto 24px;
  }

  .card-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 300px;
    min-width: 300px;
    max-height: 126px;
    min-height: 126px;
    padding: 9px 8px 22px 8px;
  }

  .card-item>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .card-item>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .card-item>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .card-item>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .card-item__button {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    align-self: flex-start;
    max-width: 115px;
    min-width: 115px;
    max-height: 30px;
    min-height: 30px;
    font-size: 15px;
  }

  .card-item__image {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    max-height: 46px;
    margin-top: 18px;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  .card-item__slogan {
    margin-top: 20px;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }
}

.service {
  position: relative;
  max-width: 1920px;
  margin: 90px auto 0;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.service_bg-grey {
  max-height: 537px;
  min-height: 537px;
  margin-top: 0;
  padding-top: 57px;
  background-color: #EEF3FD;
}

.service_bg-grey__image {
  max-height: 423px;
  margin-right: 306px;
  margin-bottom: 57px;
  margin-left: 1035px;
}

.service_bg-red {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-height: 670px;
  min-height: 670px;
  margin-top: 0;
  background-color: #D71635;
  z-index: 0;
}

@media (max-width: 1024px) {
  .service_bg-red {
    max-height: 670px;
    min-height: 670px;
  }
}

@media (max-width: 944px) {
  .service_bg-red {
    max-height: 835px;
    min-height: 835px;
  }
}

@media (max-width: 874px) {
  .service_bg-red {
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }
}

.service_bg-white {
  position: absolute;
  top: 0;
  left: 245px;
  z-index: 1;
  max-height: 662px;
  min-height: 662px;
  max-width: 706px;
  margin-top: 0;
  padding-top: 62px;
  background-color: #FFFFFF;
}

.service_bg-red a {
  color: #FFFFFF;
}

.service_bg-red__img {
  position: absolute;
  top: 0;
  left: 582px;
  z-index: -1;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .service {
    position: relative;
    max-width: 1440px;
  }

  .service_bg-grey {
    max-height: 537px;
    min-height: 537px;
    margin-top: 0;
    padding-top: 57px;
  }

  .service_bg-grey__image {
    max-height: 423px;
    margin-right: 306px;
    margin-bottom: 57px;
    margin-left: 850px;
  }

  .service_bg-red {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-height: 670px;
    min-height: 670px;
    z-index: 0;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 1;
    max-height: 662px;
    min-height: 662px;
    max-width: 706px;
  }

  .service_bg-red__img {
    position: absolute;
    top: 0;
    left: 582px;
    z-index: -1;
  }
}

@media screen and (min-width: 1045px) and (max-width: 1233px) {
  .service {
    position: relative;
    max-width: 1024px;
    margin: 60px auto 0;
  }

  .service_bg-grey {
    max-height: 537px;
    min-height: 537px;
    margin-top: 0;
    padding-top: 100px;
  }

  .service_bg-grey__image {
    max-height: 310px;
    margin-right: 306px;
    margin-bottom: 57px;
    margin-left: 600px;
  }

  .service_bg-red {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-height: 670px;
    min-height: 670px;
    margin-top: 0;
    z-index: 0;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    min-height: 622px;
    max-width: 610px;
    margin-top: 0;
  }

  .service_bg-red__img {
    position: absolute;
    top: 0;
    left: 450px;
    z-index: -1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1044px) {
  .service {
    position: relative;
    max-width: 1024px;
    margin: 60px auto 0;
  }

  .service_bg-grey {
    max-height: 537px;
    min-height: 537px;
    margin-top: 0;
    padding-top: 100px;
  }

  .service_bg-grey__image {
    max-height: 310px;
    margin-right: 306px;
    margin-bottom: 57px;
    margin-left: 600px;
  }

  .service_bg-red {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
    z-index: 0;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    min-height: 622px;
    max-width: 610px;
    margin-top: 0;
  }

  .service_bg-red__img {
    position: absolute;
    top: 0;
    left: 450px;
    z-index: -1;
  }
}

@media screen and (min-width: 481px) and (max-width: 791px) {
  .service_bg-red {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    z-index: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .service {
    position: relative;
    max-width: 750px;
    margin: 47px auto 0;
  }

  .service_bg-grey {
    min-height: 1091px;
    margin-top: 0;
    padding-top: 647px;
  }

  .service_bg-grey__image {
    max-height: 401px;
    margin-right: 153px;
    margin-bottom: 43px;
    margin-left: 50px;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: 622px;
    min-height: 622px;
    max-width: 610px;
    margin-top: 0;
    padding-top: 32px;
  }

  .service_bg-red__img {
    position: absolute;
    top: 11px;
    left: 189px;
    z-index: -1;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .service {
    position: relative;
    max-width: 390px;
    margin: 75px auto 0;
  }

  .service_bg-grey {
    min-height: 1015px;
    margin-top: 0;
    padding-top: 713px;
  }

  .service_bg-grey__image {
    max-width: 340px;
    margin-right: auto;
    margin-top: 27px;
    margin-bottom: 26px;
    margin-left: auto;
  }

  .service_bg-red {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    z-index: 0;
    padding-bottom: 50px;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    max-width: 390px;
    margin-top: 0;
    padding-top: 0;
  }

  .service_bg-red__img {
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
  }
}

@media screen and (max-width: 320px) {
  .service {
    position: relative;
    max-width: 310px;
    margin: 50px auto 0;
  }

  .service_bg-grey {
    min-height: 1124px;
    margin-top: 0;
    padding-top: 852px;
  }

  .service_bg-grey__image {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .service_bg-red {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    margin-top: 0;
    z-index: 0;
  }

  .service_bg-white {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    max-width: 310px;
    margin-top: 0;
  }

  .service_bg-red__img {
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
  }
}

.block-list {
  margin-bottom: 15px;
}

.block-list__title {
  margin-bottom: 15px;
  font-size: 18px;
}

.block-list__item {
  font-size: 18px;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .block-list {
    margin-bottom: 10px;
  }

  .block-list__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .block-list__item {
    font-size: 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .block-list {
    margin-bottom: 10px;
  }

  .block-list__title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .block-list__item {
    font-size: 16px;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1920px;
  max-height: 387px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
}

.contacts_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts_right__map {
  width: 898px;
  height: 387px;
}

.contacts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

@media (max-width: 716px) {
  .contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: none;
    margin: 34px auto 0;
  }
}

.contacts-inner_left,
.contacts-inner_right {
  display: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 155px;
  margin-top: 0;
  padding: 26px;
  background-color: #EEF3FD;
}

@media (max-width: 716px) {

  .contacts-inner_left,
  .contacts-inner_right {
    max-width: 100%;
    min-width: 100%;
  }
}

.contacts-inner_left {
  margin-left: 245px;
}

@media (min-width: 717px) {
  .contacts-inner_left {
    min-width: 407px;
    max-width: 407px;
  }
}

@media (min-width: 717px) and (max-width: 768px) {
  .contacts-inner_left {
    margin-left: 48px;
  }
}

@media (max-width: 716px) {
  .contacts-inner_left {
    margin-left: 10px;
  }
}

.contacts-inner_right {
  margin-left: 14px;
}

@media (min-width: 717px) {
  .contacts-inner_right {
    max-width: 285px;
    min-width: 285px;
  }
}

.contacts-inner_left .content-container__item_bold {
  font-size: 20px;
}

.contacts-inner_left .content-container__item {
  margin-top: 10px;
}

.contacts-inner_right .content-container__item_bold {
  font-size: 20px;
  color: #000000;
}

.contacts-inner_right .content-container__item {
  margin-top: 10px;
}

@media screen and (min-width: 1234px) and (max-width: 1440px) {
  .contacts {
    max-width: 1440px;
  }

  .contacts_left {
    min-width: 850px;
  }

  .contacts_right {
    max-width: 590px;
  }

  .contacts-inner_left {
    margin-left: 100px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1253px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }

  .contacts_left {
    min-width: 750px;
  }

  .contacts_right {
    max-width: 1024px;
    margin: 41px auto 0;
  }

  .contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }

  .contacts-inner_left,
  .contacts-inner_right {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 155px;
    margin-top: 0;
    padding: 26px;
  }

  .contacts-inner_left {
    min-width: 397px;
    max-width: 397px;
    margin-left: 48px;
  }

  .contacts-inner_right {
    max-width: 244px;
    min-width: 244px;
    margin-left: 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1024px;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
  }

  .contacts_left {
    min-width: 750px;
  }

  .contacts_right {
    max-width: 1024px;
    margin: 41px auto 0;
  }

  .contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }

  .contacts-inner_left,
  .contacts-inner_right {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 155px;
    margin-top: 0;
    padding: 26px;
  }

  .contacts-inner_left {
    min-width: 397px;
    max-width: 397px;
    margin-left: 48px;
  }

  .contacts-inner_right {
    max-width: 244px;
    min-width: 244px;
    margin-left: 14px;
  }
}

@media screen and (min-width: 717px) and (max-width: 768px) {
  .contacts__inner_left {
    min-width: 397px;
    max-width: 397px;
  }

  .contacts__inner_right {
    max-width: 244px;
    min-width: 244px;
    margin-left: 14px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 710px;
    max-height: 315px;
  }

  .contacts_left {
    min-width: 350px;
  }

  .contacts_right {
    max-width: 350px;
    max-height: 323px;
    margin: 41px 0 0 0;
  }

  .contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px;
  }

  .contacts-inner_left,
  .contacts-inner_right {
    display: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-height: 155px;
    margin-top: 0;
    padding: 26px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 390px;
    max-height: 1098px;
  }

  .contacts_left {
    min-width: 390px;
    margin: 0 auto;
  }

  .contacts_right {
    max-width: 390px;
    min-height: 233px;
    margin: 18px auto 0;
  }

  .contacts-inner_left,
  .contacts-inner_right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5fr;
    grid-template-columns: 1fr 5fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 16px 20px 20px 8px;
  }

  .contacts-inner_left>*:nth-child(1),
  .contacts-inner_right>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contacts-inner_left>*:nth-child(2),
  .contacts-inner_right>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contacts-inner_left>*:nth-child(3),
  .contacts-inner_right>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .contacts-inner_left>*:nth-child(4),
  .contacts-inner_right>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .contacts-inner_left {
    max-height: 100px;
    gap: 0;
  }

  .contacts-inner_right {
    max-height: 80px;
    gap: 0;
  }

  .contacts-inner_left .content-container__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .contacts-inner_left .content-container__item_bold {
    margin-left: 20px;
    font-size: 18px;
  }

  .contacts-inner_left .content-container__item_tiny {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .contacts-inner_left .content-container__item {
    margin-top: 5px;
  }

  .contacts-inner_right .content-container__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .contacts-inner_right .content-container__item_bold {
    margin-left: 20px;
    font-size: 18px;
  }

  .contacts-inner_right .content-container__item_tiny {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .contacts-inner_right .content-container__item {
    margin-top: 5px;
  }
}

@media screen and (max-width: 320px) {
  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px;
    max-height: 1098px;
  }

  .contacts_left {
    min-width: 300px;
    margin: 0 auto;
  }

  .contacts_right {
    max-width: 300px;
    min-height: 233px;
    margin: 18px auto 0;
  }

  .contacts-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .contacts-inner_left,
  .contacts-inner_right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5fr;
    grid-template-columns: 1fr 5fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-width: 300px;
    margin: 0 auto;
    padding: 16px 20px 20px 8px;
  }

  .contacts-inner_left>*:nth-child(1),
  .contacts-inner_right>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .contacts-inner_left>*:nth-child(2),
  .contacts-inner_right>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .contacts-inner_left>*:nth-child(3),
  .contacts-inner_right>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .contacts-inner_left>*:nth-child(4),
  .contacts-inner_right>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .contacts-inner_left {
    max-height: 100px;
    gap: 0;
    margin-top: 0;
  }

  .contacts-inner_right {
    max-height: 80px;
    gap: 0;
  }

  .contacts-inner_left .content-container__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .contacts-inner_left .content-container__item_bold {
    margin-left: 20px;
    font-size: 16px;
  }

  .contacts-inner_left .content-container__item_tiny {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 12px;
  }

  .contacts-inner_left .content-container__item {
    margin-top: 5px;
  }

  .contacts-inner_right .content-container__icon {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .contacts-inner_right .content-container__item_bold {
    margin-left: 20px;
    font-size: 16px;
  }

  .contacts-inner_right .content-container__item_tiny {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 12px;
  }

  .contacts-inner_right .content-container__item {
    margin-top: 5px;
  }
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  min-width: 1920px;
  min-height: 320px;
  margin: 0 auto;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  .footer {
    margin-top: 450px;
  }
}

@media (max-width: 480px) {
  .footer {
    margin: 0 auto;
  }
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 115px;
  margin-top: 91px;
  margin-bottom: 116px;
  margin-left: 245px;
}

.footer-logo__image {
  max-width: 208px;
  margin-bottom: 20px;
}

.footer-logo__text {
  max-width: 245px;
  font-size: 17px;
  color: #525252;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 202px;
  margin-top: 75px;
  margin-left: 253px;
}

.footer-menu__link {
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 166px;
}

.footer-contacts_top {
  margin-top: 75px;
  margin-left: 0;
}

.footer-contacts_bottom {
  max-width: 368px;
  margin-top: 45px;
  margin-left: 0;
}

.footer-contacts .content-container__item_bold {
  font-size: 30px;
}

@media screen and (min-width: 1234px) and (max-width: 1440px) {
  .footer {
    max-width: 1440px;
    min-width: 1440px;
  }

  .footer-logo {
    margin-left: 100px;
  }
}

@media screen and (min-width: 989px) and (max-width: 1233px) {
  .footer {
    max-width: 1024px;
    min-width: 1024px;
  }

  .footer-logo {
    margin-top: 81px;
    margin-left: 50px;
  }

  .footer-menu {
    margin-left: 140px;
  }

  .footer-contacts {
    margin-left: 80px;
  }

  .footer-contacts_top {
    margin-top: 75px;
    margin-left: 0;
  }

  .footer-contacts_bottom {
    max-width: 280px;
    margin-top: 20px;
    margin-left: 0;
  }
}

@media (min-width: 656px) and (max-width: 988px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 750px;
    min-width: 750px;
    max-height: 383px;
  }
}

@media screen and (min-width: 481px) and (max-width: 988px) {
  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-height: 50px;
    margin-top: 52px;
    margin-bottom: 48px;
    margin-left: 48px;
  }

  .footer-logo__image {
    max-width: 208px;
    min-height: 50px;
    margin-bottom: 0;
  }

  .footer-logo__text {
    min-width: 250px;
    margin-left: 42px;
  }

  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 202px;
    margin-top: 0;
    margin-bottom: 43px;
    margin-left: 48px;
  }

  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 48px;
  }

  .footer-contacts_top {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-contacts_bottom {
    max-width: 368px;
    margin-top: 50px;
    margin-left: 0;
  }

  .footer-contacts_bottom .content-container__item_red {
    font-size: 18px;
  }

  .footer-contacts .content-container__item {
    max-width: 368px;
  }

  .footer-contacts .content-container__item_bold {
    font-size: 30px;
  }
}

@media (max-width: 655px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 390px;
    min-width: 390px;
  }

  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 50px;
    margin-top: 35px;
    margin-bottom: 48px;
    margin-left: 26px;
  }

  .footer-logo__image {
    max-width: 208px;
    min-height: 50px;
    margin-bottom: 11px;
  }

  .footer-logo__text {
    min-width: 250px;
    margin: 0;
  }

  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 202px;
    margin-top: 31px;
    margin-bottom: 24px;
    margin-left: 26px;
  }

  .footer-menu__link {
    font-size: 16px;
  }

  .footer-contacts {
    margin-left: 26px;
  }

  .footer-contacts_top {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-contacts_bottom {
    margin-top: 22px;
    margin-left: 0;
  }

  .footer-contacts_bottom .content-container__item_red {
    font-size: 18px;
  }

  .footer-contacts .content-container__item {
    max-width: 368px;
  }

  .footer-contacts .content-container__item_bold {
    font-size: 30px;
  }
}

@media screen and (max-width: 320px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 390px;
    min-width: 390px;
    margin: 0 auto;
  }

  .footer-logo {
    max-height: 50px;
    margin-top: 35px;
    margin-bottom: 48px;
    margin-left: 26px;
  }

  .footer-logo__image {
    max-width: 208px;
    min-height: 50px;
    margin-bottom: 11px;
  }

  .footer-logo__text {
    min-width: 250px;
  }

  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 202px;
    margin-top: 31px;
    margin-bottom: 24px;
    margin-left: 26px;
  }

  .footer-menu__link {
    font-size: 16px;
  }

  .footer-contacts {
    margin-left: 26px;
  }

  .footer-contacts_top {
    margin-top: 0;
    margin-left: 0;
  }

  .footer-contacts_bottom {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .footer-contacts_bottom .content-container__item_red {
    font-size: 18px;
  }

  .footer-contacts .content-container__item {
    max-width: 280px;
  }

  .footer-contacts .content-container__item_bold {
    font-size: 25px;
  }
}

.popup__tnks {
  display: none;
  z-index: 9999;
}

.popup-parent {
  position: relative;
}

.close__tnks {
  position: absolute;
  top: 10px;
  right: 21px;
  font-size: 22px;
  cursor: pointer;
}

.popup__tnks.open {
  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;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.26);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  overflow-y: auto;
  z-index: 5;
}

.popup-body {
  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;
}

.popup-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  min-width: 480px;
  padding: 28px 39px 32px 34px;
  margin-top: 160px;
  margin-right: auto;
  margin-left: auto;
  background-color: #FFFFFF;
}

.popup__close {
  position: absolute;
  top: 25px;
  right: 26px;
  text-decoration: none;
  cursor: pointer;
}

.popup__close:focus,
.popup__close:hover {
  text-decoration: none;
}

.popup__confirm-icon {
  max-width: 58px;
  margin-right: auto;
  margin-left: auto;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 407px;
}

.popup-content__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Rubik", sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #D71635;
}

.popup-content__text {
  margin-top: 17px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.popup-content__text_sm {
  font-size: 12px;
  line-height: 14px;
}

.popup-content__text_lg {
  max-width: 326px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.popup-content__text_bold {
  font-weight: 600;
}

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4px;
  margin-bottom: 4px;
}

.content-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  min-height: 48px;
  padding: 0;
  margin: 0;
  border: 1px solid #9ba8c8;
  border-radius: 4px;
}

.content-wrapper_lg {
  min-width: 407px;
  min-height: 91px;
  max-height: -moz-fit-content;
  max-height: -webkit-fit-content;
  max-height: fit-content;
}

.input-title {
  margin-left: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #55556D;
}

.input-title_sp {
  margin-left: 0;
  color: red;
}

.input-field {
  border: none;
}

.textarea {
  max-width: 400px;
  min-height: 90px;
  padding: 5px;
  resize: vertical;
  border: none;
}

.popup-button {
  position: relative;
  max-width: 407px;
  min-width: 407px;
  max-height: 51px;
  min-height: 51px;
  padding-left: 93.5px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  background-color: #D71635;
  color: #FFFFFF;
}

.popup-button::after {
  position: absolute;
  content: "";
  background-image: url("../../images/arrows/white_arrow.svg");
  width: 32px;
  height: 10px;
  top: 20.5px;
  right: 93.5px;
}

.error_message {
  font-size: 14px;
  line-height: 16px;
  color: red;
}

.checkb-lbl::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #F4F7FB;
  top: 0;
  left: 0;
}

.checkb-lbl {
  position: relative;
  padding-left: 28px;
}

.checkb {
  display: none;
}

.active .checkb-lbl::before {
  background-image: url("../../images/check.svg");
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 95, 229, 0.36);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    overflow-y: auto;
    z-index: 5;
  }

  .popup-body {
    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;
  }

  .popup-form {
    position: relative;
    max-width: 340px;
    min-width: 340px;
    padding: 20px 17px 18px;
    margin-top: 50px;
  }

  .popup__close {
    position: absolute;
    top: 13px;
    right: 10px;
    text-decoration: none;
    cursor: pointer;
  }

  .popup__confirm-icon {
    max-width: 58px;
    margin-top: 17px;
    margin-right: auto;
    margin-bottom: 13px;
    margin-left: auto;
  }

  .popup-content {
    max-width: 304px;
  }

  .popup-content__title {
    font-size: 25px;
    text-align: center;
  }

  .popup-content__text {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }

  .popup-content__text_lg {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .popup-content__text_sm {
    text-align: start;
  }

  .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .content-row_personal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #personal_data {
    margin-top: 10px;
  }

  .content-wrapper {
    max-width: 304px;
  }

  .content-wrapper_lg {
    min-width: 304px;
  }

  .textarea {
    max-width: 280px;
    min-width: 280px;
  }

  .popup-button {
    max-width: 304px;
    min-width: 304px;
    padding-left: 51.5px;
    font-size: 16px;
  }

  .popup-button::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    width: 32px;
    height: 10px;
    top: 18px;
    right: 49.5px;
  }

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

  .checkb-lbl::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #F4F7FB;
  }
}

@media screen and (max-width: 320px) {
  .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(38, 95, 229, 0.36);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    overflow-y: auto;
    z-index: 5;
  }

  .popup-body {
    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;
  }

  .popup-form {
    position: relative;
    max-width: 290px;
    min-width: 290px;
    padding: 30px 17px 18px;
    margin-top: 50px;
  }

  .popup__close {
    position: absolute;
    top: 15px;
    right: 10px;
    max-width: 14px;
    text-decoration: none;
    cursor: pointer;
  }

  .close__tnks {
    max-width: 14px;
  }

  .popup-content {
    max-width: 290px;
  }

  .content-wrapper_lg {
    min-width: 250px;
  }

  .textarea {
    max-width: 250px;
    min-width: 250px;
  }

  .popup-button {
    max-width: 100%;
    min-width: 254px;
    font-size: 18px;
    padding-left: 15px;
  }

  .popup-button::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    width: 32px;
    height: 10px;
    top: 19.5px;
    right: 15px;
  }

  .input-field_modal {
    width: 100%;
  }

  .checkb-lbl::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #F4F7FB;
  }
}

.title-container_contacts {
  margin-top: 83px;
  margin-left: 245px;
}

.title-container__icon,
.title-container__title {
  display: inline-block;
  margin-top: 0;
}

.title-container__title {
  margin-left: 29px;
  font-family: "Rubik", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #D71635;
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .title-container_contacts {
    margin-left: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .title-container_contacts {
    margin-top: 60px;
    margin-left: -140px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .title-container_contacts {
    margin-left: 0;
  }

  .title-container__icon,
  .title-container__title {
    display: inline-block;
  }

  .title-container__title {
    margin-left: 21px;
    font-size: 30px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .title-container {
    max-width: 390px;
    line-height: 29px;
    margin-top: 50px;
  }

  .title-container_contacts {
    margin-top: 39px;
    margin-left: 0;
  }

  .title-container__icon,
  .title-container__title {
    display: inline-block;
  }

  .title-container__icon {
    margin-top: 0;
    margin-left: -22px;
  }

  .title-container__title {
    max-width: 250px;
    margin-top: 0;
    margin-left: 21px;
    font-size: 30px;
  }

  .convinience .title-container__icon {
    margin-bottom: 50px;
  }

  .service_bg-white .title-container {
    margin-top: 0;
  }
}

@media screen and (max-width: 320px) {
  .title-container {
    max-width: 310px;
    line-height: 25px;
  }

  .title-container_contacts {
    margin-left: 0;
  }

  .title-container__icon,
  .title-container__title {
    display: inline-block;
  }

  .title-container__icon {
    margin-top: 0;
    margin-left: -20px;
    max-width: 88px;
  }

  .title-container__title {
    max-width: 210px;
    margin-top: 0;
    margin-left: 15px;
    font-size: 25px;
  }

  .convinience .title-container__icon {
    margin-bottom: 45px;
  }
}

.content-container {
  max-width: 610px;
  margin: 46px 44px 40px 52px;
  line-height: 24px;
}

.content-container__item {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000000;
}

.content-container__item_bold {
  font-weight: 700;
}

.content-container__item_red {
  color: #D71635;
}

.content-container__item_tiny {
  font-size: 14px;
  color: #878787;
}

.content-container__icon {
  max-height: 44px;
  margin-bottom: 21px;
}

.content-container_left {
  max-width: 502px;
  margin-top: 213px;
  margin-left: 397px;
  line-height: 27px;
}

.content-container_left__item {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #FFFFFF;
}

.content-container_left__item::before {
  position: absolute;
  content: "";
  background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
  width: 33px;
  height: 33px;
  top: 10px;
  left: -100px;
}

.content-container_left__item_sp {
  margin-top: 55px;
  font-weight: 300;
  line-height: 30px;
}

.content-container_left__item_sp::before {
  position: absolute;
  content: "";
  background-image: url("../../images/block-8_icons/icon_phone.svg");
  width: 66px;
  height: 66px;
  top: 0px;
  left: -116px;
}

.content-container_left .content-container__item_bold {
  font-size: 30px;
}

.content-container_right {
  max-width: 615px;
  margin-top: 213px;
  margin-left: 119px;
}

@media screen and (min-width: 1234px) and (max-width: 1440px) {
  .content-container_left {
    margin-top: 180px;
    margin-left: 250px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 0;
    left: -100px;
  }

  .content-container_left__item_sp {
    margin-top: 55px;
    font-weight: 300;
    line-height: 30px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    width: 66px;
    height: 66px;
    top: 0px;
    left: -116px;
  }

  .content-container_right {
    margin-top: 180px;
  }
}

@media screen and (min-width: 1045px) and (max-width: 1233px) {
  .content-container_left {
    max-width: 600px;
    margin-top: 180px;
    margin-right: 0;
    margin-left: 130px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 0;
    left: -80px;
  }

  .content-container_left__item_sp {
    margin-top: 55px;
    font-weight: 300;
    line-height: 30px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    width: 66px;
    height: 66px;
    top: 0px;
    left: -96px;
  }

  .content-container_right {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    margin-top: 190px;
    margin-left: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1044px) {
  .content-container_left {
    max-width: 600px;
    margin-top: 180px;
    margin-right: 0;
    margin-left: 130px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 0;
    left: -80px;
  }

  .content-container_left__item_sp {
    margin-top: 55px;
    font-weight: 300;
    line-height: 30px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    width: 66px;
    height: 66px;
    top: 0px;
    left: -96px;
  }

  .content-container_right {
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
    margin-top: 190px;
    margin-left: 50px;
  }
}

@media (min-width: 792px) and (max-width: 1044px) {
  .content-container_right {
    margin-top: 190px;
  }
}

@media (min-width: 566px) and (max-width: 791px) {
  .content-container_right {
    min-width: 640px;
    margin: 14px 47px 46px 63px;
  }
}

@media (min-width: 321px) and (max-width: 634px) {
  .content-container_right {
    min-width: auto;
    margin: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .content-container {
    max-width: 530px;
    margin: 31px 32px 40px 37px;
  }

  .content-container__item {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content-container__item_tiny {
    font-size: 14px;
    color: #878787;
  }

  .content-container__icon {
    max-height: 44px;
    margin-bottom: 21px;
  }

  .content-container_left {
    max-width: 502px;
    margin-top: 47px;
    margin-left: 162px;
  }

  .content-container_left__item {
    position: relative;
    margin-top: 20px;
    font-size: 20px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 10px;
    left: -80px;
  }

  .content-container_left__item_sp {
    margin-top: 36px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    width: 66px;
    height: 66px;
    top: 0px;
    left: -96px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .content-container {
    max-width: 340px;
    margin: 30px 22px 26px 26px;
    line-height: 24px;
  }

  .content-container__item {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content-container__icon {
    max-height: 44px;
    margin-bottom: 21px;
  }

  .content-container_left {
    max-width: 250px;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 100px;
    line-height: 24px;
  }

  .content-container_left__item {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 10px;
    left: -60px;
  }

  .content-container_left__item_sp {
    margin-top: 26px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    background-size: contain;
    width: 55px;
    height: 55px;
    top: 0px;
    left: -72px;
  }

  .content-container_left .content-container__item_bold {
    font-size: 25px;
  }

  .content-container_right {
    min-width: 340px;
    margin: 0 auto;
    min-height: 560px;
  }
}

@media screen and (max-width: 320px) {
  .content-container {
    max-width: 310px;
    margin: 30px 22px 26px 26px;
    line-height: 24px;
  }

  .content-container__item {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .content-container__icon {
    max-height: 44px;
    margin-bottom: 21px;
  }

  .content-container_left {
    max-width: 250px;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    margin-top: 26px;
    margin-bottom: 0;
    margin-left: 80px;
    line-height: 24px;
  }

  .content-container_left__item {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
  }

  .content-container_left__item::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_small_question_mark.svg");
    width: 33px;
    height: 33px;
    top: 10px;
    left: -60px;
  }

  .content-container_left__item_sp {
    margin-top: 26px;
    line-height: 24px;
  }

  .content-container_left__item_sp::before {
    position: absolute;
    content: "";
    background-image: url("../../images/block-8_icons/icon_phone.svg");
    background-size: contain;
    width: 50px;
    height: 50px;
    top: 0px;
    left: -66px;
  }

  .content-container_left .content-container__item_bold {
    font-size: 20px;
  }

  .content-container_right {
    min-width: 310px;
    margin: 0 auto;
    min-height: 560px;
  }
}

.feedback-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 2fr 1fr;
  grid-template-rows: 1fr 1fr 2fr 1fr;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 615px;
  max-height: 360px;
  grid-gap: 10px;
}

.feedback-form>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.feedback-form>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.feedback-form>*:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.feedback-form>*:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

.feedback-form>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.feedback-form>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.feedback-form>*:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
}

.feedback-form>*:nth-child(8) {
  -ms-grid-row: 4;
  -ms-grid-column: 2;
}

.feedback-form__input {
  background-color: #D71635;
  border: none;
}

.input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: solid 2px rgba(255, 255, 255, 0.48);
  border-radius: 4px;
  color: #FFFFFF;
}

@media (max-width: 680px) {
  .input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.input-container_sm {
  max-width: 298px;
  min-height: 66px;
}

.input-container_lg {
  max-width: 605px;
  min-height: 128px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.input-container_sm,
.input-container_lg {
  margin-top: 6px;
}

.input-container_sm {
  margin-bottom: 6px;
}

.input-container_lg {
  margin-bottom: 17px;
}

@media (min-width: 481px) and (max-width: 680px) {
  .input-container_sm {
    max-width: 100%;
  }

  .service_bg-red {
    padding-bottom: 213px;
  }

  .content-container_right {
    margin: 0auto;
  }
}

.input-name {
  margin-left: 17px;
  margin-right: 17px;
  font-size: 12px;
}

.input-field {
  max-width: 100%;
  margin-left: 17px;
  margin-right: 17px;
  color: #FFFFFF;
  background-color: #D71635;
  border: none;
}

.input-field_modal {
  background-color: #FFFFFF;
  border: none;
}

.input-field::-moz-placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

.input-field::-webkit-input-placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

.input-field:-ms-input-placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

.input-field::-ms-input-placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

.input-field::placeholder {
  font-size: 16px;
  color: #FFFFFF;
}

@media (max-width: 680px) {
  .feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .input-container {
    gap: 11px;
  }

  .input-container_sm {
    max-width: 340px;
    min-height: 68px;
  }

  .input-container_lg {
    max-width: 340px;
    min-height: 130px;
  }
}

@media screen and (max-width: 320px) {
  .feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
  }

  .input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
  }

  .input-container_sm {
    max-width: 300px;
    min-height: 68px;
  }

  .input-container_lg {
    max-width: 300px;
    min-height: 130px;
  }
}

.block-btn {
  position: relative;
  max-width: 200px;
  min-width: 200px;
  max-height: 51px;
  min-height: 51px;
  padding-left: 23px;
  border: 0;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
}

.block-btn_red {
  background-color: #D71635;
  color: #FFFFFF;
}

.block-btn_red::after {
  position: absolute;
  content: "";
  background-image: url("../../images/arrows/white_arrow.svg");
  width: 32px;
  height: 10px;
  top: 20.5px;
  right: 22px;
}

.block-btn_white {
  background-color: #FFFFFF;
  color: #D71635;
}

.block-btn_white::after {
  position: absolute;
  content: "";
  background-image: url("../../images/arrows/red_arrow.svg");
  min-width: 24px;
  height: 12px;
  top: 19.5px;
  right: 22px;
}

.block-btn_centered {
  max-width: 242px;
  min-width: 242px;
  margin-right: 594px;
  margin-left: 594px;
}

.block-btn_centered::after {
  position: absolute;
  content: "";
  background-image: url("../../images/arrows/double_arrow_white.svg");
  min-width: 75px;
  height: 10px;
  top: 20.5px;
  right: 22px;
}

@media screen and (min-width: 769px) and (max-width: 1233px) {
  .block-btn {
    position: relative;
    max-width: 183px;
    min-width: 183px;
    max-height: 51px;
    min-height: 51px;
    padding-left: 23px;
    font-size: 16px;
  }

  .block-btn_centered {
    margin-right: 408px;
    margin-left: 408px;
  }

  .block-btn_centered::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    min-width: 32px;
    height: 10px;
    top: 20.5px;
    right: 20px;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .block-btn {
    position: relative;
    max-width: 183px;
    min-width: 183px;
    max-height: 51px;
    min-height: 51px;
    padding-left: 23px;
    font-size: 16px;
  }

  .block-btn_centered {
    margin-right: 283px;
    margin-left: 283px;
  }

  .block-btn_centered::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    min-width: 32px;
    height: 10px;
    top: 20.5px;
    right: 20px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .block-btn {
    position: relative;
    max-width: 183px;
    min-width: 183px;
    max-height: 44px;
    min-height: 44px;
    padding-left: 23px;
    font-size: 16px;
  }

  .block-btn_red::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    width: 32px;
    height: 10px;
    top: 17px;
    right: 20px;
  }

  .block-btn_white::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/red_arrow.svg");
    max-width: 24px;
    height: 12px;
    top: 17px;
    right: 20px;
  }

  .block-btn_centered {
    margin-right: 104px;
    margin-left: 104px;
  }

  .block-btn_centered::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    min-width: 32px;
    height: 10px;
    top: 17px;
    right: 20px;
  }
}

@media screen and (max-width: 320px) {
  .block-btn {
    position: relative;
    max-width: 183px;
    min-width: 183px;
    max-height: 44px;
    min-height: 44px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 23px;
    font-size: 16px;
  }

  .block-btn_red::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    width: 32px;
    height: 10px;
    top: 17px;
    right: 20px;
  }

  .block-btn_white::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/red_arrow.svg");
    min-width: 24px;
    height: 10px;
    top: 17px;
    right: 20px;
  }

  .block-btn_centered {
    margin-right: 58px;
    margin-left: 58px;
  }

  .block-btn_centered::after {
    position: absolute;
    content: "";
    background-image: url("../../images/arrows/white_arrow.svg");
    min-width: 32px;
    height: 10px;
    top: 17px;
    right: 20px;
  }
}