/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */

/* Стили для выпадающего меню языков */
.widget_mslswidget {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 17px;
    margin-left: 15px;
    z-index: 999;
    top: -5px;
}
.widget_mslswidget a{
    display: flex;
    align-items: center;
    justify-content: start;
    color: #fff !important;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
    opacity: 0;
    text-decoration: none !important;
}
.widget_mslswidget a,
.widget_mslswidget a:hover,
.widget_mslswidget a:focus,
.widget_mslswidget a:active {
    text-decoration: none !important;
    outline: none !important;
}
.widget_mslswidget img {
    margin: 0 5px 0 0;
    height: 14px;
    width: 20px;
}
.widget_mslswidget .current_language {
    order: -1;
    opacity: 1;
    pointer-events: auto;
    position: relative;
    z-index: 9;
}
.widget_mslswidget .active-lang {
    opacity: 1;
    pointer-events: auto;
}
.active-lang::after {
    content: '';
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #0D1016;
    opacity: .9;
    display: block;
    z-index: -1;
}
@media (max-width: 990px) {
    .widget_mslswidget {
        margin-left: auto;
    }
}
@media (max-width: 990px) {
    .bg-lang-active {
        opacity: .3!important;
    }
}
        
.lang-switcher {
    position: relative;
    margin-left: 15px;
    z-index: 99;
}
.lang-switcher::after {
    content: '';
    display: block;
    height: 30px;
    width: 52px;
    background: transparent;
    position: absolute;
    top: -5px;
    left: -7px;
}
.lang-switcher__main {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.lang-switcher__main p {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.lang-switcher__main img {
    margin: 0 5px 0 0;
    height: 16px;
    width: 24px;
}
.lang-switcher__hide {
    padding: 8px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: flex-start;
    top: 100%;
    right: 15px;
    width: 107px;
    box-sizing: border-box;
    opacity: 0;
    left: -6.5px;
    pointer-events: none;
}
.lang-switcher__hide::after{
    content: '';
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background: #054146;
    opacity: .9;
    display: block;
}
.lang-switcher__hide a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-bottom: 5px;
    white-space: nowrap;
    font-size: 14px;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
.lang-switcher__hide a:last-child {
    margin: 0;
}
.lang-switcher__hide a img {
    margin: 0 5px 0 0;
    height: 16px;
    width: 24px;
}
.lang-switcher {
    cursor: pointer;
}
.lang-switcher svg {
    position: relative;
    left: -3px;
}
@media (max-width: 990px) {
    .lang-switcher__hide {
        top: 108%;
    }
    .lang-switcher {
        margin-left: auto;
        position: relative;
        left: 7px;
    }
    .header .call-menu {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }
}
.header__sign {
    background: #2daf55;
    color: #ffffff;
    border: 2px solid #2daf55;
}
.header__sign:hover {
    background: transparent;
}
.header__log {
    background: #0ea7b5;
    color: #ffffff;
    border: 2px solid #0ea7b5;
}
.header__log:hover {
    background: transparent;
}
@media (max-width: 990px) {
    .header__btn {
        background: #054146;
    }
}
nav a {
    color: #ffffff;
}
.info__wrap a {
    color: #ffffff;
}
.info__wrap table {
    border-collapse: collapse;
}
@media (max-width: 990px) {
    .info__wrap table {
        width: 100%;
        box-sizing: border-box;
    }
}
.info__wrap td {
    border: 1px solid #2daf55;
    padding: 5px;
}
.btn_output {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}
.btn_output button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    max-width: 180px;
    border-radius: 50px;
    font-weight: 700;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    border: 1px solid transparent;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none!important;
}
.btn-redirect {
    appearance: none;
    box-shadow: none;
    cursor: pointer;
}
.active-lang {
    opacity: 1;
    pointer-events: auto;
}

main .btn-redirect {
    color: #ffffff!important;
}
.promo__bottom-text {
    color: #ffffff!important;
}

.btn-redirect {
    font-size: 17px!important;
}
.bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: .8;
    display: none;
    pointer-events: none;
    z-index: 999;
}
.bg-lang {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    opacity: 0;
    display: none;
    z-index: 99;
    pointer-events: none;
}
.bg-lang-active {
    pointer-events: auto;
    display: block;
}
@media (max-width: 990px) {
    .bg-lang-active {
        opacity: .8;
    }
}
.bg-active {
    pointer-events: auto;
    display: block;
}