@font-face {
    font-family: Gilroy Ultra Light;
    src: url(Gilroy-UltraLight.eot);
    src: url(Gilroy-UltraLight.eot?#iefix) format("embedded-opentype"), url(Gilroy-UltraLight.woff) format("woff"), url(Gilroy-UltraLight.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy Regular;
    src: url(Gilroy-Regular.eot);
    src: url(Gilroy-Regular.eot?#iefix) format("embedded-opentype"), url(Gilroy-Regular.woff) format("woff"), url(Gilroy-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy Extra Bold;
    src: url(Gilroy-ExtraBold.eot);
    src: url(Gilroy-ExtraBold.eot?#iefix) format("embedded-opentype"), url(Gilroy-ExtraBold.woff) format("woff"), url(Gilroy-ExtraBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat Regular;
    src: url(Montserrat-Regular.eot);
    src: url(Montserrat-Regular.eot?#iefix) format("embedded-opentype"), url(Montserrat-Regular.woff) format("woff"), url(Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat Medium;
    src: url(Montserrat-Medium.eot);
    src: url(Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(Montserrat-Medium.woff) format("woff"), url(Montserrat-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat Black;
    src: url(Montserrat-Black.eot);
    src: url(Montserrat-Black.eot?#iefix) format("embedded-opentype"), url(Montserrat-Black.woff) format("woff"), url(Montserrat-Black.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy Medium;
    src: url(Gilroy-Medium.eot);
    src: url(Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(Gilroy-Medium.woff) format("woff"), url(Gilroy-Medium.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy Semibold;
    src: url(Gilroy-SemiBold.eot);
    src: url(Gilroy-SemiBold.eot?#iefix) format("embedded-opentype"), url(Gilroy-SemiBold.woff) format("woff"), url(Gilroy-SemiBold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Gilroy Bold;
    src: url(Gilroy-Bold.eot);
    src: url(Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(Gilroy-Bold.woff) format("woff"), url(Gilroy-Bold.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
*,
*:after,
*:before {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    font-family: Gilroy Regular, sans-serif;
    padding: 0;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 120%;
    font-weight: 400;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    max-width: 1920px;
    margin: 0 auto;
}
p,
div {
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}
a {
    scroll-behavior: smooth;
    text-decoration: none;
}
section {
    box-sizing: border-box;
    position: relative;
}
main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
}
.cont {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#popupResult .recaptcha_div {
    overflow: hidden;
    width: 150px;
    margin: 32px auto 15px auto;
    height: 40px;
    opacity: 0.9;
    border-radius: 5px;
}
#popupResult .g-recaptcha {
    margin: -17px 0 0 -11px;
}

#services + .form-center #popupResult .recaptcha_div  {
    position: absolute;
    right: 0;
    margin: 130px 160px 0 0;
}
 @media screen and (max-width: 991px) {
#services + .form-center #popupResult .recaptcha_div  {
    position: relative;
    right: 0;
    margin: 0 0 10px 0;
}
}

.request-word {
    font-weight: 400;
    font-size: 18px;
    position: relative;
    line-height: 18px;
    margin: 25px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
}

.request-word:before {
    content: "";
    display: inline-block;
    height: 3px;
    width: 45px;
    background: #333333;
    margin-right: 10px;
}

.request-word:after {
    content: "";
    display: inline-block;
    height: 3px;
    width: 45px;
    background: #333333;
    margin-left: 10px;
}

.sw-app {
    margin-top: 50px !important;
}

.request-write {
    margin: auto;
    max-width: 340px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.request-write-link-whatsap {
    background: #25d366;
}

.request-write-link-telegram {
    background: #37aee2;
}

.request-write-link {
    border-radius: 6px;
    font-family: Raleway;
    font-style: normal;
    width: 160px;
    display: block;
    padding: 14px 0;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.block__price {
    font-weight: 900;
    font-size: 25px;
    margin: 15px 0 30px 0;
    text-align: center;
}
.policy {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 410px;
    margin: 10px auto 15px;
    position: relative;
}
.policy--last {
    margin-left: 0;
}
.policy__ok {
    display: block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    position: relative;
    background: transparent;
    border: 1px solid #000;
}
.policy__ok--white {
    background: #fff !important;
}
.policy__ok:after {
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(..//image/icon/ok.svg) no-repeat center/contain;
    display: block;
}
.policy__input {
    display: none;
}
.policy__input:checked + .policy__ok:after {
    display: block;
}
.policy__text {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    text-align: left;
}
.policy__text--white {
    color: #fff;
}
.policy__text--white a {
    color: #000 !important;
}
.policy__text a {
    color: #000;
}
.menu {
    position: fixed;
    z-index: 198;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    justify-content: flex-start;
    visibility: hidden;
    width: 100vw;
    opacity: 0;
    transition: 0.3s;
    overflow: hidden;
    display: flex;
}
.menu--active {
    visibility: visible;
    opacity: 1;
}
.menu--active .menu__dialog {
    transform: none;
}
.menu__dialog {
    position: relative;
    background: #fff;
    padding: 5px;
    width: 90vw;
    min-height: 100vh;
    overflow: auto;
    text-align: center;
    transition: 0.5s;
    transform: translate(-100%);
}
.menu__box {
    border: 1px solid rgba(28, 28, 28, 0.2);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 70px;
    padding-left: 33px;
    height: calc(100vh - 10px);
}
.menu__close {
    position: absolute;
    width: 60px;
    height: 25px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.menu__link {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 10px;
    text-decoration: none;
    transition: all 0.6s;
}
.menu__link:last-child {
    margin-bottom: 0;
}
.menu__nav {
    text-align: left;
    margin: 0 auto 30px;
}
.menu__contacts {
    text-align: left;
}
.menu__contacts-block {
    margin-bottom: 15px;
}
.menu__contacts-text {
    font-family: Montserrat, serif;
    font-weight: 300;
    font-size: 9px;
    line-height: 1.2;
    color: #4a4949d9;
}
.menu__contacts-phone {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #323232;
}
.menu__contacts-textcolor {
    font-family: Montserrat, serif;
    font-size: 8px;
    line-height: 1.2;
    font-weight: 500;
    color: #197bbd;
}
.menu__messengers {
    display: inline-block;
    vertical-align: top;
}
.menu__messengers-text {
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    color: #4a4949d9;
    margin-bottom: 8px;
}
.menu__messengers-icons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.menu__icon-link {
    height: 15px;
}
.menu__icon {
    height: 100%;
}
.menu__text {
    position: absolute;
    top: 15px;
    left: 35px;
    font-size: 24px;
    line-height: 30px;
    color: #323232;
    font-weight: 700;
}
.fade {
    animation-name: fade;
    animation-duration: 1.2s;
}
@keyframes fade {
    0% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
@keyframes toRight {
    0% {
        left: -100%;
    }
    85% {
        left: -100%;
    }
    to {
        left: 100%;
    }
}
.button {
    border: none;
    cursor: pointer;
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(0deg, #002bff 0%, #03bdf5 100%);
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    border-radius: 28px;
    text-transform: uppercase;
    line-height: 100%;
    transition: all 0.5s;
}
.button:focus {
    outline: none;
}
.button:hover {
    transform: scale(1.03);
}
@media screen and (max-width: 1200px) {
    .button {
        font-size: 18px;
    }
}
@media screen and (max-width: 993px) {
    .button {
        font-size: 14px;
    }
}
.button--effect {
    position: relative;
    overflow: hidden;
}
.button--effect:hover {
    transform: none;
}
.button--effect:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    transform: translateY(-50%);
    background: linear-gradient(
        to right top,
        transparent 29%,
        rgba(255, 255, 255, 0.8) 29% 32%,
        transparent 32% 35%,
        rgba(255, 255, 255, 0.8) 35% 40%,
        transparent 42% 45%,
        rgba(255, 255, 255, 0.7) 45% 55%,
        transparent 55% 58%,
        rgba(255, 255, 255, 0.8) 58% 61%,
        transparent 61%
    );
    opacity: 0.3;
    left: 0;
    top: 0;
    transition: 0.8s;
    z-index: 3;
    animation: toRight 6s infinite;
}
.section-title {
    font-family: Gilroy Medium, sans-serif;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    color: #1c1c1c;
    margin-top: 0;
}
.section-title--bold {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
}
.section-title--color {
    color: #002bff;
}
.header {
    padding-top: 4px;
    padding-bottom: 25px;
    position: relative;
}
.header:before {
    content: "";
    position: absolute;
    width: 1400px;
    height: 1px;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    background-color: #63605f1a;
}
.header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__logo {
    display: flex;
    align-items: center;
}
.header__logo img {
    width: 60px;
    margin-bottom: 10px;
}
.header__logo .wrap {
    text-align: center;
}
.header__logo-textsmall {
    font-family: Gilroy Medium, sans-serif;
    margin-top: -15px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
}
.header__logo-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #4a4949;
    width: 130px;
    margin-left: 34px;
    position: relative;
    box-sizing: border-box;
}
.header__logo-text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #4a4949;
    left: -14px;
    top: 2px;
}
.header__contacts {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
}
.header__contacts-text {
    font-family: Montserrat Light, sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.2;
    color: #4a4949d9;
}
.header__contacts-phone {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
}
.header__contacts-textcolor {
    font-family: Montserrat Medium, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    color: #197bbd;
}
.header__messengers {
    display: inline-block;
    vertical-align: top;
}
.header__messengers-text {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    color: #4a4949d9;
    margin-bottom: 8px;
}
.header__messengers-icons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.header__icon-link {
    height: 15px;
		color: #1a1919;
}
.header__icon {
    height: 100%;
}
.header__button {
    width: 220px;
    height: 45px;
    font-size: 14px;
    text-transform: inherit;
}
.header__burger {
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.header__burger__line {
    width: 26px;
    height: 2px;
    background: #323232;
}
.promo {
    padding-top: 105px;
    padding-bottom: 480px;
    height: 951px;
    box-sizing: border-box;
    background: url(../image/bg/bg-header.png) center no-repeat;
    position: relative;
}
.promo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
}
.promo__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.promo__title {
    font-size: 29px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: #2a2929;
    margin-bottom: 10px;
}
.promo__subtitle {
    font-family: Gilroy Bold, sans-serif;
    font-size: 26px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 42px;
    width: 564px;
    text-align: center;
    background-image: linear-gradient(0deg, #ff1818 0%, #ff6868 100%);
    border: 4px solid rgba(255, 180, 69, 0.4);
    transform: skew(-15deg);
}
.promo__subtitle span {
    display: block;
    transform: skew(15deg);
}
.promo__descr {
    font-family: Gilroy Medium, sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    color: #060809;
    margin-bottom: 25px;
}
.promo__text {
    font-family: Montserrat Regular, sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #2f3030;
    column-gap: 12px;
    margin-bottom: 60px;
}
.promo__text span {
    font-family: Gilroy Bold, sans-serif;
    display: block;
    font-weight: 700;
}
.promo__button {
    width: 315px;
    height: 60px;
}
.promo__block {
    width: 468px;
    height: 349px;
    border-radius: 7px;
    filter: drop-shadow(0 0 15px rgba(53, 51, 51, 0.6));
    border: 4px solid #ff00009e;
}
.promo__image {
    width: 100%;
    height: 100%;
}
.welcome {
    padding-bottom: 80px;
}
.welcome__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.welcome__content {
	max-width: 730px;
}
.welcome__content-title {
    margin-bottom: 25px;
}
.welcome__content-title .section-title--color {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
}
.welcome__content-descr {
    max-width: 600px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #1c1c1c;
    margin-bottom: 20px;
}
.welcome__content-descr--bold {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
}
.welcome__content-descr:last-child {
    margin-bottom: 0;
}
.welcome__block {
    width: 400px;
    height: 506px;
    border-radius: 50px;
    background-color: #fff;
    filter: drop-shadow(0 0 25px rgba(28, 28, 28, 0.2));
}
.welcome__block-title {
    font-family: Gilroy Semibold, sans-serif;
    padding-top: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 77px;
    background-image: linear-gradient(0deg, #ff1818 0%, #ff6868 100%);
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.welcome__block-input-group {
    width: 340px;
    margin: 0 auto 20px;
}
.welcome__block-input-group:last-of-type {
    margin: 0 auto 45px;
}
.welcome__block-input {
    width: 100%;
    height: 60px;
    border: 1px solid #016BFB;
    padding: 0 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #1c1c1cbd;
    border-radius: 30px;
}
.welcome__block-input::placeholder {
    color: #1c1c1cbd;
}
.welcome__block-input:focus {
    outline: none;
}
.welcome__block-button {
    width: 341px;
    height: 60px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
}
.offer {
    padding-top: 50px;
    padding-bottom: 110px;
    background: url(../image/bg/offer-bg.png) center no-repeat;
}
.offer .section-title--color {
    font-family: Gilroy Bold, sans-serif;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
}
.offer__title {
    text-align: center;
    margin-bottom: 54px;
}
.offer__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer__item {
    position: relative;
    width: 370px;
    height: 573px;
    border-radius: 50px;
    filter: drop-shadow(0 0 25px rgba(28, 28, 28, 0.2));
    background-color: #fff;
    cursor: pointer;
}
.offer__item:hover {
    background-image: linear-gradient(0deg, #ffb141 0%, #ffe981 100%);
}
.offer__item:hover .offer__item-button {
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.2));
    background-image: linear-gradient(0deg, #1b1b1b 0%, #605e5e 100%);
}
.offer__item:hover:before {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 22px;
    width: 20px;
    height: 20px;
}
.offer__item-image {
    border: 5px solid rgba(255, 180, 69, 0.4);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
    margin-bottom: 20px;
}
.offer__item-title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 20px;
		max-width: 320px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 15px auto;
}
.offer__item-descr {
    font-size: 18px;
	max-width: 320px;
    line-height: 25px;
    color: #101010;
    text-align: center;
	margin: 0 auto 25px auto;
}
.offer__item-button {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    font-size: 16px;
    border-radius: 20px;
}
.good {
    padding-top: 100px;
}
.good__title {
    font-family: Gilroy Semibold, sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}
.good__text {
    font-size: 16px;
    color: #2a2929;
    text-align: center;
    margin-bottom: 70px;
}
.good__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.good__content-title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 22px;
    color: #2a2929;
    font-weight: 700;
    margin-bottom: 25px;
}
.good__content-descr {
    max-width: 560px;
    font-size: 16px;
    line-height: 25px;
    color: #2a2929;
    margin-bottom: 18px;
}
.good__content-descr--color,
.good__content-descr--bold {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
}
.good__content-descr--color {
    color: #016BFB;
}
.good__content-descr:last-of-type {
    margin-bottom: 0;
}
.good__block {
    position: relative;
    width: 447px;
    height: 326px;
    border-radius: 5px;
    background-color: #fff;
    border: 5px solid rgb(255 0 0 / 62%);
}
.good__block-image {
    position: absolute;
    width: 459px;
    height: 338px;
    object-fit: inherit;
    top: 40px;
    left: -70px;
}
.features {
    padding-top: 140px;
}
.features__title {
    font-family: Gilroy Bold, sans-serif;
    text-align: center;
    font-weight: 700;
    margin-bottom: 65px;
}
.features__items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.features__item {
    width: 270px;
}
.features__item-number {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 900;
    font-family: Montserrat Black, sans-serif;
    margin-bottom: 25px;
}
.features__item-number:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #016BFB;
}
.features__item-number:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 220px;
    height: 1px;
    background-color: #515251;
}
.features__item-title {
    padding-left: 50px;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.features__item-descr {
    padding-left: 50px;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #1c1c1c;
}
.features__text {
    max-width: 570px;
    font-size: 26px;
    color: #1c1c1c;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 35px;
}
.features__button {
    width: 315px;
    font-size: 16px;
    height: 55px;
    border-radius: 28px;
    display: block;
    margin: 0 auto;
}
.services {
    padding-top: 95px;
    padding-bottom: 70px;
}
.services__title {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.services__text {
    text-align: center;
		max-width: 800px;
    margin: 0 auto 45px auto;
    font-size: 16px;
    color: #2a2929;
}
.services__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1110px;
    margin: 0 auto 80px;
}
.services__block {
    position: relative;
    width: 447px;
    height: 326px;
    border-radius: 5px;
    background-color: #fff;
    border: 5px solid rgb(255 0 0 / 62%);
}
.services__block-image {
    position: absolute;
    width: 459px;
    height: 338px;
    object-fit: inherit;
    top: 40px;
    left: -60px;
}
.services__content {
    max-width: 620px;
}
.services__content-title {
    font-family: Gilroy Bold, sans-serif;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 18px;
    color: #2a2929;
    font-weight: 700;
}
.services__content-descr {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #2a2929;
    font-weight: 400;
    margin-bottom: 12px;
}
.services__content-descr:after {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 10px;
    height: 10px;
    background: url(..//image/icon/plus.png) center no-repeat;
}
.services__content-descr:last-of-type {
    margin-bottom: 0;
}
.services__items {
    display: flex;
    justify-content: space-between;
}
.services__item {
    width: 270px;
}
.services__item-number {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 900;
    font-family: Montserrat Black, sans-serif;
    margin-bottom: 25px;
}
.services__item-number:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #016BFB;
}
.services__item-number:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 220px;
    height: 1px;
    background-color: #515251;
}
.services__item-descr {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1c1c1c;
}
.services__item-descr--color {
    font-family: Gilroy Bold, sans-serif;
    color: #016BFB;
    font-weight: 700;
}
.form-center {
    padding-top: 55px;
    padding-bottom: 40px;
    background: url(../image/bg/bg-1.png) center no-repeat;
}
.form-center__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-center__content {
    display: flex;
    align-items: center;
}
.form-center__block-text {
    margin-left: 18px;
}
.form-center__block-title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 26px;
    color: #2a2929;
    font-weight: 700;
    margin-bottom: 12px;
}
.form-center__block-descr {
    font-size: 18px;
    color: #2a2929;
    font-weight: 400;
}
.form-center__block-form {
    display: flex;
    align-items: center;
    max-width: 560px;
    flex-wrap: wrap;
}
.form-center__input-group {
    position: relative;
    width: 270px;
}
.form-center__input-group:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 18px;
    height: 18px;
    background: url(..//image/icon/icon-phone.svg) center no-repeat;
    z-index: 5;
}
.form-center__input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    padding-right: 20px;
    background-color: #fff;
    border: 3px solid rgb(251 0 0 / 38%);
    font-size: 15px;
    line-height: 28px;
    color: #a09f9f;
    font-weight: 300;
    font-family: Montserrat Light, sans-serif;
}
.form-center__input::placeholder {
    color: #a09f9f;
}
.form-center__input:focus {
    outline: none;
}
.form-center__button {
    width: 270px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    margin-left: 15px;
}
.cost {
    padding-top: 80px;
}
.cost__title {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
}
.cost__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cost__item {
    width: 360px;
}
.cost__item-number {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1c1c1c;
    font-weight: 900;
    font-family: Montserrat Black, sans-serif;
    margin-bottom: 15px;
}
.cost__item-number:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #016BFB;
}
.cost__item-number:before {
    content: "";
    position: absolute;
    right: 95px;
    bottom: 7px;
    width: 220px;
    height: 1px;
    background-color: #515251;
}
.cost__item-descr {
    padding-left: 44px;
    font-size: 19px;
    line-height: 30px;
    color: #1c1c1c;
}
.cost__item-descr--color {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    color: #016BFB;
    padding-left: 0;
}
.cost__item-descr--bold {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    padding-left: 0;
}
.cost__item-descr:last-of-type {
    margin-bottom: 20px;
}
.cost__item-button {
    font-family: Gilroy Bold, sans-serif;
    width: 230px;
    height: 45px;
    background: transparent;
    background-image: linear-gradient(0deg, #ff1818 0%, #ff6868 100%);
    border: 4px solid rgba(255, 180, 69, 0.4);
    transform: skew(-5deg);
    margin-left: 44px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.cost__item-button span {
    display: block;
    transform: skew(5deg);
}
.all-inclusive {
    padding: 230px 0;
    background: url(../image/bg/bg-2.png) center no-repeat;
}
.all-inclusive__title {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
.all-inclusive__slide {
    width: 362px;
    height: 246px;
    border-radius: 7px;
    background-color: #197bbd;
    border: 3px solid #ff0303fc;
}
.all-inclusive__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-inclusive__wrap {
    margin-bottom: 70px;
}
.all-inclusive__arrows {
    width: 200px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 43px auto 0;
}
.all-inclusive .swiper-button-prev:after {
    content: "";
}
.all-inclusive .swiper-button-prev {
    position: static !important;
}
.all-inclusive .swiper-button-next:after {
    content: "";
}
.all-inclusive .swiper-button-next {
    position: static !important;
}
.all-inclusive .swiper-button-disabled svg path {
    fill: #000;
}
.all-inclusive__inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.all-inclusive__content-title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 700;
    margin-bottom: 10px;
}
.all-inclusive__content-subtitle {
    position: relative;
    font-size: 20px;
    letter-spacing: 1px;
    color: #323232;
    font-weight: 400;
}
.all-inclusive__content-subtitle:before {
    content: "";
    position: absolute;
    width: 260px;
    height: 40px;
    background: url(..//image/icon/arrow.png) center no-repeat;
    bottom: -40px;
}
.all-inclusive__form {
    display: flex;
    align-items: center;
    max-width: 560px;
    flex-wrap: wrap;
    margin-left: 112px;
}
.all-inclusive__input-group {
    position: relative;
    width: 270px;
}
.all-inclusive__input-group:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    width: 18px;
    height: 18px;
    background: url(icon-phone.0558f932.svg) center no-repeat;
    z-index: 5;
}
.all-inclusive__input {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    padding-left: 50px;
    padding-right: 20px;
    background-color: #fff;
    border: 3px solid rgb(251 0 0 / 38%);
    font-size: 15px;
    line-height: 28px;
    color: #a09f9f;
    font-weight: 300;
    font-family: Montserrat Regular, sans-serif;
}
.all-inclusive__input::placeholder {
    color: #a09f9f;
}
.all-inclusive__input:focus {
    outline: none;
}
.all-inclusive__button {
    width: 270px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    margin-left: 15px;
}
.faq__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.faq__content-title {
    font-size: 28px;
    color: #323232;
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.faq__content-title--color {
    color: #016BFB;
}
.faq__content-descr {
    max-width: 590px;
    font-size: 18px;
    line-height: 24px;
    color: #323232;
    margin-bottom: 30px;
}
.faq__block {
    width: 400px;
    height: 506px;
    border-radius: 50px;
    background-color: #fff;
    filter: drop-shadow(0 0 25px rgba(28, 28, 28, 0.2));
}
.faq__block-title {
    font-family: Gilroy Semiold, sans-serif;
    padding-top: 25px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    height: 77px;
    background-image: linear-gradient(0deg, #ff1818 0%, #ff6868 100%);
    border-bottom: 5px solid rgba(255, 180, 69, 0.4);
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}
.faq__block-input-group {
    width: 340px;
    margin: 0 auto 20px;
}
.faq__block-input-group:last-of-type {
    margin: 0 auto 45px;
}
.faq__block-input {
    width: 100%;
    height: 60px;
    border: 1px solid #00b23d;
    padding: 0 30px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    color: #1c1c1cbd;
    border-radius: 30px;
}
.faq__block-input::placeholder {
    color: #1c1c1cbd;
}
.faq__block-input:focus {
    outline: none;
}
.faq__block-button {
    width: 341px;
    height: 60px;
    font-size: 24px;
    display: block;
    margin: 0 auto;
}
.faq__items {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 700px;
    width: 100%;
}
.faq-item {
    border-radius: 5px;
    filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.1));
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
}
.faq-item__top {
    display: flex;
    position: relative;
    column-gap: 5px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-item__top.active .faq-item__icon svg,
.faq-item__top.active .faq-item__icon img {
    transform: rotate(180deg);
}
.faq-item__title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #323232;
    font-weight: 700;
    padding: 20px 20px 20px 22px;
}
.faq-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    background: rgb(255, 255, 255);
    border-radius: 100%;
}
.faq-item__icon img,
.faq-item__icon svg {
    transition: 0.2s;
}
.faq-item__bottom {
    max-height: 0;
    overflow: hidden;
    transition: 0.2s;
}
.faq-item__text {
    color: #2b1b43;
    font-size: 16px;
    line-height: 120%;
    padding: 20px;
    box-sizing: border-box;
}
.map {
    padding-top: 95px;
    padding-bottom: 75px;
}
.map__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.map__item {
    padding: 25px 23px 35px 20px;
    width: 369px;
    height: 328px;
    filter: drop-shadow(0px 1px 0px rgba(25, 123, 189, 0.15));
    background-color: #f7f7f7;
}
.map iframe {
    width: 767px;
    height: 330px;
    filter: drop-shadow(0px 2px 5px rgba(105, 105, 105, 0.5));
    background-color: #f5f5f5;
}
.map__item-title {
    font-family: Gilroy Bold, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 700;
    margin-bottom: 8px;
}
.map__item-descr {
    font-size: 14px;
    line-height: 18px;
    color: #323232;
    margin-bottom: 25px;
}
.map__phone-icon {
    font-family: Gilroy Bold, sans-serif;
    display: block;
    position: relative;
    padding-left: 23px;
    font-size: 15px;
    color: #333131;
    font-weight: 700;
    margin-bottom: 5px;
}
.map__phone-icon:last-of-type {
    margin-bottom: 20px;
}
.map__phone-icon--1:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(..//image/icon/icon-main-1.svg) center no-repeat;
}
.map__phone-icon--2:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(..//image/icon/icon-main-2.svg) center no-repeat;
}
.map__phone-icon--3:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 12px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(..//image/icon/icon-main-3.svg) center no-repeat;
}
.map__item-wrapper {
    display: flex;
    align-items: flex-start;
}
.map__item-address {
    font-family: Gilroy Bold, sans-serif;
    font-size: 15px;
    color: #333131;
    font-weight: 700;
}
.map__item-text {
    font-size: 14px;
    line-height: 18px;
    color: #333131;
    max-width: 260px;
    padding-top: 4px;
    margin-left: 10px;
}
.footer {
    padding: 35px 0;
    filter: drop-shadow(0px 1px 0px rgba(25, 123, 189, 0.15));
    background-color: #f7f7f7;
    position: relative;
}
.footer:before {
    content: "";
    position: absolute;
    width: 1400px;
    height: 1px;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background-color: #63605f1a;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__logo {
    display: flex;
    align-items: center;
}
.footer__logo img {
    width: 60px;
    margin-bottom: 10px;
}
.footer__logo .wrap {
    text-align: center;
}
.footer__dev {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-top: 20px;
}
.footer__dev-link img {
    width: 160px;
}
.footer__logo-textsmall {
    font-family: Gilroy Medium, sans-serif;
    margin-top: -15px;
    font-size: 12px;
    line-height: 100%;
    font-weight: 500;
}
.footer__logo-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #4a4949;
    width: 130px;
    margin-left: 34px;
    position: relative;
    box-sizing: border-box;
}
.footer__logo-text:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #4a4949;
    left: -14px;
    top: 2px;
}
.footer__contacts {
    display: flex;
    align-items: flex-start;
    column-gap: 60px;
}
.footer__contacts-text {
    font-family: Montserrat Light, sans-serif;
    font-weight: 300;
    font-size: 11px;
    line-height: 1.2;
    color: #4a4949d9;
}
.footer__contacts-phone {
    font-family: Gilroy Bold, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #323232;
}
.footer__contacts-textcolor {
    font-family: Montserrat Medium, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    color: #197bbd;
}
.footer__messengers {
    display: inline-block;
    vertical-align: top;
}
.footer__messengers-text {
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    color: #4a4949d9;
    margin-bottom: 8px;
}
.footer__messengers-icons {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.footer__icon-link {
    height: 15px;
}
.footer__icon {
    height: 100%;
}
.footer__button {
    width: 220px;
    height: 45px;
    font-size: 14px;
    text-transform: inherit;
}
.footer__list,
.footer__messengers-mobile {
    display: none;
}
.nav {
    padding: 17px 0;
}
.nav-last {
    padding: 20px 0;
    position: relative;
}
.nav-last:before {
    content: "";
    position: absolute;
    width: 1400px;
    height: 1px;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    background-color: #63605f1a;
}
.nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav__list-item {
    position: relative;
    font-family: Montserrat Medium, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}
.nav__list-item:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px;
    height: 20px;
    background: rgba(106, 106, 106, 0.5);
}
.nav__list-item:last-of-type:before {
    display: none;
}
.nav__list-link {
    color: #1a1a1a;
}
.modal {
    position: fixed;
    z-index: 199;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: auto;
    background: rgb(45, 45, 45);
    backdrop-filter: blur(15px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.modal--active {
    opacity: 1;
    visibility: visible;
}
.modal__container {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.modal-main__dialog {
    max-width: 450px;
    min-height: 540px;
    width: 100%;
    margin: auto;
    position: relative;
    background: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: center;
    z-index: 3;
}
.modal-main__dialog:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid rgba(28, 28, 28, 0.2);
}
.modal-main__title {
    font-family: Gilroy Bold, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    color: #323232;
    margin: 0 auto 15px;
    text-align: center;
}
.modal-main__descr {
    font-size: 15px;
    letter-spacing: 0px;
    color: #404048;
    text-align: center;
    margin-bottom: 20px;
}
.modal-main__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 25px;
    cursor: pointer;
}
.modal-main__input-group {
    width: 100%;
    margin: 0 auto 10px;
}
.modal-main__input-group:last-of-type {
    margin: 0 auto 30px;
}
.modal-main__input {
    font-family: Gilroy Medium, sans-serif;
    width: 100%;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #197bbd;
    background: transparent;
    padding: 0 20px;
    font-weight: 500;
    color: #32323299;
    font-size: 15px;
    line-height: 120%;
    box-sizing: border-box;
}
.modal-main__input::placeholder {
    color: #32323299;
}
.modal-main__input:focus {
    outline: none;
}
.modal-main__button {
    position: relative;
    width: 100%;
    height: 50px;
    text-transform: inherit;
    font-size: 15px !important;
}
.modal-thanks__dialog {
    max-width: 410px;
    min-height: 540px;
    width: 100%;
    margin: auto;
    position: relative;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}
.modal-thanks__dialog:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid rgba(28, 28, 28, 0.2);
}
.modal-thanks__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.modal-thanks__close img {
    width: 30px;
    height: 25px;
}
.modal-thanks__title {
    font-family: Gilroy Bold, sans-serif;
    color: #000;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
}
.modal-thanks__subtitle {
    font-family: Gilroy Bold, sans-serif;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}

.main-wrapper-thanks {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.thanks-page h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.thanks-page p {
    font-size: 18px;
    max-width: 650px;
}

.thanks-page p:not(:last-of-type) {
    margin-bottom: 20px;
}

.thanks-social {
    margin-top: 30px;
    justify-content: center;
    gap: 15px;
}

.thanks-social a {
    font-size: 25px;
}

.main-wrapper-thanks {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .modal-thanks__subtitle {
        font-size: 16px;
    }
}
@media screen and (max-width: 1440px) {
    .cont {
        padding-left: 10px;
        padding-right: 10px;
    }
    .header:before {
        width: 95%;
    }
    .promo {
        height: 730px;
    }
    .welcome {
        padding-bottom: 75px;
    }
    .features {
        padding-top: 130px;
    }
    .offer {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .good {
        padding-top: 95px;
    }
    .services__inner {
        width: 1060px;
    }
    .services__content {
        max-width: 575px;
    }
    .map iframe {
        width: 750px;
    }
    .nav-last:before {
        width: 95%;
    }
    .footer:before {
        width: 95%;
    }
}
@media screen and (max-width: 1199px) {
    .cont {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-title {
        font-size: 26px;
    }
    .header__contacts {
        column-gap: 70px;
    }
    .promo {
        height: 710px;
        padding-top: 90px;
        padding-bottom: 20px;
        background-size: cover;
    }
    .promo__block {
        width: 445px;
        height: 335px;
    }
    .promo__title {
        font-size: 28px;
    }
    .promo__subtitle {
        width: 510px;
        font-size: 20px;
        line-height: 45px;
    }
    .welcome {
        padding-bottom: 70px;
    }
    .offer {
        padding-bottom: 90px;
    }
    .offer__title {
        margin-bottom: 45px;
    }
    .offer__item {
        width: 335px;
        height: 550px;
    }
    .offer__item-title {
        font-size: 20px;
    }
    .offer__item-descr {
        font-size: 18px;
        line-height: 28px;
    }
    .good {
        padding-top: 85px;
    }
    .good__text {
        margin-bottom: 60px;
    }
    .good__block {
        width: 430px;
        height: 310px;
    }
    .good__block-image {
        width: 430px;
        height: 310px;
        top: 35px;
        left: -45px;
    }
    .good__content-title {
        margin-bottom: 30px;
    }
    .good__content-descr {
        margin-bottom: 25px;
    }
    .features {
        padding-top: 120px;
    }
    .features__title {
        margin-bottom: 55px;
    }
    .features__items {
        margin-bottom: 70px;
    }
    .features__item-number:before {
        width: 190px;
        right: 25px;
    }
    .features__item-descr {
        font-size: 13px;
        line-height: 22px;
    }
    .features__item-title {
        font-size: 17px;
        line-height: 23px;
    }
    .services {
        padding-top: 85px;
        padding-bottom: 65px;
    }
    .services__inner {
        width: 100%;
        justify-content: center;
        margin: 0 auto 70px;
    }
    .services__content {
        max-width: 530px;
        margin-left: 50px;
    }
    .services__item-number:before {
        width: 190px;
        right: 20px;
    }
    .services__block {
        width: 430px;
        height: 310px;
    }
    .services__block-image {
        width: 430px;
        height: 310px;
        left: -40px;
    }
    .services__item {
        width: 255px;
    }
    .services__item-descr {
        font-size: 14px;
        line-height: 22px;
    }
    .cost {
        padding-top: 70px;
    }
    .cost__title {
        margin-bottom: 50px;
    }
    .cost__item-number:before {
        right: 80px;
    }
    .cost__item-descr {
        font-size: 18px;
        line-height: 28px;
    }
    .all-inclusive {
        padding: 200px 0;
        background-size: cover;
    }
    .all-inclusive__title {
        margin-bottom: 60px;
    }
    .all-inclusive__slide {
        width: 335px;
        height: 225px;
    }
    .faq__items {
        max-width: 620px;
    }
    .map {
        padding-top: 90px;
        padding-bottom: 70px;
    }
    .map iframe {
        width: 655px;
    }
    .footer__contacts {
        column-gap: 70px;
    }
}
@media screen and (max-width: 1100px) {
    .cont {
        padding-left: 0;
        padding-right: 0;
        max-width: 960px;
    }
    .section-title {
        font-size: 24px;
    }
    .header__contacts {
        column-gap: 35px;
    }
    .header__button {
        width: 200px;
    }
    .nav__list-item {
        font-size: 14px;
    }
    .nav__list-item:before {
        right: -20px;
    }
    .promo {
        height: 680px;
        padding-top: 75px;
    }
    .promo__title {
        font-size: 26px;
    }
    .promo__subtitle {
        width: 470px;
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 35px;
    }
    .promo__descr {
        max-width: 400px;
    }
    .promo__text {
        margin-bottom: 50px;
    }
    .promo__button {
        height: 55px;
    }
    .welcome__content-descr {
        max-width: 530px;
    }
    .welcome__block {
        width: 375px;
        height: 485px;
    }
    .welcome__block-title {
        padding-top: 20px;
        font-size: 24px;
        height: 70px;
    }
    .welcome__block-button {
        height: 55px;
    }
    
    .offer {
        padding-bottom: 85px;
    }
    .offer__item {
        width: 305px;
        height: 520px;
    }
    .offer__item-title {
        font-size: 19px;
        margin-bottom: 25px;
    }
    .good {
        padding-top: 80px;
    }
    .good__text {
        margin-bottom: 55px;
    }
    .good__content-descr {
        max-width: 510px;
    }
    .good__block {
        width: 395px;
        height: 275px;
    }
    .good__block-image {
        width: 395px;
        height: 275px;
        top: 30px;
        left: -30px;
    }
    .good__content-descr {
        font-size: 15px;
        line-height: 24px;
    }
    .good__content-title {
        font-size: 22px;
    }
    .features {
        padding-top: 115px;
    }
    .features__title {
        margin-bottom: 50px;
    }
    .features__items {
        margin-bottom: 65px;
    }
    .features__item-number:before {
        width: 170px;
    }
    .features__item-title {
        font-size: 16px;
        line-height: 22px;
        padding-left: 45px;
    }
    .features__item-descr {
        padding-left: 45px;
        font-size: 12px;
        line-height: 20px;
    }
    .features__text {
        font-size: 22px;
        max-width: 510px;
    }
    .services {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .services__block,
    .services__block-image {
        width: 395px;
        height: 275px;
    }
    .services__content {
        max-width: 495px;
        margin-left: 30px;
    }
    .services__inner {
        margin: 0 auto 65px;
    }
    .services__item-number {
        margin-bottom: 20px;
    }
    .services__item-number:before {
        width: 165px;
    }
    .services__item {
        width: 230px;
    }
    .services__item-descr {
        font-size: 13px;
        line-height: 21px;
    }
    .cost {
        padding-top: 65px;
    }
    .cost__title {
        margin-bottom: 45px;
    }
    .cost__item {
        width: 310px;
    }
    .cost__item-number:before {
        right: 45px;
    }
    .cost__item-descr {
        font-size: 16px;
        line-height: 26px;
    }
    .all-inclusive {
        padding: 180px 0;
    }
    .all-inclusive__title {
        margin-bottom: 50px;
    }
    .all-inclusive__slide {
        width: 305px;
        height: 210px;
    }
    .all-inclusive__wrap {
        margin-bottom: 65px;
    }
    .faq__block {
        width: 375px;
        height: 485px;
    }
    .faq__block-title {
        padding-top: 20px;
        font-size: 24px;
        height: 70px;
    }
    .faq__block-button {
        height: 55px;
    }
    .faq__items {
        max-width: 550px;
    }
    .faq__item-title {
        font-size: 18px;
        line-height: 22px;
    }
    .faq__content-descr {
        max-width: 580px;
    }
    .map {
        padding-top: 85px;
        padding-bottom: 65px;
    }
    .map iframe {
        width: 565px;
    }
    .footer__contacts {
        column-gap: 35px;
    }
    .footer__button {
        width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .cont {
        max-width: 750px;
        margin: 0 auto;
    }
    .section-title {
        font-size: 22px;
    }
    .button {
        font-size: 14px;
    }
    .header {
        padding: 15px 0;
    }
    .header__contacts,
    .header__button {
        display: none;
    }
    .header__logo img {
        width: 65px;
    }
    .header__logo-textsmall {
        font-size: 10px;
    }
    .header:before {
        display: none;
    }
    .header__burger {
        display: flex;
    }
    .nav {
        display: none;
    }
    .promo {
        padding-top: 60px;
        height: 530px;
    }
    .promo__title {
        font-size: 22px;
    }
    .promo__subtitle {
        width: 405px;
        font-size: 16px;
        margin-bottom: 30px;
        margin-left: 5px;
    }
    .promo__descr {
        font-size: 20px;
        line-height: 22px;
    }
    .promo__text {
        margin-bottom: 40px;
    }
    .promo__block {
        width: 310px;
        height: 225px;
    }
    .welcome__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .welcome__content {
        margin-bottom: 50px;
    }
    .welcome__content-descr {
        max-width: 620px;
        margin: 0 auto 25px;
    }
    .welcome__block {
        width: 400px;
        height: 506px;
    }
    .offer {
        padding-bottom: 70px;
        background-size: cover;
    }
    .offer__title {
        margin-bottom: 40px;
    }
    .offer__title .section-title--color {
        display: inline-block;
        margin-right: 5px;
    }
    .offer__items-container {
        display: block;
        overflow: auto;
        padding-bottom: 10px;
        background-color: transparent;
    }
    .offer__items {
        display: flex;
        justify-content: space-between;
        width: 1170px;
        align-items: center;
        background-color: transparent;
    }
    .offer__item {
        filter: drop-shadow(0 0 7px rgba(28, 28, 28, 0.2));
        width: 370px;
        height: 573px;
    }
    .good {
        padding-top: 60px;
    }
    .good__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .good__text {
        margin-bottom: 40px;
    }
    .good__content-descr {
        max-width: 620px;
        font-size: 16px;
        line-height: 28px;
    }
    .good__block {
        width: 437px;
        height: 326px;
        margin-bottom: 95px;
    }
    .good__block-image {
        width: 459px;
        height: 338px;
        top: 40px;
        left: -70px;
    }
    .features {
        padding-top: 70px;
    }
    .features__title {
        margin-bottom: 45px;
    }
    .features__items {
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 55px;
        row-gap: 30px;
    }
    .features__item-number:before {
        width: 220px;
        right: 0;
    }
    .features__item-title {
        padding-left: 50px;
        font-size: 18px;
        line-height: 24px;
    }
    .features__item-descr {
        padding-left: 50px;
        font-size: 14px;
        line-height: 23px;
    }
    .services {
        padding-top: 70px;
        padding-bottom: 50px;
    }
    .services__text {
        margin-bottom: 40px;
    }
    .services__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto 55px;
    }
    .services__content {
        max-width: 620px;
        margin-left: 0;
    }
    .services__block {
        width: 447px;
        height: 326px;
        margin-bottom: 85px;
    }
    .services__block-image {
        width: 459px;
        height: 338px;
    }
    .services__content-title {
        text-align: center;
    }
    .services__items {
        flex-wrap: wrap;
        max-width: 600px;
        row-gap: 30px;
        margin: 0 auto;
    }
    .services__item {
        width: 270px;
    }
    .services__item-number:before {
        width: 220px;
        right: 0;
    }
    .services__item-descr {
        font-size: 15px;
        line-height: 24px;
    }
    .form-center__block-form {
        flex-direction: column;
    }
    .form-center__button {
        margin-left: 0;
    }
    .form-center__input-group {
        margin-bottom: 15px;
    }
    .cost {
        padding-top: 50px;
    }
    .cost__items {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .cost__item {
        width: 360px;
    }
    .cost__item-number:before {
        right: 95px;
    }
    .cost__item-descr {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0;
    }
    .cost__item-descr:last-of-type {
        margin-bottom: 20px;
    }
    .all-inclusive {
        padding: 155px 0;
    }
    .all-inclusive__title {
        margin-bottom: 45px;
    }
    .all-inclusive__form {
        flex-direction: column;
        margin-left: 100px;
    }
    .all-inclusive__input-group {
        margin-bottom: 15px;
    }
    .all-inclusive__button {
        margin-left: 0;
    }
    .all-inclusive__inner {
        justify-content: center;
        align-items: flex-start;
    }
    .all-inclusive__slide {
        width: 362px;
        height: 246px;
        margin: 0 auto;
    }
    .all-inclusive__wrap {
        margin-bottom: 55px;
    }
    .faq__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .faq__items {
        max-width: 620px;
        margin: 0 auto 50px;
    }
    .faq__block {
        width: 400px;
        height: 506px;
    }
    .faq-item__title,
    .faq-item__text {
        text-align: left;
    }
    .map {
        padding-top: 70px;
        padding-bottom: 55px;
    }
    .map iframe {
        width: 360px;
    }
    .footer {
        padding: 25px 0;
    }
    .footer__inner {
        flex-direction: column;
    }
    .footer__logo {
        margin-bottom: 20px;
    }
    .footer__logo img {
        width: 65px;
    }
    .footer__logo-textsmall {
        font-size: 10px;
    }
    .footer__contacts {
        margin-bottom: 25px;
    }
    .footer__list {
        max-width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        list-style: none;
        margin: 0 auto 33px;
        padding: 0;
        gap: 5px 50px;
    }
    .footer__list-item {
        font-size: 15px;
        line-height: 30px;
        font-weight: 500;
        color: #1a1a1a;
    }
    .footer__list-link {
        color: inherit;
    }
}
@media screen and (max-width: 767px) {
    .cont {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-title {
        font-size: 20px;
    }
    .promo {
        height: 100%;
        padding-top: 35px;
        padding-bottom: 75px;
    }
    .promo__inner {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .promo__block {
        margin-bottom: 25px;
    }
    .promo__title {
        text-align: center;
    }
    .promo__subtitle {
        margin-left: 0;
    }
    .promo__descr {
        text-align: center;
    }
    .promo__text {
        justify-content: center;
        margin-bottom: 30px;
    }
    .promo__button {
        display: block;
        margin: 0 auto;
    }
    .welcome__content-descr {
        font-size: 15px;
        line-height: 24px;
    }
    .welcome__content-title {
        margin-bottom: 25px;
    }
    .offer {
        padding-top: 45px;
        padding-bottom: 50px;
    }
    .offer .cont {
        padding-left: 0;
        padding-right: 0;
    }
    .offer__title {
        margin-bottom: 35px;
    }
    .offer__items {
        width: 1010px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .offer__item {
        width: 305px;
        height: 520px;
        filter: drop-shadow(0 0 3px rgba(28, 28, 28, 0.2));
    }
    .offer__item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .good {
        padding-top: 50px;
    }
    .good__block {
        width: 395px;
        height: 275px;
    }
    .good__block-image {
        width: 395px;
        height: 275px;
        top: 30px;
        left: -30px;
    }
    .good__text {
        margin-bottom: 35px;
    }
    .good__block {
        margin-bottom: 75px;
    }
    .good__content-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .good__content-descr {
        font-size: 15px;
        line-height: 24px;
    }
    .features__items {
        max-width: 540px;
        margin-bottom: 45px;
    }
    .features__item {
        width: 255px;
    }
    .features__title {
        margin-bottom: 35px;
    }
    .features__item-number:before {
        width: 190px;
        right: 25px;
    }
    .features__item-title {
        font-size: 16px;
        line-height: 22px;
        padding-left: 45px;
    }
    .features__item-descr {
        padding-left: 45px;
    }
    .features__text {
        font-size: 18px;
        max-width: 480px;
    }
    .services {
        padding-top: 55px;
    }
    .services__inner {
        margin: 0 auto 50px;
    }
    .services__text {
        margin-bottom: 35px;
    }
    .services__block,
    .services__block-image {
        width: 395px;
        height: 275px;
    }
    .services__content-descr {
        font-size: 15px;
    }
    .services__item {
        width: 255px;
    }
    .services__item-number:before {
        width: 190px;
        right: 25px;
    }
    .form-center {
        background-size: cover;
    }
    .form-center__inner {
        flex-direction: column;
    }
    .form-center__content {
        margin-bottom: 38px;
    }
    .form-center__input-group,
    .form-center__button {
        width: 340px;
    }
    .cost__title {
        margin-bottom: 35px;
    }
    .cost__items {
        row-gap: 15px;
    }
    .cost__item {
        width: 260px;
    }
    .cost__item-descr {
        font-size: 15px;
        line-height: 24px;
    }
    .cost__item-number:before {
        width: 190px;
        right: 27px;
    }
    .all-inclusive {
        padding: 140px 0;
    }
    .all-inclusive__title {
        margin-bottom: 40px;
    }
    .all-inclusive__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .all-inclusive__wrap {
        margin-bottom: 40px;
    }
    .all-inclusive__form {
        margin-left: 0;
    }
    .all-inclusive__input-group,
    .all-inclusive__button {
        width: 340px;
    }
    .all-inclusive__content-subtitle {
        margin-bottom: 60px;
    }
    .all-inclusive__arrows {
        margin: 35px auto 0;
    }
    .faq-item__title {
        font-size: 18px;
        line-height: 22px;
    }
    .map__inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map__item {
        width: 490px;
        margin-bottom: 25px;
    }
    .map iframe {
        width: 490px;
    }
    .footer__list {
        gap: 5px 40px;
    }
}
@media screen and (max-width: 576px) {
    .request-write-link {
        width: 150px;
        padding: 10px 5px;
        font-size: 15px;
    }
    
    .offer__item {
        height: 560px;
    }
    
    .map__item-title {
        font-size: 18px;
    }
    
    .map__item-descr {
        font-size: 18px;
    }
    
    .map__phone-icon {
        font-size: 18px;
        margin-bottom: 15px;
    }
    
    .footer__contacts-phone {
        font-size: 18px;
    }
    
    .footer__contacts-text {
         font-size: 9px;
    }
    
    .footer__contacts-textcolor {
        font-size: 9px;
    }
    
    .cont {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .section-title,
    .menu__text {
        font-size: 18px;
    }
    .menu__link {
        font-size: 15px;
    }
    .menu__close {
        width: 30px;
    }
    .modal-main__dialog {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header {
        padding-top: 6px;
        padding-bottom: 10px;
    }
    .header__burger {
        width: 20px;
    }
    .header__burger__line {
        width: 20px;
        height: 1px;
    }
    .promo {
        background: url(..//image/bg/bg-mobile.png) center no-repeat;
        padding-top: 25px;
        padding-bottom: 0;
        background-size: cover;
        z-index: 5;
        position: relative;
    }
    .promo:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 180px;
        background: url(../image/bg/cloud-bottom.png) center no-repeat;
        z-index: -1;
    }
    .promo__title {
        font-size: 20px;
        max-width: 100%;
    }
    .promo__subtitle {
        font-size: 15px;
        line-height: 48px;
        width: 335px;
        margin: 0 auto 20px;
    }
    .promo__descr {
        font-size: 18px;
        line-height: 20px;
    }
    .promo__button {
        height: 50px;
        font-size: 15px;
    }
    .welcome {
        padding-top: 65px;
    }
    .welcome__content-title {
        max-width: 300px;
        font-size: 15px;
        margin: 0 auto 20px;
    }
    .welcome__content-title .section-title,
    .welcome__content-title .section-title--color {
        font-size: 18px;
    }
    .welcome__content-descr {
        margin: 0 auto 18px;
    }
    .welcome__block {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }
    .welcome__block-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome__block-title {
        padding-top: 15px;
        font-size: 20px;
        height: 54px;
    }
    .welcome__block-input-group,
    .welcome__block-button {
        width: 100%;
    }
    .welcome__block-input-group {
        margin: 0 auto 15px;
    }
    .welcome__block-input-group:last-of-type {
        margin: 0 auto 30px;
    }
    .welcome__block-input {
        height: 45px;
        font-size: 16px;
    }
    .welcome__block-button {
        height: 45px;
        font-size: 18px;
    }
    .offer {
        background: none;
        background-color: #fff;
        padding-top: 0;
        padding-bottom: 0;
    }
    .offer__title {
        margin-bottom: 30px;
    }
    .offer__items-container {
        overflow: visible;
    }
    .offer__items {
        display: block;
        width: 100%;
    }
    .offer__item {
        margin: 0 auto 50px;
        width: 100%;
        max-width: 330px;
    }
    .offer__item:last-of-type {
        margin: 0 auto;
    }
    .good__title .section-title--color {
        display: block;
    }
    .good__text {
        font-size: 15px;
        max-width: 335px;
        margin: 0 auto 22px;
    }
    .good__block,
    .good__block-image {
        width: 300px;
        height: 220px;
    }
    .good__block {
        margin-bottom: 60px;
    }
    .good__content-title {
        font-size: 18px;
        width: 330px;
        margin: 0 auto 20px;
    }
    .good__content-descr {
        margin: 0 auto 15px;
    }
    .features {
        padding-top: 60px;
    }
    .features__title {
        margin-bottom: 20px;
    }
    .features__items {
        display: block;
    }
    .features__item {
        width: 300px;
        margin: 0 auto 15px;
    }
    .features__item:last-of-type {
        margin: 0 auto;
    }
    .features__item-number:before {
        width: 225px;
    }
    .features__text {
        font-size: 16px;
        max-width: 310px;
        margin: 0 auto 20px;
    }
    .features__button {
        font-size: 15px;
        height: 50px;
    }
    .services {
        padding-top: 60px;
    }
    .services__inner {
        margin: 0 auto 40px;
    }
    .services__text {
        font-size: 15px;
        margin-bottom: 23px;
    }
    .services__block,
    .services__block-image {
        width: 300px;
        height: 220px;
    }
    .services__block-image {
        top: 30px;
        left: -30px;
    }
    .services__block {
        margin-bottom: 70px;
    }
    .services__content-title {
        margin-bottom: 25px;
    }
    .services__items {
        display: block;
    }
    .services__item {
        width: 300px;
        margin: 0 auto 15px;
    }
    .services__item:last-of-type {
        margin: 0 auto;
    }
    .services__item-number:before {
        width: 220px;
    }
    .form-center {
        padding: 0;
        background: none;
        background-color: #fff;
    }
    .form-center__block-title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .form-center__block-descr {
        font-size: 15px;
    }
    .cost {
        padding-top: 55px;
    }
    .cost__title {
        margin-bottom: 30px;
    }
    .cost__items {
        display: block;
        margin: 0 auto;
    }
    .cost__item {
        width: 300px;
        margin: 0 auto 20px;
    }
    .cost__item-number:before {
        width: 225px;
    }
    .all-inclusive {
        padding: 100px 0;
    }
    .all-inclusive__title {
        margin-bottom: 30px;
    }
    .all-inclusive__wrap {
        position: relative;
        margin-bottom: 25px;
    }
    .all-inclusive__arrows {
        top: 0;
        position: absolute;
        width: 100%;
        max-width: 362px;
        margin: 0 auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
    }
    .all-inclusive .swiper-button-prev {
        position: absolute !important;
        left: 10px;
    }
    .all-inclusive .swiper-button-next {
        position: absolute !important;
        right: 10px;
    }
    .faq__content-title {
        font-size: 22px;
    }
    .faq__content-descr {
        max-width: 330px;
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto 25px;
    }
    .faq-item {
        padding-right: 10px;
    }
    .faq-item__title {
        padding: 10px 10px 10px 12px;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }
    .faq-item__icon {
        width: 25px;
        height: 25px;
    }
    .faq-item__text {
        font-size: 15px;
        line-height: 18px;
    }
    .faq__block {
        width: 100%;
        max-width: 400px;
        height: 400px;
    }
    .faq__block-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .faq__block-title {
        padding-top: 15px;
        font-size: 20px;
        height: 54px;
    }
    .faq__block-input-group,
    .faq__block-button {
        width: 100%;
    }
    .faq__block-input-group {
        margin: 0 auto 15px;
    }
    .faq__block-input-group:last-of-type {
        margin: 0 auto 30px;
    }
    .faq__block-input {
        height: 45px;
        font-size: 16px;
    }
    .faq__block-button {
        height: 45px;
        font-size: 18px;
    }
    .map {
        padding: 60px 0;
    }
    .map__item {
        width: 100%;
        max-width: 400px;
        height: 100%;
    }
    .map iframe {
        width: 100%;
        max-width: 400px;
    }
    .footer {
        padding: 18px 0;
    }
    .footer__messengers {
        display: none;
    }
    .footer__messengers-mobile {
        display: inline-block;
        vertical-align: top;
    }
    .footer__button {
        width: 220px;
        margin-bottom: 20px;
    }
    .footer__list {
        max-width: 270px;
        justify-content: space-between;
        gap: 5px 20px;
    }
}


.js-form label.error {
        font-size: 13px;
    color: red;
    height: 0;
    z-index: 1;
    display: block;
}