@charset "UTF-8";

/*Обнуление*/

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

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

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: FuturaPT, sans-serif;
  font-weight: 400;
  background: #ffffff;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  -webkit-tap-highlight-color: transparent;
}

body.this--overflow {
  overflow: hidden;
}

.container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 30px;
}

main {
  background: #ffffff;
}

.h2_title {
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.28;
  color: #1D1D1D;
}

.h1_title {
  color: #1D1D1D;
  font-size: 7.6rem;
  font-weight: 400;
  line-height: 1.14;
}

.btn {
  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;
  padding: 16px;
  color: #143170;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  border-radius: 78px;
  background: #93B1EF;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
  transition: box-shadow 0.25s, background 0.25s, color 0.25s, border 0.25s;
  transition: box-shadow 0.25s, background 0.25s, color 0.25s, border 0.25s, -webkit-box-shadow 0.25s;
}

.btn:active {
  background: #4578E4 !important;
  color: #ffffff !important;
}

.btn.this--transparent {
  color: #3C9;
  border: 1px solid #3C9;
  background: none;
}

.btn_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 54px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn_arrow:active .btn_arrow__arrow {
  width: 0;
}

.btn_arrow:active .btn_arrow__arrow.this--hover {
  width: 62px;
}

.btn_arrow:active .btn_arrow__text {
  color: #FFF;
  background: #2863DF !important;
}

.btn_arrow .btn_arrow__text {
  color: #143170;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  padding: 16px 48px;
  border-radius: 400px;
  background: #93B1EF;
  -webkit-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

.btn_arrow .btn_arrow__arrow {
  width: 62px;
  height: 54px;
  background: url("../img/btn_arrow.svg") center/contain no-repeat;
  -webkit-transition: width 0.25s, height 0.25s;
  transition: width 0.25s, height 0.25s;
}

.btn_arrow .btn_arrow__arrow.this--hover {
  width: 0;
}

.btn_arrow.this--top .btn_arrow__arrow {
  background: url("../img/btn_arrow_top.html") center/contain no-repeat;
}

.btn_arrow.this--blue .btn_arrow__arrow {
  background: url("../img/btn_arrow_blue.svg") center/contain no-repeat;
}

.icon_link {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.icon_link svg {
  width: 31px;
  height: 27px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 26px;
}

.icon_link svg path:first-child {
  fill: transparent;
  -webkit-transition: fill 0.25s, stroke 0.25s;
  transition: fill 0.25s, stroke 0.25s;
}

.icon_link:active {
  color: #CF5600;
}

.icon_link:active svg path:first-child {
  fill: #CF5600 !important;
  stroke: #CF5600 !important;
}

.star_slider {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  max-height: 100px;
  max-width: 108px;
  margin: 0 auto;
}

.star_slider__slide {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.star_slider__slide.swiper-slide-active {
  -webkit-transform: scale(5.6);
      -ms-transform: scale(5.6);
          transform: scale(5.6);
  opacity: 1;
}

.star_slider__slide.swiper-slide-next,
.star_slider__slide.swiper-slide-prev {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.2s;
  transition: transform 0.3s, opacity 0.1s 0.2s, -webkit-transform 0.3s;
}

.star_slider__slide.swiper-slide-next {
  -webkit-transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.1s 0.2s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.1s 0.2s;
  transition: transform 0.3s, opacity 0.1s 0.2s, -webkit-transform 0.3s;
}

.star_slider__slide.swiper-slide-prev {
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s 0s;
  transition: transform 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s;
}

.star_slider__img {
  padding-top: 91.7355%;
  position: relative;
}

.star_slider__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.news_card__img {
  position: relative;
  padding-top: 71.8%;
}

.news_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.news_card__date {
  margin-top: 30px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.news_card__text {
  margin-top: 12px;
  color: #191404;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.news_card__tag {
  position: absolute;
  z-index: 2;
  left: 30px;
  bottom: 29px;
  padding: 14px 24px;
  border-radius: 43px;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.news_card__tag.this--bitum {
  background: radial-gradient(80.72% 80.44% at 60.61% 106.64%, #FFDB67 0%, #FFB200 100%);
}

.news_card__tag.this--sbm {
  background: radial-gradient(100.8% 145.38% at 66.47% 117%, #C2ECDD 0%, #33CB98 86.46%);
}

.news_card__tag.this--salavat {
  background: radial-gradient(208.07% 146.77% at 49.66% 146%, #8DB1FC 0%, #2762DE 100%);
}

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

.breadcrumbs.this--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.breadcrumbs__link {
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.breadcrumbs.this--wh .breadcrumbs__link {
  color: #ffffff;
}

.breadcrumbs__link:not(:first-child) {
  margin-left: 5px;
}

.breadcrumbs__link::before {
  content: ' /';
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 5px;
}

.breadcrumbs.this--wh .breadcrumbs__link::before {
  color: #ffffff;
}

.breadcrumbs__link.this--disabled::after {
  display: none;
}

.breadcrumbs__link.this--home {
  width: 21px;
  height: 21px;
  background: url("../img/home.svg") center/contain no-repeat;
  display: inline-block;
}

.breadcrumbs__link.this--home::before {
  display: none;
}

.breadcrumbs.this--wh .breadcrumbs__link.this--home {
  background: url("../img/home_wh.html") center/contain no-repeat;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: #2863DF;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 60px 8px;
  -webkit-transition: padding 0.25s linear, height 0.25s linear, max-height 0.25s linear;
  transition: padding 0.25s linear, height 0.25s linear, max-height 0.25s linear;
}

.header.small .header__top {
  height: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0 60px;
}

.header__top_logo {
  width: 81px;
}

.header__top_logo img {
  width: 100%;
}

.header__top_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -25px;
}

.header__top_link {
  margin-left: 25px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  border-bottom: 1px solid transparent;
}

.header__top_link:active {
  color: #C9D8F7 !important;
  border-bottom: 1px solid #C9D8F7 !important;
}

.header__bottom {
  padding: 14px 60px 13px;
  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;
  background: #F3F6FE;
  border-radius: 20px 20px 0 0;
  -webkit-transition: border-radius 0.25s, background-color 0.25s;
  transition: border-radius 0.25s, background-color 0.25s;
  -webkit-box-shadow: 0 -50px 30px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 -50px 30px 0 rgba(0, 0, 0, 0.08);
}

.blue_header .header.this--transparent .header__bottom {
  background: #2964DF;
}

.blue_header .header.this--transparent .header__bottom .blue_logo {
  display: block;
}

.header.this--transparent .header__bottom .default_logo {
  display: none;
}

.header.small .header__bottom {
  border-radius: 0;
}

.header__logo {
  width: 129px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.header__logo .blue_logo {
  display: none;
}

.header__logo .default_logo {
  display: block;
}

.header__logo img {
  width: 100%;
}

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

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -44px;
}

.header__menu_link {
  margin-left: 44px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid transparent;
}

.header.this--transparent .header__menu_link {
  color: #FFF;
}

.header__menu_link:active {
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  color: #C9D8F7 !important;
  border-bottom: 1px solid #C9D8F7 !important;
}

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

.header__burger {
  display: none;
}

.header__btn {
  margin-left: 44px;
  width: 210px;
}

.header__menu_close {
  display: none;
}

.footer {
  position: relative;
  margin-top: -30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer__top {
  background: #F4F7FD;
  padding: 77px 60px 106px;
  border-radius: 0 0 30px 30px;
  -webkit-box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 3px 6px 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

.footer__run_string {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.21);
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 59px;
}

.footer__run_string_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 59px;
}

.marquee {
  -webkit-animation: scroll 60s linear infinite;
          animation: scroll 60s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 59px));
            transform: translateX(calc(-100% - 59px));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 59px));
            transform: translateX(calc(-100% - 59px));
  }
}

@-webkit-keyframes scroll-mob {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 27px));
            transform: translateX(calc(-100% - 27px));
  }
}

@keyframes scroll-mob {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(calc(-100% - 27px));
            transform: translateX(calc(-100% - 27px));
  }
}

.footer__row {
  margin-top: 141px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
}

.footer__left,
.footer__right {
  margin-left: 30px;
  width: calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__logo {
  width: 33.3333%;
}

.footer__logo img {
  width: 187px;
}

.footer__menu {
  width: 33.3333%;
  margin-top: 17px;
  padding-left: 20px;
}

.footer__menu_group.this--mt {
  margin-top: 32px;
}

.footer__menu_title {
  color: #2863DF;
  font-size: 2rem;
  font-weight: 450;
  line-height: normal;
}

.footer__menu_links {
  list-style: none;
  margin-top: 29px;
}

.footer__menu_links li {
  margin-top: 26px;
}

.footer__menu_links li:first-child {
  margin-top: 0;
}

.footer__menu_link {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: color 0.25s, border 0.25s;
  transition: color 0.25s, border 0.25s;
  border-bottom: 1px solid transparent;
}

.footer__menu_link:active {
  color: #C9D8F7 !important;
  border-bottom: 1px solid #C9D8F7 !important;
}

.footer__right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 17px;
}

.footer__contacts {
  width: 45%;
  padding-left: 80px;
  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;
  gap: 80px;
}

.footer__contacts_item {
  width: 322px;
  padding-left: 61px;
  color: #141414;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__social {
  width: calc(45% - 60px);
  margin-left: 60px;
  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;
  gap: 80px;
}

.footer__social_item {
  width: 150px;
  padding-left: 49px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__address {
  background: url("../img/footer/addr.svg") left center/29px 29px no-repeat;
}

.footer__tel {
  background: url("../img/footer/tel.svg") left center/29px 29px no-repeat;
}

.footer__mail {
  background: url("../img/footer/mail.svg") left center/29px 29px no-repeat;
}

.footer__vk {
  line-height: 29px;
  background: url("../img/footer/vk.svg") left center/29px 29px no-repeat;
}

.footer__bottom {
  margin-top: -30px;
  padding: 50px 60px 29px;
  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;
  background: #F4F7FD;
}

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

.footer__time {
  margin-right: 54px;
  padding-left: 40px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  background: url("../img/footer/clock.svg") left center/24px 24px no-repeat;
}

.footer__politic {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.footer__develope {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__develope_link:last-child {
  margin-left: 47px;
}

.footer__develope_link_top {
  margin-top: 5px;
  color: #191404;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

.footer__dis_logo {
  width: 96px;
}

.footer__dev_logo {
  width: 115px;
}

.main_top {
  position: relative;
  z-index: 2;
}

.main_top__body {
  background: radial-gradient(95.1% 93.44% at 59.7% 110.33%, #93B1EF 8.75%, #2863DF 100%);
  -webkit-box-shadow: 0px -17px 45px 0px rgba(25, 65, 139, 0.31);
          box-shadow: 0px -17px 45px 0px rgba(25, 65, 139, 0.31);
  position: sticky;
  top: 0;
  overflow: hidden;
}

.main_top__body::before {
  content: '';
  position: absolute;
  right: 237px;
  width: 375px;
  height: 100%;
  top: 0;
  background: url("../img/main/main_top/bg_img.png") center/100% 100% no-repeat;
}

.main_top__content {
  height: 100vh;
  padding: 190px 0 88px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 3;
}

.main_top__title {
  color: #ffffff;
}

.main_top__top_link {
  margin-top: 50px;
}

.main_top__text {
  max-width: 606px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_top__top_btn {
  position: absolute;
  bottom: 111px;
  left: calc(50% - 25px);
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}

.main_top__second_bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(0.25);
      -ms-transform: scale(0.25);
          transform: scale(0.25);
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
  border-radius: 60px 60px 0 0;
}

.main_why {
  position: relative;
  z-index: 2;
}

.main_why__wrapper {
  position: sticky;
  top: 0;
  background: #E9EFFC;
  padding: 137px 0 137px;
  height: 100vh;
  overflow: hidden;
}

.main_why__title {
  color: #2863DF;
}

.main_why__items {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.main_why__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  background: var(--white-white, #FFF);
  overflow: hidden;
  width: 1359px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.main_why__item.this--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.main_why__item_left {
  width: 44%;
}

.main_why__item_right {
  width: 56%;
  padding: 30px 50px;
}

.main_why__item_img {
  padding-top: 80%;
  position: relative;
}

.main_why__item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main_why__item_title {
  color: #2863DF;
  text-align: right;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
}

.main_why__item.this--reverse .main_why__item_title {
  text-align: left;
}

.main_why__item_value {
  margin-top: 39px;
  border-bottom: 1px solid #2863DF;
  color: #2863DF;
  text-align: right;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.16;
  word-spacing: 30px;
}

.main_why__item.this--reverse .main_why__item_value {
  text-align: left;
}

.main_why__item_value span {
  font-size: 11rem;
  line-height: normal;
  word-spacing: normal;
}

.main_why__item_text {
  margin-top: 26px;
  color: #2863DF;
  text-align: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_why__item.this--reverse .main_why__item_text {
  text-align: left;
}

.main_factory {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}

.main_factory__wrapper {
  background: radial-gradient(95.1% 93.44% at 59.7% 110.33%, #93B1EF 8.75%, #2863DF 100%);
  -webkit-box-shadow: 0px -17px 45px 0px rgba(30, 72, 150, 0.2);
          box-shadow: 0px -17px 45px 0px rgba(30, 72, 150, 0.2);
  margin-top: -30px;
  position: sticky;
  height: 100vh;
  top: 0;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

.main_factory__wrapper .container {
  height: 100%;
}

.main_factory__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.main_factory__left {
  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;
  max-width: 565px;
  margin-right: 60px;
}

.main_factory__title.h2_title {
  font-size: 4.7rem;
  line-height: 1.27;
  color: #ffffff;
}

.main_factory__text {
  margin-top: 35px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_factory__btn {
  margin-top: 40px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main_factory__right {
  margin-right: -100px;
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 793px;
}

.main_factory__img {
  width: 100%;
  position: absolute;
  padding: 100px 0;
  top: 0;
  left: 0;
}

.main_factory__img img {
  width: 100%;
}

.main_factory__img img.this--mobile {
  display: none;
}

.main_map {
  border-radius: 30px 30px 0 0;
  background: #E9EFFC;
  margin-top: -30px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.main_map__content {
  padding: 178px 0 121px;
  position: relative;
}

.main_map__title {
  text-align: center;
  color: #2863DF;
  position: relative;
  z-index: 2;
}

.main_map__address {
  position: absolute;
  color: #2863DF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  left: 633px;
  bottom: 407px;
}

.main_map__img_wr {
  width: 431px;
  position: relative;
  z-index: 2;
  margin-top: 368px;
}

.main_map__img_wr::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 552px;
  height: 1px;
  background: #2863DF;
}

.main_map__img {
  padding-top: 72.6218%;
  position: relative;
}

.main_map__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.main_map__map {
  position: absolute;
  top: 0;
  left: 185px;
  width: 1538px;
}

.main_map__map img {
  width: 100%;
}

.main_chess {
  margin-top: -30px;
  border-radius: 30px;
  background: url("../img/main/main_chess/bg.jpg") center/cover no-repeat;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 3;
}

.main_chess__content {
  padding: 285px 0;
  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;
  gap: 50px;
}

.main_chess__left {
  width: 50%;
  max-width: 408px;
}

.main_chess__right {
  width: 50%;
  max-width: 580px;
}

.main_chess__img {
  padding-top: 74.1379%;
  position: relative;
}

.main_chess__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.main_chess__icon {
  width: 40px;
}

.main_chess__icon img {
  width: 100%;
}

.main_chess__title {
  margin-top: 20px;
  color: #ffffff;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.27;
}

.main_chess__text {
  margin-top: 20px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.main_chess__text p:not(:first-child) {
  margin-top: 15px;
}

.main_chess__text ul {
  padding-left: 30px;
}

.main_chess__btn {
  margin-top: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.main_chess__btn .btn_arrow__text {
  padding: 16px 48px;
}

.about_top {
  padding: 237px 0 355px;
  background: #F3F6FE;
  position: relative;
  z-index: 2;
}

.about_top::before {
  content: '';
  position: absolute;
  right: 237px;
  width: 375px;
  height: 1045px;
  top: 0;
  background: url("../img/about/top_bg_img.png") center/100% 100% no-repeat;
}

.about_top__content {
  position: relative;
  z-index: 2;
}

.about_top__title {
  text-align: center;
  margin-top: 40px;
}

.about_top__subtitle {
  text-align: center;
  max-width: 689px;
  margin: 19px auto 0;
  color: #191404;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.about_top__row {
  margin-top: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -70px;
}

.about_top__column {
  margin-left: 70px;
  width: calc(33.333% - 70px);
  margin-bottom: -60px;
}

.about_top__card {
  margin-bottom: 60px;
  border-radius: 15px;
}

.date_slider {
  overflow: hidden;
  position: relative;
}

.date_slide__body {
  background: #2863DF;
  padding: 74px 41px 41px;
  border-radius: 15px;
  min-height: 322px;
}

.date_slide__minititle {
  color: #FFF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  min-height: 21px;
}

.date_slide__value {
  color: #FFF;
  text-align: center;
  font-size: 7.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.14;
  margin-top: 12px;
}

.date_slide__value.this--small {
  font-size: 4rem;
  margin-top: 31px;
}

.date_slide__text {
  margin-top: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.date_slider__pagination.swiper-pagination-bullets {
  position: absolute;
  z-index: 2;
  bottom: auto;
  top: 38px;
  left: 0;
  width: 100%;
  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;
}

.date_slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  width: 44px;
  height: 2px;
  background: rgba(244, 244, 243, 0.25);
  position: relative;
}

.date_slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet::after {
  width: 0;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #F4F4F3;
}

.date_slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
  -webkit-transition: width 4s linear;
  transition: width 4s linear;
}

.team_card {
  padding: 60px 32px 67px;
  overflow: hidden;
  background: #FFF;
}

.team_card__title {
  color: #191404;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.team_card__slider {
  margin-top: 60px;
}

.team_card__slider_slide.swiper-slide {
  width: 162px;
}

.team_card__img {
  padding-top: 120.987%;
  position: relative;
}

.team_card__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 -17px 45px 0 rgba(0, 0, 0, 0.09);
}

.team_card__link {
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
}

.team_card__link svg {
  margin-left: 15px;
}

.shipment_card {
  background: url("../img/about/shipment_bg.jpg") center/cover no-repeat;
  padding: 39px 24px 39px 25px;
  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;
}

.shipment_card__img {
  width: 40px;
}

.shipment_card__img img {
  width: 100%;
}

.shipment_card__text {
  color: #FFF;
  margin-top: 16px;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.innovation_card {
  background: #FFF;
  padding: 122px 26px;
}

.innovation_card__text {
  color: #345DA7;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.developing_card {
  background: url("../img/about/developing_bg.jpg") center/cover no-repeat;
  padding: 100px 23px;
  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;
}

.developing_card__img {
  width: 40px;
}

.developing_card__img img {
  width: 100%;
}

.developing_card__text {
  color: #FFF;
  margin-top: 9px;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.invest_card {
  background: url("../img/about/invest_bg.jpg") center/cover no-repeat;
  padding: 86px 26px;
}

.invest_card__text {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.care_card {
  background: url("../img/about/care_bg.jpg") center/cover no-repeat;
  padding: 50px 50px 80px;
  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;
}

.care_card__img {
  width: 40px;
}

.care_card__img img {
  width: 100%;
}

.care_card__text {
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.mission_card {
  background: #2863DF;
  padding: 120px 40px;
}

.mission_card__title {
  color: #fff;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.mission_card__text {
  color: #FFF;
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 17px;
}

.address_card {
  background: #FFF;
  padding: 65px 55px;
}

.address_card__img {
  margin: 0 auto;
  width: 40px;
}

.address_card__img img {
  width: 100%;
}

.address_card__city {
  color: #2863DF;
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
  margin-top: 11px;
}

.address_card__address {
  color: #2863DF;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 6px;
}

.address_card__link {
  margin-top: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  color: #2863DF;
}

.address_card__link svg {
  margin-left: 15px;
}

.about_chess {
  margin-top: -30px;
  border-radius: 30px;
  background: url("../img/about/chess_bg.jpg") center/cover no-repeat;
  -webkit-box-shadow: 0 -17px 45px 0 rgba(30, 72, 150, 0.2);
          box-shadow: 0 -17px 45px 0 rgba(30, 72, 150, 0.2);
  padding: 77px 0;
  position: relative;
  z-index: 2;
}

.about_chess__content {
  padding: 168px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  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;
  gap: 50px;
}

.about_chess__content.this--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about_chess__content:first-child {
  border-top: none;
}

.about_chess__left {
  width: 50%;
  max-width: 650px;
}

.about_chess__right {
  width: 50%;
  max-width: 650px;
}

.about_chess__img {
  padding-top: 74.138%;
  position: relative;
}

.about_chess__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.about_chess__icon {
  width: 40px;
}

.about_chess__icon img {
  width: 100%;
}

.about_chess__title {
  margin-top: 33px;
  color: #FFF;
  font-size: 4.7rem;
  font-weight: 400;
  line-height: 1.27;
}

.about_chess__text {
  margin-top: 40px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.about_chess__text p:not(:first-child) {
  margin-top: 15px;
}

.about_chess__text ul {
  padding-left: 30px;
}

.about_chess__btn {
  margin-top: 45px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.about_chess__btn .btn_arrow__text {
  padding: 16px 48px;
}

.news_detail {
  padding: 277px 0 172px;
  position: relative;
  z-index: 2;
  border-radius: 0 0 30px 30px;
  background: #F3F6FE;
  -webkit-box-shadow: 38px 33px 50px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 38px 33px 50px 0 rgba(0, 0, 0, 0.05);
}

.news_detail::before {
  content: '';
  position: absolute;
  top: 130px;
  right: 0;
  width: 657px;
  height: 552px;
  background: url("../img/news_detail/img_bg.html") center/contain no-repeat;
}

.news_detail__date {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.news_detail__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news_detail__left {
  width: 50%;
}

.news_detail__right {
  width: 50%;
  max-width: 611px;
  margin-left: 60px;
}

.news_detail__title {
  margin-top: 31px;
  color: #1D1D1D;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.27;
}

.news_detail__tag {
  position: static;
  display: inline-block;
  margin-top: 48px;
}

.news_detail__img {
  padding-top: 61.082%;
}

.news_detail__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.news_detail__img.this--mobile {
  display: none;
  position: relative;
}

.news_detail__img.this--mobile img {
  border-radius: 15px;
}

.news_detail__img.this--desktop {
  position: sticky;
  top: 140px;
}

.news_detail__img.this--desktop img {
  z-index: 2;
}

.news_detail__img.this--desktop::before,
.news_detail__img.this--desktop::after {
  content: '';
  position: absolute;
  width: 67.5%;
  height: 98%;
  background: url("../img/news_detail/star_bg.html") center/100% 100% no-repeat;
}

.news_detail__img.this--desktop::before {
  top: -47%;
  right: -1%;
}

.news_detail__img.this--desktop::after {
  left: -6%;
  bottom: -55%;
}

.news_detail__text {
  margin-top: 80px;
  color: #1D1D1D;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}

.calculate {
  position: relative;
  z-index: 2;
  border-radius: 0 0 30px 30px;
  background: #F3F6FE;
  -webkit-box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
  padding: 130px 0 138px;
}

.calculate__top_links {
  padding: 69px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 42px;
  margin-top: -50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 0 30px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: radial-gradient(112.76% 115.54% at 52.14% 151.72%, #93B3FA 0%, #2863DF 83.33%);
  position: relative;
}

.calculate__top_links::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.calculate__top_link {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.calculate__top_link.active {
  opacity: 1;
  pointer-events: none;
  font-weight: 700;
}

.calculate__content {
  padding-top: 101px;
}

.calculate__row {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
}

.calculate__left {
  width: calc(50% - 30px);
  margin-left: 30px;
  max-width: 458px;
}

.calculate__title {
  margin-top: 30px;
  color: #191404;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.15;
}

.calculate__text {
  margin-top: 40px;
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.calculate__img {
  margin-top: 41px;
  padding-top: 54.5851%;
  position: relative;
}

.calculate__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.calculate__time {
  margin-top: 37px;
}

.calculate__form {
  width: calc(50% - 30px);
  margin-left: 30px;
}

.calculate__form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -23px;
  margin-bottom: -30px;
}

.calculate__form_input_wrapper {
  width: calc(50% - 23px);
  margin-left: 23px;
  margin-bottom: 30px;
  position: relative;
}

.calculate__form_input_wrapper.this--textarea {
  width: calc(100% - 23px);
}

.calculate__form_input_wrapper.this--select .SumoSelect {
  margin-top: 11px;
}

.calculate__form_input_title {
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
}

.calculate__form_input {
  display: block;
  width: 100%;
  margin-top: 11px;
  padding: 16px 23px;
  border-radius: 5px;
  border: 1px solid rgba(29, 29, 29, 0.4);
  color: #1D1D1D;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: normal;
  background: transparent;
  -webkit-transition: border 0.25s, color 0.25s;
  transition: border 0.25s, color 0.25s;
}

.calculate__form_input:focus {
  border: 1px solid #2863DF !important;
  color: #1d1d1d;
}

.calculate__form_input:focus::-webkit-input-placeholder {
  color: #1d1d1d;
}

.calculate__form_input:focus::-moz-placeholder {
  color: #1d1d1d;
}

.calculate__form_input:focus:-ms-input-placeholder {
  color: #1d1d1d;
}

.calculate__form_input:focus::-ms-input-placeholder {
  color: #1d1d1d;
}

.calculate__form_input:focus::placeholder {
  color: #1d1d1d;
}

.calculate__form_input:focus ~ .datepicker_icon path {
  fill: #2863DF !important;
}

.calculate__form_input.filled ~ .datepicker_icon path {
  fill: #5e5f60;
}

.calculate__form_input::-webkit-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::-moz-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -moz-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input:-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::-ms-input-placeholder {
  color: rgba(29, 29, 29, 0.4);
  -ms-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input::placeholder {
  color: rgba(29, 29, 29, 0.4);
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

.calculate__form_input.error {
  border: 1px solid #DE2727 !important;
  color: #DE2727 !important;
}

.calculate__form_input.error::-webkit-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::-moz-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error:-ms-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::-ms-input-placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error::placeholder {
  color: #DE2727 !important;
}

.calculate__form_input.error + .calculate__form_input_error {
  opacity: 1;
}

.calculate__form_input.this--textarea {
  resize: none;
  height: 111px;
}

.calculate__form_input_error {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #DE2727;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 0;
}

.calculate__form_input_error.show {
  opacity: 1;
}

.datepicker_icon {
  position: absolute;
  right: 24px;
  bottom: 8px;
  pointer-events: none;
}

.datepicker_icon path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}

.drop-area {
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  height: 123px;
}

.drop-area input {
  display: none;
}

.drop-area .button-file {
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: 1px dashed var(--black-black, #1D1D1D);
  padding: 28px;
  cursor: pointer;
}

.drop-area .button-file.active {
  color: #2863DF;
  text-align: left;
  padding: 28px 56px 28px 24px;
  font-size: 1.6rem;
}

.drop-area .drop-area__text {
  margin-top: 8px;
  color: rgba(29, 29, 29, 0.5);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
}

.calculate_form__file_clear {
  position: absolute;
  right: 24px;
  top: 24px;
  width: 32px;
  height: 32px;
  background: url("../img/calculate/trash.svg") center/contain no-repeat;
  cursor: pointer;
  display: none;
}

.calculate_form__file_clear.show {
  display: block;
}

.calculate__form_bottom {
  margin-top: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.calculate__form_agree {
  color: #1D1D1D;
  text-align: right;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px;
  margin-right: 36px;
  opacity: 0.4;
  max-width: 300px;
}

.ui-datepicker {
  width: 100%;
  max-width: 356px;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
  border-radius: 5px;
  background: #FFF;
  padding: 19px 24px;
}

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

.ui-datepicker-title {
  margin-right: auto;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  color: #111B2B;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 1.42;
  letter-spacing: -0.154px;
  padding-left: 8px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 0;
  margin-left: 4px;
  width: 32px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.ui-datepicker-prev {
  background: url("../img/calculate/datePrev.svg") center/contain no-repeat;
}

.ui-datepicker-next {
  background: url("../img/calculate/dateNext.svg") center/contain no-repeat;
}

.ui-datepicker-calendar {
  width: 100%;
  margin-top: 4px;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: calc(100% / 7);
  text-align: center;
}

.ui-datepicker-calendar th {
  color: rgba(29, 29, 29, 0.7);
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.333;
  padding: 8px 0;
}

.ui-datepicker-calendar td a {
  display: inline-block;
  width: 100%;
  color: #1D1D1D;
  text-align: center;
  -webkit-font-feature-settings: 'clig' off, 'liga' off;
          font-feature-settings: 'clig' off, 'liga' off;
  font-size: 1.4rem;
  font-weight: 450;
  line-height: 1.42;
  letter-spacing: -0.154px;
  padding: 11.5px 0;
}

.ui-datepicker-calendar td a.ui-state-active {
  border-radius: 50%;
  background: #2863DF;
  color: #ffffff;
}

.calculate_thanks {
  border-radius: 0 0 30px 30px;
  background: #F3F6FE;
  -webkit-box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 13px 0 50px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 2;
}

.calculate_thanks__content {
  /*min-height: 100vh;*/
  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;
  /*padding-top: 130px;*/
}

.calculate_thanks__body {
  text-align: center;
}

.calculate_thanks__logo {
  width: 131px;
  margin: 0 auto;
}

.calculate_thanks__logo img {
  width: 100%;
}

.calculate_thanks__title {
  margin-top: 30px;
}

.calculate_thanks__text {
  margin: 16px auto 0;
  color: #82919B;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 433px;
}

.calculate_thanks__btn {
  width: 207px;
  margin: 50px auto 0;
}

@media (max-width: 1699px) {
  .main_factory__right {
    margin-right: 0;
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about_top {
    padding: 160px 0 200px;
  }

  .about_top__row {
    margin-top: 80px;
  }
}

@media (max-width: 1620px) {
  .footer__top {
    padding: 77px 30px 106px;
  }

  .footer__bottom {
    padding: 50px 30px 29px;
  }
}

@media (max-width: 1499px) {
  .h2_title {
    font-size: 5.2rem;
  }

  .h1_title {
    font-size: 6.5rem;
  }

  .footer__top {
    padding: 77px 30px 50px;
  }

  .footer__row {
    margin-top: 40px;
  }

  .main_top__content {
    padding: 190px 0 131px;
  }

  .main_top__top_btn {
    bottom: 32px;
  }

  .main_map__img_wr {
    margin-top: 378px;
  }

  .date_slide__body {
    padding: 74px 30px 40px;
    min-height: 0;
  }

  .team_card {
    padding: 50px 30px 40px;
  }

  .shipment_card {
    padding: 50px 30px 40px;
  }

  .innovation_card {
    padding: 80px 26px;
  }

  .innovation_card__text {
    font-size: 3.2rem;
  }

  .developing_card {
    padding: 50px 30px 40px;
  }

  .invest_card {
    padding: 50px 26px 40px;
  }

  .care_card {
    padding: 50px 30px 40px;
  }

  .mission_card {
    padding: 80px 30px 40px;
  }

  .address_card {
    padding: 50px 30px 40px;
  }

  .news_detail__title {
    font-size: 4rem;
    line-height: 1.15;
  }
}

@media (max-width: 1400px) {
  .star_slider__slide.swiper-slide-active {
    -webkit-transform: scale(3.4);
        -ms-transform: scale(3.4);
            transform: scale(3.4);
  }
}

@media (max-width: 1320px) {
  .calculate__form_input_wrapper {
    width: calc(100% - 23px);
  }
}

@media (max-width: 1199px) {
  .main_map__address {
    left: 540px;
  }

  .main_map__img_wr::before {
    width: 467px;
  }

  .main_map__map {
    left: 100px;
  }

  .main_chess__content {
    padding: 100px 0;
  }

  .about_top__row {
    margin-left: -40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about_top__column {
    margin-left: 40px;
    width: calc(50% - 40px);
    margin-bottom: 0;
  }

  .about_top__card {
    margin-bottom: 40px;
  }

  .about_chess__content {
    padding: 100px 0;
  }

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

  .calculate__form {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .calculate__form_bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 35px;
  }

  .calculate__form_agree {
    text-align: left;
    margin-top: 26px;
  }
}

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

  .btn {
    font-size: 1.2rem;
    padding: 10px;
  }

  .news_card__img img {
    border-radius: 5px;
  }

  .news_card__date {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .news_card__text {
    font-size: 2rem;
    line-height: 1.325;
  }

  .news_card__tag {
    left: 23px;
    bottom: 19px;
    font-size: 1.4rem;
    line-height: 1.25;
    padding: 11px 24px;
  }

  .header__top {
    padding: 12px 20px 12px;
  }

  .header.small .header__top {
    padding: 0 20px;
  }

  .header__top_logo {
    width: 66px;
  }

  .header__top_links {
    margin-left: -12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .header__top_link {
    font-size: 1.4rem;
    margin-left: 12px;
  }

  .header__top_links_group .header__top_link {
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 28px;
    color: #1D1D1D;
    margin-left: 0;
  }

  .header__top_links_group .header__top_link:first-letter {
    text-transform: uppercase;
  }

  .header__bottom {
    padding: 14px 20px 14px;
  }

  .header__logo {
    width: 101px;
  }

  .header__menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    height: 100%;
    background: #E9EFFC;
    z-index: 2;
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 111px 20px 60px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
            transform: translateX(-120%);
    -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
    overflow-y: auto;
  }

  .header__menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

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

  .header.this--transparent .header__menu_link {
    color: #1D1D1D;
  }

  .header__menu_link {
    margin-left: 0;
    font-size: 4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 28px;
  }

  .header__burger {
    display: block;
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    background: #93B1EF;
    margin-left: 5px;
    cursor: pointer;
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .header__burger.active span:first-child {
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__burger.active span:nth-child(3) {
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__burger span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 14px;
    background: #1D1D1D;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .header__burger span:first-child {
    top: 13px;
  }

  .header__burger span:nth-child(2) {
    top: calc(50% - 0.5px);
  }

  .header__burger span:nth-child(3) {
    bottom: 13px;
  }

  .header__btn {
    margin-left: 30px;
    width: 134px;
  }

  .header__menu_close {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 23px;
    right: 20px;
    border-radius: 50%;
    background: #C9D8F7;
    margin-left: 5px;
    cursor: pointer;
  }

  .header__menu_close span:first-child {
    top: calc(50% - 0.5px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__menu_close span:nth-child(2) {
    bottom: calc(50% - 0.5px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__menu_close span {
    position: absolute;
    left: 11px;
    height: 1px;
    width: 14px;
    background: #1D1D1D;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }

  .footer {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .footer__top {
    border-radius: 0 0 15px 15px;
    padding: 77px 20px 106px;
  }

  .footer__row {
    display: block;
    margin-left: 0;
  }

  .footer__left,
  .footer__right {
    width: auto;
    margin-left: 0;
  }

  .footer__right {
    padding-top: 0;
    margin-top: 45px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer__contacts {
    gap: 45px;
    padding-left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__social {
    gap: 45px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer__bottom {
    padding: 50px 20px 29px;
  }

  .footer__time {
    margin-right: 30px;
  }

  .footer__develope_link:last-child {
    margin-left: 30px;
  }

  .main_top__body::before {
    right: 0;
  }

  .main_top__top_btn {
    bottom: 62px;
  }

  .main_top__second_bg {
    display: none;
  }

  .main_why__wrapper {
    padding: 120px 0 120px;
  }

  .main_why__items {
    gap: 20px;
  }

  .main_why__item {
    width: 568px;
  }

  .main_why__item_left {
    width: 48%;
  }

  .main_why__item_right {
    padding: 45px 24px;
    width: 52%;
  }

  .main_why__item_img {
    padding-top: 0;
    height: 100%;
  }

  .main_why__item_title {
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_why__item_value {
    font-size: 1.6rem;
    line-height: normal;
    word-spacing: 2px;
  }

  .main_why__item_value span {
    font-size: 5rem;
  }

  .main_why__item_text {
    font-size: 1.4rem;
    line-height: 1.25;
    margin-top: 10px;
  }

  .main_factory__wrapper {
    padding: 83px 0 0;
    border-radius: 15px 15px 0 0;
  }

  .main_factory__wrapper {
    height: auto;
  }

  .main_factory__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main_factory__left {
    max-width: none;
    margin-right: 0;
  }

  .main_factory__right {
    width: 100%;
    max-width: 500px;
    margin: 84px auto 57px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .main_factory__img {
    padding: 0;
    position: relative;
  }

  .main_factory__img img.this--mobile {
    display: block;
  }

  .main_factory__img img.this--desktop {
    display: none;
  }

  .main_map {
    border-radius: 15px 15px 0 0;
  }

  .main_map__content {
    padding: 52px 0 70px;
  }

  .main_map__address {
    position: static;
    margin-top: 300px;
  }

  .main_map__img_wr {
    margin-top: 16px;
  }

  .main_map__img_wr::before {
    display: none;
  }

  .main_map__map {
    width: 900px;
  }

  .main_chess {
    border-radius: 15px;
    background: radial-gradient(95.1% 93.44% at 59.7% 110.33%, #93B1EF 8.75%, #2863DF 100%);
  }

  .main_chess__content {
    padding: 80px 0;
  }

  .main_chess__left {
    max-width: none;
    width: auto;
  }

  .main_chess__right {
    display: none;
  }

  .main_chess__title br {
    display: none;
  }

  .about_top::before {
    right: 0;
  }

  .about_chess {
    border-radius: 15px;
    padding: 30px 0;
  }

  .about_chess__content {
    padding: 50px 0;
  }

  .about_chess__left {
    max-width: none;
    width: auto;
  }

  .about_chess__right {
    display: none;
  }

  .news_detail {
    padding: 163px 0 0;
  }

  .news_detail::before {
    display: none;
  }

  .news_detail__date {
    margin-top: 10px;
  }

  .news_detail__left {
    width: auto;
  }

  .news_detail__right {
    display: none;
  }

  .news_detail__title {
    margin-top: 10px;
  }

  .news_detail__tag {
    display: none;
  }

  .news_detail__img.this--mobile {
    display: block;
    margin: 21px -20px 0;
  }

  .news_detail__img.this--desktop {
    display: none;
  }

  .news_detail__text {
    position: relative;
    z-index: 2;
    margin: -20px -20px 0;
    border-radius: 15px;
    background: #FFF;
    -webkit-box-shadow: 3px -1px 50px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 3px -1px 50px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px 35px;
  }

  .calculate {
    padding: 113px 0 48px;
  }

  .calculate__content {
    padding-top: 50px;
  }

  .calculate__form_input_wrapper {
    margin-bottom: 26px;
  }

  .calculate_thanks__content {
    padding-top: 113px;
  }
}

@media (max-width: 767px) {
  .h2_title {
    font-size: 4rem;
    line-height: 1.1;
  }

  .h1_title {
    font-size: 4rem;
  }

  .btn_arrow .btn_arrow__text {
    font-size: 1.4rem;
    padding: 13px 32px;
  }

  .btn_arrow .btn_arrow__arrow {
    width: 48px;
    height: 43px;
  }

  .breadcrumbs{
    display: block;
  }

  .breadcrumbs__link {
    font-size: 1.4rem;
  }

  .breadcrumbs__link.this--home {
    width: 16px;
    height: 16px;
    margin-bottom: -1px;
  }

  .footer__top {
    padding: 72px 20px 38px;
  }

  .footer__run_string {
    gap: 27px;
    padding: 11px 0;
  }

  .footer__run_string_images {
    gap: 27px;
  }

  .marquee {
    -webkit-animation: scroll-mob 60s linear infinite;
            animation: scroll-mob 60s linear infinite;
  }

  .footer__row {
    margin-top: 52px;
  }

  .footer__left {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__logo {
    width: 100%;
  }

  .footer__logo img {
    width: 101px;
  }

  .footer__menu {
    width: 50%;
    padding-left: 0;
    margin-top: 36px;
  }

  .footer__right {
    display: block;
  }

  .footer__contacts {
    width: auto;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer__contacts_item {
    width: auto;
    padding-left: 44px;
    font-size: 1.4rem;
  }

  .footer__social {
    width: auto;
    margin-left: 0;
    gap: 35px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 45px;
  }

  .footer__social_item {
    width: auto;
    padding-left: 29px;
    font-size: 0;
  }

  .footer__address {
    width: 100%;
    margin-bottom: 10px;
    background: url("../img/footer/addr.svg") left center/24px 24px no-repeat;
  }

  .footer__tel {
    width: calc(50% - 20px);
    background: url("../img/footer/tel.svg") left center/24px 24px no-repeat;
  }

  .footer__mail {
    width: calc(50% - 20px);
    background: url("../img/footer/mail.svg") left center/24px 24px no-repeat;
  }

  .footer__bottom {
    padding: 47px 20px 8px;
    display: block;
  }

  .footer__bottom_group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer__time {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 27px;
    margin-right: 20px;
  }

  .footer__politic {
    font-size: 1.2rem;
    line-height: 24px;
  }

  .footer__develope {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-top: 11px;
  }

  .footer__develope_link_top {
    font-size: 1.2rem;
  }

  .footer__dis_logo {
    width: 78px;
  }

  .footer__dev_logo {
    width: 75px;
  }

  .main_top__body::before {
    right: -85px;
  }

  .main_top__top_link {
    margin-top: 32px;
  }

  .main_top__text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_why__title {
    font-size: 3.2rem;
  }

  .main_factory__title.h2_title {
    font-size: 4rem;
    line-height: 1.11;
  }

  .main_factory__text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_factory__btn {
    margin-top: 36px;
  }

  .main_map__address {
    margin-top: 205px;
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_map__img_wr {
    width: auto;
  }

  .main_map__map {
    width: 786px;
    left: 0;
    top: -80px;
  }

  .main_chess__icon {
    width: 30px;
  }

  .main_chess__title {
    margin-top: 12px;
    font-size: 3.2rem;
    line-height: 1.14;
  }

  .main_chess__text {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: normal;
  }

  .main_chess__text ul {
    padding-left: 25px;
  }

  .main_chess__btn {
    margin-top: 40px;
  }

  .about_top {
    padding: 160px 0 80px;
  }

  .about_top::before {
    right: -85px;
    display: none;
  }

  .about_top__title {
    margin-top: 10px;
  }

  .about_top__subtitle {
    margin: 10px auto 0;
    font-size: 1.6rem;
    line-height: normal;
  }

  .about_top__row {
    margin-top: 50px;
    margin-left: 0;
    display: block;
  }

  .about_top__column {
    margin-left: 0;
    width: auto;
  }

  .about_top__card {
    margin-bottom: 16px;
  }

  .date_slide__body {
    padding: 58px 37px 22px;
  }

  .date_slide__minititle {
    font-size: 1.4rem;
    line-height: 18px;
    min-height: 18px;
  }

  .date_slide__value {
    font-size: 5.2rem;
  }

  .date_slide__text {
    font-size: 1.4rem;
    line-height: 1.25;
  }

  .team_card {
    padding: 68px 11px;
  }

  .team_card__title {
    font-size: 3.2rem;
  }

  .team_card__slider {
    margin-top: 30px;
  }

  .team_card__slider_slide.swiper-slide {
    width: 124px;
  }

  .team_card__link {
    margin-top: 42px;
    font-size: 1.4rem;
  }

  .team_card__link svg {
    margin-left: 24px;
  }

  .shipment_card {
    padding: 105px 31px 108px;
  }

  .shipment_card__text {
    margin-top: 10px;
    font-size: 2.7rem;
  }

  .shipment_card__text br {
    display: none;
  }

  .innovation_card {
    padding: 58px 36px;
  }

  .innovation_card__text {
    margin-top: 10px;
    font-size: 2.7rem;
  }

  .developing_card {
    padding: 93px 13px;
  }

  .developing_card__text {
    margin-top: 10px;
    font-size: 3.2rem;
  }

  .invest_card {
    padding: 59px 13px;
  }

  .invest_card__text {
    font-size: 2.7rem;
  }

  .care_card {
    padding: 88px 15px;
  }

  .care_card__text {
    font-size: 2.7rem;
  }

  .care_card__text br {
    display: none;
  }

  .mission_card {
    padding: 78px 20px;
  }

  .mission_card__title {
    font-size: 3.2rem;
  }

  .mission_card__text {
    font-size: 1.4rem;
    line-height: normal;
    margin-top: 10px;
  }

  .address_card {
    padding: 46px 42px 43px;
  }

  .address_card__city {
    margin-top: 5px;
    font-size: 3.2rem;
  }

  .address_card__address {
    margin-top: 14px;
    font-size: 1.4rem;
  }

  .address_card__link {
    margin-top: 27px;
    font-size: 1.4rem;
  }

  .address_card__link svg {
    margin-left: 24px;
  }

  .about_chess__icon {
    width: 30px;
  }

  .about_chess__title {
    margin-top: 12px;
    font-size: 3.2rem;
    line-height: 1.14;
  }

  .about_chess__text {
    margin-top: 12px;
    font-size: 1.6rem;
    line-height: normal;
  }

  .about_chess__text ul {
    padding-left: 25px;
  }

  .news_detail__date {
    font-size: 1.4rem;
  }

  .news_detail__title {
    font-size: 2.7rem;
    line-height: 1.29;
  }

  .news_detail__text {
    font-size: 1.6rem;
    line-height: normal;
  }

  .calculate__row {
    display: block;
    margin-left: 0;
  }

  .calculate__left {
    display: block;
    margin-left: 0;
    width: auto;
    max-width: none;
  }

  .calculate__title {
    margin-top: 36px;
    font-size: 3.2rem;
  }

  .calculate__text {
    margin-top: 27px;
  }

  .calculate__img {
    margin-top: 27px;
  }

  .calculate__time {
    margin-top: 22px;
  }

  .calculate__form {
    margin-left: 0;
    margin-top: 55px;
  }

  .calculate_thanks__logo {
    width: 103px;
  }

  .calculate_thanks__title {
    font-size: 3.2rem;
  }

  .calculate_thanks__text {
    font-size: 1.6rem;
    max-width: 247px;
  }

  .calculate_thanks__btn {
    font-size: 1.4rem;
    padding: 14px 10px;
  }
}

@media (max-width: 499px) {
  .calculate_form__file_clear {
    right: 12px;
  }
}

@media (max-width: 424px) {
  .calculate_thanks__body {
    width: 100%;
  }

  .calculate_thanks__btn {
    width: 100%;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    background: #F4F4F3;
    color: #1D1D1D;
  }

  .btn_arrow:hover .btn_arrow__arrow {
    width: 0;
  }

  .btn_arrow:hover .btn_arrow__arrow.this--hover {
    width: 62px;
  }

  .icon_link:hover svg path:first-child {
    fill: #E68200;
    stroke: #E68200;
  }

  .header__top_link:hover {
    border-bottom: 1px solid #fff;
  }

  .header.this--transparent .header__menu_link:hover {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #FFF;
  }

  .header__menu_link:hover {
    -webkit-transition: color 0.25s, border 0.25s;
    transition: color 0.25s, border 0.25s;
    border-bottom: 1px solid #1D1D1D;
  }

  .footer__menu_link:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }

  .main_top__top_btn:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  .calculate__form_input:hover {
    border: 1px solid #1d1d1d;
  }

  .calculate__form_input:hover::-webkit-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::-moz-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover:-ms-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::-ms-input-placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover::placeholder {
    color: #1d1d1d;
  }

  .calculate__form_input:hover ~ .datepicker_icon path {
    fill: #5e5f60;
  }
}

.webp .main_top__body::before{ background: url(../img/main/main_top/bg_img.html) center/100% 100% no-repeat; }

.webp .main_chess{ background: url(../img/main/main_chess/bg.html) center/cover no-repeat; }

.webp .about_top::before{ background: url(../img/about/top_bg_img.html) center/100% 100% no-repeat; }

.webp .shipment_card{ background: url(../img/about/shipment_bg.html) center/cover no-repeat; }

.webp .developing_card{ background: url(../img/about/developing_bg.html) center/cover no-repeat; }

.webp .invest_card{ background: url(../img/about/invest_bg.html) center/cover no-repeat; }

.webp .care_card{ background: url(../img/about/care_bg.html) center/cover no-repeat; }

.webp .about_chess{ background: url(../img/about/chess_bg.html) center/cover no-repeat; }