/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}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}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}





p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 0;
}
.header_logo{
    display: flex;
}
.header_links{
    display: flex;
    align-items: center;
}
.header_messages{
    display: flex;
    margin-right: 46px;
}
.header_message{
    display: flex;
    margin: 0 4px;
}
.header_btn{
    background: #F5F5F5;
    border-radius: 5px;
    width: 173px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    color: #2B2D2F;
    line-height: 24px;
    padding-left: 27px;
    position: relative;
}
.header_btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    left: 22px;
    width: 18px;
    height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.header_inner{
    background: #EF5046;
}
.menu{
    display: flex;
}
.menu li{
    padding: 28px 0;
    font-weight: 700;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 23px;
    margin-right: 60px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.menu li a{
    color: #FFFFFF;
}
.menu li span{
    display: flex;
    width: 15px;
    height: 14px;
    background-image: url(../img/menu_span.svg);
    background-size: cover;
    margin-left: 14px;
}
.menu li.active span{
    background-image: url(../img/menu_span2.svg);
}
.menu li ul{
    position: absolute;
    border-radius: 0px 0px 7px 7px;
    background: #FFFFFF;
    z-index: -1;
    top: 100%;
    left: 0;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu li ul.active{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.menu li ul a{
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    color: #2B2D2F;
    line-height: 34px;
    transition: all 0.3s;
}
.menu li ul a:hover{
    text-shadow: 0 0 .65px #2B2D2F, 0 0 .65px #2B2D2F;
}
.menu li ul li{
    margin: 0;
    padding: 0;
}
.main{
    margin-top: 195px;
    padding: 10vw 0;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}
.main_wrapper{
    width: 480px;
    margin-left: auto;
}
.main_title{
    margin-bottom: 60px;
}
.main_title h1{
    font-weight: 700;
    font-size: 62px;
    color: #FFFFFF;
    line-height: 78px;
    display: inline;
    position: relative;
}
.main_title h1::before{
    position: absolute;
    content: "";
    width: 12px;
    background: #7CEF46;
    box-shadow: 0px 2px 11px rgba(124, 239, 70, 0.53);
    height: 12px;
    border-radius: 50%;
    right: -5px;
    bottom: 48px;
}
.main_title span{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    display: inline;
    padding-left: 30px;
}
.main_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    background: #EF5046;
    border-radius: 7px;
    height: 63px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 15px;
    transition: all 0.3s;
}
.main_btn:hover{
    background: #D34B42;
}
.how{
    margin: 80px 0;
}
.how h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #2B2D2F;
    margin-bottom: 50px;
    line-height: 50px;
}
.how_img{
    display: flex;
    height: 360px;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.how_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how_items{
    display: flex;
    justify-content: center;
    transform: translateY(-80px);
}
.how_item{
    width: 20%;
    text-align: center;
    margin: 0 20px;
}
.how_item-img{
    display: flex;
    justify-content: center;
    margin: 0 auto 45px;
    position: relative;
    width: 160px;
}
.how_item-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/how_item-arrow.svg);
    background-size: cover;
    width: 44px;
    height: 11px;
    right: -72px;
    bottom: 5px;
}
.how_item:last-child .how_item-img::before{
    display: none;
}
.how_item-img span{
    width: 28px;
    height: 28px;
    right: 24px;
    border-radius: 50%;
    top: 24px;
    background: #FFFFFF;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    color: #EF5046;
    line-height: 15px;
}
.how_item-img img{
    filter: drop-shadow(0px 7px 30px rgba(239, 80, 70, 0.2));
}
.how_item-title{
    font-weight: 700;
    font-size: 18px;
    color: #2B2D2F;
    margin-bottom: 20px;
    line-height: 24px;
}
.how_item-text{
    font-size: 16px;
    color: #2B2D2F;
    line-height: 26px;
}
.how_item-text span{
    color: #EF5046;
    font-weight: 700;
}
.how_inner{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 50px 115px 60px; 
}
.how_inner-info{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.how_inner-img{
    display: flex;
    margin-right: 44px;
}
.how_inner-text{
    font-size: 20px;
    color: #2B2D2F;
    max-width: 530px;
    line-height: 32px;
}
.how_inner-text span{
    font-weight: 700;
}
.how_inner p{
    font-size: 15px;
    text-align: center;
    color: #2B2D2F;
    line-height: 26px;
}
.how_inner p span{
    font-weight: 700;
}

.services{
    margin: 80px 0;
}
.services h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #2B2D2F;
    margin-bottom: 40px;
    line-height: 50px;
}
.services_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -40px;
}
.services_item{
    width: 270px;
    margin-bottom: 40px;
}
.services_item-img{
    width: 100%;
    height: 270px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.services_item:hover .services_item-img::after{
    opacity: 1;
}
.services_item:hover .services_item-img::before{
    opacity: 0;
}
.services_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(36, 36, 36, 0.4), rgba(36, 36, 36, 0.4));
    transition: all 0.1s;
}
.services_item-img::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(239, 80, 70, 0.96), rgba(239, 80, 70, 0.96));
    transition: all 0.3s;
    opacity: 0;
}
.services_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.services_item-img span{
    position: absolute;
    font-weight: 700;
    font-size: 95px;
    color: #FFFFFF;
    line-height: 140px;
    bottom: -53px;
    right: 60px;
    z-index: 1;
    transition: all 0.3s;
}
.services_item-title{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #2B2D2F;
    line-height: 28px;
}
.services_item:hover .services_item-img span{
    bottom: 7px;
}

.gets{
    margin: 80px 0;
}

.gets h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #2B2D2F;
    margin-bottom: 50px;
    line-height: 50px;
}
.gets_wrapper{
    display: flex;
    justify-content: space-between;
}
.gets_list{
    max-width: 522px;
}
.gets_list li{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #2B2D2F;
    margin-bottom: 10px;
    padding-left: 34px;
}
.gets_list li::before{
    position: absolute;
    content: "";
    background-image: url(../img/gets_list.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}
.gets_list li span{
    font-weight: 700;
}
.gets_list li:last-child{
    margin-bottom: 0;
}
.gets_items{
    display: flex;
    justify-content: space-between;
    width: 475px;
}
.gets_item{
    width: 219px;
    height: 219px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.gets_item-title{
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 25px;
}
.gets_item-title span{
    display: block;
    font-weight: 700;
    font-size: 44px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: center;
}
.dignities{
    padding: 80px 0;
    background-image: url(../img/dignities.jpg);
    background-size: cover;
    background-position: center;
}
.dignities h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 50px;
}
.dignities_wrapper{
    display: flex;
    justify-content: space-between;
}
.dignities_tabs{
    width: 367px;
}
.dignities_tab{
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    padding: 25px 10px 25px 26px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}
.dignities_tab.active{
    background: #EF5046;
}
.dignities_tab img{
    margin-right: 16px;
}
.dignities_tab:last-child{
    margin-bottom: 0;
}
.dignities_content{
    width: 745px;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 50px;
}
.dignities_content.active{
    display: block;
}
.dignities_content-img{
    width: 100%;
    height: 251px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 50px;
}
.dignities_content-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dignities_content-text{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 32px;
}
.dignities_content p{
    font-size: 15px;
    color: #FFFFFF;
    line-height: 26px;
}
.info_block{
    margin: 80px 0;
}
.info_block-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.info_block-left{
    width: 637px;
}
.info_block-img{
    display: flex;
}
.info_block-text{
    font-size: 20px;
    color: #2B2D2F;
    margin-bottom: 30px;
    line-height: 32px;
}
.info_block p{
    font-size: 15px;
    color: #2B2D2F;
    margin-bottom: 50px;
    line-height: 26px;
}
.info_block p:last-child{
    margin-bottom: 0;
}
.info_block-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 286px;
    background: #EF5046;
    border-radius: 7px;
    height: 63px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 15px;
    transition: all 0.3s;
}
.info_block-btn:hover{
    background: #D34B42;
}
.reviews{
    padding: 80px 0;
    background: #F5F5F5;
}
.reviews h2{
    font-weight: 700;
    font-size: 38px;
    color: #2B2D2F;
    margin-bottom: 40px;
    line-height: 50px;
}
.reviews_slider{
    width: calc(100% + 20px);
    padding-bottom: 80px;
}
.reviews_slide{
    margin-right: 20px;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.reviews_slide video{width: 100%;height: 100%;object-fit: cover;object-position: 50% 0%;}
.reviews_slide::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(43, 45, 47, 0.56), rgba(43, 45, 47, 0.56));
}
.reviews_slide::after{
    position: absolute;
    content: "";
    width: 38px;
    height: 46px;
    background-image: url(../img/play.svg);
    background-size: cover;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.reviews_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_slider .slick-arrow{
    position: absolute;
    top: -66px;
    background: none;
    border: none;
    z-index: 1;
    padding: 0;
    cursor: pointer;
}
.reviews_slider .slick-next{
    right: 20px;
}
.reviews_slider .slick-prev{
    right: 71px;
}
.reviews_slider .slick-arrow svg path{
    transition: all 0.3s;
}
.reviews_slider .slick-arrow:hover svg path{
    fill: #EF5046;
}
.reviews_slider .slick-dots{
    position: absolute;
    display: flex;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.reviews_slider .slick-dots button{
    width: 12px;
    background: #E1E1E1;
    margin: 0 4px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    border: none;
}
.reviews_slider .slick-dots .slick-active button{
    background: #EF5046;
}

.achievements{
    margin: 80px 0;
}
.achievements h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #2B2D2F;
    margin-bottom: 50px;
    line-height: 50px;
}
.achievements_wrapper{
    display: flex;
    justify-content: space-between;
}
.achievements_item{
    width: 24%;
    border-top: 3px solid #EF5046;
    padding-top: 50px;
    text-align: center;
}
.achievements_item-title{
    font-weight: 700;
    font-size: 22px;
    color: #2B2D2F;
    line-height: 50px;
    margin-bottom: 5px;
}
.achievements_item-title span{
    font-size: 50px;
    color: #EF5046;
    line-height: 50px;
}
.achievements_item-text{
    font-size: 16px;
    color: #2B2D2F;
    line-height: 26px;
}
.form_block{
    padding: 80px 0;
    background-image: url(../img/form_block.jpg);
    background-size: cover;
    background-position: center;
}
.form_block-wrapper{
    width: 560px;
    margin-left: auto;
}
.form_block-title{
    font-weight: 700;
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 50px;
}
.form_block-inp{
    background: #FFFFFF;
    border-radius: 7px;
    width: 100%;
    display: block;
    margin-bottom: 14px;
    height: 63px;
    border: none;
    padding-left: 24px;
}
.form_block-btn{
    width: 367px;
    background: #2B2D2F;
    border-radius: 7px;
    margin-bottom: 40px;
    height: 63px;
    cursor: pointer;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 15px;
}
.form_ok{
    display: flex;
    align-items: center;
}
.form_ok-inp{
    display: none;
}
.form_ok-lab span{
    display: flex;
    cursor: pointer;
    width: 20px;
    background: #2B2D2F;
    border-radius: 3px;
    margin-right: 13px;
    min-width: 20px;
    height: 20px;
    position: relative;
}
.form_ok-inp:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(../img/chek.svg);
    background-size: cover;
    width: 10px;
    height: 8px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.form_ok-text{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 24px;
}
.form_ok-text a{
    color: #fff;
}
.form_block .container{
    position: relative;
}
.form_block-img{
    position: absolute;
    bottom: -80px;
    left: 15px;
    display: flex;
}
.footer{
    padding: 80px 0;
    background: #2B2D2F;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.footer_logo{
    display: flex;
    margin-bottom: 40px;
}
.footer_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 173px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    height: 52px;
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 27px;
    line-height: 24px;
}
.footer_btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 18px;
    height: 18px;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_messages{
    display: flex;
}
.footer_message{
    display: flex;
    margin-right: 8px;
    width: 30px;
    height: 30px;
}
.footer_item-title{
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 23px;
    line-height: 28px;
}
.footer_item:nth-child(2) .footer_menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 475px;
}
.footer_item:nth-child(2) .footer_menu li{
    width: 45%;
}
.footer_menu a{
    font-size: 16px;
    color: #AAAAAA;
    line-height: 36px;
    white-space: nowrap;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_inner-text{
    font-size: 14px;
    color: #AAAAAA;
    line-height: 24px;
}
.footer_polit{
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

.popup_thanks,
.popup_order{
    background: #EF5046;
    border-radius: 10px;
    width: 560px;
    padding: 70px 90px 80px;
}
.popup_order-title{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 50px;
}
.popup_order-inp{
    display: block;
    width: 100%;
    height: 63px;
    margin-bottom: 14px;
    padding-left: 24px;
    background: #FFFFFF;
    border-radius: 7px;
    border: none;
}
.popup_order-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    height: 63px;
    background: #2B2D2F;
    border-radius: 7px;
    width: 100%;
    margin-bottom: 30px;    
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 15px;
}
.fancybox-close-small {
    color: #fff !important;
    opacity: 0.6;
    transition: all 0.3s;
}
.fancybox-close-small:hover{
    opacity: 1;
}
.popup_order-text{
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
}
.popup_order-text span{
    font-weight: 700;
}
.menu_burger{
    display: none;
}
.header_inner .header_links{
    display: none;
}
.card_page{
    margin: 195px 0 80px;
    padding-top: 60px;
}
.crumbs{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}
a.crumb{
    color: #EF5046;
}
.crumbs span{
    color: #D2D2D2;
    margin: 0 4px;
}
.crumb{
    color: #2B2D2F;
}

.card_page h1{
    font-weight: 700;
    font-size: 38px;
    color: #2B2D2F;
    margin-bottom: 50px;
    line-height: 50px;
}
.card_page-wrapper{
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 80px 170px 80px 80px;
}
.card_page-title{
    font-weight: 700;
    font-size: 38px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 50px;
}
.card_page-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.card_page-list{
    width: 580px;
}
.card_page-list li{
    position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding-left: 34px;
}
.card_page-list li::before{
    position: absolute;
    content: "";
    background-image: url(../img/gets_list.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
}
.card_page-list li span{
    font-weight: 700;
}
.card_page-list li:last-child{
    margin-bottom: 0;
}
.card_page-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    background: #EF5046;
    border-radius: 7px;
    height: 63px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    line-height: 15px;
    transition: all 0.3s;

}
.card_page-btn:hover{
    background: #D34B42;
}
.price{
    margin: 80px 0;
}
.price h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    line-height: 50px;
}
.price_wrapper{
    display: flex;
    justify-content: space-between;
}
.price_item{
    width: 18%;
    text-align: center;
    display: flex;
    flex-direction: column;

}
.price_item:nth-child(2n) .price_item-img{
    order: -1;
    margin-top: 25px;
    margin-bottom: 60px;
}
.price_item:nth-child(2n) .price_item-img::before{
    bottom: -25px;
    top: auto;
}
.price_item-title{
    font-size: 16px;
    color: #2B2D2F;
    margin-bottom: 16px;
    line-height: 26px;
}
.price_item-title span{
    font-weight: 700;
    font-size: 22px;
}
.price_item-text{
    font-weight: 700;
    font-size: 14px;
    color: #2B2D2F;
    line-height: 24px;

}
.price_item-text span{
    font-size: 26px;
}
.price_item-img{
    display: flex;
    width: 160px;
    margin: 60px auto 0 ;
    position: relative;
}
.price_item-img img {
    filter: drop-shadow(0px 7px 30px rgba(239, 80, 70, 0.2));
}
.price_item-img span {
    width: 28px;
    height: 28px;
    right: 24px;
    border-radius: 50%;
    top: 24px;
    background: #FFFFFF;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    color: #EF5046;
    line-height: 15px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}
.price_item-img::before{
    position: absolute;
    content: "";
    height: 25px;
    width: 1px;
    background-color: #EF5046;
    top: -25px;
    right: 50%;
    transform: translateX(50%);
}
.why{
    background: #F5F5F5;
    padding: 80px 0;
}
.why h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    line-height: 50px;
}
.why_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.why_item{
    width: 32%;
}
.why_item-img{
    width: 100%;
    border-radius: 10px;
    height: 256px;
    display: flex;
    overflow: hidden;
    margin-bottom: 32px;
}
.why_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.why_item-title{
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #2B2D2F;
    line-height: 24px;
}
.why_text{
    font-size: 20px;
    color: #2B2D2F;
    margin-bottom: 30px;
    line-height: 32px;
}
.why p{
    font-size: 15px;
    color: #2B2D2F;
    line-height: 26px;
}
.result{
    padding-top: 80px;
    background-image: url(../img/result.jpg);
    background-size: cover;
    background-position: center;
}
.result h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
    line-height: 50px;
}
.result_wrapper{
    display: flex;
    justify-content: center;
    gap:50px;
}
.result_item{
    width: 19%;
    border-radius: 8px 8px 0px 0px;
    background: linear-gradient(180deg, #EF5046 0%, rgba(239, 80, 70, 0) 100%);
    padding: 30px 20px 170px;
    position: relative;
    overflow: hidden;
}
.result_item-title{
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 28px;
}
.result_item-title span{
    font-weight: 700;
}
.result_item-number{
    position: absolute;
    font-weight: 700;
    font-size: 95px;
    color: #FFFFFF;
    bottom: -52px;
    right: 50%;
    transform: translateX(50%);
    line-height: 140px;
}
.result_item-number::before{
    position: absolute;
    content: "";
    background-image: url(../img/result_item-dots.svg);
    background-size: cover;
    width: 2px;
    height: 54px;
    right: 50%;
    transform: translateX(50%);
    top: -45px;
}
.faq{
    margin: 80px 0;
}
.faq h2{
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    color: #2B2D2F;
    line-height: 50px;
    margin-bottom: 60px;
}
.faq_item{
    margin-bottom: 10px;
}
.faq_item-title{
    font-weight: 700;
    font-size: 18px;
    color: #2B2D2F;
    padding: 26px 65px 26px 26px;
    line-height: 28px;
    border-radius: 10px;
    background: #F5F5F5;
    cursor: pointer;
    position: relative;
    transition: all 0.6s;
}
.faq_item-title.active{
    border-radius: 10px 10px 0 0;
}
.faq_item-title span{
    width: 40px;
    background: #EF5046;
    border-radius: 8px;
    top: 20px;
    right: 22px;
    height: 40px;
    display: block;
    position: absolute;
}
.faq_item-content{
    display: none;
    padding: 30px 40px;
    border: 1px solid #EDEDED;
    border-radius: 0 0 10px 10px;
    z-index: 1;
    position: relative;
    border-top: none;
    background-color: #fff;
    font-size: 15px;
    color: #2B2D2F;
    line-height: 26px;
}
.faq_item-title span::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.faq_item-title span::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    border-radius: 2px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    transition: all 0.3s;
}
.faq_item-title.active span::after{
    transform: translate(50%,-50%) rotate(90deg);
}
.video_popup{
    padding: 0;
    width: 800px;
    height: 400px;
}
.video_popup iframe{
    width: 100%;
    height: 100%;
    display: flex;
}










@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .main{
        padding: 110px 0;
    }
    .menu li:last-child{
        margin-right: 0;
    }
    .menu li{
        margin-right: 40px;
    }
    .how_item {
        width: 21%;

    }
    .services_item {
        width: 225px;
    }
    .services_item-img{
        height: 190px;
    }
    .gets_list {
        max-width: 470px;
    }
    .gets_items{
        width: 450px;
    }
    .dignities_content {
        width: 580px;
        padding: 30px;
    }
    .info_block-left {
        width: 505px;
    }
    .reviews_slide{
        height: 210px;
    }
    .form_block{
        z-index: 1;
        position: relative;
    }
    .form_block-img{
        z-index: -1;
        width: 450px;
    }
    .form_block-img img{
        width: 100%;
        height: 100%;
    }
    .footer_item{
        min-width: 18%;
    }
    .footer_item:nth-child(2) .footer_menu{
        width: 450px;
    }
    .footer_item:nth-child(2) .footer_menu li{
        width: 48%;
    }
    .card_page-wrapper{
        padding: 60px;
    }
    .why_item-img{
        height: 215px;
    }
    .result_item-title {
        font-size: 16px;
        line-height: 24px;
    }
    .result_item{
        padding: 30px 10px 170px;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
    .header_inner{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 84px;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        padding: 60px 0 120px;
        overflow: auto;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .menu li{
        padding: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .menu{
        flex-direction: column;
        align-items: center;
    }
    .menu li span{
        margin-right: -29px;
    }
    .header{
        position: fixed;
        box-shadow: 0px 3px 9px 1px rgb(0 0 0 / 8%);
    }
    .header_wrapper{
        padding: 15px 0;
        position: relative;
    }
    .main{
        margin-top: 84px;
    }
    .main_wrapper{
        margin: 0;
    }
    .header_links{
        display: none;
    }
    .menu_burger{
        display: flex;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 28px;
        height: 22px;
        cursor: pointer;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
        background-color: #EF5046;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 10px;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
        background-color: #EF5046;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 10px;
    }
       .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 2px;
        top: 10px;
        right: 0;
        transition: all 0.3s;
        background-color: #EF5046;
    }
    .menu_burger.active span{
        transform: scale(0);
        
    }
    .menu li{
        flex-wrap: wrap;
        /*justify-content: center;*/
        justify-content: flex-start;
        width: 173px;		
    }
    .menu li ul{
        position: relative;
        opacity: 1;
        visibility: visible;
        width: 100%;
        transition: none;
        display: none;
        padding: 0;
        margin-top: 10px;
        background: none;
        z-index: 2;
    }
    .menu li ul a{
        color: #fff;
    }
    .header_inner .header_links{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 25px;
    }
    .header_messages{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .how_items{
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .how_item{
        margin: 0  0 45px;
        width: 48%;
    }
    .how_item:nth-child(2n) .how_item-img::before{
        display: none;
    }
    .how_item-img::before{
        right: -125px;
    }
    .how_inner-info{
        flex-direction: column;
    }
    .how_inner-text{
        text-align: center;
    }
    .how_inner{
        padding: 40px;
    }
    .how_inner-img{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .services_item{
        width: 48%;
    }
    .services_item-img{
        height: 270px;
    }
    .gets_wrapper{
        flex-direction: column;
    }
    .gets_items{
        width: 500px;
        margin: 0 auto 40px;
    }
    .gets_list{
       max-width: 100%;
    }
    .dignities_wrapper{
        flex-direction: column;
       align-items: center;
    }
    .dignities_tabs{
        display: flex;
        overflow: auto;
        width: 100vw;
        padding: 0 0 0 15px;
        margin-bottom: 20px;
    }
    .dignities_tabs::-webkit-scrollbar {
       display: none;
       opacity: 0;
       visibility: hidden;
       z-index: -10;
       width: 0;
       height: 0;
      }
       
      .dignities_tabs::-webkit-scrollbar-track {
        display: none;
        opacity: 0;
        visibility: hidden;
        z-index: -10;
        width: 0;
        height: 0;
      }
       
      .dignities_tabs::-webkit-scrollbar-thumb {
        display: none;
        opacity: 0;
        visibility: hidden;
        z-index: -10;
        width: 0;
        height: 0;
      }
    .dignities_content{
        width: 100%;
    }
    .dignities_tab{
        white-space: nowrap;
        margin-bottom: 0;
        margin-right: 15px;
        padding: 20px;
    }
    .dignities .container{
        max-width: 100%;
    }
    .info_block-wrapper{
        flex-direction: column;
    }
    .info_block-left{
        width: 100%;
        margin-bottom: 40px;
    }
    .info_block-img{
        margin: 0 auto;
    }
    .info_block-img img{
        max-width: 100%;
    }
    .reviews h2{
        padding-right: 70px;
    }
    .achievements_wrapper{
        flex-wrap: wrap;
        margin-bottom: -55px;
    }
    .achievements_item{
        width: 45%;
        margin-bottom: 55px;
        padding-top: 20px;
    }
    .form_block-wrapper{
        width: 100%;
    }
    .form_block-img{
        left: auto;
        right: 15px;
        width: 320px;
        bottom: -160px;
    }
    .form_block{
        padding-bottom: 160px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_links{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 45px;
    }
    .footer_logo{
        justify-content: center;
        width: 100%;
    }
    .footer_btn{
        margin-bottom: 0;
    }
    .footer_item {
        min-width: 28%;
    }
    .card_page{
        margin-top: 84px;
        padding-top: 40px;
    }
    .card_page-wrapper{
        padding: 40px ;
    }
    .card_page-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .card_page-list{
        width: 100%;
        margin-bottom: 20px;
    }
    .price_wrapper{
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: -25px;
    }
    .price_item{
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .price_item:nth-child(3n){
        margin-right: 0;
    }
    .price_item-img {
        order: -1;
        margin-top: 25px;
        margin-bottom: 60px;
    }
    .price_item-img::before {
        bottom: -25px;
        top: auto;
    }
    .why_item-img{
        height: 155px;
    }
    .result_wrapper{
        flex-wrap: wrap;
    }
    .result_item{
        width: 48%;
        margin-bottom: 45px;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 100%;
	}
    .header_logo{
        width: 200px;
    }
    .header_logo img{
        width: 100%;
        height: 100%;
    }
    .header_inner{
        top: 73px;
    }
    .main{
        margin-top: 73px;
        padding: 80px 0;
    }
    .main_wrapper{
        width: 100%;
    }
    .main_title h1 {
        font-size: 38px;
        line-height: 46px;
    }
    .main_title h1::before{
        bottom: 32px;
        right: -10px;
    }
    .main_title span {
        font-size: 16px;
        padding-left: 24px;
    }
    .main_title{
        margin-bottom: 40px;
    }
    .how_items{
        margin-bottom: -20px;
    }
    .how_item{
        width: 100%;
    }
    .how_img{
        height: 225px;
    }
    .how{
        margin: 60px 0;
    }
    .faq h2,
    .result h2,
    .why h2,
    .price h2,
    .form_block-title,
    .achievements h2,
    .reviews h2,
    .dignities h2,
    .gets h2,
    .services h2,
    .how h2 {
        font-size: 26px;
        margin-bottom: 35px;
        line-height: 32px;
    }
    .how_item-img{
        margin-bottom: 15px;
    }
    .how_item-title{
        margin-bottom: 10px;
    }
    .how_item:last-child{
        margin-bottom: 0;
    }
    .how_inner{
        padding: 20px;
    }
    .how_inner-text {
        font-size: 18px;
        line-height: 1.4;
    }    
    .how_inner p{
        line-height: 22px;
    }
    .services{
        margin: 60px 0;
    }
    .services_item{
        width: 100%;
    }
    .services_item:last-child{
        margin-bottom: 0;
    }
    .services_item-img {
        height: 170px;
        margin-bottom: 20px;
    }
    .services_items{
        margin-bottom: 0;
    }
    .gets{
        margin: 60px 0;
    }
    .gets_items{
        width: 100%;
        justify-content: space-evenly;
    }
    .gets_item {
        width: 140px;
        height: 140px;
    }
    .gets_item-title {
        line-height: 18px;
        font-size: 14px;
    }
    .gets_item-title span {
        line-height: 42px;
        font-size: 32px;
    }
    .gets_list li{
        line-height: 24px;
    }
    .dignities{
        padding: 60px 0;
    }
    .dignities_tab img{
        display: none;
    }
    .dignities_tab{
        font-size: 14px;
        padding: 10px 20px;
        margin-right: 10px;
    }
    .dignities_content{
        padding: 20px;
    }
    .dignities_content-img{
        height: auto;
        margin-bottom: 20px;
    }
    .dignities_content-text {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .info_block{
        margin: 60px 0;
    }
    .info_block-text {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .info_block p{
        line-height: 24px;
        margin-bottom: 25px;
    }
    .reviews{
        padding: 60px 0;
    }
    .reviews h2{
        padding-right: 0;
        margin-bottom: 60px;
    }
    .reviews_slider .slick-arrow{
        top: -40px;
    }
    .reviews_slide{
        margin-right: 0;
    }
    .reviews_slider{
        width: 100%;
        padding-bottom: 45px;
    }
    .achievements{
        margin: 60px 0;
    }
    .achievements_item{

        width: 100%;
        margin-bottom: 20px;
    }
    .achievements_wrapper{
        margin-bottom: 0;
    }
    .achievements_item:last-child{
        margin-bottom: 0;
    }
    .form_block{
        padding: 60px 0 220px;
    }
    .form_block-inp{
        margin-bottom: 10px;
        height: 51px;
    }
    .form_block-btn{
        width: 100%;
        height: 51px;
        margin-bottom:20px;
    }
    .form_ok-text {
        font-size: 12px;
    }
    .form_block-img{
        width: 230px;
        bottom: -220px;
    }
    .footer{
        padding: 60px 0;
    }
    .footer_links{
        flex-direction: column;
        align-items: center;
    }
    .footer_btn{
        margin-bottom: 25px;
    }
     .footer_item{
        margin-bottom: 35px;
        min-width: 100%;
        width: 100%;
     }
    .footer_item:nth-child(2) .footer_menu{
        width: 100%;
    }
    .footer_item:nth-child(2) .footer_menu li{
        width: 100%;
    }
    .footer_wrapper{
        padding-bottom: 10px;
    }
    .footer_inner{
        padding-top: 20px;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .footer_polit{
        margin-bottom: 20px;
    }
    .card_page{
        margin-top: 73px;
        margin-bottom: 60px;
    }
    .crumbs{
        flex-wrap: wrap;
    }
    .card_page h1 {
        font-size: 26px;
        margin-bottom: 35px;
        line-height: 36px;
    }
    .card_page-wrapper{
        padding: 30px 20px;
    }
    .card_page-title {
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 1.4;
    }
    .card_page-list li{
        line-height: 24px;
    }
    .card_page-btn{
        width: 100%;
        height: 51px;
    }
    .price{
        margin: 60px 0;
    }
    .price_item{
        width: 100%;
        margin-right: 0;

    }
    .price_item-img{
        margin-bottom: 40px;
        margin-top: 0;
    }
    .price_item:nth-child(2n) .price_item-img{
        margin-top: 0;
        margin-bottom: 50px;
    }
    .why{
        padding: 60px 0;
    }
    .why_items{
        flex-direction: column;
    }
    .why_item{
        width: 100%;
        margin-bottom: 35px;
    }
      .why_item:last-child{
        margin-bottom: 0;
      }
    .why_item-img {
        height: 63vw;
        margin-bottom: 15px;
    }
    .why_items{
        margin-bottom: 30px;
    }
    .why_text {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 24px;
    }
    .result{
        padding: 60px 0;
    }
    .result_item{
        width: 100%;
    }
    .result_item:last-child{
        margin-bottom: 0;
    }
    .faq_item-title span{
        right: 16px;
        width: 32px;
        height: 32px;
    }
    .faq_item-title {
        font-size: 16px;
        padding: 14px 48px 14px 14px;
        line-height: 25px;
    }
    .faq_item-content{
        padding: 20px;
        line-height: 22px;
    }
    .faq{
        margin: 60px 0;
    }
    .video_popup{
        height: 225px;
    }
    
    .result_wrapper{
        gap:0;
    }
}
