@font-face {
    font-family: 'InvolveSemiBold';
    src: url('../fonts/Involve-SemiBold.eot');
    src: url('../fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-SemiBold.woff2') format('woff2'),
    url('../fonts/Involve-SemiBold.woff') format('woff'),
    url('../fonts/Involve-SemiBold.ttf') format('truetype'),
    url('../fonts/Involve-SemiBold.svg#Involve-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveBold';
    src: url('../fonts/Involve-Bold.eot');
    src: url('../fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Bold.woff2') format('woff2'),
    url('../fonts/Involve-Bold.woff') format('woff'),
    url('../fonts/Involve-Bold.ttf') format('truetype'),
    url('../fonts/Involve-Bold.svg#Involve-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveRegular';
    src: url('../fonts/Involve-Regular.eot');
    src: url('../fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Regular.woff2') format('woff2'),
    url('../fonts/Involve-Regular.woff') format('woff'),
    url('../fonts/Involve-Regular.ttf') format('truetype'),
    url('../fonts/Involve-Regular.svg#Involve-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveMedium';
    src: url('../fonts/Involve-Medium.eot');
    src: url('../fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Medium.woff2') format('woff2'),
    url('../fonts/Involve-Medium.woff') format('woff'),
    url('../fonts/Involve-Medium.ttf') format('truetype'),
    url('../fonts/Involve-Medium.svg#Involve-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveOblique';
    src: url('../fonts/Involve-Oblique.eot');
    src: url('../fonts/Involve-Oblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-Oblique.woff2') format('woff2'),
    url('../fonts/Involve-Oblique.woff') format('woff'),
    url('../fonts/Involve-Oblique.ttf') format('truetype'),
    url('../fonts/Involve-Oblique.svg#Involve-Oblique') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'InvolveMediumOblique';
    src: url('../fonts/Involve-MediumOblique.eot');
    src: url('../fonts/Involve-MediumOblique.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Involve-MediumOblique.woff2') format('woff2'),
    url('../fonts/Involve-MediumOblique.woff') format('woff'),
    url('../fonts/Involve-MediumOblique.ttf') format('truetype'),
    url('../fonts/Involve-MediumOblique.svg#Involve-MediumOblique') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
body{
    line-height: 1.2;
    font-family: 'InvolveMedium', sans-serif;
    padding-top: 6.155rem;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
header{
    padding: 0.9rem 0;
    position: fixed;
    background: white;
}
.logo{
    display: block;
    width: 4.563rem;
}
.menu{
    padding-left: 2.3rem;
    font-size: 0.875rem;
}
.menu a{
    display: inline-block;
    margin-right: 2.7rem;
}
.menu a:last-child{
    margin-right: 0;
}
.btn{
    display: inline-block;
    font-size: 0.875rem;
    font-family: 'InvolveMedium', sans-serif;
    border-radius: 100px;
    padding: 0 2.8rem;
    background: #DEABE4;
    color: white;
}
.btn span{
    height: 2.938rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn:hover{
    color: white;
    background: #000000;
}

.btn.white{
    background: white;
    color: black;
}

.btn.white:hover{
    background: black;
    color: white;
}

.btn.black{
    background: black;
    color: white;
}

.btn.black:hover{
    background: #DEABE4;
    color: white;
}

.banner .btn{
    padding: 0 1.3rem;
}
.header_socials{
    display: flex;
}
.header_socials a{
    height: 2.938rem;
    width: 2.938rem;
    border-radius: 50%;
    margin-right: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.9rem;
    background: #000000;
    color: white;
}
.header_socials a:hover{
    color: white;
    background: #DEABE4;
}
.header_socials a img{
    width: 1.5rem;
}
.langs{
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    position: relative;
    font-family: InvolveSemiBold, sans-serif;
}

.lang_drop a{
    display: block;
}
.langs img{
    width: 1.5rem;
    margin-left: 0.1rem;
}
#box-1{
    padding-top: 0.7rem;
}
.banner{
    border-radius: 20px;
    overflow: hidden;
    padding: 2.35rem 2.5rem;
    position: relative;
    background-image: url("../img/banner_bg.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    margin-bottom: 1.5rem;
}

.banner_img{
    position: absolute;
    bottom: 0;
    right: 1.1rem;
    width: 34rem;
    z-index: 2;
}

.insta_link{
    display: flex;
    align-items: center;
    width: max-content;
    padding: 0.45rem 0.9rem;
    letter-spacing: -0.02rem;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #8FABEC;
    color: white;
    margin-bottom: 2.1rem;
}
.insta_link:hover{
    background: black;
    color: white;
}
.insta_link img{
    width: 1.5rem;
    margin-right: 1rem;
}
.banner_text h1{
    font-family: 'InvolveMedium', sans-serif;
    font-size: 3rem;
    text-transform: uppercase;
    letter-spacing: -0.06rem;
    margin-bottom: 0.4rem;
}
.banner_text h1 span{
    font-size: 4rem;
}
.banner_anons{
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    margin-bottom: 2.3rem;
}
.banner_specs{
    padding-top: 2.2rem;
    display: flex;
    justify-content: space-between;
    padding-right: 2.5rem;
}
.banner_check_item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background: #FFF;
    height: 10rem;
    width: 16.9rem;
    padding: 0.9rem 0.9rem;
    padding-bottom: 1.1rem;
    position: relative;
    color: black!important;
}
.banner_check_item:hover .tag{
    background: #DEABE4;
    color: white;
    border-color: #DEABE4;
}
.tag{
    font-size: 0.75rem;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 0.25rem 0.65rem;
    width: max-content;
    position: relative;
    z-index: 1;
    min-width: 8.5rem;
    text-align: center;
    transition: all 0.5s;
}
.banner_check_title{
    font-size: 0.875rem;
    font-family: InvolveBold, sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.02rem;
}
.banner_check_sub_title{
    font-size: 0.75rem;
    font-family: InvolveBold, sans-serif;
}
.banner_check_bottom{
    position: relative;
    z-index: 1;
}
.banner_check_img{
    width: 8.784rem;
    position: absolute;
    bottom: 0;
    right: 0;
}


.banner_img_btn{
    position: absolute;
    width: 9.25rem;
    height: 9.25rem;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.70);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    bottom: 8.1rem;
    left: -0.1rem;
    transform: rotate(18deg);
    font-size: 0.875rem;
    line-height: 1.5;
    color: black!important;
    z-index: 3;
}
.banner_circle{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    width: 37.25rem;
    height: 37.25rem;
    border-radius: 50%;
    position: absolute;
    bottom: -5.8rem;
    right: -0.4rem;
    z-index: 1;
}
.banner_circle2{
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    width: 43.813rem;
    height: 43.813rem;
    border-radius: 50%;
    position: absolute;
    bottom: -9rem;
    right: -3.6rem;
}

.banner_img_btn:after, .banner_img_btn:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.35;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.banner_img_btn:before {
    animation-delay: 0.8s;
}
.banner_img_btn:after {
    animation-delay: 0.6s;
}
.banner_img_btn span{
    position: relative;
    z-index: 2;
}

.box1_item{
    border-radius: 20px;
    padding: 1.2rem 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 14.3rem;
    overflow: hidden;
    position: relative;
    color: white!important;
    background: white;
}
.box1_item .ab_img{
    transition: all 0.5s;
    transform: translateZ(0);

}
.box1_item:hover .ab_img{
    opacity: 0.8;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box1_item .tag{
    min-width: unset;
    color: black;
}
.box1_item_title{
    font-size: 1.25rem;
    font-family: InvolveBold, sans-serif;
}
.box1_item_bottom{
    position: relative;
    z-index: 1;
}
.box1_item_text{
    margin-top: 0.4rem;
}
.box1_row .mb_30:nth-child(2) .box1_item .tag{
    border-color: white;
    color: white;
}

.box1_row .mb_30:nth-child(4) .box1_item{
    color: black!important;
}
.box1_rev{
    font-size: 2rem;
    font-family: InvolveBold, sans-serif;
}
#box-2 {
    padding-top: 3.8rem;
}
.border_img{
    border-radius: 20px;
    overflow: hidden;
}
.section_tag{
    border: 1px solid rgba(0,0,0,0.7);
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.7rem 1.2rem;
    letter-spacing: -0.016rem;
    border-radius: 30px;
    margin-bottom: 2.6rem;
}
.section_title{
    font-size: 2.25rem;
    text-transform: uppercase;
    letter-spacing: -0.03rem;
    margin-bottom: 1.2rem;
}
.main_about_btn{
    margin-top: 3.1rem;
}
.btn.min_width{
    min-width: 12.5rem;
}
.preim_row {
    margin-top: 4.8rem;
}
.preim_row .mb_30:nth-child(even) .preim_item{
    background: linear-gradient(0deg, rgba(215, 30, 36, 0.20) 0%, rgba(215, 30, 36, 0.20) 100%), #DEB6E8;
}
.preim_item{
    background: linear-gradient(0deg, rgba(74, 140, 255, 0.20) 0%, rgba(74, 140, 255, 0.20) 100%), #8FABEC;
    color: white;
    border-radius: 20px;
    padding: 1.2rem 1.2rem;
    height: 100%;
    overflow: hidden;
}
.preim_img{
    width: 8rem;
    margin-bottom: 5.1rem;
}
.preim_title{
    font-size: 1.25rem;
    font-family: InvolveBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}
.preim_img, .preim_text{
    position: relative;
    z-index: 2;
}
.title_flex .section_title{
    margin: 0;
}
.preim_item:after{
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 6.3rem;
    width: 11rem;
    height: 11rem;
    border-radius: 50%;
    content: "";
    top: 2.5rem;
}

#box-3{
    padding-top: 3.8rem;
}
#box-3 .section_tag{
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
}
.main_service_info{
    height: 29.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.service_item{
    border-radius: 20px;
    display: block;
    height: 100%;
    background: white;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    color: black!important;
}
.service_img img{
    transition: all 0.35s;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}
.service_img{
    border-radius: 20px;
    overflow: hidden;
    height: 19.5rem;
}
.service_title{
    font-family: InvolveBold, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
}
.service_text_box{
    padding: 1.5rem 1.6rem;
    letter-spacing: -0.023rem;
}
.service_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    /*padding: 20px 0;*/
    overflow: unset;
}
.service_slider .slick-track{
    display: flex;
}
.service_slider:after{
    position: absolute;
    right: calc(100% + 10px);
    width: 2000px;
    top: -30px;
    bottom: -30px;
    background: white;
    content: "";
    pointer-events: none;
}
.service_slider .slick-slide > div{
    height: 100%;
}
.z_more{
    z-index: 4;
}
.slick-slide:not(.slick-active) a{
    pointer-events: none;
}
.service_slider .mb_30, .spec_slider .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.reviews_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
}
.reviews_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
#box-4{
    padding-top: 3.7rem;
}
.box4_border{
    border-radius: 20px;
    background-image: url("../img/box4.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
    padding: 1.9rem 1.9rem;
    padding-right: 4rem;
    padding-bottom: 0.9rem;
}
.box4_border .section_tag{
    margin-bottom: 7.4rem;
    border-color: white;
}
.box4_border .section_title{
    font-size: 2rem;
}
.content.big p, .content.big ul, .content.big ol, .content.big table{
    line-height: 1.3;
    margin-bottom: 0.8rem;
}
.box4_items {
    padding-left: 4.1rem;
}
.box4_title{
    font-size: 1.5rem;
    font-family: InvolveBold, sans-serif;
    margin-bottom: 1rem;
}
.box4_item:not(:last-child){
    margin-bottom: 3.3rem;
}
.box4_item{
    position: relative;
}
.box4_num{
    position: absolute;
    background: #DD98C1;
    color: white;
    border-radius: 50%;
    width: 4.713rem;
    height: 4.713rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-family: InvolveBold, sans-serif;
    top: 50%;
    transform: translateY(-50%);
    left: -7.7rem;
}
.box4_num:after{
    position: absolute;
    left: -0.6rem;
    top: -0.6rem;
    bottom: -0.6rem;
    right: -0.6rem;
    border: 0.313rem solid #DD98C1;
    border-radius: 50%;
    content: "";
}
#box-5 {
    padding-top: 3.8rem
}
.section_title.letter0{
    letter-spacing: 0;
}
.spec_item{
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    height: 25rem;
    border-radius: 20px;
    padding: 0.65rem 1.3rem;
    color: black!important;
}
.spec_item img{
    transition: all 0.5s;
    height: calc(100% + 1rem);
    top: unset;
    bottom: -1rem;
}
.spec_item:hover img{
    bottom: 0;
}
.spec_info{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0.7rem;
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 5.7rem;
}
.spec_title{
    font-size: 1.25rem;
    font-family: InvolveBold, sans-serif;
    margin-bottom: 0.2rem;
}
.spec_title span{
    font-size: 1rem;
    display: block;
}
.spec_position{
    font-size: 0.75rem;
    font-style: italic;
    color: #3F422E;
}

.spec_slider .slick-list{
    margin: 0 -10px;
}
#box-6 {
    padding-top: 4.7rem;
}
.slider_btns{
    display: flex;
}
.slider_btns button{
    margin-left: 0.8rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #8FABEC;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s;
    opacity: 1!important;
}
.slider_btns button:hover{
    background: #8FABEC;
}
.slider_btns button img{
    width: 1.5rem;
    transition: all 0.25s;
}
.slider_btns button:hover img{
    filter: brightness(0) invert(1);
}
.g_page .box4_border{
    min-height: 30.9rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.title_flex{
    margin-bottom: 2rem;
}
#similar_g .section_title{
    margin-bottom: 1.7rem;
}
.rev_item{
    border-radius: 20px;
    background:  #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem 1.3rem;
}

.rev_top_flex span{
    opacity: 0.5;
}
.rev_stars{
    display: flex;
    padding-right: 1.7rem;
}
.rev_stars img{
    width: 1.188rem;
    margin-left: 0.25rem;
}
.rev_title{
    font-family: InvolveBold, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
    margin-top: 1.4rem;
}
.site_form{
    background: #13498F;
    color: white;
    border-radius: 20px;
    padding: 1.7rem 2.5rem;
    padding-bottom: 1.2rem;
}
#box-7{
    padding-top: 5.4rem;
}
.section_text{
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.form-control{
    border-radius: 100px;
    border: 1px solid #B0B0B0;
    background: #FFF;
    height: 2.813rem;
    padding: 0 1.2rem;
    font-size: 0.875rem;
    width: 100%;
}
.form-control::placeholder{
    color: black;
    opacity: 0.4;
}
.form-group{
    margin-bottom: 1rem;
}
.policy{
    font-size: 0.875rem;
    letter-spacing: -0.01rem;
    margin-bottom: 2rem;
}
.policy a{
    text-decoration: underline;
    color: white;
}
.policy a:hover{
    text-decoration: none;
}
.form_text{
    padding-right: 1.2rem;
}
.btn.full{
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
#box-8{
    padding-top: 5rem;
    padding-bottom: 5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(222, 171, 228, 0.50) 123.3%);
}
.map{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
}
.box8_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 2.5rem 2.5rem;
    padding-bottom: 1.5rem;
}
.socials{
    display: flex;
}
.socials a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin-right: 1.2rem;
}
.contacts_list .socials a{
    color: #4A8CFF;
}
.contacts_list .socials a:hover{
    color: #13498F;
}
.contact_item{
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.contact_item span{
    font-family: InvolveBold, sans-serif;
    margin-bottom: 0.8rem;
    display: block;
}
.socials a .fa-telegram{
    font-size: 2.25rem;
}
.footer_logo{
    display: block;
    width: 5.375rem;
}
footer{
    background: #13498F;
    color: white;
    padding-top: 2.3rem;
}
footer a{
    color: white;
}
footer a:hover, footer a.active{
    color: #8FABEC;
}
footer .contacts_list {
    padding-top: 3.4rem;
}
footer .contact_item{
    font-size: 1rem;
}

.rev_stars img.gray{
    filter: grayscale(1);
    opacity: 0.6;
}
.check_star img.gray{
    filter: brightness(0);
    opacity: 0.3;
}
.rev_text.content *{
    margin-bottom: 0;
}
.footer_title{
    font-size: 1.25rem;
    font-family: InvolveBold, sans-serif;
    margin-bottom: 1.6rem;
}
.footer_menu{
    list-style-type: none;
    margin: 0;
}
.footer_menu li{
    margin-bottom: 1.3rem;
}
.subscribe_form{
    position: relative;
    display: block;
}
.subscribe_form input{
    width: 100%;
    background: white;
    padding: 1rem 1.3rem;
    border-radius: 100px;
    font-size: 0.875rem;
}
.subscribe_form input::placeholder{
    opacity: 0.3;
}
.subscribe_form .btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #8FABEC;
}
.subscribe_form .btn:hover{
    background: #a6bdf3;
}
.subscribe_form .btn span{
    height: 100%;
}
footer .policy{
    margin-top: 1.2rem;
    font-size: 0.75rem;
}
footer .socials{
    justify-content: flex-end;
    margin-top: 2.2rem;
}
footer .socials a{
    margin: 0;
    margin-left: 0.7rem;
}
.footer_bottom{
    border-top: 1px solid #F5E6C5;
    margin-top: 3.3rem;
    padding: 1.4rem 0;
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.footer_bottom a{
    opacity: 0.5;
}
.footer_bottom a:hover{
    opacity: 1;
    color: white;
}
.page{

}

.page #box-7 {
    padding-top: 4.3rem;
}
.page #box-7 .site_form{
    background: #8FABEC;
}
.page.services_page .page_bg{
    padding-bottom: 4rem;

}

.page_service_text_box{
    color: black;
}
.page_service_item{
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 2.4rem 1.8rem;
    display: block;
    padding-bottom: 2.7rem;
    position: relative;
    overflow: hidden;
}
.page_service_item:hover{
    /*color: #DEABE4;*/
    box-shadow: 0px 4px 20px 0px rgba(222, 171, 228, 0.58);
}
.page_service_img{
    position: absolute;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18.3rem;
}
.page_service_title{
    font-size: 1.625rem;
    font-family: InvolveBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.page_service_text_box{
    width: 18rem;
    line-height: 1.3;
}
.service_arrow{
    width: 3.8rem;
    margin-top: 0.2rem;
}

.s2 .page_service_img{
    right: 0;
    top: 0;
    transform: none;
    width: 17.8rem;
}

.s3 .page_service_img {
    position: absolute;
    right: -2.9rem;
    top: unset;
    transform: none;
    width: 25rem;
    bottom: -0.5rem;
}
.s4 .page_service_img {
    position: absolute;
    right: 0;
    top: unset;
    transform: none;
    width: 13.5rem;
    bottom: -3.1rem;
}
.s5 .page_service_img {
    position: absolute;
    right: 0;
    top: unset;
    transform: none;
    width: 22.6rem;
    bottom: 0;
}
.s5{
    padding-top: 1.7rem;
    padding-bottom: 2.1rem;
}
.s6 .page_service_img {
    position: absolute;
    right: -2rem;
    top: unset;
    transform: none;
    width: 18.1rem;
    bottom: -1rem;
}

.card_banner{
    background: #8FABEC;
    color: white;
    position: relative;
    border-radius: 20px;
    padding: 2.6rem 2.5rem;
    margin-bottom: 5rem;
    overflow: hidden;
}
.card_banner_text{
    width: 40.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 18.7rem;
    padding-bottom: 0.6rem;
}
h1.section_title{
    font-family: 'InvolveMedium', sans-serif;
    font-size: 3rem;
    letter-spacing: -0.06rem;
    margin-bottom: 0.5rem;
}
.card_banner_text_box{
    margin-bottom: 1.5rem;
}
.card_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34.4rem;
    z-index: 2;
}
.card_banner .banner_circle{
    bottom: -19.2rem;
}
.card_banner .banner_circle2 {
    bottom: -22.5rem;
}
blockquote{
    display: inline-block;
    border: 1px solid #4A8CFF;
    color: #4A8CFF;
    text-transform: uppercase;
    font-family: 'InvolveRegular', sans-serif;
    font-size: 1.25rem;
    margin-top: 2rem;
    padding: 0.3rem 1.2rem;
    border-radius: 100px;
    margin-bottom: 1.3rem;
}
blockquote p{
    margin: 0!important;
}
.sub_services{
    padding-top: 4rem;
}
.sub_services .title_flex {
    margin-bottom: 2.1rem
}

.sub_services .page_service_item{
    border: 1px solid #DEB6E8;
    padding: 2.6rem 1.8rem;
    padding-bottom: 3.3rem;
}
.sub_services .page_service_text_box {
    width: 23.5rem;
}
.sub1 .page_service_img{
    right: 0;
    top: unset;
    transform: none;
    width: 14.7rem;
    bottom: 0;
}
.sub2 .page_service_img{
    right: 0;
    top: unset;
    transform: none;
    width: 17.5rem;
    bottom: 0;
}
.sub3 .page_service_img{
    right: 0;
    top: unset;
    transform: none;
    width: 17.9rem;
    bottom: 0;
}
.price_item{
    border-radius: 20px;
    border: 1px solid #DEAEF3;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 1.05rem 1.2rem;
    margin-bottom: 0.75rem;
    transition: all 0.35s;
}
.price_item:hover{
    box-shadow: 0px 4px 20px 0px rgba(222, 174, 243, 0.69);
}
.price_title{
    font-size: 1.5rem;
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.price_price{
    font-size: 1.5rem;
    font-family: InvolveSemiBold, sans-serif;
}
.price_item .btn, .btn.big{
    border-radius: 10px;
    font-size: 1.15rem;
}
.card_prices{
    padding-top: 1.2rem;
}
.price_btn .btn span{
    height: 3.438rem;
}
.price_btn .btn{

}
.price_btn{
    padding-left: 3rem;
}
.blue_btn{
    background: #8FABEC;
}
.card2 .card_img, .card3 .card_img {
    width: 36.9rem;
}
.card4 .card_img {
    width: 37.9rem;
}
.card5 .card_img {
    width: 31rem;
}
.tag_flex .section_tag{
    margin: 0;
    margin-right: 0.65rem;
    margin-bottom: 0.65rem;
}
.tag_flex{
    margin-bottom: 2.3rem;
}
.user_position{
    font-size: 1.25rem;
    margin-bottom: 1.4rem;
}
.user_info .content{
    font-family: InvolveRegular, sans-serif;
}
.user_title{
    margin-bottom: 0.7rem;
    font-size: 2rem;
}
.user_info .content p{
    margin-bottom: 1.5rem;
}
.user_btn{
    margin-top: 3.6rem;
}
.btn.min_width2 {
    min-width: 19.3rem;
}
.content h2, .content h3, .content h4, .content h5, .content h6{
    font-family: 'InvolveMedium', sans-serif;
    text-transform: uppercase;
}
.user_content{
    padding-top: 1.5rem;
}
.user_content h2{
    font-size: 2.25rem;
    margin-top: 1.5rem;
}
.cert_slider{
    margin-top: 5rem;
}
.cert_slider .slick-list{
    margin: 0 -10px;
}
.cert_slider .slick-slide > div{
    padding: 0 10px;
}
.cert_item{
    display: block;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    height: 26.875rem;
}

.cert_slider .slick-arrow, #about_images .slick-arrow{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
    background-size: 1.5rem;
    font-size: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}
#about_images .slick-arrow{
    background-color: white;
}
.cert_slider .slick-prev, #about_images .slick-prev{
    left: 3rem;
    background-image: url("../img/left.png");
    background-color: white;
}
.cert_slider .slick-next, #about_images .slick-next{
    right: 3rem;
    background-image: url("../img/right.png");
    background-color: white;
}
.page #box-6 {
    padding-top: 5.5rem;
}
.users_banner{
    background: #DEABE4;
    padding-top: 3.3rem;
    padding-bottom: 1.9rem;
}
.users_banner .card_banner_text_box{
    font-size: 1.25rem;
}
.users_banner .banner_circle{
    bottom: -13rem;
    right: 4.2rem;
}
.users_banner .banner_circle2{
    right: 1rem;
    bottom: -16.3rem;
}
.users_banner .card_img{
    right: 0;
    width: 44.2rem;
}
.user_item .border_img{
    height: 28.1rem;
}
.user_item{
    margin-bottom: 2.6rem;
}
.user_title{
    font-family: InvolveBold, sans-serif;
}
.user_item_info .user_btn .btn{
    width: 15.6rem;
    margin-right: 0.4rem;
}
.btn.gray{
    background: #AFAFAF;
}
.btn.gray:hover{
    background: #8FABEC;
}
.pagination2{
    list-style-type: none;
    display: flex;
    font-size: 1.25rem;
    align-items: flex-end;
    justify-content: center;
}
.pagination2 li{
    margin: 0 1rem;
}
.pagination2 li a{

}
.pagination2 li a:hover{
    text-decoration: underline;
    color: #904A97;
}
.pagination2 li.active a{
    font-size: 1.563rem;
    text-decoration: underline;
    color: #904A97;
}
.about_banner{
    padding-top: 5.5rem;
    padding-bottom: 4.2rem;
    background: linear-gradient(180deg, #8FABEC 0%, #DEB6E8 100%);
    margin: 0;
}
h1.section_title span{
    display: block;
    font-size: 4rem;
}
.text20{
    font-size: 1.25rem;
}

.about_banner .section_title{
    margin-bottom: 1.9rem;
}
.about_banner .card_banner_text {
    width: 34.5rem;
}
.about_banner .banner_circle {
    bottom: -7.5rem;
    right: -1.5rem;
}
.about_banner .banner_circle2 {
    bottom: -10.7rem;
    right: -4.7rem;
}
.about_banner .card_img {
        width: 40.6rem;
}
.about_preims{
    margin-top: -3.2rem;
    padding: 0 5rem;
    position: relative;
    z-index: 2;
}
.about_preim_item{
    border-radius: 20px;
    border: 1px solid #DEABE4;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
    padding: 0.9rem 1.2rem;
    height: 100%;
}
.about_preim_title{
    font-family: InvolveBold, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.7rem;
}
.about_preim_text{
    letter-spacing: -0.32px;
}
.about_text1{
    padding-top: 2.8rem;
}
.about_text1_left_img{
    width: 12.5rem;
}
.about_text1_left_text{
    width: calc(100% - 12.5rem);
    padding-left: 1.3rem;
    font-size: 1.563rem;
    line-height: 1;
    letter-spacing: -0.03rem;
}
.kav_img img{
    width: 4.563rem;
}
.about_text1_right .content, .about_text1_right .content b{
    font-family: InvolveMediumOblique, sans-serif;
}
.kav_img{
    margin-bottom: 1rem;
}
.about_text1_right .content p,.about_text1_right  .content img,.about_text1_right  .content ol,.about_text1_right  .content ul,.about_text1_right  .content table {
    margin-bottom: 0.4rem;
    line-height: 1.1;
}
.about_gallery_row {
    margin-top: 2rem;
}
.gal_item{
    overflow: hidden;
    height: 22.4rem;
    border-radius: 20px;
}
.kav2 {
    margin-bottom: 1.4rem;
}
.kav2 img{
    width: 2.25rem;
}
.about_text2_row{
    padding-top: 3.7rem;
}
.about_text2_row .content *{
    line-height: 1.3;
}
.about_text2_row .section_title{
    color: #4A8CFF;
}
#about_images {
    padding-top: 2.9rem;
}
.about_image_item{
    border-radius: 20px;
    height: 26.8rem;
    display: block;
    overflow: hidden;
}
#about_images .section_title{
    margin-bottom: 2.2rem;
}
.about_images_slider .slick-list{
    margin: 0 -10px;
    overflow: unset;
}
.about_images_slider .slick-slide > div{
    padding: 0 10px;
}

.about_btns_row{
    margin-top: 4.8rem;
}
.about_btn_item{
    display: flex;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 1.8rem 1.6rem;
}
.about_btn_img{
    width: 4.063rem;
}
.about_btn_text{
    width: calc(100% - 4.063rem);
    padding-left: 0.9rem;
}
.price_cats a{
    color: #3A76F0;
    display: inline-block;
    border: 1px solid #3A76F0;
    text-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    font-size: 1.1rem;
    padding: 0.7rem 1.8rem;
    margin-right: 0.6rem;
    margin-bottom: 0.8rem;
    border-radius: 30px;
    letter-spacing: -0.015rem;
}
.price_cats a:hover, .price_cats a.active{
    color: white;
    background: #DD98C1;
    border-color: #DD98C1;
}
.price_cats{
    margin-bottom: 0.6rem;
}
.prices_page .pagination2{
    margin-top: 3.5rem;
}
.contacts_page #box-8{
    padding-top: 0;
    padding-bottom: 0.7rem;
    background: transparent;
}
.g_banner{
    color: white;
    border-radius: 20px;
    height: 17.1rem;
    display: flex;
    align-items: center;
    padding: 1rem 2.4rem;
    overflow: hidden;
    position: relative;
    margin-bottom: 3.1rem;
}
.g_banner .section_title{
    position: relative;
    z-index: 2;
}
.g_content .content *{
    line-height: 1.25;
}
.g_content blockquote{
    text-shadow: 0px 4px 34px rgba(0, 0, 0, 0.25);
    color: #13498F;
    border-color: #13498F;
    font-family: InvolveSemiBold, sans-serif;
    text-transform: uppercase;
    margin-top: 2.7rem;
    padding: 0.35rem 0.6rem;
    margin-bottom: 1.5rem;
}
.content.g_content li {
    margin-bottom: 0.7rem;
}
.g_page #box-4 {
    padding-top: 4.6rem;
}
.g_icon{
    width: 12.6rem;
}

.g4_data .section_tag{
    font-size: 0.75rem;
    padding: 0.2rem 0.8rem;
    margin-bottom: 8rem;
}
.g4_data .box4_border .section_title {
    font-size: 2.25rem;
    margin-top: 0.9rem;
    line-height: 1;
    margin-bottom: 0.7rem;
}
#similar_g {
    padding-top: 4.2rem;
}
.rev_page #box-6{
    padding-top: 0;
}
.reviews_form_box{
    padding-left: 2.5rem;
    width: 39rem;
    position: relative;
    z-index: 2;
}
#reviews_form{
    margin-top: 6.5rem;
    color: white;
    background: #8FABEC;
}
#reviews_form .container{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
#reviews_form .section_title{
    font-size: 3.125rem;
    margin-bottom: 0.4rem;
}
.reviews_section_text{
    font-size: 1.875rem;
}
.check_star{
    margin-top: 1.3rem;
    margin-bottom: 1.9rem;
}
.check_star img{
    width: 1.9rem;
    margin-right: 0.15rem;
}
.file_icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    width: 1.3rem;
}
#photo_upload{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.reviews_bg {
    position: absolute;
    bottom: 0;
    right: -5.2rem;
    width: 49.821rem;
}
.rev_page .page_bg{
    background: transparent!important;
}
#order .modal__block{
    width: 81.25rem;
    border-radius: 0;
    background: transparent;
    text-align: left;
    padding: 0;
}
#order .site_form{
    padding-top: 2.8rem;
}
#order .box7_row{
    align-items: center;
}
.close:before, .close:after {
    content: '';
    width: 25px;
}
.ss_price_tab:not(.factive){
    display: none;
}
.ss_price{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
}
.sss_list a{
    display: inline-block;
    font-family: 'InvolveMedium', sans-serif;
    padding: 8px 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 100px;
    color: #82A5F3;
    border: 1px solid #82A5F3;
}
.sss_list a:hover, .sss_list a.active{
    color: white;
    background: #82A5F3;
}
.newList, .sss_tabs{
    display: none;
}
.wp_btn{
    padding: 0 1.5rem;
}
.wp_btn img{
    width: 1.5rem;
    margin-right: 0.6rem;
}
.socials a .fa-whatsapp{
    color: #25d366;
}