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

.helpcrunch-iframe-wrapper{
    z-index: 150 !important;
}

.header.open {
    z-index: 160 !important;
}

/* .hcw-widget-button-label {
    opacity: 0;
    pointer-events: all;
    transform: translateX(0);
    transition:all .5s ;
}

.hcw-widget-button-label.hide {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-100%);
    transition: all .5s;
} */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
}

body {
    background-color: #fff;
    color: #536779;
    font-weight: 400;
    font-family: Montserrat, Arial, serif, sans-serif;
    font-size: 20px;
}

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

.ptev_none {
    pointer-events: none;
}

.header {
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding-top: 10px;
    border-bottom: 2px solid #d3dde6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 100 !important;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    background:#fff;
}

.header.active {
    background: #fff;
}

.up {
    display: none;
    position: fixed;
    width: 87px;
    height: 87px;
    right: 40px;
    bottom: 150px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 8;
}

.up__inner {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.up__inner img {
    display: block;
    width: 100%;
    height: 100%;
}

.up__inner:hover {
    opacity: 1;
}

main {
    padding-top: 240px;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding-right: 50px;
    padding-left: 50px;
    margin: 0 auto;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 /*   margin-bottom: 34px;*/
}

a {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

.header__logo {
    margin-right: 5px;
}

.svg-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
}

.header__logo-icon {
    font-size: 276px;
    height: 93px;
    fill: #264158;
}

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

.header__actions-item {
    margin-right: 26px;
}

.mobile-spec-section {
    display: none;
}

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

.social-link__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: #D3DDE6;
}

.social-link:hover .social-link__icon {
    background: #536779;
}

.social-link__icon .geo {
    padding: 10px;
}

.social-link__icon .geo>path {
    fill: #fff !important;
}

.social-link:hover .geo>path {
    fill: #fff !important;
}

.social-link__icon-svg {
    font-size: 20px;
    fill: #fff;
}

.social-link__text {
    margin-left: 16px;
    font-size: 22px;
    color: #536779;
    position: relative;
}

.social-link__text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #536779;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

.button {
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.button--secondary {
    background: -o-radial-gradient(50% 50%, 62.25% 62.25%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #98c5eb;
    background: radial-gradient(62.25% 62.25% at 50% 50%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #98c5eb;
    border-radius: 5px;
    font-size: 14px;
    /*padding: 29px 26px;*/
    min-height: 60px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

.nav__list-item {
    font-size: 20px;
    color: #264158;
    margin-right: auto;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    /*padding-bottom: 20px;*/
}

.nav__list-item-link {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 10px;
}

.nav__list-item:first-child .nav__list-item-link {
    padding-left: 0;
}

.nav__list-item:last-child {
    padding-bottom: 1vh;
    margin-right: 0;
}

.nav__list-item:last-child a{
    padding-bottom: 0 !important;
}

.nav__list-item:last-child svg {
    margin-left: 0 !important;
}

.nav__list-item-link-text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav__list-item-link-text svg {
    display: none;
}

.cabinet__svg .svg-icon.active {
    width: 30px;
}

.mobile-cabinet__svg .svg-icon,
.cabinet__svg .svg-icon{
    display: block;
    transition: all .3s;
}

.nav__list-item-link-text.cabinet__link {
    padding: 0 !important;
    color: rgba(83, 103, 121, 0.64);
}

.nav__list-item-link-text.cabinet__link:hover {
    color: rgba(38, 65, 88, 1);
}

.nav__list-item-link-text:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    height: 6px;
    width: 100%;
    background-color: #f79781;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .3s, opacity .3s;
    -o-transition: visibility .3s, opacity .3s;
    transition: visibility .3s, opacity .3s;
}

.nav__list-item-link.is-active .nav__list-item-link-text:before {
    visibility: visible;
    opacity: 1;
}

b,
strong {
    font-weight: bolder;
}

.nav__list-item-link-text svg {
    font-size: 40px;
    margin-left: 15px;
}

.nav__list-item-link-text.cabinet__divider {
    height: 40px;
    width: 1px;
    margin: 0px 8px;
    background: rgba(83, 103, 121, 0.64);
}

.nav__list-item-link-text.cabinet__svg {
    margin-left: 0;
    margin-right: 15px;
}

@media (min-width: 1025px) {
    .nav__list-item-link:hover .nav__list-item-link-text:before {
        visibility: visible;
        opacity: 1;
    }

    .social-link:hover {
        cursor: pointer;
    }

    .social-link:hover .social-link__icon rect,
    .social-link:hover .social-link__icon svg.geo path,
    .social-link:hover .social-link__icon svg.inst path:first-child {
        fill: #536779;
    }

    .social-link:hover .social-link__text:after {
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

    .link:hover:after {
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.popup-form {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 50px;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    background: rgba(211, 221, 230, 0.68);
    z-index: 1111111;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.popup-form input {
    border: 1px solid #99c1e2 !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 18px;
    padding: 16px 40px;
    height: unset;
}

.popup-form__h2 {
    font-family: 'Cormorant';
}

.popup-form button {
    border-radius: 50px;
}

.popup-form.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-form__wrapp {
    position: relative;
    max-width: 1125px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 75px 115px 83px 70px;
    background: #fff;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.popup-form.active .popup-form__wrapp {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 30px;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.close img {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-form__h2 {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #264158;
}

.popup-form__p {
    margin-bottom: 40px;
}

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

.popup-form__img {
    width: 44%;
    background: url(../img/popup-form-img.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-top-left-radius: 400px;
}

.popup-form__form {
    width: 48%;
}

.popup-form__col+.popup-form__col {
    margin-top: 30px;
}

.popup-form .button {
    width: 100%;
}


.banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /*align-items: center;*/
    align-items: flex-start;
}

.section__left img.banner-img {
    width: 500px;
    /*height: 650px;*/
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 80% 0 0 0;
}

.section__left-wrapper {
    position: relative;
}

.section__left img.banner-img {
    width: 500px;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 80% 0 0 0;
}

.about img.banner-img {
    height: 500px;
}

.section__left .play-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F5775B;
    width: 64px;
    height: 64px;
    outline: none;
    border: none;
    border-radius: 5px;
}

.section__left .play-button .play-btn {
    background-color: rgba(247, 151, 129, 1);
    width: 64px;
    height: 64px;
    outline: none;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(247, 151, 129, 0);
	animation: pulse 2s infinite;
    cursor: pointer;
    transition: .5s ease;
}

.section__left .play-button .play-btn:hover {
    background: #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(247, 151, 129, 0.7);
	}

	70% {
		box-shadow: 0 0 0 15px rgba(247, 151, 129, 0);
	}   

	100% {
		box-shadow: 0 0 0 0 rgba(247, 151, 129, 0);
	}
}

/* cabinet */

.cabinet-sections__wrapper {
    padding: 70px;
    display: flex;
    border-radius: 15px;
    border: 1px solid #98C5EB;
    background: #FBFBFC;
    overflow: hidden;
}

.cabinet-section__left {
    margin-right: 30px;
}

.cabinet-section__left p {
    margin-bottom: 2.3dvh;
}

.cabint-section__condition {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: lowercase;
    margin-bottom: 0 !important;
}

.cabinet-section__right {
    display: flex;
    align-items: center;
    width: 45%;
}

.cabinet-section__visit button {
    color: #FFF;
    border-radius: 15px;
    border: none;
    margin-top: 2.3dvh;
    cursor: pointer;
    padding: 15px 30px;
    background: #97BFE0;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    transition: all .3s;
}

.cabinet-section__visit button:hover {
    background: -o-radial-gradient(50% 50%, 62.25% 62.25%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #76b2e4;
    background: radial-gradient(62.25% 62.25% at 50% 50%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #76b2e4;
    -webkit-box-shadow: 3px 3px 15px #76b2e4;
    box-shadow: 3px 3px 15px #76b2e4;
}

.cabinet-section__info {
    color: #536779;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cabinet-advantages__title {
    color: #264158;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cabinet-item__text {
    color: #536779;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cabinet-advantages__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cabinet-advantages__item {
    display: flex;
    gap: 10px;
}

.cabinet-section__title {
    color: #0B151E;
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 750;
    line-height: normal;
    text-transform: uppercase;
    width: 90%;
}

.cabinet-section__title p span{
    color: #F79781;
    font-family: Georgia;
    font-size: 35px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

/* about us new */

.icon-facility {
    width: 31px;
    height: 31px;
}

.creator {
    overflow-y: hidden;
}

.creator .section__left .button:after, .offer__content .button:after {
    content: url(../img/Arrow\ 4.webp);
    position: absolute;
    left: calc(0% + 360px);
    top: calc(100% - 145px);
    transform: scale(1.2);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

:root {
    --swiper-theme-color: rgba(142, 182, 216, 1);
}

.creator .banner__price.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: left;
    padding: 0 0 0 200px;
    align-items: unset;
    margin-top: 20px;
}

.content .new__price {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #F79781;
}

.content .price_discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 5px;
}

.creator-button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 10px 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F79781;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.creator-button:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.facilities {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    margin:40px 0;
}

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

.creator-wrapper .section__left,
.creator-wrapper .section__right {
    flex: 1;
}

p.title__creator {
    color: #97BFE0;
    /* font-family: Gilroy; */
    font-size: 25px;
    font-style: normal;
    /* font-weight: 700; */
    position: relative;
    line-height: normal;
    padding-left: 15px;
    margin-bottom: 20px;
}

p.title__creator::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    left: 0;
    background: #97BFE0;
}

.title-wrapper {
    margin-bottom: 20px;
}

.creator .section__right .play-button .play-btn {
    background-color: rgba(247, 151, 129, 1);
    width: 64px;
    height: 64px;
    outline: none;
    border: none;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 0 0 rgba(247, 151, 129, 0);
    animation: pulse 2s infinite;
    cursor: pointer;
    transition: .5s ease;
}

.creator .section__right .play-button .play-btn:hover {
    background: #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.creator .section__right img.banner-img {
    width: 500px;
    height: 650px;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.creator .section__right .play-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    z-index: 3;
    left: 48%;
    transform: translate(-50%, -50%);
    background-color: #F5775B;
    width: 64px;
    height: 64px;
    outline: none;
    border: none;
    border-radius: 5px;
}

.creator .section__right .play-svg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

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

.creator .section__right img.banner-img {
    width: 500px;
    height: 650px;
    z-index: 2;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px;
}

.creator .section__right-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -129px;
}

/* about us new close */

/* skills */

.imageSwiperSkillset {
    overflow: auto;
}

.imageSwiperSkillset {
    padding: 30px 0 70px 0;
} 

.imageSwiperSkillset .image-slider__image {
    text-align: center;
}

.imageSwiperSkillset .image-swiper-skillset__image {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imageSwiperSkillset .image-slider__image img {
    max-width: 100%;
}

.section__top.working__with-sec {
    margin-bottom: 60px;
}

.working__with .main-title span {
    color: rgba(142, 182, 216, 1);
    font-size: 45px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: Cormorant, "Times New Roman", serif;
    font-style: italic;
}

.working__with-sec {
    position: relative;
}

.content__working-with {
    position: absolute;
    width: 100%;
    /* overflow: hidden; */
    height: 100%;
    z-index: -10 !important;
    /* display: flex; */
    top: -375px;
    left: -150px;
    transform: translate(-50%,-50%);
    /* object-position: left; */
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
}

.skills .section__left,
.skills .section__right {
    flex: 1;
}

.skillset-pagination {
    margin-top: -20px;
}

.skills-sec-wrapper {
    display: flex;
}

.skillsetSwiper {
    height: 100%;
    max-width: 600px;
}

.skillsetSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
}

.skillsetSwiper .swiper-slide img{
    width: 80%;
    height: 100%;
    object-fit: contain;
}

.skillset-next,
.skillset-prev {
    z-index: 10;
}

.skills .section__left-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.skills .section__right-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 50px;
}

.skills span {
    color: rgba(142, 182, 216, 1);
    font-size: 45px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: Cormorant, "Times New Roman", serif;
    font-style: italic;
}

/* skills */

.section__left .play-button .play-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.section__left {
    margin-right: 75px;
}

span.top__text {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    /*line-height: 55px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #536779;
    margin-bottom: 13px;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #264158;
}

.banner-title {
    font-family: 'Cormorant';
    font-size: 40px;    
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banner-lviv {
    margin-top: 20px;
}

.banner-title .color__title {
    color: #F79781;
    margin-top: 20px;
}

.banner-quote {
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 60px;
}

.banner-quote.about {
    padding-right: 75px;
}

.about .banner-quote {
    margin: 0;
    line-height: 38px;
}

.banner-quote:before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #D3DDE6;
    margin-right: 15px;
    margin-top: 10px;
    min-width: 45px;
}

.button--primary {
    background: #f79781;
    -webkit-box-shadow: 3px 3px 5px rgb(106 55 44 / 16%);
    box-shadow: 3px 3px 5px rgb(106 55 44 / 16%);
    border-radius: 10px;
    font-size: 23px;
    /*padding: 31px 68px;*/
    min-height: 60px;
}

button.button.button--primary._ptev_none.more-info {
    background: #fff;
    color: #f79781;
    border: 1px solid #f79781;
}

.more-info {
    background: #fff;
    color: #f79781;
    border: 1px solid #f79781;
    border-radius: 10px;
    font-size: 23px;
    min-height: 60px;
}

.sec-how-to .specialist__item-button:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.specialist__item .more-info {
    margin-top: 20px;
    display: block;
    margin: 20px auto 0;
    padding: 10px 65px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 55px;
    text-transform: uppercase;
    background: #fff;
    color: #f79781;
    border: 1px solid #f79781 !important;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.specialist__item .more-info:hover {
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.more-info:hover {
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.buttons-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}

.section__right .button {
    margin: 0 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
}

.section__right .button:after, .offer__content .button:after {
    content: url(../img/Arrow\ 4.webp);
    position: absolute;
    left: calc(100% + 25px) !important;
    top: calc(100% - 25px);
    transform: scale(1.2);
}

.get-sale-button {
    display: block;
    margin: 0;
    padding: 10px 30px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F79781;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.get-sale-button:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.section__right .button:after,
.offer__content .button:after {
    content: url(../img/Arrow\ 4.webp);
    position: absolute;
    left: calc(100% + 5px);
    top: calc(100% - 25px);
}

.banner__price.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    padding: 0 100px;
}

.banner-price__text {
    margin: 0;
    text-align: right;
}

.banner__price.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: center;
    padding: 0 100px;
    align-items: unset;
}

button.button.button--primary.w-button.w-button {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
    margin: 0 60px 0 30px;
}

.mobile-stats {
    display: none;
}

.price_discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -20px;
    margin-left: 5px;
}

.new__price {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #F79781;
}

.old__price {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: rgba(83, 103, 121, 0.6);
    position: relative;
}

.old__price:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #F79781;
    -webkit-transform: rotate(169.63deg);
    -ms-transform: rotate(169.63deg);
    transform: rotate(169.63deg);
}

.banner__container:before {
    content: '';
    display: block;
    position: absolute;
    width: 70%;
    height: 200%;
    background: #F9FAFB;
    z-index: -1;
    right: 0;
    bottom: 0;
}

.mb150 {
    margin-bottom: 150px;
}

.section__top {
    margin-bottom: 50px;
}

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

.main-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 1.3;
    color: #264158;
}

.main-title--upper {
    text-transform: uppercase;
}

.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.question__img {
    width: 26%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.question__content {
    width: 74%;
    /*padding: 67px 56px 70px 214px;*/
    padding: 45px 56px 55px 214px;
}

.question__wrap-title {
    margin-bottom: 64px;
}

.secondary-title {
    font-weight: 700;
    /*font-size: 30px;*/
    font-size: 25px;
    line-height: 1.3;
    color: #536779;
}

.secondary-title--upper {
    text-transform: uppercase;
}

.question__wrap-text {
    width: 100%;
}

.decoration-text {
    font-size: 20px;
    line-height: 30px;
    padding-left: 60px;
    position: relative;
}

.decoration-text--big {
    /*font-size: 22px;*/
    font-size: 21px;
}

.question__wrap-text p {
    margin-bottom: 20px;
}

.question__wrap-text p:last-child {
    margin-bottom: 0;
}

.question--bg-grey {
    background-color: #f9fafb;
}

.decoration-text:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    height: 3px;
    width: 45px;
    background-color: #d3dde6;
}

.need-help {
    text-align: center;
    padding-top: 120px;
    position: relative;
}

.need-help__img {
    position: absolute;
    -webkit-transform: translate(298px, -149px);
    -ms-transform: translate(298px, -149px);
    transform: translate(298px, -149px);
}

.need-help__desc {
    max-width: 1030px;
    margin: 0 auto 40px auto;
    padding: 46px 146px;
    font-weight: 700;
    font-size: 27px;
    line-height: 1.3;
    color: #264158;
    background: #f9fafb;
    -webkit-box-shadow: 3px 3px 6px rgb(203 177 160 / 4%);
    box-shadow: 3px 3px 6px rgb(203 177 160 / 4%);
}

.mb175 {
    margin-bottom: 115px;
}

/* contacting with */

.contacting__with-wrapper {
    display: flex;
    align-items: center;
    height: 50vh;
    justify-content: space-between;
}

.contacting__with-content {
    height: 100%;
    width: 195px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contacting__with-content:nth-child(even){
    justify-content: center;
}

.contacting__with-content:nth-child(3){
    justify-content: flex-end;
}

.contacting__with-content:nth-child(1),
.contacting__with-content:nth-child(5) {
    padding-top: 50px;
}

.contacting__with-item {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.contacting__with-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
}

.ellipse {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 118.25340270996094px;
    height: 118.25340270996094px;
    border-radius: 50%;
    background-color: #fff;
}

.contacting__with-item .ellipse:nth-child(even) {
    margin-top: 45px;
}

.contacting__with-item .ellipse:nth-child(odd) {
    margin-bottom: 45px;
}

.content__contacting-with {
    position: relative;
}

.contacting__with-stroke-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -100;
    top: 18%;
    left: -30%;
}

.contacting__with-stroke-wrapper.mobile-stroke {
    display: none;
    visibility: hidden;
}

/* close contacting with */

/* data__protection */

.section.data-protection {
    height: auto;
}

.data__protection-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(249, 250, 251, 1);
    border-radius: 20px;
}

.data__protection .section__right-wrapper {
    padding-right: 0;
}

.data__protection .section__right-wrapper .data__protection-image {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
} 

.data__protection-wrapper.section__left {
    flex: 1;
}

.data__protection-wrapper.section__right {
    flex: 1;
}

.section__left-wrapper-data-protection {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.data__protection-wrapper .section__left{
    margin-right: 20px !important;
    padding-left: 20px;
}

.data__protection-wrapper span {
    color: rgba(142, 182, 216, 1);
    font-size: 55px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: Cormorant, "Times New Roman", serif;
    font-style: italic;
}

/* close data__protection */

/* individual consults */

.individual-consults .section__left .button {
    margin: 0 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 15px;
}

.individual-consults-image img {
    position: relative;
}

.individual-consults-image::after {
    content: url(../img/Vector\ 5.webp);
    top: 0;
    right: 0;
    position: absolute;
    width: auto;
    height: auto;
    z-index: -1;
}

.individual-consults .section__left .button:after {
    content: url(../img/Arrow\ 4.webp);
    position: absolute;
    left: calc(100% + 25px);
    top: calc(100% - 35px);
}

.individual-consults .banner__price.right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: flex-end;
    padding: 0;
    align-items: unset;
}

.individual-consults .section__wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.individual-consults .section__left {
    flex: 1;
    max-width: 40%;
}

.individual-consults .section__right {
    flex: 1;
}

.individual-consults .section__right-wrapper {
    padding-right: 0;
}

.individual-consults #mobile-banner-price {
    display: none;
}

.individual-consults .get-sale-button.mobile {
    display: none;
}

.individual-consults-image img{
    max-width: 100%;
}

.individual-consults-title h2 {
    color: #0B151E;
    font-family: 'Montserrat';
    font-size: 50px;
    font-style: normal;
    font-weight: 750;
    line-height: 60px; /* 114.286% */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.individual-consults-content p {
    max-width: 100%;
    color: #536779;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.individual-consults-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
}

/* ic close */

.sec-how-to .section__wrapper {
    display: flex;
    align-items: center;
}

.how-to-item .number-how-to {
    color: #D3DDE6;
    font-family: 'Montserrat';
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 78.571% */
    text-transform: uppercase;
}

.how-to-item .title-how-to {
    color: #0B151E;
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 157.143% */
    text-transform: uppercase;
}

.title-spans-how-to {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.how-to-item p {
    color: #0B151E;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
}

.sec-how-to .appoint__button {
    display: block;
    margin: 0;
    padding: 10px 65px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F79781;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sec-how-to .section__right-wrapper {
    padding-right: 0px;
}

.how-to-image {
    display: flex;
    align-items: center;
}

.how-to-image img {
    width: 600px;
}

/* how to sec */



/* close how to sec */

/* advice section */

.sec-advice .section__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}

.offline__advice.services-offline {
    background: transparent;
    border: 1px solid rgb(123, 174, 220);
    border-radius: 10px;
    padding: 30px;
}

#services-offline .offline__advice-wrapper p {
    color: #97BFE0;
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 750;
    line-height: 55px; /* 157.143% */
    text-transform: uppercase;
}

#services-offline .offline__advice-item {
    color: #263238;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#services-offline {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 20px 40px 50px;
}

#services-content {
    gap: 0;
    width: 100%;
}

#services-offline .offline__advice-item svg,
#services-online .online__advice-item svg {
    min-width: 35px;
    height: auto;
}

#services-online {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}

#services-online.online__advice {
    background: transparent;
    border: 1px solid rgba(247, 151, 129, 1);
    border-radius: 10px;
}

#services-online .online__advice-wrapper p {
    color: #F79781;
    font-family: 'Montserrat';
    font-size: 35px;
    font-style: normal;
    font-weight: 750;
    line-height: 55px; /* 157.143% */
    text-transform: uppercase;
}

#services-online .online__advice-item {
    color: #263238;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.offline__advice-item,
.online__advice-item {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    margin: 20px 0;
    /* font-family: Gilroy; */
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color:rgba(255, 255, 255, 1);
}

.offline__advice-item span,
.online__advice-item span {
    margin-left: 10px;
}

.online__advice-item {
    color:  rgba(255, 255, 255, 1);
}

.offline__advice .offline__advice-wrapper p,
.online__advice .online__advice-wrapper p {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin: 0 0 50px;
    color: #fff;
}

.online__advice .online__advice-wrapper p {
    color: rgba(255, 255, 255, 1);
}

.offline__advice {
    background: rgb(123, 174, 220);
    border-radius: 10px;
    padding: 30px;
}

.online__advice {
    background: rgb(123, 174, 220);
    border-radius: 10px;
    padding: 30px;
}

/* close advice section */

/* service sec */

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

.service-title p {
    color: #264158;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 55px; /* 196.429% */
    margin-bottom: 40px;
}

.service-title p.social-link__text {
    margin-left: 0;
}

.services-item img {
    max-height: 343px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.reversed-content{
    margin-bottom: 20px;
}

.service-preview {
    object-fit: contain;
}

.sec-services .section__content {
    height: 100%;
}

.services {
    height: 100%;
}

.services-wrapper {
    height: 100%;
}

.services-item {
    max-width: 370px;
}

.services-items {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.services-item:nth-child(odd) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.services-item:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
}

.service__content {
    color: #536779;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 138.889% */
    flex: 1;
}

/* close service sec */

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom-left-radius: 400px;
    border-top-left-radius: 400px;
    overflow: hidden;
}

.banner__img {
    width: 37%;
    background-size: cover;
    background-position: center;
}

.banner__content {
    width: 63%;
    padding: 80px 146px 80px 80px;
    font-size: 27px;
    line-height: 1.4;
    background-color: #f9fafb;
}

.banner__content p {
    margin-bottom: 20px;
}

.banner__content p:last-child {
    margin-bottom: 0;
}


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

.specialist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32.5%;
    height: auto;
    /*opacity: .7;*/
    list-style: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.specialist__list:hover li {
    opacity: .7;
}
.specialist__list:hover li:hover {
    opacity: 1;
}

.specialist__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: 530px;
    overflow: hidden;
}

.melania {
    flex-direction: row-reverse;
}

.successes .specialist__img {
    border-radius: 15px ;
}

.specialist__item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5%;
}

.specialist__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-bottom: 60px;
    background: #F9FAFB;
}

.specialist__item-inner {
    margin-top: 25px;
    padding: 0 28px;
}

.grid-spec {
    height: 150px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 40px;
    grid-template-rows: 40px;
}

.grid-spec>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.specialist__item-spec {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    /*line-height: 26px;*/
    color: #536779;
    text-transform: uppercase;
}

.specialist__item-title {
    margin-bottom: 50px;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    /*line-height: 55px;*/
    color: #264158;
    text-transform: uppercase;
}

.specialist__item-list {
    margin-bottom: 50px;
}

.specialist__item-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.specialist__item-merit+.specialist__item-merit {
    margin-top: 25px;
}

.specialist__item-merit img {
    display: block;
    margin-right: 25px;
}

.specialist__item-merit-txt {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #536779;
}

.specialist__item-marks {
    margin-bottom: 35px;
}

.specialist__item-marks-item {
    display: inline-block;
    margin-bottom: 15px;
    padding: 20px 15px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 15px;
    color: #536779;
    border: 2px solid #536779;
    text-transform: uppercase;
    border-radius: 40px;
}

.specialist__item-button {
    display: block;
    margin: 0 auto;
    padding: 10px 65px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F79781;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.specialist__item-button {
    margin-top: auto;
}

.specialist__item-button:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.specialist__item-button.more-info {
    margin-top: 20px;
    background: transparent;
    color: #F79781;
    border: 1px solid #F79781;
}

.specialist__item-img .mb175 {
    margin-bottom: 115px;
}

/* first-visit */
.first__visit{
    background: unset;
}

.first__visit-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 50px;
    max-height: 600px;
    background: rgba(249, 250, 251, 1);
    border-radius: 15px;
}

.first__visit-wrapper .section__left,
.first__visit-wrapper .section-right{
    flex: 1;
}

.main__title-first-visit h2{
    display: block;
}

.title__description {
    margin-top: 20px;
}

.first__visit .new__price {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    text-transform: uppercase;
    color: #F79781;
}

.first__visit-contacts {
    margin-bottom: 20px;
}

.first__visit .section__right .button:after, .offer__content .button:after {
    content: url(../img/Arrow\ 4.webp);
    position: absolute;
    left: calc(100% + 15px);
    top: calc(100% - 25px);
    transform: scale(1.2);
}

.contacts-form__col.first__visit-contacts {
    z-index: 2;
    position: relative;
}

.first__visit-stroke-wrapper {
    position: absolute;
    width: 100%;
    /* overflow: hidden; */
    height: 100%;
    z-index: 1 !important;
    /* display: flex; */
    top: -98%;
    left: -60%;
    transform: translate(-50%,-50%);
    /* object-position: left; */
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    transform: scale(0.9);
}

.first__visit .price_discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-left: 15px;
}

span.selected-text {
    color: rgba(142, 182, 216, 1);
    font-size: 55px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: Cormorant, "Times New Roman", serif;
    font-style: italic;
}

.description-first__visit {
    max-width: 500px;
}

.first__visit-button {
    display: block;
    margin: 0 auto;
    padding: 10px 65px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #F79781;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

/* first-visit close */

/* contact-us  */

.sec-contact-with-us {
    background-color: unset;
}

.sec-contact-with-us-wrapper {
    display: flex;  
    align-items: center;
    padding: 100px 50px;
    background: rgba(240, 245, 249, 1);
    border-radius: 15px;
}

.section__right-wrapper {
    padding-right: 40px;
}

.sec-contact-with-us-wrapper .section__left,
.sec-contact-with-us-wrapper .section__right {
    flex: 1;
}

.sec-contact-with-us-wrapper .title__description {
    margin-top: 60px;
}

.sec-contact-with-us-contacts {
    margin-bottom: 20px;
}

.sec-contact-with-us-contacts .button:after {
    content: "" !important;
    display: none !important;
}

.contact-me-btn {
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border: none;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
    transition: background-color .3s, -webkit-box-shadow .3s;
    -o-transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s;
    transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
    width: 80%;
    margin: auto;
    margin-top: 40px;
}

.sec-contact-with-us-contacts .section__right {
    flex: 1;
    /* width: 100%; */
}

.sec-contact-with-us .section__right-wrapper {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
}

.sec-contact-with-us-contacts.contacts-form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 0 !important;
}

.consent {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

.contact__form.popup-form__form {
    width: 100% !important;
}

.progressbar-wrapper.overflow {
    display: flex;
    margin-bottom: 230px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    gap: 25px;
    z-index: 51;
    transition: all .5s ease;
}

/* contact us close */

.sliderPrice, .sliderSpec {
    overflow: hidden;
}

.price-pagination,
.spec-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    margin-top: 70px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
    position: relative;
    z-index: 10 !important;
}

.sliderPrice .swiper-pagination-bullet,
.sliderSpec .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 151, 129, 0.2)), to(rgba(242, 218, 213, 0))), rgba(247, 151, 129, 0.7);
    background: -o-linear-gradient(top, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    background: linear-gradient(180deg, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sliderPrice .swiper-pagination-bullet-active,
.sliderSpec .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781;
}

.sec-price__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 518px;
    height: auto;
    opacity: .8;
    padding-top: 95px;
    padding-bottom: 60px;
    cursor: pointer;
    background: rgba(211, 221, 230, 0.51);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sec-price__item:hover {
    opacity: 1;
    background: #F9FAFB;
    z-index: 5;
}

.sec-price__time {
    position: absolute;
    top: 20px;
    right: 20px;
}

.sec-price__time span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    color: #D3DDE6;
}

.sec-price__time span:first-child {
    font-size: 30px;
    line-height: 1;
}

.sec-price__time span:last-child {
    font-size: 16px;
    line-height: 1;
}

.sec-price__item-inner {
    padding: 0 50px;
}

.sec-price__title {
    margin-bottom: 40px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #536779;
}

.sec-price__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color: #536779;
}

.sec-price__li svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33px;
    height: 35px;
    margin-right: 10px;
}

.sec-price__li+.sec-price__li {
    margin-top: 25px;
}

.sec-price__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-top: auto;
    padding: 0 30px;
    padding-top: 30px;
}

.sec-price__online {
    margin-left: auto;
}

.sec-price__offline {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 15px;
}

.sec-price__offline span:first-child,
.sec-price__online span:first-child {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 1;
    text-transform: uppercase;
}

.modified_price {
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    justify-content: space-evenly;
}

.modified_price span {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 1;
    text-transform: uppercase;
}

.modified_price span:nth-child(2) {
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 49px;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: line-through;
    text-decoration-color: #f5775b;
}

.sec-price__offline span:first-child {
    color: #264158;
}

.sec-price__online span:first-child {
    color: #F79781;
}

.sec-price__offline span:nth-child(2),
.sec-price__online span:nth-child(2) {
    display: block;
    text-align: center;
    font-family: 'Arsenal';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: #264158;
}

.sec-price__bl {
    width: 100%;
    padding: 0 40px;
    height: auto;
    padding-top: 25px;
}

.sec-price__bl .button {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.sec-price__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 98px;
    background: #F79781;
    border-radius: 150px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sec-price__button:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

.contacts__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 46px;
}

.contacts__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 55px;
    background-color: #f9fafb;
    margin-right: 60px;
    width: 60%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.contacts__links-list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    margin-right: 40px;
}

.contacts__links-list-item {
    margin-bottom: 50px;
}

.contacts__links-list-item-title {
    margin-bottom: 20px;
}

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

.social-link__text {
    margin-left: 16px;
    font-size: 17px;
    color: #536779;
    position: relative;
}

.contacts__links-list-item:last-child {
    margin-bottom: 0;
}

.contacts__map {
    width: 40%;
}

.contacts__map--right-bottom-radius {
    border-radius: 25px;
    overflow: hidden;
}


.contacts__map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contacts__desc {
    font-size: 22px;
    margin-bottom: 50px;
}

.contacts-desc-wrapper {
    padding: 10px;
    border-radius: 15px;
    background: rgba(240, 245, 249, 1);
}

.contacts-form,
.feedback-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts-form__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 40px;
}

input,
select,
textarea {
    height: 85px;
    padding: 16px 60px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 700;
    color: #778da2;
    width: 100%;
    border: 1px solid #99c1e2;
}

input {
    border: unset !important;
    border-radius: 10px;
}

::-webkit-input-placeholder {
    color: #D3DDE6;
}

::-moz-placeholder {
    color: #D3DDE6;
}

:-ms-input-placeholder {
    color: #D3DDE6;
}

::-ms-input-placeholder {
    color: #D3DDE6;
}

::placeholder {
    color: #bcc6ce;
}

.online__advice-item svg {
    min-width: 26px;
    height: auto;
}

.offline__advice-item svg {
    min-width: 26px;
    height: auto;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer {
    border-top: 2px solid #d3dde6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__col {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 30px;
}

.footer__col--contacts {
    width: 32%;
}

.footer__logo {
    font-size: 276px;
    height: 93px;
    margin-bottom: 20px;
    fill: #264158;
}

.footer__contacts-list {
    margin-bottom: 30px;
}

.footer__contacts-list-item {
    margin-bottom: 15px;
}

.footer__col--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer__col--nav,
.footer__col--type {
    padding-top: 40px;
}

.footer__col--nav {
    width: 26%;
}

.footer__nav {
    width: 38%;
    margin-right: 40px;
    color: #264158;
}

.footer__nav-item {
    margin-bottom: 25px;
    font-size: 18px;
}

.link {
    display: inline-block;
    position: relative;
}

.footer__nav-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -3px;
    left: 0;
    background-color: #536779;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.footer__nav-item:last-child {
    margin-bottom: 0;
}

.footer__nav-item svg {
    font-size: 40px;
    margin-left: 15px;
    fill: #264158;
}

.footer__type-list {
    margin-bottom: 25px;
}

.footer__type-list-item {
    font-weight: 700;
    margin-bottom: 30px;
}

.link--bold:after {
    height: 2px;
    bottom: -4px;
}

.footer__type-list-item:last-child {
    margin-bottom: 0;
}

.footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__social-list-item {
    margin-right: 25px;
    margin-bottom: 25px;
}

.social-link__icon--big {
    width: 60px;
    height: 60px;
}

.footer__social-list-item:last-child {
    margin-right: 0;
}

.button--secondary:hover {
    background: -o-radial-gradient(50% 50%, 62.25% 62.25%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #76b2e4;
    background: radial-gradient(62.25% 62.25% at 50% 50%, rgba(83, 103, 121, .2) 0, rgba(211, 221, 230, .174) 100%), #76b2e4;
    -webkit-box-shadow: 3px 3px 15px #76b2e4;
    box-shadow: 3px 3px 15px #76b2e4;
}

.button--primary:hover {
    background: #f5775b;
    -webkit-box-shadow: 3px 3px 15px #f5775b;
    box-shadow: 3px 3px 15px #f5775b;
}

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

.offer__img {
    width: 36%;
    height: 555px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-position: center;
    background-size: cover;
    border-radius: 0 0 70% 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 240px;
}

.offer__content-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.offer__content_text {
    font-size: 22px;
    line-height: 35px;
    margin: 0 0 30px;
}

.offer__content-list {
    margin-bottom: 50px;
}

.offer__content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

.offer__content-item:last-child {
    margin-bottom: 0;
}

.offer__content-item svg {
    margin-right: 12px;
}

.offer__content .button {
    position: relative;
}

.offer__content .button:after {
    top: unset;
    bottom: 0;
}

.offer__content-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -20px;
    -webkit-transform: translate(80px, 0);
    -ms-transform: translate(80px, 0);
    transform: translate(80px, 0);
}

.price_arsenal {
    font-family: 'Arsenal';
    font-weight: 700;
    font-size: 60px;
    line-height: 75px;
    text-transform: uppercase;
    color: #F79781;
    margin-left: 20px;
}

.successes__img {
    width: 29%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.successes__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 25px 35px 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.successes__content svg {
    width: 100%;
}

.successes__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: rgba(83, 103, 121, 0.75);
    margin-bottom: 15px;
}

.successes__point {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    color: #264158;
    margin-bottom: 25px;
}

.text__color {
    color: #F79781;
}

.successes__content-text {
    color: #264158;
    margin-bottom: 50px;
}

.successes__content-text:last-child {
    margin-bottom: 0;
}

.successes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
}

.successes:last-child {
    margin-bottom: 0;
}


.sliderRev {
    overflow: hidden;
    padding: 40px 0;
}

.sec-rev__item {
    width: 377px;
    height: 305px;
    overflow: hidden;
    cursor: pointer;
}

.sliderRev .swiper-slide,
.sliderRev .swiper-slide-duplicate {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 5;
}

.sliderRev .swiper-slide-active,
.sliderRev .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.sliderRev .sec-rev-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    margin-top: 50px;    
}

.sliderRev .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 151, 129, 0.2)), to(rgba(242, 218, 213, 0))), rgba(247, 151, 129, 0.7);
    background: -o-linear-gradient(top, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    background: linear-gradient(180deg, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 7;
}

.sliderRev .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781 !important;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781 !important;
}

.sec-rev__item img {
    display: block;
    width: 100%;
    height: auto;
    user-select: none;
    /*-o-object-fit: cover;
    object-fit: cover;*/
}

.popup-rev {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 60px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.87);
    z-index: 9999;
}

.popup-rev img {
    position: relative;
    display: block;
    max-width: 90%;
    max-height: 100%;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* service */

.sliderService {
    overflow: hidden;
    padding: 40px 0;
}

.sliderService .swiper-slide,
.sliderService .swiper-slide-duplicate {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 5;
}

.sliderService .swiper-slide-active,
.sliderService .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sliderService .sec-services-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 30px;
    margin-top: 50px;    
}

.sliderService .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 151, 129, 0.2)), to(rgba(242, 218, 213, 0))), rgba(247, 151, 129, 0.7);
    background: -o-linear-gradient(top, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    background: linear-gradient(180deg, rgba(247, 151, 129, 0.2) 0%, rgba(242, 218, 213, 0) 100%), rgba(247, 151, 129, 0.7);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    z-index: 7;
}

.sliderService .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background: -o-radial-gradient(50% 50%, 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(242, 218, 213, 0) 100%), #F79781;
}

.title__color {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 55px;
    text-transform: uppercase;
    margin-right: 15px;
    color: #F79781;
}

.about__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card_item {
    max-width: 475px;
    width: calc(33.3% - 25px);
    height: 245px;
    background: #F9FAFB;
    margin: 0 35px 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.card_item:nth-child(3n),
.card_item:last-child {
    margin-right: 0;
}

.card_item svg {
    position: absolute;
    left: 30px;
    top: 30px;
}

.card-content {
    margin-top: 40px;
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    max-width: 60%;
    text-align: center;
}

.mb110 {
    margin-bottom: 110px;
}

.specialist__content {
    padding: 40px 25px 40px 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.specialist__name {
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    text-transform: uppercase;
    color: #264158;
    margin-bottom: 50px;
}

.specialist__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.specialist__icons-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 160px;
    margin-right: 35px;
    text-align: center;
}

.specialist__icons-item:last-child {
    margin-right: 0;
}

.specialist__icons-item svg {
    margin-bottom: 15px;
}

.specialist__content-text {
    font-size: 22px;
    line-height: 38px;
    color: #536779;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.specialist__content-text:before {
    content: '';
    display: block;
    width: 45px;
    height: 3px;
    background: #536779;
    margin-right: 15px;
    margin-top: 17px;
    min-width: 45px;
}

.specialist__marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.specialist__mark {
    border: 1px solid #536779;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    margin-bottom: 10px;
    padding: 0px 11px;
    font-weight: 700;
    font-size: 14px;
    line-height: 50px;
    text-transform: uppercase;
    margin-right: 9px;
}

.specialist__marks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.specialist__img {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.mb80 {
    margin-bottom: 80px;
}

.for__us {
    line-height: 38px;
    margin: 0 0 50px;
}

.for__us:before {
    margin-top: 19px;
}

.for__us-wrapper {
    margin-bottom: 80px;
}

.for__us-title {
    line-height: 50px;
    color: #536779;
    margin-bottom: 75px;
}

.fr-container {
    padding-top: 20px;
    padding: 10px;
    background: rgba(240, 245, 249, 1);
    border-radius: 15px;
}

.form__container .contacts-form .contacts-form__col,
.form__container .feedback-form .contacts-form__col,
.form__container .contacts-form input,
.form__container .feedback-form input,
.form__container .feedback-form textarea,
.form__container .feedack-form button, 
.form__container .contacts-form button {
    width: 320px;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
}

.semi__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 175px 50px 75px;
}

.semi__type {
    font-size: 22px;
    line-height: 35px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.semi__title {
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #264158;
    margin-bottom: 50px;
    max-width: 485px;
}

.semi__content .specialist__content-text {
    margin-bottom: 25px;
}

span.semi__price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 25px;
    font-weight: 700;
}

.price__big {
    font-family: 'Arsenal';
    font-size: 60px;
    line-height: 75px;
    margin-left: 15px;
}

.semi__content .button {
    min-width: 355px;
}

.semi__img {
    width: 42%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
}

.pay__img {
    width: 45%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.pay__content {
    padding: 75px 65px 60px 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.pay__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    color: #264158;
}

.pay__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    color: #264158;
    margin-left: 20px;
    margin-bottom: 40px;
}

.specialist__content-text.payment {
    margin-bottom: 40px;
    margin-left: 20px;
}

span.pay__num {
    font-weight: 700;
    font-size: 110px;
    line-height: 55px;
    color: #D3DDE6;
    position: absolute;
    left: 30px;
}

.services__banner {
    padding: 50px 120px 85px;
    position: relative;
}

.services__banner-title {
    margin-bottom: 50px;
}

.services__banner-content {
    max-width: 675px;
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.separator__text:before {
    content: '';
    min-width: 45px;
    height: 3px;
    display: block;
    background: #D3DDE6;
    margin-right: 15px;
    margin-top: 20px;
}

.services__banner:before {
    content: '';
    width: 70%;
    height: 200%;
    background: #F9FAFB;
    display: block;
    position: absolute;
    left: -5px;
    bottom: 0;
    z-index: -1;
}

.service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.service__item:last-child {
    margin-bottom: 0;
}

.service__img {
    width: 45%;
    max-width: 615px;
    height: auto;
    max-height: 615px;
    border-radius: 15px;
    object-fit: contain;
    flex: 1;
}

.service__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.service__content-left {
    padding: 80px 180px 0 140px;
}

.service__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 55px;
    color: #264158;
    position: relative;
    margin-bottom: 50px;
}

.service__num {
    font-weight: 700;
    font-size: 110px;
    line-height: 55px;
    color: #D3DDE6;
    position: absolute;
    right: calc(100% + 20px);
}

.service__title:after {
    content: '';
    display: block;
    background: #F9FAFB;
    width: 100%;
    min-width: 500px;
    height: calc(100% + 45px);
    position: absolute;
    left: 25px;
    top: -15px;
    z-index: -1;
}

.service__text {
    line-height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

.service__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 30px;
}

.service__price b {
    margin-right: 15px;
}

.service__price .price__big {
    margin-left: 5px;
}

.service__content-right {
    padding: 80px 0 0 320px;
}

.header__mob {
    display: none;
}

@media (max-width: 1539px) {
    .cabinet-sections__wrapper {
        padding: 60px;
    }
    .cabinet-section__right {
        width: 50%;
    }
    .cabinet-section__title, .cabinet-section__title p span {
        font-size: 30px;
    }
    .up {
        right: 45px;
    }
    body {
        font-size: 16px;
    }

    .popup-form__wrapp {
        max-width: 950px;
    }

    .social-link__icon .geo {
        padding: 6px;
    }

    .close {
        width: 35px;
        height: 35px;
    }

    .popup-form__h2 {
        margin-bottom: 25px;
        font-size: 45px;
        line-height: 38px;
    }

    .popup-form__col+.popup-form__col {
        margin-top: 15px;
    }

    main {
        padding-top: 125px;
    }

    .sec-adapt__width .container {
        max-width: 1180px;
    }

    .header {
        padding-top: 5px;
    }

    .header__logo-icon {
        font-size: 185px;
        height: 65px;
    }

    .header__actions-item {
        margin-right: 18px;
    }

    .social-link__icon {
        width: 20px;
        height: 20px;
    }

    .social-link__text {
        font-size: 15px;
        margin-left: 10px;
    }

    .button--secondary {
        font-size: 14px;
        padding: 20px 35px;
        min-height: 40px;
    }

    .header__actions-item:last-child {
        margin-right: 8px;
    }

    .header__top {
        margin-bottom: 2px;
    }

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

    .nav__list-item {
        font-size: 16px;
        padding-bottom: 5px;
        margin-right: 2%;
    }

    .nav__list-item-link {
        padding: 6px 0;
    }

    .banner__container {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .home__banner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .working__with .main-title span {
        color: rgba(142, 182, 216, 1);
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    .content__working-with {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -10;
        /* display: flex; */
        top: -300px;
        left: -245px;
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.7);
    }

    .section__left {
        width: 35%;
    }

    .section__left img.banner-img {
        width: 100%;
        height: 480px;
    }

    .about img.banner-img {
        height: 400px;
    }

    .for__us-wrapper .section__left {
        width: calc(40% - 75px);
        margin-right: 40px;
    }

    .for__us-wrapper .section__right {
        width: 60%;
    }

    .for__us-wrapper .section__right .banner-quote {
        max-width: 100%;
    }

    .banner-title {
        margin: 0 0 30px;
    }

    .banner-title {
        margin: 0 0 30px;
        font-size: 3vw;
        line-height: .74;
    }

    .banner-lviv {
        margin-top: 20px;
    }

    .banner-quote {
        font-size: 14px;
        line-height: 1.5;
        margin: 0 0 30px;
        max-width: 80%;
    }

    .banner-quote:before {
        width: 30px;
        min-width: 30px;
        margin-top: 8px;
        margin-right: 10px;
    }

    section.section.sec-adapt__width.creator.mb150 {
        padding-top: 50px;
    }

    .creator .section__right img.banner-img {
        width: 500px;
        height: 650px;
        z-index: 2;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 0;
    }

    .creator .section__right .play-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        z-index: 3;
        left: 47%;
        transform: translate(-50%, -50%);
        background-color: #F5775B;
        width: 64px;
        height: 64px;
        outline: none;
        border: none;
        border-radius: 5px;
    }

    .creator .section__right-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: -109px;
    }

    .mb150 {
        margin-bottom: 50px;
    }

    .mb110 {
        margin-bottom: 55px;
    }

    .section__top {
        margin-bottom: 40px;
    }

    .main-title {
        font-size: 30px;
    }

    .title__color {
        font-size: 65px;
        line-height: 28px;
        margin-right: 8px;
    }

    .card_item svg {
        max-width: 50px;
        max-height: 50px;
        left: 20px;
        top: 20px;
    }

    .card-content {
        margin-top: 20px;
        font-size: 24px;
        line-height: 28px;
    }

    .card_item {
        margin: 0 18px 20px 0;
        width: calc(33.3% - 12px);
        height: auto;
        padding: 80px 10px 60px;
    }

    .question--right-top-radius {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .question__img {
        width: 240px;
        height: 240px;
    }

    .specialist__item {
        width: 32%;
    }

    .specialist__item-info {
        padding-bottom: 30px;
    }

    .specialist__item-img {
        height: 420px;
    }

    .grid-spec {
        -ms-grid-rows: 55px;
        grid-template-rows: 55px;
    }

    .specialist__item-spec {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 26px;
    }

    .specialist__item-title {
        margin-bottom: 25px;
        line-height: 32px;
        font-size: 25px;
    }

    .specialist__item-list {
        margin-bottom: 30px;
    }

    .specialist__item-merit+.specialist__item-merit {
        margin-top: 10px;
    }

    .more-info {
        font-size: 16px;
        min-height: 40px;
        padding: 20px 40px;
    }

    .specialist__item-merit-txt {
        line-height: 24px;
    }

    .specialist__item-merit img {
        width: 35px;
        height: 35px;
    }

    .specialist__item-marks {
        margin-bottom: 15px;
    }

    .specialist__item-marks-item {
        padding: 20px;
        font-size: 14px;
        line-height: 13px;
    }

    .specialist__item-merit-txt {
        font-size: 18px;
    }

    .specialist__item-button {
        max-width: 90%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        line-height: 40px;
    }

    .specialist__item .more-info{
        max-width: 90%;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 20px;
        line-height: 40px;
    }

    .specialist__name {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }

    .specialist__icons {
        margin-bottom: 15px;
    }

    .specialist__icons-item {
        margin-right: 20px;
    }

    .specialist__icons-item svg {
        margin-bottom: 10px;
        width: 35px;
        height: 35px;
    }

    .specialist__content-text {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
        padding-right: 20%;
    }

    .specialist__content-text:before {
        width: 30px;
        min-width: 30px;
        margin-top: 10px;
        margin-right: 10px;
    }

    .specialist__marks {
        margin-bottom: 15px;
    }

    .button--primary {
        font-size: 16px;
        min-height: 40px;
        padding: 20px 40px;
    }

    .specialist__mark {
        font-size: 12px;
        line-height: 30px;
        padding: 5px 6px;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .specialist__content {
        padding: 20px 10px 20px 7%;
    }

    /* services */
    /* ic */

    .individual-consults {
        margin-top: 50px;
    }

    .sec-how-to .section__left {
        width: 50%;
        min-width: 300px;
    }

    /* ic close */

    /* first visit */

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -108%;
        left: -63%;
        /* background: #000; */
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .first__visit-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 50px 50px;
        max-height: 600px;
        background: rgba(249, 250, 251, 1);
        border-radius: 15px;
    }

    .first__visit-button {
        max-width: 300px;
        max-height: 60px;
        display: flex;
        align-items: center;
        font-size: 20px;
        line-height: 40px;
    }

    .first__visit .contacts-form__col {
        width:100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .first__visit span.selected-text {
        color: rgba(142, 182, 216, 1);
        font-size: 35px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    /* first visit close */

    /* service */

    .sec-services .section__content {
        height: 100%;
    }

    .services-item img {
        max-height: 343px;
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        transform: scale(.9);
    }

    /* service close */

    /* creator */

    p.title__creator {
        color: #97BFE0;
        /* font-family: Gilroy; */
        font-size: 18px;
        font-style: normal;
        /* font-weight: 700; */
        position: relative;
        line-height: normal;
        padding-left: 15px;
        margin-bottom: 20px;
    }

    .content .new__price {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: #F79781;
    }

    /* creator close */

    .footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .footer__logo {
        font-size: 150px;
        height: 50px;
        width: auto;
    }

    .footer__contacts-list {
        margin-bottom: 15px;
    }

    .footer__nav-item {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .footer__nav {
        margin-right: 20px;
        width: calc(50% - 20px);
    }

    .footer__nav-item svg {
        width: 30px;
        margin-left: 10px;
        height: 30px;
    }

    .footer__type-list-item {
        margin-bottom: 15px;
    }

    .footer__social-list-item {
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .social-link__icon--big {
        width: 40px;
        height: 40px;
    }

    .footer__col--nav,
    .footer__col--type {
        padding-top: 20px;
    }

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

    .nav__list-item-link-text svg {
        margin-left: 10px;
        font-size: 30px;
    }

    .nav__list-item-link-text.cabinet__divider {
        height: 30px;
    }

    .nav__list-item-link-text.cabinet__svg {
        margin-left: 0;
        margin-right: 10px;
    }

    .sec-serv-serv .container {
        max-width: 1120px;
    }

    .service__item {
        margin-bottom: 40px;
    }

    .service__title {
        font-size: 24px;
        line-height: 42px;
        margin-bottom: 30px;
    }

    .service__num {
        font-size: 60px;
        line-height: 36px;
        right: calc(100% + 10px);
    }

    .service__title:after {
        min-width: calc(100% + 50px);
        height: calc(100% + 20px);
        top: -5px;
        left: 15px;
    }

    .service__text {
        line-height: 22px;
        margin-bottom: 25px;
    }

    .service__text.separator__text:before {
        height: 2px;
        min-width: 20px;
        width: 20px;
        margin-right: 8px;
        margin-top: 10px;
    }

    .service__price .price__big {
        font-size: 30px;
        line-height: 38px;
        margin-left: 5px;
    }

    .service__price {
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .service__img {
        min-height: 395px;
        height: 395px;
    }

    .service__img {
        width: 35%;
        max-width: 615px;
        height: auto;
        max-height: 615px;
        border-radius: 15px;
        object-fit: contain;
        flex: 1;
    }

    .service__content-left {
        padding: 40px 80px 0;
    }

    .service__content-right {
        padding: 40px 20px 0 140px;
    }

    .mt150 {
        margin-top: 50px;
    }

    .contacts__links {
        padding: 30px;
    }

    .contacts__links-list-item {
        margin-bottom: 25px;
    }

    .contacts__links-list-item-title {
        margin-bottom: 10px;
    }

    .contacts__desc {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 30px;
    }

    .contacts-form,
    .feedack-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    input,
    select,
    textarea {
        height: 65px;
    }

    .contacts-form__col {
        width: calc(50% - 10px);
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .contacts-form .button {
        width: 100%;
        height: 100%;
    }

    .for__us-title {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .form__container .contacts-form .contacts-form__col {
        width: calc(33.3% - 10px);
    }

    .form__container .contacts-form input,
    .form__container .feedback-form input,
    .form__container .feedback-form button,
    .form__container .contacts-form button {
        width: 100%;
        font-size: 16px;
    }

    .form__container .contacts-form input,
    .form__container .feedback-form input,
    .form__container .contacts-form button,
    .form__container .feedback-form button {
        width: 100%;
        font-size: 16px;
        padding: 16px 50px;
    }

    .sec-semi-semi .container {
        max-width: 1120px;
    }

    .semi__content {
        padding: 25px 40px;
    }

    .semi__type {
        font-size: 14px;
        line-height: 35px;
        margin-bottom: 5px;
    }

    .semi__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .semi__content .specialist__content-text {
        margin-bottom: 0;
    }

    span.semi__price {
        font-size: 18px;
        line-height: 22px;
    }

    .price__big {
        font-size: 30px;
        line-height: 38px;
        margin-left: 5px;
    }

    .semi__content .button {
        max-width: 290px;
        width: 100%;
        min-width: unset;
    }

    .specialist__content-text:before {
        width: 20px;
        min-width: 20px;
        margin-right: 7px;
        background: #D3DDE6;
    }

    .semi__img {
        padding-top: 20%;
        width: 40%;
    }

    .semi__title {
        font-size: 18px;
        line-height: 22px;
    }

    .semi__content .button {
        margin: 0 auto;
    }

    span.pay__num {
        font-size: 60px;
        line-height: 32px;
    }

    .pay__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 40px;
    }

    .specialist__content-text.payment {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .pay__content {
        padding: 40px 30px 30px 120px;
    }

    .banner__price.right {
        min-width: 460px;
        padding: 0 20px;
        gap: 10px;
    }

    .new__price {
        font-size: 48px;
        line-height: 80px;
    }

    .old__price {
        font-size: 24px;
        line-height: 48px;
        margin-top: -14px;
    }

    .question__content {
        padding: 35px 30px 35px 105px;
    }

    .question__wrap-title {
        margin-bottom: 30px;
    }

    .question__wrap-title .secondary-title {
        font-size: 18px;
    }

    .question__wrap-text {
        width: 100%;
    }

    .decoration-text {
        font-size: 16px;
    }

    .decoration-text:after {
        width: 20px;
        height: 2px;
        top: 10px;
    }

    .decoration-text {
        font-size: 16px;
        line-height: 22px;
        padding-left: 30px;
    }

    .need-help__img {
        -webkit-transform: translate(220px, -105px) scale(.75);
        -ms-transform: translate(220px, -105px) scale(.75);
        transform: translate(220px, -105px) scale(.75);
    }

    .need-help__desc {
        max-width: 70%;
        padding: 25px 60px;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .mb175 {
        margin-bottom: 80px;
    }

    /* strokes */

    .contacting__with-stroke-wrapper {
        position: absolute;
        /* width: 100%; */
        /* height: 100%; */
        z-index: -100;
        top: 10%;
        left: -40%;
    }

    /* close strokes */

    /* data-protection */

    .data__protection-image img {
        height: 400px;
        object-fit: contain;
    }

    .data__protection-wrapper .section__left {
        margin-right: 50px !important;
        flex: 1;
    }

    .section__right {
        flex: 1;
    }

    .hb .section__right {
        flex: unset;
    }

    .data__protection-wrapper span {
        color: rgba(142, 182, 216, 1);
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    .first__visit-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    /* data-protection close */

    /* contact with us */

    .contacts-form__col {
        /* width: calc(50% - 10px); */
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        margin-right: 0;
        margin-bottom: 10px;
    }

    /* close contact with us */

    .banner__content {
        padding: 40px 70px 40px 40px;
        font-size: 16px;
    }

    .offer__content-title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 25px;
    }

    .offer__content_text {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .offer__content-list {
        margin-bottom: 25px;
    }

    .offer__content-item {
        margin-bottom: 15px;
    }

    .offer__content-item svg {
        width: 25px;
    }

    .offer__content-price {
        margin-top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .price_arsenal {
        font-size: 40px;
        line-height: 64px;
    }

    .offer__img {
        max-height: 420px;
    }

    .offer__content {
        padding-right: 60px;
    }

    .section__right .banner-quote {
        margin-bottom: 25px;
    }

    .about .section__left {
        width: 35%;
        margin-right: 50px;
    }

    .about .section__right {
        width: calc(60% - 75px);
    }

    .about .banner-quote {
        max-width: 100%;
        margin: 0;
        font-size: 1.3vw;
        line-height: 1.7;
        padding-right: 0;
    }

    .sec-contact-with-us-wrapper {
        padding: 50px;
    }


    .sec-price__item {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .price-pagination,
    .spec-pagination  {
        margin-top: 35px;
    }

    .sec-price__item-inner,
    .sec-price__price {
        padding: 0 45px;
    }

    .sec-price__price {
        padding-top: 20px;
    }

    .sec-price__bl {
        padding: 0 57px;
        padding-top: 25px;
    }

    .sec-price__title {
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 28px;
    }

    .sec-price__li {
        font-size: 15px;
        line-height: 1.1;
    }

    .sec-price__li+.sec-price__li {
        margin-top: 16px;
    }

    .sec-price__li svg {
        width: 21px;
        height: 24px;
    }

    .sec-price__offline span:first-child,
    .sec-price__online span:first-child {
        font-size: 39px;
    }
    
    .modified_price span {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 39px;
        line-height: 1;
        text-transform: uppercase;
    }
    
    .modified_price span:nth-child(2) {
        font-family: 'Arsenal';
        font-style: normal;
        margin-top: unset;
        font-weight: 700;
        font-size: 39px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: line-through;
        text-decoration-color: #f5775b;
    }

    .sec-price__button {
        height: 60px;
        font-size: 23px;
    }

    .progressbar-wrapper.overflow {
        display: flex;
        margin-bottom: 100px;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        width: 100%;
        gap: 25px;
        z-index: 51;
        transition: all .5s ease;
    }
}

@media (max-width: 1279px) {
    .cabinet-section__right {
        width: 35vw;
        max-width: 45%;
    }
    .cabinet-section__title {
        width: 90%;
    }
    .header .button--secondary {
        font-size: 13px;
        padding: 18px 18px;
    }

    .specialist__content-text {
        padding-right: 0;
    }

    .specialist__item-marks-item {
        padding: 15px;
        line-height: 17px;
        text-align: center;
    }

    .specialist__item-title,
    .specialist__item-list {
        margin-bottom: 35px;
    }

    .specialist__item-title {
        font-size: 27px;
    }

    .specialist__item-merit+.specialist__item-merit {
        margin-top: 15px;
    }

    .specialist__item-button {
        line-height: 30px;
    }

    .specialist__item .more-info{
        line-height: 30px;
    }

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

    .contacting__with-stroke-wrapper {
        position: absolute;
        width: 120%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        display: flex;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
    }

    .data__protection-image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main__title-first-visit h2 {
        display: block;
        padding-bottom: 20px;
    }

    /* services */
    /* ic */

    .how-to-item .number-how-to {
        color: #D3DDE6;
        font-family: 'Montserrat';
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        text-transform: uppercase;
    }

    .how-to-item .title-how-to {
        color: #0B151E;
        font-family: 'Montserrat';
        font-size: 25px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        text-transform: uppercase;
    }

    .how-to-image img {
        max-width: 500px;
        width: auto;
    }

    .sec-how-to .section__wrapper {
        display: flex;
        align-items: flex-end;
    }

    /* ic close */

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -101%;
        left: -281px;
        /* background: #000; */
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .service-title p {
        color: #264158;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        margin-bottom: 20px;
    }

    .checkbox {
        max-width: 18px;
        max-height: 18px;
        /* max-height: 31px; */
        /* height: 100%; */
        margin-right: 15px;
        background: transparent;
    }

    .creator-button {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 10px 10px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .creator .section__right .play-button {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 50%;
        z-index: 3;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #F5775B;
        width: 64px;
        height: 64px;
        outline: none;
        border: none;
        border-radius: 5px;
    }

    .creator .banner__price.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: center;
        padding: 0 0 0 100px;
        align-items: unset;
        margin-top: 20px;
    }

    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 4.webp);
        position: absolute;
        left: calc(0% + 280px);
        top: calc(100% - 135px);
        transform: scale(1.2);
    }

    .creator .banner__price.right {
        min-width: unset;
    }

    .creator .section__right img.banner-img {
        max-width: 500px;
        width: auto;
        max-height: 480px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
        margin-top: 0;
    }

    .creator .section__right-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 0;
        padding-right: 0;
    }

    .get-sale-button {
        display: block;
        margin: 0;
        padding: 0 10px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

}

@media (max-width: 1076px) {
    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -95%;
        left: -275px;
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .quiz__start-wrapper {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        gap: 20px !important;
    }

    .quiz__main {
        margin-top: 20px !important;
    }

    .option {
        text-align: left;
        width: 647px;
        height: 60px !important;
        border-radius: 45px;
        background: #FFF;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: 24px;
        padding: 24px 0 24px 18px;
        cursor: pointer;
        transition: all .5s ease;
    }
}

@media (max-width: 991px) {
    .cabinet-section__title {
        width: 370px;
    }
    .cabinet-section__right img {
        max-width: 500px;
    }
    .cabinet-section__right {
        width: 30vw;
        max-width: 45%;
    }
    main {
        padding-top: 85px;
    }

    .cabinet__item svg {
        margin-left: 0;
    }

    .mobile-cabinet_wrapper {
        width: min-content;
        display: flex;
        align-items: center;
    }

    .mobile-cabinet_divider {
        width: 1px;
        height: 34px;
        margin: 0 8px;
        background-color: black;
    }

    .popup-form__wrapp {
        padding: 70px 95px 50px 50px;
    }

    .popup-form__form {
        width: 57%;
    }

    .popup-form__img {
        width: 35%;
    }

    .popup-form input,
    .popup-form select,
    .popup-form textarea {
        height: 50px;
        padding: 16px 30px;
        font-size: 15px;
    }

    .popup-form__h2 {
        font-size: 38px;
        line-height: 35px;
    }

    .container {
        padding: 0 20px;
    }

    .header {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .header__main {
        display: none;
    }

    .header__mob {
        display: block;
    }

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

    .header__mob-bottom {
        position: absolute;
        width: 100%;
        top: calc(100% + 2px);
        left: 0;
        padding: 20px;
        background: #fff;
        z-index: 9999;
        overflow-x: hidden;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-bottom: 40px;
    }

    .nav__list-item {
        font-size: 18px;
        line-height: 26px;
        margin-right: 0;
        padding-bottom: 5px;
    }

    .nav__list-item-link {
        padding: 0;
    }

    .nav__list-item-link-text:before {
        margin-right: 15px;
        position: unset;
        width: 30px;
        height: 1px;
        display: none;
    }

    .banner-title {
        line-height: 3vw;
    }

    .nav__list-item-link.is-active .nav__list-item-link-text:before {
        display: block;
    }

    .nav__list-item-link-text svg {
        font-size: 40px;
    }

    .nav__list-item-link-text.cabinet__divider {
        height: 40px;
    }

    .nav__list-item:last-child {
        padding-bottom: 0;
    }

    .header__actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__actions-item {
        margin-right: 0;
    }

    .social-link__icon {
        width: 25px;
        height: 25px;
    }

    .social-link__text {
        line-height: 28px;
        margin-left: 5px;
    }

    .social-link {
        margin-bottom: 15px;
    }

    .header__actions-item:last-child {
        margin-right: 0;
    }

    .header__actions-item:last-child {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .header__actions-item:last-child .button {
        width: 100%;
        max-width: 460px;
    }

    .header.open {
        background: #fff;
    }

    .header.open .header__mob-bottom {
        overflow: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .header:before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100vh;
        bottom: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 1;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .header.open:before {
        bottom: unset;
        top: calc(100% + 2px);
        opacity: 1;
    }

    .no__scroll {
        overflow: hidden !important;
    }

    .header__burger svg.close,
    .header.open .header__burger svg.burger {
        display: none;
    }

    .header.open .header__burger svg.close {
        display: block;
    }

    .section__left {
        width: 45%;
        margin-right: 40px;
    }

    /* ic */

    .how-to-image img {
        max-width: 400px;
        width: auto;
    }

    .individual-consults-title h2 {
        color: #0B151E;
        font-family: 'Montserrat';
        font-size: 40px;
        font-style: normal;
        font-weight: 750;
        line-height: 60px;
        text-transform: uppercase;
        margin-bottom: 30px;
    }

    .individual-consults-content p {
        max-width: 100%;
        color: #536779;
        font-family: 'Montserrat';
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .individual-consults-image img {
        max-width: 110%;
    }

    .individual-consults .section__left .button:after {
        content: url(../img/Arrow\ 4.webp);
        position: absolute;
        left: calc(100% + 5px);
        top: calc(100% - 35px);
    }

    /* ic close */

    .first__visit .section__left {
        width: 45%;
        margin-right: 80px;
    }

    .section__left img.banner-img {
        height: auto;
    }

    .about img.banner-img {
        height: 400px;
    }

    .section__right {
        padding-right: 20px;
    }

    .banner-quote {
        max-width: unset;
        margin: 0;
    }

    .banner.home {
        padding: 0;
    }

    .specialist {
        overflow: hidden;
    }

    .specialist__item {
        width: 46%;
    }

    .specialist__item-inner {
        margin-top: 20px;
    }

    .first__visit-button {
        padding: 20px;
        max-width: 200px;
        max-height: 60px;
        display: flex;
        margin-bottom: 30px !important;
        align-items: center;
        font-size: 16px;
        text-align: left;
        /* line-height: 40px; */
    }

    .first__visit .price_discount {
        flex-direction: column;
    }

    .first__visit .banner__price.right {
        width: auto;
        max-width: 100%;
        min-width: unset;
        justify-content: flex-end;
        align-items: flex-start;
    }

    .old__price {
        font-size: 20px;
        line-height: 48px;
        margin-top: 0;
    }

    .about .banner-quote {
        font-size: 14px;
        line-height: 25px;
    }

    .about__cards {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .card_item {
        width: calc(50% - 20px);
        margin: 0 0 20px;
    }

    .card_item:last-child {
        margin-bottom: 0;
    }

    .specialist__name {
        margin-bottom: 10px;
    }

    .specialist__icons-item {
        margin-right: 10px;
        max-width: 120px;
    }

    .specialist__icons-item svg {
        width: 30px;
        height: 30px;
    }

    .specialist__content {
        padding: 20px;
    }

    .footer__col--contacts,
    .footer__col--nav {
        width: auto;
    }

    .footer__social-list-item {
        margin-bottom: 0;
        margin-right: 5px;
    }

    .social-link__icon--big {
        width: 40px;
        height: 40px;
    }

    .services__banner {
        padding: 100px 60px 45px;
    }

    .service__title {
        font-size: 20px;
        line-height: 32px;
    }

    .service__num {
        font-size: 46px;
    }

    .service__content-left {
        padding: 30px 0px 0 60px;
    }

    .service__content-right {
        padding: 30px 0 0 50px;
    }

    .service__img {
        min-height: 310px;
        height: 395px;
    }

    .section__top {
        margin-bottom: 20px;
    }

    .contacts__main {
        margin-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contacts__links {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .contacts__map iframe {
        min-height: 230px;
    }

    .contacts__map {
        width: 100%;
    }

    .banner__price.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        padding: 0;
        align-items: unset;
    }

    .form__container .contacts-form .contacts-form__col,
    .form__container .feedack-form .contacts-form__col {
        width: calc(50% - 10px);
    }

    .form__container .contacts-form .contacts-form__col,
    .form__container .feedack-form .contacts-form__col {
        margin-left: auto;
        margin-right: auto;
    }

    .form__container .contacts-form button,
    .form__container .feedback-form button {
        min-height: 80px;
    }

    .pay__title {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 25px;
    }

    span.pay__num {
        font-size: 40px;
        line-height: 22px;
    }

    .pay__content {
        padding: 20px 10px 20px 85px;
    }

    .banner__price.right {
        width: 350px;
        max-width: 100%;
        min-width: unset;
    }

    .contacting__with-stroke-wrapper {
        position: absolute;
        width: 120%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        display: flex;
        top: 45%;
        left: 45%;
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
    }

    .section__left-wrapper-data-protection {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
    }

    .data__protection-wrapper .section__left {
        margin-right: 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: 1;
    }

    .data__protection .section__right {
        padding-right: 0 !important;
    }

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -258px;
        left: -277px;
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    /* creator */

    .creator-button {
        display: flex;
        align-items: center;
        margin: 0;
        padding: 0px 10px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .banner__price.right {
        width: unset;
        max-width: 100%;
        min-width: unset;
    }

    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 4.webp);
        position: absolute;
        left: calc(0% + 230px);
        top: calc(100% - 125px);
        transform: scale(1.2);
    }

    .creator .banner__price.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: center;
        padding: 0 0 0 50px;
        align-items: unset;
        margin-top: 20px;
    }

    .creator .old__price {
        margin-top: -15px;
    }

    /* creator */

    .successes__point {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    p.successes__content-text {
        margin-bottom: 15px;
    }

    .successes__content {
        padding: 20px 15px 20px 40px;
    }

    .successes {
        margin-bottom: 20px;
    }

    .first__visit-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 15px;
        max-height: 600px;
        background: rgba(249, 250, 251, 1);
        border-radius: 15px;
    }

    .sec-price__offline span:first-child,
    .sec-price__online span:first-child {
        font-size: 40px;
    }
    
    .modified_price span {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 1;
        text-transform: uppercase;
    }
    
    .modified_price span:nth-child(2) {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        margin-top: unset;
        font-size: 40px;
        line-height: 1;
        text-transform: uppercase;
        text-decoration: line-through;
        text-decoration-color: #f5775b;
    }

    .sec-price__li+.sec-price__li {
        margin-top: 15px;
    }

    .sec-price__item-inner {
        padding: 0 50px;
    }

    .popup-rev {
        padding: 60px 0;
    }
}

@media (max-width: 850px) {
    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -230px;
        left: -240px;
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.5);
    }
    .cabinet-sections__wrapper {
        flex-direction: column;
        padding: 50px;
    }
} 

@media (max-width: 767px) {
    .cabinet-section__left {
        margin-right: 0px;
    }
    .cabinet-section__visit button {
        font-size: 18px;
    }
    .cabinet-section__title, .cabinet-section__title p span, .data__protection-wrapper span, .working__with .main-title span {
        font-size: 25px;
        width: auto;
        text-align: center;
    }
    .cabinet-section__info {
        text-align: center;
    }
    .cabinet-advantages__title {
        text-align: center;
    }
    .cabinet-section__left p {
        margin-bottom: 3dvh;
    }
    .cabinet-section__visit button {
        width: 100%;
    }
    .cabinet-section__right {
        width: auto;
        max-width: unset;
        justify-content: end;
        margin-right: -40px;
        margin-top: 3dvh;
    }
    .cabinet-section__right img {
        max-width: 450px;
    }
    .cabinet-sections__wrapper {
        flex-direction: column;
        position: relative;
        padding: 40px;
        padding-bottom: 120px;
    }
    .cabinet-section__visit {
        width: calc(100% - 80px);
        bottom: 40px;
        position: absolute;
    }
    .banner-title {
        font-size: 25px !important;
        line-height: 30px;
    }

    .header__actions-item:last-child {
        margin-right: 0px;
    }
    
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-bottom: 0px;
    }

    .contact-me-btn {
        padding: 16px 40px;
        text-transform: uppercase;
        font-weight: 700;
        cursor: pointer;
        border: none;
        text-decoration: none;
        display: block;
        text-align: center;
        color: #fff;
        -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
        transition: background-color .3s, -webkit-box-shadow .3s;
        -o-transition: background-color .3s, box-shadow .3s;
        transition: background-color .3s, box-shadow .3s;
        transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
        width: 100%;
        margin: auto;
        margin-top: 40px;
    }

    .desktop-spec-section {
        display: block;
    }

    .desktop-spec-section .successes:nth-child(2) {
        flex-direction: column-reverse;
    }

    .desktop-spec-section .successes:nth-child(3) {
        flex-direction: column;
    }

    .desktop-spec-section .successes:last-child {
        flex-direction: column-reverse;
    }

    .mobile-spec-section {
        display: none;
    }

    .popup-form__img {
        display: none;
    }

    .popup-form__form {
        width: 100%;
    }

    .popup-form__wrapp {
        padding: 70px 65px 50px 65px;
    }

    .banner__container {
        padding: 140px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section__left {
        margin: 0 0 25px;
    }

    .section__right {
        padding: 0;
    }

    .banner__container:before {
        width: 100%;
        right: 85px;
        bottom: 200px;
    }

    .section__left img.banner-img {
        height: 47vh;
        border-radius: 50% 50% 0 0;
    }

    .banner-title {
        position: absolute;
        top: 70px;
        font-size: 25px;
        line-height: 30px;
    }

    .banner-quote:before {
        width: 20px;
        min-width: 20px;
    }

    .banner-quote {
        font-size: 16px;
        line-height: 22px;
    }

    .card-content {
        max-width: calc(100% - 40px);
    }

    .main-title {
        display: block;
        font-size: 25px;
        line-height: 30px;
    }

    .title__color {
        font-size: 30px;
        line-height: 36px;
        margin-right: 0;
    }

    .successes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }

    .melania {
        flex-direction: column !important;
    }

    .buttons-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .semi__img {
        width: 100%;
        padding-top: 96%;
    }

    .specialist__img {
        width: 100%;
        padding-top: 88%;
    }

    .question--left-top-radius {
        border-top-left-radius: 0px;
    }

    .question--right-top-radius {
        border-top-right-radius: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    /* ic */

    #services-content {
        flex-direction: column;
        gap: 30px;
    }

    #services-offline {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    #services-online {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
    }

    #services-offline .offline__advice-wrapper p {
        color: #97BFE0;
        font-family: 'Montserrat';
        font-size: 25px;
        font-style: normal;
        font-weight: 750;
        line-height: 55px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #services-online .online__advice-wrapper p {
        color: #F79781;
        font-family: 'Montserrat';
        font-size: 25px;
        font-style: normal;
        font-weight: 750;
        line-height: 55px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    #services-offline .offline__advice-item {
        color: #263238;
        font-family: 'Montserrat';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #services-online .online__advice-item {
        color: #263238;
        font-family: 'Montserrat';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #services-offline .offline__advice-item svg, 
    #services-online .online__advice-item svg {
        height: 26px;
        min-width: 26px;
    }

    .individual-consults .section__wrapper {
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
    }

    .individual-consults .section__left {
        max-width: 100%;
    }

    .individual-consults .section__left {
        margin: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /* margin-top: -205px; */
        min-width: unset;
    }

    .individual-consults .section__left .section__left-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .individual-consults .section__left .button {
        margin: 0 0 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 15px;
        display: none;
    }

    .individual-consults .banner__price.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: flex-end;
        padding: 0;
        align-items: unset;
        display: none;
    }

    .individual-consults-image img {
        max-width: 100%;
    }

    .individual-consults-title h2 {
        color: #0B151E;
        font-family: 'Montserrat';
        font-size: 30px;
        font-style: normal;
        font-weight: 750;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .individual-consults-content {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
        gap: 20px;
    }

    .individual-consults .get-sale-button.mobile {
        display: flex;
        position: relative;
        align-items: center;
        gap: 10px;
        margin: auto;
        padding: 10px 30px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .individual-consults .mobile-href {
        margin: auto;
    }

    .individual-consults .get-sale-button.mobile::after {
        display: block !important;
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: 125px;
        top: 85px;
        transform: scale(1);
    }

    .individual-consults .section__right {
        flex: 1;
        margin: auto;
        max-width: 80%;
    }

    .individual-consults #mobile-banner-price {
        margin: 50px auto 0;
        display: flex !important;
    }

    .content .new__price {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 36px !important;
        line-height: 50px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: #F79781;
    }

    .old__price {
        font-size: 20px;
        line-height: 22px;
        margin-top: 0;
    }

    .sec-how-to .section__wrapper {
        flex-direction: column;
        display: flex;
        align-items: flex-end;
    }

    .sec-how-to .section__left {
        width: 100%;
        min-width: unset;
        margin: 0;
    }
    
    .sec-how-to .section__right {
        margin: 0;
    }

    .how-to-image img {
        max-width: unset;
        width: 100%;
    }

    .sec-how-to .appoint__button {
        display: block;
        margin: 0;
        padding: 10px;
        height: 73px;
        width: 80%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 23px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: auto;
    }

    .sec-how-to .appoint__button {
        max-width: unset;
    }

    /* ic close */

    .specialist__item {
        width: 65%;
        opacity: 1;
    }

    .specialist__content {
        padding: 25px 20px 35px;
    }

    .specialist__name {
        margin-bottom: 25px;
    }

    .specialist__icons {
        margin-bottom: 40px;
        width: 100%;
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: space-around;
    }

    .specialist__content-text:before {
        width: 20px;
        min-width: 20px;
        height: 2px;
        background: #D3DDE6;
    }

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

    .specialist__mark {
        font-size: 14px;
        margin-right: 4px;
    }

    .specialist__content .button {
        min-height: 50px;
        padding: 0 30px;
        margin: 0 auto;
    }

    .data__protection-content {
        margin: 20px 0;
    }

    .first__visit-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 205px;
        padding: 0;
        max-height: unset;
        background: unset;
        /* justify-content: space-between; */
    }

    .section__right .button {
        margin: 0 0 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding: 10px 20px;
    }

    .first__visit-wrapper .section__left, .first__visit-wrapper .section__right {
        background-color: rgba(249, 250, 251, 1) !important;
    }

    .first__visit-wrapper .get-sale-button {
        margin: 30px auto;
    }
    
    .first__visit-wrapper .section__left, .first__visit-wrapper .section-right {
        flex: 1;
        width: 100%;
        min-width: unset;
    }

    .first__visit-wrapper .section__left {
        border-radius: 20px 20px 0 0;
        margin-right: auto;
        margin-left: auto;
    }
    
    .first__visit-wrapper .section__right {
        margin-bottom: 40px;
        width: 100%;
    }

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: -230px;
        left: -310px;
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.5);
    }
    
    .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
    
    .description-first__visit {
        width: 100%;
        margin-bottom: 20px;
        max-width: unset;
    }

    .first__visit-stroke-wrapper svg {
        display: none;
    }

    .first__visit-wrapper .section__left, .first__visit-wrapper .section__right {
        background: rgba(240, 245, 249, 1);
        padding: 30px;
    }

    .first__visit-wrapper .section__left {
        border-radius: 20px 20px 0 0;
        margin-right: 0;
    }

    .first__visit-wrapper .section__right {
        border-radius: 0 0 20px 20px;
    }

    .first__visit .section__right .button {
        margin: 30px auto 50px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: 65px;
        font-size: 12px;
    }
    
    .first__visit-button {
        padding: 20px;
        margin: auto !important;
        margin-bottom: 60px !important;
        width: 90%;
        height: auto;
        max-width: unset;
        max-height: fit-content;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
        text-align: center;
        /* line-height: 40px; */
    }

    .first__visit .section__right .button:after {
        display: block;
    }

    .first__visit .section__right .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp) !important;
        display: block;
        position: absolute;
        left: calc(100% - 125px) !important;
        top: calc(100% + 15px);
        transform: scale(1);
    }
    
    .first__visit .banner__price.right {
        width: auto;
        max-width: 100%;
        min-width: unset;
        justify-content: center;
        align-items: flex-start;
    }
    
    .first__visit p.banner-price__text {
        text-align: right;
    }
    
    .first__visit .new__price {
        flex: 1;
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-end;
        text-transform: uppercase;
        color: #F79781;
    }

    .content__working-with {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -10 !important;
        /* display: flex; */
        top: -300px;
        left: -225px;
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.7);
    }

    section.section.sec-adapt__width.working__with.mb150 {
        padding-top: 20px;
        /* margin-top: 20px; */
    }

    .section__right-wrapper {
        padding-right: 0px;
    }

    /* services */
    .services-items {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 100%;
    }

    .services-item:nth-child(2) {
        display: flex;
        flex-direction: column;
    }

    .services-item {
        max-width: unset !important;
    }
    /* services close */

    /* contact me */

    .sec-contact-with-us-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 105px;
        padding: 0 0px;
        /* justify-content: space-between; */
        background: unset;
    }

    .sec-contact-with-us-wrapper .section__left, .sec-contact-with-us .section__right {
        background: rgba(240, 245, 249, 1);
        padding: 30px;
    }

    .sec-contact-with-us-wrapper .section__left {
        border-radius: 20px 20px 0 0;
        min-width: unset;
        padding-bottom: 0;
    }

    .sec-contact-with-us-wrapper .section__right {
        border-radius: 0 0 20px 20px;
        padding-top: 0;
    }

    .sec-contact-with-us-wrapper .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 40px;
    }

    .sec-contact-with-us-wrapper .title__description {
        margin-top: 20px;
    }

    .sec-contact-with-us-wrapper .section__left, .sec-contact-with-us-wrapper .section__right {
        flex: 1;
        width: 100%;
    }

    .contacts-form__col.sec-contact-with-us-contacts:nth-child(4) {
        display: flex;
    }

    .consent {
        display: flex;
        align-items: center;
        flex-direction: row;
        /* justify-content: space-between; */
        justify-content: center;
    }

    /* contact me close */

    .section__right .get-sale-button:after,
    .offer__content .button:after {
        content: url(../img/Arrow\ 4.webp);
        position: absolute;
        left: calc(100% + 25px) !important;
        top: calc(100% - 25px);
        transform: scale(1.2);
    }

    .home__banner .section__right .get-sale-button {
        position: relative !important;
        top: unset !important;
        left: unset !important;
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
    }

    .hb .section__right .button {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
        height: 65px;
    }

    .section.hb {
        overflow: unset;
    }

    button.button.button--primary.w-button.w-button {
        text-align: center;
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px 10px;
        margin: 0;
    }

    button.button.button--primary.w-button.w-button::after {
        content: url("/assets/img/Arrow\ 5.webp");
        position: absolute;
    }

    /* creator */

    .creator-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .creator-content button.button.creator-button {
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
    }

    .creator .section__left .section__left-wrapper {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .section__left .section__left-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        width: 100%;
    }

    .creator-button {
        display: block;
        margin: auto;
        padding: 0px 50px;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

    .creator .banner__price.right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: center;
        padding: 0 0 0 0px;
        align-items: flex-start;
        margin-top: 40px;
    }

    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: 50%;
        top: 85%;
        transform: scale(1.2);
        transform: translate(-50%, -50%);
    }

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        max-height: 500px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }

    .creator .section__left {
        padding: 0 20px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 0;
    }
    .content .new__price {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 36px !important;
        line-height: 88px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: #F79781;
    }

    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: 50%;
        top: 82%;
        transform: scale(1.2);
        transform: translate(-50%, -50%);
    }

    /* creator */

    .skills-sec-wrapper {
        display: flex;
        flex-direction: column;
    }

    .education {
        margin-top: 50px;
    }

    .skills .section__left-wrapper {
        padding: 0 20px;
    }

    .skills img {
        width: 100%;
        /* height: 100%; */
        object-fit: contain;
    }

    .skills span {
        color: rgba(142, 182, 216, 1);
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    .skills .section__left {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: unset;
        margin: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 0px;
        left: auto;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px;
        right: auto;
    }

    .skillsetSwiper .swiper-wrapper {
        align-items: center;
    }

    .skills .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 50%;
        width: calc(var(--swiper-navigation-size)/ 44 * 27);
        height: var(--swiper-navigation-size);
        margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
        z-index: 10;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(142, 182, 216, 1);
    }

    :root {
        --swiper-theme-color: rgba(142, 182, 216, 1);
    }

    .mobile-stats {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .mobile-stats span {
        color: var(--1, #98C5EB);
        font-family: 'Montserrat';
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px; /* 157.143% */
        text-transform: uppercase;
    }

    .mobile-stats p {
        color: #536779;
        font-family: 'Montserrat';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .section__right .get-sale-button:after, .offer__content .button:after {
        display: block !important;
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: calc(100% + 25px) !important;
        top: calc(100% - 20px);
        transform: scale(1.2);
    }
    
    .footer {
        padding: 30px 0 30px;
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 90px;
        position: relative;
    }

    .footer__col--contacts {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer__col {
        margin: 0 0 30px;
    }

    .footer__col:nth-child(1) {
        margin-bottom: 0;
    }

    .footer__col--nav,
    .footer__col--type {
        padding-top: 0;
    }

    .footer__nav-item {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 15px;
    }

    .footer__col--nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .footer__col--type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .footer__type-list {
        margin-bottom: 0;
    }

    .footer__type-list-item {
        margin-bottom: 15px;
        font-size: 17px;
        line-height: 32px;
    }

    .footer__social-list {
        margin-bottom: 25px;
    }

    .footer__social-list-item {
        margin-right: 25px;
    }

    .footer__logo {
        font-size: 185px;
        height: 65px;
        margin: 0;
        position: absolute;
        top: 0;
    }

    .button--secondary {
        font-size: 14px;
        min-height: 60px;
        padding: 0 30px;
    }

    .footer__col--contacts {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .footer__col--contacts .button {
        margin: 0 auto;
    }

    .services__banner {
        padding: 50px 0 65px;
    }

    .services__banner-title {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 30px;
    }

    .services__banner-content {
        line-height: 22px;
    }

    .separator__text:before {
        min-width: 20px;
        width: 20px;
        height: 2px;
        margin-right: 8px;
        margin-top: 10px;
    }

    .services__banner:before {
        left: -20px;
    }

    .service__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        min-height: unset;
    }

    .service__img {
        max-width: unset;
        height: auto;
        max-height: 620px;
        border-radius: 15px;
        object-fit: contain;
        flex: 1;
    }

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

    .service__content.service__content-left,
    .service__content-right {
        padding: 40px 0 0;
    }

    .service__title {
        font-size: 18px;
        line-height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .service__num {
        font-size: 70px;
        line-height: 55px;
        position: unset;
        margin-right: 30px;
    }

    .service__title:after {
        top: 0;
        left: 140px;
        height: calc(100% + 5px);
    }

    .service__content .button {
        margin: 0 auto;
        min-width: 250px;
    }

    .section {
        overflow-x: hidden;
    }

    .form__container .contacts-form .contacts-form__col,
    .form__container .feedback-form .contacts-form__col {
        width: 100%;
        max-width: 420px;
    }

    .for__us-title {
        font-size: 25px;
        line-height: 30px;
        color: #264158;
    }

    .for__us-wrapper {
        padding: 80px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .for__us-wrapper .banner-title {
        position: unset;
    }

    .section__right {
        margin-bottom: 40px;
    }

    .for__us-wrapper {
        margin-bottom: 40px;
    }

    .for__us-wrapper .section__left {
        width: 100%;
        margin: 0;
    }

    .for__us-wrapper .section__right {
        width: 100%;
    }

    .for__us-wrapper .section__left img.banner-img {
        width: 100%;
        border-radius: 50% 50% 0 0;
    }

    .pay__img {
        padding-top: 100%;
        width: 100%;
    }

    .pay__items .question--right-top-radius,
    .pay__items .question--left-top-radius {
        border-radius: 0;
    }

    .pay__img {
        width: 100%;
        padding-top: 100%;
        border-radius: 50% 50% 0 0;
    }

    .pay__content {
        padding: 25px 15px 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #F9FAFB;
    }

    span.pay__num {
        display: none;
    }

    .pay__items .question--bg-grey {
        background: transparent;
    }

    .home__banner {
        padding: 80px 0 25px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .home__banner span.top__text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 10px;
    }

    .home__banner .banner-title .color__title {
        margin-top: 5px;
    }

    .home__banner .banner-title {
        position: unset;
        margin: 0 0 25px;
    }

    .home__banner .section__right .button {
        position: relative;
    }

    .home__banner .section__right {
        margin-bottom: 0;
        width: 100%;
    }

    .home__banner .banner__price.right {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        padding: 0;
    }

    .home__banner .price_discount {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        margin-left: 10px;
    }

    .creator .price_discount {
        flex-direction: column;
    }

    .creator .price_discount .old__price {
        margin-top: 0;
    }

    .home__banner .new__price {
        font-size: 35px;
        line-height: 44px;
    }

    .home__banner .old__price {
        line-height: 19px;
        font-size: 20px;
        margin: 0;
        margin-left: 10px;
    }

    .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .section__left .section__left-wrapper .play-button {
        left: 70%;
    }

    .hb .section__left .section__left-wrapper .play-button {
        left: 80%;
    }

    .section__left {
        margin: 0 -20px;
        width: calc(100% + 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -205px;
    }

    .section__left img.banner-img {
        border-radius: 100% 0 0;
        width: 50%;
    }

    .home__banner .new__price {
        font-size: 26px;
        line-height: 44px;
    }

    .section.hb {
        overflow: unset;
        padding-bottom: 80px;
    }

    .section__right .button:after {
        display: none;
    }

    .section__right .button {
        margin: 0 0 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
    }

    .about .section__right,
    .about .section__left {
        width: 100%;
    }

    .about .section__left {
        margin: 0;
        margin-bottom: 30px;
    }

    .about .section__left img.banner-img {
        width: 100%;
    }

    .question {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
    }

    .question__content {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .question__img {
        padding-top: 200px;
        width: 100%;
        max-width: 315px;
        border-radius: 0 50% 50% 0;
        margin-bottom: 20px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }

    .question.question--right-top-radius {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .question {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 0;
        margin: 0 -20px;
        padding: 25px 20px 0;
    }

    .question.question--right-top-radius .question__img {
        border-radius: 50% 0 0 50%;
    }

    .need-help {
        padding-top: 15px;
    }

    .need-help__img {
        -webkit-transform: translate(60px, -65px) scale(.4);
        -ms-transform: translate(60px, -65px) scale(.4);
        transform: translate(60px, -65px) scale(.4);
    }

    .need-help__desc {
        max-width: 335px;
        width: 100%;
        padding: 40px 10px;
        font-size: 16px;
        line-height: 20px;
    }

    /* contacting with */

    .section.contacting__with {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .content__contacting-with {
        height: 100%;
    }

    .contacting__with-wrapper {
        display: flex;
        align-items: center;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
    }

    .contacting__with-item {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 195px;
        height: 165px;
    }

    .reverse-item {
        display: flex;
        flex-direction: column-reverse;
    }

    .contacting__with-content p {
        font-size: 18px;
        max-width: 195px;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
    }

    .contacting__with-content {
        height: 100%;
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .contacting__with-content:nth-child(odd) {
        align-items: flex-start;
    }

    .contacting__with-content:nth-child(even){
        align-items: flex-end;
    }

    .contacting__with-item .ellipse {
        margin-bottom: 15px;
    }

    .contacting__with-item .ellipse:nth-child(odd) {
        margin-bottom: 0;
    }

    .contacting__with-item .ellipse:nth-child(even) {
        margin-top: 0;
    }

    .contacting__with-content:nth-child(1), .contacting__with-content:nth-child(5) {
        padding-top: 0;
    }

    .contacting__with-stroke-wrapper.mobile-stroke {
        display: block;
        visibility: visible;
    }

    .contacting__with-stroke-wrapper.mobile-stroke {
        position: absolute;
        z-index: -100;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contacting__with-stroke-wrapper.desktop-stroke {
        display: none;
        visibility: hidden;
    }

    /* close contacting with */

    /* data-protection */

    .data__protection .section__right {
        width: 100%;
    }

    .data__protection-wrapper .section__left {
        flex: 1;
        margin-top: 105px;
    }

    .data__protection .section__left {
        margin: 0 0 !important;
    }

    .data__protection p{
        width: 100%;
    }

    .section__left-wrapper-data-protection {
        display: flex;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
    }

    .data__protection .section__right-wrapper .data__protection-image {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px;
    }

    .data__protection-wrapper {
        padding-top: 30px;
        display: flex;
        align-items: baseline;
        flex-direction: column;
        justify-content: space-between;
    }

    .data__protection-wrapper .section__left,
    .data__protection-wrapper .section__right {
        padding-left: 20px;
        padding-right: 20px !important;
    }

    /* close data-protection */

    .banner__content {
        width: 100%;
        padding: 30px 20px;
        font-size: 18px;
    }

    .banner__img {
        width: 100%;
        padding-top: 60%;
    }

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

    .offer__content {
        padding-right: 0;
    }

    .offer__content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .successes__img {
        width: 100%;
        padding-top: 325px;
    }

    .sliderPrice .swiper-pagination-bullet,
    .sliderRev .swiper-pagination-bullet,
    .sliderSpec .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    .sliderPrice .swiper-pagination-bullet-active,
    .sliderRev .swiper-pagination-bullet-active,
    .sliderSpec .swiper-pagination-bullet-active {
        width: 25px;
        height: 25px;
    }

    .price-pagination,
    .spec-pagination {
        margin-top: 40px;
    }

    .sliderRev .sec-rev-pagination {
        margin-top: 30px;
    }
}

@media (max-width: 699px) {
    .specialist__item.swiper-slide.swiper-slide-next,
    .specialist__item.swiper-slide.swiper-slide-prev {
        position: relative;
        transform: scale(.9);
        transition: all .3s;
        opacity: .6 !important;
    }

    .sec-price__item.swiper-slide.swiper-slide-next,
    .sec-price__item.swiper-slide.swiper-slide-prev {
        position: relative;
        transform: scale(.9);
        transition: all .3s;
        opacity: .6 !important;
    }
}

@media (max-width: 600px) {
    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% - 10px);
        left: calc(-50% - 20px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }
}

@media (max-width: 576px) {
    .cabinet-sections__wrapper {
        flex-direction: column;
        position: relative;
        padding: 30px 15px 120px;
    }
    .cabinet-section__visit button {
        padding: 15px 0;
    }
    .cabinet-section__visit {
        width: calc(100% - 30px);
        bottom: 30px;
        position: absolute;
    }
    .cabinet-section__right img {
        max-width: 80dvw;
    }
    .cabinet-section__visit button{
        font-size: 16px;
        line-height: 20px;
    }
    .cabinet-advantages__title, .cabinet-section__info {
        font-size: 15px;
    }

    .cabinet-item__text {
        font-size: 15px;
    }
    .cabint-section__condition {
        font-size: 16px;
    }
    .close {
        top: 23px;
        right: 15px;
    }

    .up {
        width: 60px !important;
        height: 60px !important;
        right: -10px !important;
    }

    .popup-form {
        padding: 0 10px;
    }

    .popup-form__wrapp {
        padding-right: 25px;
        padding-left: 25px;
    }

    .popup-form__h2 {
        font-size: 25px;
    }

    .card_item {
        width: 100%;
        min-height: 175px;
        margin: 0 0 15px;
    }

    .card_item svg {
        max-width: 40px;
        max-height: 40px;
    }

    .card-content {
        margin: 0;
    }

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

    .contacts__links-list {
        width: 100%;
        margin-right: 0;
    }

    .contacts__links-list-item-title {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .contacts__links-list:last-child {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section__right .button {
        margin: 0 0 50px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
    }

    .contacts__links-list:last-child .contacts__links-list-item {
        min-width: 50%;
        padding-right: 10px;
    }

    .contacts-form__col {
        width: 100%;
    }

    .banner__container.about:before {
        margin-bottom: 140px;
    }

    .specialist__item {
        width: 85%;
    }

    /* advice */

    .sec-advice .section__content {
        display: flex;
        align-items: center;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    /* advice-close */

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }
}

@media (max-width: 540px) {
    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% - 10px);
        left: calc(-50% - 40px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }
}

@media (max-width: 531px) {
    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% + 10px);
        left: calc(-50% - 40px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }
}

@media(max-width: 500px) {
    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: 50%;
        top: 82%;
        transform: scale(1.2);
        transform: translate(-50%, -50%);
    }

    .first__visit-stroke-wrapper {
        display: none !important;
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% + 10px);
        left: calc(-50% - 65px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .sec-contact-with-us-contacts input, 
    .sec-contact-with-us-contacts select, 
    .sec-contact-with-us-contacts textarea {
        height: 65px;
        padding: 16px 40px;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 700;
        color: #778da2;
        width: 100%;
        border: 1px solid #99c1e2;
    }

    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
    }

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

    .question__img {
        max-width: 215px;
        height: auto;
    }

    .content__working-with {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -10 !important;
        /* display: flex; */
        top: -255px;
        left: -155px;
        transform: translate(-50%,-50%);
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .button-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 20px;
    }

    /* data-protection */



    /* close data-protection */


    .banner {
        border-radius: 43% 43% 0 0;
    }

    .banner__img {
        padding-top: 90%;
    }

    .offer__content-price {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .banner__container.about:before {
        margin-bottom: 312px;
    }

    .about .section__left img.banner-img {
        border-radius: 50% 50% 0 0;
    }

    .home__banner {
        padding: 30px 0 25px;
    }

    .section__left img.banner-img {
        height: 38vh;
        width: 78%;
    }

    .about .banner-quote {
        font-size: 16px;
        line-height: 22px;
    }

    .specialist__item {
        width: 94%;
    }

    .specialist__item-img {
        height: 292px;
    }

    .specialist__item:nth-child(1) .specialist__item-img {
        border-top-left-radius: 0;
    }

    .specialist__item:nth-child(3) .specialist__item-img {
        border-top-right-radius: 0;
    }

    .grid-spec {
        height: 110px;
        gap: 10px;
        -ms-grid-rows: 30px;
        grid-template-rows: 30px;
    }

    .specialist__item-spec {
        font-size: 14px;
        line-height: 20px;
    }

    .specialist__item-inner {
        padding: 0 15px;
    }

    .specialist__item-title {
        font-size: 18px;
        line-height: 22px;
    }

    .specialist__item-marks-item {
        margin-bottom: 12px;
        padding: 13px 10px;
        font-size: 14px;        
    }

    .specialist__item-merit img {
        width: 30px;
        height: 30px;
        margin-right: 15px;
    }

    .specialist__item-title,
    .specialist__item-list {
        margin-bottom: 25px;
    }

    .specialist__item-marks {
        margin-bottom: 8px;
    }

    .specialist__item-button {
        max-width: 182px;
        font-size: 16px;
        padding: 10px 0;
    }

    .specialist__item .more-info{
        max-width: 182px;
        font-size: 16px;
        padding: 10px 0;
    }

    .specialist__item-merit-txt {
        font-size: 14px;
    }


    .sec-price__title {
        margin-bottom: 25px;
        font-size: 18px;
    }

    .sec-price__li {
        font-size: 18px;
    }

    .sec-price__bl {
        padding: 0 20px;
        padding-top: 15px;
    }

    .sec-price__item {
        padding-top: 60px;
        padding-bottom: 33px;
    }

    .sec-price__item-inner,
    .sec-price__price {
        padding: 0 28px;
    }

    .sec-price__price {
        padding-top: 20px;
    }

    .sec-price__button {
        width: 243px;
        margin: 0 auto;
        font-size: 16px;
    }

    .price-pagination ,
    .spec-pagination {
        margin-top: 25px;
    }

    .home__banner .section__left {
        margin-top: -20px;
    }

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% + 10px);
        left: calc(-50% - 65px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }
}

@media (max-width: 402px) {

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% + 40px);
        left: calc(-50% - 80px);
        transform: translate(-50%, -50%);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.6);
    }

    .banner__container:before {
        width: 120%;
        right: 0px;
        bottom: 200px;
        background: rgba(249, 250, 251, 1) !important;
    }

    #reviev {
        margin-bottom: 0px ;
    }

    .sec-contact-with-us-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 135px;
        padding: 0 0px;
        /* justify-content: space-between; */
        background: unset;
    }

    .grid-spec {
        gap: 10px;
        height: 110px;
    }

    input, select, textarea {
        height: 65px;
        padding: 12px 40px;
        line-height: 1.3;
        font-size: 16px;
        font-weight: 700;
        color: #778da2;
        width: 100%;
        border: 1px solid #99c1e2;
    }
}

@media(max-width: 359px) {

    .sec-contact-with-us-contacts input, 
    .sec-contact-with-us-contacts select, 
    .sec-contact-with-us-contacts textarea {
        height: 55px;
        padding: 12px 40px;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 700;
        color: #778da2;
        width: 100%;
        border: 1px solid #99c1e2;
    }

    input,select,textarea {
        height: 55px;
        padding: 12px 40px;
        line-height: 1.3;
        font-size: 14px;
        font-weight: 700;
        color: #778da2;
        width: 100%;
        border: 1px solid #99c1e2;
    }

    .button-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        gap: 0px;
    }

    .nav__list-item {
        font-size: 18px;
        line-height: 26px;
        margin-right: 0;
        padding-bottom: 0px;
    }

    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .header__actions-item .button {
        width: 100%;
        max-width: 460px;
        max-height: 45px;
        min-height: 0;
        padding: 12px;
    }

    .social-link__icon--big {
        width: 35px;
        height: 35px;
    }

    .header__mob-bottom .header__actions {
        align-items: flex-start;
        justify-content: center;
        position: relative;
        top: -80px;
    }

    .sec-contact-with-us-contacts input, 
    .sec-contact-with-us-contacts select, 
    .sec-contact-with-us-contacts textarea {
        height: 55px;
        padding: 12px 40px;
        line-height: 1.3;
        font-size: 16px;
        font-weight: 700;
        color: #778da2;
        width: 100%;
        border: 1px solid #99c1e2;
    }

    input,
    select,
    textarea {
        font-size: 14px;
        line-height: 55px;
        padding: 12px 40px;
    }

    .data__protection-wrapper .section__left {
        margin-right: 0 !important;
        width: 100% ;
        flex: 1;
        height: auto;
    }

    .data__protection p {
        width: 100%;
        margin: 0;
    }

    .data__protection .section__left {
        width: 35%;
        min-width: 150px !important;
    }

    .data__protection-wrapper span {
        color: rgba(142, 182, 216, 1);
        font-size: 30px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    button.button.button--primary._ptev_none.more-info {
        background: #fff;
        color: #f79781;
        border: 1px solid #f79781;
        margin-top: 20px;
    }

    .home__banner .new__price {
        font-size: 22px;
        line-height: 44px;
    }

    .section__right .button {
        margin: 0 0 30px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
    }

    .section__right .get-sale-button:after, .offer__content .button:after {
        display: block !important;
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: calc(100% - 100px) !important;
        top: calc(100% + 20px);
        transform: scale(1.2);
    }

    .home__banner .banner__price.right {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        padding: 0;
        margin-top: 50px;
    }

    /* ic */

    .sec-how-to .section__right {
        margin: 0;
        width: 120%;
    }

    .how-to-image img {
        max-width: unset;
        width: 108%;
        margin-left: 10px;
    }

    .how-to-item .title-how-to {
        color: #0B151E;
        font-family: 'Montserrat';
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 55px;
        text-transform: uppercase;
    }

    .how-to-item p {
        color: #0B151E;
        font-family: 'Montserrat';
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 30px;
    }

    .sec-how-to .appoint__button {
        display: block;
        margin: 0;
        padding: 10px;
        height: 73px;
        width: 80%;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 55px;
        text-transform: uppercase;
        color: #FFFFFF;
        background: #F79781;
        border-radius: 10px;
        border: none;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin: auto;
    }

    /* ic close */

    .first__visit-stroke-wrapper {
        position: absolute;
        width: 100%;
        /* overflow: hidden; */
        height: 100%;
        z-index: -100;
        /* display: flex; */
        top: calc(-100% + 75px);
        left: calc(-50% - 80px);
        /* background: #000; */
        /* object-position: left; */
        /* flex-wrap: wrap; */
        justify-content: center;
        align-items: center;
        transform: scale(0.5);
    }

    .facilities {
        margin: 20px 0;
    }

    .hb .banner-title {
        margin: 0;
    }

    .hb .get-sale-button {
        margin: 0;
    }

    .hb .banner__price {
        margin-top: 10px !important;
    }

    .hb .section__right .get-sale-button:after, .offer__content .button:after {
        display: block !important;
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: calc(100% + 20px) !important;
        top: calc(100% - 30px);
        transform: scale(1);
    }

    .first__visit button.button.get-sale-button {
        padding: 15px;
        height: 60px;
        gap: 10px;
        margin: 20px auto;
    } 

    .first__visit .section__right .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp) !important;
        display: block;
        position: absolute;
        left: calc(100% - 105px) !important;
        top: calc(100% + 10px);
        transform: scale(1);
    }

    .main__title-first-visit h2 {
        display: block;
        padding-bottom: 20px;
        font-size: 30px;
        font-weight: bold;
        line-height: 40px;
        letter-spacing: 0em;
    }

    .first__visit span.selected-text {
        color: rgba(142, 182, 216, 1);
        font-size: 35px;
        line-height: 1.3;
        text-transform: uppercase;
        font-family: Cormorant, "Times New Roman", serif;
        font-style: italic;
    }

    .banner__price.right {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        padding: 0;
        margin-top: 50px;
    }

    p.banner-price__text {
        padding-right: 20px;
    }

    .creator .section__left .button:after, .offer__content .button:after {
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: 50%;
        top: 82%;
        transform: scale(1.2);
        transform: translate(-50%, -50%);
    }

    .content .new__price {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        font-size: 22px;
        line-height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: #F79781;
    }

    .first__visit p.banner-price__text {
        text-align: left;
        padding-right: 0;
    }

    .first__visit-wrapper .section__left, .first__visit-wrapper .section__right {
        background: rgba(240, 245, 249, 1);
        padding: 15px;
    }

    .sec-contact-with-us-wrapper .section__left, .sec-contact-with-us .section__right {
        background: rgba(240, 245, 249, 1);
        padding: 15px;
    }
}


.EWBookingWidgetTrigger {
    z-index: 8 !important;
    opacity: 0;
    transition: .3s all;
}
@media(min-width: 768px) {
    #price,
    #reviev {
        padding-top: 120px;
        margin-top: -120px;
    }
.EWBookingWidgetTrigger {
        right: 30px;
        bottom: 30px;
    }
}
@media(max-width: 768px) {
    .up {
        width: 60px !important;
        height: 60px !important;
        bottom: 100px;
        right: 0;
        transform: translateX(-50%);
    }
    #price,
    #reviev {
        padding-top: 90px;
        margin-top: -90px;
    }
    .EWBookingWidgetTrigger {
        bottom: 20px !important;
        right: 5px !important;
    }
    .up {
        right: -10px;
    }

    .thanks-content {
        padding:150px 25px !important;
    }
    .thanks-title {
        font-size: 35px;
    }
    .thanks-title img {
        right: 35vw;
    }
    .thanks-btn a {
        font-size: 18px;
    }
    .sec-price__item,
    .specialist__item {
        opacity: 1 !important;
    }


}
@media(min-width: 769px) {
    .thanks-content {
        padding:150px;
    }
    .thanks-title {
        font-size: 45px;
    }
    .thanks-title img {
        right: 100px;
    }
    .thanks-btn a {
        font-size: 20px;
    }
}
.thanks-title {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 700;    
    text-align: center;    
    line-height: 45px;

}
.thanks-content {
    position: relative;    
    display: flex;    
    align-items: center;
    width: 100%;
}
.thanks-title img {
    position: absolute; 
    top: 50px;    
}
.thanks-btn a {
    display: flex;
    align-items: center;
    margin-top: 25px;    
    text-decoration: underline;
}
.thanks-btn a img {
    margin-left: 15px;
}

.header * {
    transition: all .3s;
}
.header__mob-bottom {    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header__mob-bottom .header__actions {
    position: relative;
    top: -80px;
}
@media(min-width: 1540px) {
.header.active .header__top {
    margin-bottom: 2px;    
}
.header.active .header__logo-icon {
    font-size: 185px;
    height: 65px;    
}
.header.active .header__actions-item {
    margin-right: 18px;    
}
.header.active .nav__list-item-link {
    padding: 6px 0;    
    font-size:18px;
}
.header.active .nav__list-item { 
    padding-bottom: 0px;        
}
}
@media(max-width: 890px) {    
    .header__actions-item:nth-child(2) {
        display: none;        
    }
    
}
.for__us-wrapper,
.about .section__right  {
    align-items: center;
}

@media (min-height:650px) {
    .nav__list-item a {
        padding-bottom:1vh
    }
}

@media (max-height:740px) {
    .card__body-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px 0 0 0 !important;
        max-width: 853px;
        max-height: 714px;
    }

    .next__btn {
        height: 45px !important;
        padding: 0px 80px;
        border-radius: 5px;
        background: #F79781;
        border: none;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px !important;
        cursor: pointer;
        transition: all .5s ease;
        opacity: 1;
    }

    .quiz__main {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 40px !important;
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease;
    }

    .stats-after-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        flex: 0;
        height: auto !important;
        border-radius: 35px;
        background: #98C5EB;
        padding: 10px;
        width: 90%;
        margin: auto;
        gap: 0 !important;
        /* max-width: 647px; */
    }

    .card__wrapper {
        height: auto;
        background: rgba(225, 238, 249, 1);
        padding-bottom: 36px;
        border-radius: 35px;
    }

    #result .section__right {
        margin-bottom: 0px !important;
    }

    .section__left-wrapper .title__thank {
        color: #0B151E;
        text-align: center;
        font-family: Inter;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    form#quiz-form input {
        height: 45px !important;
        padding: 10px 60px;
    }

    .send__btn {
        width: 100%;
        height: 45px !important;
        min-height: unset !important;
        border-radius: 15px;
        border: unset;
        outline: unset;
        background: #F79781;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer;
    }

    #result .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 15px 0 !important;
        margin-bottom: 17px;
    }

    #result .section__right-wrapper img {
        width: 90vw;
        height: 30vh;
        max-width: 100%;
        max-height: 100%;
    }

    .home__banner {
        padding: 10px 0 25px;
    }

    .home__banner span.top__text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    .home__banner .banner-title .color__title {
        margin-top: 0px;
    }

    .facilities {
        margin: 10px 0;
    }

    .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 2.5vh;
        flex-direction: column;
        margin: 2.5vh 0;
    }

    .facility {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
        height: 45px !important;
    }

    .home__banner .price_discount {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        margin-left: 0px;
    }

    .hb p.banner-price__text {
        padding-right: 0px;
    }

    .home__banner .old__price {
        line-height: 19px;
        font-size: 20px;
        margin: 0;
        margin-left: 5px;
    }

    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(38vh - 45px);
    }
}

@media (max-height: 840px) and (min-width: 991px) {
    .creator .section__right-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: -80px;
    }

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        height: 100% !important;
        max-height: unset !important;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }
}

@media (max-height: 840px) {

    span.top__text {
        font-size: 16px;
    }

    .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 2.5vh;
        flex-direction: column;
        margin: 2.5vh 0;
    }

    .banner-title {
        font-size: 25px;
        line-height: 30px;
    }

    .home__banner span.top__text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    section.section.sec-adapt__width.creator.mb150 {
        padding-top: 30px;
    }

    .section__right {
        margin-bottom: 20px;
    }

    .creator p.title__creator {
        color: #97BFE0;
        /* font-family: Gilroy; */
        font-size: 18px;
        font-style: normal;
        /* font-weight: 700; */
        position: relative;
        line-height: normal;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .title-wrapper {
        margin-bottom: 10px;
    }

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        height: 35vh;
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }

    .creator .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 1.5vh;
        flex-direction: column;
        margin: 1.5vh 0;
    }

    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(38vh - 45px);
    }
}

@media (max-height: 840px) and (max-width: 420px) {
    .creator .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 1.5vh;
        flex-direction: column;
        margin: 2.5vh 0;
    }

    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(38vh - 45px);
    }
}

@media (max-width: 699px) {
    .banner-title {
        font-size: 23px !important;
        line-height: 30px;
    }
}

@media (max-width: 359px) {
    .banner-title {
        font-size: 20px !important;
        line-height: 30px;
    }
    body {
        font-size: 15px;
    }
}

@media (max-height: 699px) and (max-width: 399px) {
    .banner__price.right {
        gap: 5px;
    }
    .home__banner {
        padding: 0px;
    }
    .content .new__price {
        font-size: 30px!important;
    }
    .section__left .section__left-wrapper {
        height: calc(40vh-45px);
    }
}

/* @media (max-height: 900px) {
    .facilities {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;
        margin: 25px 0;
    }

    .hb .banner__container .section__left img.banner-img {
        max-height: unset !important;
        height: calc(45vh - 50px);
    }
} */

.hb .banner__container .section__left img.banner-img {
    max-height: unset !important;
    height: calc(auto - 40px);
}


@media (max-height: 900px) and (max-width: 699px) {
    .hb .banner__container .section__left img.banner-img {
        max-height: unset !important;
        height: calc(48vh - 50px);
    }
}

@media (max-height: 850px) {
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(43vh - 65px);
    }
}

@media (max-height: 800px) and (max-width: 767px) {
    .quiz__main {
        margin-top: 20px !important;
    }

    .options {
        width: 90%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 10px !important;
    }

    .option {
        text-align: left;
        width: 100%;
        height: 55px !important;
        border-radius: 45px;
        background: #FFF;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: 24px;
        padding: 24px 0 24px 18px;
        cursor: pointer;
        transition: all .5s ease;
    }
}

@media (max-height: 810px) and (max-width: 659px) { 
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(40vh - 45px);
    }
}

@media (min-height: 811px) and (max-width: 1300px) {
    .hb .section__right,
    .hb .section__left {
        flex: 1;
    }
    .hb .banner__container .section__left img.banner-img {
        height: auto;
    }
    .facilities {
        justify-content: space-between;
        flex-direction: column;
        margin: 15px 0;
    }
    .facilities, .facility {
        gap: 10px;
        display: flex;
    }
    .creator-button, .get-sale-button {
        margin: 0;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
        text-transform: uppercase;
        color: #fff;
        background: #f79781;
        cursor: pointer;
    }
}

@media (max-height: 776px) and (max-width: 659px) {
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(42vh - 35px);
    }
}

@media (max-height: 776px) and (max-width: 659px) {

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        height: 35vh;
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }
    .creator .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 1.5vh;
        flex-direction: column;
        margin: 4.5vh 0 5.5vh;
    }

    .wrapper-overflow {
        top: 8% !important;
    }
}

@media (max-height: 710px) and (max-width: 669px) {
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(38vh - 45px);
    }
}

@media (max-height:710px) {

    .home__banner span.top__text {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0px;
    }

    .home__banner .banner-title {
        position: static;
    }
    
    .home__banner .banner-title .color__title {
        margin-top: 0px;
    }

    .facilities {
        margin: 10px 0;
    }

    .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 2vh;
        flex-direction: column;
        margin: 2vh 0;
    }

    .facility {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
        height: 45px !important;
    }

    .home__banner .price_discount {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        margin-left: 0px;
    }

    .hb p.banner-price__text {
        padding-right: 0px;
    }

    .home__banner .old__price {
        line-height: 19px;
        font-size: 20px;
        margin: 0;
        margin-left: 5px;
    }

    .quiz__start-image img {
        width: 80vw !important;
        height: 40vh;
    }
    
    .quiz__start-btn {
        padding: 0 !important;
        height: 40px;
        width: 200px;
        font-family: Inter;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
        letter-spacing: 0em;
        text-align: center;
        text-transform: uppercase;
        padding: 20px 80px;
        border-radius: 5px;
        color: #fff;
        background: rgba(247, 151, 129, 1);
        outline: unset;
        border: none;
        animation: pulse 2s infinite;
        cursor: pointer;
    }

    .card__body-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 15px 0 0 0 !important;
        max-width: 853px;
        max-height: 714px;
    }

    .prev__btn {
        transform: scale(.9);
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
        gap: 15px;
        margin: 0 0 0px 36px;
        border: none;
        outline: none;
        background-color: transparent;
        color: #264158;
        font-family: Inter;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        cursor: pointer;
        opacity: 1;
        pointer-events: all;
        transition: all .5s ease;
        margin-top: 10px;
    }

    .quiz__main {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin-top: 40px !important;
        visibility: hidden;
        opacity: 0;
        transition: all .5s ease;
    }

    .wrapper-overflow {
        transform: scale(0.8) !important;
    }

    .stats-after-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: flex-start;
        flex: 0;
        height: auto !important;
        border-radius: 35px;
        background: #98C5EB;
        padding: 10px;
        width: 90%;
        margin: auto;
        gap: 0 !important;
        /* max-width: 647px; */
    }

    .next__btn {
        height: 45px !important;
        padding: 0px 80px !important;
        border-radius: 5px;
        background: #F79781;
        border: none;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 10px !important;
        cursor: pointer;
        transition: all .5s ease;
        opacity: 1;
    }

    .option {
        text-align: left;
        width: 100%;
        height: 45px !important;
        border-radius: 45px;
        background: #FFF;
        border: none;
        outline: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: row-reverse;
        gap: 10px;
        padding: 0 0 0 20px;
        cursor: pointer;
        transition: all .5s ease;
    }

    .overflowNext {
        height: 45px !important;
        padding: 0 120px !important;
        border-radius: 5px;
        background: #F79781;
        border: none;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        margin-top: 20px;
        cursor: pointer;
        transition: all .5s ease;
        opacity: 1;
    }

    .card__wrapper {
        height: auto;
        background: rgba(225, 238, 249, 1);
        padding-bottom: 36px;
        border-radius: 35px;
    }

    #result .section__right {
        margin-bottom: 0px !important;
    }

    .section__left-wrapper .title__thank {
        color: #0B151E;
        text-align: center;
        font-family: Inter;
        font-size: 24px !important;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    form#quiz-form input {
        height: 35px !important;
        padding: 10px 60px;
    }

    .send__btn {
        width: 100%;
        height: 35px !important;
        min-height: unset !important;
        border-radius: 15px;
        border: unset;
        outline: unset;
        background: #F79781;
        color: #FFF;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        cursor: pointer;
    }

    #result .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 0 !important;
        margin-bottom: 17px;
    }

    #result .section__left-wrapper .title__info-thank {
        color: #0B151E;
        text-align: center;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    #result .section__right-wrapper img {
        width: 90vw;
        height: 25vh;
        max-width: 100%;
        max-height: 100%;
    }

    .form__info {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 21px;
        font-size: 14px;
    }

    section.section.sec-adapt__width.creator.mb150 {
        padding-top: 20px;
    }

    .creator .section__right {
        margin-bottom: 10px;
    }

    .play-btn .play-svg {
        width: 24px;
        height: 24px;
    }

    .play-button {
        width: 48px !important;
        height: 48px !important;
    }

    .play-btn {
        width: 48px !important;
        height: 48px !important;
    }

    p.title__creator {
        color: #97BFE0;
        /* font-family: Gilroy; */
        font-size: 18px;
        font-style: normal;
        /* font-weight: 700; */
        position: relative;
        line-height: normal;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        height: 35vh;
        max-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }

    .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 1.5vh;
        flex-direction: column;
        margin: 2vh 0 30px;
    }

    .progressbar-wrapper.overflow{
        margin-bottom: 390px;
    }

    .wrapper-overflow {
        top: 6% !important;
    }
}

@media (max-height: 669px) and (max-width: 599px){

    .progressbar-wrapper.overflow{
        margin-bottom: 390px;
    }

    .quiz__main {
        margin-top: 15px !important;
    }

    .title-overflow {
        color: #FFF;
        font-family: Inter;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin: 10px 0;
    }

    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: calc(38vh - 45px);
    }
    .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 5px;
        flex-direction: column;
        margin: 10px 0;
    }
    
    section.section.sec-adapt__width.creator.mb150 {
        padding-top: 20px;
    }

    .creator .section__right {
        margin-bottom: 10px;
    }

    .play-btn .play-svg {
        width: 24px;
        height: 24px;
    }

    .play-button {
        width: 48px !important;
        height: 48px !important;
    }

    .play-btn {
        width: 48px !important;
        height: 48px !important;
    }

    p.title__creator {
        color: #97BFE0;
        /* font-family: Gilroy; */
        font-size: 18px;
        font-style: normal;
        /* font-weight: 700; */
        position: relative;
        line-height: normal;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .creator .facilities {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        gap: 1vh;
        flex-direction: column;
        margin: 10px 0 35px;
    }

    .section__left .section__left-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        padding: 10px 0 !important;
        margin-bottom: 10px;
    }

    .creator .section__right img.banner-img {
        max-width: 100%;
        width: 760px;
        max-height: 210px;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 15px;
    }

    .wrapper-overflow {
        top: 4% !important;
    }

    .wrapper-overflow {
        transform: scale(0.75) !important;
    }
}

@media (max-height: 669px) and (min-width: 768px){
    .hb .banner__container .section__left img.banner-img {
        height: 50vh;
    }
}

@media (max-height: 669px) and (max-width: 669px){
    .hb .banner__container .section__left img.banner-img {
        max-height: unset;
        height: calc(40vh - 45px);
        /* height: 70vh; */
    }
    .hb .section__right {
        margin-top: 10px;
    }
}

@media(max-height: 776px) and (max-width:767px) {
    .progressbar-wrapper.overflow{
        margin-bottom: 300px;
    }

    .wrapper-overflow {
        top: 6% !important;
    }
}

@media(max-height: 719px) and (max-width:500px) {
    .progressbar-wrapper.overflow{
        margin-bottom: 300px;
    }

    .wrapper-overflow {
        top: 10% !important;
    }
}

@media (max-height: 810px) and (min-width: 1200px) {
    .hb .section__right,
    .hb .section__left {
        flex: 1;
    }
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: 500px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 16px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        line-height: 55px;
        font-size: 16px;
        height: 55px!important;
    }
    .home__banner span.top__text {
        font-size: 16px !important;
        line-height: 19px;
        margin-bottom: 0;
    }
    .home__banner {
        align-items: center;
    }
}

@media (max-height: 810px) and (min-width: 1539px) {
    .hb .section__right,
    .hb .section__left {
        flex: 1;
    }
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: 500px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 18px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        line-height: 55px;
        font-size: 18px;
        height: 65px!important;
    }
    .home__banner span.top__text {
        font-size: 18px !important;
        line-height: 19px;
        margin-bottom: 0;
    }
    .home__banner {
        align-items: center;
    }
}

@media (max-height: 810px) and (min-width: 1000px) {
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: 500px;
    }
    .home__banner {
        align-items: center;
        padding: 30px 0 25px;
    }
    .hb .section__right,
    .hb .section__left {
        flex: 1;
    }
    .facilities {
        justify-content: space-between;
        flex-direction: column;
        margin: 40px 0;
    }
    .hb .banner__container .section__left img.banner-img {
        max-height: 300px;
        height: 500px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 16px;
    }
    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        line-height: 55px;
        font-size: 16px;
        height: 55px!important;
    }
    .home__banner span.top__text {
        font-size: 16px !important;
        line-height: 19px;
        margin-bottom: 0;
    }
}

@media (min-height:850px) {
    .nav__list-item a {
        padding-bottom:1.5vh
    }
    .nav__list-item .cabinet__link {
        padding-bottom: 0;
    }
}
a.social-link * {
    transition: all .3s;    
}

@media(min-width:1300px) {
    .hb .container {
        min-height: calc(100vh - 260px);
    }
    .banner-text-fade {
        font-size: 17px;
    }

}

.simple-btn::after,
.banner-text-fade::before {
    display:none;
}

.banner-text-fade {
    color: #728FA7;    
}



@media (max-width: 500px) {

    .up {
        width: 60px !important;
        height: 60px !important;
        right: 20px !important;
        transform: translateX(0)
    }
.feedback .section__left img.banner-img {
    width:70%;
    height: auto;
}
.banner-text-fade {
    font-size:14px;   
}

.section__left .section__left-wrapper .play-button {
    left: 65% !important;
}

}
@media (min-width: 768px) { 
    .d-md-none {
        display:none;
    }
    .feedback-form textarea {     
        width: 420px !important;        
    }
    .feedback-form .contacts-form__col {
        width: 400px !important;
    }
    .feedback .banner__container {
        padding-bottom: 100px;
    }
    .feedback .banner__container:before {
        top: -35%;
        bottom: unset;
        height: 100%;
    }
    

}
@media (max-width: 767px) {
    .d-sm-none {
        display:none;
    }
    .hb .banner__container  {
        min-height: calc(100vh - 220px);        
    }
    
    .feedback .banner__container {
        padding-bottom: 50px;
    }

    .feedback .home__banner .section__right .button {
        position: relative;
        left:0;
        transform:unset;
    }
    .feedback .home__banner .section__left img.banner-img {
        width:70%;
        height: auto;
    }   
    .feedback .home__banner .banner-quote {
        max-width: 60%;
    }     

    .feedback-form textarea {
        width:100% !important;
        font-size: 16px !important;
    }
  
    .feedback-form .button {
        height: 60px;
        min-height: unset !important;
        max-width: 70% !important;
        padding: 16px 40px !important;
    }
   
    
}
@media (max-width:991px) {
    .feedback-form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .feedback-form .contacts-form__col {
        margin-bottom:40px !important;
        display: flex;
        justify-content: center;

    }  

}
@media (min-width:769px) and (max-width:1539px) {
.feedback .section__left img.banner-img {
    width: 100%;
    height: auto;
}
.feedback .home__banner .section__left {
    width:70%;
}
.feedback-form .button {
    max-width: 280px;

}

}

.feedback-form {
    display: flex;
    align-items: center;
}

.feedback-form .button {
    padding: 16px 70px;
}

.feedback-form .contacts-form__col {
    flex-grow: 1 !important;
    
}
.feedback-form textarea {
    height: 100px;
    resize: none;
    font-size: 17px;
    line-height: 20px;
}
.feedback-form textarea::-webkit-scrollbar {
    display: none;
  }

.feedback-container {
    background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/concrete-texture.png");
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
  
  .rating {
    display: flex;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    flex-direction: row-reverse;
    height: 50px;
    position: relative;
  }
  
  .rating-0 {
    filter: grayscale(100%);
  }
  
  .rating > input {
    display: none;
  }
  
  .rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 60 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M59.8079 21.9309C59.3467 20.5143 58.0953 19.4592 56.6193 19.2423L40.6717 16.926L33.5404 2.47728C32.882 1.13874 31.4931 0.273438 30.0012 0.273438C28.5078 0.273438 27.1167 1.13835 26.4572 2.47649L19.3276 16.926L3.37674 19.2427C1.903 19.4589 0.652112 20.5139 0.189658 21.9317C-0.270247 23.3505 0.122697 24.939 1.19015 25.9783L12.7292 37.2284L10.0079 53.1095C9.75286 54.579 10.3686 56.0957 11.5762 56.9725C12.254 57.4655 13.0573 57.7263 13.8999 57.7263C14.5385 57.7263 15.1741 57.5696 15.7373 57.2738L30.0013 49.7748L44.2646 57.2738C44.8274 57.5697 45.4622 57.7263 46.1003 57.7263C46.9421 57.7263 47.745 57.4656 48.4227 56.9725C49.6303 56.0944 50.2465 54.5781 49.9931 53.111L47.269 37.2283L58.8101 25.9786C59.8799 24.9361 60.2716 23.3467 59.8079 21.9309ZM57.6556 24.7948L45.8034 36.3478C45.6088 36.5379 45.5195 36.8114 45.5658 37.0797L48.3639 53.3918C48.5111 54.2439 48.1528 55.1251 47.4507 55.6363C47.0572 55.9222 46.5904 56.0739 46.1002 56.0739C45.7291 56.0739 45.3605 55.9829 45.034 55.8111L30.3861 48.1095C30.2654 48.0463 30.1336 48.0149 30.0013 48.0149C29.8691 48.0149 29.7368 48.0463 29.6166 48.1095L14.9682 55.8111C14.2095 56.2094 13.2399 56.1396 12.5478 55.6359C11.8461 55.1263 11.4882 54.2456 11.6366 53.3906L14.4319 37.0799C14.4778 36.812 14.389 36.5381 14.1943 36.3484L2.34359 24.7948C1.72281 24.1902 1.49437 23.2665 1.76134 22.4434C2.03036 21.619 2.75899 21.0048 3.61566 20.8788L19.9956 18.4996C20.2646 18.4604 20.4977 18.2913 20.6179 18.0471L27.9396 3.20748C28.3232 2.42924 29.1323 1.92639 30.0013 1.92639C30.868 1.92639 31.6747 2.42884 32.0577 3.20787L39.3819 18.0471C39.5026 18.2913 39.7348 18.4603 40.0043 18.4996L56.3804 20.8784C57.2397 21.0048 57.9681 21.6185 58.2368 22.4442C58.5057 23.2662 58.2781 24.189 57.6556 24.7948Z' fill='%23264158'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
  }
  
  .rating > input:checked ~ label,
  .rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%2398c5eb' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }
  
  
  .rating > input:not(:checked) ~ label:hover,
  .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%2398c5eb' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  }
  
  .feedback-wrap {
    max-width: 360px;   
    width: 100%;    
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;    
  }

  .stars-input {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stars-input p {
      font-size: 17px;
  }

  .form-success {
    display: none;
    text-align: center;
    font-weight: 600;
    line-height: 24px;
    font-size: 21px;
  }

  .feedback .specialist__content-text:before {
      display:none;
  }
  .feedback .specialist__content-text {
      font-size: 18px;
      line-height: 25px;
  }
  @media (min-width:991px) {
    .feedback .pay__content {
        padding: 65px 65px 60px 70px;
      }
      .feedback .pay__img {
          width: 33%
      }
 
  }
  .feedback-img-m {
      padding-top: 79%;
      background-repeat: no-repeat;
      background-position: top;
      background-size: cover;
      width:100%;
  }


.lviv_icon {
    position: relative;
    top: 7px;
    width: 20px;
    height: 20px;
}  
.lviv_icon svg {
    padding:5px !important;
}

@media (min-width:380px) and (max-width:991px) {
    .lviv_logo svg {
        height: 50px !important;
        margin-left: -20px;
    }
  .header__mob-addr {    
    transition: none;  
    margin-top: 7px;
    margin-left: 5px;
    padding-right: 15px;
  }
  .header__mob-addr .lviv-text {
    font-size: 15px;
    line-height: 20px;
  }
}

@media (min-width:321px) and (max-width:380px) {
    .lviv_logo svg {
        height: 45px;         
        margin-left: -20px;
        margin-right: -20px;
    }
    .header__mob-addr .lviv-text {
        font-size: 13px;
        line-height: 20px;
      }
    .header__mob-addr {        
        position: relative;
        top: 5px;
        margin-left: -15px;
        padding-right: 11px;
        margin-top:0px;
    }
}

@media (max-width:321px) {
    .lviv_logo svg {
        height: 40px !important;
        margin-left: -40px;
        margin-right: -40px;
    }
    .header__mob-addr {
        position: relative;
        top: 5px;
        margin-left: 0px;
        padding-right: 10px;
        margin-top: 0px;
    }
    .header__mob-addr .lviv-text {
        font-size: 12px;
        line-height: 15px;        
      }
      .lviv_icon {      
        top: 5px;
        width: 17px;
        height: 17px;
    } 
    .lviv_icon svg {      
        padding: 4px !important;
    }

    .hb .banner__price.right {
        display: flex;
        align-items: flex-start;
        flex-direction: column !important;
    }

    .hb .section__right .button {
        margin: 0 0 10px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        font-size: 12px;
        height: 65px;
    }

    .hb .section__right .get-sale-button:after, .offer__content .button:after {
        display: block !important;
        content: url(../img/Arrow\ 5.webp);
        position: absolute;
        left: calc(100% + -60px) !important;
        top: calc(100% - -5px);
        transform: scale(1);
        transform: rotate(45deg);
    }

    .hb .banner__container .section__left img.banner-img {
        margin-top: -60px;
    }
}
.header__burger svg.burger-close,
    .header.open .header__burger svg.burger {
        display: none;
    }
    .lviv_burger {
        height: 23px;
        width: 30px;
    }

    .header.open .header__burger svg.burger-close {
        display: block;
        position: relative;
        bottom: 3px;
        left: 5px;
    }


.specialist__marks {
    display:none !important;
}


@media (min-width:980px) { 
    .home .et_pb_section_6.et_pb_section {
        padding-top:60px;
    }
    .page-id-5742 .et_pb_section_5 {
        border-bottom:none;
    }

    .page-id-779 .et_pb_column_19,
    .page-id-779 .et_pb_column_10,
    .page-id-779 .et_pb_column_16,
    .page-id-779 .et_pb_column_7, 
    .page-id-779 .et_pb_column_4,
    .page-id-779 .et_pb_column_13
      {
        padding-bottom:10px !important;
      }
}

.mobile-cabinet__divider {
    width: 1px;
    height: 34px;
    background: black;
    margin: 0 8px;
}
.mobile-cabinet__svg {
    margin-left: 0px;
    padding-right: 10px;
}

@media (max-height:700px) and (max-width: 399px) {
    .cabinet__link {
        padding-bottom: 0;
    }
    .cabinet__item {
        position: absolute;
        right: 0;
        padding-right: 20px;
    }
    .footer__social-list, .specialist__name {
        margin: 3vh 0;
    }
    .mobile-cabinet_wrapper {
        display: flex;
        flex-direction: column;
        padding-left: 8px;
        align-items: center;
    }
    .mobile-cabinet__divider {
        width: 100% !important;
        height: 1px !important;
        background: black !important;
        margin: 0 8px !important;
    }
    .mobile-cabinet__svg {
        margin-left: 0px;
    }
    .cabinet__list {
        position: absolute;
        top: 20px;
        right: 0;
    }
}

@media (max-height:700px) {
    .cabinet__item {
        position: absolute;
        right: 0;
        padding-right: 20px;
    }
    .footer__social-list, .specialist__name {
        margin: 3vh 0;
    }
    .mobile-cabinet__divider {
        width: 1px;
        height: 34px;
        background: black;
        margin: 0 8px;
    }
    .mobile-cabinet__svg {
        margin-left: 0px;
        padding-right: 10px;
    }
    .cabinet__list {
        position: absolute;
        top: 20px;
        right: 0;
    }
}

@media (max-height: 650px) {
    .footer__social-list, .specialist__name {
        margin: 1vh 0;
    }
}