@font-face {
    font-family: "Raleway";
    src: url(/wp-content/themes/blankslate/css/Raleway.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Montserrat";
    src: url(/wp-content/themes/blankslate/css/Montserrat.ttf);
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "MontserratRegular";
    src: url(/wp-content/themes/blankslate/css/MontserratRegular.ttf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gentium Book Plus";
    src: url(/wp-content/themes/blankslate/css/GentiumBookPlusBold.ttf);
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "GentiumBookPlusRegular";
    src: url(/wp-content/themes/blankslate/css/GentiumBookPlusRegular.ttf);
    font-weight: 400;
    font-style: normal;
}
body{
    background: #012540;
}
.wrap{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
.wrap_big{
    width: 100%;
    max-width: 1698px;
    margin: 0 auto;
}
header .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
header .item_box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.animate{
    -webkit-transition: .6s linear;
    -o-transition: .6s linear;
    transition: .6s linear;
}
header .item_box .cont{
    position: relative;
    display: flex;
    flex-direction: row;
}
header .item_box .cont .home{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
header .item_box .left{
    width: 100%;
    max-width: 151px;
    height: 74px;
}
header .item_box .right{
    display: flex;
    flex-direction: column;
    margin-left: 22px;
}
header .item_box .right .text{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #002540;
    margin-top: 11px;
}
header .menu_middle .menu{
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .menu_middle .menu li a{
    font-family: "MontserratRegular";
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #002540;
    text-decoration: unset;
}
header .menu_middle .menu li{
    margin-right: 24px;
}
header .menu_middle .menu li:last-child{
    margin-right: 0;
}
header .item_box_last, header .item_box_last .cont_social, header .item_box_last .cont_social .right{
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .item_box_last .cont_social .left, header .item_box_last .cont_jobs{
    display: flex;
    flex-direction: column;
}
header .item_box_last .cont_social .left .phone{
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #002540;
    text-decoration: unset;
}
header .item_box_last .cont_social .left .text{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #28336B;
    margin-top: 2px;
    text-align: right;
    cursor: pointer;
}
header .item_box_last .cont_social .right{
    margin-left: 24px;
}
header .item_box_last .cont_social .right .logo_social:last-child{
    margin-left: 16px;
}
header .item_box_last .cont_social .right .logo_social img{
    width: 40px;
    height: 40px;
}
header .item_box_last .cont_jobs{
    margin-left: 46px;
}
header .item_box_last .cont_jobs .title, header .item_box_last .cont_jobs .text{
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #002540;
}
header .item_box_last .cont_jobs .title{
    text-transform: uppercase;
    margin-bottom: 8px;
}
header .menu_middle{
    display: none;
}
header.active .menu_middle{
    display: flex;
}
header.active .item_box_last .cont_jobs, header.active .item_box .right .text{
    display: none;
}
header.active .item_box .right{
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    max-width: 132px;
}
header.active .item_box .left{
    max-width: 78px;
    height: 35px;
    margin: 0 auto;
}
header.active .item_box .left img{
    object-fit: contain;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
header.active .item_box .cont{
    flex-direction: column;
}
header.active .menu_middle{
    margin-left: 54px;
}
header{
    z-index: 12;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}
header .wrap_big{
    padding-top: 20px;
    padding-bottom: 13px;
    border-bottom: 1px solid #FFFFFF;
}
header.active .wrap_big{
    background: #F8F4EE;
    box-shadow: 0px 10px 15px rgba(0, 37, 64, 0.15);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
.section1 .wrap, .section1 .item.top .left{
    display: flex;
    flex-direction: column;
}
.section1 .item.top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section1 .item.top .left .h1{
    font-family: "Gentium Book Plus";
    font-weight: 700;
    font-size: 48px;
    line-height: 53px;
    color: #002540;
    font-size: 40px;
    line-height: 52px;
}
.section1 .item.top .left .subtitle{
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #002540;
    position: relative;
    margin-top: 49px;
}
.section1 .item.top .left .subtitle:before{
    content: "";
    position: absolute;
    left: 0;
    top: -16px;
    background: #002540;
    width: 105px;
    height: 1px;
}
.section1 .item.top .right{
    box-sizing: border-box;
    background: #DE7266;
    backdrop-filter: blur(48.5px);
    border-radius: 4px;
    padding: 35px 19px 30px 19px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    margin-left: 20px;
}
.section1 .item.top .right .text1{
    font-family: "Gentium Book Plus";
    font-style: italic;
    font-size: 96px;
    line-height: 85px;
    color: #FFFFFF;
}
.section1 .item.top .right .text2{
    font-family: "GentiumBookPlusRegular";
    font-style: italic;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
}
.section_all .contact_form{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #F8F4EE;
    border-radius: 4px;
    padding: 32px;
    margin-top: 50px;
}
.section_all .contact_form .left, .section_all .contact_form .left ul{
    display: flex;
    flex-direction: column;
}
.section_all .contact_form .left .title{
    font-family: "Montserrat";
    font-size: 32px;
    line-height: 42px;
    color: #002540;
    margin-bottom: 24px;
}
.section_all .contact_form .left ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 21px;
    color: #34398A;
}
.section_all .contact_form .left ul li:last-child{
    margin-top: 16px;
}
.section_all .contact_form .left ul li img{
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.section_all .contact_form .left .info{
    font-family: "Montserrat";
    font-size: 16px;
    line-height: 21px;
    color: #7B8D9B;
    margin-top: 37px;
}
.section_all .contact_form .right{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 638px;
}
.section_all .contact_form .right .box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section_all .contact_form .right .box .cont_input{
    width: 48%;
    border-bottom: 1px solid #7B8D9B;
    padding-bottom: 6px;
}
.section_all .contact_form .right .box .cont_input.cont_area{
    width: 100%;
    margin: 32px 0;
}
.section_all .contact_form .right .box .cont_input input{
    font-family: "MontserratRegular";
    width: 100%;
    height: 100%;
    border: unset;
    background: unset;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #7B8D9B;
    height: 32px;
}
.section_all .contact_form .right .box .cont_btn{
    width: 100%;
}
.section_all .contact_form .right .box .cont_btn input{
    font-family: "Montserrat";
    border: unset;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    max-width: 406px;
    height: 64px;
}
.section_all .contact_form .right .text{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #7B8D9B;
    margin-top: 50px;
}
.section_all .contact_form .right .box .cont_input br, .section_all .contact_form .right .box .cont_btn br, .section_all .contact_form .right .box p,
.section_all .contact_form .right p:last-child{
    display: none;
}
.section_all .contact_form .right .box .cont_btn p, .section_all .contact_form .right .box .cont_input p{
    display: flex;
}
.section1{
    padding: 170px 0;
}
.section2{
    overflow: hidden;
}
.section2 .wrap_big{
    background: #F8F4EE;
    border-radius: 16px;
    padding-top: 80px;
}
.section2 .item_top .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section2 .item_top .wrap .st{
    display: flex;
    flex-direction: row;
}
.section2 .item_top .wrap .st img{
    width: 60px;
    height: 60px;
    margin-right: 37px;
}
.section2 .item_top .wrap .st .right{
    display: flex;
    flex-direction: column;
}
.section2 .item_top .wrap .st .right .title{
    font-family: "GentiumBookPlusRegular";
    font-size: 32px;
    line-height: 32px;
    color: #012540;
}
.section2 .item_top .wrap .st .right .subtitle{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 19px;
    color: #012540;
    margin-top: 18px;
}
.section2{
    margin-top: -100px;
}
.clear_block{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    position: relative;
}
.clear_block:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    background: #002540;
    width: 45%;
}
.clear_block:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5px;
    height: 1px;
    background: #002540;
    width: 45%;
}
.clear_block img{
    width: 94px;
    height: 46px;
}
.section2 .clear_block1{
    margin-top: 61px;
    margin-bottom: 86px;
}
.section2 .item_middle{
    position: relative;
    padding-bottom: 80px;
}
.section2 .item_middle .wrap, .section2 .item_bottom .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section2 .item_middle .wrap .left, .section2 .item_bottom .wrap .left{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 470px;
}
.section2 .item_middle .wrap .left .title, .section2 .item_bottom .wrap .left .title{
    font-family: "Gentium Book Plus";
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #012540;
}
.section2 .item_middle .wrap .left .subtitle, .section2 .item_bottom .wrap .left .subtitle{
    font-family: "GentiumBookPlusRegular";
    font-size: 36px;
    line-height: 47px;
    color: #012540;
    margin-top: 32px;
}
.section2 .item_middle .wrap .left .subtitle span, .section2 .item_bottom .wrap .left .subtitle span{
    font-family: "Gentium Book Plus";
    font-style: italic;
}
.section2 .item_middle .wrap .left .subtitle span{
    font-size: 29px;
}
.section2 .item_middle .wrap .left .img{
    width: 100%;
    object-fit: cover;
    height: 246px;
    margin-top: 32px;
}
.section2 .item_middle .wrap .right, .section2 .item_bottom .wrap .right{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 571px;
}
.section2 .item_middle .wrap .right .item{
    display: flex;
    flex-direction: row;
    padding-bottom: 32px;
    border-bottom: 1px solid #EDE4D5;
    margin-top: 32px;
}
.section2 .item_middle .wrap .right .item:last-child{
    padding-bottom: 0;
    border: unset;
}
.section2 .item_middle .wrap .right .item .img{
    margin-right: 27px;
}
.section2 .item_middle .wrap .right .item .title{
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    color: #002540;
}
.section2 .item_middle .wrap .right .item .subtitle{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    margin-top: 16px;
}
.img_fly{
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    max-width: 772px;
    height: 555px;
    object-fit: cover;
    object-position: right;
}
.section2 .item_bottom{
    position: relative;
    padding-bottom: 332px;
}
.section2 .clear_block2{
    margin-bottom: 86px;
}
.section2 .item_bottom .img_fly{
    max-width: 618px;
    height: 434px;
    bottom: 0;
}
.section2 .item_bottom .right .tabs{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end; 
    margin-bottom: 68px;
}
.section2 .item_bottom .right .tabs .tab{
    cursor: pointer;
    font-family: "Montserrat";
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    color: #012540;
}
.section2 .item_bottom .right .tabs .tab span{
    border: 1px solid #01243F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01243F;
    font-size: 10px;
    font-family: "Montserrat";
    width: 32px;
    height: 32px;
    margin-right: 16px;
}
.section2 .item_bottom .right .tabs .tab.active span, .section2 .item_bottom .right .tabs .tab:hover span{
    background: #34398A;
    border-color: #34398A;
    color: #fff;
}
.section2 .item_bottom .right .tabs .tab:last-child{
    margin-left: 32px;
}
.section2 .item_bottom .right .tabs_item{
    display: none;
    flex-direction: column;
    box-sizing: border-box;
    padding: 32px 0;
    border-top: 1px solid #EDE4D5;
}
.section2 .item_bottom .right .tabs_item.active_fiz.active, .section2 .item_bottom .right .tabs_item.active_ur.active{
    display: flex;
}
.section2 .item_bottom .right .tabs_item .cont_btn{
    display: flex;
    flex-direction: row;
}
.section2 .item_bottom .right .tabs_item .cont_btn .btn{
    background: #C4A8A5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F8F4EE;
    font-size: 10px;
    font-family: "Montserrat";
    width: 32px;
    height: 32px;
    font-weight: 400;
    margin-right: 16px;
}
.section2 .item_bottom .right .tabs_item .cont_btn .btn:first-child{
    margin-right: 8px;
}
.section2 .item_bottom .right .tabs_item .title{
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    color: #002540;
    margin-top: 16px;
}
.section2 .item_bottom .right .tabs_item .subtitle{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    margin-top: 8px;
}
.section2 .item_bottom .wrap .left .price_cont{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    background: #012540;
    border-radius: 4px;
    padding: 30px 33px;
    display: flex;
    flex-direction: column;
    margin-top: 64px;
}
.section2 .item_bottom .wrap .left .price_cont .tarif{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section2 .item_bottom .wrap .left .price_cont .tarif .text{
    font-family: "Montserrat";
    font-size: 24px;
    line-height: 31px;
    color: #F8F4EE;
    display: none;
    flex-direction: row;
}
.section2 .item_bottom .wrap .left .price_cont .tarif .text img{
    margin-right: 16px;
}
.section2 .item_bottom .wrap .left .price_cont .tarif .text2{
    display: flex;
}
.section2 .item_bottom .wrap .left .price{
    display: none;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #F8F4EE;
    margin-top: 63px;
}
.section2 .item_bottom .wrap .left .price.active{
    display: flex;
}
.section2 .item_bottom .wrap .left .anchor{
    font-family: "MontserratRegular";
    font-size: 20px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #90B8EC;
    position: relative;
    display: none;
    margin-top: 12px;
}
.section2 .item_bottom .wrap .left .anchor.active{
    display: flex;
}
.section2 .item_bottom .wrap .left .anchor:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(/wp-content/themes/blankslate/img/anchor.svg);
}
.section2 .item_bottom .wrap .left .btn{
    font-family: "Montserrat";
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28336B;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #DFDFDF;
    cursor: pointer;
    margin-top: 30px;
}
.section2 .item_bottom .wrap .left .btn:hover{
    background: #90B8EC;
}
.section3{
    position: relative;
    margin-top: 111px;
}
.section3 .box_top{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section3 .box_top .title{
    font-family: "Gentium Book Plus";
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #F8F4EE;
}
.section3 .box_top .tabs, .section3 .box_top .tabs .tab{
    display: flex;
    flex-direction: row;
}
.section3 .box_top .tabs .tab{
    cursor: pointer;
    font-family: 'Montserrat';
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    color: #F8F4EE;
}
.section3 .box_top .tabs .tab span{
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
    font-family: 'Montserrat';
    width: 32px;
    height: 32px;
    font-weight: 400;
    margin-right: 16px;
}
.section3 .box_top .tabs .tab.active span, .section3 .box_top .tabs .tab:hover span{
    background: #fff;
    color: #34398A;
}
.section3 .box_top .tabs .tab.tab_fiz{
    margin-right: 31px;
}
.section3 .box_case{
    overflow: hidden;
    border-radius: 4px;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
    margin-top: 82px;
}
.section3 .box_case.active{
    display: grid;
}

.section3 .box_case .case{
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.section3 .box_case .case .img{
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    object-fit: cover;
    width: 100%;
    height: 220px;
}
.section3 .box_case .case:hover .img{
    transform: scale(1.2);
}
.section3 .box_case .case:first-child .img{
    height: 203px;
}
.section3 .box_case .case:first-child, .section3 .box_case .case{
    grid-column: 2 span;
}
.section3 .box_case .case .inform{
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 54px 29px 53px 58px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section3 .box_case .case .inform.animate{
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.section3 .box_case .case .inform .cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.section3 .box_case .case:first-child .inform{
    padding: 54px 40px 53px 64px;
}
.section3 .box_case .case .inform .title{
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 26px;
    color: #002540;
}
.section3 .box_case .case:first-child .inform .title{
    width: 89%;
}
.section3 .box_case .case .inform .subtitle{
    font-family: 'Montserrat';
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #C4A8A5;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #F8F4EE;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 58px;
    top: -33px;
}
.section3 .box_case .case:first-child .inform .subtitle{
    margin-left: 0;
    position: unset;
    margin-left: 50px;
}
.section3 .box_case .case .inform .modal{
    font-family: 'Montserrat';
    background: #28336B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #DFDFDF;
    width: 100%;
    cursor: pointer;
    max-width: 406px;
    height: 64px;
    margin-top: 23px;
    top: 0;
    text-decoration: unset;
    display: none;
}
.section3 .box_case .case:hover .inform{
    background: #001728;
}
.section3 .box_case .case:hover .inform .title, .section3 .box_case .case:hover .inform .subtitle{
    color: #fff;
}
.section3 .box_case .case:hover .inform .modal{
    display: flex;
}
.case_modal .modal_text__body{
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
    max-width: 970px;
    top: 8%;
    background: #F8F4EE;
    border-radius: 4px;
    padding: 30px;
    box-sizing: border-box;
}
.case_modal .modal_text__body:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    height: 296px;
    background: url(/wp-content/themes/blankslate/img/case_modal_before.png);
}
.padd{
    position: relative;
    z-index: 2;
    padding: 16px 0 20px 0;
    box-sizing: border-box;
}
.case_modal .modal_top{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 0px;
}
.case_modal .modal_top:before, .case_modal .modal_problem:before, .case_modal .modal_solution:before{
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    background: #EDE4D5;
    height: 1px;
    width: calc(100% + 60px);
}
.case_modal .modal_top .title{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.case_modal .modal_top .img{
    width: 32px;
    height: 32px;
    margin-left: 35px;
}
.fancybox-button svg path {
    fill: #D9D9D9 !important;
}
.case_modal .modal_problem{
    position: relative;
    display: flex;
    flex-direction: column;
}
.case_modal .modal_problem .title{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}
.case_modal .modal_problem .text{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-top: 22px;
}
.case_modal .modal_solution{
    position: relative;
    padding-bottom: 32px;
}
.case_modal .modal_solution .cont{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.case_modal .modal_solution .cont .title{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
    margin-right: 16px;
}
.case_modal .modal_solution .cont .subtitle{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    color: #C4A8A5;
}
.case_modal .modal_solution .text{
    position: relative;
    font-family: "MontserratRegular";
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 24px;
}
.case_modal .modal_solution .text:last-child{
    margin-bottom: 0;
}
.case_modal .modal_solution .text .img{
    width: 16px;
    height: 16px;
    margin-right: 16px;
}
.case_modal .modal_text__body .close{
    opacity: 1;
    top: -45px;
    padding: 5px;
    right: -11px;
}
.case_modal .modal_final{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 11px;
    padding-top: 33px;
    align-items: end;
}
.case_modal .modal_final .left, .case_modal .modal_final .right{
    display: flex;
    flex-direction: column;
}
.case_modal .modal_final .left .text{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000000;
}
.case_modal .modal_final .left .text2{
    text-transform: unset;
    margin-top: 16px;
}
.case_modal .modal_final .left .text2 ol li{
    list-style-type: auto;
}
.case_modal .modal_final .left .text2 ul li{
    position: relative;
    padding-left: 13px;
}
.case_modal .modal_final .left .text2 ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
}
.case_modal .modal_final .right{
    margin-left: 63px;
}
.case_modal .modal_final .right .img{
    width: 155px;
    height: 155px;
    object-fit: contain;
    margin-top: -80px;
}
.case_modal .modal_final .right .text{
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    margin-top: -45px;
}
.section4{
    margin-top: 112px;
}
.section4 .wrap_big{
    overflow: hidden;
    background: #F8F4EE;
    border-radius: 16px;
    position: relative;
}
.section4 .wrap_big:before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(/wp-content/themes/blankslate/img/section4_before_w_b.png);
    width: 100%;
    min-height: 1086px;
}
.section4 .wrap{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 108px;
    padding-bottom: 40px;
}
.section4 .box_top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.section4 .box_top .title {
    font-family: "Gentium Book Plus";
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #002540;
}
.section4 .box_top .tabs .tab {
    cursor: pointer;
    font-family: "Montserrat";
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    color: #012540;
}
.section4 .box_top .tabs .tab span {
    border: 1px solid #01243F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #01243F;
    font-size: 10px;
    font-family: "Montserrat";
    width: 32px;
    height: 32px;
    font-weight: 400;
    margin-right: 16px;
}
.section4 .box_top .tabs .tab.active span, .section4 .box_top .tabs .tab:hover span {
    background: #34398A;
    color: #fff;
}
.section4 .box_top .tabs, .section4 .box_top .tabs .tab {
    display: flex;
    flex-direction: row;
}
.section4 .box_top .tabs .tab.tab_fiz {
    margin-right: 31px;
}
.section4 .table .row{
    box-sizing: border-box;
    padding: 28px 79px 28px 65px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.section4 .table {
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
    margin-top: 65px;
}
.section4 .table.table_ur{
    display: none;
}
.section4 .table .row_header{
    background: #012540;
    border-radius: 4px;
    color: #fff;
}
.section4 .table .row .text{
    font-family: "Montserrat";
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 21px;
    color: #002540;
    width: 35%;
}
.section4 .table .row .text2{
    font-family: "MontserratRegular";
    font-weight: 500;
}
.section4 .table .row .text3{
    text-align: right;
    font-size: 20px;
    line-height: 26px;
    width: 24%;
}
.section4 .table .row_header .text{
    font-family: "MontserratRegular";
    color: #fff;
    text-align: left;
    font-size: 16px;
}
.section4 .table .row_header .text4{
    display: none;
}
.section4 .table .row .text span{
    font-family: "MontserratRegular";
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: rgba(0, 37, 64, 0.5);
}
.section4 .info_download{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section4 .info_download .left{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 450px;
}
.section4 .info_download .left .text{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #141414;
    margin-top: 32px;
}
.section4 .info_download .left .text:last-child{
    margin-top: 10px;
}
.section4 .info_download .downl {
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #28336B;
    border-radius: 4px;
    width: 100%;
    max-width: 507px;
    height: 64px;
    margin-top: 32px;
}
.section4 .info_download .downl .docs{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section4 .info_download .downl.active{
    display: flex;
}
.section4 .info_download .downl p{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #DFDFDF;
    font-family: "Raleway";
}
.section4 .info_download .downl p span{
    font-family: "Raleway";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    margin-left: 8px;
}
.section4 .info_download .downl p b{
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    line-height: 8px;
    width: 32px;
    height: 32px;
    font-weight: 400;
    margin-right: 8px;
    font-family: "Raleway";
    text-transform: uppercase;
}
.section5{
    margin-top: 111px;
}
.section5 .title{
    font-family: "Gentium Book Plus";
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #F8F4EE;
    text-align: center;
}
.section5 .box{
    border: 1px solid #F8F4EE;
    border-radius: 16px;
    margin-top: 64px;
}
.section5 .box .item{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 32px 19px 34px 31px;
}
.section5 .box .item1{
    border-bottom: 1px solid #EDE4D5;
    border-right: 1px solid #EDE4D5;
}
.section5 .box .item2, .section5 .box .item3, .section5 .box .item4, .section5 .box .item5{
    border-bottom: 1px solid #EDE4D5;
}
.section5 .box .item3, .section5 .box .item4, .section5 .box .item6{
    border-right: 1px solid #EDE4D5;
}
.section5 .box .item .number{
    font-family: 'Gentium Book Plus';
    font-style: italic;
    font-size: 48px;
    line-height: 62px;
    color: #C4A8A5;
}
.section5 .box .item .text{
    font-family: "MontserratRegular";
    font-size: 20px;
    line-height: 28px;
    color: #F8F4EE;
    margin-top: 32px;
}
.section5 .box .item .subtitle{
    font-family: "Raleway";
    font-size: 14px;
    line-height: 21px;
    color: #F8F4EE;
    margin-top: 8px;
}
.section5 .box .cont{
    display: grid;
}
.section5 .box .cont_top, .section5 .box .cont_bottom{
    grid-template-columns: repeat(2, 1fr);
}
.section5 .box .cont_middle{
    grid-template-columns: repeat(3, 1fr);
}
.section6{
    overflow: hidden;
    margin-top: 112px;
}
.section6 .wrap_big{
    background: linear-gradient(103.39deg, #F8F4EE 50.32%, #EDE4D5 82.76%);
    border-radius: 16px;
}
.section6 .wrap{
    display: flex;
    flex-direction: row;
}
.section6 .left{
    position: relative;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #EDE4D5;
    padding-top: 49px;
    padding-right: 32px;
    margin-right: 32px;
}
.section6 .left .pagination{
    position: unset;
    display: flex;
    flex-direction: column;
}
.section6 .left .pagination .swiper-pagination-current{
    font-family: 'Gentium Book Plus';
    font-style: italic;
    font-size: 32px;
    line-height: 42px;
    color: #012540;
}
.section6 .left .cont_arrow{
    display: flex;
    flex-direction: column;
    margin-top: 243px;
}
.section6 .left .pagination p, .section6 .left .pagination .swiper-pagination-total{
    font-family: 'Gentium Book Plus';
    font-style: italic;
    font-size: 32px;
    line-height: 42px;
    color: #C4A8A5;
    margin-top: 8px;
}
.section6 .left .cont_arrow .swiper-button-next, .section6 .left .cont_arrow .swiper-button-prev{
    position: unset;
    width: 32px;
    height: 32px;
}
.section6 .left .cont_arrow .swiper-button-next{
    margin-top: 14px;
}
.section6 .left .cont_arrow .swiper-button-next:after, .section6 .left .cont_arrow .swiper-button-prev:after{
    display: none;
}
.section6 .left .cont_arrow .swiper-button-next:before, .section6 .left .cont_arrow .swiper-button-prev:before,
.section8 .slider .left .box .swiper-button-next:before, .section8 .slider .left .box .swiper-button-prev:before,
.section8 .slider.review .left .box .next:before, .section8 .slider.review .left .box .prev:before{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/wp-content/themes/blankslate/img/arrow_right.svg);
    cursor: pointer;
}
.section6 .left .cont_arrow .swiper-button-prev:before, .section8 .slider .left .box .swiper-button-prev:before, 
.section8 .slider.review .left .box .prev:before{
    transform: rotate(180deg);
}
.section6 .right{
    display: flex;
    flex-direction: column;
    position: relative;
}
.section6 .right:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 627px;
    min-height: 602px;
    height: 100%;
    background: url(/wp-content/themes/blankslate/img/specialists_swiper_before_slide.png);
    background-size: cover;
}
.section6 .right .title{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #012540;
    margin-top: 49px;
}
.section6 .right .swiper_slide{
    display: flex;
    flex-direction: row;
    width: 100% !important;
    min-height: 632px;
}
.section6 .right .swiper .cont{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 536px;
    margin-bottom: 25px;
}
.section6 .right .swiper_slide .name{
    font-family: "GentiumBookPlusRegular";
    font-size: 32px;
    line-height: 42px;
    color: #012540;
    margin-top: 32px;
}
.section6 .right .swiper_slide .position{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 19px;
    color: #012540;
}
.section6 .right .swiper_slide .orientation{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 19px;
    color: #012540;
    margin-top: 85px;
}
.section6 .right .swiper_slide .orientation_text, .section6 .right .swiper_slide .practice_text, .section6 .right .swiper_slide .description{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 19px;
    color: #012540;
    border-bottom: 1px solid #EDE4D5;
    margin-top: 8px;
    padding-bottom: 15px;
}
.section6 .right .swiper_slide .practice{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 19px;
    color: #012540;
    margin-top: 16px;
}
.section6 .right .swiper_slide .description{
    padding-bottom: 0;
    border: unset;
    margin-top: 27px;
}
.section6 .right .swiper_slide .img_spec{
    width: 100%;
    max-width: 427px;
    height: 632px;
    margin-left: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.section7 .clear_block{
    margin-top: 112px;
}
.section8 .slider{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section8 .slider .left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    margin-right: 60px;
}
.section8 .slider .left .cont_title{
    display: flex;
    flex-direction: column;
}
.section8 .slider .left .title{
    font-family: 'Gentium Book Plus';
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #F8F4EE;
}
.section8 .slider .left .subtitle{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.section8 .slider .left .box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section8 .slider .left .box .arrow{
    position: relative;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    left: unset;
    right: unset;
}
.section8 .slider .left .box .arrow:after{
    display: none;
}
.section8 .slider .left .box .pagination{
    position: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 156px;
    font-family: "GentiumBookPlusRegular";
    font-style: italic;
    font-size: 48px;
    line-height: 62px;
    color: #C4A8A5;
}
.section8 .slider .left .box .pagination p{
    margin: 0 16px;
}
.section8 .slider .swiper .swiper_slide{
    overflow: hidden;
    border-radius: 4px;
}
.section8 .slider .swiper .swiper_slide .img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.section8 .slider .blag_swiper .swiper_slide .img{
    height: 348px;
}
.section8 .slider .left .box .swiper-button-next:before, .section8 .slider .left .box .swiper-button-prev:before,
.section8 .slider.review .left .box .next:before, .section8 .slider.review .left .box .prev:before {
    background: url(/wp-content/themes/blankslate/img/arrow_right_blue.svg);
    width: 24px;
    height: 24px;
}
.section8 .slider.review{
    margin-top: 111px;
}
.section8 .slider .swiper .swiper_slide{
    display: flex;
    flex-direction: column;
}
.section8 .slider .swiper .swiper_slide .inform{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.section8 .slider .swiper .swiper_slide .inform .name{
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 21px;
    color: #F8F4EE;
    margin-right: 15px;
}
.section8 .slider .swiper .swiper_slide .inform .logo{
    width: 100%;
    max-width: 95px;
    height: auto;
    object-position: center;
    object-fit: scale-down;
}
.section8 .slider.blag{
    margin-top: 100px;
}
.section8 .slider .mejs-container, .section8 .slider .mejs-container .mejs-controls, .section8 .slider .mejs-embed, .section8 .slider .mejs-embed body{
    background: transparent;
    padding: 0;
}
.section8 .slider.review .swiper .swiper_slide{
    justify-content: space-between;
}
.section8 .mejs-container{
    z-index: 9;
}
.section8 .slider .mejs-time-rail{
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    left: 0;
    background: #90B8EC;
    top: -15px;
    height: 2px;
}
.section8 .slider .mejs-time-total.mejs-time-slider{
    margin: 0;
    height: 100%;
}
.section8 .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .section8 .mejs-controls .mejs-time-rail .mejs-time-loaded,
.section8 .mejs-controls .mejs-time-rail .mejs-time-current, .section8 .slider .mejs-time-rail span{
    height: 100%;
}
.section8 .mejs-time-handle{
    height: 2px;
}
.section8 .mejs-time-float-corner, .section8 .mejs-time-float, .section8 .mejs-time-handle-content{
    display: none !important;
}
.section8 .mejs-time-handle, .section8 .mejs-time-hovered, .section8 .mejs-time-handle-content{
    border-radius: 50% !important;
    width: 8px !important;
    height: 8px !important;
    left: 1px !important;
    background: #90B8EC;
    border-color: #90B8EC !important;
    top: 50%;
    margin-top: -4px;
}
.section8 .mejs-time-handle-content{
    left: 0 !important;
}
.section8 .mejs-time{
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #F8F4EE;
    padding-top: 15px !important;
}
.section8 .mejs-play{
    top: 3px;
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: url(/wp-content/themes/blankslate/img/play_button_img.png);
    border: 1px solid #012540;
    margin: 0 !important;
    position: relative;
}
.section8 .mejs-play button{
    margin: 0 !important;
    width: 100%;
    height: 100%;
    background: unset !important;
}
.section8 .mejs-play:before{
    content: "";
    position: absolute;
    background: url(/wp-content/themes/blankslate/img/section8_mejs_play.svg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}
.section8 .mejs-horizontal-volume-current{
    background: rgb(144, 184, 236) !important;
}
.section8 .slider.review .swiper .swiper_slide .img{
    margin-bottom: 59px;
}
.section9{
    margin-top: 113px;
}
.section9 .wrap_big{
    width: 100%;
    height: 586px;
    background: url(/wp-content/themes/blankslate/img/section9_wrap_big_bg.png);
}
.section9 .top .wrap{
    padding-top: 113px;
}
.section9 .top .wrap{
    display: flex;
    flex-direction: row;
}
.section9 .top .title{
    font-family: "GentiumBookPlusRegular";
    width: 100%;
    max-width: 380px;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    color: #F8F4EE;
}
.section9 .top .box{
    margin-left: 132px;
    display: flex;
    flex-direction: column;
}
.section9 .top .box .text1{
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.section9 .top .box .text2{
    font-family: "MontserratRegular";
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 16px;
}
.section9 .bottom{
    margin-top: -231px;
}
.section10 .clear_block {
    margin-top: 136px;
}
.section11{
    margin-top: 112px;
}
.section11 .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section11 .left{
    display: flex;
    flex-direction: column;
    padding-right: 13px;
}
.section11 .left .title{
    font-family: 'Gentium Book Plus';
    font-size: 48px;
    line-height: 62px;
    text-transform: uppercase;
    color: #F8F4EE;
}
.section11 .left .subtitle{
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #F8F4EE;
    margin-top: 32px;
}
.section11 .left .text, .section11 .left .text a{
    font-family: 'Montserrat';
    font-size: 24px;
    line-height: 31px;
    color: #F8F4EE;
    text-decoration: unset;
}
.section11 .left .text:hover a{
    color: #90B8EC;
}
.section11 .left .text{
    margin-top: 8px;
}
.section11 .left .social{
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}
.section11 .left .social .href{
    width: 40px;
    height: 40px;
    margin-right: 24px;
}
.section11 .left .social .href:last-child{
    margin-right: 0;
}
.section11 .left .social .href img{
    width: 100%;
    height: 100%;
}
.section11 .map{
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    max-width: 669px;
    height: 586px;
}
.section12 .clear_block{
    margin-top: 64px;
}
footer {
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 118px;
}
footer .wrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
footer .inform{
    display: flex;
    flex-direction: column;
}
footer .inform .text{
    font-family: "MontserratRegular";
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
footer .inform .privacy{
    font-size: 16px;
    line-height: 26px;
    color: #90B8EC;
    text-decoration: unset;
    margin-top: 25px;
    font-family: "MontserratRegular";
}
footer .design{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Raleway";
    text-decoration: unset;
    font-size: 16px;
    line-height: 19px;
    color: #E3EBEE;
}
footer .design:hover{
    color: #90B8EC;
}
footer .design img{
    margin-right: 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    font-family: "MontserratRegular";
    font-weight: bold;
}
.clear_block_white:before, .clear_block_white:after{
    background: #fff;
}
.btn_hover{
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    background: #28336B;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    color: #DFDFDF;
    cursor: pointer;
}
.btn_hover:hover{
    background: #90B8EC;
    background: #012540 !important;
}
.fancybox-slide--html{
    padding: 0 !important;
}
.case_modal{
    width: 100%;
    height: 100%;
}
.fancybox-container, .case_modal{
    background: rgba(1, 36, 63, 0.9) !important;
    backdrop-filter: blur(4px);
}
body::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    background-color: #90B8EC;
}
body::-webkit-scrollbar-thumb {
    background-color: #0073aa;
    border-radius: 3px;
}
header .mobile, header .bottom.menu{display: none;}
.case_modal button.fancybox-close-small{
    display: none;
}

.popup_mm {
    background: unset !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
}
.popup_mm .box{
    display: flex;
    flex-direction: column;
    z-index: 10;
    max-width: 480px;
    width: 100%;
    background: #012540;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -240px;
    min-height: 407px;
    top: 50%;
    margin-top: -203.5px;
    background: #F8F4EE;
    border-radius: 4px;
}
.popup_mm .check {
    width: 80%;
    margin: 0 auto;
}
.popup_mm .img_check {
    max-width: 22px;
    width: 100%;
    height: 22px;
    position: relative;
    z-index: 2;
    background: url(/wp-content/themes/blankslate/img/check_form_new.png);
    margin-right: 9px;
    cursor: pointer;
}
.info_check {
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #002540;
}
.info_check a {
    font-family: "MontserratRegular";
    text-decoration: unset;
    opacity: 1;
    color: #002540;
    font-weight: 700;
}
.popup_mm .zag_popup {
    font-family: "GentiumBookPlusRegular";
    margin-top: 50px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    margin-bottom: 20px;
    color: #002540;
}
.popup_mm input {
    font-family: "MontserratRegular";
    background: #fff;
    width: 100%;
    height: 60px;
    padding-left: 14px;
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 18px;
    outline: none;
    border: unset;
    border-radius: 20px;
}
.popup_mm .highlight {
    margin-top: 20px;
}
.popup_mm .highlight p br{
    display: none;
}
.popup_mm .highlight input {
    font-family: "MontserratRegular";
    padding: 0;
    background: #28336B;
    font-size: 19px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    -webkit-transition: background-color .5s linear;
    -o-transition: background-color .5s linear;
    transition: background-color .5s linear;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.popup_mm .highlight:hover input{
    background: #012540 !important;
}
.popup_mm .cont_popup {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
.check {
    display: flex;
    cursor: pointer;
}
.closepopup {
    background: url(/wp-content/themes/blankslate/img/closepopup.svg);
    background-size: cover;
    width: 19px;
    height: 19px;
    position: absolute;
    top: -33px;
    right: 2px;
    cursor: pointer;
}
.popup_mm .fancybox-button{
    display: none;
}
.popup_mm .img_check.move {
    position: relative;
    z-index: 5;
    background: #5d6364;
    border-radius: 50%;
}
.section3 .box_case .case:hover .inform .modal:hover{
    background: #90B8EC;
}
.info_privace {
    font-family: "GentiumBookPlusRegular";
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.zag_privace {
    font-family: "GentiumBookPlusRegular";
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 15px;
}
.info_privace1{
    margin-top: 30px;
}
.politic .wrap_big{
    background: #F8F4EE;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    padding: 50px 0;
    padding-top: 150px;
    
}
.politic .clear_block{
    margin: 26px 0;
}
.page-template-privacy_policy header .wrap_big, .politic .wrap_big{
    max-width: 96%;
}
.popup_mm:before{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#thank_you .title{
    font-family: "Montserrat";
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #002540;
}
#thank_you .box{
    position: relative;
    max-width: 770px;
    margin-left: -385px;
    padding-top: 99px;
    padding-bottom: 60px;
    height: 353px;
    margin-top: -176.5px;
    min-height: unset;
}
#thank_you .box:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 169px;
    height: 148px;
    background: url(/wp-content/themes/blankslate/img/thank_you_before.png);
    background-size: contain;
}
#thank_you .box:after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 169px;
    height: 148px;
    background: url(/wp-content/themes/blankslate/img/thank_you_after.png);
    background-size: contain;
}
#thank_you .box img{
    width: 74px;
    height: 36px;
    margin: 0 auto;
    margin-top: 33px;
}
.fancybox-container .fancybox-bg{
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output{
    display: none;
}


.mail_sent {
    background: unset !important;
    padding: 0 !important;
    position: relative;
    width: 100%;
    height: 100%;
}
#mail_sent .box {
    display: flex;
    flex-direction: column;
    z-index: 10;
    width: 100%;
    background: #012540;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    background: #f8f4ee;
    border-radius: 4px;
    position: relative;
    max-width: 770px;
    margin-left: -385px;
    padding-top: 99px;
    padding-bottom: 60px;
    height: 353px;
    margin-top: -176.5px;
}
#mail_sent .box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 169px;
    height: 148px;
    background: url(/wp-content/themes/blankslate/img/thank_you_before.png);
}
#mail_sent .box:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 169px;
    height: 148px;
    background: url(/wp-content/themes/blankslate/img/thank_you_after.png);
}
#mail_sent .cont_popup {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
#mail_sent .title {
    font-family: "Gentium Book Plus";
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #002540;
}
#mail_sent .box img {
    width: 74px;
    height: 36px;
    margin: 0 auto;
    margin-top: 33px;
}
#mail_sent button.fancybox-close-small{
    display: none;
}
#cookie-notice #cn-notice-text{
    color: #28336b !important;
}
#cookie-notice .cn-button, #cookie-notice #cn-notice-text{
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: .5s linear;
    font-family: "Montserrat" !important;
}
#cookie-notice .cn-close-icon:before, #cookie-notice .cn-close-icon:after{
    background-color: #28336b !important;
}
#cookie-notice .cn-close-icon{
    opacity: 1 !important;
}
#cookie-notice{
    border-top: 1px solid #012540;
}
#cookie-notice .cn-button:hover{
    background-color: #90b8ec !important;
}