@import url('https://fonts.googleapis.com/css?family=Montserrat:500i&display=swap&subset=cyrillic');

.left_blog {
    background: #fff;
    margin-top: 23px;
    padding: 20px 20px;
}

.grey {
    background: #f8f7f5;
}

.card-header {
    background: transparent;
    color: #000;
    font-family: "Merriweather";
    font-weight: 700;
    padding: 15px 0 0 0;
    font-size: 19px;
    line-height: 23px;
}

.sidebar, .blog_box, .lm_block {
    -webkit-box-shadow: 5px 5px 20px 0px rgba(2, 3, 3, 0.35);
    -moz-box-shadow: 5px 5px 20px 0px rgba(2, 3, 3, 0.35);
    box-shadow: 5px 5px 20px 0px rgba(2, 3, 3, 0.35);
}

.sidebar {
    padding: 20px 30px 40px;
    background: #fff;
}

.sidebar .socs a {
    margin-right: 11px;
    margin-top: 25px;
}

.sidebar .socs a:last-of-type {
    margin-right: 0;
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_categories ul li {
    padding: 15px 0;
}

.card-content {
    background: #fff;
}

.widget_categories a, .widget_categories span {
    display: block;
    color: #000;
    font-size: 17px;
    line-height: 21px;
}

.widget_categories a:hover {
    text-decoration: none;
    color: #3c3caa;
    font-weight: 600;
}

a.open_vac {
    color: #f0a81e;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #f0a81e;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 14px;
    margin-top: 8px;
}

a.open_vac:hover {
    color: #fff;
    background: #f0a81e;
}

.art_content {
    padding-bottom: 40px;
}

.art_content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

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

h1, .main_title, .stats_p {
    font-weight: 700;
    margin-top: 0;
    font-family: "Merriweather";
}

h2 {
    font-weight: 700;
    font-family: "Montserrat";
}

h3 {
    font-weight: 600;
}

.art_date {
    color: #252525;
}

.art_date span:before {
    content: '';
    display: inline-block;
    background: url(../img/artdate.svg) no-repeat;
    width: 15px;
    height: 16px;
    margin: 0 9px -3px 0;
}

.art_content h4 {
    margin-top: 18px;
}

.art_content h2 {
    padding-top: 30px;
    padding-bottom: 8px;
}

.art_content h3 {
    padding-top: 18px;
}

.art_content h4 {
    padding-top: 15px;
}

.art_content p {
    margin-top: 20px;
}

.art_content ol {
    margin-left: 18px;
}

.art_content ol li {
    margin-top: 20px;
}

blockquote {
    border: none;
    background: #f8f7f5;
    padding: 5px 35px 25px;
    margin-top: 30px;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 500;
}

.single_blog {
    padding-bottom: 120px;
    padding-top: 10px;
}

.post_cat {
    text-decoration: none;
    color: #3c3caa;
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.art_info span:before {
    content: '';
    display: inline-block;
    background: url(../img/arttag.svg) no-repeat;
    width: 18px;
    height: 16px;
    margin: 0 8px -4px 15px;
}

.post_cat:hover, .post_cat:focus {
    text-decoration: none;
}

h1 {
    margin-bottom: 8px;
}

.post_img {
    margin-top: 20px;
    margin-bottom: 35px;
}

.post_img.main_postimg {
    margin-top: 15px;
}

.use_p1 {
    font-weight: 600;
}

.use_p2 {
    margin-top: 20px;
}

.blog_box hr {
    margin-top: 70px;
    margin-bottom: 40px;
}

.comm_p {
    font-family: "Merriweather";
    font-weight: 700;
    margin-top: 65px;
    padding-bottom: 30px;
}

#categories-2 .card-header {
    padding-bottom: 10px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
}

.top_blog {
    background: url(../img/bg6.jpg) 50% 50% no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    color: #fff;
}

.out_blog {
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
}

.left_arts {
    padding-top: 40px;
}

.left_arts .art_box:not(:first-of-type) {
    margin-top: 40px;
}

.post_info {
    background: #fff;
    padding: 30px 30px 45px 35px;
}

.post_info h2 {
    margin-top: 20px;
    font-family: "Merriweather";
    font-weight: 700;
}

.post_info h2 a {
    color: #252525;
    font-weight: 700;
    text-decoration: none;
}

.post_info h2 a:hover, a.post_cat:hover {
    color: #f0a81e;
}

.post_info a.read_more {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background: #d81a60;
    border-radius: 18px;
    display: inline-block;
    padding: 5px 20px 6px;
    text-decoration: none;
    margin-top: 20px;
}

.post_info p:last-of-type {
    font-size: 17px;
    line-height: 21px;
    margin-top: 20px;
}

.p_img {
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    -webkit-transition: all 0.8s ease-out;
}

.p_img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog_front {
    padding-bottom: 130px;
}

.out_blog {
    margin-top: 30px;
}

.r_col_0 {
    padding-right: 0;
}

.l_col_0 {
    padding-left: 0;
}

.top_bg_art2 {
    background: #212121;
}

.nav > li {
    margin-top: 0px;
}

.nav > li > a {
    padding-left: 15px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #efa00a;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-brand {
    padding: 12px 15px;
}

h1 {
    margin-bottom: 30px;
}

.top_bg_art .yellow_btn, .lm_block .yellow_btn {
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    padding: 18px 25px;
    margin-top: 45px;
}

.top_bg_art {
    color: #fff;
    padding-bottom: 100px;
}

.blog_web p:first-of-type {
    color: #f0a81e;
    padding-bottom: 20px;
}

.blog_web p:last-of-type {
    font-family: "Merriweather";
    font-weight: 700;
    margin-top: 28px;
}

.lm_block {
    padding: 20px 0 100px 35px;
    position: relative;
}

.lm_block p {
    color: #fff;
}

.lm_block p:first-of-type {
    color: #f0a81e;
    padding-bottom: 20px;
    padding-top: 50px;
}

.lm_block p:last-of-type {
    font-family: "Merriweather";
    font-weight: 700;
    margin-top: 30px;
}

.lm_block img {
    position: absolute;
}

.footer {
    background: #fff;
}

.alm-btn-wrap {
    display: block;
    text-align: center;
    padding: 10px 0 25px;
    position: relative
}

.alm-btn-wrap:after {
    display: table;
    clear: both;
    height: 0;
    width: 100%;
    content: ''
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: #ed7070;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 0 4px;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
    background-color: #e06464;
    color: #fff;
    text-decoration: none
}

.alm-btn-wrap .alm-load-more-btn:active {
    -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, .1);
    text-decoration: none
}

.alm-btn-wrap .alm-load-more-btn.loading {
    cursor: default;
    outline: 0;
    padding-left: 44px
}

.alm-btn-wrap .alm-load-more-btn.done {
    cursor: default;
    opacity: .15;
    background-color: #ed7070;
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.alm-btn-wrap .alm-load-more-btn.done:before, .alm-btn-wrap .alm-load-more-btn:before {
    background: 0 0;
    width: 0
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    background: #fff url(../img/ajax-loader.gif) no-repeat center center;
    width: 30px;
    height: 30px;
    margin: 6px;
    border-radius: 3px;
    display: inline-block;
    z-index: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out
}

.ajax-load-more-wrap.blue .alm-load-more-btn {
    background-color: #0081bf
}

.ajax-load-more-wrap.blue .alm-load-more-btn.done, .ajax-load-more-wrap.blue .alm-load-more-btn.loading, .ajax-load-more-wrap.blue .alm-load-more-btn:hover {
    background-color: #0073aa
}

.ajax-load-more-wrap.green .alm-load-more-btn {
    background-color: #6fca68
}

.ajax-load-more-wrap.green .alm-load-more-btn.done, .ajax-load-more-wrap.green .alm-load-more-btn.loading, .ajax-load-more-wrap.green .alm-load-more-btn:hover {
    background-color: #64b95e
}

.ajax-load-more-wrap.red .alm-load-more-btn {
    background-color: #ca4b4b
}

.ajax-load-more-wrap.red .alm-load-more-btn.done, .ajax-load-more-wrap.red .alm-load-more-btn.loading, .ajax-load-more-wrap.red .alm-load-more-btn:hover {
    background-color: #b13b3b
}

.ajax-load-more-wrap.purple .alm-load-more-btn {
    background-color: #a86bb9
}

.ajax-load-more-wrap.purple .alm-load-more-btn.done, .ajax-load-more-wrap.purple .alm-load-more-btn.loading, .ajax-load-more-wrap.purple .alm-load-more-btn:hover {
    background-color: #9963a8
}

.ajax-load-more-wrap.grey .alm-load-more-btn {
    background-color: #888
}

.ajax-load-more-wrap.grey .alm-load-more-btn.done, .ajax-load-more-wrap.grey .alm-load-more-btn.loading, .ajax-load-more-wrap.grey .alm-load-more-btn:hover {
    background-color: #777
}

.ajax-load-more-wrap.white .alm-load-more-btn {
    background-color: #fff;
    color: #666;
    border: 1px solid #efefef
}

.ajax-load-more-wrap.white .alm-load-more-btn.done, .ajax-load-more-wrap.white .alm-load-more-btn.loading, .ajax-load-more-wrap.white .alm-load-more-btn:hover {
    background-color: #efefef;
    color: #333
}

.ajax-load-more-wrap.white .alm-load-more-btn.done {
    border-color: #fff
}

.ajax-load-more-wrap.infinite .alm-load-more-btn {
    width: 100%;
    background-color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/spinner.gif);
    border: none !important;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    text-indent: -9999px;
    cursor: default !important;
    outline: 0 !important
}

.ajax-load-more-wrap.infinite .alm-load-more-btn:before {
    display: none !important
}

.ajax-load-more-wrap.infinite .alm-load-more-btn:active, .ajax-load-more-wrap.infinite .alm-load-more-btn:focus {
    outline: 0
}

.ajax-load-more-wrap.infinite .alm-load-more-btn.done {
    opacity: 0
}

.ajax-load-more-wrap.infinite .alm-load-more-btn.loading {
    opacity: 1
}

.ajax-load-more-wrap.infinite.skype .alm-load-more-btn {
    background-image: url(../img/spinner-skype.gif)
}

.ajax-load-more-wrap.infinite.ring .alm-load-more-btn {
    background-image: url(../img/spinner-ring.gif)
}

.ajax-load-more-wrap.infinite.fading-blocks .alm-load-more-btn {
    background-image: url(../img/loader-fading-blocks.gif)
}

.ajax-load-more-wrap.infinite.fading-circles .alm-load-more-btn {
    background-image: url(../img/loader-fading-circles.gif)
}

.ajax-load-more-wrap.infinite.chasing-arrows .alm-load-more-btn {
    background-image: url(../img/spinner-chasing-arrows.gif)
}

.alm-listing .alm-reveal {
    outline: 0
}

.alm-listing .alm-reveal:after {
    display: table;
    clear: both;
    height: 0;
    width: 100%;
    content: ''
}

.alm-listing {
    margin: 0;
    padding: 0
}

.alm-listing .alm-paging-content > li, .alm-listing .alm-reveal > li, .alm-listing > li {
    background: 0 0;
    margin: 0 0 30px;
    padding: 0 0 0 170px;
    position: relative;
    list-style: none
}

.alm-listing .alm-paging-content > li.no-img, .alm-listing .alm-reveal > li.no-img, .alm-listing > li.no-img {
    padding: 0
}

.alm-listing .alm-paging-content > li p, .alm-listing .alm-reveal > li p, .alm-listing > li p {
    margin: 0
}

.alm-listing .alm-paging-content > li p.entry-meta, .alm-listing .alm-reveal > li p.entry-meta, .alm-listing > li p.entry-meta {
    margin: 0 0 5px;
    opacity: .75
}

.alm-listing .alm-paging-content > li h3, .alm-listing .alm-reveal > li h3, .alm-listing > li h3 {
    margin: 0 0 10px
}

.alm-listing .alm-paging-content > li img, .alm-listing .alm-reveal > li img, .alm-listing > li img {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px
}

.alm-listing.products li.product {
    padding-left: inherit
}

.alm-listing.products li.product img {
    position: static;
    border-radius: inherit
}

.alm-listing.stylefree .alm-paging-content > li, .alm-listing.stylefree .alm-reveal > li, .alm-listing.stylefree > li {
    padding: inherit;
    margin: inherit
}

.alm-listing.stylefree .alm-paging-content > li img, .alm-listing.stylefree .alm-reveal > li img, .alm-listing.stylefree > li img {
    padding: inherit;
    margin: inherit;
    position: static;
    border-radius: inherit
}

.alm-listing.rtl .alm-paging-content > li, .alm-listing.rtl .alm-reveal > li {
    padding: 0 170px 0 0;
    text-align: right
}

.alm-listing.rtl .alm-paging-content > li img, .alm-listing.rtl .alm-reveal > li img {
    left: auto;
    right: 0
}

.alm-listing.rtl.products li.product {
    padding-right: inherit
}

.alm-masonry {
    display: block;
    overflow: hidden;
    clear: both
}

.alm-placeholder {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    display: none
}

.alm-toc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 10px 0
}

.alm-toc button {
    background: #f7f7f7;
    border-radius: 4px;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    outline: 0;
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #454545;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 10px;
    line-height: 1;
    margin: 0 5px 0 0;
    height: auto
}

.alm-toc button:focus, .alm-toc button:hover {
    border-color: #ccc;
    color: #222
}

.alm-toc button:hover {
    text-decoration: underline
}

.alm-toc button:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .05)
}



.alm-btn-wrap .alm-load-more-btn {
    margin-top: 40px;
    background: #efa81e;
}

.alm-btn-wrap .alm-load-more-btn.loading, .alm-btn-wrap .alm-load-more-btn:hover {
    background: #ffb31f;
}

.cases, .facts, .events {
    padding-bottom: 90px;
}

.content .case_box .case_foot {
    font-size: 16px;
    line-height: 20px;
    margin-top: 25px;
    padding: 0 22px;
}

.case_links {
    padding-top: 30px;
}

.case_links a {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 40px;
}

.case_links a.more_cases {
    display: inline-block;
    color: #f0a81e;
    border: 3px solid #f0a81e;
    padding: 18px 35px 16px;
}

.case_links a.more_cases:hover {
    color: #fff;
    background: #f0a81e;
}

.case_links a:last-of-type {
    padding: 21px 28px 19px;
}

.case_box {
    margin-top: 35px;

    -webkit-box-shadow: 5px 5px 20px 0 rgba(2, 3, 3, 0.35);
    -moz-box-shadow:    5px 5px 20px 0 rgba(2, 3, 3, 0.35);
    box-shadow:         5px 5px 20px 0 rgba(2, 3, 3, 0.35);

    background: #f8f7f5;
}

.content .case_box .row.margin_zero{
    margin-left: 0;
    margin-right: 0;
}

.case_name, .case_pos {
    color: #3c3caa;
}

.content .case_box p{
    margin: 0;
}

.prod_info p.case_name {
    font-weight: 600;
    margin-top: 50px;
}


.prod_info p:not(:first-of-type) {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
}

.prod_info.case_info p:nth-of-type(2) {
    margin-top: 0px;
}

.case_info p:last-of-type{
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}

.prod_info.case_info p:nth-of-type(2){
    margin-top: 0px;
}

.prod_info p.case_name {
    font-weight: 600;
    margin-top: 50px;
}

.case_foot strong {
    font-weight: 600;
}


.case_box a.vid1, .case_box a.vid3 {
    display: inline-block;
    background: #3c3caa;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 12px 15px;
}

.case_box a.vid1 p span:before {
    display: inline-block;
    content: '';
    background: url(../img/play.png) no-repeat;
    width: 22px;
    height: 22px;
    margin: 0 10px -5px 0;
}

.case_box a.vid1:hover, .case_box a.vid3:hover {
    background: #3e3eb9;
}

.out_case .p_img {
    position: relative;
}
.out_case .p_img:hover{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
}

.case_play {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -40px;
    opacity: 0.6;
}

.case_box2 .prod_info p.case_name {
    margin-top: 40px;
}

.prod_info {
    background: #f8f7f5;
    padding: 30px 25px;
}

.prod_info.case_info p:first-of-type{
    color: #f0a81e;
    font-size: 60px;
    padding-bottom: 0;
}


@media (max-width: 320px) {

}

@media (max-width: 460px) {

}

@media (max-width: 560px) {

}

@media (max-width: 767px) {
    body {
        font-size: 18px;
        line-height: 22px;
    }

    h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #vk_like {
        margin: 20px auto 0;
    }

    .top_blog {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .top_blog1 {
        font-size: 30px;
        line-height: 34px;
    }

    .stats_p {
        font-size: 26px;
        line-height: 30px;
        padding-top: 50px;
    }

    .art_content h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .art_content h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .top_bg_art {
        background: url(../img/bg_blog.jpg) 35% 50% no-repeat;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

    .blog_web p:first-of-type {
        margin-top: 40px;
    }

    .lm_block {
        background: url(../img/lm_img.jpg) 80% 50% no-repeat;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

    .lm_block .yellow_btn {
        font-size: 16px;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    h2 {
        text-align: left;
    }

    .sidebar {
        margin-top: 70px;
    }

    .p_img {
        height: 300px;
    }

    .post_info h2 {
        font-size: 20px;
        line-height: 24px;
        padding-top: 0;
    }

    .navbar-inverse .navbar-brand {
        margin-bottom: 30px;
    }

    .art_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        padding-left: 30px;
    }
}

@media (max-width: 1200px) {

}

@media (min-width: 320px) {

}

@media (min-width: 460px) {

}

@media (min-width: 767px) {
    .comm_p {
        font-size: 22px;
        line-height: 26px;
    }

    .top_blog {
        background: url(../img/bg6.jpg) 50% 50% no-repeat;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
        color: #fff;
    }

    .top_bg_art {
        background: url(../img/bg_blog.jpg) 50% 50% no-repeat;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

    .lm_block {
        background: url(../img/lm_img.jpg) 50% 50% no-repeat;
        background-size: cover;
        -o-background-size: cover;
        -moz-background-size: cover;
    }

    blockquote {
        font-size: 21px;
        line-height: 25px;
    }

    h1 {
        font-size: 25px;
        line-height: 29px;
    }

    .main_title, .blog_web p:last-of-type {
        font-size: 23px;
        line-height: 27px;
    }

    .art_content h3 {
        font-size: 19px;
        line-height: 23px;
    }

    .art_content h4 {
        font-size: 21px;
        line-height: 25px;
    }

    #vk_like {
        display: inline-block;
        margin-left: 10px;
    }

    .top_blog {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .top_blog1 {
        font-size: 40px;
        line-height: 44px;
    }

    .art_content h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .stats_p {
        font-size: 34px;
        line-height: 38px;
        padding-top: 60px;
    }

    .blog_web p:first-of-type {
        margin-top: 50px;
    }

    .lm_block img {
        left: 285px;
        bottom: 10px;
    }

    .lm_block p:last-of-type {
        font-size: 24px;
        line-height: 28px;
    }

    .case_box .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

    .prod_info.case_info {
        background: #f8f7f5;
        padding: 45px 35px;
    }

    .prod_info p:first-of-type {
        font-size: 21px;
        line-height: 25px;
    }

    .prod_info.case_info p.case_name {
        font-size: 19px;
        line-height: 23px;
    }
}

@media (min-width: 992px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }

    .sidebar {
        margin-top: 80px;
    }

    .blog_front .sidebar {
        margin-top: 70px;
    }

    .use_p1 {
        font-size: 26px;
        line-height: 30px;
    }

    .use_p2 {
        font-size: 20px;
        line-height: 24px;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
        padding-left: 50px;
    }

    .post_info h2 {
        font-size: 20px;
        line-height: 24px;
    }

    .p_img {
        height: 100%;
    }

    .top_blog1 {
        font-size: 46px;
        line-height: 50px;
    }

    .navbar-nav > li > a, .navbar-nav > li > span {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .stats_p {
        font-size: 40px;
        line-height: 44px;
        padding-top: 70px;
    }

    .left_blog, .left_arts {
        padding-right: 25px;
    }

    .nav > li > a {
        padding-left: 10px;
    }

    .art_content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .blog_web p:first-of-type {
        margin-top: 70px;
    }

    .lm_block p:last-of-type {
        font-size: 21px;
        line-height: 25px;
    }

    .cases .prod_info {
        height: 310px;
    }

    .cases .col-md-6:first-of-type .case_box a.vid1 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    h1, .blog_web p:last-of-type {
        font-size: 28px;
        line-height: 32px;
    }

    .art_content h4 {
        font-size: 21px;
        line-height: 25px;
    }

    .lm_block p:last-of-type {
        font-size: 24px;
        line-height: 28px;
    }

    .left_blog, .left_arts {
        padding-right: 30px;
    }

    .post_info h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .nav > li > a {
        padding-left: 25px;
    }

    .lm_block img {
        left: 285px;
        bottom: 10px;
    }

    .cases .prod_info {
        height: 325px;
    }

    .prod_info.case_info p:nth-of-type(2) {
        font-size: 21px;
        line-height: 25px;
    }
}