.under_nav,
footer[role="contentinfo"],
html > body .bg_banner,
.bg_banner_margintop,
.entry-header .entry-title,
footer.entry-meta,
.entry-header {
    display: none!important;
}


body {
    background: url("../img/bg.jpg") no-repeat 50% 0 #000!important;
}


body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

html > body > div.site {
    background: none;
    box-shadow: none;
}
.cb-main * {
    box-sizing: border-box;
}
.cb-main {
    margin-top: 50px;
    margin-bottom: 80px;
    font-family: 'PT Serif', serif;
}
html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
    font-family: 'PT Serif', serif;
    font-size: 18px;
    line-height: 28px;
}
.cb-main__screen {

}
.cb-fs {
    height: 635px;
    padding-top: 105px;
}
.cb-fs img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.cb-bg-b {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: rgba(47,47,47,0.9);
    padding: 40px 50px 50px;
    position: relative;
    margin: 0 -20px;
}

.cb-bg-b:before {
     content: '';
     position: absolute;
     background: url("../img/bg-line.png") no-repeat 50% 0;
     left: 0;
     top: -8px;
     width: 100%;
     height: 16px;
}
.cb-bg-b:after {
    content: '';
    position: absolute;
    background: url("../img/bg-line.png") no-repeat 50% 0;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 16px;
}
.cb-bg-b p {
    margin-bottom: 16px;
}
.btn {
    height: 54px;
    line-height: 54px;
    position: relative;
    text-align: center;
    min-width: 348px;
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: table;
    background: url("../img/btn.png") no-repeat 50% 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.btn_disabled {
    background: url("../img/btn-disable.png") no-repeat 50% 0!important;
    cursor: default;
    color: #9b9b9b;
}
.btn_center {
    margin: 0 auto;
}
.btn:hover {
    background-position: 0 100%;
    color: #fff;
}
.btn span {
    position: relative;
    z-index: 2;
}
/*.btn:before {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 50%;*/
    /*left: 0;*/
    /*height: 100%;*/
    /*background: url("../img/btn-left.png") no-repeat left 0;*/
/*}*/
/*.btn:after {*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 50%;*/
    /*right: 0;*/
    /*height: 100%;*/
    /*background: url("../img/btn-right.png") no-repeat right 0;*/
/*}*/

.btn-row {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.btn-row .btn {
    margin: 0 20px;
}

.title {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.title_small {
    font-size: 24px;
}
.title_left {
    text-align: left;
}

.title + p {
    margin-top: 14px;
}
.cb-side-select-b {
    display: flex;
    justify-content: center;
    cursor: pointer;
    max-width: 670px;
    margin: 50px auto 0;
}
.cb-side-select-b__item {
    cursor: pointer;
    width: 50%;
}
.cb-side-select-b__sq {
    width: 238px;
    height: 238px;
    background: url("../img/side-select-b_sq-border.png") no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}
.cb-side-select-b__sq img {
    position: relative;
    z-index: 2;
}
.cb-side-select-b__sq:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/side-select-b_sq-bg.png") no-repeat 50% 50%;
    opacity: 0;
    transition: all 0.3s;
}
.cb-side-select-b__item:hover .cb-side-select-b__sq:before {
    /*opacity: 0.3;*/
}

.cb-side-select-b__sq:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/side-select-b_sq-bg-hover.png") no-repeat 50% 50%;
    background-size: 90%;
    opacity: 0;
    transition: all 0.3s;
}
.cb-side-select-b__item:hover .cb-side-select-b__sq:after {
    opacity: 1;
}

.cb-side-select-b__item_select .cb-side-select-b__sq:after,
.cb-side-select-b__item_select:hover .cb-side-select-b__sq:after {
    opacity: 0;
}
.cb-side-select-b__item_select {
    cursor: default;
}
.cb-side-select-b__item_select .cb-side-select-b__sq:before,
.cb-side-select-b__item_select:hover .cb-side-select-b__sq:before {
    opacity: 1;
}
.cb-frq-select-b {
    position: relative;
    padding-top: 46px;
    margin-top: 40px;


}
.cb-frq-select-b:before {
    position: absolute;
    top: 0;
    left: 46px;
    right: 46px;
    content: '';
    border-top: 2px solid #fff;
}

.cb-frq-slider {
    display: flex;
    margin: 50px 0 46px;
}
.cb-frq-item {
    cursor: pointer;
    width: 25%;
}
.cb-frq-item_select {
    cursor: default;
}
.cb-frq-item__sq {
    width: 200px;
    height: 200px;
    position: relative;
    background: url("../img/cb-frq-item__sq.png") no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
}
.cb-frq-item__sq img {
    position: relative;
    z-index: 2;
    pointer-events: none;
}
.cb-frq-item__sq:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/cb-frq-item__sq-hover.png") no-repeat 50% 50%;
    opacity: 0;
    transition: all 0.3s;
}
.cb-frq-item__sq:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../img/cb-frq-item__sq-select.png") no-repeat 50% 50%;
    opacity: 0;
    transition: all 0.3s;
}
.cb-frq-item:hover .cb-frq-item__sq:before {
    opacity: 1;
}
.cb-frq-item_select .cb-frq-item__sq:after {
    opacity: 1;
}

.map-title {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}
.map-title .title {
    margin-right: 10px;
}
.map-title img {
    align-self: center;
    margin-right: 17px;
    margin-top: -5px;
}
.cb-map-b {
    position: relative;

}
.cb-map-b img {
    display: block;
    width: 100%;
}
.cb-map-b__pin {
    position: absolute;
    text-align: center;
    left: 0;
    top: 0;
    font-size: 12px;
    font-weight: 800;
    color: #2c1b09;
}
.cb-map-b__pin--count {
    color: #efe5d0;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    width: 37px;
    height: 43px;
    line-height: 43px;
    background: url("../img/count-bg.png") no-repeat;
}
.cb-map-b__pin--text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-shadow: 0 0 4px #efe5d0;
    margin-top: 4px;
    background: #efe5d0;
    border-radius: 5px;
    padding: 2px;
}

.cb-map-b__pin:before {
    content: '';
    position: absolute;
    left: -10px;
    top: -6px;
    width: 56px;
    height: 52px;
    background: url("../img/done.png");
    opacity: 0;
    transition: opacity 0.3s;
}
.cb-map-b__pin_done:before {
    opacity: 1;
}
.cb-map-b__pin_next:before {
    display: none;
}
@keyframes nextPin  {
    0% {transform: scale(1);}
    50% {transform: scale(1.1);}
    100% {transform: scale(1);}
}
.cb-map-b__pin:after {
    content: '';
    position: absolute;
    left: -5px;
    top: -6px;
    width: 47px;
    height: 55px;
    background: url("../img/next.png");
    animation: nextPin 1s infinite;
    opacity: 0;
    transition: opacity 0.3s;
}
.cb-map-b__pin_next:after {
    opacity: 1;
}
.cb-map-b__pin_next {
    animation: nextPin 0.8s infinite;
}
/*.cb-map-b__pin--text:before {*/
    /*content: attr(data-text);*/
    /*position: relative;*/
    /*z-index: 2;*/
/*}*/
/*.cb-map-b__pin--text:after {*/
    /*content: attr(data-text);*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%) scale(1.1);*/
    /*z-index: 1;*/
    /*color: #efe5d0;*/

/*}*/
.cb-question {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.9);
    padding-top: 180px;
    overflow: auto;
    padding-bottom: 50px;
    -webkit-overflow-scrolling: touch;
}
.cb-question__content {
    background: #2f2f2f;
    max-width: 770px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 50px 50px;
    color: #fff;
}
.cb-question__disc {
    margin-top: 24px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    font-weight: 800;
}
.cb-question__disc img {
    display: block;
    max-width: 100%;
    margin-bottom: 18px;
}

.cb-quiz-b {
    padding: 20px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-bottom: 50px;
}
.cb-quiz-b__item {
    list-style: decimal;
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px;
    border: 2px solid rgba(0,0,0,0);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
}
.cb-quiz-b__item span:before {
    content: '• ';
}
.cb-quiz-b__item:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    left: -10px;
    top: 50%;
    transform: translate(3px, -50%) rotate(-136deg);
    background: #2f2f2f;


    transition: all 0.3s;
}
.cb-quiz-b__item:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid rgba(0,0,0,0);
    border-bottom: 2px solid rgba(0,0,0,0);
    right: -10px;
    top: 50%;
    transform: translate(-4px, -50%) rotate(45deg);
    background: #2f2f2f;


    transition: all 0.3s;
}
.cb-quiz-b__item:hover {
    border: 2px solid #fff;
}

.cb-quiz-b__item:hover:before,
.cb-quiz-b__item:hover:after {
    border-color: #fff;
}
.cb-quiz-b__item_select,
.cb-quiz-b__item_select:hover {
    cursor: default;
    border: 2px solid #8e0301;
}
.cb-quiz-b__item_select:before,
.cb-quiz-b__item_select:after,
.cb-quiz-b__item_select:hover:before,
.cb-quiz-b__item_select:hover:after {
    border-color: #8e0301;
}

.cb-result {
    display: flex;
    margin-left: -50px;
}

.cb-result__title {
    letter-spacing: 0;
    color: #cc1010;
    margin-bottom: 16px;
}
.cb-result__score {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 800;
}
.cb-result__score:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("../img/star.png");
    margin-right: 8px;
}

.cb-result__left {
    width: 47%;
}
.cb-result__right {
    width: 53%;
}


.cb-share-b {
    margin: 30px 0 50px;
    padding: 35px 0 30px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.cb-share-b .title {
    margin-bottom: 20px;
}
.cb-share-b__row {
    display: flex;
    justify-content: center;
}
.cb-share-b__item {
    width: 81px;
    height: 80px;
    cursor: pointer;
    background: url("../img/vk.png") no-repeat;
    margin: 0 15px;
}
.cb-share-b__item:hover {
    background-position: 0 -80px;
}
.cb-share-b__item_fb {
    background-image: url('../img/fb.png');
}
.cb-share-b__item_tw {
    background-image: url('../img/tw.png');
}

.cb-result-img {
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/result-shield.png") no-repeat 50% 50%;
}
.cb-result-img_sw {
    background-image: url("../img/result-sw.png");
}


.entry-content a {
    color: #fff;
    box-shadow: none!important;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.entry-content a:hover {
    border-color: rgba(255,255,255,1);
}
/* ====================== МОБИЛА =================== */
@media (max-width: 600px) {
    body {
        background-size: 100% auto!important;
    }
    .title {
        font-size: 26px;
    }

    .title_small {
        font-size: 18px;
        line-height: 1.2;
    }

    .cb-main {
        margin-top: 0;
    }
    .cb-fs {
        height: auto;
        padding-bottom: 30px;
        padding-top: 0;
    }
    .cb-bg-b {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .btn-row {
        display: block;
    }

    .btn {
        height: 40px;
        line-height: 40px;
        min-width: 257px;
        font-size: 20px;
        background-size: 100% auto;
    }

    .btn-row .btn {
        margin: 0 auto 20px;
    }

    .cb-side-select-b__sq {
        width: 110px;
        height: 110px;
        background-size: 100% auto;
    }
    .cb-side-select-b__sq:before {
        background-size: 100%;
    }

    .cb-side-select-b__sq img {
        max-width: 35%;
    }

    .cb-frq-slider {
        flex-wrap: wrap;
    }

    .cb-frq-item {
        width: 50%;
        margin-bottom: 50px;
    }

    .cb-frq-item__sq {
        width: 110px;
        height: 110px;
        background-size: 100%;
        margin-bottom: 26px;
    }

    .cb-frq-item__sq:after {
        background-size: 100%;
    }

    .cb-frq-item__sq img {
        max-height: 140%;
    }

    .cb-result {
        margin-left: 0;
        display: block;
    }

    .cb-result__left {
        width: auto;
    }
    .cb-result__right {
        width: auto;
    }

    .cb-question {
        padding-top: 60px;
    }

    .cb-question__content {
        padding: 40px 20px 50px;
    }
    .map-title {
        align-items: flex-end;
    }
    .map-title .title {
        text-align: left;

    }

    .cb-map-b__pin {
        transform: scale(0.5);
    }

    .cb-map-b {
        margin: 0 -20px;
    }

    .cb-quiz-b {
        margin: 0 -19px 50px;
    }

    @keyframes nextPin  {
        0% {transform: scale(0.5);}
        50% {transform: scale(0.6);}
        100% {transform: scale(0.5);}
    }

    .cb-map-b__pin_next {
        animation: nextPin 0.8s infinite;
    }
    .cb-result-img {
        background-size: 60vw;
    }
    .cb-result-img img {
        max-height: 100vw;
    }

    .cb-result__title {
        font-size: 26px;
    }
}