@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

:focus {
  outline: 0;
}

ul {
  list-style-type: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html {
  height: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  color: rgb(31, 31, 31);
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-weight: 400;
}
body.blue-light-bg {
  background: rgb(235, 242, 248);
}
body.blue-light-bg .header__nav {
  background: rgba(255, 255, 255, 0.7);
}
body.blue-light-bg .dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 16px;
  }
}

.burger {
  display: block;
  margin-right: 16px;
  cursor: pointer;
  z-index: 99;
  width: 24px;
  height: 24px;
  transition: 0.5s;
  position: relative;
  margin-top: 2px;
}
@media (max-width: 992px) {
  .burger {
    margin-top: 0;
    margin-right: 0;
  }
}
@media (min-width: 993px) {
  .burger.open:before {
    background: rgb(31, 31, 31);
    transform: rotate(-45deg);
    top: 50%;
    left: 0px;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition: 0.5s;
    transform-origin: center;
    transform: translateY(-50%) rotate(-225deg);
  }
  .burger.open:after {
    background: rgb(31, 31, 31);
    top: 50%;
    left: 0px;
    width: 24px;
    height: 2px;
    border-radius: 4px;
    position: absolute;
    transition: 0.5s;
    transform-origin: center;
    transform: translateY(-50%) rotate(225deg);
  }
  .burger.open span:before {
    opacity: 0;
  }
}
.burger:before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 0px;
  width: 24px;
  height: 2px;
  background: rgb(31, 31, 31);
  border-radius: 2px;
  transition: 0.5s;
}
.burger:after {
  content: "";
  position: absolute;
  top: calc(50% + 6px);
  left: 0px;
  width: 24px;
  height: 2px;
  background: rgb(31, 31, 31);
  border-radius: 2px;
  transition: 0.5s;
}
.burger span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: rgb(31, 31, 31);
  transform: translateY(-50%);
}

h1 {
  font-size: 96px;
  line-height: 120%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
}

h2 {
  font-size: 64px;
  line-height: 120%;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h2.mobile-sm {
    font-size: 20px;
  }
  h2.mobile-sm br {
    display: none;
  }
}
@media (max-width: 767px) {
  h2.mobile-md {
    font-size: 24px;
  }
  h2.mobile-md br {
    display: none;
  }
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

h3 {
  font-size: 48px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 30px;
  }
}

h4 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

h5 {
  font-size: 36px;
  line-height: 130%;
  font-weight: 600;
  margin-bottom: 40px;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

p {
  font-size: 20px;
  line-height: 150%;
  font-weight: 500;
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1180px) {
  p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 16px;
  }
}

.center {
  text-align: center;
}

.white-color {
  color: rgba(255, 255, 255, 0.9);
}

.blue-bg {
  background: rgb(25, 110, 185);
}

.lowercase {
  text-transform: none;
}

.btn {
  font-family: "Mulish", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 12px;
  background: rgb(35, 168, 226);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: 0.5s;
  padding: 0 32px;
}
.btn--lowercase {
  text-transform: none;
}
.btn--dark {
  background: rgb(25, 110, 185);
}
.btn--dark:hover {
  background: rgb(35, 168, 226) !important;
}
.btn--border {
  border: 2px solid rgb(35, 168, 226);
}
@media (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
.btn--radius {
  border-radius: 100px;
}
.btn--md {
  height: 70px;
  padding: 0 48px;
  font-size: 20px;
}
@media (max-width: 1180px) {
  .btn--md {
    font-size: 18px;
    height: 60px;
  }
}
.btn--lg {
  height: 80px;
  padding: 0 48px;
}
@media (max-width: 1180px) {
  .btn--lg {
    font-size: 16px;
    height: 60px;
  }
}
.btn--fuild {
  width: 100%;
  padding: 0 8px;
}
@media (max-width: 480px) {
  .btn--fuild-mobile {
    width: 100%;
  }
}
.btn--sm {
  height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.btn:hover {
  background: rgb(25, 110, 185);
}

.about {
  overflow: hidden;
  padding: 260px 0;
}
@media (max-width: 1440px) {
  .about {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .about {
    padding: 10px 0 60px;
  }
}
.about__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .about__container {
    flex-direction: column;
  }
}
.about__logo {
  width: calc(44% - 10px);
  display: flex;
  justify-content: center;
  padding: 0 80px;
}
@media (max-width: 1280px) {
  .about__logo {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .about__logo {
    width: 100%;
    padding: 0 80px;
  }
}
.about__logo img {
  display: block;
  width: 100%;
  max-width: 440px;
}
.about__content {
  width: calc(56% - 10px);
  position: relative;
  z-index: 9;
}
@media (max-width: 992px) {
  .about__content {
    width: 100%;
    margin-top: -50px;
  }
}

.entrance-group {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .entrance-group {
    gap: 4px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    padding: 0 16px;
  }
}
.entrance-group span {
  display: flex;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(60px);
  border-radius: 12px;
  font-size: 32px;
  line-height: 150%;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .entrance-group span {
    text-transform: none;
    font-size: 14px;
    padding: 8px 16px;
  }
}

.header {
  padding: 20px 0;
  margin-bottom: 60px;
  position: relative;
  z-index: 99;
}
@media (max-width: 992px) {
  .header {
    margin-bottom: 30px;
    padding: 14px 0;
  }
}
.header--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header--main .header__nav {
  background: rgba(255, 255, 255, 0.7);
}
.header--main .dropdown-menu {
  background: rgba(255, 255, 255, 0.7);
}
.header .logo img {
  display: block;
  width: 120px;
}
@media (max-width: 992px) {
  .header .logo img {
    width: 58px;
  }
}
.header__nav {
  height: 90px;
  border-radius: 100px;
  padding: 10px 10px 10px 48px;
  background: rgba(30, 109, 178, 0.09);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  z-index: 20;
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header__menu-btn {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: rgb(31, 31, 31);
  display: inline-flex;
  align-items: center;
}
.header__btn {
  margin-left: 32px;
}
.header__btn .btn {
  width: 267px;
  font-size: 16px;
  padding: 0;
  height: 70px;
}
.header__phone {
  margin-left: 32px;
  padding-left: 32px;
  position: relative;
}
.header__phone:before {
  content: "";
  width: 1px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(108, 109, 118, 0.3);
}
.header__phone a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: rgb(31, 31, 31);
}
.header__phone a .icon {
  margin-right: 12px;
}
.header__phone a .icon img {
  display: block;
  width: 24px;
  height: 24px;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 16px);
  background: #ebf2f8;
  padding: 32px;
  width: 100%;
  border-radius: 40px;
  left: 0;
  box-shadow: 0px 20px 25px -4px rgba(18, 26, 43, 0.1);
  opacity: 0;
  transition: 0.25s;
  max-height: 0px;
  transform: translateY(-20px);
  overflow: hidden;
  z-index: 12;
}
.dropdown-menu.open {
  max-height: 600px;
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.dropdown-menu ul {
  margin-bottom: 24px;
}
.dropdown-menu ul li {
  margin-bottom: 12px;
}
.dropdown-menu ul li a {
  font-size: 18px;
  color: rgb(31, 31, 31);
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
.dropdown-menu ul li a:hover {
  color: rgb(35, 168, 226);
  border-color: rgb(35, 168, 226);
}
.dropdown-menu .btn {
  margin-bottom: 24px;
}
.dropdown-menu__title {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 992px) {
  .dropdown-menu__title {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
  }
}
.dropdown-menu__adress {
  display: block;
  margin-bottom: 8px;
  font-size: 24px;
  color: rgb(107, 114, 128);
  font-weight: 700;
}
@media (max-width: 992px) {
  .dropdown-menu__adress {
    color: rgb(255, 255, 255);
    font-weight: 600;
  }
}
.dropdown-menu__timework {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .dropdown-menu__timework {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
  }
}

.mobile-menu {
  display: none;
}
@media (max-width: 992px) {
  .mobile-menu {
    display: block;
  }
}

.mobile-menu-main {
  padding: 8px 16px 8px 8px;
  height: 56px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 992px) {
  .mobile-menu-main {
    display: flex;
    align-items: center;
  }
}
.mobile-menu-main .btn {
  height: 40px;
  width: 144px;
  padding: 0;
  margin-right: 20px;
  font-size: 12px;
  border-radius: 100px;
}
.mobile-menu-main .phone-btn {
  margin-right: 20px;
}

.mobile-menu-dropdown {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgb(25, 110, 185);
  z-index: 100;
  transform: translateY(-120vh);
  transition: 0.4s;
}
.mobile-menu-dropdown.open {
  transform: translateY(0);
}
.mobile-menu-dropdown__head {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 16px;
}
.mobile-menu-dropdown__phone img {
  display: block;
}
.mobile-menu-dropdown__body {
  height: calc(100vh - 72px);
  overflow-y: auto;
}
.mobile-menu-dropdown__content {
  padding: 24px 16px;
}
.mobile-menu-dropdown__content ul {
  margin-bottom: 56px;
}
.mobile-menu-dropdown__content ul li {
  margin-bottom: 24px;
}
.mobile-menu-dropdown__content ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.mobile-menu-dropdown__content .btn {
  width: 100%;
  height: 48px;
  background: rgb(0, 152, 255);
  margin-bottom: 48px;
  max-width: 480px;
}
.mobile-menu-dropdown__btn {
  margin-bottom: 48px;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 100px;
}
.mobile-menu-dropdown__phone-number {
  margin-bottom: 24px;
  display: block;
}
.mobile-menu-dropdown__phone-number a {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content__right {
  width: 0px;
}
@media (max-width: 1440px) {
  .header-content__right {
    display: none;
  }
}

.info-section {
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .info-section {
    padding: 60px 0;
  }
}
@media (max-width: 992px) {
  .info-section {
    padding: 0 0 60px 0;
  }
}
.info-section--grey-bg {
  background: rgb(248, 248, 248);
}
.info-section--blue {
  background: rgb(25, 110, 185);
  color: #fff;
}
@media (max-width: 992px) {
  .info-section--mobile-padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .info-section--mobile-pb-0 {
    padding: 0;
  }
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 100px;
}
@media (max-width: 1800px) {
  .info {
    padding-left: 30px;
  }
}
@media (max-width: 992px) {
  .info {
    padding: 0;
    flex-direction: column;
  }
}
.info--only-title h2,
.info--only-title h3,
.info--only-title h4,
.info--only-title h5 {
  margin-bottom: 0;
}
.info--between {
  align-items: normal;
}
.info--between .info__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info--reverse {
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1800px) {
  .info--reverse {
    padding-right: 30px;
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .info--reverse {
    padding: 0;
  }
}
.info--reverse .info__image {
  order: -2;
}
.info--reverse .info__image img {
  border-radius: 0 32px 32px 0;
}
@media (max-width: 992px) {
  .info--reverse .info__image img {
    border-radius: 0;
  }
}
@media (max-width: 992px) {
  .info--mobile-reverse .info__content {
    order: -2;
    padding: 60px 16px 30px 16px;
  }
  .info--mobile-reverse .info__image {
    order: 2;
  }
  .info--mobile-reverse .info__image-400 img {
    min-height: 400px;
  }
}
.info--align-top {
  align-items: flex-start;
}
.info--align-bottom {
  align-items: flex-end;
}
.info__content {
  width: 620px;
}
@media (max-width: 1440px) {
  .info__content {
    width: calc(50% - 20px);
  }
}
@media (max-width: 992px) {
  .info__content {
    padding: 30px 16px 0 16px;
    width: 100%;
  }
}
.info__image {
  width: calc(100% - 720px);
  height: 780px;
}
@media (max-width: 1440px) {
  .info__image {
    width: calc(50% - 20px);
    height: 600px;
  }
}
@media (max-width: 992px) {
  .info__image {
    width: 100%;
    height: auto;
    order: -2;
  }
}
.info__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px 0 0 32px;
}
@media (max-width: 992px) {
  .info__image img {
    border-radius: 0;
  }
}

.text-section {
  padding: 240px 0;
}
@media (max-width: 1440px) {
  .text-section {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .text-section {
    padding: 60px 0 30px 0;
  }
}
.text-section h4 {
  max-width: 1300px;
  margin-bottom: 0;
}

.infrastructure-section {
  display: flex;
  flex-wrap: wrap;
}

.infrastructure-item {
  width: 50%;
  min-height: 100vh;
  padding: 60px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .infrastructure-item {
    padding: 50px 30px;
    min-height: 1px;
    width: 100%;
  }
  .infrastructure-item br {
    display: none;
  }
}
@media (max-width: 767px) {
  .infrastructure-item {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .infrastructure-item:nth-child(1) {
    order: -2;
  }
}
@media (max-width: 992px) {
  .infrastructure-item:nth-child(2) {
    order: -1;
  }
}
@media (max-width: 992px) {
  .infrastructure-item:nth-child(3) {
    order: 2;
  }
}
@media (max-width: 992px) {
  .infrastructure-item:nth-child(4) {
    order: 0;
  }
}
.infrastructure-item--image {
  padding: 0;
}
.infrastructure-item--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.infrastructure-item--blue {
  background: rgb(25, 110, 185);
  color: #fff;
}
.infrastructure-item--center {
  text-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .infrastructure-item--center {
    padding: 80px 30px;
  }
}
@media (max-width: 767px) {
  .infrastructure-item--center {
    padding: 80px 16px;
  }
}
.infrastructure-item__info {
  display: block;
  font-size: 18px;
  margin-bottom: 24px;
  max-width: 480px;
}
@media (max-width: 992px) {
  .infrastructure-item__info {
    font-size: 16px;
  }
}
.infrastructure-item__info:last-child {
  margin-bottom: 0;
}
.infrastructure-item__info span {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .infrastructure-item__info span {
    font-size: 18px;
  }
}
.infrastructure-item__number {
  display: block;
  font-size: 86px;
  font-weight: 600;
  margin-bottom: 48px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .infrastructure-item__number {
    font-size: 48px;
    margin-bottom: 24px;
  }
}
.infrastructure-item__text {
  display: block;
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .infrastructure-item__text {
    font-size: 16px;
  }
}
.infrastructure-item__text:last-child {
  margin-bottom: 0;
}

.sber-section {
  padding: 160px 0 100px 0;
  background: rgb(25, 110, 185);
  overflow: hidden;
}
@media (max-width: 992px) {
  .sber-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .sber-section {
    padding: 60px 0;
  }
}

.sber-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .sber-head {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.sber-head h3 {
  margin-bottom: 0;
  max-width: 1100px;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .sber-head h3 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.sber-head__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 992px) {
  .sber-head__logo img {
    width: 220px;
  }
}

.sber-item {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .sber-item {
    flex-direction: column;
    padding: 16px;
    margin-bottom: 16px;
  }
}
.sber-item:last-child {
  margin-bottom: 0;
}
.sber-item__title {
  display: block;
  font-size: 32px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 992px) {
  .sber-item__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.sber-item__content {
  max-width: 905px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}
@media (max-width: 992px) {
  .sber-item__content {
    font-size: 16px;
  }
}

.buy-method-section {
  padding: 120px 0;
  background: rgb(25, 110, 185);
}
@media (max-width: 992px) {
  .buy-method-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .buy-method-section {
    padding: 60px 0;
  }
}

.buy-method-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 992px) {
  .buy-method-content {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .buy-method-content {
    gap: 2px;
  }
}

.buy-method-item {
  padding: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  min-height: 232px;
  width: calc(33.3333333333% - 32px);
}
@media (max-width: 992px) {
  .buy-method-item {
    width: calc(50% - 8px);
    padding: 24px 16px;
    min-height: 1px;
  }
}
@media (max-width: 767px) {
  .buy-method-item {
    width: calc(100% + 32px);
    margin: 0 -16px;
    border-radius: 0;
  }
}
.buy-method-item__title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .buy-method-item__title {
    font-size: 20px;
  }
}
.buy-method-item p {
  font-weight: 500;
}

.news-section {
  padding: 200px 0;
  background: rgb(25, 110, 185);
}
@media (max-width: 992px) {
  .news-section {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .news-section {
    padding: 60px 0;
  }
}

.news {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .news {
    flex-direction: column;
  }
}
.news__side {
  padding-right: 50px;
}
@media (max-width: 992px) {
  .news__side {
    padding-right: 0;
  }
}
.news__side h2 {
  position: sticky;
  top: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .news__side h2 {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }
}
.news__content {
  max-width: 1050px;
  gap: 32px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .news__content {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }
}

.new-item {
  display: flex;
  background: rgb(35, 168, 226);
  border-radius: 24px;
  color: #fff;
}
@media (max-width: 680px) {
  .new-item {
    flex-direction: column;
  }
}
.new-item__image {
  width: 422px;
  min-width: 422px;
  height: 422px;
  border-radius: 24px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1280px) {
  .new-item__image {
    width: 344px;
    min-width: 344px;
    height: 344px;
  }
}
@media (max-width: 680px) {
  .new-item__image {
    width: 100%;
    min-width: 100%;
  }
}
.new-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-item__content {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1280px) {
  .new-item__content {
    padding: 16px;
  }
}
@media (max-width: 680px) {
  .new-item__content {
    padding: 16px 16px 40px 16px;
  }
}
.new-item__date {
  font-size: 18px;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .new-item__date {
    font-size: 16px;
  }
}
.new-item__title {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .new-item__title {
    font-size: 18px;
  }
}
.new-item__text {
  display: block;
  line-height: 150%;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .new-item__text {
    line-height: 130%;
    font-size: 16px;
  }
}

.footer {
  padding: 0 16px 40px 16px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: #fff;
}
.footer__phone {
  display: block;
  margin-bottom: 50px;
  margin-top: -120px;
}
@media (max-width: 767px) {
  .footer__phone {
    margin-bottom: 32px;
    margin-top: -90px;
  }
}
.footer__phone a {
  font-size: 64px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  color: rgb(31, 31, 31);
}
@media (max-width: 1280px) {
  .footer__phone a {
    font-size: 32px;
  }
}
.footer__logo {
  display: block;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-top: -30px;
  }
}
.footer__logo img {
  display: block;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .footer__btn {
    width: 100%;
  }
}
.footer__btn a {
  width: 310px;
}
@media (max-width: 767px) {
  .footer__btn a {
    width: 100%;
    max-width: 560px;
  }
}
.footer__contact {
  padding-top: 50px;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 767px) {
  .footer__contact {
    padding-top: 32px;
    margin-bottom: 32px;
  }
}
.footer__title {
  display: block;
  font-size: 20px;
  margin-bottom: 16px;
  color: rgba(31, 31, 31, 0.5);
}
@media (max-width: 767px) {
  .footer__title {
    font-size: 16px;
  }
}
.footer__adress {
  display: block;
  font-size: 32px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .footer__adress {
    font-size: 24px;
  }
}
.footer__timework {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer__timework {
    font-size: 16px;
  }
}
.footer p {
  font-size: 14px;
  color: rgba(31, 31, 31, 0.5);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer p br {
    display: none;
  }
}

.parking-section {
  padding-top: 100px;
  background: rgb(25, 110, 185);
}
@media (max-width: 992px) {
  .parking-section {
    padding: 80px 0 0 0;
  }
}
@media (max-width: 767px) {
  .parking-section {
    padding: 60px 0 0 0;
  }
}

.parking-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .parking-head {
    flex-direction: column;
    margin-bottom: 100px;
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .parking-head {
    margin-bottom: 30px;
  }
}
.parking-head h2 {
  margin-bottom: 0;
  max-width: 1050px;
  margin-right: 100px;
}
@media (max-width: 1280px) {
  .parking-head h2 {
    margin-right: 0;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .parking-head h2 {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.parking-head__text {
  font-size: 24px;
  color: #fff;
  display: block;
  max-width: 480px;
}
@media (max-width: 1280px) {
  .parking-head__text {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .parking-head__text {
    font-size: 16px;
  }
}

.parking {
  display: flex;
  flex-wrap: wrap;
}

.parking-item {
  width: 50%;
  height: 800px;
  position: relative;
  min-height: 580px;
}
@media (max-width: 992px) {
  .parking-item {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .parking-item {
    height: 580px;
    width: 100%;
  }
}
.parking-item__bg {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.parking-item__content {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 9;
  max-width: 508px;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
@media (max-width: 1280px) {
  .parking-item__content {
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
  }
}
@media (max-width: 992px) {
  .parking-item__content {
    max-width: calc(100% - 32px);
    gap: 8px;
  }
}
.parking-item__content span {
  background: rgba(31, 31, 31, 0.4);
  padding: 12px 32px;
  display: block;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767px) {
  .parking-item__content span {
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .parking-item:first-child .parking-item__bg {
    -o-object-position: 82%;
       object-position: 82%;
  }
}
.parking-item:last-child .parking-item__content {
  left: auto;
  right: 50px;
}
@media (max-width: 1280px) {
  .parking-item:last-child .parking-item__content {
    right: 16px;
  }
}
@media (max-width: 767px) {
  .parking-item:last-child .parking-item__bg {
    -o-object-position: 42%;
       object-position: 42%;
  }
}

.feedback-form-section {
  background: rgb(35, 168, 226);
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .feedback-form-section {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .feedback-form-section {
    padding: 60px 0;
  }
}

.feedback-form {
  display: flex;
}
@media (max-width: 992px) {
  .feedback-form {
    flex-direction: column;
  }
}
.feedback-form__title {
  font-size: 54px;
  line-height: 130%;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-right: 60px;
}
@media (max-width: 1600px) {
  .feedback-form__title {
    font-size: 34px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .feedback-form__title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .feedback-form__title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.feedback-form__content {
  width: 730px;
  min-width: 730px;
}
@media (max-width: 1280px) {
  .feedback-form__content {
    width: 580px;
    min-width: 580px;
  }
}
@media (max-width: 992px) {
  .feedback-form__content {
    width: 100%;
    min-width: 100%;
  }
}
.feedback-form__content .form-group {
  width: calc(100% - 322px);
}
@media (max-width: 680px) {
  .feedback-form__content .form-group {
    width: 100%;
    margin-bottom: 16px;
  }
}
.feedback-form__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .feedback-form__top {
    flex-direction: column;
  }
}
.feedback-form button {
  width: 306px;
  font-family: "Mulish", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  border-radius: 100px;
  background: rgb(35, 168, 226);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  background: #fff;
  color: rgb(35, 168, 226);
  transition: 0.5s;
  border: 0;
}
@media (max-width: 767px) {
  .feedback-form button {
    font-size: 18px;
    height: 60px;
    width: 100%;
  }
}
.feedback-form button:hover {
  background: rgb(25, 110, 185);
  color: #fff;
}

.form-group {
  position: relative;
}
.form-group input {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 70px;
  border: 1px solid #fff;
  background: transparent;
  padding: 0 32px;
  font-size: 20px;
  color: #fff;
  border-radius: 100px;
}
@media (max-width: 767px) {
  .form-group input {
    font-size: 18px;
    height: 60px;
  }
}
.form-group input::-moz-placeholder {
  color: #fff;
}
.form-group input::placeholder {
  color: #fff;
}
.form-group label {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 6px;
  position: absolute;
  left: 26px;
  top: -8px;
  background: rgb(35, 168, 226);
  font-weight: 600;
}

.checkbox-form {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s ease;
  max-width: 600px;
}
.checkbox-form input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-top: -1px;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .checkbox-form input[type=checkbox] {
    margin-top: -1px;
  }
}
.checkbox-form input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  transition: 0.5s;
  opacity: 0;
}
.checkbox-form input[type=checkbox]:checked {
  border-color: #fff;
}
.checkbox-form input[type=checkbox]:checked::after {
  opacity: 1;
}
.checkbox-form-label {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 992px) {
  .checkbox-form-label {
    font-size: 14px;
  }
}
.checkbox-form-label a {
  color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid transparent;
  transition: 0.5s;
}
.checkbox-form-label a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 680px) {
  .checkbox-form-label br {
    display: none;
  }
}

.main-section__bottom {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  z-index: 12;
}
@media (max-width: 767px) {
  .main-section__bottom {
    bottom: 30px;
  }
}
.main-section__bottom-content {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
@media (max-width: 767px) {
  .main-section__bottom-content {
    flex-direction: column;
    gap: 12px;
  }
}
.main-section__bottom-content span {
  display: flex;
  align-items: center;
  width: calc(33.3333333333% - 16px);
  backdrop-filter: blur(60px);
  background: rgba(255, 255, 255, 0.12);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  padding: 20px 32px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main-section__bottom-content span {
    width: 100%;
    font-size: 14px;
    padding: 14px;
  }
}
.main-section__bottom-content span:first-child {
  padding: 32px;
}
@media (max-width: 767px) {
  .main-section__bottom-content span:first-child {
    padding: 14px;
  }
}

.main-section__middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 12;
  width: 100%;
}
@media (max-width: 400px) {
  .main-section__middle {
    top: 100px;
    transform: translateY(0%);
  }
}
.main-section__middle span {
  font-size: 54px;
  font-weight: 700;
  color: #fff;
  padding-left: 600px;
  display: block;
  text-transform: uppercase;
  line-height: 150%;
}
@media (max-width: 1280px) {
  .main-section__middle span {
    padding-left: 400px;
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .main-section__middle span {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .main-section__middle span {
    font-size: 24px;
  }
}
.main-section__middle-content {
  width: 100%;
}

.main-section {
  height: 100vh;
  width: 100%;
  position: relative;
}
.main-section:before {
  content: "";
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32%, rgba(0, 0, 0, 0.15) 79.46%), linear-gradient(0deg, rgba(31, 31, 31, 0.5), rgba(31, 31, 31, 0.5));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-section-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.choosing-nav {
  display: flex;
  border-bottom: 1px solid rgb(209, 213, 219);
  margin-bottom: 30px;
}
.choosing-nav a {
  position: relative;
  display: block;
  padding: 32px 30px;
  font-size: 24px;
  color: rgb(31, 31, 31);
  text-transform: uppercase;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .choosing-nav a {
    padding: 20px 16px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .choosing-nav a {
    width: 50%;
    text-align: center;
    padding: 20px 0;
  }
}
.choosing-nav a.active {
  color: rgb(35, 168, 226);
  font-weight: 700;
}
.choosing-nav a.active:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: rgb(35, 168, 226);
}
.choosing-nav a:hover {
  color: rgb(35, 168, 226);
}

.filter-block {
  position: relative;
}

.filter-btn a .icon {
  margin-right: 12px;
}
.filter-btn a .icon img {
  display: block;
}
.filter-btn a {
  font-family: "Mulish", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 32px;
  border-radius: 100px;
  background: rgb(35, 168, 226);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .filter-btn a {
    font-size: 16px;
  }
}
.filter-btn a:hover {
  background: rgb(25, 110, 185);
}

.filter-selected {
  display: inline-flex;
  height: 40px;
  border-radius: 100px;
  padding: 0 16px;
  border: 1px solid rgb(156, 163, 175);
  align-items: center;
  font-size: 18px;
  color: rgb(107, 114, 128);
  font-weight: 500;
  gap: 8px;
}
@media (max-width: 992px) {
  .filter-selected {
    font-size: 16px;
  }
}
.filter-selected span {
  color: rgb(31, 31, 31);
}
.filter-selected__delete {
  display: block;
  cursor: pointer;
}
.filter-selected__delete img {
  display: block;
  width: 24px;
  height: 24px;
}
.filter-selected__delete {
  opacity: 0.6;
  transition: 0.5s;
}
.filter-selected__delete:hover {
  opacity: 1;
}

.filter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .filter-content {
    margin-bottom: 30px;
  }
}
.filter-content__selected {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
  gap: 16px;
}
@media (max-width: 992px) {
  .filter-content__selected {
    padding-right: 0;
    width: 100%;
    gap: 8px;
    margin-bottom: 30px;
  }
}
.filter-content__group {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .filter-content__group {
    width: 100%;
  }
}
.filter-content__group span {
  font-size: 18px;
  color: rgb(31, 31, 31);
}
@media (max-width: 992px) {
  .filter-content__group span {
    font-size: 16px;
  }
}
.filter-content__group .sep {
  display: block;
  margin: 0 6px;
  font-size: 16px;
  color: rgb(107, 114, 128);
}
.filter-content__group a {
  font-size: 18px;
  color: rgb(35, 168, 226);
  font-weight: 700;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}
@media (max-width: 992px) {
  .filter-content__group a {
    font-size: 16px;
  }
}
.filter-content__group a:hover {
  border-color: rgb(35, 168, 226);
}
.filter-content__group-title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(107, 114, 128);
  margin-right: 12px;
}

.filter-dropdown {
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  max-width: 440px;
  padding: 0 24px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgb(209, 213, 219);
  box-shadow: 0px 20px 25px -4px rgba(18, 26, 43, 0.1);
  opacity: 0;
  transition: 0.5s;
  max-height: 0px;
  transform: translateY(-20px);
  overflow: hidden;
  z-index: 12;
}
@media (max-width: 767px) {
  .filter-dropdown {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin: 0 -16px;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 24px 16px;
  }
}
.filter-dropdown.open {
  max-height: 2000px;
  transform: translateY(0);
  opacity: 1;
  padding: 24px;
  overflow: visible;
}

.filter-dropdown__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.filter-dropdown__head-title {
  font-size: 32px;
  font-weight: 600;
}
.filter-dropdown__close {
  cursor: pointer;
}
.filter-dropdown__close img {
  display: block;
}
.filter-dropdown__close {
  transition: 0.5s;
}
.filter-dropdown__close:hover {
  opacity: 0.5;
}
.filter-dropdown__item {
  margin-bottom: 32px;
}
.filter-dropdown__title {
  margin-bottom: 20px;
  font-size: 18px;
  display: block;
  font-weight: 700;
}
.filter-dropdown__title a {
  color: rgb(0, 152, 255);
}
.filter-dropdown__title span {
  font-weight: 400;
  border-bottom: 1px solid rgb(31, 31, 31);
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}
.checkbox:last-child {
  margin-bottom: 0;
}
.checkbox input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid rgb(0, 152, 255);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: url(../images/check-icon.svg) 50% 50% no-repeat;
  transition: 0.5s;
  opacity: 0;
}
.checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.checkbox-label {
  font-size: 18px;
  color: rgb(31, 31, 31);
}
@media (max-width: 992px) {
  .checkbox-label {
    font-size: 14px;
  }
}

.radio {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid rgb(35, 168, 226);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  margin-top: -1px;
  transition: all 0.2s ease;
}
@media (max-width: 992px) {
  .radio input[type=radio] {
    margin-top: -1px;
  }
}
.radio input[type=radio]::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background: rgb(35, 168, 226);
  transition: 0.5s;
  opacity: 0;
}
.radio input[type=radio]:checked::after {
  opacity: 1;
}

.radio-label {
  font-size: 18px;
  color: rgb(31, 31, 31);
}
@media (max-width: 992px) {
  .radio-label {
    font-size: 14px;
  }
}

.checkbox-agreement {
  display: flex;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: box-shadow 0.2s ease;
  margin-bottom: 16px;
}
.checkbox-agreement:last-child {
  margin-bottom: 0;
}
.checkbox-agreement input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border: 1px solid rgba(31, 31, 31, 0.12);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
.checkbox-agreement input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  background: url(../images/check-grey-icon.svg) 50% 50% no-repeat;
  transition: 0.5s;
  opacity: 0;
}
.checkbox-agreement input[type=checkbox]:checked {
  border-color: rgba(31, 31, 31, 0.4);
}
.checkbox-agreement input[type=checkbox]:checked::after {
  opacity: 1;
}
.checkbox--agreement-label {
  font-size: 18px;
  color: rgb(31, 31, 31);
}
@media (max-width: 992px) {
  .checkbox--agreement-label {
    font-size: 14px;
  }
}

.filter-inputs-group {
  display: flex;
  justify-content: space-between;
}

.filter-input {
  width: calc(50% - 10px);
  position: relative;
}
.filter-input:before {
  content: "от";
  position: absolute;
  left: 16px;
  top: 50%;
  color: rgb(107, 114, 128);
  font-size: 18px;
  transform: translateY(-50%);
}
.filter-input input {
  font-family: "Mulish", sans-serif;
  height: 48px;
  width: 100%;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 4px;
  padding: 0 16px 0 47px;
  font-size: 18px;
  color: rgb(31, 31, 31);
}

.parameters-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 992px) {
  .parameters-table {
    display: block;
  }
}

.choosing-section {
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(209, 213, 219);
}
@media (max-width: 992px) {
  .choosing-section {
    padding-bottom: 50px;
  }
}

.parameters {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgb(209, 213, 219);
}
.parameters__head {
  display: table-row;
  background: rgb(248, 248, 248);
}
@media (max-width: 992px) {
  .parameters__head {
    display: none;
  }
}
.parameters__title {
  display: table-cell;
  padding: 30px 24px;
  border-bottom: 1px solid rgb(209, 213, 219);
  font-size: 16px;
  color: rgb(107, 114, 128);
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .parameters__title {
    padding: 16px 8px;
    font-size: 12px;
  }
}
.parameters__body {
  display: table-row-group;
}
@media (max-width: 992px) {
  .parameters__body {
    display: block;
    width: 100%;
  }
}
.parameters__block {
  width: 100%;
  display: table-row;
  border-bottom: 1px solid rgb(209, 213, 219);
}
.parameters__block:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .parameters__block {
    display: flex;
    flex-direction: column;
  }
}
.parameters__item {
  display: table-cell;
  padding: 15px 24px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .parameters__item {
    padding: 15px 8px;
  }
}
@media (max-width: 992px) {
  .parameters__item {
    padding: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.parameters__title-mobile {
  display: none;
  font-size: 16px;
  font-size: 16px;
  color: rgb(107, 114, 128);
}
@media (max-width: 992px) {
  .parameters__title-mobile {
    display: block;
    width: 40%;
    background: rgb(248, 248, 248);
    border-right: 1px solid rgb(209, 213, 219);
    padding: 16px;
  }
}
.parameters__item-content {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .parameters__item-content {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .parameters__item-content {
    font-size: 16px;
    width: 60%;
    padding: 16px;
  }
}
.parameters__link {
  font-size: 16px;
  font-weight: 600;
  color: rgb(35, 168, 226);
  border-bottom: 1px dotted rgb(35, 168, 226);
  transition: 0.5s;
  text-transform: uppercase;
}
.parameters__link:hover {
  border-color: transparent;
}

.layout-apartment {
  background: rgb(248, 248, 248);
  border: 1px solid rgb(209, 213, 219);
  padding: 32px;
  border-radius: 32px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .layout-apartment {
    border-radius: 0;
    border: 0;
    width: calc(100% + 32px);
    margin: 0 -16px 16px -16px;
    padding: 24px 16px;
  }
}
.layout-apartment:last-child {
  margin-bottom: 0;
}
.layout-apartment__title {
  display: block;
  font-size: 48px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .layout-apartment__title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .layout-apartment__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.layout-apartment__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout-apartment__image {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(209, 213, 219);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 460px;
}
@media (max-width: 1180px) {
  .layout-apartment__image {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .layout-apartment__image {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 16px;
  }
}
.layout-apartment__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 500px;
}
.layout-apartment__parameters {
  width: calc(100% - 480px);
}
@media (max-width: 1180px) {
  .layout-apartment__parameters {
    width: calc(100% - 320px);
  }
}
@media (max-width: 992px) {
  .layout-apartment__parameters {
    width: 100%;
  }
}
.layout-apartment__parameters .parameters {
  background: #fff;
}
.layout-apartment__parameters .parameters__head {
  background: #fff;
}
.layout-apartment__parameters .parameters__item:nth-child(n+3) {
  width: 17%;
}
@media (max-width: 992px) {
  .layout-apartment__parameters .parameters__item:nth-child(n+3) {
    width: 100%;
  }
}
.layout-apartment__parameters .parameters__title-mobile {
  background: #fff;
}
.layout-apartment__load-more {
  display: flex;
  justify-content: center;
  padding: 14px 0 14px 480px;
}
@media (max-width: 1180px) {
  .layout-apartment__load-more {
    padding-left: 320px;
  }
}
@media (max-width: 992px) {
  .layout-apartment__load-more {
    padding-left: 0;
  }
}
.layout-apartment__load-more a {
  font-size: 18px;
  color: rgb(35, 168, 226);
  transition: 0.5s;
  border-bottom: 1px solid rgb(35, 168, 226);
}
.layout-apartment__load-more a:hover {
  border-color: transparent;
}

.back {
  margin-bottom: 40px;
}
.back a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: rgb(35, 168, 226);
  text-transform: uppercase;
}
.back .icon {
  margin-right: 12px;
}
.back .icon img {
  width: 24px;
  height: 24px;
  display: block;
}

.product-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .product-card-head {
    margin-bottom: 30px;
  }
}
.product-card-head h1,
.product-card-head h2,
.product-card-head h3 {
  margin-bottom: 0;
}

.pdf-upload a {
  display: inline-flex;
  height: 60px;
  align-items: center;
  padding: 0 24px;
  border-radius: 12px;
  transition: 0.5s;
  font-size: 18px;
  color: rgb(229, 37, 42);
  font-weight: 700;
  border: 1px solid rgb(229, 37, 42);
}
@media (max-width: 767px) {
  .pdf-upload a {
    padding: 0 16px;
    height: 48px;
    font-size: 16px;
  }
}
.pdf-upload a .icon {
  width: 24px;
  height: 24px;
  color: rgb(229, 37, 42);
  transition: 0.5s;
  margin-right: 12px;
}
.pdf-upload a:hover {
  background: rgb(229, 37, 42);
  color: #fff;
}
.pdf-upload a:hover .icon {
  color: #fff;
}

.prodcut-card-section {
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(209, 213, 219);
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .prodcut-card-section {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.product-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-card {
    width: calc(100% + 32px);
    margin: 0 -16px 0 -16px;
  }
}
.product-card__cost {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-card__cost {
    gap: 8px;
    font-size: 40px;
  }
}
.product-card__cost span {
  font-size: 24px;
  font-weight: 600;
  color: rgb(107, 114, 128);
}
@media (max-width: 767px) {
  .product-card__cost span {
    font-size: 18px;
  }
}
.product-card__info {
  width: calc(46% - 30px);
  padding: 32px;
  border-radius: 32px;
  background: rgb(248, 248, 248);
}
@media (max-width: 480px) {
  .product-card__info .btn {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .product-card__info {
    padding: 24px 16px;
    border-radius: 0;
  }
}
.product-card__info ul {
  margin-bottom: 76px;
}
@media (max-width: 992px) {
  .product-card__info ul {
    margin-bottom: 36px;
  }
}
.product-card__info ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgb(209, 213, 219);
  padding: 16px 0;
  font-size: 18px;
}
.product-card__info ul li span {
  font-weight: 700;
}
.product-card__info ul li:first-child {
  padding-top: 0;
}
@media (max-width: 992px) {
  .product-card__info {
    width: 100%;
  }
}
.product-card__slider {
  width: calc(54% - 50px);
  position: relative;
}
@media (max-width: 992px) {
  .product-card__slider {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-card__slider .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}
.product-card__slider .swiper-slide img {
  width: 100%;
}
.product-card__slider .swiper-pagination {
  display: none;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  left: 0%;
  position: relative !important;
  padding-top: 14px;
  bottom: 20px !important;
}
@media (max-width: 992px) {
  .product-card__slider .swiper-pagination {
    display: flex;
  }
}
.product-card__slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(217, 221, 230);
  margin: 0 6px;
  opacity: 1;
  transition: 0.5s;
}
.product-card__slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(25, 110, 185);
}
.product-card__slider .swiper-button-next {
  position: absolute;
  right: -40px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .product-card__slider .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 992px) {
  .product-card__slider .swiper-button-next {
    display: none;
  }
}
.product-card__slider .swiper-button-next:before, .product-card__slider .swiper-button-next:after {
  display: none;
}
.product-card__slider .swiper-button-next .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.product-card__slider .swiper-button-next:hover {
  background: rgb(35, 168, 226);
}
.product-card__slider .swiper-button-next:hover .icon {
  color: #fff;
}
.product-card__slider .swiper-button-prev {
  position: absolute;
  left: -40px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border-radius: 50%;
  transition: 0.5s;
  transform: rotate(180deg);
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .product-card__slider .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .product-card__slider .swiper-button-prev {
    display: none;
  }
}
.product-card__slider .swiper-button-prev:before, .product-card__slider .swiper-button-prev:after {
  display: none;
}
.product-card__slider .swiper-button-prev .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.product-card__slider .swiper-button-prev:hover {
  background: rgb(35, 168, 226);
}
.product-card__slider .swiper-button-prev:hover .icon {
  color: #fff;
}

.payment-methods {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
@media (max-width: 1180px) {
  .payment-methods {
    gap: 16px;
  }
}
@media (max-width: 992px) {
  .payment-methods {
    margin-bottom: 60px;
  }
}

.method-item {
  background: #fff;
  border: 1px solid rgb(209, 213, 219);
  border-radius: 32px;
  padding: 32px;
  width: calc(33.3333333333% - 22px);
}
@media (max-width: 1180px) {
  .method-item {
    width: calc(50% - 8px);
    padding: 24px 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .method-item {
    width: 100%;
  }
}
.method-item__title {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(25, 110, 185);
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .method-item__title {
    font-size: 20px;
  }
  .method-item__title span {
    display: block;
  }
}
.method-item__special {
  display: block;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 700;
  color: rgb(107, 114, 128);
}
@media (max-width: 992px) {
  .method-item__special {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.method-item ul li {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  min-height: 36px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .method-item ul li {
    font-size: 16px;
    min-height: 30px;
  }
}
.method-item ul li strong {
  font-weight: 700;
  margin-right: 8px;
}
.method-item ul li:last-child {
  margin-bottom: 0;
}
.method-item ul li a {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  height: 36px;
  border-radius: 12px;
  background: rgba(35, 168, 226, 0.08);
  color: rgb(35, 168, 226);
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s;
  margin-left: 16px;
}
@media (max-width: 992px) {
  .method-item ul li a {
    font-size: 14px;
    height: 40px;
  }
}
.method-item ul li a:hover {
  background: rgb(35, 168, 226);
  color: #fff;
}

.personal-offer-section {
  overflow: hidden;
}

.personal-offer {
  display: flex;
  flex-wrap: wrap;
}
.personal-offer__content {
  width: 50%;
  padding: 100px;
}
@media (max-width: 1440px) {
  .personal-offer__content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .personal-offer__content {
    width: 100%;
    padding: 60px 16px;
  }
}
.personal-offer__image {
  width: 50%;
}
@media (max-width: 992px) {
  .personal-offer__image {
    width: 100%;
    order: -2;
    max-height: 500px;
  }
}
@media (max-width: 680px) {
  .personal-offer__image {
    width: 100%;
    order: -2;
    max-height: 375px;
  }
}
.personal-offer__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.personal-offer__title {
  display: block;
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media (max-width: 992px) {
  .personal-offer__title {
    font-size: 24px;
  }
}
.personal-offer p {
  font-size: 21px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .personal-offer p {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.personal-offer__input {
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(31, 31, 31, 0.12);
  max-width: 560px;
}
.personal-offer__input label {
  font-size: 18px;
  display: block;
}
.personal-offer__input input {
  font-family: "Mulish", sans-serif;
  width: 100%;
  height: 45px;
  border: 0;
  font-size: 18px;
  color: rgb(31, 31, 31);
}

.personal-offer .btn {
  width: 100%;
  margin-top: 16px;
  max-width: 560px;
}
.personal-offer__checkbox-group {
  padding-top: 55px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .personal-offer__checkbox-group {
    padding-top: 30px;
  }
}
.personal-offer__radio-group {
  margin-bottom: 32px;
}
.personal-offer__title-sm {
  display: block;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
}

.solutions-section {
  padding: 120px 0 80px 0;
  background: rgb(25, 110, 185);
}
@media (max-width: 767px) {
  .solutions-section {
    padding: 60px 0;
  }
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .tabs {
    width: calc(100% + 32px);
    margin: 0 -16px 30px -16px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0 16px;
  }
  .tabs::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .tabs::-webkit-scrollbar-thumb {
    background: transparent;
  }
}
.tabs li {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  .tabs li {
    width: 88px;
    margin-right: 8px;
    min-width: 88px;
  }
}
.tabs a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  height: 60px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .tabs a {
    height: 40px;
    font-size: 16px;
  }
}
.tabs a:hover, .tabs a.active {
  border-color: rgb(35, 168, 226);
  background: rgb(35, 168, 226);
  color: #fff;
}

.solutions-block {
  max-width: 1070px;
  margin: 0 auto;
}

.solutions-slider {
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .solutions-slider {
    width: calc(100% + 32px);
    margin: 0 -16px 60px -16px;
  }
}
.solutions-slider .swiper {
  overflow: hidden;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .solutions-slider .swiper {
    border-radius: 0;
  }
}
.solutions-slider .swiper-pagination {
  display: none;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  left: 0%;
  position: relative !important;
  padding-top: 14px;
  bottom: 0px !important;
}
@media (max-width: 1200px) {
  .solutions-slider .swiper-pagination {
    display: flex;
  }
}
.solutions-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgb(217, 221, 230);
  margin: 0 6px;
  opacity: 1;
  transition: 0.5s;
}
.solutions-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(35, 168, 226);
}
.solutions-slider .swiper-button-next {
  position: absolute;
  right: -140px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .solutions-slider .swiper-button-next {
    right: -40px;
  }
}
@media (max-width: 1200px) {
  .solutions-slider .swiper-button-next {
    display: none;
  }
}
.solutions-slider .swiper-button-next:before, .solutions-slider .swiper-button-next:after {
  display: none;
}
.solutions-slider .swiper-button-next .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.solutions-slider .swiper-button-next:hover {
  background: rgb(35, 168, 226);
}
.solutions-slider .swiper-button-next:hover .icon {
  color: #fff;
}
.solutions-slider .swiper-button-prev {
  position: absolute;
  left: -140px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 50%;
  transition: 0.5s;
  transform: rotate(180deg);
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .solutions-slider .swiper-button-prev {
    left: -40px;
  }
}
@media (max-width: 1200px) {
  .solutions-slider .swiper-button-prev {
    display: none;
  }
}
.solutions-slider .swiper-button-prev:before, .solutions-slider .swiper-button-prev:after {
  display: none;
}
.solutions-slider .swiper-button-prev .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.solutions-slider .swiper-button-prev:hover {
  background: rgb(35, 168, 226);
}
.solutions-slider .swiper-button-prev:hover .icon {
  color: #fff;
}

.solution-item {
  padding: 24px 48px;
  border: 1px solid rgba(31, 31, 31, 0.2);
  border-radius: 32px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .solution-item {
    flex-direction: column;
    padding: 30px 16px 60px 16px;
    border-radius: 0;
  }
}
.solution-item__content {
  width: calc(49% - 22px);
}
@media (max-width: 767px) {
  .solution-item__content {
    width: 100%;
  }
}
.solution-item__title {
  display: block;
  font-size: 32px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .solution-item__title {
    font-size: 24px;
    display: flex;
    gap: 12px;
  }
}
.solution-item__area {
  display: block;
  font-size: 64px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .solution-item__area {
    font-size: 24px;
  }
}
.solution-item p {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .solution-item p {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.solution-item__room {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: rgba(31, 31, 31, 0.5);
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .solution-item__room {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.solution-item__price {
  display: block;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .solution-item__price {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.solution-item ul {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .solution-item ul {
    margin-bottom: 16px;
  }
}
.solution-item ul li {
  min-height: 24px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .solution-item ul li {
    font-size: 14px;
    padding-left: 28px;
    margin-bottom: 2px;
  }
}
.solution-item ul li:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/check-marker.svg) 50% 50% no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .solution-item ul li:before {
    width: 20px;
    height: 20px;
    background: url(../images/check-marker.svg) 50% 50% no-repeat;
    background-size: 20px 20px;
  }
}
.solution-item__image {
  width: calc(51% - 22px);
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .solution-item__image {
    width: 100%;
    order: -2;
    margin-bottom: 20px;
  }
}
.solution-item__image img {
  display: block;
  width: 100%;
  max-width: 560px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 480px) {
  .solution-item .btn {
    width: 100%;
  }
}

.subscribe {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .subscribe {
    padding-top: 0;
  }
}
.subscribe__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 480px) {
  .subscribe__content {
    gap: 16px;
  }
}

.btn-telegram {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 400px;
  max-width: 100%;
  height: 70px;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
  will-change: transform;
  background-size: 200% 100%;
  background-position: 0% 50%;
  background-image: linear-gradient(90deg, #219dda 0%, #3fb8ee 25%, #0089cc 50%, #219dda 75%, #0089cc 100%);
}
@media (max-width: 480px) {
  .btn-telegram {
    height: 60px;
    font-size: 16px;
  }
}
.btn-telegram .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.btn-telegram .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-telegram::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 65%, transparent 100%);
  transform: skewX(-20deg);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.btn-telegram:hover {
  animation: tg-gradient 2s ease-in-out infinite;
}
.btn-telegram:hover::before {
  animation: tg-shine 1.5s ease-in-out infinite;
}
.btn-telegram:hover .icon {
  animation: icon-pulse 1.2s ease-in-out infinite;
}
.btn-telegram:active {
  transform: translateY(-1px) scale(1);
}

.btn-max {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 400px;
  max-width: 100%;
  height: 70px;
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
  will-change: transform;
  background-size: 200% 100%;
  background-position: 0% 50%;
  background-image: linear-gradient(90deg, #1c92ff 0%, #463ff5 30%, #933bdd 55%, #463ff5 75%, #1c92ff 100%);
}
@media (max-width: 480px) {
  .btn-max {
    height: 60px;
    font-size: 16px;
  }
}
.btn-max .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.btn-max .icon img {
  width: 100%;
  height: 100%;
  display: block;
}
.btn-max::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 65%, transparent 100%);
  transform: skewX(-20deg);
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.btn-max:hover {
  animation: max-gradient 2s ease-in-out infinite;
}
.btn-max:hover::before {
  animation: max-shine 1.5s ease-in-out infinite;
}
.btn-max:hover .icon {
  animation: icon-pulse 1.2s ease-in-out infinite;
}
.btn-max:active {
  transform: translateY(-1px) scale(1);
}

@keyframes tg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes tg-shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* ===== Кнопка Max ===== */
@keyframes max-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes max-shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
/* Анимация иконки при наведении */
@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}
.environment-block {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .environment-block {
    flex-direction: column;
    position: relative;
    height: auto;
  }
}

.environment-content {
  width: 50%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 90px 60px;
}
@media (max-width: 992px) {
  .environment-content {
    width: 100%;
    padding: 90px 16px;
    height: auto;
  }
}
.environment-content__time {
  position: absolute;
  top: calc(50% - 70px);
  right: -70px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgb(35, 168, 226);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 99;
}
@media (max-width: 992px) {
  .environment-content__time {
    width: 80px;
    height: 80px;
    right: calc(50% - 40px);
    top: 0px;
    right: auto;
    font-size: 10px;
    line-height: 14px;
  }
}
.environment-content__time span {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .environment-content__time span {
    margin-bottom: 4px;
    font-size: 18px;
  }
}
.environment-content__title {
  position: absolute;
  top: 100px;
  -webkit-text-decoration: underline wavy;
          text-decoration: underline wavy;
  text-decoration-color: rgb(35, 168, 226);
  font-size: 24px;
  color: rgb(35, 168, 226);
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .environment-content__title {
    display: none;
  }
}
.environment-content p {
  max-width: 600px;
}

.environment-image {
  width: 50%;
  height: 100vh;
}
@media (max-width: 992px) {
  .environment-image {
    width: 100%;
    height: 575px;
    order: -2;
  }
}
@media (max-width: 566px) {
  .environment-image {
    height: 375px;
  }
}
.environment-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.seasons-section {
  padding-top: 130px;
  background: rgb(25, 110, 185);
}
@media (max-width: 992px) {
  .seasons-section {
    padding-top: 60px;
  }
}

.seasons-slider {
  position: relative;
}
.seasons-slider .autoplay-progress {
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  z-index: 99;
  position: absolute;
  left: 32px;
}
@media (max-width: 992px) {
  .seasons-slider .autoplay-progress {
    left: 0;
  }
}
.seasons-slider .circle-mask {
  position: absolute;
  left: 32px;
  top: 24px;
}
@media (max-width: 992px) {
  .seasons-slider .circle-mask {
    left: 0;
    top: -4px;
  }
}
.seasons-slider .circle-mask svg {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 0;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 3px;
  fill: none;
}
.seasons-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 3px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.seasons-slider .swiper-nav {
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  align-items: center;
  width: 596px;
  height: 80px;
  background: rgb(35, 168, 226);
  border-radius: 32px;
  z-index: 99;
  padding: 0 32px 0 80px;
  height: 80px;
}
@media (max-width: 992px) {
  .seasons-slider .swiper-nav {
    height: 24px;
    padding: 0 0 0 40px;
    width: calc(100% - 40px);
    background: transparent;
    bottom: 20px;
    left: 20px;
  }
}
.seasons-slider .swiper-nav .swiper-button-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  top: 10px !important;
  right: 0;
  height: 80px;
}
@media (max-width: 992px) {
  .seasons-slider .swiper-nav .swiper-button-next {
    height: 24px;
    font-size: 16px;
  }
}
.seasons-slider .swiper-nav .swiper-button-next .icon img {
  display: block;
}
@media (max-width: 992px) {
  .seasons-slider .swiper-nav .swiper-button-next .icon img {
    width: 32px;
  }
}
.seasons-slider .swiper-nav .swiper-button-next:before, .seasons-slider .swiper-nav .swiper-button-next:after {
  display: none;
}

.seasons-slider {
  width: 100%;
  height: 692px;
}
@media (max-width: 767px) {
  .seasons-slider {
    height: 425px;
  }
}

.seasons-item {
  width: 100%;
  height: 692px;
  position: relative;
}
@media (max-width: 767px) {
  .seasons-item {
    height: 425px;
  }
}
.seasons-item__img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.seasons-item__content {
  position: absolute;
  left: 50px;
  bottom: 146px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(60px);
  border-radius: 32px;
  padding: 32px;
  color: #fff;
  width: 596px;
}
@media (max-width: 992px) {
  .seasons-item__content {
    width: calc(100% - 16px);
    padding: 12px 12px 56px 12px;
    border-radius: 16px;
    left: 8px;
    bottom: 8px;
  }
}
.seasons-item__content p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 992px) {
  .seasons-item__content p {
    font-size: 14px;
  }
}
.seasons-item__title {
  display: block;
  font-size: 96px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .seasons-item__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.activities-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background: rgb(25, 110, 185);
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .activities-section {
    padding: 50px 0;
  }
}

.activities-slider {
  overflow: hidden;
  display: flex;
  justify-content: center;
  width: calc(100% + 300px);
  margin: 0 -150px;
  position: relative;
}
@media (max-width: 992px) {
  .activities-slider {
    margin: 0 -100px;
    width: calc(100% + 200px);
  }
}
@media (max-width: 767px) {
  .activities-slider {
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 767px) {
  .activities-slider .swiper-slide {
    width: 220px;
  }
}
.activities-slider .swiper-scrollbar {
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .activities-slider .swiper-scrollbar {
    width: calc(100% - 232px) !important;
    margin-left: 105px;
    display: block;
  }
}
@media (max-width: 767px) {
  .activities-slider .swiper-scrollbar {
    width: calc(100% - 92px) !important;
    margin-left: 46px;
    display: block;
  }
}
@media (max-width: 992px) {
  .activities-slider .swiper {
    padding-bottom: 50px;
  }
}
.activities-slider .swiper-button-next {
  position: absolute;
  right: 240px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border-radius: 50%;
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .activities-slider .swiper-button-next {
    right: 200px;
  }
}
@media (max-width: 992px) {
  .activities-slider .swiper-button-next {
    display: none;
  }
}
.activities-slider .swiper-button-next:before, .activities-slider .swiper-button-next:after {
  display: none;
}
.activities-slider .swiper-button-next .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.activities-slider .swiper-button-next:hover {
  background: rgb(35, 168, 226);
}
.activities-slider .swiper-button-next:hover .icon {
  color: #fff;
}
.activities-slider .swiper-button-prev {
  position: absolute;
  left: 240px;
  top: calc(50% - 40px);
  padding: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: rgb(248, 248, 248);
  border-radius: 50%;
  transition: 0.5s;
  transform: rotate(180deg);
  transition: 0.5s;
}
@media (max-width: 1440px) {
  .activities-slider .swiper-button-prev {
    left: 200px;
  }
}
@media (max-width: 992px) {
  .activities-slider .swiper-button-prev {
    display: none;
  }
}
.activities-slider .swiper-button-prev:before, .activities-slider .swiper-button-prev:after {
  display: none;
}
.activities-slider .swiper-button-prev .icon {
  width: 36px;
  height: 22px;
  color: rgb(31, 31, 31);
  transition: 0.5s;
  display: block;
}
.activities-slider .swiper-button-prev:hover {
  background: rgb(35, 168, 226);
}
.activities-slider .swiper-button-prev:hover .icon {
  color: #fff;
}

.activitie-item {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.activitie-item__image {
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .activitie-item__image {
    margin-bottom: 8px;
  }
}
.activitie-item__image img {
  display: block;
  width: 100%;
  border-radius: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .activitie-item__image img {
    border-radius: 16px;
  }
}
.activitie-item__title {
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .activitie-item__title {
    font-size: 16px;
  }
}
.activitie-item--1 {
  width: 545px;
}
@media (max-width: 767px) {
  .activitie-item--1 {
    width: 220px;
  }
}
.activitie-item--2 {
  width: 422px;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .activitie-item--2 {
    width: 200px;
    margin-top: 100px;
  }
}
.activitie-item--3 {
  width: 554px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .activitie-item--3 {
    width: 230px;
    margin-top: 50px;
  }
}

.swiper-scrollbar {
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .swiper-scrollbar {
    width: calc(100% - 32px) !important;
    margin-left: 16px;
    display: block;
  }
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  border-radius: 8px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
}

.swiper-scrollbar-drag {
  border-radius: 8px;
  height: 6px;
  background: rgb(255, 255, 255);
}

.swiper-scrollbar2 {
  opacity: 1 !important;
  display: none;
  margin-top: 50px;
}
@media (max-width: 992px) {
  .swiper-scrollbar2 {
    display: block;
  }
}

.swiper-horizontal > .swiper-scrollbar2,
.swiper-scrollbar2.swiper-scrollbar-horizontal {
  border-radius: 8px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 2px;
}

.swiper-scrollbar-drag {
  border-radius: 8px;
  height: 6px;
  background: rgb(255, 255, 255);
}

.tech-section {
  padding: 120px 0;
  background: rgb(25, 110, 185);
}
@media (max-width: 992px) {
  .tech-section {
    padding: 60px 0 20px 0;
  }
}

.tech-head {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .tech-head {
    margin-bottom: 40px;
  }
}
.tech-head span {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 992px) {
  .tech-head span {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.tech-head p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-left: 1000px;
}
@media (max-width: 1600px) {
  .tech-head p {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .tech-head p {
    font-size: 16px;
  }
}

.tech-slider {
  position: relative;
}
@media (max-width: 992px) {
  .tech-slider .swiper {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .tech-slider .swiper-slide {
    width: 310px !important;
  }
}

.tech-item {
  padding: 24px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 24px;
}
.tech-item__content {
  min-height: 206px;
}
@media (max-width: 1280px) {
  .tech-item__content {
    min-height: 150px;
    padding-bottom: 10px;
  }
}
.tech-item__content p {
  font-size: 18px;
  color: #fff;
}
@media (max-width: 1280px) {
  .tech-item__content p {
    font-size: 16px;
  }
}
.tech-item__title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .tech-item__title {
    font-size: 18px;
  }
}
.tech-item__image img {
  width: 100%;
  display: block;
  height: 346px;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1280px) {
  .tech-item__image img {
    height: 200px;
    border-radius: 16px;
  }
}

.fadeInUp {
  opacity: 0; /* Добавлено forwards */
  animation: fadeInUp 1s forwards; /* Добавлено forwards */
  /* animation: [имя] [время работы] [функция анимации] [количество повторов]; */
}

@keyframes fadeInUp {
  0% {
    opacity: 0; /* Начинаем с прозрачности 0 */
    transform: translateY(50px); /* Перемещение вниз для эффекта "вверх" */
  }
  100% {
    opacity: 1; /* Конечная прозрачность 1 */
    transform: translateY(0); /* Возвращаемся на оригинальную позицию */
  }
}
.fadeInDown {
  opacity: 0;
  animation: fadeInDown 1s forwards;
  /* animation: [имя] [время работы] [функция анимации] [количество повторов]; */
}

@keyframes fadeInDown {
  0% {
    opacity: 0; /* Начинаем с прозрачности 0 */
    transform: translateY(-50px); /* Перемещение вниз для эффекта "вверх" */
  }
  100% {
    opacity: 1; /* Конечная прозрачность 1 */
    transform: translateY(0); /* Возвращаемся на оригинальную позицию */
  }
}
.wow {
  visibility: hidden;
}

.agent-section {
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(209, 213, 219);
}
@media (max-width: 992px) {
  .agent-section {
    padding-bottom: 50px;
  }
}

.agent {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agent__content {
  width: calc(50% - 30px);
}
@media (max-width: 992px) {
  .agent__content {
    width: 100%;
    margin-bottom: 30px;
  }
}
.agent__content p {
  max-width: 610px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .agent__content p {
    font-size: 16px;
  }
}
.agent__content .btn {
  margin-top: 24px;
}
.agent__image {
  width: calc(50% - 30px);
  display: block;
}
@media (max-width: 992px) {
  .agent__image {
    width: 100%;
  }
}
.agent__image img {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .agent__image img {
    border-radius: 16px;
  }
}

.materials-section {
  padding: 100px 0;
  border-bottom: 1px solid rgb(209, 213, 219);
}
@media (max-width: 992px) {
  .materials-section {
    padding: 50px 0;
  }
}
.materials-section--pt0 {
  padding-top: 0;
}
@media (max-width: 992px) {
  .materials-section--pt0 {
    padding: 0 0 50px 0;
  }
}

.materials-list li {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .materials-list li {
    margin-bottom: 24px;
  }
}
.materials-list li:last-child {
  margin-bottom: 0;
}
.materials-list li a {
  font-size: 24px;
  font-weight: 500;
  color: rgb(35, 168, 226);
  border-bottom: 1px solid rgb(35, 168, 226);
  transition: 0.5s;
}
@media (max-width: 992px) {
  .materials-list li a {
    font-size: 18px;
  }
}
.materials-list li a:hover {
  border-color: transparent;
}

.hypothec-section,
.other-offers-section,
.tranche-hypothec-section {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .hypothec-section,
  .other-offers-section,
  .tranche-hypothec-section {
    padding-bottom: 60px;
  }
  .hypothec-section h3,
  .hypothec-section h4,
  .other-offers-section h3,
  .other-offers-section h4,
  .tranche-hypothec-section h3,
  .tranche-hypothec-section h4 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.hypothec {
  display: flex;
  gap: 30px;
}
@media (max-width: 992px) {
  .hypothec {
    flex-wrap: wrap;
    gap: 16px;
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
}

.hypothec-item {
  width: calc(33.3333333333% - 20px);
  min-height: 394px;
  border-radius: 24px;
  background: #fff;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .hypothec-item {
    padding: 24px;
    min-height: 300px;
    width: 100%;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .hypothec-item {
    padding: 16px 24px;
    border-radius: 0;
  }
}
.hypothec-item__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.hypothec-item__left {
  padding-top: 32px;
}
@media (max-width: 1600px) {
  .hypothec-item__left {
    padding-top: 24px;
  }
}
@media (max-width: 1280px) {
  .hypothec-item__left {
    padding-top: 8px;
  }
}
.hypothec-item__name {
  display: block;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 1600px) {
  .hypothec-item__name {
    font-size: 24px;
  }
}
.hypothec-item__time {
  font-size: 18px;
  font-weight: 500;
}
.hypothec-item__procent {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .hypothec-item__procent {
    font-size: 24px;
  }
}
.hypothec-item__procent span {
  font-size: 64px;
}
@media (max-width: 1600px) {
  .hypothec-item__procent span {
    font-size: 48px;
  }
}
@media (max-width: 1280px) {
  .hypothec-item__procent span {
    font-size: 32px;
  }
}
.tranche-hypothec-block {
  padding: 48px 32px;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .tranche-hypothec-block {
    padding: 32px 0px;
    border-radius: 0;
    width: calc(100% + 32px);
    margin: 0 -16px 16px -16px;
  }
  .tranche-hypothec-block h4 {
    padding-left: 16px;
  }
}
.tranche-hypothec-block__content {
  display: flex;
}
@media (max-width: 992px) {
  .tranche-hypothec-block__content {
    padding: 0 16px;
    overflow-x: auto;
  }
  .tranche-hypothec-block__content::-webkit-scrollbar {
    width: 0;
    background: transparent;
  }
  .tranche-hypothec-block__content::-webkit-scrollbar-thumb {
    background: transparent;
  }
}

.tranche-hypothec-item {
  max-width: 330px;
  width: 100%;
}
@media (max-width: 767px) {
  .tranche-hypothec-item {
    min-width: 214px;
    width: 214px;
    width: 100%;
  }
}
.tranche-hypothec-item__title {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .tranche-hypothec-item__title {
    font-size: 24px;
  }
}
.tranche-hypothec-item p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 32px;
}
.tranche-hypothec-item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .tranche-hypothec-item p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}
.tranche-hypothec-item__cost {
  font-weight: 600;
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.tranche-hypothec-sep {
  min-width: 80px;
  margin: 0 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .tranche-hypothec-sep {
    min-width: 60px;
    margin: 0 24px;
  }
}
.tranche-hypothec-sep img {
  display: block;
  width: 80px;
  height: 80px;
}
@media (max-width: 992px) {
  .tranche-hypothec-sep img {
    width: 60px;
    height: 60px;
  }
}

.other-offers {
  border: 1px solid rgb(209, 213, 219);
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
}

.other-offer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 24px;
  border-bottom: 1px solid rgb(209, 213, 219);
  gap: 32px;
}
@media (max-width: 767px) {
  .other-offer-item {
    padding: 24px;
  }
}
.other-offer-item:last-child {
  border-bottom: 0;
}
.other-offer-item__title {
  font-size: 24px;
  font-weight: 500;
}

.progress-section {
  border-bottom: 1px solid rgb(209, 213, 219);
}
.progress-main {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .progress-main {
    padding-bottom: 50px;
  }
}
.progress-main__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .progress-main__content {
    gap: 8px;
  }
}
.progress-main__content a {
  display: block;
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .progress-main__content a {
    width: 100%;
  }
}
.progress-main__content a img {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .progress-main__content a img {
    border-radius: 16px;
  }
}

.progress-month {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .progress-month {
    padding-bottom: 50px;
  }
}
.progress-month h3 {
  margin-bottom: 30px;
  text-transform: none;
}
@media (max-width: 767px) {
  .progress-month h3 {
    font-size: 32px;
  }
}
.progress-month p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .progress-month p {
    font-size: 18px;
  }
}
.progress-month__content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .progress-month__content {
    gap: 16px;
  }
}
@media (max-width: 566px) {
  .progress-month__content {
    gap: 8px;
  }
}
.progress-month__content a {
  display: block;
  width: calc(33.3333333333% - 20px);
}
@media (max-width: 992px) {
  .progress-month__content a {
    width: calc(50% - 8px);
  }
}
.progress-month__content a img {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .progress-month__content a img {
    border-radius: 16px;
  }
}

.news-page-section {
  padding-bottom: 100px;
  border-bottom: 1px solid rgb(209, 213, 219);
}
@media (max-width: 992px) {
  .news-page-section {
    padding-bottom: 50px;
  }
}
.news-page-section .new-item {
  margin-bottom: 24px;
  max-width: 1050px;
}
@media (max-width: 767px) {
  .news-page-section .new-item {
    width: calc(100% + 32px);
    margin: 0 -16px 16px -16px;
    border-radius: 0;
  }
  .news-page-section .new-item .new-item__image {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .news-page-section h2 {
    font-size: 24px;
  }
}

.new-inner__image {
  max-width: 100%;
  margin-bottom: 32px;
  display: flex;
  justify-content: flex-start;
  text-align: left;
}
@media (max-width: 767px) {
  .new-inner__image {
    margin-bottom: 16px;
  }
}
.new-inner__image img {
  max-width: 100%;
  height: 422px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .new-inner__image img {
    height: auto;
    max-height: 422px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.new-inner p {
  max-width: 1050px;
}
.new-inner__date {
  display: block;
  font-size: 18px;
  color: rgb(107, 114, 128);
}
@media (max-width: 767px) {
  .new-inner__date {
    font-size: 16px;
  }
}/*# sourceMappingURL=styles.css.map */