@font-face {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(./assets/fonts/Aeroport.woff2) format("woff2"),
    url(./assets/fonts/Aeroport.ttf) format("ttf");
}

@font-face {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(./assets/fonts/Aeroport-Medium.woff2) format("woff2"),
    url(./assets/fonts/Aeroport-Medium.ttf) format("ttf");
}

@font-face {
  font-family: "Aeroport";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(./assets/fonts/Aeroport-Bold.woff2) format("woff2"),
    url(./assets/fonts/Aeroport-Bold.ttf) format("ttf");
}

:root {
  --m-aqua: #00b7ad;
  --m-turc: #0087a2;
  --m-blue: #004e8b;
  --sec-gray: #5c5f67;
  --sec-orange: #ffba77;
  --l-gray: #b8bdcc;
  --bg-gray: #f2f7fd;
  --light-gray: #f2f2f7;
  --error: #ff4e4e;
  --black: #171b26;
  --border: #b2c7e1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Aeroport, Inter, sans-serif;
  color: var(--black);
}

a,
.swiper-button-next,
.swiper-button-prev,
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next:active,
.swiper-button-prev:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #005396;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
ul,
ol {
  margin: 0;
}

h1 {
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -2.1px;
}

h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 56px;
}

h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

h2.black {
  color: var(--black);
}

span.blue {
  color: #1f50e7;
}

.header-vision {
  display: flex;
  /* padding: 24px; */
  align-items: center;
  gap: 10px;
  justify-content: center;
  /* border-left: 1px solid #B8BDCC; */
  cursor: pointer;
}

.header-lang {
  max-width: 50px;
  display: flex;
  /* padding: 24px; */
  align-items: center;
  gap: 10px;
  justify-content: center;
  /* border-left: 1px solid #B8BDCC; */
  cursor: pointer;
  /* margin-left: 16px; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 162.5% */
  letter-spacing: -0.48px;
  text-transform: uppercase;
}

.header-menu {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;

  display: flex;
  /* padding: 24px 60px; */
  justify-content: center;
  align-items: center;
  gap: 16px;
  /* margin-left: 16px; */
  /* border-left: 1px solid #B8BDCC; */
  cursor: pointer;
}

.header-menu-text {
  display: flex;
  gap: 40px;
  justify-content: center;
  /* margin-right: 113px; */
}

.header-menu-icons {
  display: flex;
  justify-content: end;
}

.header-menu-text a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: #171b26;
  text-decoration: none;
}

.header-menu-text a:hover {
  color: #005396;
}

.header-menu-icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 44px;
  background: #004c89;
}

.header-menu-icon:hover {
  background: #0b5c9d;
}

.menu-close-icon {
  display: none;
}

.header-vision-icon {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 38px;
  border: 1px solid #b8bdcc;
}

.header-lang-icon {
  /* display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 38px;
    border: 1px solid #B8BDCC; */
}

.header-vision-icon:hover,
.header-lang-icon a:hover {
  background: #b8bdcc;
}

.header-menu:focus,
.header-menu.active,
.header-vision:focus,
.header-vision.active {
  /* background-color: #1F50E7;
    color: #FFF; */
}

.header-menu:focus #menu path,
.header-vision:focus #vision path,
.header-menu.active #menu path,
.header-vision.active #vision path {
  stroke: #fff;
}

.header-block {
  position: relative;
  /* padding-left: 70px; */
  align-items: center;
  padding: 20px 70px;
}

.header-block::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #b8bdcc;
  bottom: 0;
  left: 0;
}

.header-show {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-decoration-skip-ink: none;
  display: none;
  position: absolute;
  background: #fff;
}

.header-container {
  /* position: fixed; */
  background: #fff;
  z-index: 999999;
}

.one-block {
  padding-bottom: 95px;
}

.slider__left {
  /* padding-left: 70px; */
  /* margin-left: 70px; */
  padding: 0 70px;
}

.slider__title {
  /* max-width: 1003px; */
  /* margin-top: 80px; */
  margin-top: 103px;
  padding-bottom: 60px;
  /* margin-bottom: 48px; */
}

.slider__text-row {
  position: relative;
}

.slider__text-row::before {
  /* content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 129px;
    height: 127px;
    background-image: url("data:image/svg+xml,%3Csvg width='129' height='127' viewBox='0 0 129 127' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.000457764 126.781L0 126.781L1.10679e-05 0.17973L128.003 0.179741C128.118 2.27473 128.177 4.38392 128.177 6.50593C128.177 72.9322 70.7903 126.781 0.000457764 126.781Z' fill='url(%23paint0_linear_1011_3495)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1011_3495' x1='128.177' y1='93.7107' x2='0.00189426' y2='93.7547' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237BC6FF'/%3E%3Cstop offset='1' stop-color='%2300D9BD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E "); */
}

.slider__title-block {
  position: relative;
}

.slider__title-block::after {
  /* content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 386px;
    height: 330px;
    background-image: url("data:image/svg+xml,%3Csvg width='386' height='330' viewBox='0 0 386 330' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.201 101.284C150.201 45.3474 198.525 0.00123424 258.137 0V202.569C198.525 202.568 150.201 157.222 150.201 101.284ZM278.064 101.284C278.064 45.3474 326.389 0.00123424 386 0V202.569C326.389 202.568 278.064 157.222 278.064 101.284ZM258.141 202.574L258.141 329.176H130.139C130.023 327.081 129.965 324.972 129.965 322.85C129.965 256.423 187.351 202.574 258.141 202.574ZM128.176 202.574H128.176C57.3865 202.574 0 256.423 0 322.85C0 324.972 0.0585634 327.081 0.174256 329.176H128.176V202.574Z' fill='url(%23paint0_linear_1336_3185)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M128.176 202.574H128.176V329.176H0.174256C0.0585634 327.081 0 324.972 0 322.85C0 256.423 57.3865 202.574 128.176 202.574Z' fill='%230087A2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M128.176 202.574H128.176V329.176H0.174256C0.0585634 327.081 0 324.972 0 322.85C0 256.423 57.3865 202.574 128.176 202.574Z' fill='url(%23paint1_linear_1336_3185)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1336_3185' x1='213.5' y1='-14.7188' x2='-20.5' y2='426.781' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23204CBC'/%3E%3Cstop offset='1' stop-color='%23003A83'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_1336_3185' x1='3.15997e-06' y1='235.645' x2='128.175' y2='235.601' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%237BC6FF'/%3E%3Cstop offset='1' stop-color='%2300D9BD'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); */
}

.slider__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* max-width: 816px; */
  display: flex;
  align-items: start;
  padding-bottom: 48px;
  padding-right: 20px;
  /* margin-bottom: 200px; */
}

.slider__text p {
  margin: 0;
}

.slider__text-slider__slider-container {
  width: 888px;
  margin-bottom: 200px;
}

.slider__text-slider__slider-container .swiper-pagination {
  display: flex;
  bottom: 1px;
  left: 106px;
}

.slider__text-slider__slider-container
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.slider__text-slider__slider-container
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
  margin-left: 8px;
}

.icon {
  margin-right: 48px;
}

.icon img {
  width: 56px;
  height: 56px;
}

.achiv {
  margin-bottom: 80px;
}

.achiv__col {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #171b26;
  display: flex;
  align-items: center;
  gap: 8px;
}

.achiv__col:nth-child(2) {
  max-width: 350px;
}

.achiv__col p {
  margin: 0;
}

.achiv__col span {
  color: #1f50e7;
  display: block;
}

.slider__img img {
  width: 100%;
  max-height: 400px;
  max-width: 468px;
  position: absolute;
  bottom: -95px;
  right: 25px;
}

.two-block__wrapper {
  margin-left: -2px;
}

.two-block {
  padding: 0 60px;
  /* margin-top: 50px; */
  margin-bottom: 150px;
}

.two-block__title {
  /* width: 888px; */
  padding-top: 80px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.two-block__title span {
  color: var(--m-aqua);
  /* color: #1F50E7; */
  display: block;
}

.q-block {
  position: relative;
  /* background: radial-gradient(50% 50% at 50% 50%, #F4F9FF 0%, #CCE0FD 100%); */
  padding: 100px 25px;
}

.q-block-row {
  display: flex;
}

/* .q-block::after {
    content: "";
    background: url(/bitrix/templates/gosludy/img/Analytical_Center_new.svg);
    width: 417px;
    height: 193px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
} */

.q-block__img {
  position: relative;
  margin-right: 144px;
  height: 100%;
}

.q-block__img::before {
  content: "";
  background: url(/local/templates/gosludy/img/Quote.svg);
  width: 165px;
  height: 165px;
  position: absolute;
  right: -44px;
  bottom: -62px;
}

.q-block__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.03em;
  color: white;
  margin-top: 100px;
}

.q-block__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 50px;
}

.q-block__desc {
  width: 549px;
}

.q-block__descdesc {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* max-width: 430px; */
}

.q-block__descdesc span {
  font-weight: 700;
  display: block;
}

.q-block__img {
  /* padding-left: 45px; */
}

.q-block__text {
  max-width: 1120px;
}

.block__title span {
  color: var(--m-aqua);
  /* color: #1F50E7;
    display: block; */
}

.block-p {
  padding-left: 70px;
  padding-right: 70px;
}

.bureaucracy {
  /* margin: 160px 0; */
  margin: 0 auto;
}

.bureaucracy-desc-block {
  display: flex;
  gap: 24px;
  /* padding-bottom: 80px; */
  /* border-bottom: 1px solid #b8bdcc; */
}

.bureaucracy .block__title {
  /* width: 660px; */
}

.bureaucracy_text {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* max-width: 1002px; */
}

.bureaucracy-columns {
  /* margin-top: 41px; */
  margin-top: 60px;
  display: flex;
  gap: 30px;
  /* gap: 24px; */
}

.bureaucracy-col {
  width: 888px;
}

.row_bureaucracy {
  margin: 0;
  padding: 0;
  gap: 30px;
}

.col_bureaucracy {
  margin: 0;
  padding: 0;
  gap: 20px;
}

.bureaucracy-columns__title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.03em;
}

.bureaucracy-columns__block {
  position: relative;
  background: #f2f2f7;
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 24px;
  min-height: 216px;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bureaucracy-columns__block::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='52' viewBox='0 0 11 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1V1C-1.6927 15.6159 -1.6927 36.3841 10 51V51' stroke='%23171B26' stroke-dasharray='2 2'/%3E%3C/svg%3E");
  width: 11px;
  height: 52px;
  margin-left: auto;
  margin-right: auto;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bureaucracy-columns__block__before {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.bureaucracy-columns__block_after {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.bureaucracy-columns__block p {
  margin: 0;
}

.bureaucracy-columns__block p span {
  font-weight: 700;
}

.changes {
  margin-bottom: 160px;
}

.changes-title {
  margin-bottom: 80px;
}

.changes-title span {
  /* color: #1F50E7; */
}

.changes__before-after {
  display: flex;
}

.changes__before-after_col_title {
  /* background: #F2F2F7;
    padding: 40px; */
  display: flex;
  align-items: center;
  gap: 25px;
}

.view-before .changes__before-after_col_title {
  padding-left: 62%;
}

.view-after .changes__before-after_col {
  /* flex: 2;
    max-width: 60%; */
  width: 2000px;
}

.changes__before-after_col-block {
  /* padding: 64px 0; */
  /* background-color: #FFF; */
  position: relative;
  /* border-right: #171B26 solid; */
  display: flex;
  gap: 30px;
}

.changes__before-after_col:nth-child(2) {
  flex: 1;
}

.changes__before-after_col:last-of-type .changes__before-after_col_title {
  color: #fff;
  background: #1f50e7;
}

.view-after .changes__before-after_col .changes__before-after_col_title {
  color: #171b26;
  background: #f2f2f7;
}

.changes__before-after_block {
  position: relative;
  /* margin-left: 40px;
    margin-bottom: 48px; */
  height: 367px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  background-color: #fff;
  border-radius: 30px;
}

.cc-orange .changes__before-after_block {
  background: #0094ae;
  color: #fff;
  /* background: linear-gradient(86deg, #7BC6FF 2.57%, #00D9BD 96.74%), #FFF; */
}

.cc-orange .changes__before-after_block .changes__before-after_block-desc,
.cc-orange .changes__before-after_block .changes__before-after_block-title {
  color: #fff;
}

.cc-orange .changes__before-after_col_title h3 {
  color: #005396;
}

.cc-orange .changes__before-after_col_title {
  justify-content: end;
  /* margin-right: 30vh; */
}

.changes__before-after_block-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: #171b26;
  /* padding: 24px 0; */
  position: relative;
}

.changes__before-after_block-title p {
  margin: 0;
}

/* .changes__before-after_block-title::before {
    content: "";
    width: 39px;
    height: 2px;
    background: #1F50E7;
    position: absolute;
    top: 0;
    left: 0;
} */

.changes__before-after_block-desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  max-width: 678px;
  color: #171b26;
}

.changes__before-after_info {
  position: absolute;
  right: 150px;
  top: 200px;
  width: 437px;
  border-radius: 24px;
  padding: 40px;
  background-color: #f2f2f7;
  overflow: hidden;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.changes__before-after_info__icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.mission {
  color: #005396;
  padding: 60px 20px 68px 20px;
}

@media screen and (min-width: 1900px) {
  .mission {
    padding: 100px 45px 150px 45px;
  }
}
@media screen and (min-width: 1420px) {
  .mission {
    padding: 100px 45px 114px 45px;
  }
}
@media screen and (min-width: 748px) {
  .mission {
    padding: 100px 70px 116px 70px;
  }
}


.mission-container {
  /* display: flex; */
}

.mission__text-block {
  /* padding: 160px 0 160px 60px; */
}

.mission-title {
  font-size: 18px;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 20px;
  border: 1px solid rgba(0, 67, 154, 0.3);
  margin-bottom: 40px;
  text-decoration: none;
  color: inherit;
}

.mission-title:hover {
  background-color: white;
}

.mission-desc {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -1.08px;
}

.mission-desc span:not(.element-animation) {
  color: var(--m-aqua);
}

.quality {
  margin-top: 152px;
  margin-bottom: 160px;
  padding-bottom: 10px;
}

.quality-title {
  /* margin-bottom: 80px; */
  padding: 90px 0 50px 45px;
}

.quality-title span {
  /* color: #1F50E7; */
}

.quality-row {
  border-top: 1px solid var(--border);
  /* gap: 24px; */
}

.quality-row__first {
  /* margin-bottom: 24px; */
}

.quality-item {
  display: flex;
  /* border-radius: 30px; */
  /* background: #F2F2F7; */
  padding: 30px 40px 20px 46px;
  flex-direction: column;
  gap: 20px;
  cursor: pointer;
  color: #090909;
  min-height: 300px;
  justify-content: center;
}

.quality-item:nth-child(2) {
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}

.quality_col_title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  letter-spacing: -0.72px;
}

.quality-item_name {
  display: flex;
  align-items: center;
  gap: 30px;
}

.quality_col_desc {
  padding-left: 94px;
  opacity: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

.quality_col_desc ul {
  padding-left: 20px;
}

.quality-item:not(.quality-item-last):hover {
  /* background: linear-gradient(91deg, #0093E6 -8.77%, #00BCB4 103.89%), linear-gradient(270deg, #1744C8 0%, #002B61 100%); */
  background: #0094ae;
  color: #fff;
  justify-content: start;
}

.quality-item:hover .quality_col_desc {
  opacity: 1;
  display: block;
}

.quality-item:hover .quality_col_img {
  /* filter: brightness(0) invert(1); */
}

.quality-item-last {
  /* width: 49.3%; */
}

.quality-item:hover.quality-item-last {
  justify-content: center;
}

.transformation-section .transformation {
  margin-top: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.transformation-title span,
.transformation-col-desc span {
  /* color: #1F50E7; */
  /* background: linear-gradient(#0093E6, #00BCB4);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  */
}

.transformation-title {
  margin-bottom: 50px;
}

.transformation-col-desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* opacity: 0; */
}

.transformation-row {
}

.transformation-col {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  /* padding-bottom: 80px;
    margin-top: 80px; */
  /* padding-bottom: 40px;
    padding-top: 20px; */
  padding: 20px 30px 40px 30px;
  /* border-bottom: 1px solid #B8BDCC; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* cursor: pointer; */
}

.transformation-col:last-of-type {
  /* border: none; */
}

/* .transformation-col:hover {
    background: rgba(255, 255, 255, 0.05);
} */

/* .transformation-col:hover .transformation-col-desc {
    opacity: 1;
} */

.transformation-col-title {
  width: 45%;
}

.transformation-col-desc {
  width: 45%;
}

.bg-blue.transformation-section {
  padding-bottom: 30px;
}

.support-elements {
  margin: 0 25px;
  padding: 70px 45px;
  background: #1a64a0;
  /* background: rgba(255, 255, 255, 0.10); */
}

.tools-page .support-elements {
  margin: 0;
}

.support-elements-title {
  margin-bottom: 50px;
}

.support-elements-title span {
  background: linear-gradient(#0093e6, #00bcb4);
  background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support-elements-slider__left {
  display: flex;
  gap: 30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.support-elements-slider__num {
}

.support-elements-slider__title {
}

.support-elements-slider__desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.support-elements hr {
  margin: 50px 0 80px 0;
}

.support-elements-slider__items {
  gap: 30px;
}

.support-elements-slider__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.support-elements-slider__item__num {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  /* 111.111% */
  letter-spacing: -1.08px;
}

.support-elements-slider__item__num span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  letter-spacing: -0.72px;
}

.support-elements-slider__item__num
  span.support-elements-slider__item__num__small {
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.08px;
}

.support-elements-slider__item__desc {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 125% */
  letter-spacing: -0.72px;
}

.support-elements-slider__nav {
  display: flex;
  justify-content: end;
  align-items: start;
}

.support-elements-slider__swiper .swiper-wrapper {
  padding-bottom: 60px;
}

.support-elements-slider__swiper .swiper-pagination-bullet-active {
  background: #fff;
}

.seamless {
  padding: 120px 60px;
  background: radial-gradient(50% 50% at 50% 50%, #f4f9ff 0%, #cce0fd 100%);
  margin-bottom: 176px;
}

.seamless_title {
  margin-bottom: 80px;
}

.seamless_title span {
  color: #1f50e7;
}

.seamless p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.seamless_button {
  display: inline-flex;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  background: #1f50e7;

  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.seamless_buttons-row p {
  margin-bottom: 16px;
}

.seamless_buttons-row img {
  width: 100%;
}

.seamless_button {
  margin-bottom: 40px;
}

.news {
  margin-top: 100px;
}

.news-row {
  display: flex;
  gap: 24px;
  padding-bottom: 80px;
}

.news-title {
  margin-bottom: 50px;
}

.news-title p {
  margin: 0;
}

.news-title span {
  /* color: #1F50E7; */
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  padding-top: 40px;
  border-top: 2px solid var(--border);
  color: #171b26;
  cursor: pointer;
}

.news-item a {
  color: #171b26;
  text-decoration: none;
}

.news-item__title {
  max-width: 432px;
  /* height: 100px; */
}

.news-item__desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.news-item__button {
  margin-top: auto;
  font-size: 18px;
  opacity: 0;
}

.news-item__button a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
  color: #005396;
}

.news-item:hover .news-item__button {
  opacity: 1;
}

.library {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px 45px;
}

.library-title {
  /* max-width: 430px; */
}

.library-title span {
  /* color: #1F50E7; */
}

.library-row {
  display: flex;
}

.library-col:nth-child(1) {
  width: 50%;
}

.library-col:nth-child(2) {
  width: 50%;
}

.accordion {
  --bs-accordion-bg: transparent;
  max-width: 762px;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid var(--border);
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 0;
}

.accordion-button {
  padding: 40px 0;
  /* border-bottom: 1px solid #b8bdcc; */
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* background: #f2f7fd !important; */
  transition: none;
}

.accordion-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 0 40px;
  /* background: #f2f7fd; */
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-decoration-skip-ink: none;
  text-decoration: none;
}

.accordion-body a {
  color: #171b26;
  text-decoration: none;
}

.accordion-body a:hover {
  color: #005396;
  text-decoration: underline;
}

.accordion-button:not(.collapsed) {
  color: var(--m-blue);
  border: none;
  background: none;
  box-shadow: none;
}

.accordion-button {
  word-break: break-word;
  display: flex;
  gap: 15px;
}

.accordion-button::after {
  /* background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3V21M21 12H3' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.37658 9.97224C6.87868 9.47605 7.69275 9.47605 8.19485 9.97224L12 13.7326L15.8051 9.97224C16.3073 9.47605 17.1213 9.47605 17.6234 9.97224C18.1255 10.4684 18.1255 11.2729 17.6234 11.7691L12.9091 16.4279C12.668 16.6662 12.341 16.8001 12 16.8001C11.659 16.8001 11.332 16.6662 11.0909 16.4279L6.37658 11.7691C5.87447 11.2729 5.87447 10.4684 6.37658 9.97224Z' fill='%23005396'/%3E%3C/svg%3E%0A");
  padding: 20px;
  border-radius: 40px;
  background-color: #fff;
  background-position: center;
  width: 56px;
  height: 56px;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.37658 9.97224C6.87868 9.47605 7.69275 9.47605 8.19485 9.97224L12 13.7326L15.8051 9.97224C16.3073 9.47605 17.1213 9.47605 17.6234 9.97224C18.1255 10.4684 18.1255 11.2729 17.6234 11.7691L12.9091 16.4279C12.668 16.6662 12.341 16.8001 12 16.8001C11.659 16.8001 11.332 16.6662 11.0909 16.4279L6.37658 11.7691C5.87447 11.2729 5.87447 10.4684 6.37658 9.97224Z' fill='%23005396'/%3E%3C/svg%3E%0A");
  /* background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.364 5.63599L12.0001 11.9999M12.0001 11.9999L5.63609 18.3639M12.0001 11.9999L18.364 18.3639M12.0001 11.9999L5.63609 5.63599' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
  padding: 20px;
  border-radius: 40px;
  /* background-color: #0094ae; */
  background-position: center;
}

.accordion-button:hover {
  color: var(--m-blue);
}

.accordion-button.collapsed:hover::after {
  /* background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 3V21M21 12H3' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E"); */
  padding: 20px;
  border-radius: 40px;
  /* background-color: #0094ae; */
  background-position: center;
}

.news-item__img img {
  width: 100%;
  max-height: 242px;
  object-fit: cover;
}

.news-title {
  display: flex;
  justify-content: space-between;
}

.news-title-nav .swiper-button-next {
  position: relative;
}

.news-title-nav .swiper-button-prev {
  position: relative;
}

.news-title-nav {
  display: flex;
  gap: 10px;
}

.main-page .swiper-button-next,
.main-page .swiper-button-prev {
  top: auto;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: auto;
}

.swiper-button-next::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 22L18 12L8 2' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  padding: 28px;
  border-radius: 40px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L6 12L16 2' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 24px;
  height: 24px;
  padding: 28px;
  border-radius: 40px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.news-slider__slider-container .swiper-button-next::after,
.news-slider__slider-container .swiper-button-prev::after {
  background-color: #f4f5fa;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next.swiper-button-blue:after,
.swiper-button-prev.swiper-button-blue:after {
  background-color: #004C89;
}
.swiper-button-next.swiper-button-blue:hover::after,
.swiper-button-prev.swiper-button-blue:hover::after
{
  background-color: #0b5c9d;
}
.swiper-button-prev.swiper-button-blue:after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L6 12L16 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-blue::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 22L18 12L8 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* .swiper-button-next:focus::after, .swiper-button-prev:focus::after {
    background-color: #CCD8FF !important;
} */

.news-slider__swiper .swiper-slide {
  height: auto;
}

.feedback {
  margin-bottom: 100px;
  /* padding: 120px 60px 138px 60px;
    background: linear-gradient(222deg, #1F50E7 19.23%, #5B7FEE 84.94%); */
}

.feedback-col-text {
  /* color: #FFF; */
}

.feedback-title {
  /* margin-bottom: 50px;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 20px;
    border: 1px solid rgba(0, 68, 154, 0.30); */
  color: #0094ae;
  /* font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; */
}

.feedback-desc span {
  background: linear-gradient(#0093e6, #00bcb4);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feedback-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 50px;
}

.feedback-form {
  display: flex;
  /* padding: 48px 228px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  /* background: #F2F2F7; */
}

.feedback-form #form_id_FID1 {
  display: flex;
  width: 430px;
  padding: 16px 48px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 30px;
  background: #0094ae;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.feedback-form #form_id_FID1:hover {
  background: #18a1b9;
}

.feedback-col-text {
  /* width: 40%; */
}

.feedback-col-form {
  /* width: 60%; */
}

.feedback-form form {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-input-wrapper {
  margin-bottom: 24px;
}

.form-textarea {
  margin-bottom: 0;
}

.form-input-wrapper input,
.form-input-wrapper textarea {
  width: 100%;
  padding: 30px 24px;
  border: 1px solid #b8bdcc;
  outline: none;
}

.form-input-wrapper input:valid,
.form-input-wrapper textarea:valid {
  border: 1px solid #171b26;
}

.form-input-wrapper input.error,
.form-input-wrapper textarea.error {
  border: 1px solid #ff7575;
}

.form-input-wrapper input:hover,
.form-input-wrapper textarea:hover,
.form-input-wrapper input:active,
.form-input-wrapper textarea:active,
.form-input-wrapper input:focus,
.form-input-wrapper textarea:focus {
  border: 1px solid #1f50e7;
}

.form-input-wrapper input::placeholder,
.form-input-wrapper textarea::placeholder {
  opacity: 1;
}

.form-input-wrapper input:active::placeholder,
.form-input-wrapper textarea:active::placeholder,
.form-input-wrapper input:focus::placeholder,
.form-input-wrapper textarea:focus::placeholder {
  color: #b8bdcc;
}

.form-input-wrapper input {
}

.form-input-wrapper textarea {
}

.feedback__button {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 24px 48px;
  background: #1f50e7;
  color: #ffffff;
  border: 0;
}

a {
  text-decoration-skip-ink: none;
}

.feedback-form__personal {
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 16px;
}

.feedback-form__personal input[type="checkbox"] {
  -ms-transform: scale(2);
  /* IE */
  -moz-transform: scale(2);
  /* FF */
  -webkit-transform: scale(2);
  /* Safari and Chrome */
  -o-transform: scale(2);
  /* Opera */
  transform: scale(2);
  margin-left: 8px;
}

.modal_close_ok {
  background: #0094ae;
}

.footer-container {
  padding: 100px 70px;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-row:first-of-type {
  height: 100%;
  justify-content: space-between;
  /* margin-bottom: 120px; */
}

.logo img {
  object-fit: contain;
  max-width: 169px;
}

.footer-row .logo,
.header-logo .logo {
  display: flex;
  /* flex-direction: column; */
  align-items: normal;
  gap: 20px;
}

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

.footer-logo p,
.header-logo p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.54px;
  width: 164px;
  margin: 0;
}

.footer-logo p.text_blue,
.header-logo p.text_blue {
  width: 135px;
  border-right: 1px solid var(--border);
}

.text_blue {
  color: #005396;
}

.header-logo .text_black {
  color: #171b26;
  font-weight: 700;
}

.logo .emblem {
  width: 70px;
  height: 74px;
}

.logo .logo-name {
  width: 474px;
  height: 72px;
}

.modal-block-open,
.help-project__modal-block-open {
  display: none;
}

footer {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration-skip-ink: none;
  background: #f4f5fa;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.menu-row {
  margin-bottom: 50px;
}

footer .menu {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}

.menu a {
  color: #171b26;
  text-decoration: none;
}

.menu a:hover {
  color: #005396;
  text-decoration: none;
}

.modal-block {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
  color: #1f50e7;
}

.help-project__footer-modal {
  display: flex;
  align-items: end;
}

.help-project a,
.help-project__modal-block-open-close_btn {
  cursor: pointer;
}

.help-project__modal-block-open .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-block-close_btn {
  cursor: pointer;
}

.share-project p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.5;
}

.share-project .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  height: 40px;
  width: 40px;
}

.share-project
  .ya-share2__container_shape_round.ya-share2__container_size_l
  .ya-share2__badge
  .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(
    .ya-share2__icon_more
  ):not(.ya-share2__icon_copy) {
  background-size: 32px 32px;
}

.share-project .ya-share2__item_service_telegram .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__mobile-popup-badge {
  background-color: #005396;
}

.share-project .ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge {
  background-color: #005396;
}

.share-project .ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
  background-color: #005396;
}

.share-project .ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge {
  background-color: #005396;
}

.share-project
  .ya-share2__list.ya-share2__list_direction_horizontal
  > .ya-share2__item {
  margin: 2px 12px 0 0;
}

.help-project p,
.share-project p {
  margin-bottom: 24px;
}

.help-project a {
  display: inline-block;
  /* width: 318px; */
  /* padding: 16px 85px;  */
  width: 313px;
  padding: 15px 48px 15px 45px;
  color: #fff !important;
  border-radius: 30px;
  background: #0094ae;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
}

.help-project a:hover {
  background: #18a1b9;
}

.slider__text-slider__slider-container {
  width: 888px;
  margin-bottom: 0;
  /* margin-bottom: 200px; */
}

.realization-slider__swiper {
  padding-bottom: 70px;
}

.swiper-pagination__realization {
  bottom: 0px;
}

.realization-item {
  /* padding: 10px 32px 32px 32px; */
  /* border-left: 3px solid #1F50E7; */
  padding: 10px 32px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.two-block .swiper-slide {
  border-left: 1px solid #00327166;
}

.carousel_desc {
  display: flex;
  align-items: center;
  gap: 24px;
  width: 370px;
  min-height: 80px;
}

.realization-item .carousel_text * {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.03em;
}

.speech-block {
  display: none;
}

.help-project__modal-block-open-close_btn {
  border-radius: 44px;
  background: #004c89;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.help-project__modal-block-open {
  position: absolute;
  max-width: 660px;
  /* padding: 30px; */
  padding: 80px 60px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02),
    0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03),
    0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04),
    0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04),
    0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.05),
    0px 100px 80px 0px rgba(0, 0, 0, 0.07);
  z-index: 999;
}

.modal-block-open {
  /* position: absolute;
    max-width: 660px;
    padding: 30px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2.76726px 2.21381px 0px rgba(0, 0, 0, 0.02), 0px 6.6501px 5.32008px 0px rgba(0, 0, 0, 0.03), 0px 12.52155px 10.01724px 0px rgba(0, 0, 0, 0.04), 0px 22.33631px 17.86905px 0px rgba(0, 0, 0, 0.04), 0px 41.77761px 33.42209px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    z-index: 999; */
}

.modal-block-row {
  /* border-radius: 10px;
    background: #FFF; */
}

.modal-title {
  margin-bottom: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #171b26;
  opacity: 0.5;
}

.help-project__modal-block-open .modal-block-row .modal-title {
  color: #0094ae;
  margin-bottom: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 1;
}

.modal-block-open .modal-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-block-open .modal-link {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;

  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.modal-link {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.modal-link a {
  color: #171b26;
  text-decoration: none;
}

.modal-link a:hover {
  color: #005396;
}

.modal-block-close_btn {
  cursor: pointer;
}

footer.overlay {
  background-color: #f2f2f7;
}

.footer-modal {
  margin-bottom: 40px;
}

.footer-desc {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.quality-slider__swiper-mobile {
  display: none;
}

.select_img:not(:first-of-type) {
  display: none;
}

.sl-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 900px;
  box-sizing: border-box;
}

.sl-container .view {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.sl-container .view img {
  width: 640px;
  max-width: 640px;
}

.sl-container .view-before {
  z-index: 100;
  width: 100%;
}

.sl-container .view-after {
  width: 100px;
  z-index: 200;
}

.sl-container .dragme {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: 100px;
  background-color: #171b26;
  cursor: pointer;
  z-index: 300;
}

.sl-container .dr-circle {
  position: absolute;
  top: calc(50% - 20px);
  left: -39px;
  /* border-radius: 100%; */
  width: 80px;
  height: 40px;
  text-align: center;
  background-color: #1f50e7;
  cursor: pointer;
  z-index: 300;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sl-container .dr-circle i {
  line-height: 40px;
  font-size: 20px;
  color: #337ab7;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .sl-container {
    width: 320px;
    height: 210px;
  }

  .sl-container .view img {
    width: 320px;
    max-width: 320px;
  }
}

.select_wrap {
  max-width: 800px;
  position: relative;
  user-select: none;
  margin-bottom: 40px;
}

.select_wrap p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}

.select_wrap .default_option {
  background: #1f50e7;
  color: #fff;
  position: relative;
  cursor: pointer;
  padding-left: 0;
  list-style-type: none;
  margin: 0;
}

.select_wrap .default_option li {
  padding: 10px 20px;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 18px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 8L12 18L2 8' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  list-style-type: none;
  padding: 16px 0;
  box-shadow: 0px 8px 24px 0px rgba(23, 27, 38, 0.3);
}

.select_wrap .select_ul li {
  padding: 10px 20px;
  cursor: pointer;
}

.select_wrap .select_ul li.selected {
  color: #1f50e7;
}

.select_wrap .selected {
  color: #1f50e7;
}

.select_wrap .select_ul li:first-child:hover {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.select_wrap .select_ul li:last-child:hover {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.select_wrap .select_ul li:hover {
  background: #f2f2f7;
}

.select_wrap .option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select_wrap .option .icon {
  background: url("https://i.imgur.com/oEZu0sK.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 15px;
}

.select_wrap .option.pizza .icon {
  background-position: 0 0;
}

.select_wrap .option.burger .icon {
  background-position: 0 -35px;
}

.select_wrap .option.ice .icon {
  background-position: 0 -72px;
}

.select_wrap .option.fries .icon {
  background-position: 0 -111px;
  width: 25px;
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap.active .default_option:before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
}

.scrollup {
  width: 56px;
  height: 56px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  cursor: pointer;
  display: none;
  text-indent: -9999px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 9.5L12 2M12 2L20 9.5M12 2L12 22' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-color: #013864;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 40px;
  z-index: 99999999999;
}

.scrollup:hover {
  background-color: #0b5c9d;
}

.carousel_desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.changes-mobile {
  gap: 24px;
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  /* max-width: inherit !important; */
  max-width: 48% !important;
  cursor: pointer;
  /* width: 468px; */
  height: 300px;
}

.flip-container:nth-last-child(-n + 2) {
  /* width: 468px; */
  height: 380px;
}

/* ADD  */
.flip-container .flipper.flipped {
  -webkit-transform: rotatey(-180deg);
}

/* START: Accommodating for IE */
/* .flip-container:hover .back,
.flip-container.hover .back {
    -webkit-transform:rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front,
.flip-container.hover .front{
    -webkit-transform:rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
} */
/* END: Accommodating for IE */

.flip-container .front,
.flip-container .back {
  width: 100%;
  height: 100%;
}

.flip-container .front > section,
.flip-container .back > section {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 30px 30px 30px;
}

.flip-container .back > section {
  bottom: inherit;
  top: 0;
  padding: 30px;
  height: 100%;
}

.flip-container .back > section > span.content-color-alternate {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.flip-container .front h4,
.flip-container .front p,
.flip-container .back h4,
.flip-container .back p {
  padding: 0 !important;
}

.flip-container .front i,
.flip-container .back i {
  display: block;
  font-size: 48px;
  line-height: 48px;
  margin: 20px 0;
}

.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  display: block;
  position: relative;
  height: 100%;
}

.flipper .changes__before-after_block {
  margin: 0;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  position: relative;
}

.flipper .front,
.flipper .back {
  background: #f2f2f7;
  color: #171b26;
  border-radius: 24px;
}

.flipper .front .changes__before-after_block-title::before {
  background-color: #ff7575;
}

.flipper .back .changes__before-after_block-title::before {
  background-color: #62d791;
}

.flipper .changes__before-after_block-title {
  padding: 16px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.flipper .changes__before-after_block-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.flipper .changes__before-after_block-help {
  color: #b8bdcc;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
}

.flipper .front .changes__before-after_block-title {
  color: #ff7575;
}

.flipper .back .changes__before-after_block-title {
  color: #62d791;
}

.flip-container .front,
.flip-container .back {
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  /*padding: 50px;*/
  background-repeat: no-repeat;
  background-position: center center;
}

.flip-container .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  z-index: 2;
}

.flip-container .back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* vertical */
.vertical.flip-container {
  position: relative;
}

.vertical .back {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
  -webkit-transform-origin: 100% 213.5px;
  -moz-transform-origin: 100% 213.5px;
  -ms-transform-origin: 100% 213.5px;
  transform-origin: 100% 213.5px;
}

/* START: Accommodating for IE */
.vertical.flip-container:hover .back,
.vertical.flip-container.hover .back {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.vertical.flip-container:hover .front,
.vertical.flip-container.hover .front {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* END: Accommodating for IE */

@media screen and (max-width: 747px) {
  .one-block {
    /* padding: 0 16px; */
  }

  .slider__title,
  .slider__text-slider__slider-container,
  .achiv {
    padding: 0 16px;
  }

  .slider__title {
    margin-top: 40px;
  }

  .slider__text-row {
    padding-top: 60px;
  }

  .slider__left {
    padding: 0 20px;
  }

  .slider__text {
    flex-direction: row;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 130% */
    letter-spacing: -0.6px;
  }

  .icon {
    margin-right: 24px;
  }

  .slider__text .icon {
    margin-bottom: 16px;
  }

  .slider__text-slider__slider-container {
    width: 100%;
  }

  .achiv__col {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .two-block {
    padding: 0 16px;
  }

  .q-block {
    padding: 80px 16px 65px 16px;
  }

  .q-block__img {
    padding: 0;
    margin-right: 40%;
    margin-bottom: 32px;
  }

  .q-block__img img {
    width: 100%;
  }

  .q-block-row {
    flex-direction: column;
  }

  .q-block__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .q-block__desc {
    width: 100%;
  }

  .bureaucracy {
    /* margin: 60px 0 0; */
  }

  .q-block__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  .q-block__descdesc {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
  }

  .q-block__img::before {
    width: 64px;
    height: 64px;
    position: absolute;
    right: -24px;
    top: -24px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .bureaucracy_text {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
  }

  .bureaucracy-columns__block {
    padding: 24px;
    font-size: 14px;
    line-height: 20px;
  }

  .bureaucracy-columns__block__before {
    margin-bottom: 24px;
  }

  .quality-row {
    /* display: none; */
  }

  .quality-slider__swiper-mobile {
    display: block;
  }

  .quality-item {
    padding: 24px;
  }

  .transformation-col {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  #content .seamless {
    padding: 40px 16px;
    margin-bottom: 80px;
  }

  .seamless_title {
    margin-bottom: 32px;
  }

  .seamless_button {
    padding: 16px 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .news-title {
    margin-bottom: 32px;
  }

  .news-item__title {
    max-width: 100%;
  }

  .news-item {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: -0.54px;
  }

  .library {
    margin: 60px 0;
  }

  .accordion-button {
    font-size: 20px;
    line-height: 28px;
  }

  .library .accordion-button {
    padding: 16px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .library .accordion-body {
    padding: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    gap: 10px;
  }

  .select_wrap .default_option li {
    padding-right: 50px;
  }

  .select_wrap .default_option:before {
    right: 5px;
  }

  .select_wrap .select_ul {
    top: auto;
  }

  html,
  body {
    overflow-x: hidden;
  }

  h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.96px;
  }

  .h1_tools {
    font-size: 30px;
    line-height: 32px;
  }

  h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  h4 {
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }

  .block-p {
    padding: 0 16px;
  }

  .one-block hr {
    display: none;
  }

  .two-block {
    margin: 80px 0;
    margin-top: 0;
  }

  .realization-item {
    padding: 0px 20px 20px 20px;
  }

  .realization-item .carousel_desc {
    max-width: 100%;
  }

  .realization-item .carousel_text {
    height: auto;
  }

  .bureaucracy-desc-block {
    flex-direction: column;
  }

  .bureaucracy .block__title {
    width: 100%;
    margin-bottom: 18px;
  }

  .bureaucracy-columns {
    margin-top: 30px;
    flex-direction: column;
  }

  .bureaucracy-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .mission-container {
    flex-direction: column;
  }

  .mission-col:last-of-type {
    /* display: none; */
  }

  .mission__text-block {
    padding: 40px 4px;
    padding-top: 0;
  }

  .mission-desc {
    margin-top: 32px;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .quality {
    margin: 80px 0;
  }

  .quality-title {
    /* margin-bottom: 32px; */
  }

  .changes__before-after {
    display: none;
  }

  .transformation-col {
    flex-direction: column;
  }

  .transformation-col-title,
  .transformation-col-desc {
    width: 100%;
  }

  .transformation-col {
    padding: 20px 0 40px 0;
  }

  .transformation-col-desc {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .library {
    padding: 100px 16px;
  }
  .library .accordion-button {
    padding: 0;
    padding-bottom: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.54px;
  }

  .feedback {
    padding: 0 16px;
  }

  .feedback-row {
    flex-direction: column;
  }

  .feedback-col-text {
    width: 100%;
  }

  .feedback-col-form {
    width: 100%;
  }

  .feedback-title {
    margin-bottom: 0;
  }

  .feedback-desc {
    margin-bottom: 0;
  }

  .feedback-row {
    gap: 40px;
  }

  .feedback-form {
    /* padding: 32px 24px; */
  }

  .form-input-wrapper input,
  .form-input-wrapper textarea {
    padding: 20px 16px;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .form-input-wrapper textarea {
    max-height: 62px;
  }

  .feedback-form__personal {
    margin: 24px 0;
  }

  .feedback-form__personal p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .feedback-form__personal a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
  }

  .feedback__button .feedback__button-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .library-row {
    flex-direction: column;
  }

  .library-row .library-col {
    width: 100%;
  }

  .footer-container {
    padding: 40px 16px;
  }

  .logo .logo-name {
    width: 288px;
    height: auto;
  }

  footer,
  .header-show {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .menu {
    gap: 24px;
  }

  .footer-row:first-of-type {
    /* margin-bottom: 64px; */
  }

  .footer-modal {
    order: 1;
  }

  .help-project,
  .share-project {
    margin-bottom: 40px;
  }

  .help-project p,
  .share-project p {
    margin-bottom: 16px;
  }

  .help-project a {
    padding: 16px 48px;
  }

  .modal-block {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-row {
    position: relative;
  }

  .modal-block-open .modal-link {
    font-size: 14px;
    gap: 26px;
  }

  .bureaucracy-columns__block {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .header-block {
    /* padding-left: 0; */
    padding: 12px 16px;
  }

  .header-vision-icon,
  .header-lang .header-lang-icon a,
  .header-menu-icon {
    width: 46px;
    height: 46px;
  }

  .header-vision {
    /* order: 1; */
    /* border-bottom: 1px solid #B8BDCC; */
  }

  .header-menu {
    /* order: 3; */
    /* border-bottom: 1px solid #B8BDCC; */
  }

  .header-logo {
    /* padding: 16px; */
    /* order: 0; */
  }

  .header-logo .logo img {
    max-width: 141px;
  }

  .header-container {
    /* border-top: 1px solid #B8BDCC; */
  }

  body .scrollup {
    right: 16px;
  }

  .select_wrap {
    width: 100%;
  }

  .select_wrap p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .slider__img {
    display: none;
  }

  .help-project a {
    width: 100%;
  }

  .flip-container {
    max-width: 100% !important;
    height: 550px;
    margin-bottom: 48px;
  }

  .flip-container:nth-last-child(-n + 2) {
    height: 550px;
  }

  .changes-mobile:not(.changes-mobile-slider) {
    display: none;
  }

  .changes {
    margin-bottom: 80px;
  }

  .changes-mobile-slider .swiper-pagination1 {
    text-align: left;
    bottom: 0;
  }

  .changes-mobile-slider .swiper {
    overflow-y: visible;
  }

  .transformation-section .transformation {
    padding-bottom: 0;
    padding-top: 60px;
  }
  .swiper-button-next.swiper-button-blue:hover::after,
  .swiper-button-prev.swiper-button-blue:hover::after
  {
    background-color: #004C89;
  }
  .swiper-button-next.swiper-button-blue:active::after,
  .swiper-button-prev.swiper-button-blue:active::after
  {
    background-color: #0b5c9d;
  }
}

@media screen and (min-width: 748px) {
  .slider__img-mobile {
    display: none;
  }

  .one-block hr {
    display: none;
  }

  .news-title-nav-mobile {
    display: none;
  }

  .header-vision {
    max-width: 50px;
  }

  .header-menu {
    max-width: 50px;
  }

  .changes-mobile-slider {
    display: none;
  }
}

@media screen and (min-width: 748px) and (max-width: 1023px) {
  .feedback {
    padding: 80px 32px;
  }

  .feedback-row {
    flex-direction: column;
  }

  .feedback-col-text {
    width: 100%;
  }

  .feedback-col-form {
    width: 100%;
  }

  .feedback-title {
    margin-bottom: 24px;
  }

  .feedback-desc {
    margin-bottom: 40px;
  }

  .feedback-form {
    /* padding: 48px; */
  }

  .form-input-wrapper input,
  .form-input-wrapper textarea {
    padding: 24px;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .form-input-wrapper textarea {
    max-height: 178px;
  }

  .feedback-form__personal {
    margin: 24px 0;
  }

  .feedback-form__personal p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  }

  .feedback-form__personal a {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
  }

  .feedback__button .feedback__button-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .footer-logo {
    margin-bottom: 44px;
  }

  footer {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-container {
    padding: 48px 32px;
  }

  .menu {
    gap: 32px;
  }

  .footer-modal {
    order: 1;
    margin-top: 44px;
  }

  .help-project a {
    padding: 16px 48px;
  }

  .header-show {
    font-size: 20px;
    line-height: 24px;
  }

  .flipper .changes__before-after_block {
    padding: 32px 24px;
  }

  .flip-container {
    height: 330px;
  }

  .flip-container:nth-last-child(-n + 2) {
    height: 444px;
  }
}

@media screen and (min-width: 748px) and (max-width: 1420px) {
  h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
  }

  .slider__text-row {
    max-width: 455px;
  }

  .slider__text {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    /* 130% */
    letter-spacing: -0.6px;
  }

  .icon {
    margin-right: 24px;
  }

  .slider__text-slider__slider-container {
    width: 100%;
    /* margin-bottom: 64px; */
  }

  .achiv__col {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
  }

  .achiv__col img {
    width: 36px;
  }

  .slider__img {
    /* height: 275px;
        border-bottom: 1px solid #B8BDCC; */
  }

  .slider__img img {
    width: 176px;
    object-fit: contain;
    right: 0;
    height: auto;
    bottom: 29px;
  }

  .slider__left {
    margin: 0;
  }

  .two-block {
    padding: 0 32px;
  }

  .two-block .swiper-slide .realization-item {
    padding: 0 20px;
  }

  .realization-item {
    gap: 40px;
  }

  .carousel_desc {
    width: 100%;
  }

  .q-block__img {
    /* padding-left: 32px; */
    margin-right: 50px;
  }

  .q-block__img img {
    max-width: 250px;
  }

  .q-block__text {
    max-width: 100%;
    padding-right: 32px;
  }

  .q-block__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 48px;
  }

  .q-block__img::before {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 15px;
    top: -35px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
  }

  .q-block .q-block__img img {
    max-width: 226px;
  }

  .q-block__desc {
    width: 100%;
  }

  .q-block-row {
    align-items: start !important;
  }

  .q-block__name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .q-block__descdesc {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .bureaucracy-desc-block {
    flex-direction: column;
  }

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

  .bureaucracy-columns__block {
    padding: 24px;
    min-height: 376px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .bureaucracy {
    padding: 0 32px;
  }

  .bureaucracy .row {
    flex-direction: column;
    gap: 20px;
  }

  .two-block {
    margin-bottom: 100px;
  }

  .mission-col:last-of-type {
    /* display: none; */
  }

  .mission-desc {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 54px;
    /* 112.5% */
    letter-spacing: -0.96px;
  }

  .mission-desc {
    /* margin-top: 48px; */
  }

  .mission__text-block {
    /* padding: 120px 0 120px 32px; */
    padding: 0 4px;
  }

  .block-p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .quality-item-last {
    width: 100%;
  }

  .transformation-col-desc {
    font-size: 20px;
    line-height: 24px;
  }

  .transformation-col-desc span {
    font-weight: 700;
  }

  .select_wrap .default_option li {
    padding: 16px 40px;
    padding-right: 50px;
  }

  .select_wrap .select_ul {
    top: auto;
  }

  .select_wrap .default_option::before {
    right: 10px;
  }

  .news-slider__slider-container .news-title-nav-mobile {
    display: none;
  }

  .news-title .news-title-nav {
    display: flex;
  }

  .news-item {
    font-size: 20px;
    line-height: 24px;
  }

  .library .accordion-button {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion-button::after {
    margin-left: auto;
  }

  .scrollup {
    right: 30px;
  }

  .changes {
    margin-bottom: 120px;
  }

  .changes-title {
    margin-bottom: 48px;
  }

  #content .bg-gray {
    margin: 0;
  }

  .feedback-form {
    display: flex;
    align-items: center;
  }

  .share-project {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1420px) {
  h1 {
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
  }

  .achiv-row {
    flex-direction: column;
    gap: 24px;
  }

  .slider__img {
    height: 30px;
  }

  .slider__text-slider__slider-container {
    max-width: 100%;
  }

  .bureaucracy-desc-block {
    flex-direction: row;
  }

  .bureaucracy-columns__block {
    min-height: 280px;
  }

  .mission__text-block {
    width: 55%;
  }

  .mission-col:last-of-type {
    display: block;
    width: 100%;
  }

  .mission-col img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .feedback-form {
    /* padding: 48px; */
  }

  .logo .logo-name {
    width: 220px;
  }

  footer,
  .header-show {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-container {
    padding: 48px 32px;
  }

  .modal-block {
    font-size: 20px;
    line-height: 24px;
    max-width: 260px;
  }

  .help-project a {
    padding: 16px 48px;
  }

  .scrollup {
    right: 30px;
  }

  .changes {
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1900px) {
  h1 {
    font-size: 52px;
    line-height: 64px;
  }

  h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  .slider__title {
    margin-top: 48px;
    margin-bottom: 32px;
  }

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

  .achiv-row {
    flex-direction: row;
    gap: normal;
  }

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

  .slider__text-slider__slider-container {
    max-width: 80%;
    margin-bottom: 136px;
  }

  .slider__img img {
    max-width: 365px;
    height: auto;
  }

  .slider__img {
    height: 0;
    border-bottom: 1px solid #b8bdcc;
  }

  .achiv {
    margin-bottom: 48px;
  }

  .achiv__col img {
    width: 36px;
  }

  .two-block {
    margin: 120px 0;
  }

  .two-block__title {
    margin-bottom: 48px;
  }

  .q-block {
    padding: 120px 0;
  }

  .q-block__img {
    padding-left: 70px;
  }

  .q-block__img {
    margin-right: 108px;
  }

  .q-block__title {
    max-width: 650px;
    font-size: 48px;
    line-height: 56px;
  }

  .q-block__name {
    font-size: 20px;
    line-height: 24px;
  }

  .bureaucracy {
    /* margin: 60px 0 0; */
  }

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

  .bureaucracy-columns__block {
    padding: 32px;
  }

  .changes__before-after_block-title {
    font-size: 20px;
    line-height: 24px;
  }

  .changes-title {
    margin-bottom: 80px;
  }

  .view-before .changes__before-after_col_title {
    padding-left: 56%;
  }
  .transformation-col-desc {
    font-size: 20px;
    line-height: 24px;
  }
  .seamless {
    padding: 80px 60px;
    margin-bottom: 124px;
  }
  .news-item {
    font-size: 20px;
    line-height: 24px;
  }
  .feedback-row {
    gap: 50px;
  }
  .feedback-form {
    /* padding: 48px; */
  }
}

@media screen and (max-width: 1023px) {
  .slider__img-mobile {
    margin-bottom: 40px;
    border-bottom: 2px solid #b8bdcc;
  }

  .slider__img-mobile img {
    width: 100%;
  }

  .achiv-row {
    flex-direction: column;
    gap: 24px;
  }

  body .bvi-body {
    padding: 0;
  }

  .news-title-nav {
    display: none;
  }

  .news-title-nav-mobile {
    display: inline-flex;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu:hover,
  .header-menu.active,
  .header-vision:hover,
  .header-vision.active {
    /* background-color: #1F50E7;
        color: #FFF; */
  }

  .header-menu:hover #menu path,
  .header-vision:hover #vision path,
  .header-menu.active #menu path,
  .header-vision.active #vision path {
    /* stroke: #FFF; */
  }
}

@media screen and (max-width: 1200px) {
  .changes__before-after {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .changes-mobile {
    display: none;
  }

  .card-flip:hover .card-flip__side--front-1,
  .card-flip:hover .card-flip__side--front-2,
  .card-flip:hover .card-flip__side--front-3 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .card-flip:hover .card-flip__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

@media screen and (min-width: 1500px) {
  .swiper-button-next:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 22L18 12L8 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }

  .swiper-button-prev:hover::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 22L6 12L16 2' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  }
}

.bureaucracy_text span {
  font-weight: 700;
}

.text_gradient {
  color: var(--m-aqua);
  /* color: #2AB5AF; */
  /* background: linear-gradient(90deg, #174BCB 0.16%, #00BFBF 89.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  */
}

.bg-gray {
  background: #f2f7fd;
  margin: 0 25px;
}

.bg-blue {
  background: #005396;
  fill: #005396;
  color: #fff;
}

.card-flip {
  -webkit-perspective: 150rem;
  perspective: 150rem;
  -moz-perspective: 150rem;
  cursor: pointer;
  position: relative;
  height: 413px;

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.card-flip__side {
  height: 413px;
  padding: 40px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  /* -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15); */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 30px;
}

.card-flip__side--front {
  background-color: #fff;
}

.card-flip__side--front-1 {
  background: #ecf2fa;
}

.card-flip__side--front-2 {
  background: linear-gradient(-45deg, #f321d7, #ffec61);
}

.card-flip__side--front-3 {
  background: linear-gradient(-45deg, #24ff72, #9a4eff);
}

.card-flip__side--back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  padding: 40px;
}

.card-flip__side--back-1 {
  background: linear-gradient(0deg, #0094ae 0%, #0094ae 100%), #f2f7fd;
  color: #fff;
}

.card-flip__side--back-2 {
  background: linear-gradient(-45deg, #ffec61, #f321d7);
}

.card-flip__side--back-3 {
  background: linear-gradient(-45deg, #9a4eff, #24ff72);
}

/* .card-flip:hover .card-flip__side--front-1,
.card-flip:hover .card-flip__side--front-2,
.card-flip:hover .card-flip__side--front-3 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card-flip:hover .card-flip__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}  */

.card-flip.effect__click.flipped .card-flip__side--front-1 {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.card-flip.effect__click.flipped .card-flip__side--back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.flip-card {
  transform: rotateY(180deg);
}

.card-flip__title {
  height: 20rem;
  padding: 4rem 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-flip__title--1 .fas {
  font-size: 5rem;
}

.card-flip__title--2 .fas {
  font-size: 5rem;
}

.card-flip__title--3 .fas {
  font-size: 5rem;
}

.card-flip__heading {
  font-size: 4rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 75%;
}

.card-flip__heading-span {
  padding: 1rem 1.5rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.card-flip__details {
  padding: 0 2rem 2rem;
}

.card-flip__details ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

.card-flip__details ul li {
  text-align: center;
  font-size: 1.5rem;
  padding: 1rem;
}

.card-flip__details ul li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.card-flip__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
}

.card-flip__price-box {
  text-align: center;
  color: #fff;
  margin-bottom: 8rem;
}

.card-flip__price-only {
  font-size: 1.4rem;
  text-transform: uppercase;
}

.card-flip__price-value {
  font-size: 6rem;
  font-weight: 100;
}

.afbf_feedback_poles h2 span {
  display: block;
  color: #0094ae;
}

#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
  background: #0094ae;
}

#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn:hover {
  background: #18a1b9;
}

.main-user-consent-request-popup .main-user-consent-request-popup-button-acc {
  background: #0094ae;
  color: #fff;
}

.main-user-consent-request-popup
  .main-user-consent-request-popup-button-acc:hover {
  background: #18a1b9;
  color: #fff;
}

.header-menu-icon-close,
.header-menu.active svg {
  display: none;
}

.header-menu.active .header-menu-icon-close,
.header-menu.active .header-menu-icon-close svg {
  display: block;
}

.afbf_send_another_message,
.afbf_ok_icon {
  display: none;
}

header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
}

.swiper-pagination-bullet {
  background: rgba(0, 76, 137, 0.3);
}

.swiper-pagination-bullet-active {
  background: #005396;
}

:root {
  --text-gradient-block: #0094ae;
}

pre {
  padding: 40px;
  background-color: wheat;
  border: 1px solid red;
  border-radius: 20px;
}

@media screen and (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1420px) {
  .desktop_big {
    display: none !important;
  }
}

a.swiper-slide {
  text-decoration: none;
  color: inherit;
}

.text,
.text * {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-top: 26px;
}

@media screen and (max-width: 747px) {
  .text,
  .text * {
    font-size: 16px;
    line-height: 22px;
    margin-top: 22px;
  }
}

.text *:first-child {
  margin-top: 0;
}

.text span {
  font-weight: 500;
}

.text ul {
  color: var(--m-blue);
}

/* FORM */

.form {
  max-width: 650px;
}

.form-content {
  overflow: unset;
}

.form__fieldset {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.field-wrapper,
.form__input-wrapper {
  width: 100%;
  font-size: 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.field-text,
.form__input {
  -webkit-border-radius: 16px;
  border-radius: 16px;
  padding: 15px 25px;
  box-sizing: border-box;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  border: 2px solid var(--light-gray);
  outline: none;
}

.field-text:focus,
.form__input:focus {
  border: 2px solid var(--m-aqua);
}

.field-text_error,
.form__input-wrapper.error .form__input {
  outline: 1px solid #ff5858;
}

.field-error,
.form__error-message {
  font-size: 16px;
  line-height: 24px;
  color: #ff5858;
}

.form__error-message {
  display: none;
}

.error .form__error-message {
  display: inline-block;
}

.form__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  color: var(--black);
  margin: 0;
}

.form__group-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__textarea,
.form__input_textarea {
  min-height: 120px;
  width: 100%;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: inherit;
  resize: none;
  border: 2px solid var(--light-gray);
}

.form__textarea:focus,
.form__input_textarea:focus {
  border: 2px solid var(--m-aqua);
}

.form__select {
  position: relative;
}

.field-select {
  cursor: pointer;
  padding-right: 60px;
  border-radius: 60px;
}

.form__input-self-wrapper {
  position: relative;
}

.form__input-self-wrapper::before,
.form__select::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.31381 8.31012C5.73223 7.89663 6.41062 7.89663 6.82904 8.31012L10 11.4438L13.171 8.31012C13.5894 7.89663 14.2678 7.89663 14.6862 8.31012C15.1046 8.72362 15.1046 9.39403 14.6862 9.80753L10.7576 13.6899C10.5567 13.8884 10.2842 14 10 14C9.71584 14 9.44332 13.8884 9.24239 13.6899L5.31381 9.80752C4.8954 9.39403 4.8954 8.72362 5.31381 8.31012Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 15px;
  right: 15px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  cursor: pointer;
  pointer-events: none;
}

.form__select:has(.form__label)::before {
  top: calc(15px + 34px);
}
.form__select:has(.form__input-self-wrapper)::before {
  content: unset;
}

.form__select_active .form__input-self-wrapper::before,
.form__select_active::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* .form__options {
  position: absolute;
  z-index: 20;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  background: #fff;
  padding: 12px 24px;
  border: 1px solid var(--border);
  -webkit-border-radius: 16px;
  border-radius: 16px;
  top: 54px;
  width: 100%;
  display: none;
  list-style-type: none;
} */

.form__options-block {
  position: absolute;
  z-index: 20;
  top: 54px;
  display: block;
  background: white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--border);
}

.form__options-block_active {
  opacity: 1;
  visibility: visible;
}

.form__options {
  font-size: 16px;
  line-height: 24px;
  background: white;
  padding: 0;
  border: none;
  display: block;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 256px;
  margin: 0;
}

.form__options::-webkit-scrollbar,
html .form__options::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.form__options::-webkit-scrollbar-track,
html .form__options::-webkit-scrollbar-track {
  background: transparent;
}
.form__options::-webkit-scrollbar-thumb,
html .form__options::-webkit-scrollbar-thumb {
  background-color: var(--m-aqua);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 3px solid white;
}

.form__select:has(.form__label) .form__options-block {
  top: calc(54px + 34px);
}

.form__select:has(.form__input-self-wrapper) .form__options-block {
  top: 54px;
}

.form__options li {
  cursor: pointer;
  margin: 0;
  padding: 12px 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form__options li:last-of-type {
  margin: 0;
}

.form__options li:hover,
.form__option_selected {
  color: var(--m-blue);
  font-weight: 500;
  background-color: var(--bg-gray);
}

.form__options_active {
  display: block;
}

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

.form__group-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 12px;
}

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

.form__button {
  margin-top: 30px;
  width: 100%;
  max-width: 422px;
}

.form .form__text-credential {
  margin-top: 30px;
  font-size: 16px;
  line-height: 20px;
}

.survey .form .form__text-credential {
  margin-top: unset;
}

.form__text-credential a {
  color: var(--m-blue);
}

.form__text-credential a:hover {
  color: var(--m-aqua);
}

.form__input_valid {
  display: none;
}

.form__captcha-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.form__captcha-field {
  height: 52px;
  background-color: white;
  border-radius: 16px;
  border: 2px solid var(--light-gray);
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.field-date {
  padding-right: 72px;
}

.field-date-wrapper {
  position: relative;
}

.field-date-wrapper::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: url(/assets/img/icons/calendar_icon.svg) center/contain no-repeat;
  pointer-events: none;
}

.form__label {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
}

.feedback .form__fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.feedback .form__input-wrapper_textarea,
.feedback .form__captcha {
  grid-column: 1/3;
}

.form__checkbox-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  padding: 22px;
}

.form__input_checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.form__checkbox-group {
  display: flex;
  flex-direction: column;
}

.form__checkbox-group_flat {
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.option {
  display: flex;
  align-items: center;
  width: 100%;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
}

.check {
  padding-left: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
  /* order: 2; */
}

.check:has(.check__input:disabled) {
  opacity: 0.4;
  pointer-events: none;
}

.check:has(.check__input:checked + .check__box) {
  /* order: 1; */
}

.check:has(.check__input:disabled + .check__box) {
  /* order: 3; */
}

.check__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.check__box {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid var(--m-aqua);
  border-radius: 5px;
  box-shadow: 0px 2px 3px 0px #0000000d inset;
  box-sizing: border-box;
  margin-left: -50px;
  transition: all 200ms ease-in-out;
  overflow: hidden;
}

.check__box::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: var(--m-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.78182 0.721623C10.0747 1.01452 10.0747 1.48939 9.78182 1.78228L3.78182 7.78228C3.48893 8.07518 3.01405 8.07518 2.72116 7.78228L0.21967 5.28079C-0.0732232 4.9879 -0.0732234 4.51303 0.21967 4.22013C0.512563 3.92724 0.987437 3.92724 1.28033 4.22013L3.25149 6.19129L8.72116 0.721623C9.01405 0.42873 9.48893 0.42873 9.78182 0.721623Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(4px);
  transition: transform 0ms linear, opacity 50ms ease-in-out;
}

.check__input:focus + .check__box {
  /* box-shadow: 0 0 0 1px #4D5660; */
}

.check__input:checked + .check__box {
  border-color: var(--m-blue);
}

.check__input:checked + .check__box::before {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 200ms ease-in-out;
}

.check__input:hover + .check__box {
  border-color: var(--m-turc);
}

.check__input:hover + .check__box::before {
  background-color: var(--m-turc);
}

.check__input:checked:hover + .check__box {
  border-color: var(--m-turc);
}

.check__input:checked:hover + .check__box::before {
  background-color: var(--m-turc);
}

.check__input:disabled:hover + .check__box {
  box-shadow: none;
}

.radio__box {
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  border: 2px solid var(--m-aqua);
  margin-left: -50px;
  transition: all 200ms ease-in-out;
  box-sizing: border-box;
}

.radio__box::after {
  content: "";
  width: 15px;
  height: 15px;
  transform: scale(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  background-color: var(--m-blue);
  border-radius: 50%;
  transition: transform 0ms linear, opacity 50ms ease-in-out;
}

.check__input:focus + .radio__box {
  /* box-shadow: 0 0 0 1px #4D5660;
  border-radius: 50%; */
}

.check__input:checked + .radio__box {
  border-color: var(--m-blue);
  /* background-image: url(images/radio_active.svg); */
}

.check__input:checked + .radio__box::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 200ms ease-in-out;
}

.check__input:hover + .radio__box {
  border-color: var(--m-turc);
}

.check__input:checked:hover + .radio__box {
  /* background-image: url(images/radio_active.svg); */
}

.check__input:checked:hover + .radio__box::after {
  background-color: var(--m-turc);
}

.check__input:disabled:hover + .radio__box {
  /* box-shadow: 0 0 0 1px #4D5660; */
}

.check.switch {
  padding-left: 0;
  padding-right: 52px;
}

.switch__box {
  position: absolute;
  width: 40px;
  height: 24px;
  background-color: #d1dde5;
  border-radius: 100px;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 0;
  right: 0;
  transition: all 300ms ease-in-out;
}

.switch__box::after {
  position: absolute;
  left: 2px;
  top: 2px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 2px 4px 0px #08090a24;
  transition: 350ms cubic-bezier(0.54, 1.6, 0.5, 1);
}

.check__input:focus + .switch__box {
  /* box-shadow: none; */
}

.check__input:checked + .switch__box {
  background-color: #2e3338;
}

.check__input:checked + .switch__box::after {
  transform: translateX(16px);
}

.check__input:hover + .switch__box {
  background-color: #e4ebf0;
}

.check__input:checked:hover + .switch__box {
  background-color: #000000;
}

.check__input:disabled + .switch__box {
  /* background-image: url(images/switch_disabled.svg); */
}

.check__input:disabled:hover + .switch__box {
  /* box-shadow: none; */
}
@media screen and (max-width: 1023px) {
  .form__checkbox-group_flat {
    gap: 0;
  }
  .form__checkbox-label {
    padding: 16px;
  }
  .form__checkbox-label {
    padding-right: 0;
  }
  .check {
    padding-left: 35px;
    font-size: 16px;
    line-height: 1.4;
  }
  .radio__box,
  .check__box {
    width: 20px;
    height: 20px;
    margin-left: -30px;
  }
  .radio__box::after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 747px) {
  .form__group-field_reverse-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback .form__fieldset {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feedback .form__input-wrapper_textarea,
  .feedback .form__captcha {
    grid-column: unset;
  }
  .form__captcha-wrapper {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .form .form__text-credential {
    text-align: center;
  }
  .slider__img img {
    right: 0;
  }
}

@media screen and (min-width: 748px) {
  .form__title {
    font-weight: 500;
    font-size: 38px;
    line-height: 46px;
  }
  .feedback__info {
    font-size: 18px;
    line-height: 28px;
  }
  .form__group-field {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .form__input-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .form__title {
    font-size: 46px;
    line-height: 56px;
  }
}

@media screen and (min-width: 1350px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1900px) {
}

.tippy-tooltip {
  padding: 20px 10px;
  background: white;
  border-radius: 0px 15px 15px 15px;
  filter: drop-shadow(0px 15px 20px rgba(0, 0, 0, 0.16));
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  user-select: none;
  max-width: 450px !important;
}

.tippy-tooltip a {
  color: var(--m-blue);
  cursor: pointer;
}

.tippy-tooltip::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid var(--m-aqua);
  border-left: 10px solid var(--m-aqua);
  pointer-events: none;
}

.list-item {
  position: relative;
  padding-left: 35px;
}

.list-item::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--m-blue);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 50%;
}

.list-item_check::after {
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 15L13.5 20L22 10' stroke='%23005396' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  top: 0;
  left: 0;
  border-radius: unset;
}

.js-add-survey * {
  pointer-events: none;
}
