/* ====== Specification ====== */

body {
    font-family: "Nunito", sans-serif;
    background: #ffffff;
    font-size: 16px;
    color: #000;
    padding: 0;
    margin: 0;
}

.container {
    width: 1290px;
    margin: 0 auto;
    padding: 0;
}

div,
p,
form,
input,
a,
span,
button,
ul,
li {
    font-family: "Nunito", sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
    line-height: 120%;
    font-weight: 900;
    color: #7634B7;
    padding: 0;
    margin: 0;
}

h1 {}

h2 {}

h3 {}

a {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

button,
button:hover,
button:focus,
button:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* background: linear-gradient(90deg, #736FFF 0%, #BE7CFF 100%); */
    background: linear-gradient(90deg, #736FFF 0%, #BE7CFF 50%, #736FFF 100%);
    background-size: 200%;

    width: 240px;
    height: 50px;
    border-radius: 30px;

    font-size: 20px;
    font-weight: 900;
    color: #fff;
    transition: 0.5s;
}

.btn:hover {
    background-position: -100%;
}

.btn_orange {
    /* background: linear-gradient(90deg, #F0773F 0%, #FDA154 100%); */
    background: linear-gradient(90deg, #F0773F 0%, #FDA154 50%, #F0773F 100%);
    background-size: 200%;
}

.btn_orange:hover {
    background-position: -100%;
}

.site-title {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0 auto 20px;
}

.site-title span {
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    color: #7634B7;
}
.site-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 20px;
    background: url(../img/title-orn-right.svg);
    margin-left: 20px;
    margin-top: 20px;
}
.site-title::before {
    content: '';
    display: block;
    width: 80px;
    height: 20px;
    background: url(../img/title-orn-left.svg);
    margin-right: 20px;
    margin-top: 20px;
}

/* ====== Header ====== */

.header {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px 0;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    /* max-width: 500px; */
    /* width: 100%; */
}

.menu {
    display: flex;
    justify-content: space-between;
    /* width: 100%; */
}

.menu li {
    display: block;
    margin-right: 30px;
}

.menu li a {
    font-size: 22px;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
    transition: 0.3s;
}

.menu li a:hover {
    opacity: 0.8;
}

.header-tg-btn {
    display: flex;
    align-items: center;
}

.header__telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.header__telegram:hover {
    opacity: 0.9;
}

.header-call-btn {
    margin-left: 30px;
}



/* ====== Offer ====== */

.offer {
    padding: 175px 0 137px;
}

.offer__title {
    margin-bottom: 30px;
}

.offer__title .first {
    font-size: 140px;
    line-height: 90%;
    letter-spacing: 0.02em;
    color: #fff;
}

.offer__title .second {
    font-size: 68px;
    line-height: 90%;
    letter-spacing: 0.01em;
    color: #fff;
    margin-left: 10px;
    position: relative;
    z-index: 20;
}

.offer__title .second span {
    position: relative;
}

.offer__title .second span::after {
    content: '';
    position: absolute;
    left: -10px;
    top: 8px;
    width: 216px;
    height: 85px;
    border-radius: 20px;
    background: linear-gradient(90deg, #BE7CFF 0%, #FFB8FE 100%);
    z-index: -1;
    transform: rotate(-1deg);
}

.offer__text {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 50px;
    margin-left: 6px;
}

.offer__text span {
    display: block;
}

.offer__btn {
    width: 380px;
    height: 60px;
    font-size: 22px;
    margin-left: 6px;
}




/* ====== Reviews ====== */

.reviews {
    padding: 60px 0;
}

.reviews__text {
    max-width: 802px;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 50px;
    text-align: center;
}

.reviews-slider {
    position: relative;
    margin-bottom: 0 !important;
}

.reviews-slider::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 20;
}

.reviews-slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    z-index: 20;
}

.reviews-slide {
    max-width: 630px;
    width: 100%;
    background: linear-gradient(180deg, #FFF1E6 0%, #FFDABD 100%);
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px;
}

.reviews-slide-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviews-slide-header__photo {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 20px;
    overflow: hidden;
}

.reviews-slide-header__photo img {
    display: block;
    width: 100%;
}

.reviews-slide-header__name {
    color: #333;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 5px;
}

.reviews-slide-header__who {
    font-size: 18px;
}

.reviews-slide__text {
    font-size: 18px;
}




/* ====== Faq ====== */

.faq {
    padding: 60px 0;
}

.faq__title {
    margin-bottom: 50px;
}

.faq-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.faq-items {
    max-width: 740px;
    width: 100%;
}

.faq-item {
    width: 100%;
    padding: 25px 25px;
    border-radius: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    background-size: 200% !important;
    transition: 0.5s;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item:nth-child(1) {
    background: linear-gradient(90deg, #EBF5FF 0%, #BAD6FF 50%, #EBF5FF 100%);
}
.faq-item:nth-child(2) {
    background: linear-gradient(90deg, #FDE9FF 0%, #F2CBFF 50%, #FDE9FF 100%);
}
.faq-item:nth-child(3) {
    background: linear-gradient(90deg, #FFF1E6 0%, #FFDABD 50%, #FFF1E6 100%);
}
.faq-item:nth-child(4) {
    background: linear-gradient(90deg, #EEFFE2 0%, #D1E7C3 50%, #EEFFE2 100%);
}
.faq-item:nth-child(5) {
    background: linear-gradient(90deg, #EBF5FF 0%, #BAD6FF 50%, #EBF5FF 100%);
}
.faq-item:nth-child(6) {
    background: linear-gradient(90deg, #FDE9FF 0%, #F2CBFF 50%, #FDE9FF 100%);
}
.faq-item:nth-child(7) {
    background: linear-gradient(90deg, #FFF1E6 0%, #FFDABD 50%, #FFF1E6 100%);
}
.faq-item:nth-child(8) {
    background: linear-gradient(90deg, #EEFFE2 0%, #D1E7C3 50%, #EEFFE2 100%);
}

.faq-item:hover {
    background-position: -100%;
}

.faq-item:nth-child(1).collapse:hover, 
.faq-item:nth-child(2).collapse:hover, 
.faq-item:nth-child(3).collapse:hover, 
.faq-item:nth-child(4).collapse:hover, 
.faq-item:nth-child(5).collapse:hover, 
.faq-item:nth-child(6).collapse:hover, 
.faq-item:nth-child(7).collapse:hover, 
.faq-item:nth-child(8).collapse:hover {
    background-position: 0 !important;
}

.faq-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-item__title {
    font-size: 22px;
    font-weight: 900;
    max-width: 600px;
    color: #333;
}

.faq-item__btn {
    width: 23px;
    height: 23px;
    position: relative;
}

.faq-item__btn .line {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #333;
    position: absolute;
    top: 50%;
    margin-top: -1.5px;
    transition: 0.3s;
}

.faq-item__btn .line-1 {
    transform: rotate(90deg);
}

.faq-item.collapse .faq-item__btn .line-1 {
    transform: rotate(0);
}

.faq-photo {
    max-width: 520px;
    width: 100%;
    height: 520px;
    position: sticky;
    top: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.faq-photo img {
    display: block;
    width: 100%;
}

.faq-item-content {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.faq-item-content-height {
    padding-top: 30px;
}

.faq-item-content p {
    font-size: 16px;
    color: #333;
    line-height: 130%;
    font-weight: 500;
    /* margin-bottom: 5px; */
}



/* ====== Footer ====== */

.footer {
    background: linear-gradient(90deg, #9B6DC9 0%, #ED9685 100%);
}

.footer-row {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

.footer-col {

}

.footer_info {
    max-width: 433px;
    width: 100%;
    font-size: 30px;
    line-height: 120%;
    font-weight: 900;
    color: #fff;
}

.footer-col_contacts {
    max-width: 250px;
    width: 100%;
    margin-left: auto;
}

.footer-contacts__link {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    transition: 0.3s;
}

.footer-contacts__link img {
    margin-right: 10px;
}

.footer-contacts__link span {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.9);
    transition: 0.3s;
}

.footer-contacts__link:hover span {
    opacity: 0.8;
}

.footer-soc {
    display: flex;
    margin-top: 35px;
}

.footer-soc__link {
    margin-right: 20px;
    transition: 0.3s;
}

.footer-soc__link img {
    display: block;
    width: 100%;
}

.footer-soc__link:hover {
    opacity: 0.8;
}

.footer-col_rek {
    max-width: 300px;
    width: 100%;
    margin-left: 80px;
}

.footer-rek-item {
    display: flex;
    align-items: start;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
    margin-bottom: 8px;
}

.footer-rek-item:last-child {
    margin-bottom: 0;
}

.footer-rek-item img {
    display: block;
    margin-right: 10px;
}

.footer-row_bottom {
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.7);
}

.copy {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.footer__link {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    transition: 0.3s;
}

.footer__link_first {
    margin-left: auto;
    margin-right: 40px;
}

.footer__link:hover {
    opacity: 0.8;
}









/* Video popup */

.form-modal_video {
    padding: 0;
    /* width: 660px;
    height: 380px; */

    width: 1030px;
    height: 580px;
    background: #000;
    position: relative;
    border-radius: 20px;
}

.form-modal_video .form-modal_close {
    /* right: 10px;
    top: -30px;
    color: #fff; */
}

.form-modal_video .form-modal-close__icon .line {
    background: #fff;
}

.video-modal {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.video-modal iframe {
    width: 100% !important;
    height: 100% !important;
}

.video-modal video {
    width: 100%;
    height: 100%;
}

.vdm-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* pointer-events: none; */
}

.approach-video-wrap .vdm-nav {
    bottom: auto;
    height: 62%;
    align-items: flex-end;
}

/* .video-modal:hover .vdm-nav {
    opacity: 1;
} */

.vdm-nav__play {
    display: block;
}

.vdm-nav__pause {
    display: none;
}

.vdm_switch .vdm-nav__play {
    display: none;
}

.vdm_switch .vdm-nav__pause {
    display: block;
    opacity: 0;
}

.vdm_switch:hover .vdm-nav__pause {
    display: block;
    animation: 3s animPauseBtn;
}

@keyframes animPauseBtn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.approach-video-wrap .vdm-nav__play img {
    width: 30px;
}

.approach-video-wrap .vdm-nav__pause img {
    width: 30px;
}

.form-modal_close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-bottom: 10px;
    z-index: 20;
    cursor: pointer;
}
.form-modal_close .line {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    background: #fff;
}
.form-modal_close .line-1 {
    transform: rotate(45deg);
}
.form-modal_close .line-2 {
    transform: rotate(-45deg);
}







/* ====== vidsec ====== */

.vidsec {
    padding: 130px 0;
}

.vidsec-wrap {
    
}

.vidsec__title {
    font-size: 70px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 25px;
}

.vidsec__title span {
    display: block;
    font-size: 90px;
}

.vidsec__text {
    max-width: 500px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 45px;
}

.vidsec__btn {
    width: 310px;
    height: 60px;
}

.vidsec__btn svg {
    margin-right: 15px;
}

.vidsec__btn span {
    font-size: 22px;
}


/* ====== bansec ====== */

.bansec {
    padding: 60px 0 120px;
}

.bansec-wrap {
    padding: 125px 60px;
    border-radius: 30px;
}

.bansec__title {
    max-width: 560px;
    font-size: 50px;
    color: #fff;
    margin-bottom: 25px;
}

.bansec__text {
    max-width: 560px;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
    margin-bottom: 45px;
}

.bansec__btn {
    width: 350px;
    height: 60px;
    font-size: 22px;
}


/* ====== cases ====== */

.cases {
    padding: 120px 0 60px;
}

.cases-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.cases__title {

}

.cases__text {
    max-width: 770px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.cases-card {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 20px;
    height: 215px;
    border-radius: 20px;
}

.cases-card__btn {
    width: 150px;
    height: 30px;
    font-size: 16px;
}

.cases-box {
    display: flex;
}

.cases-more {
    display: flex;
    align-items: center;
    min-width: 410px;
    width: 410px;
    height: 260px;
    padding: 50px;
    background: linear-gradient(90deg, #F0773F 0%, #FDA154 50%, #F0773F 100%);
    background-size: 200%;
    border-radius: 20px;
    margin-right: 30px;
    transition: 0.5s;
}

.cases-more:hover {
    background-position: -100%;
}

.cases-more__title {
    font-size: 40px;
    line-height: 110%;
    font-weight: 900;
    color: #fff;
}

.cases-more__title span {
    display: block;
}

.cases-offer {
    display: flex;
    align-items: center;
    padding: 40px;
    width: 100%;
    border-radius: 20px;
}

.cases-offer__title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 30px;
}

.cases-offer__btn {
    width: 350px;
}


/* ====== steps ====== */

.steps {
    padding: 60px 0 120px;
}

.steps__title {
    
}

.steps__text {
    max-width: 570px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.steps-flex {
    display: flex;
    justify-content: space-between;
}

.steps-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 410px;
}

.steps-card__photo {
    position: relative;
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(40, 16, 64, 0.1);
    z-index: 10;
}

.steps-card-wrap {
    position: relative;
    padding: 100px 35px 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF1E6 0%, #FFDABD 100%);
    margin-top: -80px;
    z-index: 5;
}

.steps-card__title {
    font-size: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}

.steps-card__text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.steps-card__arrow {
    position: absolute;
    top: 36px;
    right: -105px;
}

.steps-card_1 .steps-card-wrap {
    
}

.steps-card_2 .steps-card-wrap {
    background: linear-gradient(180deg, #FDE9FF 0%, #F2CBFF 100%);
}

.steps-card_3 .steps-card-wrap {
    background: linear-gradient(180deg, #EBF5FF 0%, #BAD6FF 100%);
}


/* ====== services ====== */

.services {
    padding: 120px 0 60px;
}

.services__title {

}

.services__text {
    max-width: 520px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.services-card {
    position: relative;
    padding: 30px 30px 110px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF1E6 0%, #FFDABD 100%);
    overflow: hidden;
}

.services-card__title {
    max-width: 250px;
    font-size: 26px;
    color: #333333;
    margin-bottom: 15px;
}

.services-card__text {
    max-width: 250px;
    font-size: 16px;
    font-weight: 500;
}

.services-card__btn {
    position: absolute;
    max-width: 350px;
    width: 100%;
    bottom: 30px;
    z-index: 10;
}

.services-card__photo {
    position: absolute;
    top: 20px;
    right: -43px;
    width: 180px;
}

.services-card_1 {
    background: linear-gradient(180deg, #EBF5FF 0%, #BAD6FF 100%);
}

.services-card_2 {
    
}

.services-card_3 {
    background: linear-gradient(180deg, #FDE9FF 0%, #F2CBFF 100%);
}


/* ====== contacts ====== */

.contacts {
    padding: 60px 0;
}

.contacts__title {

}

.contacts__text {
    max-width: 890px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 160px;
}

.contacts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.contacts-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 25px 90px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF1E6 0%, #FFDABD 100%);
}

.contacts-card__photo {
    display: block;
    width: 200px;
    filter: drop-shadow(4px 4px 10px rgba(40, 16, 64, 0.15));
    margin-top: -145px;
    margin-bottom: 15px;
}

.contacts-card__title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.contacts-card__text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.contacts-card__btn {
    position: absolute;
    bottom: 25px;
    height: 40px;
    font-size: 18px;
}

.contacts-card_1 {
    background: linear-gradient(180deg, #EBF5FF 0%, #BAD6FF 100%);
}

.contacts-card_2 {
    background: linear-gradient(180deg, #FDE9FF 0%, #F2CBFF 100%);
}

.contacts-card_3 {
    
}

.contacts-card_4 {
    background: linear-gradient(180deg, #EBFFF3 0%, #BBDAA7 100%);
}







/* Form modal */

.form-modal_all {
    width: 550px;
    padding: 50px 40px;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF1E6 0%, #FFDABD 100%);
    position: relative;
}
.form-modal_all .form-modal_close {
    top: 15px;
    right: 15px;
    bottom: auto;
    transition: 0.3s;
}
.form-modal_all .form-modal_close:hover {
    opacity: 0.7;
}
.form-modal_all .form-modal_close .line {
    background: #333;
    border-radius: 2px;
}
.form-modal-wrap {
    display: flex;
    flex-direction: column;
}
.form-modal__title {
    font-size: 36px;
    margin-bottom: 6px;
    text-align: center;
}
.form-modal__text {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 25px;
    text-align: center;
}
.form-modal__input {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    background: #fff;
    border: 0;
    margin-bottom: 18px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #333;
}
.form-modal__input::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #515151;
}
.form-modal__area {
    box-sizing: border-box;
    border: 0;
    border-radius: 20px;
    height: 120px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #333;
    padding: 12px 20px;
    resize: none;
    display: block;
    width: 100%;
}
.form-modal__area::placeholder {
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito", sans-serif;
    color: #515151;
}
.form-modal__btn {
    width: 100%;
    height: 60px;
    font-size: 22px;
    border: 0;
    margin-top: 30px;
    margin-bottom: 14px;
}
.form-modal__privacy {
    font-size: 14px;
    color: #333;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.form-modal__privacy a {
    font-size: 14px;
    color: #333;
    text-align: center;
    text-decoration: underline;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    margin-top: 14px;
    left: 20px;
    font-size: 12px;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-response-output {
    display: none !important;
}


/* Thanks */

.form-modal_thanks .form-modal__title {
    text-align: center;
}
.form-modal_thanks .form-modal__text {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
}




/* privacy-pg */

.privacy-pg {
    padding: 120px 0 70px;
}

.privacy-pg__title {
    font-size: 50px;
    line-height: 120%;
    text-align: center;
    margin-bottom: 50px;
}

.privacy-pg-content {

}

.privacy-pg-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.privacy-pg-content h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.privacy-pg-content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.privacy-pg-content p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 50px;
}

.privacy-pg-content ol {
    margin-bottom: 20px;
}

.privacy-pg-content ol li {
    font-size: 20px;
    font-weight: 500;
}

.privacy-pg-content ul {
    margin-bottom: 20px;
}

.privacy-pg-content ul li {
    font-size: 20px;
    font-weight: 500;
}

.privacy-pg-content a {
    font-size: 20px;
    font-weight: 500;
    color: #7634B7;
    transition: 0.3s;
}

.privacy-pg-content a:hover {
    color: #a46ddb;
}





/* ====== Media Quaries ====== */

/* 1200-1320 */
@media screen and (max-width: 1320px) {
    .container {
        width: 1170px;
    }

    .steps-card {
        max-width: 360px;
    }
    .services-card__text {
        max-width: 230px;
    }
    .services-card__btn {
        max-width: 310px;
    }
    .faq-items {
        max-width: 52%;
    }
    .faq-photo {
        max-width: 45%;
        height: 505px;
    }
    .faq-item__title {
        font-size: 20px;
    }
    
}

/* 992-1200 */
@media screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }


    .contacts-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 150px 30px;
    }
    .menu li a {
        font-size: 20px;
    }
    .offer {
        padding: 140px 0 100px;
    }
    .cases-grid {
        gap: 15px;
        margin-bottom: 15px;
    }
    .cases-card {
        height: 180px;
    }
    .cases-more {
        width: 310px;
        min-width: 310px;
        height: 220px;
        margin-right: 15px;
        padding: 30px;
    }
    .cases-more__title {
        font-size: 36px;
    }
    .cases-offer {
        padding: 30px;
    }
    .site-title span {
        font-size: 40px;
    }
    .site-title::before, .site-title::after {
        margin-top: 12px;
    }
    .steps-card {
        max-width: 300px;
    }
    .steps-card-wrap {
        padding: 100px 20px 30px;
    }
    .steps-card__title {
        font-size: 22px;
    }
    .steps-card__arrow {
        width: 120px;
        right: -70px;
    }
    .steps-card__photo {
        width: 160px;
        height: 160px;
    }
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services-card__btn {
        max-width: 400px;
    }
    .faq-photo {
        height: auto;
    }
    .faq-wrap {
        align-items: start;
    }
    .bansec__title {
        font-size: 44px;
    }
    .bansec__text {
        font-size: 20px;
        max-width: 460px;
    }
    .footer-col_rek {
        margin-left: 30px;
    }
    .footer_info {
        font-size: 24px;
    }


    .form-modal_video {
        width: 700px;
        height: 400px;
    }
}

/* 768-992 */
@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }


    .mob-btn {
        width: 42px;
        height: 27px;
        display: block !important;
        position: relative;
        z-index: 1500;
    }
    .mob-btn .line {
        position: absolute;
        right: 0;
        width: 100%;
        height: 4px;
        border-radius: 2px;
        background: #fff;
        transition: 0.3s;
    }
    .mob-btn .line-1 {
        top: 0;
    }
    .mob-btn .line-2 {
        top: 50%;
        margin-top: -2px;
    }
    .mob-btn .line-3 {
        top: 100%;
        margin-top: -4px;
        width: 70%;
    }
    .header {
        z-index: 999 !important;
    }
    .header.collapse .mob-btn .line-2 {
        width: 0;
    }
    .header.collapse .mob-btn .line-1 {
        top: 50%;
        margin-top: -2px;
        transform: rotate(45deg);
    }
    .header.collapse .mob-btn .line-3 {
        top: 50%;
        margin-top: -2px;
        transform: rotate(-45deg);
        width: 100%;
    }
    .header.collapse .mob-btn .line {
        background: #7634B7;
    }
    .header-tg-btn {
        flex-direction: row-reverse;
    }
    .header-call-btn {
        margin-left: 0;
        margin-right: 20px;
    }


    .nav {
        max-width: 0px;
        width: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,0.15);
        overflow: hidden;
        transition: 0.3s;
    }
    .menu {
        flex-direction: column;
        padding: 80px 20px;
        gap: 20px;
    }
    .menu li a {
        font-size: 22px;
        color: #333;
    }
    .header.collapse .nav {
        max-width: 300px;
        z-index: 999;
    }

    .body-fixed {
        overflow: hidden;
    }




    .offer__title {
        margin-bottom: 20px;
    }
    .offer__title .first {
        font-size: 90px;
    }
    .offer__title .second {
        font-size: 40px;
    }
    .offer__title .second span::after {
        width: 130px;
        height: 40px;
        border-radius: 8px;
        left: -6px;
        top: 10px;
    }
    .offer__text {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .offer__btn {
        width: 320px;
        font-size: 18px;
    }
    .offer {
        background-position: -400px !important;
    }
    .site-title::before, .site-title::after {
        display: none;
    }
    .cases-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .cases-card {
        height: 215px;
    }
    .cases-more {
        height: 255px;
    }
    .cases__text, .steps__text, .services__text, .reviews__text, .contacts__text {
        font-size: 18px;
    }
    .cases {
        padding: 80px 0 40px;
    }
    .steps {
        padding: 40px 0 50px;
    }
    .vidsec {
        padding: 80px 0;
    }
    .vidsec__title {
        font-size: 55px;
    }
    .vidsec__title span {
        font-size: 70px;
    }
    .vidsec__text {
        font-size: 18px;
        max-width: 400px;
    }
    .services {
        padding: 80px 0 40px;
    }
    .services-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .services-card__btn {
        max-width: calc(100% - 60px);
    }
    .services-card__text {
        max-width: calc(100% - 200px);
    }
    .services-card__title {
        max-width: calc(100% - 200px);
    }
    .steps-flex {
        flex-wrap: wrap;
    }
    .steps-card__arrow {
        display: none;
    }
    .steps-card {
        max-width: 48%;
        margin-bottom: 30px;
    }
    .reviews-slide {
        max-width: 520px;
    }
    .contacts {
        padding: 40px 0;
    }
    .faq {
        padding: 40px 0;
    }
    .bansec {
        padding: 40px 0 80px;
    }
    .bansec-wrap {
        padding: 70px 30px;
    }
    .bansec__title {
        font-size: 32px;
        max-width: 440px;
        margin-bottom: 18px;
    }
    .bansec__text {
        font-size: 18px;
        max-width: 380px;
        margin-bottom: 30px;
    }
    .footer_info {
        display: none;
    }
    .footer-col_contacts {
        margin-left: 0;
    }



    .privacy-pg {
        padding: 100px 0 50px;
    }

    .privacy-pg__title {
        font-size: 40px;
    }

    .privacy-pg-content h2 {
        font-size: 28px;
    }

    .privacy-pg-content h3 {
        font-size: 20px;
    }

    .privacy-pg-content h4 {
        font-size: 18px;
    }

    .privacy-pg-content p {
        font-size: 18px;
    }

    .privacy-pg-content a {
        font-size: 18px;
    }
    
}

/* 576-768 */
@media screen and (max-width: 767px) {
    .container {
        width: 540px;
    }

    .cases-box {
        flex-direction: column;
    }
    .cases-grid {
        display: flex;
        overflow-x: scroll;
        margin-bottom: 30px;
    }
    .cases-grid::-webkit-scrollbar {
        height: 0;
    }
    .cases-card {
        min-width: 320px;
        max-width: 320px;
        height: 180px;
        border-radius: 14px;
    }
    .cases-more {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 50px;
        max-width: 100%;
        width: 100%;
        border-radius: 30px;
        margin-bottom: 50px;
    }
    .cases-more__title {
        font-size: 18px;
    }
    .cases-more__title span {
        display: inline;
    }

    .site-title span {
        font-size: 32px;
    }
    .cases__text, .steps__text, .services__text, .reviews__text, .contacts__text {
        font-size: 16px;
    }
    .site-title {
        margin: 0 auto 12px;
    }
    .cases__text, .steps__text, .services__text, .reviews__text, .contacts__text {
        margin-bottom: 30px;
    }
    .cases {
        padding: 56px 0 30px;
    }

    .offer__title .first {
        font-size: 70px;
    }
    .offer__title .second {
        font-size: 33px;
    }
    .offer__title .second span::after {
        top: 9px;
        width: 106px;
        height: 33px;
    }
    .offer__text {
        font-size: 18px;
    }
    .header-call-btn {
        font-size: 16px;
        height: 36px;
        width: 180px;
        /* margin-left: 14px; */
    }
    .header__telegram {
        height: 36px;
        width: 36px;
    }
    .header__telegram img {
        display: block;
        width: 100%;
    }
    .offer__btn {
        font-size: 16px;
        width: 280px;
        height: 48px;
    }

    .steps-card {
        max-width: 100%;
    }
    .vidsec__title {
        font-size: 32px;
    }
    .vidsec__title span {
        font-size: 44px;
    }
    .vidsec__text {
        font-size: 16px;
    }
    .vidsec__btn span {
        font-size: 18px;
    }
    .steps {
        padding-bottom: 40px;
    }
    .services {
        padding: 56px 0 30px;
    }
    .reviews {
        padding: 30px 0;
    }
    .reviews-slide {
        max-width: 400px;
        margin: 0 8px;
    }
    .contacts__text {
        margin-bottom: 140px;
    }
    .faq__title {
        margin-bottom: 30px;
    }
    .faq-photo {
        display: none;
    }
    .faq-items {
        max-width: 100%;
    }
    .faq-item {
        margin-bottom: 16px;
    }
    .faq-item__title {
        max-width: 80%;
    }
    .contacts {
        padding: 30px 0;
    }
    .faq {
        padding: 30px 0;
    }
    .bansec {
        padding: 30px 0 60px;
    }
    .bansec__title {
        font-size: 26px;
        max-width: 340px;
    }
    .bansec__text {
        font-size: 15px;
        max-width: 300px;
    }
    .bansec__btn {
        font-size: 16px;
        width: 280px;
    }
    .footer-row_bottom {
        flex-direction: column-reverse;
        align-items: center;
    }
    .footer__link_first {
        margin-left: 0;
        margin-right: 0;
    }
    .footer__link {
        margin-bottom: 14px;
    }

    .form-modal_video {
        width: 500px;
        height: 300px;
    }
}

/* <576 */
@media screen and (max-width: 576px) {
    .container {
        width: 94vw;
    }

    .contacts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .cases-offer__btn {
        width: 100%;
    }
    .offer {
        background-position: -600px !important;
        overflow: hidden;
        position: relative;
    }
    .offer::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
    }
    .offer-wrap {
        position: relative;
        z-index: 30;
    }
    .header {
        z-index: 30;
    }
    .site-title span {
        font-size: 26px;
    }
    .cases .container {
        width: 100%;
    }
    .cases__title {
        padding: 0 3vw;
    }
    .cases__text {
        padding: 0 3vw;
    }
    .cases-card:first-child {
        margin-left: 3vw;
    }
    .cases-box {
        padding: 0 3vw;
    }
    .cases-offer {
        padding: 30px 20px;
    }
    .cases-offer__title {
        font-size: 24px;
    }
    .cases-offer__btn {
        font-size: 16px;
    }
    .steps {
        padding: 30px 0 26px;
    }
    .vidsec__title {
        font-size: 33px;
    }
    .vidsec__title span {
        font-size: 42px;
    }
    .vidsec {
        padding: 56px 0;
    }
    .vidsec__btn {
        width: 100%;
        height: 50px;
    }
    .vidsec__btn span {
        font-size: 16px;
    }
    .vidsec__btn svg {
        width: 28px;
        margin-right: 7px;
    }
    .services-card {
        padding: 30px 16px 110px;
    }
    .services-card__photo {
        width: 150px;
        top: 40px;
    }
    .services-card__title {
        max-width: 280px;
    }
    .services-card__text {
        max-width: 240px;
    }
    .steps-card-wrap {
        padding: 60px 20px 20px;
        margin-top: -50px;
    }
    .steps-card__photo {
        width: 100px;
        height: 100px;
    }
    
    .steps-card__text {
        font-size: 15px;
    }
    .steps-card {
        margin-bottom: 20px;
    }
    .steps-card:nth-child(2) .steps-card__title {
        max-width: 200px;
        margin: 0 auto;
    }
    .steps-card__title {
        font-size: 18px;
        margin-bottom: 15px !important;
    }
    .vidsec__text {
        margin-bottom: 30px;
    }
    .vidsec__title {
        margin-bottom: 20px;
    }
    .services-card__btn {
        max-width: calc(100% - 32px);
    }
    .services-grid {
        gap: 20px;
    }
    .reviews-slide {
        max-width: 80vw;
        margin: 0 2vw;
        padding: 20px 20px;
    }
    .reviews-slide__text {
        font-size: 15px;
    }
    .reviews-slide-header {
        margin-bottom: 15px;
    }
    .reviews-slide-header__photo {
        margin-right: 14px;
        min-width: 60px;
        max-width: 60px;
        height: 60px;
    }
    .reviews-slide-header__name {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .reviews-slide-header__who {
        font-size: 15px;
    }
    .reviews .container {
        width: 100%;
    }
    .reviews__title {
        padding: 0 3vw;
    }
    .reviews__text {
        padding: 0 3vw;
    }
    .reviews-slider::before, .reviews-slider::after {
        display: none;
    }
    .contacts-card__photo {
        width: 120px;
        margin-top: -100px;
    }
    .contacts-grid {
        gap: 100px 30px;
    }
    .contacts__text {
        margin-bottom: 100px;
    }
    .contacts-card__btn {
        width: calc(100% - 50px);
    }
    .faq-item {
        padding: 14px 16px;
        border-radius: 8px;
    }
    .faq-item__title {
        font-size: 16px;
    }
    .faq-item__btn {
        width: 18px;
        height: 18px;
    }
    .faq-item-content-height {
        padding-top: 20px;
    }
    .bansec-wrap {
        padding: 56px 20px;
        position: relative;
        overflow: hidden;
    }
    .bansec-wrap::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.2);
        z-index: 5;
    }
    .bansec__btn {
        height: 50px;
        position: relative;
        z-index: 15;
    }
    .bansec__title {
        position: relative;
        z-index: 15;
    }
    .bansec__text {
        position: relative;
        z-index: 15;
    }
    .footer-row:first-child {
        flex-direction: column;
        align-items: center;
    }
    .footer-col_rek {
        margin-left: 0;
        margin-top: 40px;
    }
    .footer-soc__link {
        margin: 0 6px;
    }
    .footer-col_contacts {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-soc {
        margin-top: 20px;
    }
    .copy {
        margin-top: 16px;
    }
    .footer-rek-item {
        font-size: 15px;
    }

    .vid-desk {
        display: none !important;
    }
    .vid-mob {
        display: block !important;
    }

    .form-modal_video {
        width: 98vw;
        height: 57vw;
    }





    .arcticmodal-container_i2 {
        padding: 0;
    }
    .form-modal_all {
        padding: 50px 14px 30px;
        border-radius: 0;
        width: 100%;
    }
    .form-modal__title {
        font-size: 36px;
        line-height: 100%;
        text-align: center;
    }
    .form-modal__text {
        font-size: 16px;
        text-align: center;
    }

    


    .privacy-pg {
        padding: 80px 0 40px;
    }

    .privacy-pg__title {
        margin-bottom: 40px;
    }

    .privacy-pg-content h2 {
        font-size: 24px;
    }

    .privacy-pg-content p {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .privacy-pg-content a {
        font-size: 16px;
    }





    /* fix mobile picture */

    .offer {
        background: url(../img/offer-bg-mob-3.jpg) no-repeat bottom center / 100%     !important;
        background-size: 500px !important;
        padding: 100px 0 360px;
        /* max-height: 100vh;
        overflow: hidden; */
    }
    .offer::after {
        display: none;
    }
    .offer__text {
        font-size: 16px;
        margin-bottom: 18px;
        text-align: center;
    }
    .offer-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }



    .bansec-wrap {
        background: url(../img/bansec-bg-mob-2.jpg) no-repeat bottom center / cover !important;
        padding: 36px 20px 320px;
        background-size: 500px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bansec-wrap::after {
        display: none;
    }
    .bansec__btn {
        width: 300px;
    }
    .bansec__title {
        text-align: center;
    }
    .bansec__text {
        text-align: center;
    }

    .cases-offer {
        background: url(../img/cases-offer-bg-mob.jpg) no-repeat bottom center / cover !important;
        padding: 40px 20px 440px;
        background-size: 500px !important;
    }
    .cases-offer__title {
        margin-bottom: 20px;
        text-align: center;
    }
    .cases-offer-wrap {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .vidsec {
        background: url(../img/vidsec-bg-mob.jpg) no-repeat bottom center / cover !important;
        padding: 56px 0 330px;
        background-size: 500px !important;
    }
    .vidsec__btn {
        width: 220px;
    }
    .vidsec-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vidsec__text {
        text-align: center;
    }
    .vidsec__title {
        text-align: center;
    }

    .services-card__title {
        line-height: 110%;
    }
    .services-card__text {
        font-size: 14px;
    }
    .services-card__btn {
        max-width: 220px;
        font-size: 18px;
    }
    .services-card {
        padding-bottom: 100px;
    }


    .slick-track
    {
    display: flex !important;
    }

    .slick-slide
    {
    height: inherit !important;
    }
}