.art_content img{
    max-width: 100%;
    height: auto;
}
.post_img.main_postimg{
    margin-bottom: 0;
}
.blog_box h1{
    padding-top: 35px;
}
.blog_box{
    margin-top: 15px;
}
.video_container{
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
}
.video_container > iframe{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.article_object_sizer_wrap > img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.left_blog, .left_arts{
    padding-top: 0;
    padding-left: 15px;
    margin-top: 0;
}
.breadcrumb{
    margin-top: 10px;
    background-color: initial;
    font-size: 17px;
}
.blog_front .breadcrumb{
    margin-bottom: 0;
}
.blog_front .sidebar {
    margin-top: 30px;
}
.single_blog .sidebar{
    margin-top: 30px;
}
.post_cat{
    display: block;
    line-height: 1;
}
.post_cat + .blog_box{
    margin-top: 18px;
}
.page_404 h1{
    padding-left: 0;
}
.foot_docs span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-top: 5px;
}


.error_p {
    font-size: 14px;
    margin-top: 5px;
    line-height: 18px;
    display: none;
    text-align: center;
}
.is_quest .error_p, .final .error_p{
    color: #f0a81e;
}
.after_send {
    display: none;
    font-size: 22px;
    line-height: 26px;
    margin-top: 80px;
}

.content p{
    margin-top: 20px;
}
.content ul {
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
}
.content ul li {
    background: url(img/marker.png) 0 0 no-repeat;
    padding-left: 38px;
    padding-bottom: 15px;
}
.content h1{
    padding-left: 0;
}
.content .row{
    margin-left: -15px;
    margin-right: -15px;
}
.top_bg.v2 {
    background: #0f1014 url(img/bg_front2.jpg) 60% 50% no-repeat;
    background-size: cover;
}
.top_bg .v2 p.top_head{
    font-size: 18px;
    color: #F0A81E;
    font-family: "Roboto";
    font-weight: 500;
}
.top_bg .v2 h1{
    font-size: 70px;
    font-family: "Roboto";
    letter-spacing: normal;
    line-height: 1.2;
    margin-bottom: 65px;
}
.top_bg .v2 .yellow_btn{
    font-family: "Roboto";
    font-size: 18px;
    text-transform: uppercase;
    padding: 23px 45px;
    margin-top: 0;
}
.top_bg .v2 span.sub_text{
    font-family: "Roboto";
    font-size: 21px;
    width: 100%;
    max-width: 250px;
    display: block;
}
.top_bg .v2 .btn_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.top_bg .v2 .btn_box .arrow{
    position: absolute;
    left: 50%;
    bottom: -90%;
}
ul.point li {
    background: url(img/marker.png) 0 0 no-repeat;
    padding-left: 38px;
    padding-bottom: 15px;
}
.vak_head{
    padding-left: 40px;
}
.closed_a{
    margin-top: -7px;
    left: 10px;
}

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

.event_box  ul {
    list-style-type: none;
    font-size: 16px;

    text-align: left;
}

.event_box ul li {
    background: url(img/marker.png) 0 0px no-repeat;
    padding-left: 40px;
    padding-bottom: 15px;
}

.event_img{
    width: 100%;
}

.event_box .text{
    flex-grow: 1;
}

.event_box .name{
    display: block;
    text-transform: none;
    color: #000;
    margin: 0;
}

.reviews .slide img{
    border-radius: 50%;
}

img{
    max-width: 100%;
}

.content ol {
    padding-left: 35px;
}
.content ol > li{
    padding-bottom: 15px;
}

.content ol ul{
    margin: 15px 0 0;
}

.content ol ul > li:last-of-type{
    padding-bottom: 5px;
}

.foot_info ul{
    margin-top: 25px;
}

.foot_docs a{
    text-decoration: underline;
}

.foot_info ul li.no-icon{
    background:none;
    padding: 0 0 5px 0;
}

@media (min-width: 1200px){
    .top_bg .v2 p.top_head{
        margin-top: 180px;
    }
}
@media (min-width: 767px) {
    .top_bg.v2{
        background: url(img/bg_front2.jpg) 50% 50% no-repeat;
        padding-bottom: 250px;
    }
}
@media (max-width: 992px) {
    .top_bg .v2 h1{
        font-size: 40px;
        margin-bottom: 30px;
    }
    .top_bg .v2 .btn_box{
        flex-wrap: wrap;
    }
    .top_bg .v2 .btn_box > *:first-of-type{
        order: 2;
    }
    .top_bg .v2 span.sub_text{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .top_bg .v2 .btn_box .arrow{
        display: none;
    }
}
@media (max-width: 480px) {
    .post_info{
        padding: 15px 15px 25px 15px;
    }
    .left_blog{
        padding-left: 0;
        padding-right: 0;
    }
    .art_content, .blog_box h1{
        padding-left: 15px;
        padding-right: 15px;
    }
    .art_content{
        font-size: 14px;
    }
    .blog_box h1{
        font-size: 20px;
    }

    .top_bg .v2 h1{
        font-size: 28px;
    }
    .top_bg .v2 p.top_head{
        font-size: 12px;
    }
    .top_bg .v2 span.sub_text{
        font-size: 16px;
    }
    .top_bg .v2 .yellow_btn{
        font-size: 14px;
        padding: 17px 20px;
    }
}