/*
Theme Name: RX-General-Landings
Theme URI: /
Description: RX General landings tmp
Author: ilya
Author URI: https://github.com/ilyasidorychev
*/
body {
    font-family: Roboto;
}
/*FOOTER*/
/* FOOTER */
footer {
    width: 100%;
    flex: 0 0 auto;
    background-color: #2f2924;
    text-align: center;
    padding: 26px 0 20px;
}
@media screen and (min-width: 992px) {
    footer {
        padding-top: 52px;
    }
}
.foot-top-text {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #ffffff;
    text-align: left;
    margin-bottom: 16px;
    padding-top: 23px;
}
.copyright-footer {
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: white;
    margin-bottom: 0px;
    margin-top: 1rem;
}
.user-consent {
    text-decoration: underline;
    font-size: 16px;
}
.user-terms {
    text-align: left;
}
.user-terms a {
    color: white;
    font-size: 16px;
}
.dmca {
    text-align: right;
}
footer .social-link {
    margin-bottom: 10px;
}
footer .social-link:first-child {
    padding-right: 25px;
}
footer .social-link:hover {
    opacity: .9;
}
.list-item {
    text-align: left;
    margin-bottom: 10px;
}
.list-item a {
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}
.aside-container {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 26px;
    display: none;
}
.language-container .select-lang-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.select-lag-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.select-language a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 4px 10px;
}
.active-lang a {
    border-radius: 5px;
    background-color: #ffffff;
    color: #ff9f46;
}
/*MODAL AGREE*/
/*modal agree*/
.wrapp-disc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
}
.agree-container .modal-content {
    border: 2px solid red;
    padding-bottom: 5px;
}
.agree-container .agree-body {
    max-height: 260px;
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height .5s;
    transition: max-height .5s;
}
.agree-container .header-body {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 4px;
    text-align: center;
    line-height: 1.2;
}
.agree-container .body-text:not(:last-child) {
    margin-bottom: 10px;
}
.agree-container .body-text {
    font-size: 14px;
    line-height: 1.6;
    text-indent: 10px;
}
.agree-container .show-more-btn-wrapper {
    text-align: center;
}
.agree-container .show-more-btn-wrapper .show-more-btn {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}
.agree-container .red-text-button {
    color: red;
    padding: 0;
    margin: 0;
    text-decoration: underline;
}
.agree-container .orange-button, .agree-container .red-text-button {
    font-size: 14px;
    font-weight: 500;
}
.btn.orange-button.btn-warning {
    background-color: #ffae2a;
    border-color: #ffae2a;
    color: #fff;
    text-decoration: none;
}
.agree-container .orange-button {
    padding: 12px 0;
}
.alphabet-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 9px 8px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgba(80,80,80,.1);
    box-shadow: 0 5px 20px 0 rgba(80,80,80,.1);
    margin-bottom: 35px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.alphabet-container-main {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #302926;
    margin-top: 15px;
}
.alphabet-container .alphabet-item {
    margin: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    -ms-flex-preferred-size: 30px;
    flex-basis: 30px;
    min-height: 30px;
}
.alphabet-container .alphabet-item-active a {
    color: #fff;
}
.alphabet-container .alphabet-item a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    color: #969bb8;
}
.alphabet-container-main .alphabet-item a {
    color: #fff;
    font-size: 17px;
}
.agree-container .orange-button, .agree-container .red-text-button {
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width: 576px){
    .agree-container .agree-body {
        max-height: 1000px;
    }
    .agree-container .header-body {
        font-size: 24px ;
    }
    .agree-container .body-text {
        font-size: 16px;
    }
    .agree-container .show-more-btn-wrapper {
        display: none;
    }
}
@media screen and (min-width: 991px) {
    .aside-container {
        padding-top: 36px;
        padding-bottom: 62px;
    }
    .agree-container .header-body {
        font-size: 30px;
        margin-bottom: 30px;
        margin-top: 25px
    }
    .agree-container .body-text:not(:last-child) {
        margin-bottom: 30px;
    }
    .alphabet-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .alphabet-container .alphabet-item {
        margin: 0;
    }
    .alphabet-container .alphabet-item a {
        font-size: 17px;
    }
    .google-badge-container img {
        max-width: 160px;
    }
    .google-badge-container {
        text-align: left;
        margin-bottom: 0;
    }
}
.agree-container .agree-body.open {
    max-height: 1000px;
}