@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src:url('../fonts/Montserrat-Medium.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/Montserrat-Regular.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src:url('../fonts/Montserrat-SemiBold.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src:url('../fonts/Montserrat-Bold.woff2') format("woff2") ;
    font-display: swap;
}
@font-face {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    src:url('../fonts/Raleway-SemiBold.woff2') format("woff2") ;
    font-display: swap;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background: #FFF;
    font-family: Montserrat;
    color: #232536;
    font-size: 15px;
    font-weight: 500;
    overflow-x: hidden; counter-reset: my-counter;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: Montserrat;
    font-style: normal;
    color: #232536;
    appearance: none;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
    appearance: none;
}
.wrapper{
    padding: 0 80px;
    position: relative;
    overflow: hidden;
}
.header .wrapper{
    overflow: visible;
}
.wrapper_fix{
    padding-left: 80px;
}
.logo-f:hover img{
    scale: 1.05;
    transition-duration: 0.4s;
    cursor: pointer;
}
.logo-f img{
    transition-duration: 0.4s;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section{
    padding-top: 60px;
}
.banner{
    height: 97vh;
    max-height: 770px;
    position: relative;
    min-height: 460px;
    background-size: cover;
}
.banner_info{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 880px;
    width: 95%;
}
.banner_title{
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: white;
    margin-bottom: 24px;
    text-align: center;
}
.banner_title strong{
    color: #FFD050;
}
.section_description{
    font-weight: 400;
    line-height: 160%;
    text-align: center;
}
.banner_info .section_description{
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 36px;
}
.services-template-single-service-autsorsing .banner_info .section_description{
    margin-bottom: 0;
}
.banner_info .section_description p{
    margin: 0;
}
.banner_info .section_description strong{
    color: #FFD050;
    font-weight: 600;
}
.btn{
    background: #FFD050;
    border-radius: 80px;
    padding: 13px 36px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 12px;
    transition-duration: 0.4s;
    cursor: pointer;
}
.btn:hover{
    background:#ffe59c;
    transition-duration: 0.4s;
}
.btn svg{
    transition-duration: 0.4s;
    position: relative;
    left: 0;
}
.btn:hover svg{
    left: 5px;
    transition-duration: 0.4s;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
    transition: 400ms linear;
}
.dopstyle_header{
    transition: 400ms linear;
    padding: 15px 0;
    background: #232536;
}
.dopstyle_header .logo img{
    height: 50px;

}
.dopstyle_header .header_bottom{
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 400ms linear;
    padding: 0;
}
.tab_field.error {
    border: 1px solid #e53935 !important;
}
.dopstyle_header .header_top{
    margin: 0;
    transition: 400ms linear;
}
.scroll{
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    animation: scroll 2s infinite;
}
@keyframes scroll {
    0%{
        bottom: 24px;
    }
    50%{
        bottom: 30px;
    }
    100%{
        bottom: 24px;
    }
}
.header a{
    color: white;
}
.menu{
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.menu a{
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
    text-align: center;
    display: block;
    max-width: 215px;
    color: white;
    transition: 400ms linear;
}
.menu a:hover{
    color: #FFD050;
    transition: 400ms linear;
}
.header_top{
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
    align-items: center;
    margin-bottom: 24px;
    padding: 0 16px;
    transition: 400ms linear;
}
.header_bottom{
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.11);
    backdrop-filter: blur(8.699999809265137px);
    padding: 11px 16px;
    transition: 400ms linear;
}
.recall{
    letter-spacing: 0.3px;
    color: #FFD050;
    position: relative;
    cursor: pointer;
}
.recall:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #FFD050;
    transition-duration: 0.3s;
}
.recall:hover:before{
    right: auto;
    width: 0;
    transition-duration: 0.3s;
}
.phone{
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    grid-gap: 7px;
    margin-right: 20px;
    color: white;   transition-duration: 0.3s;
}
.phone:hover img{
    transform: rotate(45deg);
    transition-duration: 0.3s;
}
.phone:hover{
    color: #FFD050;   transition-duration: 0.3s;
}
.phone img{
    transition-duration: 0.3s;
}
.user{
    grid-gap: 6px;
    transition-duration: 0.3s;
    cursor: pointer;
}
.user:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
}
.languages {
    position: relative;
    width: 36px;
    display: flex;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}
.languages:before {
    content: '';
    position: absolute;
    right: -7px;
    background-image: url(../img/ar.svg);
    width: 8px;
    top: 60%;
    transform: translateY(-50%);
    height: 24px;
}
#current-lang, .lang-item a {
    font-weight: 600;
    line-height: 160%; /* 24px */
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: white;
}
.lang-item a{
    color: #232536;
}
.current-lang{
    display: none;
}
.languages ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    padding: 3px 5px;
    top: 22px;
    background: #FFD050;
    border-radius: 5px;
    left: -4px;
}
.languages:hover ul {
    opacity: 1;
    visibility: visible;
}
.sub-menu{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    padding: 3px 5px;
    top: 43px;
    background: #FFD050;
    border-radius: 5px;
    width: 250px;
    left: -28%;
}
.sub-menu a{
    color: #232536;
    transition-duration: 0.4s;
    max-width: 100%;
    margin: 8px 0;
}
.sub-menu a:hover{
    opacity: 0.6;
    color: #232536;
    transition-duration: 0.4s;
}
.header_bottom .menu{
    align-items: stretch;
}
.header_bottom  .menu>li{
    display: flex;
    align-items: center;
}
.menu-item-type-custom:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.menu-item-type-custom{
    position: relative;
}
.menu-item-type-custom>a:before{
    right: -7px;
    top: 2px;
    content: '';
    position: absolute;
    background-image: url(../img/ar.svg);
    width: 8px;
    height: 24px;
}
.menu-item-type-custom> a{
    white-space: nowrap;
    position: relative;
    padding-right: 10px;
}
.logo img{
    height: 90px;
    transition: 400ms linear;
}
.logo{
    display: flex;
    margin-right: 20px;
    cursor: pointer;
}
.logo:hover img{
    scale: 1.05;
    transition: 400ms linear;
}
.section_title{
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
    margin: 18px 0;
}
.section_subtitle{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 18px;
}
.services_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-top: 36px;
    margin-bottom: 16px;
}
.services_item{
    border-radius: 9px;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services_img{
    border-radius: 9px;
    height: 160px;
    width: 100%;
    transition-duration: 0.4s;
    object-fit: cover;
}
.services_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 16px 0;
    text-align: center;
    display: block;
    transition-duration: 0.4s;
}
.services_title:hover{
    color: #FFD050;
    transition-duration: 0.4s;
}
.services_link{
    overflow: hidden;
    border-radius: 9px;
    display: flex;
}
.services_link:hover img{
    scale: 1.05;
    transition-duration: 0.4s;
}
.more{
    position: relative;
    font-weight: 600;
    line-height: 24px; /* 150% */
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFD050;
    text-align: center;
}
.more:before{
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 4px;
    height: 1px;
    background: #FFD050;
    transition-duration: 0.4s;
}
.more:hover:before{
   right: 100%;
    transition-duration: 0.4s;
}
.news_item .more{
    text-transform: uppercase;
}
.news_item .more:before{
    left: 0;
}
.section_description{
    max-width: 1050px;
    margin: 0 auto;
}
.services_item .section_description{
    margin-bottom: 16px;
}
.section_bg{
    background: #F5FBFF;
    padding: 60px 0;
}
.col{
    width: 48%;
}
.col .section_description,.col .section_title{
    text-align: left;
}
.col .section_description,.section_description.fix{
    font-size: 18px;
}
.col .section_subtitle{
    justify-content: flex-start;
}
.why_item{
    display: flex;
    align-items: flex-start;
    grid-gap: 18px;
    border-radius: 9px;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 16px;
}
.why_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 8px;
}
.why_list{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 18px;
}
.col .section_description{
    margin-bottom: 18px;
    margin-left: 0;
}
.why_item .section_description{
    margin: 0;
    font-size: 15px!important;
}
.why_item .section_description p{
    margin: 0;
}
.header_right{
    width: 100%;
}
.faq_item{
    border-bottom: 1px solid rgba(35, 37, 54, 0.20);
    padding-bottom: 22px;
    padding-top: 22px;
    padding-left: 54px;
    position: relative;
}
.faq_question:before{
    content: '';
    position: absolute;
    left: -50px;
    background-image: url("../img/plus.svg");
    width: 40px;
    height: 40px;
    background-size: cover;
    top: -8px;
    transition-duration: 0.3s;
}
.faq_item.visible .faq_question:before{ transition-duration: 0.3s;
    background-image: url("../img/minus.svg");
}
.faq_answer{
    font-weight: 400;
    line-height: 160%;
    position: relative;
    display: none;
    padding-top: 16px;
}
.faq_question{
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    cursor: pointer;
    position: relative;
    transition: 400ms linear;
}
.faq_item:hover .faq_question{
    opacity: 0.7;
    transition: 400ms linear;
}
.faq_list{
    margin-top: 36px;
}
.reviews_item{
    border-radius: 6px;
    border: 1px solid rgba(33, 46, 58, 0.20);
    background: rgba(255, 255, 255, 0.76);
    padding: 40px 65px;
    width: 776px;
}
.reviews_flex{
    grid-gap: 40px;
}
.reviews_name_big{
    border-radius: 145.457px;
    background: #DCDCDC;
    width: 105px;
    min-width: 105px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 65.867px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 79.041px */
    letter-spacing: 3.293px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.83);
}
.reviews_rating{
    max-width: 100px;
    margin: 15px 0;
}
.reviews_date{
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}
.reviews_name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
}
.reviews_text{
    text-align: left;
}
.reviews_slider{
    margin-top: 36px;
}
.form_block{
    border-radius: 9px;
    background: #FFD050;
    padding: 38px 60px;
}
.form_flex{
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.form-group{
    width: 49.5%;
    border-radius: 80px;
    border: 1px solid #232536;
}
.form-group p {
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.form-control{
    color:#232536;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    background: transparent;
    padding: 13px 20px;
    border-radius: 80px;
    width: 100%;
    box-sizing: border-box;
}
.form-control::placeholder{
    color:#232536;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.form_block .section_description{
    max-width: 592px;
    margin-bottom: 24px;
}
.wpcf7-acceptance span {
    position: relative;
}
.wpcf7-acceptance label span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    margin-right: 8px;
    border: 1px solid #3F79D4;
    position: relative;
    top: 1px;
}
.wpcf7-acceptance label span:after {
    content: "";
    display: inline-block;
    background: #3F79D4;
    border-radius:50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    opacity: 0;
    left: 4px;
}
.wpcf7-acceptance span label > input:checked + span:after {
    opacity: 1;
}
.wpcf7-acceptance {
    display: flex;
    justify-content: center;
    margin: 16px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    transition: 400ms linear;
}
.wpcf7-acceptance:hover{
    opacity: 0.7;
    transition: 400ms linear;
}
.wpcf7-acceptance a{
    position: relative;
}
.wpcf7-acceptance a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #232536;
    transition-duration: 0.3s;
}
.wpcf7-acceptance a:hover:before{
    right: auto;
    width: 0;
    transition-duration: 0.3s;
}
.wpcf7-spinner{
    display: none;
}
.btn_form input{
    background: transparent;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 47px;
    width: 100%;
}
.btn_form{
    border-radius: 80px;
    background: #232536;
    /*padding: 13px 68px 13px 36px;*/
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 295px;
    margin: 0 auto;
    box-sizing: border-box;
    transition-duration: 0.4s;
}
.btn_form:before{
    content: '';
    position: absolute;
    right: 24px;
    top: 17px;
    background-image: url("../img/ar-white.svg");
    width: 21px;
    height: 13px;
    transition-duration: 0.4s;
}
.btn_form:hover{
    background: #414466;
    transition-duration: 0.4s;
}
.btn_form:hover:before{
    right: 15px;
    transition-duration: 0.4s;
}
.btn_form p{
    margin: 0;    width: 100%;
    display: flex;
}
.footer{
    background: #232536;
    padding: 55px 0;
}
.footer_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 40px;
}
.social_list{
    display: flex;
    align-items: center;
    grid-gap: 24px;
}
.header .social_list{
    grid-gap: 12px;
}
.social_link{
    display: flex;
}
.social_link img{
    transition: 400ms linear;
}
.social_link:hover img{
    transition: 400ms linear;
    scale: 1.05;
}
.footer_form{
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.05);
    padding: 76px 43px;
    margin: 57px 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    grid-gap: 44px;
}
.footer_form .wpcf7-form{
    display: flex;
    position: relative;
}
.wpcf7 form .wpcf7-response-output{
    margin:40px auto 0 auto;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
    border-radius: 0px;
    padding: 0;
    width: 85%;
    border: none;
    box-sizing: border-box;
    text-align: center;
    color: #232536;
    background: transparent;
}
.footer_form .wpcf7 form .wpcf7-response-output{
    position: absolute;
    top: 100%;
    margin: 0;
}
.footer_form .form-control,.footer_form .form-control::placeholder{
    color: white;
}
.footer_form .form-group{
    border-color: white;
    min-width: 240px;
}
.footer_form .section_title{
    color: white;
    text-align: left;
    max-width: 48%;
    margin: 0;
}
.footer_form .btn_form{
    background: #FFD050;
    color: #232536;
    margin: 0 0 0 24px;
}
.footer_form .btn_form:hover{
    background:#ffe59c;
}
.footer_form .btn_form:before{
    background-image: url("../img/ar-black.svg");
}
.footer_form .btn_form input{
    color: #232536;
}
.owl-nav{
    position: relative;
    justify-content: center;
    margin-top: 16px;
    display: flex;
    align-items: center;
    grid-gap: 8px;
}
.owl-nav button:hover{
    scale: 1.05;
    transition: 400ms linear;
}
.owl-nav button{
    transition: 400ms linear;
}
.footer_link{
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.3px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 28px;
    text-align: center;
    transition-duration: 0.4s;
}
a.footer_link:hover{
    color:  #FFD050;
    transition-duration: 0.4s;
}
.dev:hover img{
    scale: 1.07;
    transition-duration: 0.4s;
}
.dev img{
    transition-duration: 0.4s;
}
.footer_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 57px;
    padding-top: 57px;
    border-top: 1px solid #575A71;
}
.wpcf7-list-item{
    margin: 0;
}
.burger{
    display: none;
    width: 35px;
    min-width: 35px;
    position: relative;
    height: 16px;
    cursor: pointer;
}
.burger_line{
    left: 0;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
    right: 0;
}
.burger_line1{
    top: -1px;
    left: 0;
}
.burger_line2{
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.burger_line3{
    bottom: -1px;
    left: 0;
    right: 10px;
}
.burger.active .burger_line3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    left: 0;
    right: 0;
}
.burger.active .burger_line1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 43%;
    left: 0;
}
.burger.active .burger_line2 {
    display: none;
}
.wpcf7-not-valid-tip{
    font-size: 11px;
    position: absolute;
}
.mob_menu {
    width: 100%;

    position: fixed;
    top:109px;
    left: -350px;
    background: rgba(35, 37, 54, 0.55);
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    display: flex;
    justify-content: flex-start;
}
.mob_menu.active {
   left: 0;
    opacity: 1;
    bottom: 0;
    visibility: visible;
    -webkit-transition: 200ms linear;
    -moz-transition: 200ms linear;
    -ms-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
}
.mob_panel{
    display: flex;
    transition-delay: .05s;
    width:350px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
    background: #232536;
    z-index: 111;
    padding: 15px;
    padding-top: 20px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    align-items: flex-start;
    overflow-y: auto;
}
.mob_menu.active .mob_panel{
    transform: translateX(0);
    opacity: 1;
    transition-delay: 200ms;
}
.mob_menu .menu{
    flex-direction: column;
    grid-gap: 0;
}
.mob_menu .menu-item{
    width: 100%;
    margin: 0 0 18px 0;
    max-width: 100%;
}
.mob_menu a{
    text-align: left;
    max-width: 100%;
}
.mob_menu .sub-menu{
    position: relative;
    opacity: 1;
    visibility: visible;
    background: transparent;
    left: 0;
    top: 0;
    width: auto;
    padding-left: 20px;
}
.mob_menu .sub-menu a{
    color: white;
}
.mob_menu .menu-item-type-custom>a:before{
    display: none;
}
.mob_menu .phone{
    margin: 0 0 20px 0;
}
.mob_menu.dop{
    top: 80px;
}
.mob_menu .sub-menu li:last-child,.mob_menu .sub-menu li:last-child a{
    margin-bottom: 0;
}
.popup_style {
    background: rgba(0, 0, 0, 0.6);
    z-index: 11111;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 0;
    top: 0;
    bottom: auto;
    -webkit-transform: perspective(900px) rotateX(-80deg);
    transform: perspective(900px) rotateX(-80deg);
}
.popup_close:hover{
    transform: scale(1.05);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.panel {
    width: 530px;
    max-width: 560px;
    box-sizing: border-box;
    padding: 40px 30px;
    position: absolute;
    top: 50%;
    border-radius: 4px;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #FFD050;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.popup_style.active .panel{
    width: 90%;
}
.popup_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    transition-duration: .3s;
    cursor: pointer;
}
.popup_close:before {
    content: '';
    position: absolute;
    background:#232536;
    width: 23px;
    height: 1px;
    transform: rotate(45deg);
    top: 15px;
    left: 3px;
}
.popup_close:after {
    content: '';
    position: absolute;
    background:#232536;
    width: 23px;
    height: 1px;
    transform: rotate(-45deg);
    top: 15px;
    left: 3px;
}
.popup_style.active {
    opacity: 1;
    visibility: visible;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transform: perspective(900px) rotateX(0);
    transform: perspective(900px) rotateX(0);
    height: 100%;
}
.panel .form-group {
    width: 48%;
}
.panel .section_title{
    margin-top: 0;
}
.panel .wpcf7 form .wpcf7-response-output{
    margin: 10px auto 0 auto;
    width: 100%;
}
.why_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    margin-top: 36px;
}
.why_grid .why_item .section_description{
    text-align: left;
}
.why_grid .why_item .section_description p{
    margin: 0;
}
.benefits_list .why_item{
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 calc(31% - 16px);
    min-width: 280px;
}
.why_item img{
    width: 50px;
}
.benefits_list .why_item img{
    width: 78px;
}
.benefits_list.fix .why_item{
    flex: 1 1 calc(46% - 16px);
}
.flex_marg{
    margin-top: 36px;
}
.benefits_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-top: 36px;
}
.section_description_strong{
    font-weight: 600;
}
.col_img{
    border-radius: 9px;
    background-size: cover;
    background-position: center;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
}
.flex_col.fix{
    align-items: stretch;
}
.flex_col.fix .col{
    min-height: 430px;
    display: flex;
    flex-direction: column;
   justify-content: center;
}
.why_number{
    border-radius: 25px;
    background: linear-gradient(180deg, #88C1E6 0.5%, #3F79D4 39.69%);
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 31px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #FFFFFF;
}
.get_block{
    border-radius: 9px;
    background: linear-gradient(355deg, #88C1E6 4.83%, #3F79D4 39.8%), #88C1E6;
    padding: 60px 0;
}
.get_block_item{
    border-radius: 9px;
    border: 1px solid #F5FBFF;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 19px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 120px;
}
.get_block_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-top: 36px;
}
.get_block .section_title,.get_block .section_subtitle{
    color: #FFFFFF;
}
.why_grid_last .why_item:last-child{
    grid-column-end: 3;
    grid-column-start: 1;
}
.why_item li,.section_description_page li{
    position: relative;
    border-radius: 9px;
    background: #F2F8FC;
    padding: 5px 8px 5px 26px;
    margin-top: 12px;
}
.section_description_page li{
    background: transparent;
    margin-top: 5px;
}
.section_description_page a{
    color: #1e72bd;
    transition-duration: 0.4s;
}
.section_description_page a:hover{
    opacity: 0.6;
    transition-duration: 0.4s;
}
.why_item li:before,.section_description_page li:before{
    width: 8px;
    content: '';
    position: absolute;
    left: 8px;
    height: 8px;
    top: 12px;
    border-radius: 50%;
    background: linear-gradient(177deg, #88C1E6 4.83%, #3F79D4 39.8%), #88C1E6;
}
.why_item ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.why_grid_fix .why_item:nth-child(3){
    grid-row-start: 2;
    grid-row-end: 5;
}
.single-services .form_block .section_description{
    max-width: 730px;
}
.single-services .banner_info{
    max-width: 980px;
    top: 55%;
}
/*.single-services .banner_info .section_description{*/
/*    max-width: 880px;*/
/*}*/
.steps_line{
    max-width: 4px;
    position: absolute;
    top: -12px;
}
.steps_item .section_description{
    text-align: left;
}
.steps_item .section_description p{
    margin: 0;
}
.steps_info{
    border-radius: 9px;
    position: relative;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 38px 16px 16px 16px;
    margin-bottom: 10px;
}
.steps_slider{
margin-top: 36px;
}
.steps_number{
    border-radius: 25px;
    background: linear-gradient(180deg, #88C1E6 0.5%, #3F79D4 39.69%);
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 19px;
}
.why_block_list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 16px;
    margin-top: 36px;
}
.why_block_item{
    border-radius: 9px;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 19px 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.why_block_item img{
    margin-bottom: 16px;
    width: 17px;
}
.page-template-about .flex_col.fix .col{
min-height: 379px;
}
.flex_col.fix .section_description p{
    margin: 5px 0;
}
.breadcrumbs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.breadcrumb_link{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    opacity: 0.5;
    color: white;
    transition-duration: 0.4s;
}
.breadcrumb_link.active,.breadcrumb_link:hover{
    opacity: 1;    transition-duration: 0.4s;
}
.breadcrumb_slash{
    margin: 0 10px;
}
.banner_fix{
    max-height: 434px;
    height: 434px;
}
.banner_fix .banner_info{
    top: auto;
    bottom: 60px;
    transform: translate(-50%, 0%);
}
.banner_fix .banner_title{
    margin-bottom: 16px;
}
.news_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 16px;
}
.news_tag{
    color: #3F79D4;

    text-align: center;
    margin: 16px 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}
.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin-top: 16px;
}
.page-numbers{
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    transition-duration: 0.4s;
    display: flex;
}
.page-numbers.current,.page-numbers:hover{
color: #FFD050;
    transition-duration: 0.4s;
}
.post_img{
    float: right;
    max-width: 600px;
    border-radius: 9px;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    margin-left: 40px;
    margin-bottom: 20px;
}
.height{
    height: 156px;
}
.news_page .section_title{
    text-align: left;
}
.news_page .section_description{
    text-align: left;
    max-width: none;
}
.news_page .breadcrumb_link{
    color: #232536;
}
.news_page .breadcrumbs{
    justify-content: flex-start;
}
.single-news .header_bottom{
    background: rgba(63, 121, 212, 0.08);
}
.single-news .header .menu a,.single-news .header a,.single-news  #current-lang,.single-news  .lang-item a{
    color: #232536;
}
 .single-news .header.dopstyle_header .menu a, .single-news .header.dopstyle_header a,.single-news .dopstyle_header #current-lang, .single-news .dopstyle_header .lang-item a{
    color: white;
}
 .news_slider .services_item{
     margin-bottom: 15px;
     height: 100%;
     box-sizing: border-box;
 }
 .single-news .burger_line{
     background: #232536;
 }
.single-news .header.dopstyle_header .burger_line{
    background: white;
}
.contact_item{
    border-radius: 9px;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    padding: 60px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contact_text{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 25px;
    text-align: center;
}
.contact_title{
    color: #3F79D4;
margin-bottom: 8px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
.contact_info a{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}
.contact_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
}
.contact_info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mail{
    position: relative;
}
.mail:before{
    content: '';
    position: absolute;
    bottom: 6px;
    height: 1px;
    background: #232536;
    width: 100%;
    left: 0;
    transition-duration: 0.4s;
}
.mail:hover:before{
    right: auto;
    width: 0;
    transition-duration: 0.4s;
}
.btn_white{
    background: white;
}
.tab_block{
    border-radius: 9px;
    background: #FFF;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.09);
    padding-top: 40px;
    margin-top: 36px;
}
.section_description_fix{
    font-size: 18px;
}
.tab_title{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 29px;
    text-align: center;
}
.tabs{
    display: flex;
    align-items: stretch;
}
.tab_item{
    width: 50%;
}
.tab_item_title{
    background: #F6F6F6;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    transition-duration: 0.4s;
}
.tab_item.active .tab_item_title,.tab_item_title:hover{
    background: #FFD050;
    transition-duration: 0.4s;
}
.tab_info{
    padding: 0px 80px;
    margin: 32px 0;
    opacity: 0.3;
}
.tab_item.active .tab_info{
    opacity: 1;
}
.tab_info_border{
    border-right: 1px solid rgba(33, 46, 58, 0.20);
}
.tab_bottom{
    background: #232536;
    padding: 38px 20px;
}
.tab_field{
    border-radius: 25px;
    border: 1px solid rgba(33, 46, 58, 0.30);
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
    grid-gap: 20px;
    align-items: center;
    margin: 6px 0;
}
.tab_field_title{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.tab_field_fix{
    grid-gap: 70px;
    align-items: flex-start;
}
.tab_field_fix .tab_field_title{
    width: 100px;
    min-width: 100px;
}
.counter{
    display: flex;
    align-items: center;
}
.counter input{
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    width: 40px;
    text-align: center;
    color: #232536;
    padding: 0;
}
.counter button{
width: 22px;
    height: 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-family: Montserrat;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #F6F6F6;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.tab_field_radio label{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    user-select: none;
}
.tab_field_radio{
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    width: 100%;
}
.tab_field_radio input[type="radio"],.tab_field_radio input[type="checkbox"]  {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}

.radio_marker{
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #3F79D4;
    border-radius: 50%;
    background-color: white;
    box-sizing: border-box;
}
.radio_marker:after{
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 6px;
    height: 6px;
    opacity: 0;
    border-radius: 50%;
    background-color:#3F79D4;
    box-sizing: border-box;
}
.tab_field_radio label input[type="radio"]:checked + .radio_marker::after,.tab_field_radio label input[type="checkbox"]:checked + .radio_marker::after{
    opacity: 1;
}
.section_description_news img{
    max-width: 750px;
    width: 100%;
    display: block;
    margin:10px auto;
    margin-left: 0;
    border-radius: 9px;
    box-shadow: 4px 4px 82.1px 0px rgba(23, 37, 60, 0.07);
    cursor: pointer;
}
.section_description_news li{
    position: relative;
    padding-left: 10px;
    margin: 5px 0;
}
.section_description_news li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#3F79D4;
}
.news_slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.partner_item{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_item img{
    object-fit: contain;
    height: 100%;
    max-width: 85%;
}
.partners_slider{
    margin-top: 36px;
}
.attention_block{
    margin-top: 20px;
    padding: 18px 22px;
    border-radius: 16px;
    font-size: 13px;
    background: #EAF4FD;
}
.attention_block.fix{
    background: #232536;
    color: white;
    display: flex;
    align-items: center;
    grid-gap: 40px;
    padding: 40px 20px;
    justify-content: space-between;
}
.attention_block.fix strong{
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}
.attention_block.fix .btn{
    white-space: nowrap;
    font-size: 14px;
}
.attention_block.new{
    background: #FFF6D8;
    border-color: #F3D46E;
    color: #705411;
    text-align: left;
}
.attention_block.new p{
    margin: 0;
}
.why_block_item_new{
    background: #232536;
    color: white;
    border: 1px solid white;
}
.why_block_item_new .section_title{
    font-size: 25px;
    margin-top: 0;
}
.calc_col_info{
    border-radius: 14px;
    padding: 36px;
    background: #232536;
    box-shadow: 0 14px 42px rgba(21, 26, 41, .055);
    color: #FFFFFF;
    width: 27%;
    text-align: left;
}
.calc_flex.fix .calc_col_info{
    min-width: 360px;
}
.calc_col_info .section_title{
    margin-top: 0;
}
.calc_col_info .section_subtitle{
    justify-content: flex-start;
}
.calc_col_info .section_title,.calc_col_info .section_description{
    text-align: left;
}
.calc_flex{
    align-items: stretch;
    gap: 26px;
}
.calc_flex .tab_block{
    margin-top: 0;
}
.calc_block{
    width: 65%;
}
.calc_flex .tab_info {
    padding: 0px 20px;
}
.calc_col_info li,.banner_new li{
    position: relative;
    border-radius: 9px;
    text-align: left;
    background: #F2F8FC;
    padding: 5px 8px 5px 26px;
    margin-top: 12px;
    color: #232536;
}
.calc_col_info li:before,.banner_new li:before{
    width: 8px;
    content: '';
    position: absolute;
    left: 8px;
    height: 8px;
    top: 12px;
    border-radius: 50%;
    background: linear-gradient(177deg, #88C1E6 4.83%, #3F79D4 39.8%), #88C1E6;
}
.section_dark{
    background: #232536;
    position: relative;
    overflow: hidden;
}
.section_dark .flex_col.fix .col{
    min-height: auto;
}
.block_get_new{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    position: relative;
    z-index: 2;
}
.block_get_new .get_block_item{
    text-align: left;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(255, 255, 255, .07);
    padding: 23px;
    font-size: 16px;
    color: white;
    font-weight: 400;
    min-height: auto;
    border-radius: 18px;
    transition-duration: 0.3s;
    border: 1px solid rgba(255, 255, 255, .13);
}
.section_dark .section_description,.section_dark .section_title,
.section_dark .section_subtitle{
    color: white;
}
.section_dark:after{
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border: 80px solid rgba(255, 201, 40, .08);
    border-radius: 50%;
    right: -140px;
    top: -120px;
}
.cases_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin-top: 36px;
}
.cases_grid .why_item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #3E79D6;
}
.cases_sub{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .1em;
    color:#3E79D6;
    text-transform: uppercase;
}
.cases_grid .why_item{
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #EBEEF3;
    flex-direction: column;align-items: flex-start;
}
.cases_flex{
    grid-gap: 15px;
    align-items: flex-start;
}
.cases_flex >strong:first-child{
    min-width: 100px;
}
.steps_item.new{
    flex: 1 1 calc(31% - 16px);
    min-width: 280px;
}
.why_item ol li{
    background: transparent;
    padding: 8px;
    border-radius: 12px;
    border: 1px solid #3E79D6;
}
.why_item ol{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
justify-content:flex-start;
    padding-left: 0;
}
.why_item ol li:before{
    display: none;
}
/*.why_item_new ul{*/
/*align-items: center;*/
/*}*/
.services-template-single-services-new .wrapper{
    overflow: initial;
}
/*.about_blocks ul{*/
/*align-items: center;*/
/*}*/
.about_blocks ol li{
    position: relative;
    text-align: left;
    padding-left: 75px;
    width: 100%;
    box-sizing: border-box;
}
.about_blocks ol li strong{
    display: block;
}
.about_blocks ol{
    padding-left: 0;
    justify-content: flex-start;
}
.about_blocks ol li:before{
    width: 42px;
    min-width: 42px;
    height: 42px;
    border-radius: 13px;
    background: #3e79d6;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 5px;
    counter-increment: my-counter;
    content:  counter(my-counter);
}
.price_block .section_subtitle{
    justify-content: flex-start;
}
.price_block .section_title,.price_block .section_description{

    text-align: left;
}
.resource_list{
    display: flex;
    flex-wrap: wrap;
    grid-gap: 25px;
    position: relative;
    padding-top: 40px;
}
.resource_list:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-image: url("../img/sq4.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 83px;
    rotate: 180deg;
    top: -24px;
}

.resource_item{
    margin: 24px 0;
    padding: 22px;
    border: 1px solid #E4E8EF;
    border-radius: 12px;
    background: #F9FAFC;
    display: flex;
    justify-content: center;
    text-align: center;
}
.price_list_item{
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .07);
    padding: 13px 15px;
    border-radius: 8px;
}
.price_block{
    width: 100%;
    box-sizing: border-box;
}
.price_block>div{
    flex: 1;
}
.price_list{
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.resource_list .why_item{
    background: transparent;
    box-shadow: none;
    align-items: center;
    grid-gap: 10px;
    padding: 0;
}
.resource_list .why_title{
    margin-bottom: 0;
    font-size: 16px!important;
}
.resource_list .why_item img {
    width: 40px;
}
.calc_flex.fix{
    align-items: stretch;
}
.calc_flex.fix>.why_item{
    align-items: center;
}
.support_flex{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 20px 0;
    margin-top: 36px;
}
.support_flex .why_item{
    width: 30%;
    border: 1px solid #E5E9F0;
    transition-duration: 0.4s;
}
.support_flex .why_item:hover{
    border-color: #FED050;  transition-duration: 0.4s;
}
.support_flex .why_item:last-child{
    width: 100%;padding: 30px;
    box-sizing: border-box;
}
.support_flex .why_item:nth-child(2){
    border-color: #FED050;    box-shadow: 0 20px 45px rgba(21, 26, 41, .10);
}
.services-template-single-services-new .why_title {
    font-size: 24px;
}
.support_flex .cases_sub{
    margin-bottom: 20px;
}
.support_flex .section_description,.banner_new .section_description{
    text-align: left;
    max-width: none;
}
.support_flex .why_item:last-child ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap:0 12px;
}
.banner_new{
    height: auto;
    background: radial-gradient(circle at 82% 18%, rgba(62, 121, 214, .32), transparent 28%), linear-gradient(90deg, rgba(13, 18, 30, .98) 0%, rgba(20, 27, 44, .93) 47%, rgba(11, 31, 64, .88) 100%), repeating-linear-gradient(90deg, #111827 0 55px, #1B2538 55px 61px, #0D1421 61px 118px);
    max-height: none;
    padding: 200px 0 80px 0;
    color: white;
}
.banner_new:before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 100% 38px;
    opacity: .42;
}
.banner_new:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border: 70px solid rgba(254, 208, 80, .045);
    right: -210px;
    bottom: -260px;
    border-radius: 50%;
}
.banner_new .col_img img{
    width: 100%;
    border-radius: 30px;
}
.banner_new .wrapper{
    position: relative;
    z-index: 2;
}
.banner_new .section_subtitle{
    justify-content: flex-start;
}
.banner_new .banner_title{
    text-align: left;
}
.why_block_list_new{
    margin: 0;
    position: relative;
    top: -40px;

}
.banner_new ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 14px;
    font-size: 16px;
    line-height: 1.5;
}
.flex_btn{
    grid-gap: 20px;
    justify-content: flex-start;
    margin: 20px 0;
}
.banner_new .col{
    width: 55%;
}
.banner_new .col_img{
    width: 40%;
}
.section_subtitle img{
    height: 16px;
    width: auto;
}
.flex_head{
    grid-gap: 40px;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr);
    display: grid;
    margin-bottom: 45px;
}
.flex_head .section_subtitle,.form_block_new .section_subtitle{
    justify-content: flex-start;
}
.flex_head .section_description,.flex_head .section_title,.form_block_new .section_title,.form_block_new .section_description{
    text-align: left;
    margin-bottom: 0;
}
.form_block_new{
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 45px;
    align-items: flex-end;
}
.services-template-single-services-new .why_item,.services-template-single-service-autsorsing .why_item{
    text-align: left;
    align-items: flex-start;
}

.services-template-single-services-new .why_item .section_description,.services-template-single-service-autsorsing .why_item .section_description{
    text-align: left;
}
.services-template-single-services-new  .why_item ul li:before,.services-template-single-service-autsorsing .why_item ul li:before{
content: '✓';
    width: 22px;
    height: 22px;
    background: #E9F2FF;
    color: #3e79d6;
    box-shadow: none;
    border-radius: 50%;
    display: inline-grid;
    position: relative;
    left: 0;
    top: 0;
    /* display: inline-flex; */
    text-align: center;
    margin-right: 10px;
}
.services-template-single-services-new  .why_item ul li,.services-template-single-service-autsorsing .why_item ul li{
    background: transparent;
    padding: 12px 0;
    font-weight: 600;
    display: flex;
}
.services-template-single-services-new .resource_list .why_item{
    align-items: center;
}
.form_block_new .btn_form{
    max-width: 100%;
}
.flex_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.flex_list .why_item:nth-child(4),.flex_list .why_item:last-child{
    grid-column: span 2;
}
.flex_list .why_item{
    padding: 25px;
}
.steps_number_new{
    font-size: 50px;
    line-height: 1;
    color: #D7E4F6;
    font-weight: 700;
    margin-bottom: 15px;
}
.steps_item.new .steps_info{
    padding: 16px;
    height: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
}
.steps_item.new{
    margin-bottom: 25px;
}
.attention_block span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background:#FED050;
    color: #202638;
    font-weight: 700;
}
.attention_block_calc{
    justify-content: flex-start;
    margin: 15px 0;
    display: flex;
    align-items: center;
    grid-gap: 15px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #F1D36B;
    background: #FFF9E2;
}
.home .flex_head {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
}
.services-template-single-service-autsorsing .why_item em{
    margin-top: 14px;
    padding: 11px 12px;
    border-radius: 9px;
    background: #FFF7D6;
    color: #665317;
    display: block;
    font-size: 11px;
    line-height: 1.5;
    font-style: normal;
}
.services-template-single-service-autsorsing .why_item li{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.services-template-single-service-autsorsing .why_item{

    border: 1px solid #E0E8F0;
    box-shadow: 0 10px 28px rgba(21, 26, 41, .055);
}
.services-template-single-service-autsorsing .support_flex{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}
.services-template-single-service-autsorsing .support_flex .why_item{
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 30px!important;
}
.support_txt{
    padding: 7px 13px;
    border-radius: 999px;
    background: #FFD050;
    color:#151A29;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}
.support_choose{
    background: #151A29;
    color: white; font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;  padding: 7px 13px;
    border-radius: 999px;
    letter-spacing: .08em;
    display: none;
}
.package.is-selected .support_choose{
    display: block;
}
.support_top{
    position: absolute;
    top: -15px;
    left: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.support_txt p{
    margin: 0;
}
.services-template-single-service-autsorsing .support_flex .why_item:nth-child(2){

}
.btn_border{
    border: 1px solid #E0E8F0;
}
.benefits_list_v2 .why_item:nth-child(4),.benefits_list_v2 .why_item:nth-child(5){
    flex-direction: row;
    align-items: center;
}
.services-template-single-service-autsorsing .support_flex .why_item:last-child ul{
    grid-template-columns: 1fr;
}
.services-template-single-service-autsorsing .steps_item.new .steps_info{

    border: 1px solid #E0E8F0;
    box-shadow: 0 10px 28px rgba(21, 26, 41, .055);
}
.services-template-single-service-autsorsing  .cases_grid{
    grid-template-columns: 1fr 1fr 1fr;
}
.services-template-single-service-autsorsing  .price_block{
    flex-direction: column;
    align-items: flex-start!important;
}
.services-template-single-service-autsorsing .price_list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}
.services-template-single-service-autsorsing .price_block>div .price_list_item{
    gap: 10px;
    padding: 12px 13px;
    border-radius: 9px;
    background: #FBFCFE;
    border: 1px solid #E0E8F0;
    position: relative;
    font-size: 12px;
    color: #4E5B6E;
    display: flex;
}
.services-template-single-service-autsorsing .price_block>div .price_list_item:before {
    content: "—";
    color: #3E79D6;
    font-weight: 900;
}
.services-template-single-service-autsorsing .price_block>div{
    flex: none;
}
.services-template-single-service-autsorsing .resource_list:before{
    display: none;
}
.services-template-single-service-autsorsing .resource_list .why_item{
    display: flex;
    gap: 12px;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .08);
}
.services-template-single-service-autsorsing .resource_list .why_title{
    font-size: 11px!important;
    opacity: 0.8;
    font-weight: 400;
}
.services-template-single-service-autsorsing .resource_list .why_title strong{
    display: block;
    opacity: 1;    font-size: 13px!important;
    margin-bottom: 5px;
}
.services-template-single-service-autsorsing .section_dark:after{
    display: none;
}
.border_block{
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 42px;
    padding: 42px;
    border: 1px solid #E0E8F0;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(21, 26, 41, .055);
    background: linear-gradient(135deg, #EAF4FD, #fff);
}
.border_block .get_block_item{
    color: #232536;
flex-direction: row;
    display: flex;
    gap: 11px;
    align-items: start;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #E0E8F0;
    font-size: 13px;
}
.border_block .get_block_item:last-child{
    grid-column: 1 / -1;
    background: #FFF7D6;
    border-color: #F0D36A;
    font-weight: 750;
    color: #584714;
}
.border_block .col{
    width: 100%;
}
.check{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #E8F1FF;
    color:#3E79D6;
    font-weight: 950;
    flex: 0 0 auto;
}
.border_block_txt{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 12px 15px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #E0E8F0;
    font-size: 13px;
    font-weight: 700;
}
.border_block_txt img{
    width: 34px;
}
.flex_col_dark .why_item{
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 16px;
    border-radius: 11px;
    background: rgba(255, 255, 255, .065);
    border: 1px solid rgba(255, 255, 255, .08);

    color: #fff;
}
.col_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.flex_col_dark .why_item .why_title{
    font-size: 13px!important;
    margin-bottom: 0;
}
.services-template-single-service-autsorsing .banner_info{
    left: 80px;
    position: relative;
    padding-top: 12%;
    padding-bottom: 80px;
    transform: translate(0%, 0%);
    top: 0;
}
.services-template-single-service-autsorsing .banner{
    height: auto;
    max-height: none;
}
.services-template-single-service-autsorsing .breadcrumbs{
    justify-content: flex-start;
}
.services-template-single-service-autsorsing .banner_title,.services-template-single-service-autsorsing .section_description{
    text-align: left;
}
.banner_grid .why_item{
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .13);
    background: rgba(255, 255, 255, .055);
    border-radius: 12px;
    backdrop-filter: blur(8px);
}
.services-template-single-service-autsorsing .btn{
    text-align: center;
}
.banner_grid .why_title{
color: #FED050;
    font-size: 20px;
    line-height: 1;
}
.banner_grid .section_description{
    font-size: 12px!important;
}
.banner_grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 38px;
    align-items: flex-start;
    margin-bottom: 32px;
    max-width: 940px;
}
.calc_col_info_new{
    width: 100%;
    box-sizing: border-box;
}
.flex_col_new{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: stretch;
}
.flex_col_new .col{
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    grid-gap: 0;
    padding: 34px;
}
.calc_col_info_new ul li{
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 11px;
    background: rgba(255, 255, 255, .06);
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: white;
    line-height: 1.3;
}
.calc_col_info_new ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 24px 0;
}
.calc_col_info_new ol{
    display: grid;
    gap: 10px;
    margin-top: 22px;
    padding: 0;
    counter-reset: item;
}
.calc_col_info_new ol li{
  border-radius: 0;
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: none;
    color: white;
    counter-increment: item;
    padding: 12px 10px 5px 40px;
    font-size: 13px;
    margin: 0;
}
.calc_col_info_new{
    position: relative;
    overflow: hidden;
}
.calc_col_info_new:after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 70px solid rgba(62, 121, 214, .12);
    border-radius: 50%;
    right: -140px;
    bottom: -150px;
}
.calc_col_info_new ol li:before{
    content: counter(item);
    position: absolute;
    left: 0;
    top: 12px;

    width: 28px;
    height: 28px;
    background: #FED050;
    text-align: center;
    border-radius: 50%; color: #232536;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calc_col_info_new ul li:before{
    display: none;
}
.calc_col_info_new .section_title{
    margin-top: 10px;
}
.flex_col_new .why_item.col li{
    padding: 20px!important;
    border-radius: 12px;
    background: #F2F8FD;
    border: 1px solid #DDEAF7;
    font-size: 12px;
    margin-top: 9px;
    color: #42546B;
    flex-direction: column;
    grid-gap: 10px;
    font-weight: 500;
}
.flex_col_new .why_item.col li strong{
    font-size: 31px;
    line-height: 1;
    display: block;
    color: #3E79D6;
}
.flex_col_new .why_item.col li:before{
    display: none;
}
.flex_col_new .why_item.col  ul{
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 24px 0;
}
.flex_col_new  blockquote{
    padding: 20px;
    border-radius: 12px;
    background: #FFF7D6;
    border: 1px solid #F2D36C;
    font-size: 13px;
    color: #69551A;
    margin: 0;
}
.flex_col_new  blockquote strong{
color: #171B2C;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}
.flex_col_new  blockquote p{
    margin: 0;
}
.flex_col_new  em{
    color: #667386!important;
    font-size: 12px!important;
    background: transparent!important;
    padding: 0!important;
}
.calc-row {
    display: grid;
    grid-template-columns: 1fr 150px 130px;
    gap: 14px;
    align-items: center;
    padding: 15px 16px;
    border: 1px solid #E0E8F0;
    border-radius: 11px;
    background: #FBFCFE;
}
.stepper button {
    height: 36px;
    border: 1px solid #CFD9E6;
    background: #fff;
    border-radius: 8px;
    color: #151A29;
    font-size: 20px;
    cursor: pointer;
}
.stepper output {
    height: 36px;
    display: grid;
    place-items: center;
    background: #EEF5FC;
    border-radius: 8px;
    font-weight: 900;
}
.calc-name span {
    font-size: 11px;
    color: #667386;
}
.stepper {
    display: grid;
    grid-template-columns: 36px 1fr 36px;
    gap: 6px;
}
.calc-name strong {
    display: block;
    font-size: 14px;
}
.row-total {
    text-align: right;
    font-weight: 900;
    color: #151A29;
}
.calc-rows {
    display: grid;
    gap: 10px;
    margin: 15px 0;
}
.calculator .flex_head{
    width: 100%;
    margin-bottom: 15px;
}
.calculator .section_subtitle{
    justify-content: flex-end;
}
.calc-total {
    margin-top: 16px;
    padding: 23px;
    border-radius: 12px;
    background: #151A29;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}
.calc-disclaimer {
    padding: 14px 16px;
    margin-top: 12px;
    border: 1px solid #F0D36A;
    background: #FFF7D6;
    border-radius: 10px;
    color: #675416;
    font-size: 12px;
}
.calc-actions {
    display: flex;
    gap: 10px;
    margin-top: 14px;
    justify-content: space-between;
}
.calc-actions .btn{
    width:48%;
}
.calc-total small {
    display: block;
    color: #AEB7C8;
    font-size: 11px;
}
.calc-total strong {
    font-size: 31px;
}
.calc_new{
    align-items: flex-start;
}
.calc_new .section_description li{
    font-size: 13px;
    color: #D8DDE7;
    background: transparent;
}
.calc_new .section_description li:before {
    content: "✓";
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(62, 121, 214, .25);
    color: #fff;
    font-weight: 900;
    flex: 0 0 auto;
    left: 0;
    top: 7px;
}
.calc_col_info{
    width: 48%;
}