html, body{
    background: #fff;
    color: #212529;
}
/*html{*/
/*    scroll-behavior: smooth;*/
/*}*/
*{
    box-sizing: border-box!important;
    font-family: 'Roboto Condensed', sans-serif!important;
}

a:hover{
    text-decoration: none;
}

.fixed_menu{
    position: fixed;
    -webkit-box-shadow: 0 7px 13px -3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 7px 13px -3px rgba(34, 60, 80, 0.2);
    box-shadow: 0 7px 13px -3px rgba(34, 60, 80, 0.2);
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 111px;
    background: #fff;
}

.nav_header{
    height: 111px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.nav_header_items{
    height: 100%;
}

.nav_header_items ul{
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
}

.nav_header_items ul li{
    list-style: none;
    height: 100%;
}

.nav_header_items ul li a{
    width: 100%;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #021a35;
    transition: all ease-in 0.3s;
    font-weight: 800;
    box-sizing: border-box;
}

.nav_header_items ul li a:hover{
    color: #024794;
    background: #f6f6f6;
}

.call_header{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.call_header span{
    font-size: 12px;
    color: #021a35;
    font-weight: 700;
}

.call_header a{
    color: #000;
    padding: 1px 15px;
    border: 5px solid #F7DEEA;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

header{
    margin-top: 50px;
    width: 100%;
    height: 700px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.bg_video{
    height: 700px;
    width: 100%;
    background: transparent url(https://kiev.proleski.ua/img/pat-u196-fr.png) repeat left top;
    z-index: 2;
}

.header_content{
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    height: 100%;
    z-index: 3;
    width: 608px;
    background: -webkit-linear-gradient(left,rgba(2,71,148,.5),rgba(203,34,114,.5) 100%);
    background: linear-gradient(to right,rgba(2,71,148,.5),rgba(203,34,114,.5) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 100px 10px 20px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.header_content span{
    color: #CB2272;
}

.header_img{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_content p{
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 23px;
}

.header_img img{
    margin-top: -40px;
}

.header_img h1{
    display: block;
    position: absolute;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    font-weight: 900;
    transform: rotate(
        -16deg
    );
    font-size: 72px;
    color: #024794;
    letter-spacing: 10px;
    font-style: italic;
    text-align: center;
    text-shadow: 7px -7px 0 #e3eaf1;
}

.paragraph_header{
    display: block;
    margin-top: -40px!important;
}

.header_content span{
    margin-bottom: 0;
    padding-bottom: 0;
}

.header_content a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 420px;
    min-height: 53px;
    padding: 5px 20px;
    background: #cb2272;
    color: #fff;
    border-radius: 35px;
    transition: all ease-in 0.3s;
}

.header_content a:hover{
    background: #B61360;
    -webkit-box-shadow: 1px 0 19px 5px rgba(107, 33, 103, 0.81);
    -moz-box-shadow: 1px 0 19px 5px rgba(107, 33, 103, 0.81);
    box-shadow: 1px 0 19px 5px rgba(107, 33, 103, 0.81);
}

.whois{
    font-size: 16px;
}

.whois h2, .advantage h2, .workedit h2, .tarif h2, .road h2, .partner h2, .ask h2{
    padding-top: 50px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #021a35;
}

.whois span, .workedit span{
    color: #47719f;
}

.whois_block{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.whois_content{
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.whois_content ul li{
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}

.whois_content ul li:after{
    content: '';
    border-radius: 100px;
    border-width: 4px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -40px;
    top: 4px;
    border-style: solid;
    border-color: #d1dff0;
}

.advantage{
    background: #F9F9FC;
}

.advantage_block{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: initial;
    padding-top: 100px;
}

.advantage_items{
    width: 21%;
    min-height: 50px;
    text-align: center;
    position: relative;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 70px 10px 10px 10px;
    margin: 50px 2%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 17px;
    transition: all ease-in 0.3s;
}

.advantage_items:hover{
    -webkit-box-shadow: 0 0 13px 3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 13px 3px rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 13px 3px rgba(34, 60, 80, 0.2);
    transform: scale(1.1);
    cursor: pointer;
}

.advantage_items img{
    position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 115px;
    height: 115px;
    border-radius: 50%;
}

.advantage h2{
    position: relative;
}

.advantage h2 img{
    top: -20px;
    position: absolute;
    opacity: 0.5;
}

.workedit{
    background: url("https://kiev.proleski.ua/img/bgworked.png") no-repeat center center;
}

.workedit_items img{
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: 50px;
}

.workedit_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.workedit_items{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #323D49;
    font-weight: 400;
    line-height: 21px;
}

.workedit_items p{
    padding: 20px;
}

.tarif{
    background-color: #F9F9FC;
    background-image: url("https://kiev.proleski.ua/img/as.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 16px;
    padding-bottom: 50px!important;
}

.tarif2{
    background-image: none;
}

.tarif p{
    text-align: center;
}

.table{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.border-color{
    border-color: #D1DFF0!important;
}

.tb_header, .tb_line{
    width: 100%!important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: initial;
}

.tb_header .td_head_items{
    padding: 20px;
    width: 47%;
}

.td_head_items25{
    padding: 20px;
    width: 25%;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tb_line .td_row_item{
    padding: 10px;
    width: 47%;
}

.tb_line .first_row{
    padding: 10px;
    width: 6%!important;
}

.border-top-left-radius{
    border-top-left-radius: 20px;
}

.border-top-right-radius{
    border-top-right-radius: 20px;
}

.border-bottom-right-radius{
    border-bottom-right-radius: 20px;
}

.border-bottom-left-radius{
    border-bottom-left-radius: 20px;
}

.bg_line{
    background: rgba(235,240,246,0.5);
}

.sale{
    background: #EBF0F6;
    padding: 50px 0;
}

.sale_block{
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sale_block img{
    border: 5px solid #fff;
    border-radius: 50%;
}

.sale_block p{
    margin-left: -59px;
    padding: 10px 100px;
    background: #fff;
    border-radius: 33px;
    -webkit-box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
}

.sale_block span{
    color: #CB2272;
}

.slogan p{
    width: 500px;
    border: 5px solid #EBF0F6;
    border-radius: 30px;
    font-weight: 700;
    margin: 20px auto;
}

.bonus{
    width: 100%;
    border: 5px solid #ECB9D3;
    border-radius: 30px;
    padding: 20px;
}
.bonus p{
    font-size: 16px;
}

.bonus_item{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
}

.bonus_item p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bonus_item span{
    border: 5px solid #D1DFF0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-right: 20px;
}

.video_block{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: inherit;
    padding: 20px 0;
}

.video_item{
    width: 48%;
    margin: 1%;
    background: #EBF0F6;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
}

.video_item .sale_block p{
    padding: 10px 50px;
    border-radius: 60px;
}

.road{
    background: #F2F6FB;
}

.road_item{
    transform: scale(1);
    width: calc(100%/6);
    background: rgba(255,255,255,0.6);
    border: 1px solid #D1DFF0;
    border-radius: 20px;
    font-size: 16px;
    padding: 25px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all ease-in 0.3s;
}

.road_item:hover{
    cursor: pointer;
    transform: scale(1.1);
}

.road_block{
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: space-between;
    padding: 100px 0;
}

.line_bot, .line_top, .end{
    position: relative;
    z-index: 2;
}

.line_bot:after {
    width: 180px;
    height: 90px;
    border-radius: 0 0 100px 100px;
    border-bottom: 5px solid #DDE7F4;
    border-left: 5px solid #DDE7F4;
    border-right: 5px solid #DDE7F4;
    /* z-index: 2; */
    content: '';
    position: absolute;
    left: 67px;
    bottom: -90px;
}

.line_top:after{
    width: 180px;
    height: 90px;
    border-radius: 100px 100px 0 0;
    border-top: 5px solid #DDE7F4;
    border-left: 5px solid #DDE7F4;
    border-right: 5px solid #DDE7F4;
    z-index: 1;
    content: '';
    position: absolute;
    top: -89px;
    right: -104px;
}

.start:before{
    position: absolute;
    top: -271px;
    left: 0;
    content: '';
    width: 214px;
    height: 297px;
    background: url(https://kiev.proleski.ua/img/bg33.png) no-repeat center center;
    background-size: contain;
}

.feedback{
    height: 620px;
    background: url(https://kiev.proleski.ua/img/bg.jpg) no-repeat center center;
    background-size: cover;
}

.bg{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(2,71,148,.5),rgba(203,34,114,.5) 100%);
    background: linear-gradient(to right,rgba(2,71,148,.5),rgba(203,34,114,.5) 100%);
}

.feedback_block{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.feedback_item{
    display: none;
    width: 90%;
    min-height: 370px;
    background: #fff;
    border-radius: 20px;
    margin: 50px 0;
    text-align: center;
    padding: 40px;
    font-size: 16px
}

.feedback_block h3{
    font-size: 16px;
    font-weight: 700;
}

.feedback_user{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.feedback_user img{
    border: 5px solid #fff;
    border-radius: 50%;
    margin: 0 20px 20px;
    opacity: 0.5;
    transition: all ease-in 0.3s;
}

.feedback_user img:hover{
    cursor: pointer;
    transform: scale(1.1);
    opacity: 1;
}

.feedback_selected{
    display: block;
}

.partner_item{
    padding: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.partner_item img{
    padding: 10px 10px;
}

.ask{
    background: url(https://kiev.proleski.ua/img/ask.png) no-repeat center center;
    background-size: cover;
}

.askbg{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
}

.ask_item{
    width: 100%;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
}

.ask p{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    background: rgba(189, 187, 187, 0.32);
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.ask p{

}

.ask p:after{
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: 0 12px 12px 0 rgb(34 60 80 / 50%);
    -moz-box-shadow: 0 12px 12px 0 rgb(34 60 80 / 50%);
    box-shadow: 0 12px 12px 0 rgb(34 60 80 / 50%);
}
.ask_item p span{
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
    box-shadow: 0 0 28px 3px rgba(34, 60, 80, 0.2);
    margin: 20px 0 0 0;
}

.footer{
    background: #323D49;
}

.footer_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    font-size: 16px;
    color: #B2DFF0;
}

.footer_item a{
    color: #fff;
}

.footer_item p{
    padding: 0;
    margin: 0 auto;
}

.map{
    height: 380px;
    width: 100%;
    opacity: 0.5;
    transition: all ease-in 0.3s;
}

.tb_line span{
    color: #A4BFCF;
    text-decoration: line-through;
}

.map:hover{
    opacity: 1;
}

.mob{
    display: none;
}

@media screen and (max-width: 1200px) {
    .road_item{
        padding: 15px;
        margin: 10px;
    }

    .video .sale_block{
        padding: 10px;
    }
}

@media screen and (max-width: 993px) {
    .desc {
        display: none
    }

    .mob {
        display: block
    }

    .nav_header {
        flex-direction: column;
    }

    .mob_nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .call_header span {
        display: none;
    }

    .whois_block {
        flex-direction: column;
    }

    .whois_block img {
        width: 100%;
    }

    .advantage h2 img {
        display: none;
    }

    .advantage_block {
        flex-direction: column;
    }

    .advantage_items {
        width: 90%;
    }

    .workedit_items {
        flex-direction: column;
    }

    .workedit_items img {
        margin: 0 auto;
        width: 200px;
        height: 200px;
    }

    .sale_block {
        flex-direction: column;
    }

    .sale_block p {
        width: 100%;
        margin-left: 0;
        padding: 10px 10px;
        margin-top: -45px;
    }

    .slogan p {
        width: 90%;
    }

    .bonus_item {
        flex-direction: column;
    }

    .td_head_items25 {
        padding: 10px;
        font-size: 15px !important;
        text-transform: lowercase;
    }

    .td_head_items25 b {
        font-weight: 400;
    }

    .video_block {
        flex-direction: column;
    }

    .video_item {
        width: 100%;
    }

    .road_block {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .start:before {
        opacity: 0.4;
    }

    .road_item {
        width: 50%;
    }

    .line_bot:after {
        width: 0;
        height: 50px;
        border-radius: 0;
        border-bottom: 0;
        border-left: 0;
        border-right: 5px solid #DDE7F4;
        content: '';
        position: absolute;
        left: 80px;
        bottom: -49px;
    }

    .line_top:after {
        width: 0;
        height: 50px;
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 5px solid #DDE7F4;
        /* z-index: 1; */
        content: '';
        position: absolute;
        top: 107px;
        right: 80px;
    }

    .feedback_item {
        padding: 10px;
    }

    .feedback {
        min-height: 750px;
        height: auto;
    }

    .feedback_user {
        flex-wrap: wrap;
    }

    .feedback_user img {
        width: 100px;
    }

    .partner_item img {
        width: 33%;
    }

    .ask_item p:after {
        display: none;
    }

    .footer_item {
        flex-direction: column;
        text-align: center;
    }

    .header_content {
        width: 100%;
    }

    .header_img {
        width: 100%;
    }

    .header_img img {
        width: 300px;
    }

    .header_content a {
        width: 90%;
    }

    .header_img h1 {
        font-size: 36px;
    }

    .logo {
        width: 160px;
    }

    .logo img {
        width: 100%;
    }

    .nav_header_items ul li a {
        padding: 0 5px;
    }

    .nav_header_items ul{
        font-size: 12px;
    }
}


@media screen and (max-width: 400px) {
    .partner_item img {
        width: 90%;
    }
}
