.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;
}



html.scroll-locked {
    overflow:hidden
}
body.scroll-locked {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top:0 !important
}

html > body > div.site {
    background: none;
    box-shadow: none;
}
.fw-main * {
    box-sizing: border-box;
}
.fw-main {
    margin-top: 50px;
    margin-bottom: 80px;
    font-family: 'Plumb', serif;
}
html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
    font-family: 'Plumb', serif;
    font-size: 18px;
    line-height: 28px;
}



@font-face {
    font-family: 'Plumb';
    src: url('../fonts/PLUMB-RE-webfont.ttf') format('ttf'),
    url('../fonts/PLUMB-RE-webfont.woff2') format('woff2');
    font-weight: normal;
}
@font-face {
    font-family: 'Plumb';
    src: url('../fonts/PLUMB-BO-webfont.ttf') format('ttf'),
    url('../fonts/PLUMB-BO-webfont.woff2') format('woff2');
    font-weight: 700;
}
@font-face {
    font-family: 'Quantico';
    src: url('../fonts/Quantico.ttf') format('ttf'),
    url('../fonts/Quantico.woff') format('woff');
    font-weight: normal;
}

.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);
}

html > body > div.site > div {
    z-index:initial;
    position:initial;
}
.sroll_top_arrow_wrap {
    display:none !important
}

strong {
    font-weight:700;
    font-family: 'Plumb', Arial, sans-serif;
}


/* Modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    text-align: left;
    background:rgba(0,0,0,.9);
}
.modal__inner {
    width:1020px;
    margin:40px auto;
    background:#191e23;
}
.modal__header {
    height:370px;
    position:relative;
}
.modal__icon {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:3
}
.modal__preview img {
    width:100%;
    height:370px;
    object-fit:cover;
    display:block
}
.modal__content {
    padding:40px 60px 60px;
    color:#fff
}


/*

.likely {
    display:flex !important;
    margin:0 !important
}
.likely .likely__counter {
    background:#fff;
    padding:1px 8px !important;
    margin:0 0 0 7px;
    border-radius:35px;
}
.likely .likely__widget {
    width:initial !important;
    min-width:64px !important;
    margin:0 10px 0 0 !important;
    height:64px !important;
    background:#ff4400 !important;
    display:flex;
    justify-content:center;
    align-items:center;
    background:none;
    padding:0 10px;
    border-radius:0 !important
}
.likely .likely__widget:hover {
    background:#fff !important
}
.likely svg {
    display:none
}
.likely__widget_facebook .likely__icon {
    width:14px !important;
    height:28px !important;
    background:url("../img/fb-icon.png") no-repeat
}
.likely__widget_facebook:hover .likely__icon {
    background-position:0 -28px
}
.likely__widget_vkontakte .likely__icon {
    width:31px !important;
    height:18px !important;
    background:url("../img/vk-icon.png") no-repeat
}
.likely__widget_vkontakte:hover .likely__icon {
    background-position:0 -18px
}
.likely__widget_twitter .likely__icon {
    width:29px !important;
    height:24px !important;
    background:url("../img/tw-icon.png") no-repeat
}
.likely__widget_twitter:hover .likely__icon {
    background-position:0 -24px
}*/

.btn {
    -webkit-appearance: none;
    display:flex;
    border:2px solid #ff4400;
    height:64px;
    align-items:center;
    justify-content:center;
    font-size:24px;
    color:#fff;
    font-family:'Quantico', Arial, sans-serif;
    padding:0 20px;
    width:370px;
    text-transform:uppercase;
    text-decoration:none;
    transition:.15s linear
}
.btn-full {
    background:#ff4400
}
.btn:hover {
    background:#fff;
    color:#000;
    border-color:#fff;
    transition:.15s linear
}


.wf-title {
    font-size:36px;
    line-height:40px;
    margin:0 0 25px;
    color:#ff4400;
    text-transform:uppercase;
    font-family:'Quantico', Arial, sans-serif;
}
.wf-title_middle {
    text-align:center
}
.wf-title_small {
    font-size:28px;
    margin:0 0 20px
}


.wf-main {
    font-family:'Plumb', Arial, sans-serif;
    color:#fff;
    margin:0 -20px;
    box-sizing:border-box;
}
.wf-main * {
    box-sizing:border-box;
}

.wf-text {
    font-size:18px;
    line-height:28px;
    position:relative;
    z-index:1;
}
.wf-text p {
    margin:0 0 30px
}
.wf-text__middle {
    text-align:center
}
.wf-text p a {
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.3);
    text-decoration:none
}
.wf-text p a:hover {
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.7);
}
.wf-actions {
    position:relative;
    z-index:1;
    display:flex;
    justify-content:center;
    align-items:center;
}


.wf-actions_left {
    justify-content:initial
}

.wf-actions__share {
    display:flex
}
.wf-actions__item {
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ff4400;
    color:#fff;
    margin:0 10px 0 0;
    cursor:pointer
}
.wf-actions__item:hover {
    background:#fff
}

.icon {
    display:inline-block
}
.icon-fb {
    width: 14px;
    height: 28px;
    background: url('../img/fb-icon.png') no-repeat
}
.wf-actions__item:hover .icon-fb {
    background-position:0 -28px
}
.icon-vk {
    width: 31px;
    height: 18px;
    background: url('../img/vk-icon.png') no-repeat
}
.wf-actions__item:hover .icon-vk {
    background-position:0 -18px
}
.icon-tw {
    width: 29px;
    height: 24px;
    background: url('../img/tw-icon.png') no-repeat
}
.wf-actions__item:hover .icon-tw {
    background-position:0 -24px
}

.wf-actions .btn {
    margin:0 15px
}
.wf-map {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
}



.wf-header {
    text-align:center;
    margin:110px 0
}
.wf-header__logo {
    margin:0 auto 45px;
    display:table;
}
.wf-header__logo img {
    max-width:100%;
    height:auto;
    display:block
}
.wf-header__note {
    margin:0 auto;
    display:table;
    background:rgba(0,0,0,.5);
    color:#ff4400;
    font-size:42px;
    text-transform:uppercase;
    font-family:'Quantico', Arial, sans-serif;
    position:relative;
    padding:9px 24px 11px
}
.wf-header__note i {
    background:#fff;
    width:28px;
    height:2px;
    display:block;
    position:absolute;
}
.wf-header__note i:after {
    background:#fff;
    width:2px;
    height:18px;
    display:block;
    position:absolute;
    content:''
}
.wf-header__note i:nth-child(1) {
    left:-4px;
    top:-4px
}
.wf-header__note i:nth-child(1):after {
    left:0;
    top:0
}
.wf-header__note i:nth-child(2) {
    right:-4px;
    top:-4px
}
.wf-header__note i:nth-child(2):after {
    right:0;
    top:0
}
.wf-header__note i:nth-child(3) {
    left:-4px;
    bottom:-4px
}
.wf-header__note i:nth-child(3):after {
    left:0;
    bottom:0
}
.wf-header__note i:nth-child(4) {
    right:-4px;
    bottom:-4px
}
.wf-header__note i:nth-child(4):after {
    right:0;
    bottom:0
}





.wf-content {
    background:#191e23;
    padding:20px;
    margin:0 0 20px
}
.wf-grid {
    border:1px solid #fff;
    position:relative;
}
.wf-inside {
    position:relative;
    z-index:1
}

.wf-screen_start .wf-inside {
    height:620px;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:left;
    flex-direction:column;
    padding:0 160px;
}

.wf-screen_start .wf-map {
    opacity:.1
}

.wf-screen_results .wf-map {
    opacity:.1
}


.wf-screen_results {
    display:none
}
.wf-screen_results .wf-inside {
    height:620px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    text-align:left;
    padding:0 65px;
}
.wf-content__achieve {
    width:292px;
    text-align:center;
}
.wf-content__ribbon {
    margin:0 0 35px;
    display:block
}
.wf-content__ribbon_1 {
    width:271px;
    height:272px;
    background:url('../img/ribbon_1.png') no-repeat
}
.wf-content__ribbon_2 {
    width:292px;
    height:281px;
    background:url('../img/ribbon_2.png') no-repeat
}
.wf-content__ribbon_3 {
    width:272px;
    height:270px;
    background:url('../img/ribbon_3.png') no-repeat
}
.wf-content__ribbon_4 {
    width:281px;
    height:264px;
    background:url('../img/ribbon_4.png') no-repeat
}
.wf-content__ribbon_5 {
    width:233px;
    height:278px;
    background:url('../img/ribbon_5.png') no-repeat
}
.wf-content__count {
    font-size:68px;
    color:#fff;
    text-transform:uppercase;
    font-family:'Quantico', Arial, sans-serif;
}
.wf-content__about {
    width:calc(100% - 325px)
}
.wf-content__results .wf-map {
    opacity:.1
}


.wf-screen_map {
    position:relative;
    display:none;
}
.wf-screen_map .wf-inside {
    height:620px;
}
.wf-content__point {
    position:absolute;
    transition:.15s linear;
}
.wf-content__mark {
    width:40px;
    height:40px;
    background:rgba(255,68,0,.9);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    color:#fff;
    font-family:'Quantico', Arial, sans-serif;
    transition:.15s linear;
    position:relative;
}
.wf-content__mark img {
    transition:.15s linear;
}
.wf-content__corner {
    width:50px;
    height:50px;
    background:url("../img/ramka.png") no-repeat;
    display:block;
    left:-5px;
    top:-5px;
    position:absolute;
    background-size:contain;
    transition:.15s linear;
}

@keyframes pinAnimation {
    from {transform: scale(0.9);}
    to {transform: scale(1.1);}
}
.wf-content__point_select {
    animation: pinAnimation 0.5s linear infinite alternate;
}

.wf-content__map .wf-map {
    opacity:1
}


.wf-text__answers {
    margin:0 0 30px
}
.wf-text__answer {
    margin:0 0 10px;
    min-height:90px;
    padding:20px;
    display:flex;
    background:#4b545d;
    font-size:20px;
    line-height:28px;
    cursor:pointer;
    position:relative;
    align-items:center
}
.wf-text__answer strong {
    margin:0 5px 0 0
}
.wf-text__answer:hover {
    background:#ff4400
}
.wf-text__answer_disabled {
    cursor:default;
    background:#4b545d !important;
}
.wf-text__answer_true {
    background:#2cb16f !important
}
.wf-text__answer_false {
    background:#ba2828 !important
}
.wf-text__answer_correct {
    background:#2cb16f !important
}
.wf-text__result {
    display:none;
}

.wf-promo {
    background:#191e23;
    padding:60px;
    margin:0 0 70px;
}

.wf-prizes {
    background:#191e23;
    padding:120px 60px 60px;
    margin:0 0 70px;
    position:relative
}
.wf-prizes__logo {
    position:absolute;
    left:20px;
    top:20px;
}
.wf-prizes__logo img {
    max-width:217px;
    height:auto;
}

.wf-prizes__list {
    justify-content:space-between;
    display:flex;
    margin:0 0 50px;
}
.wf-prizes__item {
    width:48%
}
.wf-prizes__item img {
    max-width:100%;
    height:auto
}



/* ====================== МОБИЛА =================== */
@media (max-width: 600px) {
    body {
        background-size: 100% auto !important;
    }
    .cb-main {
        margin-top: 0;
    }

    .btn {
        font-size:16px;
        width:initial;
        padding:0 25px
    }

    .wf-title {
        font-size:24px;
        line-height:30px;
    }
    .wf-title_small {
        font-size:19px;
    }

    .wf-text {
        font-size:16px;
        line-height:24px;
    }
    .wf-text p {
        margin:0 0 20px
    }
    .wf-actions {
        flex-direction:column;
        width:100%
    }
    .wf-actions .btn {
        margin:0 0 15px;
        width:100%
    }

    .wf-main {
        margin:0
    }

    .wf-header {
        margin:10px 0 50px
    }
    .wf-header__logo {
        max-width:75%;
    }
    .wf-header__note {
        font-size:24px;
        max-width:90%
    }

    .wf-content {
        margin:0 -10px 20px;
        padding:10px
    }
    .wf-promo {
        margin:0 -10px 40px;
        padding:30px 20px
    }

    .wf-screen_start .wf-inside {
        height:initial;
        padding:20px
    }

    .wf-screen_map .wf-inside {
        height:250px;
    }

    .wf-screen_results .wf-inside {
        height:initial;
        padding:20px;
        flex-direction:column;
        justify-content:center
    }
    .wf-content__about {
        margin:30px 0 0;
        width:100%
    }
    .wf-content__achieve {
        width:180px;
    }
    .wf-content__ribbon {
        margin:0 0 20px;
        width: 100%;
        background-size: contain;
        height: 180px;
    }
    .wf-content__count {
        font-size:48px
    }

    .likely {
        margin:0 0 10px !important;
        width:100%;
        justify-content:space-between;
    }
    .likely .likely__widget {
        width:31% !important;
        margin:0 !important
    }

    .wf-content__point {
        transform:scale(0.6)
    }



    .modal__inner {
        width:100%;
        margin:0
    }
    .modal__header {
        height:150px
    }
    .modal__icon {
        transform:translate(-50%,-50%) scale(0.4)
    }
    .modal__preview img {
        height:150px;
    }
    .modal__content {
        padding:30px 20px
    }
    .wf-text__answer {
        font-size:17px;
        line-height:24px;
        min-height:initial;
        padding:15px
    }


    .wf-prizes {
        margin:0 -10px 50px;
        padding:30px 20px
    }
    .wf-prizes__logo {
        position:initial;
        margin:0 0 40px
    }
    .wf-prizes__list {
        flex-direction:column;
        margin:0 0 20px
    }
    .wf-prizes__item {
        width:100%;
        margin:0 0 20px
    }

}