body {
  font-family: "Halvar Breitschrift", sans-serif;
  font-weight: 400;
  color: black;
}
header.single_lp_page{
	padding-bottom:0;
	background-image: linear-gradient(
      0deg,
      rgba(45, 77, 118, 0) 0%,
      rgba(28, 36, 69, 0.8) 100%
    ),
    linear-gradient(270deg, rgba(45, 77, 118, 0) 0%, #1c2445 100%),
    url("../img/single-lp/hero-background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 50px;
}
header.single_lp_page .menu_line .contnet_menu .top_bar{
	margin-bottom: 0;
}
.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;
}

* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

button {
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

button:hover {
  opacity: 0.9;
}

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

form input {
  font-size: 12px;
}

label {
  cursor: pointer;
}

/* Header */
.header a {
  color: #fff;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.header a:hover {
  color: #a1b9d8;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  color: #fff;
}

.header .order-call {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}

.soc-media-links {
  display: flex;
}

.soc-media-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d4d76;
  border-radius: 100%;
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 24px;
  }

  .header .container {
    width: 339px;
  }

  .header .logo,
  .header .numbers,
  .nav-list {
    display: none;
  }

  .header .logo-mobile {
    display: block;
    width: 209px;
    margin-bottom: 39px;
  }

  .header .order-call {
    margin-right: 17px;
    width: 158px;
    height: 34px;
    font-size: 11px;
  }

  .header .bars {
    margin-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .top-bar {
    display: flex;
  }

  .soc-media-links {
    gap: 8px;
  }

  .soc-media-links .viber-link {
    display: none;
  }

  .soc-media-icon {
    width: 34px;
    height: 34px;
  }

  .soc-media-inst {
    width: 19px;
    height: 19px;
  }

  .soc-media-youtube {
    width: 23px;
    height: 17px;
    padding-left: 2px;
  }

  .select-lang {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
  }

  .icon-select-lang {
    width: 11px;
    height: 7px;
  }

  .header .line {
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
  }

  .header .mobile-elements {
    display: flex;
    justify-content: space-between;
  }

  .header .mobile-quick-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header .container {
    width: 770px;
  }

  .header .menu {
    display: flex;
    justify-content: space-between;
  }

  .header .logo {
    display: none;
  }

  .header .logo-mobile {
    margin-top: auto;
    display: block;
    width: 120px;
    opacity: 0.8;
  }

  .header .logo-mobile-icon {
    width: 120px;
  }

  .header .logo {
    margin-top: auto;
    margin-bottom: 3px;
  }

  .header .top-bar {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .numbers {
    display: flex;
    gap: 16px;
    color: #fff;
    opacity: 0.8;
  }

  .header .numbers-item {
    font-size: 8px;
    font-weight: 300;
    line-height: 1.6;
  }

  .country-span {
    margin-right: 5px;
    font-weight: 700;
  }

  .header .order-call {
    width: 120px;
    height: 22px;
    font-size: 8px;
    opacity: 0.8;
  }

  .soc-media-links {
    gap: 4px;
  }

  .soc-media-icon {
    width: 22px;
    height: 22px;
  }

  .soc-media-inst {
    width: 14px;
    height: 14px;
    padding-top: 1px;
    padding-left: 1px;
  }

  .soc-media-youtube {
    width: 16px;
    height: 11px;
    padding-left: 1px;
  }

  .header .bottom-bar {
    margin-bottom: 3px;
    display: flex;
    justify-content: space-between;
  }

  .nav-list {
    display: flex;
    gap: 32px;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    margin-right: 20px;
    opacity: 0.8;
  }

  .select-lang {
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    opacity: 0.8;
  }

  .icon-select-lang {
    width: 5px;
    height: 3px;
  }

  .header .line {
    display: none;
  }

  .header .mobile-elements {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header .menu {
    display: flex;
    justify-content: space-between;
  }

  .header .logo {
    display: none;
  }

  .header .logo-mobile {
    margin-top: auto;
    display: block;
    width: 209px;
    opacity: 0.8;
  }

  .header .logo {
    margin-top: auto;
    margin-bottom: 3px;
  }

  .header .top-bar {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .numbers {
    display: flex;
    gap: 35px;
    color: #fff;
    opacity: 0.8;
  }

  .header .numbers-item {
    font-size: 9px;
    font-weight: 300;
    line-height: 1.6;
  }

  .country-span {
    margin-right: 5px;
    font-weight: 700;
  }

  .header .order-call {
    width: 140px;
    height: 22px;
    font-size: 9px;
    opacity: 0.8;
  }

  .soc-media-links {
    gap: 4px;
  }

  .soc-media-icon {
    width: 22px;
    height: 22px;
  }

  .soc-media-inst {
    width: 14px;
    height: 14px;
    padding-top: 1px;
    padding-left: 1px;
  }

  .soc-media-youtube {
    width: 16px;
    height: 11px;
    padding-left: 1px;
  }

  .header .bottom-bar {
    display: flex;
  }

  .nav-list {
    display: flex;
    gap: 35px;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    margin-right: 47px;
    opacity: 0.8;
  }

  .select-lang {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.8;
  }

  .icon-select-lang {
    width: 5px;
    height: 3px;
  }

  .header .line {
    display: none;
  }

  .header .mobile-elements {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .header {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .header .menu {
    display: flex;
    justify-content: space-between;
  }

  .header .logo-mobile {
    display: none;
  }

  .header .logo {
    margin-top: auto;
    margin-bottom: 3px;
  }

  .header .top-bar {
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .numbers {
    display: flex;
    gap: 45px;
    color: #fff;
    opacity: 0.8;
  }

  .header .numbers-item {
    font-size: 10px;
    font-weight: 300;
    line-height: 1.6;
  }

  .country-span {
    margin-right: 5px;
    font-weight: 700;
  }

  .header .order-call {
    padding-top: 2px;
    width: 150px;
    height: 22px;
    font-size: 10px;
    opacity: 0.8;
  }

  .soc-media-links {
    gap: 4px;
  }

  .soc-media-icon {
    width: 22px;
    height: 22px;
  }

  .soc-media-inst {
    width: 14px;
    height: 14px;
    padding-top: 1px;
    padding-left: 1px;
  }

  .soc-media-youtube {
    width: 16px;
    height: 11px;
    padding-left: 1px;
  }

  .header .bottom-bar {
    display: flex;
  }

  .nav-list {
    display: flex;
    gap: 45px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    margin-right: 47px;
    opacity: 0.8;
  }

  .select-lang {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.8;
  }

  .icon-select-lang {
    width: 5px;
    height: 3px;
  }

  .header .line {
    display: none;
  }

  .header .mobile-elements {
    display: none;
  }
}

/* Hero */
.hero {
  color: #fff;
  z-index: 2;
    position: relative;
}

.hero .title {
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.flag-img {
  display: inline-block;
  border-radius: 3px;
}

.hero .info-list {
  display: flex;
}

.hero .form-box {
  background-color: #fff;
  border-radius: 20px;
}

.hero .form-title {
  margin-bottom: 36px;
  color: #2d4d76;
  text-align: center;
  font-weight: 700;
}

.hero-form {
  text-align: center;
}

.hero-form-input {
  margin-bottom: 39px;
  width: 198px;
  border: none;
  border-bottom: 1px solid #111;
}

.hero-form-input:last-child {
  margin-bottom: 33px;
}

.hero-form-input::placeholder {
  color: #929ba0;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}

.hero-form-input:focus {
  outline: none;
}

.hero-checkbox-container {
  margin-bottom: 36px;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  width: 198px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #b6d9ed;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.checkbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
}

.checkbox:checked::before {
  background-color: #fff;
}

.checkbox:checked::after {
  content: "";
}

.checkbox:checked::before {
  background-color: #2d4d76;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.checkbox-label {
  text-align: left;
  color: #2d4d76;
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
}

.hero-submit-button {
  margin-left: auto;
  margin-right: auto;
  width: 226px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2d4d76;
  color: #f2f2f2;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-radius: 20px;
}

/* Hero */
@media screen and (max-width: 767px) {
  .hero {
	margin-bottom: 50px;
    padding-top: 0;
    padding-bottom: 98px;
  }

  .hero-container {
    position: relative;
    width: 339px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .title {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .flag-img {
    width: 32px;
    height: 19px;
  }

  .hero .info-list {
    flex-direction: column;
    gap: 4px;
  }

  .info-item {
    width: 135px;
    padding: 9px 9px 13px 13px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);
  }

  .hero .info-list .info-item:last-child {
    width: 177px;
  }

  .hero-info-content {
    position: relative;
  }

  .hero .target-list {
    position: absolute;
    top: 0;
    left: 160px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .target-item {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 9px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .icon-target {
    width: 27px;
    height: 27px;
    padding: 10px 9px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .info-item-title {
    margin-bottom: 1px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .info-item-text {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
  }

  .hero .form-box {
    position: absolute;
	bottom: -530px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 321px;
    padding: 25px 42px 25px 42px;
    filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
  }

  .hero .form-title {
    font-size: 16px;
    line-height: 1.4;
  }
  header.single_lp_page{
	  margin-bottom: 420px;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    padding-top: 160px;
    padding-bottom: 98px;
  }

  .hero-container {
    display: flex;
    justify-content: space-between;
    width: 647px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero .text {
    width: 300px;
  }

  .hero .title {
    margin-bottom: 18px;
    font-size: 33px;
  }

  .flag-img {
    width: 40px;
    height: 24px;
  }

  .hero .info-list {
    flex-direction: column;
    gap: 4px;
  }

  .info-item {
    width: 135px;
    padding: 9px 9px 13px 13px;
    border-radius: 5px;
    background-image: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);
  }

  .hero .info-list .info-item:last-child {
    width: 177px;
  }

  .hero-info-content {
    position: relative;
  }

  .hero .target-list {
    position: absolute;
    top: 0;
    left: 160px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .target-item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .icon-target {
    width: 27px;
    height: 27px;
    padding: 10px 9px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .info-item-title {
    margin-bottom: 1px;
    color: #fff;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .info-item-text {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .hero .form-box {
    max-width: 280px;
    padding: 20px 31px 33px 31px;
    filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
  }

  .hero .form-title {
    margin-bottom: 29px;
    font-size: 14px;
    line-height: 1.3;
  }

  .hero-form-input {
    margin-bottom: 31px;
    width: 160px;
  }

  .hero-form-input::placeholder {
    font-size: 10px;
  }

  .hero-form-input:last-child {
    margin-bottom: 25px;
  }

  .hero-checkbox-container {
    margin-bottom: 28px;
    width: 161px;
    gap: 8px;
  }

  .checkbox-label {
    font-size: 7px;
  }

  .hero-submit-button {
    margin-left: auto;
    margin-right: auto;
    width: 182px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d4d76;
    color: #f2f2f2;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1099px) {
  .hero {
    padding-top: 150px;
    padding-bottom: 111px;
    color: #fff;
  }

  .hero-container {
    display: flex;
    justify-content: space-between;
  }

  .hero .text {
    padding-top: 39px;
  }

  .hero .title {
    margin-bottom: 12px;
    font-size: 45px;
  }

  .flag-img {
    width: 55px;
  }

  .hero .target-list {
    margin-bottom: 70px;
    display: flex;
    gap: 15px;
  }

  .target-item {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .icon-target {
    width: 35px;
    height: 35px;
    padding: 13px 11px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .hero .info-list {
    max-width: 697px;
    padding: 18px 18px 25px 35px;
    gap: 25px;
    border-radius: 10px;
    background: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);
  }

  .info-item-title {
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
  }

  .info-item-text {
    width: 136px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
  }

  .info-item:nth-child(3) .info-item-text {
    width: 210px;
  }

  .hero .form-box {
    width: 347px;
    padding: 36px 35px 52px 35px;
  }

  .hero .form-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1100px) {
  .hero {
    padding-bottom: 111px;
    color: #fff;
  }

  .hero-container {
    display: flex;
    justify-content: space-between;
  }

  .hero .text {
    padding-top: 39px;
  }

  .hero .title {
    margin-bottom: 12px;
    font-size: 50px;
  }

  .hero .target-list {
    margin-bottom: 112px;
    display: flex;
    gap: 15px;
  }

  .target-item {
    display: flex;
    align-items: center;
    gap: 9px;

    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: uppercase;
  }

  .icon-target {
    width: 35px;
    height: 35px;
    padding: 13px 11px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .hero .info-list {
    width: 697px;
    padding: 18px 18px 25px 35px;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(90deg, #8dc8e5 0%, #2d4d76 100%);
  }

  .info-item-title {
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .info-item-text {
    width: 136px;

    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  .info-item:nth-child(3) .info-item-text {
    width: 232px;
  }

  .hero .form-box {
    width: 347px;
    padding: 36px 35px 52px 35px;
  }

  .hero .form-title {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* Actual */
@media screen and (max-width: 767px) {
  .actual {
    margin-bottom: 23px;
  }

  .actual .container {
    width: 324px;
    overflow: hidden;
  }

  .actual .title-filter-box {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .actual .title {
    margin-bottom: 11px;
    width: 282px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .filter {
    margin-bottom: 17px;
    display: flex;
  }

  .actual .filter-input {
    width: 140px;
    height: 32px;
    margin-right: 6px;
    padding-left: 19px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    color: #929ba0;
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #929ba0;
    background: #f6f6f6;
  }

  .filter-icon-arrow:not(:last-child) {
    margin-left: 18px;
    margin-right: 3px;
  }

  .actual .filter-currency {
    display: flex;
    gap: 4px;
  }

  .currency-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #929ba0;
    border: 1px solid #929ba0;
    background-color: transparent;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
  }

  .currency-item.active {
    color: #fff;
    background-color: #1c2445;
    border: 1px solid #1c2445;
  }

  .actual-slider-ctrl {
    display: flex;
    gap: 2px;
  }

  .actual-slider-btn-ctrl {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    border: 1px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .actual-slider-icon {
    width: 13px;
    height: 13px;
  }

  .actual-list {
    margin-bottom: 16px;
    width: 1560px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 15px;
  }

  .actual-list-item {
    width: 300px;
  }

  .label-hot {
    display: none;
  }

  .actual-img {
    margin-bottom: 13px;
    width: 100%;
    height: 199px;
    object-fit: cover;
    background-color: grey;
    border-radius: 10px;
  }

  .additional-info {
    margin-bottom: 16px;
    display: flex;
    width: 100%;
    justify-content: space-between;

    color: #929ba0;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .additional-info span {
    color: #929ba0;
  }

  .location-label {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .actual-list .item-title {
    margin-bottom: 19px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .actual .item-data {
    margin-bottom: 12px;
    display: flex;
    align-items: end;
  }

  .actual .item-data .price {
    color: #2d4d76;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label {
    margin-right: 32px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label:nth-child(2) {
    margin-right: auto;
  }

  .actual .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .actual-buttons {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .actual-buttons .button {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
  }

  .actual-button {
    color: #fff;
    border: 1px solid #2d4d76;
    background-color: #2d4d76;
  }

  .consult-button {
    color: #3b587e;
    border: 1px solid #2d4d76;
    background-color: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .actual {
    padding-top: 60px;
    padding-bottom: 35px;
  }

  .actual .container {
    overflow: hidden;
  }

  .actual .title-filter-box {
    margin-bottom: 32px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }

  .actual .title {
    width: 380px;
    color: #1c2445;
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .filter {
    display: flex;
  }

  .actual .filter-input {
    margin-right: 9px;
    padding-left: 22px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #929ba0;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #929ba0;
    background: #f6f6f6;
  }

  .filter-icon-arrow:not(:last-child) {
    margin-left: 18px;
    margin-right: 3px;
  }

  .actual .filter-currency {
    margin-right: 18px;
    display: flex;
    gap: 5px;
  }

  .currency-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #929ba0;
    border: 1px solid #929ba0;
    background-color: transparent;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .currency-item.active {
    color: #fff;
    background-color: #1c2445;
    border: 1px solid #1c2445;
  }

  .actual-slider-ctrl {
    display: flex;
    gap: 4px;
  }

  .actual-slider-btn-ctrl {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .actual-slider-icon {
    width: 10px;
    height: 10px;
  }

  .actual-list {
    width: 1776px;
    margin-bottom: 31px;
    display: flex;
    gap: 24px;
  }

  .actual-list-item {
    position: relative;
    /* width: calc(100% - 30px * 2 / 3); */
    width: 336px;
  }

  .label-hot {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 9px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 2;
    border-radius: 20px;
  }

  .actual-img {
    margin-bottom: 18px;
    width: 100%;
    height: 223px;
    object-fit: cover;
    background-color: grey;
    border-radius: 10px;
  }

  .additional-info {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;

    color: #929ba0;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }

  .additional-info span {
    color: #929ba0;
  }

  .location-label {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .actual-list .item-title {
    margin-bottom: 20px;
    max-width: 250px;
    color: #1c2445;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
  }

  .actual .item-data {
    display: flex;
    align-items: end;
    margin-bottom: 22px;
  }

  .actual .item-data .price {
    color: #2d4d76;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label {
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label:nth-child(2) {
    margin-right: auto;
  }

  .actual .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .actual-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .actual-buttons .button {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
  }

  .actual-button {
    width: 131px;
    color: #fff;
    border: 1px solid #2d4d76;
    background-color: #2d4d76;
  }

  .consult-button {
    width: 216px;
    color: #3b587e;
    border: 1px solid #2d4d76;
    background-color: transparent;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .actual {
    padding-top: 80px;
    padding-bottom: 35px;
  }

  .actual .container {
    overflow: hidden;
  }

  .actual .title-filter-box {
    margin-bottom: 28px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }

  .actual .title {
    width: 540px;
    color: #1c2445;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .filter {
    display: flex;
  }

  .actual .filter-input {
    margin-right: 11px;
    padding-left: 22px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #929ba0;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #929ba0;
    background: #f6f6f6;
  }

  .filter-icon-arrow:not(:last-child) {
    margin-left: 18px;
    margin-right: 3px;
  }

  .actual .filter-currency {
    margin-right: 63px;
    display: flex;
    gap: 6px;
  }

  .currency-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #929ba0;
    border: 1px solid #929ba0;
    background-color: transparent;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .currency-item.active {
    color: #fff;
    background-color: #1c2445;
    border: 1px solid #1c2445;
  }

  .actual-slider-ctrl {
    display: flex;
    gap: 5px;
  }

  .actual-slider-btn-ctrl {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .actual-slider-icon {
    width: 10px;
    height: 10px;
  }

  .actual-list {
    width: 1573.35px;
    margin-bottom: 31px;
    display: flex;
    gap: 20px;
  }

  .actual-list-item {
    position: relative;
    /* width: calc(100% - 30px * 2 / 3); */
    width: 298.67px;
  }

  .label-hot {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 9px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 8px;
    font-weight: 400;
    line-height: 2;
    border-radius: 20px;
  }

  .actual-img {
    margin-bottom: 18px;
    width: 100%;
    height: 197px;
    object-fit: cover;
    background-color: grey;
    border-radius: 10px;
  }

  .additional-info {
    margin-bottom: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between;

    color: #929ba0;
    font-size: 8px;
    font-weight: 400;
    line-height: normal;
  }

  .additional-info span {
    color: #929ba0;
  }

  .location-label {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .actual-list .item-title {
    margin-bottom: 27px;
    max-width: 276px;
    color: #1c2445;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
  }

  .actual .item-data {
    display: flex;
    align-items: end;
    margin-bottom: 23px;
  }

  .actual .item-data .price {
    color: #2d4d76;
    font-size: 23px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label {
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label:nth-child(2) {
    margin-right: auto;
  }

  .actual .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .actual-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .actual-buttons .button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
  }

  .actual-button {
    width: 165px;
    color: #fff;
    border: 1px solid #2d4d76;
    background-color: #2d4d76;
  }

  .consult-button {
    width: 271px;
    color: #3b587e;
    border: 1px solid #2d4d76;
    background-color: transparent;
  }

  .actual-buttons .button {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
  }

  .actual-button {
    width: 131px;
    color: #fff;
    border: 1px solid #2d4d76;
    background-color: #2d4d76;
  }

  .consult-button {
    width: 216px;
    color: #3b587e;
    border: 1px solid #2d4d76;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) {
  .actual {
    padding-top: 80px;
    padding-bottom: 35px;
  }

  .actual .container {
    overflow: hidden;
  }

  .actual .title-filter-box {
    margin-bottom: 28px;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .actual .title {
    width: 608px;
    color: #1c2445;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .filter {
    margin-top: 70px;
    display: flex;
  }

  .actual .filter-input {
    margin-right: 11px;
    padding-left: 22px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    height: 24px;
    color: #929ba0;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    border-radius: 20px;
    border: 1px solid #929ba0;
    background: #f6f6f6;
  }

  .filter-icon-arrow:not(:last-child) {
    margin-left: 18px;
    margin-right: 3px;
  }

  .actual .filter-currency {
    margin-right: 143px;
    display: flex;
    gap: 6px;
  }

  .currency-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #929ba0;
    border: 1px solid #929ba0;
    background-color: transparent;
    border-radius: 100%;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .currency-item.active {
    color: #fff;
    background-color: #1c2445;
    border: 1px solid #1c2445;
  }

  .actual-slider-ctrl {
    display: flex;
    gap: 5px;
  }

  .actual-slider-btn-ctrl {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    border: 1px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .actual-slider-icon {
    width: 10px;
    height: 10px;
  }

  .actual-list {
    width: 2140px;

    margin-bottom: 31px;
    display: flex;
    gap: 30px;
  }

  .actual-list-item {
    position: relative;
    width: 404px;
  }

  .label-hot {
    position: absolute;
    top: 12px;
    right: 12px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 9px;
    border: 1px solid #FFF;
    background: #1c2445;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 2;
    border-radius: 20px
  }

  .actual-img {
    margin-bottom: 18px;
    width: 100%;
    height: 260px;
    object-fit: cover;
    background-color: grey;
    border-radius: 10px;
  }

  .additional-info {
    margin-bottom: 23px;
    display: flex;
    width: 100%;
    justify-content: space-between;

    color: #929ba0;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .additional-info span {
    color: #929ba0;
  }

  .location-label {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .actual-list .item-title {
    margin-bottom: 27px;
    width: 320px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
  }

  .actual .item-data {
    display: flex;
    align-items: end;
    margin-bottom: 23px;
  }

  .actual .item-data .price {
    color: #2d4d76;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label {
    margin-right: 40px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }

  .actual .item-data .label:nth-child(2) {
    margin-right: auto;
  }

  .actual .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .actual-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .actual-buttons .button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
  }

  .actual-button {
    width: 165px;
    color: #fff;
    border: 1px solid #2d4d76;
    background-color: #2d4d76;
  }

  .consult-button {
    width: 271px;
    color: #3b587e;
    border: 1px solid #2d4d76;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .actual-list {
    width: 2090px;

    margin-bottom: 31px;
    display: flex;
    gap: 30px;
  }

  .actual-list-item {
    position: relative;
    width: 344px;
  }

  .actual .item-data .label {
    margin-right: 20px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }
}

.actual-slider-btn-ctrl:disabled {
  border: 1px solid #929ba0;
  color: #929ba0;
}

.actual-slider-icon {
  fill: currentColor;
}

/* Benefits */
@media screen and (max-width: 991px) {
  .benefits .container {
    padding: 30px 21px 37px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .benefits-list {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .benefits-list-item {
    display: flex;
    gap: 8px;
  }

  .benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }
  .benefits-list-item:nth-child(1) .benefit-icon-content {
    width: 22px;
    height: 22px;
  }
  .benefits-list-item:nth-child(2) .benefit-icon-content {
    width: 24px;
    height: 21px;
  }
  .benefits-list-item:nth-child(3) .benefit-icon-content {
    width: 20px;
    height: 21px;
  }

  .benefit-item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .benefit-item-description {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.8;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .benefits {
    margin-bottom: 16px;
  }

  .benefits .container {
    padding: 30px 21px 37px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .benefits-list {
    justify-content: center;
    display: flex;
    gap: 30px;
  }

  .benefits-list-item {
    display: flex;
    gap: 15px;
  }

  .benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .benefits-list-item:nth-child(1) .benefit-icon-content {
    width: 25px;
    height: 25px;
  }
  .benefits-list-item:nth-child(2) .benefit-icon-content {
    width: 25px;
    height: 22px;
  }
  .benefits-list-item:nth-child(3) .benefit-icon-content {
    width: 24px;
    height: 24px;
    padding-right: 2px;
  }

  .benefit-item-title {
    margin-bottom: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  .benefit-item-description {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .benefits .container {
    padding: 43px 67px 44px 54px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .benefits-list {
    display: flex;
    justify-content: space-between;
  }

  .benefits-list-item {
    display: flex;
    gap: 15px;
  }

  .benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    min-width: 63px;
    height: 63px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .benefits-list-item:nth-child(1) .benefit-icon-content {
    width: 30px;
    height: 30px;
  }

  .benefits-list-item:nth-child(2) .benefit-icon-content {
    width: 33px;
    height: 29px;
  }

  .benefits-list-item:nth-child(3) .benefit-icon-content {
    width: 29px;
    height: 31px;
  }

  .benefit-item-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 6px;
  }

  .benefits-list-item:nth-child(2) .benefit-item-title {
    width: 212px;
  }

  .benefit-item-description {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .benefits-list .benefits-list-item:first-child .benefit-item-title {
    width: 212px;
  }
}

/* Objects */
@media screen and (max-width: 767px) {
  .objects {
    padding-top: 26px;
    padding-bottom: 21px;
  }

  .objects .container {
    width: 339px;
  }

  .objects-label {
    margin-bottom: 6px;
    color: rgba(45, 77, 118, 0.8);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .object-title {
    margin-bottom: 9px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }

  .object-description {
    margin-bottom: 12px;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }

  .object-price {
    margin-bottom: 18px;
    color: #2d4d76;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .img-obj {
    margin-bottom: 12px;
    width: 100%;
    height: 177px;
    object-fit: cover;
    border-radius: 10px;
  }

  .more-objects-button {
    display: none;
  }

  .mobile-more-objects-button {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #2d4d76;
    background: #2d4d76;
  }

  .object-slider {
    display: none;
  }

  .mobile-object-slider {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-object-slider-ctrl {
    display: flex;
    gap: 10px;
  }

  .mobile-object-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .mobile-object-slider-page {
    color: rgba(45, 77, 118, 0.5);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .objects {
    padding-top: 65px;
    padding-bottom: 74px;
  }

  .objects-label {
    margin-bottom: 2px;
    color: #2d4d76;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
  }

  .object-title {
    margin-bottom: 14px;
    color: #2d4d76;
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
  }

  .object-card {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .object-card-info {
    width: calc(50% - 24px / 2);
  }

  .object-description {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .object-price {
    margin-bottom: 14px;
    color: #2d4d76;
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
  }

  .img-obj {
    width: calc(50% - 24px / 2);
    height: 342px;
    object-fit: cover;
    border-radius: 10px;
  }

  .more-objects-button {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 40px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #2d4d76;
    background: #2d4d76;
  }

  .object-slider {
    display: flex;
    justify-content: space-between;
  }

  .object-slider-ctrl {
    display: flex;
    gap: 10px;
  }

  .object-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .object-slider-page {
    padding-top: 10px;
    color: rgba(45, 77, 118, 0.5);
    font-size: 34px;
    font-weight: 700;
    line-height: normal;
  }

  .mobile-object-slider,
  .mobile-more-objects-button {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .img-obj {
    height: 325px;
  }
}

@media screen and (min-width: 1200px) {
  .objects {
    padding-top: 65px;
    padding-bottom: 74px;
  }

  .objects-label {
    margin-bottom: 2px;
    color: #2d4d76;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
  }

  .object-title {
    margin-bottom: 14px;
    color: #2d4d76;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
  }

  .object-card {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  .object-card-info {
    width: calc(50% - 24px / 2);
  }

  .object-description {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .object-price {
    margin-bottom: 14px;
    color: #2d4d76;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }

  .img-obj {
    width: calc(50% - 24px / 2);
    height: 394px;
    object-fit: cover;
    border-radius: 10px;
  }

  .more-objects-button {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #2d4d76;
    background: #2d4d76;
  }

  .object-slider {
    display: flex;
    justify-content: space-between;
  }

  .object-slider-ctrl {
    display: flex;
    gap: 10px;
  }

  .object-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .object-slider-page {
    padding-top: 10px;
    color: rgba(45, 77, 118, 0.5);
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .mobile-object-slider,
  .mobile-more-objects-button {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .object-title {
    font-size: 45px;
  }
}

.mobile-object-slider-btn-ctrl:disabled {
  border: 1px solid #929ba0;
  color: #929ba0;
}

.object-slider-btn-ctrl:disabled {
  border: 2px solid #929ba0;
  color: #929ba0;
}

.object-arrow {
  fill: currentColor;
}

/* Catalog */
@media screen and (max-width: 767px) {
  .catalog {
    margin-bottom: 15px;
  }

  .catalog .container {
    padding: 26px 30px 144px 30px;
    background-image: url(../img/single-lp/layover.png),
      linear-gradient(271deg, rgba(45, 77, 118, 0.3) 43.35%, #9d9c9a 91.64%),
      url("../img/single-lp/catalog/catalog-background-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .catalog .content {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .catalog-title {
    margin-bottom: 9px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .catalog-benefits-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
  }

  .catalog-benefits-item p {
    width: 195px;
  }

  .catalog-benefits-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .catalog-icon-target {
    width: 22px;
    height: 22px;
    padding: 7px 6px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .catalog-benefits-list {
    margin-bottom: 10px;
  }

  .catalog-button {
    width: 235px;
    height: 40px;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff;
  }
}

@media screen and (min-width: 768px) {
  .catalog {
    margin-bottom: 28px;
  }

  .catalog .container {
    padding: 159px 60px 67px 60px;
    background-image: url("../img/single-lp/catalog/catalog-background-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .catalog-title {
    margin-bottom: 5px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .catalog-benefits-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.33;
  }

  .catalog-benefits-item:not(:last-child) {
    margin-bottom: 6px;
  }

  .catalog-icon-target {
    width: 35px;
    height: 35px;
    padding: 13px 11px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .catalog-benefits-list {
    margin-bottom: 20px;
  }

  .catalog-button {
    width: 250px;
    height: 40px;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #fff;
    background: #fff;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .catalog-title {
    font-size: 28px;
    margin-bottom: 14px;
  }
}

/* Details */
@media screen and (max-width: 767px) {
  .details {
    margin-bottom: 26px;
  }

  .details .container {
    padding: 41px 20px 39px 20px;
    background-image: url(../img/single-lp/details-background-mobile.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-radius: 20px;
  }

  .details .content {
    width: 289px;
    margin-left: auto;
    margin-right: auto;
  }

  .details-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .details-text {
    margin-bottom: 13px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .details-list {
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .detail-icon-container {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .detail-icon {
    position: absolute;
    top: 3px;
    right: 2px;
    padding-left: 3px;
    padding-bottom: 3px;
    fill: none;
    stroke: white;
  }

  .detail-item {
    display: flex;
    gap: 13px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 0.9;
  }

  .details-item-text-content {
    width: 223px;
  }

  .details-item-text {
    width: 223px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .detail-item:nth-child(4) .details-item-text {
    width: 210px;
  }

  .detail-item-add-text {
    margin-top: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
  }

  .details .form-box {
    margin-left: auto;
    margin-right: auto;
    width: 289px;
    padding: 37px 25px 39px 25px;
    background-color: #fff;
    border-radius: 20px;
  }

  .details .form-title {
    width: 239px;
    margin-bottom: 30px;
    color: #2d4d76;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .details {
    margin-bottom: 26px;
  }

  .details .container {
    padding: 41px 30px 36px 30px;
    background-image: url(../img/single-lp/details-background-mobile.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-radius: 20px;
  }

  .details .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .details-title {
    width: 304px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .details-text {
    width: 304px;
    margin-bottom: 13px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .details-list {
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    gap: 13px;
  }

  .detail-icon-container {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .detail-icon {
    position: absolute;
    top: 3px;
    right: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
    fill: none;
    stroke: white;
  }

  .detail-item {
    display: flex;
    gap: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 0.9;
  }

  .detail-item:nth-child(2) .detail-item-add-text {
    width: 296px;
  }

  .detail-item:nth-child(3) .details-item-text {
    width: 156px;
  }

  .detail-item:nth-child(5) .details-item-text {
    width: 190px;
  }

  .detail-item:nth-child(6) .details-item-text {
    width: 179px;
  }

  .details-item-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .detail-item-add-text {
    margin-top: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .details .form-box {
    margin-top: 6px;
    width: 289px;
    padding: 38px 27px 73px 27px;
    background-color: #fff;
    border-radius: 20px;
  }

  .details .form-title {
    width: 239px;
    margin-bottom: 15px;
    color: #2d4d76;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .details .hero-form-input {
    margin-bottom: 29px;
    width: 162px;
  }

  .details .hero-form-input:last-child {
    margin-bottom: 21px;
  }

  .details .hero-submit-button {
    width: 186px;
    height: 33px;
    font-size: 10px;
  }

  .details .hero-checkbox-container {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .details {
    margin-bottom: 26px;
  }

  .details .container {
    padding: 41px 60px 39px 60px;
	background-image: linear-gradient( 0deg, rgba(45, 77, 118, 0) 0%, rgba(28, 36, 69, 0.8) 100% ), linear-gradient(270deg, rgba(45, 77, 118, 0) 0%, #1c2445 100%), url(../img/single-lp/details-background-mobile.jpg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    border-radius: 20px;
  }

  .details .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .details-title {
    width: 400px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
  }

  .details-text {
    width: 400px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
  }

  .detail-icon-container {
    position: relative;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .detail-icon {
    position: absolute;
    top: 3px;
    right: 2px;
    padding-left: 5px;
    padding-bottom: 5px;
    fill: none;
    stroke: white;
  }

  .detail-item {
    display: flex;
    gap: 13px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 0.9;
  }

  .details-list {
    margin-bottom: 23px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .detail-item:nth-child(1) .details-item-text-content {
    width: 190px;
  }

  .detail-item:nth-child(2) .detail-item-add-text {
    width: 200px;
  }

  .detail-item:nth-child(3) .details-item-text {
    width: 190px;
  }

  .detail-item:nth-child(5) .details-item-text {
    width: 190px;
  }

  .detail-item:nth-child(6) .details-item-text {
    width: 179px;
  }

  .details-item-text {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
  }

  .detail-item-add-text {
    margin-top: 3px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .details .form-box {
    width: 289px;
    padding: 38px 27px 73px 27px;
    background-color: #fff;
    border-radius: 20px;
  }

  .details .form-title {
    width: 239px;
    margin-bottom: 15px;
    color: #2d4d76;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .details .hero-form-input {
    margin-bottom: 29px;
    width: 162px;
  }

  .details .hero-form-input:last-child {
    margin-bottom: 21px;
  }

  .details .hero-submit-button {
    width: 186px;
    height: 33px;
    font-size: 10px;
  }

  .details .hero-checkbox-container {
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 1200px) {
  .details {
    margin-bottom: 48px;
  }

  .details .container {
    padding: 41px 59px 39px 54px;
    background-image: url(../img/single-lp/details-background-desktop.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

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

  .details-title {
    width: 562px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }

  .details-text {
    margin-bottom: 20px;
    width: 654px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .details-list {
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .detail-icon-container {
    position: relative;
    width: 49px;
    height: 49px;
    border-radius: 50%;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .detail-icon {
    position: absolute;
    top: 4px;
    right: 2px;
    fill: none;
    stroke: white;
  }

  .detail-item {
    display: flex;
    gap: 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 0.9;
  }

  .details-item-text-content {
    width: 270px;
  }

  .details-item-text {
    width: 270px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .detail-item:nth-child(4) .details-item-text {
    width: 229px;
  }

  .detail-item-add-text {
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
  }

  .details .form-box {
    width: 347px;
    padding: 37px 39px 37px 42px;
    background-color: #fff;
    border-radius: 20px;
  }

  .details .form-title {
    width: 269px;
    margin-bottom: 20px;
    color: #2d4d76;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }
}

/* Help */
@media screen and (max-width: 767px) {
  .help {
    margin-bottom: 36px;
  }

  .help-title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
    width: 315px;
    color: #1c2445;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .help-box {
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    width: 326px;
    border-radius: 20px;
  }

  .help-box.online {
    margin-bottom: 10px;
    padding-right: 59px;
    padding-bottom: 28px;
    padding-left: 49px;
    color: #fff;
    background-image: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .help-box.offline {
    padding-right: 26px;
    padding-bottom: 31px;
    padding-left: 45px;
    color: #2d4d76;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(180deg, #8dc8e5 0%, #d6effc 100%);
  }

  .help-box-title {
    margin-bottom: 1px;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.1 px;
    text-transform: uppercase;
  }

  .offline .help-box-title,
  .offline .help-box-subtitle {
    color: #263c62;
  }

  .help-box-subtitle {
    margin-bottom: 16px;
    text-align: center;
    font-size: 8px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .help-box-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .help-box-item {
    display: flex;
    gap: 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
  }

  .help-box.online .help-box-item p {
    width: 195px;
  }

  .help-box.offline .help-box-item p {
    width: 232px;
  }

  .help-icon-target {
    width: 17px;
    height: 17px;
    padding: 5px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .help {
    margin-bottom: 58px;
    overflow-x: hidden;
  }

  .help .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .help-title {
    margin-bottom: 32px;
    width: 580px;
    color: #1c2445;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
  }

  .help-content {
    position: relative;
    display: flex;
    gap: 20px;
  }

  .help-box {
    max-width: 355px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 48px;
    padding-left: 34px;
    border-radius: 20px;
  }

  .help-box.online {
    padding-right: 43px;
    color: #fff;
    background-image: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .help-box.offline {
    color: #2d4d76;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(180deg, #8dc8e5 0%, #d6effc 100%);
  }

  .help-box-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .offline .help-box-title,
  .offline .help-box-subtitle {
    color: #263c62;
  }

  .help-box-subtitle {
    margin-bottom: 15px;
    text-align: center;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .help-box-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .help-box-item {
    display: flex;
    gap: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .help-box-item p {
    margin-top: 3px;
    width: 270px;
  }

  .help-icon-target {
    width: 24px;
    height: 24px;
    padding: 7px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }
}

@media screen and (min-width: 992px) {
  .help {
    margin-bottom: 58px;
    overflow-x: hidden;
  }

  .help .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .help-title {
    margin-bottom: 32px;
    width: 771px;
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .help-content {
    position: relative;
    display: flex;
    gap: 30px;
  }

  .help-content::before {
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    right: 852px;
    width: 2589px;
    height: 179px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .help-content::after {
    content: "";
    display: block;
    position: absolute;
    top: 120px;
    left: 858px;
    width: 2589px;
    height: 179px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .help-box {
    max-width: 393px;
    padding-top: 25px;
    padding-right: 19px;
    padding-bottom: 48px;
    padding-left: 34px;
    border-radius: 20px;
  }

  .help-box.online {
    padding-right: 43px;
    color: #fff;
    background-image: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .help-box.offline {
    color: #2d4d76;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(180deg, #8dc8e5 0%, #d6effc 100%);
  }

  .help-box-title {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }

  .offline .help-box-title,
  .offline .help-box-subtitle {
    color: #263c62;
  }

  .help-box-subtitle {
    margin-bottom: 18px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .help-box-list {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .help-box-item {
    display: flex;
    gap: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .help-box-item p {
    margin-top: 3px;
    width: 300px;
  }

  .help-icon-target {
    width: 24px;
    height: 24px;
    padding: 7px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }
}

/* Privileges */
@media screen and (max-width: 767px) {
  .privileges {
    margin-bottom: 36px;
    padding-top: 26px;
    padding-bottom: 34px;
    border-radius: 15px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
    overflow-x: hidden;
  }

  .privileges .content {
    margin-left: auto;
    margin-right: auto;
    width: 283px;
    position: relative;
  }

  .privileges .content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 174px;
    width: 738px;
    height: 51px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .privileges-title {
    width: 244px;
    margin-bottom: 8px;
    color: #1c2445;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .privileges-subtitle {
    margin-bottom: 22px;
    width: 260px;
    color: #1c2445;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }

  .privileges-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 18px;
  }

  .privilege-item:nth-child(1),
  .privilege-item:nth-child(3) {
    width: 133px;
  }

  .privilege-item:nth-child(2) {
    width: 90px;
  }

  .privilege-item:nth-child(4) {
    width: 78px;
  }

  .privilege-item:nth-child(5) {
    width: 149px;
  }

  .privilege-item-number {
    margin-bottom: 10px;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(
      241deg,
      #2d4d76 -27.24%,
      rgba(45, 77, 118, 0) 86.86%
    );
    border-radius: 100%;
  }

  .privilege-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2d4d76;
    font-size: 29px;
    font-weight: 700;
    line-height: 0.65;
  }

  .privilege-item-text {
    color: #1c2445;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .privilege-item-text .accent {
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .privileges {
    margin-bottom: 62px;
    padding-right: 52px;
    padding-left: 40px;
    padding-top: 31px;
    padding-bottom: 35px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
    overflow-x: hidden;
  }

  .privileges .content {
    margin-left: auto;
    margin-right: auto;
    width: 676px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 39px;
  }

  .privileges .content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -385px;
    width: 500px;
    height: 80px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .privileges-left-box {
    width: 253px;
  }

  .privileges-title {
    margin-bottom: 11px;
    color: #1c2445;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
  }

  .privileges-subtitle {
    color: #1c2445;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
  }

  .privileges-list {
    width: 360px;
    margin-top: 15px;
    max-width: 687px;
    height: 189px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 11px;
    row-gap: 16px;
  }

  .privilege-item:nth-child(1),
  .privilege-item:nth-child(4) {
    width: 82px;
  }

  .privilege-item:nth-child(2) {
    width: 102px;
  }

  .privilege-item:nth-child(3) {
    width: 152px;
  }

  .privilege-item:nth-child(5) {
    width: 128px;
  }

  .privilege-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(
      241deg,
      #2d4d76 -27.24%,
      rgba(45, 77, 118, 0) 86.86%
    );
    border-radius: 100%;
  }

  .privilege-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2d4d76;
    font-size: 29px;
    font-weight: 700;
    line-height: 0.65;
  }

  .privilege-item-text {
    color: #1c2445;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.1;
  }

  .privilege-item-text .accent {
    font-weight: 700;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .privileges {
    margin-bottom: 62px;
    padding-right: 52px;
    padding-left: 40px;
    padding-top: 31px;
    padding-bottom: 35px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
    overflow-x: hidden;
  }

  .privileges .content {
    margin-left: auto;
    margin-right: auto;
    width: 808px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 39px;
  }

  .privileges .content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -385px;
    width: 500px;
    height: 80px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .privileges-left-box {
    width: 300px;
  }

  .privileges-title {
    margin-bottom: 11px;
    color: #1c2445;
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
  }

  .privileges-subtitle {
    color: #1c2445;
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
  }

  .privileges-list {
    width: 430px;
    margin-top: 15px;
    max-width: 687px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    row-gap: 16px;
  }

  .privilege-item:nth-child(1),
  .privilege-item:nth-child(4) {
    width: 122px;
  }

  .privilege-item:nth-child(2) {
    width: 102px;
  }

  .privilege-item:nth-child(3) {
    width: 176px;
  }

  .privilege-item:nth-child(5) {
    width: 153px;
  }

  .privilege-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 35px;
    height: 35px;
    background-image: linear-gradient(
      241deg,
      #2d4d76 -27.24%,
      rgba(45, 77, 118, 0) 86.86%
    );
    border-radius: 100%;
  }

  .privilege-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2d4d76;
    font-size: 29px;
    font-weight: 700;
    line-height: 0.65;
  }

  .privilege-item-text {
    color: #1c2445;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
  }

  .privilege-item-text .accent {
    font-weight: 700;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .privileges {
    margin-bottom: 62px;
    padding-right: 52px;
    padding-left: 52px;
    padding-top: 80px;
    padding-bottom: 101px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
    overflow-x: hidden;
  }

  .privileges .content {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 39px;
  }

  .privileges .content::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -321px;
    width: 500px;
    height: 100px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .privileges-left-box {
    width: 422px;
  }

  .privileges-title {
    margin-bottom: 11px;
    color: #1c2445;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
  }

  .privileges-subtitle {
    color: #1c2445;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
  }

  .privileges-list {
    margin-top: 15px;
    max-width: 626px;
    height: 246px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 38px;
    row-gap: 26px;
  }

  .privilege-item:nth-child(1),
  .privilege-item:nth-child(4) {
    width: 182px;
  }

  .privilege-item:nth-child(2) {
    width: 158px;
  }

  .privilege-item:nth-child(3) {
    width: 209px;
  }

  .privilege-item:nth-child(5) {
    width: 205px;
  }

  .privilege-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 49px;
    height: 49px;
    background-image: linear-gradient(
      241deg,
      #2d4d76 -27.24%,
      rgba(45, 77, 118, 0) 86.86%
    );
    border-radius: 100%;
  }

  .privilege-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2d4d76;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.65;
  }

  .privilege-item-text {
    color: #1c2445;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }

  .privilege-item-text .accent {
    font-weight: 700;
  }
}

@media screen and (min-width: 1400px) {
  .privileges {
    margin-bottom: 62px;
    padding-top: 80px;
    padding-bottom: 100px;
    border-radius: 50px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
    overflow-x: hidden;
  }

  .privileges .content {
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .privileges .content::after {
    content: "";
    display: block;
    position: absolute;
    top: 162px;
    left: 1122px;
    width: 2185px;
    height: 151px;
    background-image: url(../img/single-lp/decoration.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .privileges-left-box {
    width: 579px;
  }

  .privileges-title {
    margin-bottom: 21px;
    color: #1c2445;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
  }

  .privileges-subtitle {
    color: #1c2445;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
  }

  .privileges-list {
    margin-top: 15px;
    max-width: 687px;
    height: 246px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 69px;
    row-gap: 26px;
  }

  .privilege-item:nth-child(1),
  .privilege-item:nth-child(4) {
    width: 182px;
  }

  .privilege-item:nth-child(2) {
    width: 158px;
  }

  .privilege-item:nth-child(3) {
    width: 209px;
  }

  .privilege-item:nth-child(5) {
    width: 205px;
  }

  .privilege-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 49px;
    height: 49px;
    background-image: linear-gradient(
      241deg,
      #2d4d76 -27.24%,
      rgba(45, 77, 118, 0) 86.86%
    );
    border-radius: 100%;
  }

  .privilege-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #2d4d76;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.65;
  }

  .privilege-item-text {
    color: #1c2445;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }

  .privilege-item-text .accent {
    font-weight: 700;
  }
}

/* Guide */
@media screen and (max-width: 767px) {
  .guide {
    margin-bottom: 33px;
  }

  .guide .container {
    padding-top: 189px;
    padding-bottom: 28px;
    background-image: url("../img/single-lp/guide-background-desktop.jpg");
    background-repeat: no-repeat;
    background-position: calc(20%);
    background-size: cover;
    border-radius: 20px;
  }

  .guide .content {
    width: 326px;
    margin-left: auto;
    margin-right: auto;
  }

  .guide-title {
    width: 198px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .guide-text {
    width: 242px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .guide .catalog-button {
    width: 227px;
  }
}

@media screen and (min-width: 768px) {
  .guide {
    margin-bottom: 47px;
  }

  .guide .container {
    padding-top: 200px;
    padding-bottom: 48px;
    padding-left: 60px;
    background-image: url("../img/single-lp/guide-background-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .guide-title {
    margin-bottom: 7px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.03;
  }

  .guide-text {
    margin-left: 6px;
    margin-bottom: 13px;
    width: 364px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .guide-title {
    font-size: 30px;
  }
}

/* Choice */
@media screen and (max-width: 767px) {
  .choice {
    margin-bottom: 47px;
  }

  .choice-title-box {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }

  .choice-title {
    max-width: 289px;
    margin-bottom: 8px;
    color: #1c2445;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .choice-subtitle {
    width: 209px;
    margin-bottom: 25px;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .quiz-container {
    margin-bottom: 17px;
    padding-top: 24px;
    padding-bottom: 35px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

  .quiz-content {
    width: 264px;
    margin-left: auto;
    margin-right: auto;
  }

  .question-title {
    width: 198px;
    margin-bottom: 15px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
  }

  .answers-box {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .answer-item {
    display: flex;
    gap: 4px;
    color: #202d4f;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
  }

  .quiz-radio-button {
    margin-top: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 10px;
    height: 10px;
    border: 1.2px solid #111;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }

  .quiz-radio-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .quiz-radio-button:checked::before {
    background-color: #fff;
  }

  .quiz-radio-button:checked::after {
    content: "";
  }

  .quiz-radio-button:checked::before {
    background-color: #2d4d76;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }

  .quiz-ctrl-box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .quiz-progress-box {
    text-align: right;
    color: rgba(45, 77, 118, 0.5);
    font-weight: 700;
    line-height: normal;
  }

  .quiz-slider-page {
    font-size: 21px;
  }

  .quiz-slider-label {
    margin-top: -5px;
    margin-right: 3px;
    font-size: 10px;
  }

  .quiz-ctrl-buttons {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 11px;
  }

  .quiz-ctrl-button {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    border: none;
  }

  .quiz-ctrl-button.prev {
    background-color: transparent;
    color: rgba(45, 77, 118, 0.4);
  }

  .quiz-ctrl-button.next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 80px;
    height: 34px;
    background-color: #2d4d76;
    color: #fff;
    border-radius: 20px;
  }

  .choice-form-container {
    padding-top: 24px;
    padding-bottom: 23px;
    border-radius: 20px;
    background-image: linear-gradient(
        239deg,
        rgba(141, 200, 229, 0.61) -88.07%,
        #2d4d76 101.76%
      ),
      url("../img/single-lp/hero-background.jpg"),
      linear-gradient(180deg, #8dc8e5 0%, #2d4d76 100%),
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .choice-form-container .title {
    max-width: 272px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.1;
  }

  .choice-form-box {
    margin-left: auto;
    margin-right: auto;
    width: 279px;
    padding: 24px 30px 37px 30px;
    border-radius: 20px;
    background-color: #fff;
  }

  .choice .form-title {
    text-align: center;
    margin-bottom: 34px;
    color: #2d4d76;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .choice-form-inputs {
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 37px;
  }

  .choice-form-input {
    width: 190px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .choice-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .choice-form-input:focus {
    outline: none;
  }

  .choice-checkbox-container {
    margin-bottom: 36px;
    display: flex;
    align-items: flex-start;
    gap: 11px;
    width: 198px;
    margin-left: auto;
    margin-right: auto;
  }

  .choice-submit-button {
    width: 218px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d4d76;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .choice {
    margin-bottom: 60px;
  }

  .choice-title {
    margin-bottom: 6px;
    color: #1c2445;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
  }

  .choice-subtitle {
    margin-bottom: 30px;
    color: #2d4d76;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
  }

  .choice-container {
    border-radius: 23px;
    background-image: linear-gradient(
        265deg,
        rgba(141, 200, 229, 0.61) -0.06%,
        #2d4d76 77.11%
      ),
      url("../img/single-lp/hero-background.jpg"),
      linear-gradient(180deg, #8dc8e5 0%, #2d4d76 100%),
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .quiz-container {
    padding: 31px 44px 33px 66px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

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

  .question-title {
    max-width: 380px;
    margin-top: 7px;
    margin-bottom: 13px;
    color: #1c2445;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
  }

  .answers-box {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .answer-item {
    display: flex;
    gap: 5px;
    color: #202d4f;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .quiz-radio-button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1.2px solid #111;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }

  .quiz-radio-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .quiz-radio-button:checked::before {
    background-color: #fff;
  }

  .quiz-radio-button:checked::after {
    content: "";
  }

  .quiz-radio-button:checked::before {
    background-color: #2d4d76;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .quiz-ctrl-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .quiz-progress-box {
    text-align: right;
    color: rgba(45, 77, 118, 0.5);
    font-weight: 700;
    line-height: normal;
  }

  .quiz-slider-page {
    font-size: 28px;
  }

  .quiz-slider-label {
    margin-bottom: 10px;
    margin-top: -5px;
    margin-right: 2px;
    font-size: 15px;
  }

  .quiz-ctrl-buttons {
    margin-right: 50px;
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .quiz-ctrl-button {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
  }

  .quiz-ctrl-button.prev {
    background-color: transparent;
    color: rgba(45, 77, 118, 0.4);
  }

  .quiz-ctrl-button.next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 96px;
    height: 40px;
    background-color: #2d4d76;
    color: #fff;
    border-radius: 20px;
  }

  .choice-form-container {
    padding-top: 43px;
    padding-bottom: 58px;
    padding-left: 71px;
  }

  .choice-form-container .title {
    max-width: 500px;
    margin-bottom: 23px;
    margin-left: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
  }

  .choice-form-box {
    width: 525px;
    padding: 27px 26px 33px 35px;
    border-radius: 20px;
    background-color: #fff;
  }

  .choice .form-title {
    margin-bottom: 18px;
    color: #2d4d76;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .choice-form-inputs {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .choice-form-input {
    width: 133px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .choice-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .choice-form-input:focus {
    outline: none;
  }

  .choice-checkbox-container {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    width: 267px;
  }

  .choice-submit-button {
    width: 226px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d4d76;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (min-width: 992px) {
  .choice {
    margin-bottom: 80px;
  }

  .choice-title {
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
	margin-bottom: 15px;
    line-height: normal;
  }

  .choice-subtitle {
    margin-bottom: 30px;
    color: #2d4d76;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
  }

  .choice-container {
    border-radius: 23px;
    background-image: linear-gradient(
        265deg,
        rgba(141, 200, 229, 0.61) -0.06%,
        #2d4d76 77.11%
      ),
      url("../img/single-lp/hero-background.jpg"),
      linear-gradient(180deg, #8dc8e5 0%, #2d4d76 100%),
      linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .quiz-container {
    padding: 31px 44px 33px 66px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

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

  .question-title {
    width: 480px;
    margin-top: 7px;
    margin-bottom: 30px;
    color: #1c2445;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
  }

  .answers-box {
    margin-bottom: 13px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
  }

  .answer-item {
    display: flex;
    gap: 5px;
    color: #202d4f;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .quiz-radio-button {
    margin-top: 1px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 12px;
    height: 12px;
    border: 1.2px solid #111;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }

  .quiz-radio-button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .quiz-radio-button:checked::before {
    background-color: #fff;
  }

  .quiz-radio-button:checked::after {
    content: "";
  }

  .quiz-radio-button:checked::before {
    background-color: #2d4d76;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .quiz-ctrl-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .quiz-progress-box {
    text-align: right;
    color: rgba(45, 77, 118, 0.5);
    font-weight: 700;
    line-height: normal;
  }

  .quiz-slider-page {
    font-size: 38px;
  }

  .quiz-slider-label {
    margin-bottom: 10px;
    margin-top: -5px;
    margin-right: 2px;
    font-size: 18px;
  }

  .quiz-ctrl-buttons {
    margin-right: 78px;
    display: flex;
    align-items: center;
    gap: 13px;
  }

  .quiz-ctrl-button {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
  }

  .quiz-ctrl-button.prev {
    background-color: transparent;
    color: rgba(45, 77, 118, 0.4);
  }

  .quiz-ctrl-button.next {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 96px;
    height: 40px;
    background-color: #2d4d76;
    color: #fff;
    border-radius: 20px;
  }

  .choice-form-container {
    padding-top: 65px;
    padding-bottom: 58px;
    padding-left: 71px;
  }

  .choice-form-container .title {
    width: 690px;
    margin-bottom: 35px;
    margin-left: 6px;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }

  .choice-form-box {
    width: 525px;
    padding: 27px 26px 33px 35px;
    border-radius: 20px;
    background-color: #fff;
  }

  .choice .form-title {
    margin-bottom: 13px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .choice-form-inputs {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .choice-form-input {
    width: 133px;
    border: none;
    border-bottom: 1px solid #111;
	    padding: 5px 2px;
  }

  .choice-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .choice-form-input:focus {
    outline: none;
  }

  .choice-checkbox-container {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    width: 267px;
  }

  .choice-submit-button {
    width: 226px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2d4d76;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .choice-title {
    font-size: 38px;
  }

  .choice-subtitle {
    font-size: 16px;
  }

  .choice-form-container .title {
    width: 570px;
    font-size: 31px;
  }
}

@media screen and (min-width: 1400px) {
  .choice {
    margin-bottom: 132px;
  }
}

.qa-step {
  display: none;
}

.qa-step.active {
  display: block;
}

.quiz-error {
  display: none;
  margin-bottom: 14px;
  font-size: 8px;
  color: red;
}

/* Trust */
@media screen and (max-width: 767px) {
  .trust {
    overflow-x: hidden;
    margin-bottom: 27px;
    padding-top: 30px;
    padding-left: 29px;
    padding-right: 28px;
    padding-bottom: 300px;
    border-radius: 30px 30px 0px 0px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
  }

  .trust .content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 339px;
  }

  .trust-title {
    margin-bottom: 20px;
    color: #1c2445;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .trust-text {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #2d4d76;
  }

  .trust-text.secondary {
    margin-bottom: 18px;
    color: rgba(45, 77, 118, 0.5);
  }

  .trust-thanks-text {
    width: 161px;
    margin-bottom: 6px;
    color: #1c2445;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
  }

  .trust-thanks-text-accent {
    width: 161px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 37px;
    border-radius: 16px;
    background-color: #8dc8e5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.1;
  }

  .trust-img {
    min-width: 450px;
    position: absolute;
    right: -140px;
    bottom: -300px;
  }
}

@media screen and (min-width: 768px) {
  .trust {
    margin-bottom: 45px;
    padding-top: 41px;
    padding-left: 45px;
    padding-bottom: 31px;
    border-radius: 42px 42px 0px 0px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
  }

  .trust .container {
    position: relative;
  }

  .trust-title {
    margin-bottom: 10px;
    color: #1c2445;
    font-size: 23px;
    font-weight: 700;
    line-height: 1;
  }

  .trust-text {
    width: 305px;
    margin-bottom: 12px;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    color: #2d4d76;
  }

  .trust-text.secondary {
    width: 289px;
    margin-bottom: 13px;
    color: rgba(45, 77, 118, 0.5);
  }

  .trust-thanks-text {
    margin-bottom: 6px;
    color: #1c2445;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
  }

  .trust-thanks-text-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 24px;
    border-radius: 10px;
    background-color: #8dc8e5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .trust-img {
    height: 450px;
    position: absolute;
    left: 213px;
    bottom: -31px;
  }
}

@media screen and (min-width: 992px) {
  .trust {
    margin-bottom: 45px;
    padding-top: 41px;
    padding-left: 55px;
    padding-bottom: 31px;
    border-radius: 42px 42px 0px 0px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
  }

  .trust .container {
    position: relative;
  }

  .trust-title {
    margin-bottom: 10px;
    color: #1c2445;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
  }

  .trust-text {
    width: 400px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    color: #2d4d76;
  }

  .trust-text.secondary {
    width: 400px;
    margin-bottom: 13px;
    color: rgba(45, 77, 118, 0.5);
  }

  .trust-thanks-text {
    margin-bottom: 6px;
    color: #1c2445;
    font-size: 12px;
    font-weight: 700;
    line-height: 0.9;
  }

  .trust-thanks-text-accent {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 245px;
    height: 24px;
    border-radius: 10px;
    background-color: #8dc8e5;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
  }

  .trust-img {
    height: 550px;
    position: absolute;
    left: 317px;
    bottom: -31px;
  }
}

@media screen and (min-width: 1200px) {
  .trust {
    margin-bottom: 45px;
    padding-top: 63px;
    padding-bottom: 64px;
    border-radius: 80px 80px 0px 0px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
  }

  .trust .container {
    position: relative;
  }

  .trust-title {
    margin-bottom: 18px;
    color: #1c2445;
    font-size: 42px;
    font-weight: 700;
    line-height: 0.9;
  }

  .trust-text {
    width: 457px;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    color: #2d4d76;
  }

  .trust-text.secondary {
    width: 430px;
    margin-bottom: 23px;
    color: rgba(45, 77, 118, 0.5);
  }

  .trust-thanks-text {
    width: 207px;
    margin-bottom: 8px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .trust-thanks-text-accent {
    width: 197px;
    padding-left: 20px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 45px;
    border-radius: 20px;
    background-color: #8dc8e5;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }

  .trust-img {
    height: 715px;
    position: absolute;
    left: 337px;
    bottom: -64px;
  }
}

@media screen and (min-width: 1400px) {
  .trust {
    margin-bottom: 45px;
    padding-top: 63px;
    padding-bottom: 64px;
    border-radius: 80px 80px 0px 0px;
    background-image: linear-gradient(180deg, #e7efef 0%, #e1ebeb 100%);
  }

  .trust .container {
    position: relative;
  }

  .trust-title {
    margin-bottom: 18px;
    color: #1c2445;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.9;
  }

  .trust-text {
    width: 509px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #2d4d76;
  }

  .trust-text.secondary {
    width: 535px;
    margin-bottom: 23px;
    color: rgba(45, 77, 118, 0.5);
  }

  .trust-thanks-text {
    width: 207px;
    margin-bottom: 8px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .trust-thanks-text-accent {
    width: 197px;
    padding-left: 20px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 45px;
    border-radius: 20px;
    background-color: #8dc8e5;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }

  .trust-img {
    height: 800px;
    position: absolute;
    left: 427px;
    bottom: -64px;
  }
}

/* Process */
@media screen and (max-width: 767px) {
  .process {
    margin-bottom: 37px;
  }

  .process .content {
    max-width: 314px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-title {
    max-width: 280px;
    margin-bottom: 19px;
    color: #1c2445;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .process-tabs-list {
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .process-tab-item {
    padding-left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 70px;
    color: #1c2445;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(97deg, #8dc8e5 4.3%, #d6effc 104.13%);
  }

  .process-tab-item.active {
    color: #fff;
    background-image: linear-gradient(93deg, #2d4d76 -2.02%, #1c2445 105.49%);
  }

  .process-icon {
    fill: currentColor;
  }

  .process-tab-item .process-icon {
    width: 40px;
    height: 40px;
  }

  .process-icon-permit {
    fill: transparent;
    stroke: currentColor;
  }

  .process-tab-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 21px 21px 31px 21px;
    flex-grow: 1;
    background-image: linear-gradient(0deg, #2d4d76 0%, #1c2445 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .process-tab-content-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .process-tab-content-text p:nth-child(2) {
    margin-top: 14px;
  }

  .process-button {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .process {
    margin-bottom: 48px;
  }

  .process-title {
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    margin-bottom: 20px;
    color: #1c2445;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .process-description {
    display: flex;
    gap: 11px;
  }

  .process-tabs-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 300px;
  }

  .process-tab-item {
    padding-left: 28px;
    padding-right: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 70px;
    color: #1c2445;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(97deg, #8dc8e5 4.3%, #d6effc 104.13%);
  }

  .process-tab-item:hover {
    cursor: pointer;
  }

  .process-tab-item.active {
    color: #fff;
    background-image: linear-gradient(93deg, #2d4d76 -2.02%, #1c2445 105.49%);
  }

  .process-icon {
    fill: currentColor;
  }

  .process-icon {
    width: 35px;
    height: 35px;
  }
  .process-icon-permit {
    fill: transparent;
    stroke: currentColor;
  }

  .process-tab-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 29px;
    padding-bottom: 39px;
    padding-left: 45px;
    padding-right: 45px;
    flex-grow: 1;
    background-image: url(../img/single-lp/process-background-element.svg),
      linear-gradient(0deg, #2d4d76 0%, #1c2445 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .process-tab-content-text {
    max-width: 550px;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .process-tab-content-text p:nth-child(2) {
    margin-top: 14px;
  }

  .process-button {
    width: 230px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #2d4d76;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) and (max-width: 1100px) {
  .process-tab-content p {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .process {
    margin-bottom: 48px;
  }

  .process-title {
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    margin-bottom: 25px;
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .process-description {
    display: flex;
    align-items: stretch;
    gap: 11px;
  }

  .process-tabs-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 426px;
  }

  .process-tab-item {
    padding-left: 28px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 96px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(97deg, #8dc8e5 4.3%, #d6effc 104.13%);
  }

  .process-tab-item:hover {
    cursor: pointer;
  }

  .process-tab-item.active {
    color: #fff;
    background-image: linear-gradient(93deg, #2d4d76 -2.02%, #1c2445 105.49%);
  }

  .process-icon {
    fill: currentColor;
  }

  .process-icon-permit {
    fill: transparent;
    stroke: currentColor;
  }

  .process-tab-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 29px;
    padding-bottom: 39px;
    padding-left: 45px;
    padding-right: 45px;
    flex-grow: 1;
    background-image: url(../img/single-lp/process-background-element.svg),
      linear-gradient(0deg, #2d4d76 0%, #1c2445 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .process-tab-content-text {
    max-width: 531px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .process-tab-content-text p:nth-child(2) {
    margin-top: 14px;
  }

  .process-button {
    width: 280px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    border: none;
    border-radius: 20px;
    text-transform: uppercase;
  }
}

/* Company information */
@media screen and (max-width: 767px) {
  .company-info .container {
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-info {
    margin-bottom: 27px;
  }

  .company-info-title {
    width: 282px;
    margin-bottom: 15px;
    color: #1c2445;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .company-info-text {
    margin-bottom: 18px;
    color: #2d4d76;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .company-info-text:last-child {
    margin-bottom: 22px;
  }

  .company-info-img {
    display: none;
  }

  .company-info-imgs {
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .company-info-img-mobile {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .company-info .container {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .company-info {
    margin-bottom: 27px;
  }

  .company-info-title {
    margin-bottom: 15px;
    color: #1c2445;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
  }

  .company-info-text {
    /* max-width: 500px; */
    margin-bottom: 18px;
    color: #2d4d76;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  }

  .company-info-img {
    display: none;
  }

  .company-info-imgs {
    display: flex;
    gap: 20px;
  }

  .company-info-img-mobile {
    width: calc((100% - 20px) / 2);
    border-radius: 4px;
    object-fit: cover;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .company-info .container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .company-info {
    margin-bottom: 27px;
  }

  .company-info-title {
    margin-bottom: 15px;
    color: #1c2445;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
  }

  .company-info-text {
    /* max-width: 600px; */
    margin-bottom: 18px;
    color: #2d4d76;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
  }

  .company-info-img {
    display: none;
  }

  .company-info-imgs {
    display: flex;
    gap: 30px;
  }

  .company-info-img-mobile {
    width: calc((100% - 30px) / 2);
    border-radius: 4px;
  }
}

@media screen and (min-width: 1200px) {
  .company-info {
    margin-bottom: 48px;
  }

  .company-info .container {
    display: flex;
    gap: 42px;
    justify-content: space-between;
    align-items: center;
  }

  .company-info-title {
    max-width: 510px;
    margin-bottom: 18px;
    margin-top: 14px;
    color: #1c2445;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }

  .company-info-text {
    max-width: 539px;
    color: #2d4d76;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }

  .company-info-text:not(:last-child) {
    margin-bottom: 18px;
  }

  .company-info-img {
    max-width: 315px;
    height: auto;
    border-radius: 8px;
  }

  .company-info-imgs {
    display: flex;
    gap: 13px;
  }

  .company-info-img-mobile {
    display: none;
  }
}

/* Advantages */
@media screen and (max-width: 991px) {
  .advantages {
    margin-bottom: 16px;
  }

  .advantages .container {
    padding: 30px 21px 37px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .advantages-list {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .advantages-list-item {
    display: flex;
    gap: 7px;
  }

  .advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .advantages-list-item:nth-child(1) .advantage-icon-content {
    width: 25px;
    height: 25px;
  }
  .advantages-list-item:nth-child(2) .advantage-icon-content {
    width: 24px;
    height: 21px;
  }
  .advantages-list-item:nth-child(3) .advantage-icon-content {
    width: 20px;
    height: 21px;
  }

  .advantage-item-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .advantage-item-description {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.8;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .advantages {
    margin-bottom: 16px;
  }

  .advantages .container {
    padding: 30px 21px 37px 28px;
    border-radius: 20px;
    background: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .advantages-list {
    justify-content: center;
    display: flex;
    gap: 30px;
  }

  .advantages-list-item {
    display: flex;
    gap: 15px;
  }

  .advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .advantages-list-item:nth-child(1) .advantage-icon-content {
    width: 25px;
    height: 25px;
  }
  .advantages-list-item:nth-child(2) .advantage-icon-content {
    width: 24px;
    height: 21px;
  }
  .advantages-list-item:nth-child(3) .advantage-icon-content {
    width: 20px;
    height: 21px;
  }

  .advantage-item-title {
    margin-bottom: 2px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  .advantage-item-description {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .advantages {
    margin-bottom: 30px;
  }

  .advantages .container {
    padding: 41px 71px 41px 59px;
    border-radius: 20px;
    background-image: linear-gradient(180deg, #2d4d76 0%, #1c2445 100%);
  }

  .advantages-list {
    display: flex;
    justify-content: space-between;
  }

  .advantages-list-item {
    display: flex;
    gap: 15px;
  }

  .advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 63px;
    height: 63px;
    background-color: #b6d9ed;
    border-radius: 100%;
  }

  .advantages-list-item:nth-child(1) .advantage-icon {
    padding-bottom: 10px;
  }

  .advantages-list-item:nth-child(2) .advantage-icon {
    padding-left: 3px;
    padding-top: 2px;
  }

  .advantages-list-item:nth-child(3) .advantage-icon {
    padding-bottom: 3px;
  }

  .advantage-item-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
    margin-bottom: 6px;
  }

  .advantage-item-description {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    opacity: 0.8;
  }
}

/* Services */
@media screen and (max-width: 767px) {
  .services {
    margin-bottom: 24px;
  }

  .services .content {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
  }

  .services .container {
    padding-top: 29px;
    padding-bottom: 31px;
    background-image: linear-gradient(
        60deg,
        rgba(45, 77, 118, 0) 43.46%,
        rgba(157, 156, 154, 0.5) 88.27%
      ),
      linear-gradient(
        244deg,
        rgba(141, 200, 229, 0) -68.49%,
        rgba(45, 77, 118, 0.3) 91.55%
      ),
      linear-gradient(
        0deg,
        rgba(45, 77, 118, 0.3) 0%,
        rgba(45, 77, 118, 0.3) 100%
      ),
      url(../img/single-lp/services-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .services-title {
    max-width: 275px;
    margin-bottom: 6px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .services-text {
    margin-bottom: 16px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .services-list-title {
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .service-icon-container {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .service-icon {
    width: 15px;
    height: 10px;
    position: absolute;
    top: 2px;
    right: 0px;
    fill: none;
    stroke: white;
  }

  .services-list {
    margin-bottom: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .service-item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
  }

  .service-item:nth-child(1) p {
    width: 77px;
  }

  .service-item:nth-child(2) p {
    width: 180px;
  }

  .service-item:nth-child(3) p {
    width: 148px;
  }

  .service-item:nth-child(4) p {
    width: 225px;
  }

  .services-text-container {
    padding: 16px 13px 18px 20px;
    background-color: #fff;
    border-radius: 13px;
  }

  .services-text-container p {
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .services {
    margin-bottom: 40px;
  }

  .services .container {
    padding: 40px 78px 70px 60px;
    background-image: url(../img/single-lp/services-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .services .content {
    display: flex;
    flex-direction: column;
    gap: 34px;
  }

  .services-title {
    width: 476px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
  }

  .services-text {
    margin-bottom: 34px;
    max-width: 521px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .services-list-title {
    margin-bottom: 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.04;
  }

  .service-icon-container {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .service-icon {
    position: absolute;
    top: 5px;
    right: 2px;
    fill: none;
    stroke: white;
  }

  .services-list {
    width: 552px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .service-item:nth-child(odd) p {
    width: 123px;
  }

  .service-item:nth-child(even) p {
    width: 284px;
  }

  .service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .services-text-container {
    padding: 29px 42px 44px 47px;
    background-color: #fff;
    border-radius: 20px;
  }

  .services-text-container p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 424px;
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }
}

@media screen and (min-width: 992px) {
  .services {
    margin-bottom: 57px;
  }

  .services .container {
    padding: 68px 78px 111px 60px;
    background-image: url(../img/single-lp/services-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
  }

  .services .content {
    display: flex;
    align-items: end;
  }

  .services-title {
    width: 476px;
    margin-bottom: 14px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
  }

  .services-text {
    margin-bottom: 34px;
    max-width: 521px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .services-list-title {
    margin-bottom: 17px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.04;
  }

  .service-icon-container {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background: linear-gradient(
      58deg,
      #fff -27.24%,
      rgba(255, 255, 255, 0) 86.86%
    );
  }

  .service-icon {
    position: absolute;
    top: 5px;
    right: 2px;
    fill: none;
    stroke: white;
  }

  .services-list {
    width: 552px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .service-item:nth-child(odd) p {
    width: 123px;
  }

  .service-item:nth-child(even) p {
    width: 284px;
  }

  .service-item {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
  }

  .services-text-container {
    margin-left: auto;
    padding: 29px 42px 44px 47px;
    background-color: #fff;
    border-radius: 20px;
  }

  .services-text-container p {
    max-width: 424px;
    color: #25385d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .services-text-container p {
    font-size: 12px;
  }
}

/* Reviews */
@media screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 45px;
  }

  .reviews .content {
    width: 333px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-title {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    width: 209px;
    color: #1c2445;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .reviews-slider-container {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reviews-screens {
    width: 201px;
    overflow: hidden;
  }

  .reviews-list {
    width: 1678px;
    display: flex;
    gap: 10px;
  }

  .review-image {
    width: 201px;
  }

  .reviews-slider-btn-ctrl {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .reviews {
    margin-bottom: 45px;
  }

  .reviews .content {
    width: 466px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-title {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    width: 261px;
    color: #1c2445;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }

  .reviews-slider-container {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reviews-screens {
    width: 308px;
    overflow: hidden;
  }

  .reviews-list {
    width: 2534px;
    display: flex;
    gap: 10px;
  }

  .review-image {
    width: 308px;
  }

  .reviews-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .reviews {
    margin-bottom: 45px;
  }

  .reviews .content {
    width: 924px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-title {
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    width: 332px;
    color: #1c2445;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
  }

  .reviews-slider-container {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reviews-screens {
    width: 770px;
    overflow: hidden;
  }

  .reviews-list {
    width: 2070px;
    display: flex;
    gap: 10px;
  }

  .review-image {
    width: 250px;
  }

  .reviews-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }
}

@media screen and (min-width: 1200px) {
  .reviews {
    margin-bottom: 39px;
  }

  .reviews .content {
    width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }

  .reviews-title {
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .reviews-slider-container {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .reviews-screens {
    width: 944px;
    overflow: hidden;
  }

  .reviews-list {
    width: 2534px;
    display: flex;
    gap: 10px;
  }

  .review-image {
    width: 308px;
  }

  .reviews-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }
}

.reviews-slider-btn-ctrl:disabled {
  border: 1px solid #929ba0;
  color: #929ba0;
}

.reviews-slider-icon {
  fill: currentColor;
}

.mobile .slider-dots {
  white-space: nowrap;
  overflow-x: hidden;
}

.slider-dots {
  text-align: center;
  margin-top: 10px;
  height: 10px;
}

.dot {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #2d4d76;
  margin: 0 3px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .dot {
    width: 13px;
    height: 13px;
    margin: 0 3.5px;
  }
}

.dot.active {
  background-color: #2d4d76;
}

/* Mass media */
@media screen and (max-width: 767px) {
  .mass-media {
    margin-bottom: 51px;
  }

  .mass-media .content {
    overflow: hidden;
    width: 324px;
    margin-left: auto;
    margin-right: auto;
  }

  .mass-media-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 209px;
    margin-bottom: 17px;
    color: #1c2445;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }

  .mass-media-list {
    display: flex;
    gap: 12px;
  }

  .mass-media-item {
    display: block;
    text-align: center;
    cursor: pointer;
  }

  .video-img {
    position: relative;
    width: 300px;
    height: 168px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 6px;
    border-radius: 14px;
  }

  .mass-media .video-frame {
    width: 300px;
    height: 168px;
  }

  .video-title {
    margin-bottom: 2px;
    color: #1c2445;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }

  .video-subtitle {
    margin-bottom: 17px;
    color: #1c2445;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .icon-play {
    display: none;
  }

  .icon-play-content {
    width: 16px;
    height: 16px;
  }

  .mass-media-slider-ctrl {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .mass-media-slider {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mass-media-slider-ctrl {
    display: flex;
    gap: 10px;
  }

  .mass-media-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .mass-media-slider-page {
    color: rgba(45, 77, 118, 0.5);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mass-media {
    margin-bottom: 51px;
  }

  .mass-media .content {
    width: 424px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .mass-media-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    margin-bottom: 17px;
    color: #1c2445;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
  }

  .mass-media-list {
    display: flex;
    gap: 12px;
  }

  .mass-media-item {
    display: block;
    text-align: center;
    cursor: pointer;
  }

  .video-img {
    position: relative;
    width: 400px;
    height: 224px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 6px;
    border-radius: 14px;
  }

  .mass-media .video-frame {
    width: 400px;
    height: 224px;
  }

  .video-title {
    margin-bottom: 2px;
    color: #1c2445;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
  }

  .video-subtitle {
    margin-bottom: 17px;
    color: #1c2445;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
  }

  .icon-play {
    display: none;
  }

  .icon-play-content {
    width: 16px;
    height: 16px;
  }

  .mass-media-slider-ctrl {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .mass-media-slider {
    margin-bottom: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mass-media-slider-ctrl {
    display: flex;
    gap: 10px;
  }

  .mass-media-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    background-color: transparent;
    color: #2d4d76;
  }

  .mass-media-slider-page {
    color: rgba(45, 77, 118, 0.5);
    font-size: 26px;
    font-weight: 700;
    line-height: normal;
  }
}

.mass-media-slider-btn-ctrl:disabled {
  border: 1px solid #929ba0;
  color: #929ba0;
}

.mass-media-slider-icon {
  fill: currentColor;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mass-media {
    margin-bottom: 65px;
  }

  .mass-media .content {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
  }

  .mass-media-title {
    margin-bottom: 33px;
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .mass-media-list {
    display: flex;
    justify-content: space-between;
  }

  .mass-media-item {
    width: 310px;
    text-align: center;
    cursor: pointer;
  }

  .video-img {
    position: relative;
    width: 310px;
    height: 176px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 6px;
    border-radius: 14px;
  }

  .mass-media .video-frame {
    display: none;
  }

  .mass-media-item:nth-child(1) .video-img {
    background-image: url("../img/single-lp/mass-media/video-first.jpg");
  }

  .mass-media-item:nth-child(2) .video-img {
    background-image: url("../img/single-lp/mass-media/video-second.jpg");
  }

  .mass-media-item:nth-child(3) .video-img {
    background-image: url("../img/single-lp/mass-media/video-third.jpg");
  }

  .video-title {
    margin-bottom: 3px;
    color: #1c2445;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
  }

  .video-subtitle {
    color: #1c2445;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.3;
  }

  .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    width: 50px;
    height: 50px;
    border-radius: 71px;
    background: #2d4d76;
    box-shadow: 0px 4px 54px 0px #000;
  }

  .icon-play-content {
    width: 15px;
    height: 15px;
  }

  .mass-media-slider-ctrl {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .mass-media {
    margin-bottom: 65px;
  }

  .mass-media-title {
    margin-bottom: 33px;
    color: #1c2445;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    line-height: normal;
  }

  .mass-media-list {
    display: flex;
    gap: 14px;
    justify-content: space-between;
  }

  .mass-media-item {
    width: 404px;
    text-align: center;
    cursor: pointer;
  }

  .video-img {
    position: relative;
    height: 227px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 8px;
    border-radius: 20px;
  }

  .mass-media .video-frame {
    display: none;
  }

  .mass-media-item:nth-child(1) .video-img {
    background-image: url("../img/single-lp/mass-media/video-first.jpg");
  }

  .mass-media-item:nth-child(2) .video-img {
    background-image: url("../img/single-lp/mass-media/video-second.jpg");
  }

  .mass-media-item:nth-child(3) .video-img {
    background-image: url("../img/single-lp/mass-media/video-third.jpg");
  }

  .video-title {
    margin-bottom: 3px;
    color: #1c2445;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
  }

  .video-subtitle {
    color: #1c2445;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8px;
    width: 71px;
    height: 71px;
    border-radius: 71px;
    background: #2d4d76;
    box-shadow: 0px 4px 54px 0px #000;
  }

  .mass-media-slider-ctrl {
    display: none;
  }
}

/* Arguments */
@media screen and (max-width: 767px) {
  .arguments {
    margin-bottom: 32px;
  }

  .arguments .content {
    overflow: hidden;
    width: 324px;
    margin-left: auto;
    margin-right: auto;
  }

  .arguments-text-box {
    position: relative;
  }

  .arguments-title {
    width: 220px;
    margin-bottom: 25px;
    color: #1c2445;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.1;
  }

  .arguments-list {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 26px;
  }

  .argument-item {
    display: flex;
    gap: 16px;
  }

  .argument-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 38px;
    height: 38px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
    border-radius: 100%;
  }

  .argument-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #8dc8e5;
    font-size: 31px;
    font-weight: 700;
    line-height: 0.65;
  }

  .argument-item-text {
    color: #1c2445;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
  }

  .argument-item:nth-child(1) .argument-item-text {
    width: 170px;
  }

  .argument-item:nth-child(2) .argument-item-text {
    width: 175px;
  }

  .argument-item:nth-child(3) .argument-item-text {
    width: 148px;
  }

  .argument-item-text .accent {
    font-weight: 700;
  }

  .right-box {
    position: relative;
  }

  .arguments-slider {
    width: 2484px;
    display: flex;
    gap: 12px;
  }

  .arguments-slider-box {
    width: 300px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

  .arguments-slider-box-img {
    width: 100%;
    height: 133px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  }

  .arguments-slider-box:nth-child(1) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-slider-first-mobile.jpg");
  }

  .arguments-slider-box:nth-child(2) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-2.jpg");
  }

  .arguments-slider-box:nth-child(3) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-3.jpg");
  }

  .arguments-slider-box:nth-child(4) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-4.jpg");
  }

  .arguments-slider-box:nth-child(5) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-5.jpg");
  }

  .arguments-slider-box:nth-child(6) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-6.jpg");
  }

  .arguments-slider-box:nth-child(7) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-7.jpg");
  }

  .arguments-slider-box:nth-child(8) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-8.jpg");
  }

  .arguments-slider-content {
    padding: 14px 20px 93px 21px;
  }

  .arguments-slider-title {
    margin-bottom: 5px;
    color: #1c2445;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .arguments-slider-text {
    width: 244px;
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .arguments-slider-ctrl {
    position: absolute;
    bottom: 28px;
    left: 21px;
    width: 259px;
    display: flex;
    justify-content: space-between;
  }

  .arguments-slider-ctrl-buttons {
    display: flex;
    gap: 5px;
  }

  .arguments-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .arguments-slider-page {
    margin-top: 12px;
    color: rgba(45, 77, 118, 0.5);
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }
}

.arguments-slider-btn-ctrl:disabled {
  border: 1px solid #929ba0;
  color: #929ba0;
}

.arguments-icon-arrow {
  fill: currentColor;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .arguments {
    margin-bottom: 32px;
  }

  .arguments .content {
    overflow: hidden;
    width: 594px;
    margin-left: auto;
    margin-right: auto;
  }

  .arguments-title {
    width: 387px;
    margin-bottom: 27px;
    color: #1c2445;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .arguments-list {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    gap: 11px;
  }

  .argument-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 7px;
  }

  .argument-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 38px;
    height: 38px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
    border-radius: 100%;
  }

  .argument-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #8dc8e5;
    font-size: 31px;
    font-weight: 700;
    line-height: 0.65;
  }

  .argument-item-text {
    color: #1c2445;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
  }

  .argument-item:nth-child(1) .argument-item-text {
    width: 178px;
  }

  .argument-item:nth-child(2) .argument-item-text {
    width: 183px;
  }

  .argument-item:nth-child(3) .argument-item-text {
    width: 154px;
  }

  .argument-item-text .accent {
    font-weight: 700;
  }

  .right-box {
    position: relative;
  }

  .arguments-slider {
    width: 4644px;
    display: flex;
    gap: 12px;
  }

  .arguments-slider-box {
    width: 570px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

  .arguments-slider-box-img {
    width: 100%;
    height: 97px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  }

  .arguments-slider-box:nth-child(1) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-slider-first-mobile.jpg");
  }

  .arguments-slider-box:nth-child(2) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-2.jpg");
  }

  .arguments-slider-box:nth-child(3) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-3.jpg");
  }

  .arguments-slider-box:nth-child(4) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-4.jpg");
  }

  .arguments-slider-box:nth-child(5) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-5.jpg");
  }

  .arguments-slider-box:nth-child(6) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-6.jpg");
  }

  .arguments-slider-box:nth-child(7) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-7.jpg");
  }

  .arguments-slider-box:nth-child(8) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-8.jpg");
  }

  .arguments-slider-content {
    padding: 14px 20px 78px 21px;
  }

  .arguments-slider-title {
    margin-bottom: 7px;
    color: #1c2445;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .arguments-slider-text {
    /* width: 356px; */
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .arguments-slider-ctrl {
    position: absolute;
    bottom: 28px;
    left: 21px;
    width: 529px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .arguments-slider-ctrl-buttons {
    display: flex;
    gap: 6px;
  }

  .arguments-slider-btn-ctrl {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .arguments-icon-arrow {
    width: 14px;
    height: 14px;
  }

  .arguments-slider-page {
    color: rgba(45, 77, 118, 0.5);
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .arguments {
    margin-bottom: 32px;
  }

  .arguments .content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .arguments-text-box {
    position: relative;
    max-width: 541px;
  }

  .arguments-title {
    margin-bottom: 27px;
    color: #1c2445;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
  }

  .arguments-list {
    display: flex;
    gap: 11px;
  }

  .argument-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .argument-item-number {
    margin-bottom: 5px;
    position: relative;
    width: 38px;
    height: 38px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
    border-radius: 100%;
  }

  .argument-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #8dc8e5;
    font-size: 31px;
    font-weight: 700;
    line-height: 0.65;
  }

  .argument-item-text {
    color: #1c2445;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.1;
  }

  .argument-item:nth-child(1) .argument-item-text {
    width: 178px;
  }

  .argument-item:nth-child(2) .argument-item-text {
    width: 183px;
  }

  .argument-item:nth-child(3) .argument-item-text {
    width: 154px;
  }

  .argument-item-text .accent {
    font-weight: 700;
  }

  .right-box {
    position: relative;
    overflow: hidden;
    width: 397px;
  }

  .arguments-slider {
    display: flex;
    gap: 12px;
    width: 3260px;
  }

  .arguments-slider-box {
    width: 397px;
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

  .arguments-slider-box-img {
    width: 100%;
    height: 97px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  }

  .arguments-slider-box:nth-child(1) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-slider-first-mobile.jpg");
  }

  .arguments-slider-box:nth-child(2) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-2.jpg");
  }

  .arguments-slider-box:nth-child(3) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-3.jpg");
  }

  .arguments-slider-box:nth-child(4) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-4.jpg");
  }

  .arguments-slider-box:nth-child(5) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-5.jpg");
  }

  .arguments-slider-box:nth-child(6) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-6.jpg");
  }

  .arguments-slider-box:nth-child(7) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-7.jpg");
  }

  .arguments-slider-box:nth-child(8) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-8.jpg");
  }

  .arguments-slider-content {
    padding: 14px 20px 78px 21px;
  }

  .arguments-slider-title {
    margin-bottom: 7px;
    color: #1c2445;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
  }

  .arguments-slider-text {
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.3;
  }

  .arguments-slider-ctrl {
    width: 356px;
    position: absolute;
    bottom: 28px;
    left: 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .arguments-slider-ctrl-buttons {
    display: flex;
    gap: 6px;
  }

  .arguments-slider-btn-ctrl {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .arguments-icon-arrow {
    width: 14px;
    height: 14px;
  }

  .arguments-slider-page {
    color: rgba(45, 77, 118, 0.5);
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (min-width: 1200px) {
  .arguments {
    margin-bottom: 42px;
  }

  .arguments .content {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }

  .arguments-text-box {
    position: relative;
  }

  .arguments-text-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1258px;
    height: 87px;
    background-image: url("../img/single-lp/decoration.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .arguments-title {
    width: 605px;
    margin-top: 120px;
    margin-bottom: 25px;
    color: #1c2445;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }

  .arguments-list {
    display: flex;
    gap: 16px;
  }

  .argument-item:nth-child(1) {
    width: 220px;
  }

  .argument-item:nth-child(2) {
    width: 228px;
  }

  .argument-item:nth-child(3) {
    width: 192px;
  }

  .argument-item-number {
    margin-bottom: 13px;
    position: relative;
    width: 49px;
    height: 49px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
    border-radius: 100%;
  }

  .argument-number {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #8dc8e5;
    font-size: 40px;
    font-weight: 700;
    line-height: 0.65;
  }

  .argument-item-text {
    color: #1c2445;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
  }

  .argument-item-text .accent {
    font-weight: 700;
  }

  .right-box {
    position: relative;
    overflow: hidden;
  }

  .arguments-slider {
    display: flex;
    gap: 12px;
    width: 3492px;
  }

  .arguments-slider-box {
    width: 426px;
    /* height: 351px; */
    border-radius: 20px;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.6) 100%
      ),
      linear-gradient(313deg, #8dc8e5 -13.25%, #d6effc 121.89%);
  }

  .arguments-slider-box-img {
    height: 128px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
  }

  .arguments-slider-box:nth-child(1) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-slider-first.jpg");
  }

  .arguments-slider-box:nth-child(2) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-2.jpg");
  }

  .arguments-slider-box:nth-child(3) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-3.jpg");
  }

  .arguments-slider-box:nth-child(4) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-4.jpg");
  }

  .arguments-slider-box:nth-child(5) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-5.jpg");
  }

  .arguments-slider-box:nth-child(6) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-6.jpg");
  }

  .arguments-slider-box:nth-child(7) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-7.jpg");
  }

  .arguments-slider-box:nth-child(8) .arguments-slider-box-img {
    background-image: url("../img/single-lp/arguments/arguments-8.jpg");
  }

  .arguments-slider-content {
    padding: 24px 36px 99px 43px;
  }

  .arguments-slider-title {
    margin-bottom: 5px;
    color: #1c2445;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  .arguments-slider-text {
    width: 347px;
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
  }

  .arguments-slider-ctrl {
    width: 347px;
    position: absolute;
    bottom: 32px;
    left: 43px;
    display: flex;
    justify-content: space-between;
  }

  .arguments-slider-ctrl-buttons {
    display: flex;
    gap: 8px;
  }

  .arguments-slider-btn-ctrl {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 2px solid #2d4d76;
    color: #2d4d76;
    background-color: transparent;
  }

  .arguments-slider-page {
    align-self: flex-end;
    color: rgba(45, 77, 118, 0.5);
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
  }
}

@media screen and (min-width: 1400px) {
  .arguments-slider {
    width: 4916px;
  }

  .arguments-slider-box {
    width: 604px;
  }

  .arguments-slider-text {
    width: 100%;
  }

  .arguments-slider-ctrl {
    width: 525px;
  }
}

/* Consult */
@media screen and (max-width: 767px) {
  .consult {
    margin-bottom: 109px;
  }

  .consult .container {
    background-image: linear-gradient(
        0deg,
        rgba(45, 77, 118, 0) 0%,
        #1c2445 100%
      ),
      url("../img/single-lp/consult-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .consult .content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
    padding-bottom: 415px;
    width: 274px;
  }

  .consult-title {
    margin-bottom: 6px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
  }

  .consult-text {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
  }

  .consult-form-box {
    position: absolute;
    bottom: -74px;
    left: 50%;
    transform: translateX(-50%);
    padding: 24px 24px 30px 24px;
    width: 279px;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.25));
  }

  .consult-form-title {
    margin-bottom: 7px;
    color: #2d4d76;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
  }

  .consult-soc-media-list {
    margin-bottom: 7px;
    justify-content: center;
    display: flex;
    gap: 13px;
  }

  .consult-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .consult-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .consult-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }

  .consult-form-input {
    color: #929ba0;
    margin-bottom: 39px;
    width: 198px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .consult-form-input:last-child {
    margin-bottom: 33px;
  }

  .consult-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .consult-form-input:focus {
    outline: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .consult {
    margin-bottom: 110px;
  }

  .consult .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 225px;
    padding-left: 45px;
    background-image: linear-gradient(
        0deg,
        rgba(45, 77, 118, 0) 0%,
        #1c2445 100%
      ),
      url("../img/single-lp/consult-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .consult-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .consult-text {
    width: 313px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }

  .consult-form-box {
    position: absolute;
    top: 30px;
    right: 20px;
    padding: 23px 42px 35px 42px;
    width: 310px;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.25));
  }

  .consult-form-title {
    margin-bottom: 7px;
    color: #2d4d76;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
  }

  .consult-soc-media-list {
    margin-bottom: 7px;
    justify-content: center;
    display: flex;
    gap: 13px;
  }

  .consult-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .consult-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .consult-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }

  .consult-form-input {
    color: #929ba0;
    margin-bottom: 39px;
    width: 198px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .consult-form-input:last-child {
    margin-bottom: 15px;
  }

  .consult-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .consult-form-input:focus {
    outline: none;
  }

  .consult .hero-checkbox-container {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .consult {
    margin-bottom: 112px;
  }

  .consult .container {
    position: relative;
    padding-top: 72px;
    padding-bottom: 195px;
    padding-left: 98px;
    background-image: linear-gradient(
        0deg,
        rgba(45, 77, 118, 0) 0%,
        #1c2445 100%
      ),
      url("../img/single-lp/consult-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .consult-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 41px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .consult-text {
    width: 350px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }

  .consult-form-box {
    position: absolute;
    top: 40px;
    right: 70px;
    padding: 23px 42px 35px 42px;
    width: 379px;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.25));
  }

  .consult-form-title {
    margin-bottom: 7px;
    color: #2d4d76;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .consult-soc-media-list {
    margin-bottom: 7px;
    justify-content: center;
    display: flex;
    gap: 13px;
  }

  .consult-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .consult-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .consult-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }

  .consult-form-input {
    color: #929ba0;
    margin-bottom: 39px;
    width: 198px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .consult-form-input:last-child {
    margin-bottom: 33px;
  }

  .consult-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .consult-form-input:focus {
    outline: none;
  }
}

@media screen and (min-width: 1200px) {
  .consult {
    margin-bottom: 112px;
  }

  .consult .container {
    position: relative;
    padding-top: 72px;
    padding-bottom: 175px;
    padding-left: 98px;
    background-image: linear-gradient(
        0deg,
        rgba(45, 77, 118, 0) 0%,
        #1c2445 100%
      ),
      url("../img/single-lp/consult-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
  }

  .consult-title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }

  .consult-text {
    width: 400px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }

  .consult-form-box {
    position: absolute;
    top: 51px;
    right: 70px;
    padding: 23px 42px 35px 42px;
    width: 379px;
    background-color: #fff;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 134px rgba(0, 0, 0, 0.25));
  }

  .consult-form-title {
    margin-bottom: 7px;
    color: #2d4d76;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .consult-soc-media-list {
    margin-bottom: 7px;
    justify-content: center;
    display: flex;
    gap: 13px;
  }

  .consult-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .consult-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .consult-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }

  .consult-form-input {
    color: #929ba0;
    margin-bottom: 39px;
    width: 198px;
    border: none;
    border-bottom: 1px solid #111;
  }

  .consult-form-input:last-child {
    margin-bottom: 33px;
  }

  .consult-form-input::placeholder {
    color: #929ba0;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
  }

  .consult-form-input:focus {
    outline: none;
  }
}

/* Footer */
@media screen and (max-width: 767px) {
  .footer .container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .footer .line:first-child {
    margin-bottom: 19px;
  }

  .footer .line:last-child {
    margin-top: 26px;
    margin-bottom: 32px;
  }

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

  .footer-logo-icon {
    width: 208px;
    height: 29px;
    margin-bottom: 42px;
  }

  .footer-contacts-title {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
  }

  .footer-address {
    margin-bottom: 15px;
    width: 229px;
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-address:last-child {
    margin-bottom: 39px;
  }

  .phone-numbers-list {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .footer .country-span {
    color: #25385d;
    font-size: 12px;
    margin-right: 0;
    font-weight: 700;
  }

  .phone-number {
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-contacts-email {
    margin-bottom: 39px;
    color: #1c2445;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: underline;
  }

  .footer-soc-media-title {
    margin-bottom: 8px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .footer-soc-media-list {
    display: flex;
    gap: 11px;
  }

  .footer-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .footer-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .footer-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .footer .line:first-child {
    margin-bottom: 33px;
  }

  .footer .line:last-child {
    margin-top: 39px;
    margin-bottom: 37px;
  }

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

  .footer-logo-icon {
    width: 208px;
    height: 29px;
  }

  .footer-logo {
    margin-right: 30px;
    margin-top: 8px;
  }

  .footer-contacts-title {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 15px;
    font-weight: 700;
    line-height: 0.8;
  }

  .footer-address {
    width: 150px;
    color: #25385d;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-address:not(:last-child) {
    margin-bottom: 15px;
  }

  .phone-numbers-list {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .footer .country-span {
    color: #25385d;
    font-size: 9px;
    margin-right: 0;
  }

  .phone-number {
    margin-left: -2px;
    color: #25385d;
    font-size: 9px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-contacts-email {
    color: #1c2445;
    font-size: 8px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: underline;
  }

  .footer-soc-media-title {
    margin-bottom: 8px;
    color: #2d4d76;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
  }

  .footer-soc-media-list {
    display: flex;
    gap: 11px;
  }

  .footer-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .footer-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .footer-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .footer .line:first-child {
    margin-bottom: 33px;
  }

  .footer .line:last-child {
    margin-top: 39px;
    margin-bottom: 37px;
  }

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

  .footer-logo-icon {
    width: 208px;
    height: 29px;
  }

  .footer-logo {
    margin-right: 80px;
    margin-top: 18px;
  }

  .footer-contacts-title {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 23px;
    font-weight: 700;
    line-height: 0.8;
  }

  .footer-address {
    width: 229px;
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-address:not(:last-child) {
    margin-bottom: 15px;
  }

  .phone-numbers-list {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .footer .country-span {
    color: #25385d;
    font-size: 10px;
    margin-right: 0;
  }

  .phone-number {
    color: #25385d;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-contacts-email {
    color: #1c2445;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: underline;
  }

  .footer-soc-media-title {
    margin-bottom: 8px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .footer-soc-media-list {
    display: flex;
    gap: 11px;
  }

  .footer-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .footer-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .footer-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }
}

@media screen and (min-width: 1200px) {
  .footer .line {
    width: 100%;
    height: 1px;
    opacity: 0.2;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.2) 100%
      ),
      #1c2445;
  }

  .footer .line:first-child {
    margin-bottom: 33px;
  }

  .footer .line:last-child {
    margin-top: 39px;
    margin-bottom: 37px;
  }

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

  .footer-logo {
    margin-right: 80px;
    margin-top: 18px;
  }

  .footer-contacts-title {
    margin-bottom: 15px;
    color: #2d4d76;
    font-size: 28px;
    font-weight: 700;
    line-height: 0.8;
  }

  .footer-address {
    width: 229px;
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-address:not(:last-child) {
    margin-bottom: 15px;
  }

  .phone-numbers-list {
    margin-bottom: 19px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .footer .country-span {
    color: #25385d;
    font-size: 12px;
    margin-right: 0;
  }

  .phone-number {
    color: #25385d;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer-contacts-email {
    color: #1c2445;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration-line: underline;
  }

  .footer-soc-media-title {
    margin-bottom: 8px;
    color: #2d4d76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }

  .footer-soc-media-list {
    display: flex;
    gap: 11px;
  }

  .footer-soc-media-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background-image: linear-gradient(
      241deg,
      #8dc8e5 -27.24%,
      rgba(141, 200, 229, 0) 86.86%
    );
  }

  .footer-soc-media-item:nth-child(1) {
    padding-right: 3px;
    padding-bottom: 1px;
  }

  .footer-soc-media-item:nth-child(3) {
    padding-bottom: 2px;
  }
}

/* Modal Order call */
.backdrop {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  opacity: 1;
  background-color: rgba(46, 47, 66, 0.6);

  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1),
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.backdrop.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 300px;
  padding: 50px 36px 30px 36px;

  font-size: 12px;

  background-color: #fcfcfc;
  border-radius: 20px;
}

.download-catalog .modal-container {
  width: 310px;
  padding: 45px 40px 30px 40px;
}

.consult .modal-container {
  width: 350px;
}

.video-first .modal-container,
.video-second .modal-container,
.video-third .modal-container {
  width: 320px;
  height: 179px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .video-first .modal-container,
  .video-second .modal-container,
  .video-third .modal-container {
    width: 560px;
    height: 315px;
    background-color: transparent;
  }
}

.video-frame {
  width: 320px;
  height: 180px;
  border-radius: 14px;
}

@media screen and (min-width: 768px) {
  .video-frame {
    width: 560px;
    height: 315px;
  }
}

.cross-button {
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  color: #2d4d76;
  border-radius: 100%;
  border: 1px solid #2d4d76;
  background-color: transparent;
}

.video-first .cross-button,
.video-second .cross-button,
.video-third .cross-button {
  border: none;
}

.cross-icon {
  width: 8px;
  height: 8px;
  fill: #2d4d76;
}

.video-first .cross-icon,
.video-second .cross-icon,
.video-third .cross-icon {
  width: 15px;
  height: 15px;
}

.modal-title {
  margin-bottom: 30px;
  color: #2d4d76;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.download-catalog .modal-title {
  margin-bottom: 10px;
}

.modal-description {
  margin-bottom: 20px;
  color: #2d4d76;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}
