/*1. Разное*/
.ow li {
    line-height: 1.4;
    margin-bottom: 10px
}

button.submit-button {
    font-size: 16px !important
}


/*2. Boost*/
#pnlBoost {
    display: none;
}

#pnsBoost {
    display: block;
}

.arrow-gif {
    position: relative;
    top: -1px;
}

.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.checkbox+label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
    margin-top: .5rem;
    margin-bottom: 0;
}

.checkbox+label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

.checkbox+label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .2s;
}

#chkBoost.checkbox+label:before {
    background: #CDD1DA;
}

#geo.checkbox+label:before {
    top: -15px;
    left: 3px;
    width: 50px;
    height: 20px;
}

#geo.checkbox:checked+label:after {
    left: 33px;
}

#geo.checkbox+label:after {
    top: -14px;
    left: 5px;
    width: 18px;
    height: 18px;
    background: #9FD468;
}

#geo.checkbox+label:before {
    background: #CDD1DA;
}

#geo.checkbox:checked+label:before {
    background: #CDD1DA;
}

#chkBoost.checkbox:checked+label:before {
    background: #9FD468;
}

.checkbox:checked+label:after {
    left: 26px;
}

.checkbox:focus+label:before {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2), 0 0 0 3px rgba(255, 255, 0, .7);
}

/* 3. Check на главной*/
.navbar {
    position: absolute;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    top: 20px;
    top: calc(20px + env(safe-area-inset-top) * 1.1) !important;
    z-index: 99;
    display: flex;
    padding: 10px 25px;
    opacity: 0;
}

.navbar_scrolled {
    position: fixed;
    animation-name: fadeInUp;
    animation-duration: 1s;
    opacity: .9;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        top: -50px;
    }

    to {
        opacity: 1;
        top: 0;
    }
}


/*4. Оффер-стак*/
.of-st {
    border: 4px solid #A0D468 !important;
    border-radius: 10px;
}

.of-st li{
    margin-bottom: 15px;
}