<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #3b9be5;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.dib {
    display: inline-block;
    vertical-align: middle;
}

.obj {
    position: absolute;
    z-index: 1;
}

.img_box img, .obj img {
    width: 100%;
}

main {
    overflow: hidden;
}

/*body {
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
    color: #525652;
    margin: 0;
    padding: 0;
}*/

.adult_box {
    padding: 35px 0;
}

.adult-banner__title {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #353935;
    margin-bottom: 30px;
}

.banner-guarantee__item {
    margin-bottom: 30px;
}

.guarantee-item__image {
    width: 64px;
    margin: 0 auto 20px;
}

.guarantee-item__title {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  	color: #000;
    margin-bottom: 20px;
}

.guarantee-item__info {
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
  	color: #000;
    padding: 0 10px 10px;
}

.adult-banner__box {
    padding: 35px 0;
}

.secret-delivery__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    color: #353935;
    margin: 35px 0 0;
}

.adult-banner__image {
    width: 100px;
    margin: 0 auto 10px;
}

.fast-cash__delivery {
    font-size: 0;
    text-align: center;
}

.fast-delivery__title,
.cash-delivery__title {
    width: 46%;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
  	color: #000;
    text-transform: uppercase;
    border: 2px solid #2bbbad;
    margin: 30px 1% 0;
    padding: 10px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fast-delivery__title span {
    display: block;
}

.adult-banner__button .btn-large {
    font-size: 20px;
}

@media only screen and (min-width: 993px) and (max-width: 1170px) {

    .container {
        width: 90%;
    }

}

@media screen and (max-width: 992px) {

    .item-border__box {
        border: none;
    }

    .secret-delivery__title {
        font-size: 24px;
    }

    .fast-delivery__title, .cash-delivery__title {
        margin-top: 30px;
    }

    .fast-delivery__title span {
        display: inline;
    }

}

@media screen and (max-width: 639px) {

    .adult-banner__title {
        font-size: 24px;
    }

    .fast-delivery__title, .cash-delivery__title {
        width: 100%;
    }

}












</pre></body></html>