html {
  font-size: 20px;
}

body {
  min-width: 320px;
  color: #12213a;
  font-family: "Forma DJR Cyrillic Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #f1eef6;

  & .overflow-hidden {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}

.container {
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 360px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row-custom {
  margin: -1px;
}
@media (min-width: 768px) {
  .row-custom {
    margin: -3px;
  }
}

.col-custom {
  padding: 1px;
}
@media (min-width: 768px) {
  .col-custom {
    padding: 3px;
  }
}

h1 {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 360px) {
  h1 {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 78px;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 99px;
  }
}
@media (min-width: 1440px) {
  h1 {
    font-size: 140px;
  }
}

h2 {
  color: #4069b4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  h2 {
    margin-bottom: 45px;
  }
}

h3 {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

.main-section .tiles .cell-8 .tile.color2 {
  background-color: #727272;
}

.fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.full-abs {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.bg-image-cover {
  background-position: center;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
}

.ordinary-text {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  line-height: 1.35;
}
.ordinary-text * + * {
  margin-top: 20px;
}

a.nav-custom-link,
button.nav-custom-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #12213a;
  white-space: nowrap;
  background-color: #fff;
  padding: 8px 15px 6px 15px;
  border-radius: 18px;
}
@media (min-width: 360px) {
  a.nav-custom-link,
  button.nav-custom-link {
    padding: 10px 15px 8px 15px;
    border-radius: 18px;
  }
}
@media (min-width: 768px) {
  a.nav-custom-link,
  button.nav-custom-link {
    color: #407893;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media (min-width: 1024px) {
  a.nav-custom-link,
  button.nav-custom-link {
    padding: 13px 25px 11px 25px;
    border-radius: 21px;
  }
}
a.nav-custom-link:hover,
button.nav-custom-link:hover {
  color: #12213a;
  background-color: #fff;
}
a.nav-custom-link.font-dark,
button.nav-custom-link.font-dark {
  color: #12213a;
  background-color: #fff;
}
a.nav-custom-link.esp,
button.nav-custom-link.esp {
  color: #fff;
  background-color: #4069b4;
}
a.nav-custom-link.esp .icon-squares,
button.nav-custom-link.esp .icon-squares {
  fill: rgba(255, 255, 255, 0.3);
}
a.nav-custom-link.v2,
button.nav-custom-link.v2 {
  padding: 7px 10px;
}
@media (min-width: 360px) {
  a.nav-custom-link.v2,
  button.nav-custom-link.v2 {
    padding: 9px 15px;
  }
}
@media (min-width: 1024px) {
  a.nav-custom-link.v2,
  button.nav-custom-link.v2 {
    padding: 12px 25px;
  }
}
a.nav-custom-link.v2.active,
button.nav-custom-link.v2.active {
  background-color: #000;
}
a.nav-custom-link.v2.active .svg-icon,
button.nav-custom-link.v2.active .svg-icon {
  fill: #fff;
}
a.nav-custom-link.v3,
button.nav-custom-link.v3 {
  color: #fff;
  background-color: rgba(138, 172, 189, 0.34);
}
a.nav-custom-link.v3:hover,
button.nav-custom-link.v3:hover {
  color: #12213a;
  background-color: #fff;
}

.slogan {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 360px) {
  .slogan {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .slogan {
    font-size: 25px;
  }
}
@media (min-width: 1024px) {
  .slogan {
    font-size: 28px;
  }
}

.bttn {
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background-color: #4069b4;
  border-radius: 25px;
  transition: background-color 0.2s;
}
.bttn:hover, .bttn:focus {
  background-color: #407893;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 2px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}
.custom-scroll.v2::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.3);
}

.hid-scroll {
  scrollbar-width: none;
}
.hid-scroll::-webkit-scrollbar {
  width: 0;
}
.hid-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.hid-scroll-h::-webkit-scrollbar {
  width: auto;
  height: 0;
}

/* input-placeholder */
input::-webkit-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-webkit-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea::-moz-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:-ms-input-placeholder {
  color: rgba(18, 33, 58, 0.2);
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

label {
  font-size: 15px;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 6px;
}
label span {
  color: #eb5757;
}

.field {
  width: 100%;
  height: 43px;
  font-size: 16px;
  padding: 0 20px;
  border: 1px solid #c2ccd1;
  border-radius: 5px;
  transition: border-color 0.2s;

  &.no-arrows::-webkit-outer-spin-button,
  &.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}
.field:focus {
  border-color: rgba(64, 105, 80, 0.85);
}

.field:hover {
  border-color: rgba(64, 105, 80, 0.85);
}

textarea.field {
  height: 115px;
  padding: 15px 20px;
  resize: none;
}

.input-gr + .input-gr {
  margin-top: 20px;
}

.input-gr.error-r input {
  border: 1px solid #eb5757;

  &::placeholder {
    color: #eb5757;
  }
}

.input-gr.select {
  position: relative;
  cursor: pointer;

  & .slide {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 140px;
    background-color: #fff;
    z-index: 1;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
    padding: 10px 0;
    overflow-y: auto;
    box-shadow: 0px 2px 7.9px 0px rgba(0, 0, 0, 0.18);
    border-radius: 0 0 6px 6px;

    &::-webkit-scrollbar {
      width: 5px;
    }

    & .slide-btn {
      padding: 6px 0;
      text-indent: 20px;
      text-align: left;

      &:hover {
        background-color: rgba(138, 172, 189, 0.2);
        color: rgba(64, 120, 147, 1)
      }
    }
  }
}
.input-gr.select .open {
  position: absolute;
  top: 45px;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 7px;
  background-image: url("../img/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;

  &::before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: -20px;
    right: -20px;
    z-index: -1; /* чтобы не перекрывать содержимое */
  }


}

.svg-icon {
  display: block;
}

.icon-logo {
  width: 45px;
  height: 44px;
}

.icon-mail {
  width: 14px;
  height: 12px;
}

.icon-squares {
  width: 16px;
  height: 16px;
}

.icon-call,
.icon-sms,
.icon-sms2 {
  width: 32px;
  height: 32px;
}

.icon-burger {
  width: 14px;
  height: 14px;
}

.icon-set {
  width: 30px;
  height: 32px;
}

.icon-set2 {
  width: 33px;
  height: 34px;
}

.icon-arrow_up_right {
  width: 23px;
  height: 23px;
}

.icon-arrow_up {
  width: 20px;
  height: 20px;
}

.icon-check,
.icon-globus {
  width: 33px;
  height: 33px;
}

.icon-shield {
  width: 29px;
  height: 35px;
}

.main-header {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.64);
  
  & li {
    position: relative;
  }

  & .sub-menu {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 20px 25px;
    border-radius: 20px;
    z-index: 99999;

    & a:hover {
      text-decoration: underline;
    }
  }
}
@media (min-width: 360px) {
  .main-header {
    padding: 18px 0 24px 0;
  }
}
@media (min-width: 1440px) {
  .main-header {
    font-size: 16px;
    padding: 32px 0;
  }
}
@media (min-width: 1024px) {
  .main-header {
    font-size: 14px;
    padding: 32px 0;
  }
}
.main-header a.logo-link {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
}
@media (min-width: 360px) {
  .main-header a.logo-link {
    width: 37px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  .main-header a.logo-link {
    width: 45px;
    height: 44px;
  }
}
.main-header a.logo-link .svg-icon {
  width: 100%;
  height: 100%;
  fill: #407893;
}
.main-header .icon-link .svg-icon {
  width: 23px;
  height: 22px;
  fill: rgba(64, 120, 147, 0.5);
}
@media (min-width: 360px) {
  .main-header .icon-link .svg-icon {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1024px) {
  .main-header .icon-link .svg-icon {
    width: 32px;
    height: 32px;
  }
}
.main-header .icon-sms2,
.main-header .icon-squares {
  width: 16px;
  height: 16px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}
.main-header .icon-sms2 {
  margin: 0 6px 0 0;
}
.main-header .icon-burger {
  width: 16px;
  height: 16px;
  fill: #407893;
}
.main-header .header-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-header .header-menu .icon-squares {
  width: 14px;
  height: 14px;
}
@media (min-width: 1024px) {
  .main-header .header-menu .icon-squares {
    width: 16px;
    height: 16px;
  }
}
.main-header .contacts-segm {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main-header .contacts-segm li {
  margin-left: 4px;
}
@media (min-width: 768px) {
  .main-header .contacts-segm li {
    margin-left: 8px;
  }
}
@media (min-width: 1024px) {
  .main-header .contacts-segm li {
    margin-left: 16px;
  }
}
@media (min-width: 1440px) {
  .main-header .contacts-segm li {
    margin-left: 24px;
  }
}
.main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .main-header .contacts-segm li:nth-child(3), .main-header .contacts-segm li:nth-child(4) {
    margin-left: 32px;
  }
}
.main-header .contacts-segm li.li-icon {
  font-size: 0;
}
@media (min-width: 1440px) {
  .main-header .contacts-segm li.li-icon {
    font-size: 16px;
  }
}

.mob-sidebar {
  position: fixed;
  top: 62px;
  right: -370px;
  bottom: 0;
  z-index: 100;
  width: 100%;
  background-color: #f1eef6;
  padding: 25px 15px;
  box-shadow: -1px 2px 10px 0 rgba(64, 120, 147, 0.1);
  transition: 0.2s;
}
@media (min-width: 360px) {
  .mob-sidebar {
    top: 80px;
    width: 360px;
    padding: 40px 15px;
  }
}
.mob-sidebar.active {
  right: 0;
}
.mob-sidebar .contact-info {
  margin-top: 25px;
}
@media (min-width: 360px) {
  .mob-sidebar .contact-info {
    margin-top: 45px;
  }
}

.mob-menu {
  color: #407893;
  font-size: 16px;
}
.mob-menu li + li {
  margin-top: 10px;
}
.mob-menu li a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 13px 25px 11px 25px;
  border-radius: 20px;
}
.mob-menu li a.cat-link {
  color: #12213a;
  font-weight: 500;
}
.mob-menu li a.cat-link.esp {
  color: #fff;
  background-color: #4069b4;
}
.mob-menu li a.cat-link.esp .icon-squares {
  fill: rgba(255, 255, 255, 0.3);
}
.mob-menu li a .svg-icon {
  width: 14px;
  height: 14px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}

.contact-info {
  font-size: 16px;
  line-height: 1.35;
}
.contact-info .contact-info-elem + .contact-info-elem {
  margin-top: 16px;
}
.contact-info dt {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}

section {
  padding-top: 30px;
}
@media (min-width: 360px) {
  section {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  section {
    padding-top: 85px;
  }
}

.main-section .h1-wrap,
.main-section .h2-wrap {
  padding: 20px 0 13px 0;
  border-bottom: 1px solid rgba(187, 187, 187, 0.64);
}
@media (min-width: 768px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 25px 0 13px 0;
  }
}
@media (min-width: 1024px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 38px 0 22px 0;
  }
}
@media (min-width: 1440px) {
  .main-section .h1-wrap,
  .main-section .h2-wrap {
    padding: 43px 0 27px 0;
  }
}
.main-section .h2-wrap {
  padding: 31px 0 44px 0;
}
.main-section .h2-wrap h2 {
  color: #12213a;
  margin-bottom: 0;
}
.main-section .h2-wrap .cats-num {
  color: #4069b4;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .main-section .h2-wrap .cats-num {
    font-size: 24px;
  }
}
.main-section .sub-p {
  max-width: 690px;
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 12px auto;
}
@media (min-width: 360px) {
  .main-section .sub-p {
    font-size: 20px;
    margin: 24px auto 20px auto;
  }
}
@media (min-width: 768px) {
  .main-section .sub-p {
    font-size: 31px;
    margin: 26px auto 32px auto;
  }
}
@media (min-width: 1440px) {
  .main-section .sub-p {
    max-width: none;
    text-align: left;
    margin: 26px 0 32px 50%;
  }
}
.main-section .tiles .tile {
  height: 148px;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
  border-radius: 12px;
}
@media (min-width: 360px) {
  .main-section .tiles .tile {
    height: 164px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile {
    height: 240px;
    font-size: 18px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile {
    height: 182px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile {
    height: 264px;
  }
}
.main-section .tiles .tile.half-height {
  height: 73px;
}
@media (min-width: 360px) {
  .main-section .tiles .tile.half-height {
    height: 81px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.half-height {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.half-height {
    height: 182px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.half-height {
    height: 264px;
  }
}
.main-section .tiles .tile.no-rad {
  border-radius: 0;
}
.main-section .tiles .tile.big-top-right-rad {
  border-top-right-radius: 80px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-top-right-rad {
    border-top-right-radius: 22px;
  }
}
.main-section .tiles .tile.big-btm-left-rad {
  border-bottom-left-radius: 80px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-btm-left-rad {
    border-bottom-left-radius: 22px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-top-right-rad-md {
    border-top-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-top-right-rad-md {
    border-top-right-radius: 156px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .tile.big-btm-right-rad-md {
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-btm-right-rad-md {
    border-bottom-right-radius: 156px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.no-big-rad-lg {
    border-radius: 22px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.no-big-rad-xl {
    border-radius: 22px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.big-btm-left-rad-xl {
    border-bottom-left-radius: 156px;
  }
}
.main-section .tiles .tile.pad {
  padding: 20px 14px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.pad {
    padding: 30px 25px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.pad {
    padding: 22px 21px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.pad {
    padding: 30px;
  }
}
.main-section .tiles .tile.pad2 {
  padding: 15px 18px;
}
@media (min-width: 768px) {
  .main-section .tiles .tile.pad2 {
    padding: 24px 26px;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .tile.pad2 {
    padding: 20px;
  }
}
@media (min-width: 1440px) {
  .main-section .tiles .tile.pad2 {
    padding: 30px;
  }
}
.main-section .tiles .tile .icon-set {
  width: 30px;
  height: 32px;
  fill: #fff;
}
@media (min-width: 1440px) {
  .main-section .tiles .tile .icon-set {
    width: 42px;
    height: 44px;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-0 {
    order: 0;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-2 {
    order: 2;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-3 {
    order: 3;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-3 {
    order: 4;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-4 {
    order: 4;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-4 {
    order: 6;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-5 {
    order: 5;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-5 {
    order: 7;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-6 {
    order: 6;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-6 {
    order: 9;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-7 {
    order: 7;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-7 {
    order: 3;
  }
}
@media (min-width: 768px) {
  .main-section .tiles .cell-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-8 {
    order: 8;
  }
}
@media (min-width: 1024px) {
  .main-section .tiles .cell-9 {
    order: 5;
  }
}

.tile.black {
  background-color: #000;
}
.tile.color1 {
  background-color: #7398d1;
}
.tile.color2 {
  background-color: #4069b4;
}
.tile.color3 {
  background-color: #407893;
}

.cats .cats-nav {
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  line-height: 1.35;
}
.cats .cats-nav li {
  padding: 24px 0;
  border-top: 1px solid rgba(187, 187, 187, 0.64);
  transition: background-color 0.2s;
}
.cats .cats-nav .container {
  display: block;
}
@media (min-width: 768px) {
  .cats .cats-nav li {
    padding: 24px 0 36px 0;
  }


}
.cats .cats-nav li:hover {
  background-color: rgba(146, 173, 216, 0.19);
}
.cats .cats-nav .li-row {
  display: flex;
  align-items: flex-start;
}
.cats .cats-nav .li-row-elem {
  display: block;
}
.cats .cats-nav .li-row-elem:nth-child(1) {
  flex-shrink: 0;
  width: calc(40% - 75px);
  font-size: 20px;
  font-weight: 500;
  padding-top: 26px;
  
}

@media (max-width: 768px) {
      .cats .cats-nav img {
    height: 50px;
    width: 50px;
  }
  .cats .cats-nav .li-row {
    align-items: center;
  }
  .cats .cats-nav .li-row-elem:nth-child(1) {
    padding-top: 0;
  }
}


@media (max-width: 450px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    font-size: 24px!important;
  }
  .cats .cats-nav .li-row-elem:nth-child(2) {
    font-size: 100%!important;
  }
}
@media (min-width: 360px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(40% - 80px);
  }


}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    font-size: 44px;
    width: calc(35% - 128px);
    padding-top: 12px;
  }
}
@media (min-width: 1024px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(40% - 128px);
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(1) {
    width: calc(50% - 174px);
    font-size: 54px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(2) {
  flex-shrink: 0;
  width: 75px;
  font-size: 54px;
  font-weight: 500;
}
@media (min-width: 360px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 80px;
  }
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 128px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(2) {
    width: 174px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(2) svg {
  width: 56px;
  height: 56px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(2) svg {
    width: 78px;
    height: 78px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(2) svg {
    width: 116px;
    height: 116px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header {
  display: inline-block;
  position: relative;
  font-size: 30px;
  font-weight: 500;
  padding-right: 26px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    padding-right: 34px;
  }
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    font-size: 65px;
  }
}
@media (min-width: 1440px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header {
    font-size: 76px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header span {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header span {
    width: 34px;
    height: 34px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-header span .svg-icon {
  width: 18px;
  height: 18px;
  fill: #4069b4;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-header span .svg-icon {
    width: 23px;
    height: 23px;
  }
}
.cats .cats-nav .li-row-elem:nth-child(3) .li-descr {
  display: block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cats .cats-nav .li-row-elem:nth-child(3) .li-descr {
    font-size: 24px;
  }
}
.cats .img-block {
  position: relative;
  overflow: hidden;
  height: 310px;
}
@media (min-width: 360px) {
  .cats .img-block {
    height: 350px;
  }
}
@media (min-width: 768px) {
  .cats .img-block {
    height: 370px;
  }
}
@media (min-width: 1024px) {
  .cats .img-block {
    height: 515px;
  }
}
@media (min-width: 1440px) {
  .cats .img-block {
    height: 690px;
  }
}
.cats .img-block .inner-block {
  background-color: #4069b4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cats .img-block img {
  height: 290px;
  position: relative;
  z-index: 2;
}
@media (min-width: 300px) {
  .cats .img-block img {
    height: 200px;
  }
}
@media (min-width: 360px) {
  .cats .img-block img {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .cats .img-block img {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .cats .img-block img {
    height: 470px;
  }
}
@media (min-width: 1440px) {
  .cats .img-block img {
    height: 600px;
  }
}

@media (min-width: 1640px) {
  .cats .img-block img {
    height: 800px;
  }
}

.cats .img-block .line {
  background-color: rgba(40, 40, 40, 1);
  height: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 0;
}

.cats .img-block .line img {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
}

@media (min-width: 300px) {
  .cats .img-block .line img {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 360px) {
  .cats .img-block .line img {
    width: 35px;
    height: 35px;
  }
}

@media (min-width: 1440px) {
  .cats .img-block .line img {
    width: 55px;
    height: 55px;
  }
}

.about.alone h2 {
  font-size: 72px;
  color: #12213A;
  margin-top: 25px;
}

.about.alone {
  padding-bottom: 80px;
}

.about h2 {
  margin-bottom: 25px;
}
.about .slogan {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .about .slogan {
    margin-bottom: 40px;
  }
}
@media (min-width: 1440px) {
  .about .slogan {
    text-indent: 396px;
    padding: 0 172px 0 272px;
    margin-bottom: 60px;
  }
}
.about .slogan span {
  color: #407893;
}
.about .img-wrap {
  height: 313px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
@media (min-width: 360px) {
  .about.alone h2 {
    font-size: 30px;
  }
      .about.alone {
  padding-bottom: 40px;
}
}
@media (min-width: 768px) {
  .about .img-wrap {
    height: 516px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .about .img-wrap {
    height: 524px;
    margin-right: 28px;
    margin-bottom: 0;
  }
  .about.alone h2 {
    font-size: 65px;
  }
  .about.alone {
    padding-bottom: 160px;
  }

}
@media (min-width: 1440px) {
  .about .img-wrap {
    height: 556px;
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .about .ordinary-text {
    padding-right: 172px;
  }
  .about.alone {
    padding-bottom: 80px;
  }
}

.why {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .why {
    padding-bottom: 60px;
  }
}
@media (min-width: 1440px) {
  .why {
    padding-bottom: 85px;
  }
}
.why .tiles {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why .tiles {
    margin-bottom: 45px;
  }
}
@media (min-width: 1440px) {
  .why .tiles {
    margin-bottom: 60px;
  }
}
.why .tiles .tile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  padding: 17px 28px 16px 25px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .why .tiles .tile {
    flex-direction: column;
    align-items: flex-end;
    height: 210px;
    font-size: 18px;
    padding: 18px 22px 22px 24px;
    border-radius: 22px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile {
    height: 280px;
    font-size: 22px;
    padding: 23px 27px 25px 30px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile {
    height: 376px;
    font-size: 25px;
    padding: 30px 33px 35px 43px;
  }
}
.why .tiles .tile.big-btm-right-rad {
  border-bottom-right-radius: 12px;
}
@media (min-width: 768px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 60px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 80px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile.big-btm-right-rad {
    border-bottom-right-radius: 134px;
  }
}
.why .tiles .tile .svg-icon {
  fill: #fff;
  order: 1;
}
@media (min-width: 768px) {
  .why .tiles .tile .svg-icon {
    order: 0;
  }
}
.why .tiles .tile .icon-set2 {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-set2 {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-set2 {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-set2 {
    width: 33px;
    height: 34px;
  }
}
.why .tiles .tile .icon-check,
.why .tiles .tile .icon-globus {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 23px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-check,
  .why .tiles .tile .icon-globus {
    width: 33px;
    height: 33px;
  }
}
.why .tiles .tile .icon-shield {
  width: 23px;
  height: 28px;
}
@media (min-width: 768px) {
  .why .tiles .tile .icon-shield {
    width: 17px;
    height: 19px;
  }
}
@media (min-width: 1024px) {
  .why .tiles .tile .icon-shield {
    width: 21px;
    height: 23px;
  }
}
@media (min-width: 1440px) {
  .why .tiles .tile .icon-shield {
    width: 29px;
    height: 35px;
  }
}
.why .tiles .tile span {
  display: block;
  width: 100%;
}
.why .slogan {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .why .slogan {
    text-align: center;
    padding: 0 78px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .why .slogan {
    text-align: left;
    padding: 0 74px 0 472px;
  }
}
@media (min-width: 1440px) {
  .why .slogan {
    text-indent: 396px;
    padding: 0 203px 0 272px;
    margin-bottom: 25px;
  }
}
.why .slogan span {
  color: #407893;
}
@media (min-width: 768px) {
  .why .ordinary-text {
    text-align: center;
    padding: 0 78px;
  }
}
@media (min-width: 1024px) {
  .why .ordinary-text {
    text-align: left;
    padding: 0 74px 0 472px;
  }
}
@media (min-width: 1440px) {
  .why .ordinary-text {
    padding: 0 346px 0 668px;
  }
}

.questions {
  position: relative;
  background-color: #e7e4ec;
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .questions {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1440px) {
  .questions {
    padding: 80px 0 0 0;
  }
}
.questions .section-inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .questions .section-inner {
    width: 900px;
    margin: 0 auto;
  }
}
.questions h2 {
  color: #12213a;
  font-size: 30px;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .questions h2 {
    font-size: 65px;
    margin-bottom: 25px;
  }
}
@media (min-width: 1440px) {
  .questions h2 {
    font-size: 76px;
  }
}
.questions .ordinary-text {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .questions .ordinary-text {
    max-width: none;
    text-align: left;
    padding-left: 50%;
    margin: 0;
  }
}
.questions .form-wrap {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 24px 16px 30px 16px;
  border-radius: 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .questions .form-wrap {
    padding: 35px 85px 55px 85px;
    border-radius: 22px;
    margin-top: -38px;
    transform: translateY(70px);
  }
}
@media (min-width: 1024px) {
  .questions .form-wrap {
    padding: 35px 170px 55px 170px;
  }
}
.questions .form-wrap h3 {
  max-width: 250px;
  line-height: 1.35;
  text-align: center;
  margin: 0 auto 25px auto;
}
@media (min-width: 768px) {
  .questions .form-wrap h3 {
    max-width: none;
    margin: 0 0 35px 0;
  }
}
.questions .form-wrap .success-block-wrap {
  display: none;
}
.questions .form-wrap .success-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .questions .form-wrap .success-block {
    font-size: 20px;
    padding-bottom: 0;
  }
}
.questions .form-wrap .success-block .main-mess {
  max-width: 260px;
  font-size: 30px;
  margin: 30px auto;
}
@media (min-width: 768px) {
  .questions .form-wrap .success-block .main-mess {
    max-width: 600px;
    font-size: 65px;
    line-height: 0.8;
  }
}
@media (min-width: 1024px) {
  .questions .form-wrap .success-block .main-mess {
    max-width: 780px;
    font-size: 76px;
  }
}
.questions .question-img-wrap {
  display: none;
  position: absolute;
  top: -320px;
  left: calc(50% - 400px);
  z-index: 0;
}
@media (min-width: 1024px) {
  .questions .question-img-wrap {
    display: block;
  }
}
@media (min-width: 1440px) {
  .questions .question-img-wrap {
    top: -260px;
    left: calc(50% - 525px);
  }
}
.questions .question-img-wrap svg {
  width: 495px;
  height: 565px;
}
@media (min-width: 1440px) {
  .questions .question-img-wrap svg {
    width: 635px;
    height: 725px;
  }
}

/* </main */
/* footer */
.main-footer {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  background-color: #002843;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .main-footer {
    padding-top: 140px;
  }
}
.main-footer .btm-footer {
  position: relative;
  font-size: 14px;
  text-align: center;
  padding: 40px 0 25px 0;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 60px;
}
@media (min-width: 1440px) {
  .main-footer .btm-footer {
    margin-top: 45px;
  }
}
.main-footer .btm-footer .btn-up {
  position: absolute;
  top: -23px;
  left: 50%;
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: #002843;
  border: 1px solid rgba(217, 217, 217, 0.2);
  border-radius: 5px;
  transform: translateX(-50%);
}
.main-footer .btm-footer .btn-up .svg-icon {
  fill: #fff;
}
.main-footer .btm-footer .btn-up:hover {
  background-color: #407893;
}
.main-footer .logo-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .main-footer .logo-link {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.main-footer .logo-link span {
  display: block;
}
.main-footer .logo-link span.sub-string {
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  margin-top: 2px;
}
.main-footer .logo-link .svg-icon {
  fill: #fff;
  margin-right: 20px;
}
.main-footer .footer-menu {
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-footer .footer-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  .main-footer .footer-menu {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .main-footer .footer-menu {
    justify-content: center;
  }
}
.main-footer .footer-menu li + li {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .main-footer .footer-menu li + li {
    margin-top: 0;
    margin-left: 10px;
  }
}
.main-footer .footer-menu a.nav-custom-link {
  padding: 13px 25px 11px 25px;
  border-radius: 21px;
}
.main-footer .footer-menu .icon-squares {
  width: 14px;
  height: 14px;
  fill: rgba(64, 120, 147, 0.3);
  margin: 0 6px 2px 0;
}
@media (min-width: 1024px) {
  .main-footer .footer-menu .icon-squares {
    width: 16px;
    height: 16px;
  }
}
.main-footer .contact-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .main-footer .contact-info {
    margin-left: -20px;
  }
}
@media (min-width: 1024px) {
  .main-footer .contact-info {
    margin-left: 0;
  }
}
@media (min-width: 1440px) {
  .main-footer .contact-info {
    padding-left: 60px;
    margin-top: 0;
  }
}
.main-footer .contact-info .contact-info-elem {
  width: 100%;
}
@media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem {
    width: auto;
  }
}
@media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    width: 290px;
    margin-right: 50px;
  }
}
@media (min-width: 1024px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    margin-right: 100px;
  }
}
@media (min-width: 1440px) {
  .main-footer .contact-info .contact-info-elem:first-child {
    margin-right: 0;
  }
}
/* @media (min-width: 768px) {
  .main-footer .contact-info .contact-info-elem:last-child {
    margin-left: 35px;
  }
} */
.main-footer .contact-info dt {
  color: #fff;
}

.cat-tabs {
  padding: 30px 0 50px 0;
}
@media (min-width: 768px) {
  .cat-tabs {
    padding: 40px 0 85px 0;
  }
}
.cat-tabs .cat-tab {
  display: block;
  position: relative;
  height: 100%;
  font-family: "Forma DJR Cyrillic Display", sans-serif;
  padding: 20px 10px;
  border: 1px solid #c2ccd1;
  transition: background-color 0.2s, border-color 0.2s;
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab {
    padding: 33px 15px;
  }
}
.cat-tabs .cat-tab .cat-tab-number {
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
  z-index: 1;
  font-size: 17px;
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .cat-tab-number {
    left: 30px;
  }
}
.cat-tabs .cat-tab .img-wrap {
  height: 212px;
  margin-bottom: 20px;
}
@media (min-width: 360px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 232px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 254px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 212px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .img-wrap {
    height: 306px;
    margin-bottom: 20px;
  }
}
.cat-tabs .cat-tab .cat-tab-title {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  padding: 0 25px 0 10px;
}
@media (min-width: 768px) {
  .cat-tabs .cat-tab .cat-tab-title {
    font-size: 36px;
  }
}
@media (min-width: 1440px) {
  .cat-tabs .cat-tab .cat-tab-title {
    font-size: 41px;
    padding: 0 25px 0 15px;
  }
}
.cat-tabs .cat-tab .cat-tab-title a {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 50%;
}
.cat-tabs .cat-tab .cat-tab-title a .svg-icon {
  width: 16px;
  height: 16px;
  fill: #4069b4;
}
.cat-tabs .cat-tab:hover {
  background-color: #e0e2f1;
  border-color: #e0e2f1;
}

/* </footer */
/* modals */
/* </modals */
/*# sourceMappingURL=main.css.map */


.choose {
  background-color: #92ADD830;
  padding-bottom: 4rem;

  & .container {
    display: grid;
    grid-template-columns: 1.6fr 0.4fr;
    gap: 10px;
  }

  & .left {
    display: flex;
    gap: 10px;
    width: 100%;
  }

  & .left .inner {
    flex-grow: 1;
  }

  & .block {
    padding: 30px;
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 324px;
  }

  & img {
    height: 40px;
    width: 40px;
  }

  & h3,
  & p {
    color: white;
  }

  & .block-1 {
    background-color: #4069B4;
    width: 100%;
    border-bottom-right-radius: 150px;
    padding-bottom: 80px;
  }

  & .block-2 {
    background-color: #000000;
    justify-content: flex-end;
    border-top-right-radius: 150px;
  }

  & .block-3 {
    background-color: #7398D1;
    border-top-right-radius: 150px;
    flex-grow: 1;
  }

  & .block-4 {
    background-color: #407893;
    flex-grow: 1;
  }

  & .right {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  & span {
    margin-bottom: 120px;
    display: block;
    color:#4069B4; 
    font-size: 24px;
    font-weight: 500;
  }

  & h2 {
    font-size: 76px;
    color: #12213A;
    margin-bottom: 60px;
  }
}

.history .text p:first-of-type {
  color: #407893;
    align-self: flex-end;
}

.history .text p {
  font-size: 28px;
  font-weight: 500;

}

.history .text {
  margin: 0 auto;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 60px;
}

.history .slider::webkit-scrollbar {
  width: 0;
  height: 0;
  scrollbar-width: none;
}

.history .slider::webkit-scrollbar-track {
  width: 0;
  height: 0;
}

.history::-webkit-scrollbar-thumb {
  border-radius: 0;
}

.history .slider {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 30px;

  & button {
    font-size: 76px;
    font-weight: 500;
    color: #d3d2d2 ;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 2;
    position: relative;
    height: 160px;

    & span {
      width: 24px;
      height: 24px;
      background-color:#d3d2d2;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      top: 120px;
    }

    & .line {
        position: absolute;
        top: 132px;
        left: 50%;
        z-index: -1;
        width: 175%;
        height: 2px;
        display: block;
        background-color: #d3d2d2;
      }

    /* & .both {
      position: absolute;
      height: 40px;
      width: 500px;
      background-color: #f1eef6;
      top: 0;
      left: 100%;
    } */
  }

  & button.active {
    color: #12213A;
    & span {
      background-color: #407893;
    }
  }
  & button:hover {
    color: #407893;
    & span {
      background-color: #407893;
    }
  }


}

.history .change_text {
  color:#12213A;
  font-size: 18px;
  width: 45%;
  height: 40px;
}

.history {
  padding-bottom: 4rem;
}


.leaders {
  background-color: #002843;
  padding-top: 4em;
  padding-bottom: 4em;

  & h2,
  & span,
  & p {
    color: white;
  }

  & .container {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
  }

  & .title {
    font-size: 76px;
    font-weight: 500;
  }

  & .column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  & .column span {
    font-size: 76px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  & .column p {
    font-size: 18px;
    text-align: center;
  }

  & .right {
    display: flex;
    gap: 60px;
  }
}

.visually-hidden { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	margin: -1px; 
	border: 0; 
	padding: 0; 
	white-space: nowrap; 
	clip-path: inset(100%); 
	clip: rect(0 0 0 0); overflow: hidden; 
}

.p-main {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: auto;
  border-bottom: 1px solid #BBBBBBA3;
  & .container {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
  }
  & .left img {
    height: 600px;
    max-width: 600px;
  }
  & .big {
    font-size: 90px;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  & .big1 {
    margin-top: 60px;
  }
  & .big2 {
    margin-left: 20%;
  }
  & .big3 {
    margin-bottom: 30px;
  }
  & .text {
    margin-left: auto;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 136%;
    font-weight: 500;
    position: relative;
    z-index: 2;
  }
  & .right {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  & .bttn {
    width: 152px;
    margin-left: auto;
    display: block;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  & .abs {
    position: absolute;
    top: 0;
    right: -20%;
    width: 250px;
    height: 250px;
  }
}


.types {
  background-color: #92ADD830;
  padding-bottom: 4rem;
  & .mobile {
    display: none;
  }
  & .up-title {
    color: #4069B4;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2rem;
  }
  & .up p:first-child {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 2%;
    line-height: 113%;
    text-transform: uppercase;
  }

  & .up p:last-child {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 2%;
    line-height: 113%;
    text-transform: uppercase;
  }

  & .up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
  }

  & .circle {
    display: flex;
    gap: 40px;
  }

  & .circle span {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid #4069B4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
  }

  & .middle {
    display: grid;
    grid-template-columns: 1fr 255px 1fr;
    gap: 2rem;
  }

  & .middle .title {
    font-weight: 500;
    margin-bottom: 2rem;
  }

  & .middle .column {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  & .middle .block {
    background-color: white;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 360px;
    padding: 20px;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-top: auto;
  }

  & .middle .block-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../img/setting-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
  }

  & .middle .block-2::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../img/setting-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 180px;
    transform: rotate(180deg);
  }

  & .middle .img-1 {
    
    background-color: #407893;
    border-radius: 22px 150px 22px 22px;
   height: 255px;
  }
  & .middle .img-2 {
    background-color: #4069B4;
    border-radius: 150px 22px 22px 22px;
    height: 255px;
  }
}


.adva {
  padding-bottom: 4rem;

  & .buttons {
    position: relative;
    padding-bottom: 8rem;
  }

  & button {
    font-size: 24px;
    font-weight: 500;
    border: 1px solid #4069B4;
    border-radius: 22px;
    padding: 30px;
    background-color: transparent;
    display: block;
    color: #4069b4;

    &:hover {
      background-color: #4069B4;
      color: white;
    }

    &.active {
      background-color: #4069B4;
      color: white;
    }

    &:active {
      background-color: #4069B4;
      color: white;
    }
    & .hide {
      display: none;
    }
  }

  & .btn-1 {
    margin: 0 auto;
    margin-bottom: 35px;
  }

  & .line-1 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 130px;
  }

  & .line-2 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }

  & .abs {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 400px;
    width: 384px;

    &.active img {
      display: none;
    }

    &.active .text {
      visibility: visible;
      opacity: 1;
    }

    & img {
      object-fit: contain;
    }

    & .text {
      color: white;
      background-color: #4069B4;
      border-radius: 22px;
      padding: 30px;
      height: 100%;
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in-out;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }
  }
}

.automatic {
  border-bottom: 1px solid #BBBBBBA3;
  & .bttn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  & .title {
    font-size: 68px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
    margin-bottom: 30px;
  }

  & .text {
    width: 71%;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 2rem;

    & p {
      font-weight: 500;
      font-size: 28px;
      line-height: 136%;

      & span {
        color: #4069B4;
      }

      &:first-child {
        text-align: right;
      }
    }
  }

  & .imgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 260px;
    gap: 40px;
    margin-bottom: 4rem;

    & .item1 {
      grid-row: 1 / span 2;

      & img {
        transform: scaleX(-1);
      }
    }

    & img {
      height: 100%;
      width: 100%;
      background-color: white;
      border-radius: 22px;
      object-fit: cover;
    }
  }

  & .second {
    text-align: center;
  }

  & .safety {
    display: grid;
    grid-template-columns: 422px 1fr;
    margin-bottom: 4rem;
    overflow: hidden;

    & .img {
      height: 560px;
      width: 422px;
      background-color: white;
      border-radius: 22px;

      & img {
        height: 100%;
        width: 100%;
        transform: translateX(-10%);
        object-fit: cover;
      }
    }

    & .block {
      display: flex;
      flex-direction: column;
      align-items: center;

      & .shield {
        margin-top: 40px;
        background-color: white;
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-bottom: 30px;
      }

      & .shield::before {
        content: "";
        background-image: url('../img/shield.svg');
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        width: 42px;
        height: 53px;
      }

      & .low {
        font-size: 20px;
        font-weight: 500;
        color: #12213A99;
        margin-bottom: 30px;
      }

      & .high {
        font-size: 50px;
        font-weight: 500;
        text-align: center;
        width: 60%;
        margin-bottom: 30px;
      }

      & .bttn {
        width: 152px;
        height: 40px;
      }
    }
  }
}

.bult {
  padding-bottom: 4rem;
  & .title {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
    margin-bottom: 30px;
  }

  & .circle {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  & .big {
    width: 233px;
    height: 233px;
    font-size: 20px;
    line-height: 136%;
    border-radius: 50%;
    border: 1px solid #4069B4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #12213A;
    font-weight: 500;
    padding: 40px;
  }

  & .small {
    width: 206px;
    height: 206px;
    font-size: 20px;
    line-height: 136%;
    border-radius: 50%;
    border: 1px solid #4069B4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #12213A;
    font-weight: 500;
    padding: 35px;
  }

  & .imgs {
    display: flex;
    justify-content: space-between;
    gap: 40px;

    & .item1 {
      background-color: white;
      border-radius: 22px 150px 22px 22px;
      
      & img {
        transform: scale(4) translateY(-5%) translateX(-17%);
      }
    }

    & .item2 {
      background-color: #407893;
      border-radius: 150px 22px 22px 22px;
    }

    & .item3 {
      background-color: #000;
      border-radius: 22px 150px 22px 22px;

      & img {
        transform: scale(4) translateX(-10%) translateY(-13%);
      }
    }

    & .item4 {
      background-color: #000;
      border-radius: 22px;

      & img {
        object-fit: contain;
        transform: scale(3) translateY(6%) translateX(29%);
      }
    }

    & .item5 {
      background-color: #4069B4;
      border-radius: 22px;
    }

    & div {
      width: 233px;
      height: 233px;
      overflow: hidden;
    }

    & img {
      height: 100%;
      width: 100%;
      object-fit: cover;
    }
  }
  
}


.pre-stretch {
  height: 240px;
  background-color: #002843;
  padding-top: 0;
  padding-bottom: 0;

  & .container {
    height: 100%;
  }

  & .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 100%;

    &::before {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      background-image: url('../img/white-arrows.svg');
      background-size: contain;
      background-repeat: no-repeat;
      height: 240px;
      width: 240px;
      display: block;
    }
  }

  & .title {
    font-size: 40px;
    color: white;
    line-height: 98%;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    text-transform: uppercase;
    gap: 25px;

    & span {
      font-size: 70px;
      font-weight: 700;
    }
  }

  & .text {
    color: white;
    font-size: 20px;
    text-align: right;
    width: 30%;

    & span {
      color: rgba(64, 120, 147, 1);
    }
  }
}


.modular {
  padding-bottom: 4rem;
  
  & h2 {
    font-size: 60px;
    color: #12213A;
    font-weight: 700;
    line-height: 113%;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }

  & .text {
    width: 53%;
    margin-bottom: 3rem;

    & p {
      font-size: 18px;
      line-height: 136%;
    }

    & p:first-child {
      text-align: right;
    }
  }

  & .title {
    font-size: 24px;
    line-height: 136%;
    margin-bottom: 1rem;
    color: #4069B4;text-align: center;
  }

  & .inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8%;
  }

  & .imgs {
    display: grid;
    grid-template-columns: repeat(2, 264px);
    grid-template-rows: 264px 264px;
    gap: 6px;

    & div {
      overflow: hidden;
    }

    & img {
      height: 100%;
      width: 100%;
    }

    & .item1 {
      border-radius: 22px 22px 150px 22px;
      
      background-color: #4069B4;
    }

    & .item2 {
      border-radius: 22px 150px 22px 22px;
      background-color: #000;
    }

    & .item3 {
      border-radius: 22px 150px 22px 22px;
      background-color: #407893;
    }

    & .item4 {
      border-radius: 22px;
      background-color: #7398D1;
      transform: scaleX(-1);
    }
  }

  & .flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    & img {
      margin-bottom: 47px;
    }

    & .block {
      background-color: white;
      border-radius: 22px;
      padding: 20px;
    }

    & .block-3 {
      grid-column: 1 / 3;
      height: 100%;
    }

    & .head {
      font-size: 30px;
      font-weight: 500;
      margin-bottom: 20px;
    }
  }

  & .extra_text {

    width: 67%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
    line-height: 136%;
    margin-top: 3rem;

    & p:first-child {
      text-align: right;
      color: #4069B4;
    }
  }
}

.any_question {
  background-color: #002843;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid white;
  

  & .text {
    color: white;
    display: flex;
    flex-direction: column;

    & p {
      width: 60%;
      align-self: flex-end;
    }
  }

  & h2 {
    color: white;
  }

  & .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  & .form-wrap {
    padding: 40px;
    transform: none;
  }

  & .input-gr {
    margin-top: 0;
  }

  & form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    & .span3 {
      grid-column: 1 / 4;
    }

    & button {
      grid-column: 1 / 4;
    }
  }
}


.cookie {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: white;
  border-radius: 22px;
  width: 40%;
  padding: 30px;
  box-shadow: 0px 2px 8px 0px #00000040;
  display: none;
  z-index: 20;

  & .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-image: url('../img/x.svg');
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    &:hover {
      opacity: 0.7;
    }
  }

  & .inner {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 20px;

    & img {
      flex-shrink: 0;
      transform: translateY(20px);
    }

    & .title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 10px;
    }

    & .text {
      font-size: 14px;
      line-height: 136%;
    }
  }

  & .buttons {
    display: flex;
    justify-content: flex-end;
    gap: 20px;

    & button {
      font-size: 16px;
      width: fit-content;
      padding-left: 25px;
      padding-right: 25px;
    }

    & .deny {
      background-color: white;
      color: #4069B4;
      border: 1px solid #4069B4;

      &:hover {
        background-color: #4069B4;
        color: white;
      }
    }
  }
}


.chiller .p-technology {
  padding-top: 4rem;
  padding-bottom: 4rem;

  & .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    margin-bottom: 3rem;
  }

  & .block {
    aspect-ratio: 1/1.2;
    border-radius: 22px;
    padding: 8%;
    display: flex;
    align-items: flex-end;
    position: relative;

    & h3 {
      color: white;
      font-size: 25px;
      font-weight: 500;
    }

    &::before {
      content: "";
      position: absolute;
      top: 8%;
      right: 8%;
      width: 33px;
      height: 33px;
      background-image: url('../img/chiller/tech-1.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;

    }
  }

  & .block-1 {
    background-color: rgba(115, 152, 209, 1);
  }

  & .block-2 {
    background-color: rgba(64, 105, 180, 1);

    &::before {
      background-image: url('../img/chiller/tech-2.svg');
    }
  }

  & .block-3 {
    background-color: rgba(0, 0, 0, 1);

    &::before {
      background-image: url('../img/chiller/tech-3.svg');
    }
  }

  & .block-4 {
    background-color: rgba(64, 120, 147, 1);
    border-radius: 22px 22px 130px 22px;

    &::before {
      background-image: url('../img/chiller/tech-4.svg');
    }
  }

  & .text {
    width: 35%;
    margin-left: auto;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & .big {
      font-size: 28px;
      font-weight: 500;
      line-height: 136%;
    }

    & .small {
      font-size: 18px;
      line-height: 136%;
    }
  }
}

.color-blue {
  color: rgba(64, 120, 147, 1)
}

.chiller .p-systems {
  padding-bottom: 4rem;
  padding-top: 4rem;
  border-bottom: 1px solid #BBBBBBA3;

  & .title {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
  }

  & .podtitle {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
    margin-bottom: 30px;
  }

  & .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    & span {
      color: rgba(64, 105, 180, 1);
      font-size: 20px;
      padding: 16px 25px;
      border: 1px solid rgba(64, 105, 180, 1);
      border-radius: 53px;
    }
  }

  & .imgs {
    margin-top: 40px;

      & .img {
        width: 230px;
        height: 230px;
        overflow: hidden;
      }

      & img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        transform: none;
      }


  }
}

.chiller .pre-stretch {
  & .inner {
    &::before {
      height: 100%;
      width: 335px;
      background-image: url('../img/chiller/znak.svg');
    }
  }
}

.chiller .calculation {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: rgba(146, 173, 216, 0.19);

  & .container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  

  & .text {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 500;
  }

  & .circles {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 80%;
  }

  & .circle {
    font-size: 20px;
    font-weight: 500;
    border: 1px solid rgba(64, 105, 180, 1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    height: 230px;
    aspect-ratio: 1 / 1;
    padding: 20px;

    &::before {
      content: '';
      display: block;
      flex-shrink: 0;
      height: 66px;
      width: 66px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }

    &.circle1::before {
      background-image: url('../img/chiller/temp1.svg');
    }

    &.circle2::before {
      background-image: url('../img/chiller/temp2.svg');
    }

    &.circle3::before {
      background-image: url('../img/chiller/temp3.svg');
    }
  }
}

.see_all_btn {
  cursor: pointer;
}

span.blue {
  color: rgba(64, 120, 147, 1);
}

.chiller .products {
  padding-top: 4rem;
  padding-bottom: 4rem;

  & .title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
  }

  & .podtitle {
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 113%;
    margin-bottom: 20px;
  }

  & .filter {
    background-color: white;
    border-radius: 22px;
    padding: 40px;
    position: relative;

    & .title {
      text-align: center;
    }

    & .result_calc {
      position: absolute;
      bottom: 20px;
      left: 30px;
    }
  }

  & #chiller_calc_water {
    display: none;

    &.active {
      display: block;
    }
  }

  & #chiller_calc_tpa {
    display: none;

    &.active {
      display: block;
    }
  }

  & .input-btns {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: auto;

    & input {
      display: none;
    }

    & label {
      padding-left: 0;
      margin-bottom: 0;
    }

    & span {
      cursor: pointer;
      font-size: 12px;
      color: white;
      background-color: #4089B4;
      opacity: 0.5;
      border-radius: 4px;
      height: 43px;
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;

      &.active {
        opacity: 1;
        background-color: #4069b4;
      }
    }

    & input:checked + span {
      opacity: 1;
      background-color: #4069b4;
    }
  }

  & .buttons {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    justify-content: center;

    & button {
      width: fit-content;
      padding-left: 30px;
      padding-right: 30px;
      opacity: 0.5;
    }

    & button.choised {
      opacity: 1;
    }
  }

  & .inputs {
    margin-top: 30px;
    display: flex;
    gap: 20px;

    & .input-gr {
      margin-top: 0;
      position: relative;
    }

  }

  & .down_buttons {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;

    & button {
      width: fit-content;
      height: 40px;
      padding-top: 3px;
      font-size: 16px;
      padding-left: 14px;
      padding-right: 14px;
    }

    & button[type='reset'] {
      background-color: white;
      border: 1px solid rgba(115, 152, 209, 1);
      color: rgba(115, 152, 209, 1);
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;

      &:hover {
        border: 1px solid #4069b4;
        &::before {
          transform: rotate(720deg);
          transition: 0.2s;
        }
      }

      &::before {
        content: '';
        background-image: url('../img/x.svg.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        flex-shrink: 0;
        height: 12px;
        width: 12px;
        margin-bottom: 4px;
      }
    }
  }

  & .catalog {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 303px 1fr;
    gap: 40px;
    position: relative;

        & .mobile_btn_filter {
      display: none;
    }
  }

  & .text {
    margin-top: 40px;
    width: 75%;
  }

  & .right {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 40px;
    height: max-content;



    & .cart {
      position: relative;
      max-width: 300px;
      background-color: white;
      padding: 20px;
      border-radius: 22px;
      display: flex;
      flex-direction: column;
      gap: 20px;

      & .title {
        font-size: 24px;
        height: 84px;
        overflow: hidden;
        word-wrap: break-word;
      }

      & .specs {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      & .spec {
        display: flex;
        width: 100%;
      }

      & .spec .name {
        flex-grow: 1;
        display: flex;
        font-size: 15px;
      }

      & .spec .value {
        font-size: 15px;
        text-align: right;
      }

      & .spec .name::after {
        content: '';
        flex-grow: 1;
        display: block;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 20px;
        border-bottom: 1px solid rgba(187, 187, 187, 0.64);
      }

      & img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      & .see_all {
        width: 150px;
        height: 40px;
        margin-top: auto;
        margin-left: auto;
      }
    }
  }

  & .aside {
    background-color: white;
    border-radius: 22px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 2px 7.9px 0px rgba(0, 0, 0, 0.18);
    height: max-content;
    position: sticky;
    top: 20px;
    max-height: 90vh;
    overflow-y: auto;
    scrollbar-width: none;

    &::webkit-scrollbar {
        display: none;
      }

    & .slide {
      background-color: rgba(246, 245, 250, 1);
      border-radius: 5px;
      padding: 8px;
    }

    & .slide-box {
      display: none;
    }

    & .slide-inner {
      overflow-y: auto;
      max-height: 300px;
      scrollbar-width: none;

      &::webkit-scrollbar {
        display: none;
      }
    }

    & h2 {
      margin-bottom: 20px;
      color: #000;
      display: flex;
      align-items: center;

      &::after {
        content: '';
        background-image: url('..//img/filter.svg');
        display: inline-block;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 10px;
      }
    }

    & .slide-up {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
    }

    & .slide-content {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    & .open {
      background-image: url('../img/arrow-filter.svg');
      width: 10px;
      height: 7px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      position: relative;
      z-index: 2;

      &::before {
        content: "";
        position: absolute;
        top: -10px;
        bottom: -10px;
        left: -20px;
        right: -20px;
        z-index: -1; /* чтобы не перекрывать содержимое */
      }
    }

    & .input-gr .open {
      position: absolute;
    }

    & .flex {
      display: flex;
      gap: 20px;
    }

    & label {
      margin-bottom: 0;
    }

    & label {
      line-height: 1;
    }

    & .select .open {
      top: 50%;
    }

    & .select .slide {
      padding: 0;
    }

    & .buttons button {
      opacity: 1;
    }

    & #slider {

      width: 92%;
      margin: 0 auto;
      margin-bottom: 10px;
      transform: translateX(-2%);
    }

    & .buttons {
      margin-top: 10px;
      flex-direction: column;
      gap: 10px;
      
      & button {
        width: 100%;
      }
    }

    & .buttons button {
      height: 40px;
    }

    & .buttons button[type='reset'] {
      background-color: white;
      border: 1px solid rgba(115, 152, 209, 1);
      color: rgba(115, 152, 209, 1);
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;

      &:hover {
        border: 1px solid #4069b4;
        &::before {
          transform: rotate(720deg);
          transition: 0.2s;
        }
      }

      &::before {
        content: '';
        background-image: url('../img/x.svg.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        display: block;
        flex-shrink: 0;
        height: 12px;
        width: 12px;
        margin-bottom: 4px;
      }
    }
  }
}

label.checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 0;

  & input {
    display: none;
  }

  & p {
    font-size: 16px;
    user-select: none;
  }

  & input + span {
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(64, 105, 180, 1);
    border-radius: 4px;
    position: relative;

    &::before {
      content: '';
      background-image: url('../img/ok.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 85%;
      height: 85%;
      display: none;
    }
  }

  & input:checked + span {
    background-color: rgba(64, 105, 180, 1);

    &::before {
      display: block;
    }
  }

}

label.radio {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-left: 0;

  & input {
    display: none;
  }

  & p {
    font-size: 16px;
    user-select: none;
  }

  & input + span {
    display: block;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    border: 1px solid rgba(64, 105, 180, 1);
    border-radius: 50%;
    position: relative;

    &::before {
      content: '';
      background-color: rgba(64, 105, 180, 1);
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 16px;
      display: none;
    }
  }

  & input:checked + span {
    &::before {
      display: block;
    }
  }
}

.noUi-target {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: none;

  &::before {
    display: none;
  }

  &::after {
    display: none;
  }
}

.noUi-handle {
  background-color: rgba(115, 152, 209, 1);
  box-shadow: none;
}

.noUi-connect {
  background-color: rgba(64, 105, 180, 1);
}

.dollar label {
  position: relative;
  padding-left: 0;
}

.dollar label::before {
  content: '$';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
}

.popup.product {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;



  & .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background-image: url('../img/x.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
  }

  & .imgs.mobile {
    display: none;
  }


  & .inner_product {
    border-radius: 22px;
    width: 892px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px 20px 40px 10px;
  }

  & .grid {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 20px;
  }

  & .imgs {
    margin-bottom: 10px;
  }

  & img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
  }

  & .big {
    height: 340px;
    border-radius: 22px;
    border: 1px solid rgba(64, 105, 180, 1);
    margin-bottom: 10px;
    position: relative;
  }

  & .smalls {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;

    & img {
      height: 54px;
      object-fit: contain;
      border-radius: 12px;
      cursor: pointer;
      border: 1px solid transparent;
      
      &:hover {
        border: 1px solid rgba(64, 105, 180, 1);
      }
    }
  }

  & form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  /* & .success-block-wrap {
    display: none;
  } */

  & .success-block-wrap {
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }

  & .success-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 100%;
  }

  & .main-mess {
    font-size: 30px;
  }

  & .title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 136%;
    width: 90%;
  }

  & .prices {
    display: flex;
    gap: 20px;
    align-items: center;
  }

  & .price,
  & .sale {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 114%;
    color: rgba(64, 105, 180, 1);

    &::before {
      content: '$';
      margin-right: 6px;
      font-size: inherit;
    }
  }

  & .sale {
    text-decoration: line-through;
    font-weight: 400;
    font-size: 20px;
    color: rgba(115, 152, 209, 1);
  }

  & .text {
    font-size: 16px;
    line-height: 136%;
    margin-bottom: 20px;
  }

  & .specs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 20px;
    background-color: rgba(115, 152, 209, 0.1);
    border-radius: 18px;
    margin-bottom: 20px;
    max-height: 220px;
    overflow-x: scroll;
    overflow: auto;
  }

  & .spec {
    display: flex;
    width: 100%;
  }

  & .spec .nam {
    flex-grow: 1;
    display: flex;
    font-size: 16px;
  }

  & .spec .value {
    font-size: 16px;
  }

  & .spec .nam::after {
    content: '';
    flex-grow: 1;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    border-bottom: 1px solid rgba(187, 187, 187, 0.64);
  }

  & .spec__name {
    font-weight: 500;
    font-size: 20px;
  }

  & .input-gr {
    margin-top: 0;
  }

  & h3 {
    margin-bottom: 20px;
  }

  & .send {
    grid-column: span 3;
    margin-top: 6px!important;
  }
}

.chiller .base {
  position: relative;
  padding-bottom: 8rem;
  overflow: hidden;
  &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(180deg, #F1EEF6 3.33%, #EAE7EF 79.52%, #E1DDE9 93.13%);

  }
  & .content {
    font-size: 90px;
    font-weight: 700;
    width: 55%;

    & .container {
      position: relative;
    }

    & .second::before {
      content: '';
      background-image: url('../img/chiller/base_1.png');
      background-size: cover;
      width: 65px;
      height: 65px;
      display: inline-block;
      margin-right: 40px;
    }

    & .text {
      font-size: 28px;
      line-height: 136%;
      font-weight: 500;
      margin-top: 30px;
    }
  }

  & .abs_img1 {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 680px;
    width: 680px;
    transform: translate(0, -50%);
  }

  & .abs_img2 {
    position: absolute;
    top: 50%;
    left: 75%;
    height: 680px;
    width: 680px;
    transform: translate(0, -50%);
  }

  & img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}

.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(82, 82, 82, 0.5);
  z-index: 1000;
  display: none;

  & img {
    width: 100px;
    height: 100px;
  }

  &.active {
    display: flex;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;

  &.active {
    display: block;
  }
}

.page404 {
  height: 85vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  .h1 {
    font-size: 200px;
    font-weight: 700;
  }
  p {
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    margin-top: 3rem;
  }
}

label.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  left: 0;
}

.svg_flex {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sale_svg {
  height: 25px;
  background-color: rgba(227, 101, 101, 1);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  padding: 10px 8px;
  line-height: 100%;

  &::after {
    content: '';
    background-image: url('../img/product_2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
  }
}

.new_svg {
  height: 25px;
  background-color: rgba(101, 227, 164, 1);
  border-radius: 50px;
  color: white;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-weight: 700;
  padding: 10px 8px;

  &::after {
    content: '';
    background-image: url('../img/product_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    flex-shrink: 0;
    height: 16px;
    width: 16px;
  }
}

.scale-img {
  transform: scale(0.4) translateX(-89%) translateY(-82%);
}


.language {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.current-language {
    display: block;
    padding: 13px 35px 11px 35px;
    border-radius: 21px;
    background-color: white;
    text-transform: uppercase;

    &::after {
    content: "";
    position: absolute;
    /* Изменено: Перемещаем элемент вниз, под контейнер */
    bottom: -7px; 
    left: 50%;
    /* Изменено: Поворачиваем так, чтобы угол смотрел вниз */
    /* 135 градусов создает стрелку вниз, которая опирается на нижнюю границу */
    transform: translateX(-50%) rotate(45deg); 
    width: 10px;
    height: 10px;
    background-color: white;
    /* Изменено: Используем нижнюю и правую границы для создания формы */
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    }
}

.languages {
    display: none; /* Скрываем по умолчанию */
    flex-direction: column;
    gap: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ccc;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    z-index: 10;
    border-radius: 20px;
    padding: 10px;
    width: max-content;


}

.language-link {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}

.language-link:hover {
    text-decoration: underline;
}

.language-link.active {
    font-weight: bold;
    color:#12213a;
}

/* Показываем блок languages при наведении на language */
.language:hover .languages {
    display: flex;
}

.download_pdf {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: white;
    background-color: #e62121;
    text-decoration: none;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 10px;
}

.download_pdf:hover {
    background-color: #c41a1a;
}
/* 
.aggree {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
} */