


/* Start:/bitrix/templates/sandbox_empty/styles.css*/
.progress-wrap {
    left: 1.5rem;
    right: auto !important;
}
.tpl-section-menu ul a {
    font-size:0.75rem;
    font-weight:400;
    letter-spacing: -0.01rem;
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
}
.tpl-section-menu ul li {
   /* margin: 0.5rem 0;*/
    /*line-height: 1.4;*/
}

.navbar-nav.tpl-section-menu .dropdown-menu.mega-menu {
    margin:0 !important;
}
.navbar-nav.tpl-section-menu {
    --bs-nav-link-font-size:0.75rem;
    --bs-nav-link-padding-y: 0.6rem;
}
.tpl-section-menu .nav-link {
    --bs-nav-link-font-weight:600;
    line-height: 0.9rem;
}
.navbar {
    line-height: 0.9rem;
    --bs-nav-link-font-size:0.75rem;
}

.tpl-section-menu {
    margin-left: calc(-1 * var(--bs-navbar-nav-link-padding-x));
}
header {
    box-shadow: 0px 4px 20px rgba(51, 51, 56, 0.12);
}
.main-wrap {
    padding: 0;
}
.tpl-section-menu .dropdown-header {
    color: var(--bs-body-color);
    font-weigth: 600;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
}
.tpl-section-menu ul a:hover,
.tpl-section-menu ul a:focus {
    color: var(--bs-dropdown-link-hover-color);
}
.tpl-section-menu ul a.active,
.tpl-section-menu ul a:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
}
.tpl-section-menu .dropdown-menu {
    min-width: 250px;
}

.tpl-btn-nav > li > a {
    line-height: 0.9rem;
    padding: 0.5rem 0.8rem;
    font-size: 0.75rem;
    color:inherit;
    font-weight: 400;
    margin:0 0.3rem;
    border: 1px solid #BDBDBD;
}
.tpl-btn-nav > li > a:hover,
.tpl-btn-nav > li > a:focus,
.tpl-btn-nav > li > a:active {
    background-color: #EEEFF4;
}
.tpl-btn-nav .dropdown-menu {
    --bs-dropdown-zindex: 10000;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
}
.tpl-btn-nav .dropdown-menu a {
    line-height: 1;
    font-size:0.75rem;
    font-weight:400;
    letter-spacing: -0.01rem;
    display: block;
    width: 100%;
    padding: 0.5rem 0.8rem;
    color: var(--bs-body-color);
}
.navbar .swiper {
    overflow: visible;
    /*overflow: initial;*/
    margin-left: 0;
    margin-right: 0;
    width:100%;
}
.navbar .swiper::before, .navbar .swiper::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.navbar .swiper::before {
    left: -100%;
}
.navbar .swiper::after {
    right:-100%;
}

.navbar .swiper-button-next.swiper-button-disabled,
.navbar .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.navbar .swiper-slide {
    width: auto;
}
.navbar .swiper-controls .swiper-navigation .swiper-button.swiper-button-prev {
    left:0;
}
.navbar .swiper-controls .swiper-navigation .swiper-button.swiper-button-next {
    right:0;
}
.navbar .swiper-initialized .swiper-slide{
    opacity: 0.5;

}
.navbar .swiper-initialized .swiper-slide-visible {
    opacity: 1;

}
.navbar .swiper-controls .swiper-navigation .swiper-button {
    width:2rem;
    height:100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0;
}

.pricing-wrapper [class*="col-"] .pricing.card .prices .price-hide{
    animation: priceFade 0.6s forwards;
    display: none;
}
.animate-none {
    animation: none !important;
}
/* SmartMessageBox */
#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    opacity: .95
}
#divSmallBoxes .btn-default {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ccc
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-fill-mode: both
}
.animated.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
}
.MessageBoxContainer {
    top: 35%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #3B5998;
    padding: 20px;
}
.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}
.MessageBoxMiddle .MsgTitle {
    letter-spacing: -1px;
    font-size: 24px;
    font-weight: 300;
}
.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}
.divMessageBox .btn-default {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ccc;
}
.divMessageBox .btn-default.active,
.divMessageBox .btn-default:active,
.divMessageBox .btn-default:focus,
.divMessageBox .btn-default:hover,
.divMessageBox .open > .dropdown-toggle.btn-default { /* TODO maybe wrong */
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.MessageBoxButtonSection button {
    float: right;
    margin-right: 7px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 700;
}
.SmallBox span, .bigBox span {
    font-weight: 300;
    display: block;
    letter-spacing: -1px
}
.LoadingBoxContainer {
    top: 20%;
    color: #fff;
    position: relative;
    width: 100%;
    background-color: #232323
}
.LoadingBoxMiddle {
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px
}
#pageslide,
.SmallBox,
.miniPic {
    position: absolute
}
.SmallBox {
    right: 5px;
    top: 20px;
    width: 420px;
    color: #fff;
    z-index: 9999;
    border: 1px solid transparent;
    border-radius: 0.4rem;
    display:flex;
    align-items: center;
}
.SmallBox:hover {
    border: 1px solid #fff;
    cursor: pointer
}
.SmallBox .foto {
    font-size: 2rem;
    line-height: 1;
    padding: 0.75rem;
}
.SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px
}
.SmallBox .textoFoto {
    padding: 0.25rem;
    flex: 1 1 auto;
}
.SmallBox span {
    font-size: 1rem;
    margin: 0 4px 0 0;
}
.SmallBox p {
    font-size: 0.75rem;
    margin-bottom: 0.3rem;
    padding:0;
}
.purehtml {
    color: #fff;
    font-size: 16px
}
@media screen and (max-width: 450px) and (max-width: 414px) {
    #divSmallBoxes {
        position: fixed;
        width: 90%;
        right: 0;
        top: 0
    }
    .SmallBox {
        width: 95%
    }
    .SmallBox:hover {
        box-shadow: 0 0 10px #888;
        cursor: pointer
    }
    .SmallBox span {
        font-size: 16px
    }
    .SmallBox p {
        font-size: 12px;
        margin-top: 2px
    }
    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px
    }
    .SmallBox .textoFoto {
        width: 55%;
        margin: 3px 20px 3px 80px;
        float: left
    }
    .bigBox {
        position: fixed;
        right: 10px;
        bottom: 10px;
        background-color: #004d60;
        width: 88%;
        height: 150px;
        color: #fff;
        z-index: 99999;
        padding: 10px 10px 5px
    }
    .divMessageBox {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.1);
        z-index: 100000
    }
    .MessageBoxContainer {
        top: 25%;
        color: #fff;
        position: relative;
        width: 100%;
        background-color: #232323
    }
    .MessageBoxMiddle {
        position: relative;
        left: 0;
        width: 100%;
        padding: 3px
    }
    .MessageBoxMiddle .MsgTitle {
        font-size: 22px
    }
    .MessageBoxContainer input, .MessageBoxContainer select {
        width: 50%;
        padding: 5px
    }
    .MessageBoxButtonSection {
        width: 100%;
        height: 30px
    }
    .MessageBoxButtonSection button {
        float: right;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px
    }
}
/* end SmartMessageBox */
body {
    padding-top:var(--is-navbar-height);
    min-width:320px;
}
.bg-moderator {
    background-color: rgba(185, 71, 67, 0.15) !important;
    color: #663d01 !important;
    position: relative;
}
.block-moderator:after,
.bg-moderator:after {
    content:"Moderator";
    position: absolute;
    right:2px;
    top:2px;
    font: 300 9px/9px 'PT Sans Caption', Verdana, Arial, sans-serif;
    color:#f00;
}
@media screen and (max-width: 991px) {
    .table-adaptive-inf{
        --inf-a-table-margin-tr-x: 0.5rem;
        --inf-a-table-margin-tr-y: 0.5rem;
        --inf-a-table-padding-td-x: 0;
        --inf-a-table-padding-td-y: 0;
        --inf-a-table-divide-margin-th-label: 0.5rem;
    }
    table.table-adaptive-inf thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table.table-adaptive-inf tr {
        margin-bottom: var(--inf-a-table-margin-tr-y);
        display: flex;
        flex-direction: column;
    }
    table.table-adaptive-inf td {
        text-align: right;
        margin-bottom: var(--inf-a-table-margin-tr-y);
        padding: var(--inf-a-table-padding-td-y) var(--inf-a-table-padding-td-x);
        word-break: break-word;
        display: flex;
        flex-direction: column;
    }
    table.table-adaptive-inf td::before {
        content: attr(data-th-label);
        float: left;
        font-weight: bold;
        margin-right: var(--inf-a-table-divide-margin-th-label);
        text-align: left;
    }
}
[data-action=get-user-info]{
    cursor: pointer;
}
.get-user-info .close{
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 6px;
    opacity: .5;
}
.get-user-info .close:hover{
    opacity: unset;
}
.get-user-info{
    position: absolute;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 12px #ccc;
    z-index: 999;
    border-radius: 4px;
}
.get-user-info .user-left-side{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 15px;
}
.get-user-info .user-right-side{
    float: right;
    text-align: left;
    max-width: 300px;
}
.get-user-info .user-left-side img{
    max-height: 150px;
    max-width: 100%;
    box-shadow: 0 2px 4px #ccc;
    padding: 4px;
}
.get-user-info .user-left-side .rating{
    font-size: 20px;
    margin-top: 8px;
}
.get-user-info .user-left-side .rating +p{
    color: #777;
}
.get-user-info .add-friend-btn{
    padding: 6px 0;
    margin-top: 10px;
}
.btn-var-bg-white.btn-feedback.btn-soft-primary{
    --bs-btn-bg: white;
}

@media screen and (max-width: 1024px) {
    footer.bg-footer {
        padding-bottom:40px;
    }
    .is-m-header__footer {
        z-index: 1050;
    }
    .footer__continue {
        display:none;
    }
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.ratio-16x10::before{
    --bs-aspect-ratio: calc(10 / 16 * 100%)
}
#is-header {
    z-index: 1050;
}
.sbx-footer-logo {
    display: flex;
    flex-direction: column;
    font-size: 16px;
}
.sbx-footer-logo-desc {
    color:#fff;
    font-size: .6875em;
    padding-left: 42px;
}



/*mainpage*/
.text-anim {color:#FFFFFF !important;}
.hero-img{
    background-image: url("/upload/img/mp_herobg.jpg");
    background-image: image-set(
            "/upload/img/mp_herobg.webp" type("image/webp"),
            "/upload/img/mp_herobg.jpg" type("image/jpeg")
    );
}
.title-anim{height:125px;}
.hero-mark{background: #FF7A7B;}
.hero-nav { background: rgb(238, 247, 250);}
.hero-link {min-width: 80px;}
.card-text {min-height: 65px;}
.title-logo { height: 30px;}
.title-color {color: rgba(52, 63, 82, 1);}
.baza-color {color: rgba(127, 127, 195, 1);}
.baza-bg {background:  rgba(127, 127, 195, 1) !important;}
.market-color {color: rgba(186, 84, 182, 1);}
.market-bg {background-color: rgba(186, 84, 182, 1) !important;}
.soft-color {color: rgba(255, 46, 0, 1);}
.soft-bg {background-color: rgba(255, 46, 0, 1) !important;}
.support-color {color: rgba(236, 110, 28, 1);}
.support-bg {background:  rgba(236, 110, 28, 1) !important;}
.project-color {color: rgba(255, 186, 0, 1);}
.project-bg {background:  rgba(255, 186, 0, 1) !important;}
.edu-color {color: rgba(74, 172, 51, 1);}
.edu-bg {background-color:rgba(74, 172, 51, 1) !important;}
.event-bg{background-color:rgba(89, 195, 255, 1) !important;}
.event-text {min-height: 330px;}
.news-card {min-height: 85px;}
.info-card {border-left-color: rgba(255, 31, 31, 1);}
.bg-foot {background: rgb(80, 80, 80);}
.ac-btn:not(.collapsed)>.ac-anim{transform: rotate(180deg);}
/* End */



/* Start:/bitrix/templates/sandbox_empty/template_styles.css*/
.adm-profile a:after{
    display:none;
}

/* End */
/* /bitrix/templates/sandbox_empty/styles.css */
/* /bitrix/templates/sandbox_empty/template_styles.css */
