html > body .bg_banner,
.bg_banner_margintop {
    display: none !important;
}
body.custom-background {
    background: none !important;
}
body .site {
    box-shadow: none;
}

.switch-promo p {
    font-size: 16px;
    line-height: 24px!important;
}
.switch-promo .img-disc {
    text-align: right;
    color: #bebebe;
    font-size: 13px;
    margin-bottom: 10px;
}

.content-quote {
    float: right;
    width: 246px;
    margin-right: -84px;
    padding-left: 50px;
    margin-left: 10px;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.2;
    font-family:"Bebas Neue";
    padding-top: 30px;
    position: relative;
    margin-bottom: 30px;
}
.content-quote:before {
    content: '«';
    position: absolute;
    font-size: 166px;
    left: 0;
    top: -0.4em;
    color: #cecece;
    font-family:Roboto;
    z-index: -1;
    opacity: 0.7;
    line-height: 1;
}
.content-quote_center {
    float: none;
    width: 450px;
    margin: 0 auto 30px;
}
.content-quote_left {
    float: left;
    margin-right: 0;
    margin-left: -106px;
}
.columns {
    display: flex;
    width: 100%;
    align-items: center;
}

.columns > div {
    width: 50%;
}
.columns_img > div {
    padding: 0 10px;
}

.switch-ppl-head {
    margin-top: 40px;
    padding-top: 34px;
    border-top:1px solid #e2e2e2;
    margin-bottom: 30px;
    text-align: center;
}
.switch-ppl-head__ava {
    width: 100px;
    margin: 0 auto;
    background: #e21404;
    border-radius: 50%;
    padding: 3px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    height: 100px;

}
.switch-ppl-head__ava:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #00d2e2;
}
.switch-ppl-head__name {
    font-size: 29px;
    text-transform: uppercase;
    font-family:"Bebas Neue";
}
.switch-ppl-head__site {
    color: #6c6a6a;
    font-size: 15px;
    font-style: italic;
}
.switch-ppl-head__ava img {
    width: 100%;
    display: block;
    border-radius: 50%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.triple-columns {
    display: flex;
    justify-content: space-around;

    margin-bottom: 12px;
}
.triple-columns > div {
    width: 30%;
}

.entry-header {
    text-align: center;
    text-transform: uppercase;
    font-family:"Bebas Neue";
    font-weight: 800;
    padding: 40px 0;
    background: #000;
    color: #fff;
    background: url("../img/titl-bg.jpg") no-repeat;
    background-size: cover;

}
.entry-header img {
    display: none !important;
}
.entry-header .entry-title {
    font-size: 68px;
    line-height: 60px;
    text-align: center;
    max-width: 770px;
    margin: 0 auto;
}
html > body > div.site > div.wrapper .site-content100 .entry-content {
    margin-left: 175px;
    margin-right: 175px;
}

html > body > div.site > div.wrapper .site-content100 .entry-content .content100 {
    margin-left: -175px;
    margin-right: -175px;
    width: auto;
}
.decor-img {
    position: absolute;
    margin-left: -300px;
}
.decor-img img {
    max-width: 1000px;
    width: auto;
}
.decor-img_right {
    left: 100%;
    margin-left: -50px;
}
.entry-content {
    position: relative;
}
body {
    /*overflow-x: hidden;*/
}
.top-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.tag {
    font-size: 14px;
    letter-spacing:0.1em;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    text-transform: uppercase;
    background: #6751b4;
    position: relative;
    top: 2px;
    font-family:"Bebas Neue";
    display: inline-block;
    border: none!important;
    box-shadow: none!important;
    padding-top: 4px;
}
.tag:hover {
    color: #fff;
}

@media (max-width: 600px) {
    .entry-header {
        margin: 0 -10px 30px;
    }
    .entry-header .entry-title {
        font-size: 30px;
        line-height: 1;
    }
    html > body > div.site > div.wrapper .site-content100 .entry-content {
        margin: 0;
    }

    .decor-img {
        display: none;
    }
    html > body > div.site > div.wrapper .site-content100 .entry-content .content100 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .img-disc {
        margin-top: -20px;
    }

    .content100 .img-disc {
        padding: 0 10px;
    }
    .content-quote {
        font-size: 26px;
        width: 130px;
        margin-right: 0;
        padding-left: 30px;
    }
    .content-quote:before {
        font-size: 120px;
    }

    .columns {
        display: block;


    }

    .columns > div {
        width: auto;
    }
    .triple-columns {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .triple-columns > div {
        width: 48%;
    }
    .content-quote_center {
        width: auto;
    }
    .content-quote_left {
        margin-left: 0;
    }
    .content100 .columns {
        padding: 0 10px;
    }
    .content100 .columns div {
        padding: 0!important;
        max-width: 100%!important;
    }
}