@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

html {scroll-behavior: smooth;}

body {
    color: #15151A;
    font-family: 'Golos Text', 'Arial', sans-serif !important;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6, a, p, div, span, ul, li, button, input {
    font-family: 'Golos Text', 'Arial', sans-serif !important;
}

.top-border {
    height: 48px;
    margin-bottom: 15px;
}

.wide-header {
    height: 48px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,0.2);
}

.wide-header>.container {
    height: 100%;
}

.wide-header header {
    display: flex;
    height: 100%;
}

.wide-header .logotypes {
    display: flex;
    align-items: center;
    gap: 40px;
}

.wide-header .logotypes img {
    height: 30px;
}

.wide-header .manage-panel {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 24px;
    font-size: 15px;
    line-height: 100%;
}

.wide-header .manage-panel a {
    color: #000;
}

.wide-header .manage-panel .header-btn {
    padding: 8px 12px;
    border-radius: 6px;
}

.wide-header .manage-panel .header-btn.stay-partner {
    background-color: #E6E6E6;
}

.wide-header .manage-panel .header-btn.registration {
    background-color: #231F57;
    color: #fff;
}
.site-header .bottom-buttons .header-btn.registration:hover {
    background-color: #5fc2eb;
}




.site-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    padding: 72px 16px 16px;
    z-index: 998;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    transform: translate(110%, 0);
    transition: .3s;
    font-size: 15px;
    box-sizing: border-box;
}

.site-header li.nav-header {
    font-size: 15px;
    color: rgba(21, 21, 26, 0.4);
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 0;
    font-weight: 400;
    text-transform: none;
}
.site-header li.parent {
    display: none;
}
.site-header li {
    margin-bottom: 12px;
}
.site-header li>a {
    color: #000;
    background-color: transparent;
    text-decoration: none;
    transition: .2s;
}
.site-header ul.nav-child {
    margin-bottom: 24px;
}

.site-header li>a:hover,
.site-header li>a:focus {
    color: #032B60;
    background-color: transparent;
}

.site-header .bottom-buttons {
    display: none;
}



.burger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 30px;
    cursor: pointer;
    margin: 0;
}

.burger-icon {
    display: block;
    position: relative;
    background: #000;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    transition: .1s;
}

.burger-icon:after,
.burger-icon:before {
    content: "";
    display: block;
    position: absolute;
    background: #000;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    transition: .3s;
}

.burger-icon::after {
    top: 6px;
}

.burger-icon::before {
    top: -6px;
}

@media screen and (max-width: 1200px) {
    .wide-header .manage-panel {
        margin-right: 20px;
    }
    .wide-header .logotypes {
        margin-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .wide-header {
        height: 80px;
    }
    .top-border {
        height: 80px;
    }
    .wide-header .logotypes>img {
        height: 40px;
    }
    .wide-header .manage-panel {
        font-size: 20px;
        gap: 28px;
    }
    .wide-header .manage-panel .header-btn {
        display: none;
    }
    .site-header {
        width: 100%;
        font-size: 20px;
        padding: 110px 16px 16px;
    }
    .site-header li.nav-header {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .site-header li {
        margin-bottom: 24px;
    }
    .site-header ul.nav-child {
        margin-bottom: 30px;
    }

    .site-header .bottom-buttons {
        display: block;
        margin-top: 32px;
    }

    .site-header .bottom-buttons .header-btn {
        padding: 17px 26px;
        border-radius: 6px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .site-header .bottom-buttons .header-btn.registration {
        background-color: #231F57;
        color: #fff;
    }

    .burger-btn {
        width: 28px;
        height: 30px;
    }

    .burger-icon::after {
        top: 9px;
    }

    .burger-icon::before {
        top: -9px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 100%;
    }
}

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

    header .logotypes {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }

    header {
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    header .logotype img {
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
        margin: 10px 400px 9px 28px;
    }

    header .site-header {
        position: fixed;
        text-align: center;
        display: flex;
        align-items: start;
        justify-content: center;
        width: 100%;
        z-index: 500;
        height: 100%;
        opacity: 1;
        transform: translate(100%, 0);
        overflow: hidden;
        transition: .5s;
        background: #0b5f70;
    }

    header .nav li {
        display: block;
        text-align: center;
        padding: 10px 14px;
        white-space: nowrap;
        margin: 0;
    }
    header .nav li .button-expovr{display: inline-block;margin: 30px 0 0 0;}

    .top-border {
        min-height: 0px;
        width: 100%
    }

    header .nav li {
        float: none
    }

    header .nav li a {
        color: #fff;
        display: inline;
        font-size: 22px;
    }

    header .nav .active a {
        color: #fff;
    }

    header .nav li:first-child {
        padding-top: 120px;
    }

    header .nav li:last-child {
        padding-bottom: 30px;
    }

    body.mini-navbar.isnavbar .container {
        margin-left: 70px !important;
    }

    body.mini-navbar.isnavbar .site-header {
        width: calc(100% - 70px);
    }

    body.mini-navbar.isnavbar .container {
        width: auto !important;
    }
}

/* checkbox */

.burger-checkbox {
    display: none;
}

.burger-checkbox:checked~.burger-btn .burger-icon {
    background: transparent;
}

.burger-checkbox:checked~.burger-btn .burger {
    background: transparent !important;
}

.burger-checkbox:checked~.burger-btn .burger-icon::before, .burger-checkbox:checked~.burger-btn .burger-icon::after {
    top: 0;
}

.burger-checkbox:checked~.burger-btn .burger::before, .burger-checkbox:checked~.burger-btn .burger::after {
    top: 0;
}

.burger-checkbox:checked~.burger-btn .burger-icon::after {
    transform: rotate(-45deg);
}

.burger-checkbox:checked~.burger-btn .burger-icon::before {
    transform: rotate(45deg);
}

.burger-checkbox:checked~.burger-btn .burger::after {
    transform: rotate(-45deg);
}

.burger-checkbox:checked~.burger-btn .burger::before {
    transform: rotate(45deg);
}




/** Изменение каталога и компаний **/

#exposition_view .company_image,
#exposition_view .expo-tools-select-display-mode {
    display: none !important;
}

#exposition_view #expo_exh .header {
    margin: 5px 0 27px;
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    color: #15151A;
}

#exposition_view #expo_exh .expo-tools {
    padding: 0 !important;
}

#exposition_view #expo_exh .expo-tools .expo-tools-container-filters {
    padding: 0 !important;
    margin: 24px 0 17px !important;
}

#exposition_view .expo_exh_inner.s3 .rexc>.span4 {
    border: none !important;
    border-radius: 6px !important;
    padding: 0 !important;
}

#exposition_view .expo_exh_inner.s3 .rexc>.span4:hover {
    border: none !important;
}

#exposition_view .expo_exh_inner.s3 .rexc>.span4>a>.exc_image {
    height: 200px !important;
    margin: 6px 0 0 6px !important;
    background-size: cover !important;
}

#exposition_view .expo_exh_inner.s3 .expo_icons * {
    display: none;
}
#exposition_view .expo_exh_inner.s3 .expo_icons {
    height: auto;
    top: 0;
}
#exposition_view .expo_exh_inner.s3 .expo_icons .img_country,
#exposition_view .expo_exh_inner.s3 .expo_icons .img_country * {
    display: block;
}

#exposition_view .expo_exh_inner.s3 .expo_icons .img_country {
    padding: 0;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

#exposition_view .expo_exh_inner.s3 .comp_name {
    text-align: left;
    padding-left: 6px;
    font-size: 15px;
    line-height: 120%;
    font-weight: 500;
    margin-top: 10px;
    color: #15151A;
}


@media screen and (max-width: 767px) {
    #exposition_view input#expo_search {
        height: 46px;
        font-size: 18px;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #exposition_view .expo-tools .expo-tools-container-bar .btn-wrapper button.btn {
        padding: 10px 17px;
        height: 46px;
        font-size: 18px;
    }
    #exposition_view .expo-tools .expo-tools-container-bar .btn-wrapper {
        float: none;
        margin: 0 10px 0 0;
    }
    #exposition_view .expo-tools .expo-tools-field-filter>.chzn-container-multi>.chzn-choices {
        padding: 5px 10px;
        min-height: 46px;
        height: 46px;
        font-size: 18px;
        line-height: 34px;
    }
    #exposition_view .chzn-container-multi .chzn-choices li.search-field input[type="text"] {
        height: 30px;
    }
    #exposition_view .expo-tools-field-filter select {
        height: 46px;
        font-size: 18px;
        padding: 5px 10px;
        box-sizing: border-box;
    }
    #exposition_view .expo-tools-field-filter label.visible-xs {
        font-size: 16px;
    }
    #exposition_view .expo-tools .expo-tools-field-filter {
        margin: 0 10px 5px 0;
    }
    #exposition_view .expo_exh_inner.s3 .rexc>.span4>a>.exc_image {
        height: 260px !important;
    }
    #exposition_view .expo_exh_inner.s3 .rexc>.span4 {
        margin-top: 24px !important;
    }
    #exposition_view .expo_exh_inner.s3 .comp_name {
        font-size: 18px;
    }
}


#company_view .box_company_desc {
    padding: 0;
}

#company_view .tab-content {
    overflow: visible;
}

#company_view .about_company {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-bottom: 24px;
}

#company_view .company_information {
    display: flex;
    width: 100%;
    margin-top: 32px;
}

#company_view .company_desc {
    width: calc(74% - 22px);
}

#company_view .top_title {
    width: 100%;
    margin: 0 !important;
}
#company_view .top_title>h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 120%;
    color: #15151A;
}

#company_view .contacts {
    width: 100%;
    color: #15151A;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 100%;
    margin-top: 10px;
}
#company_view .expo_inner .expo_content .company_logo {
    position: relative;
    border-radius: 6px;
    border: none;
    margin: 0 32px 0 0;
    background-size: cover;
}
#company_view .expo_inner .expo_content .company_logo .company_flag_country {
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 0;
    background: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
    width: 34px;
}

#company_view .expo_inner .expo_content .description_block>h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 120%;
}
#company_view .expo_inner .expo_content .description_block>h5 {
    font-size: 15px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 120%;
}
#company_view .expo_inner .expo_content .description_block>p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 24px;
    line-height: 120%;
}
#company_view .return_exposition {
    font-size: 18px;
    color: #15151A;
    line-height: 100%;
    padding: 12px;
    background-color: #E6E6E6;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #company_view .company_information {
        flex-wrap: wrap;
        margin-top: 36px;
    }
    #company_view .expo_inner .expo_content .company_logo {
        width: 100%;
        margin-right: 0;
        max-height: 260px;
        height: 260px;
    }
    #company_view .company_desc {
        width: 100%;
    }
    #company_view .contacts {
        font-size: 21px;
        margin-top: 12px;
    }

    #company_view .expo_inner .expo_content .description_block {
        margin-top: 28px;
    }

    #company_view .expo_inner .expo_content .description_block>h4 {
        font-size: 21px;
        margin-bottom: 28px;
    }

    #company_view .expo_inner .expo_content .description_block>h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    #company_view .expo_inner .expo_content .description_block>p {
        font-size: 18px;
        margin-bottom: 28px;
    }
    #company_view .return_exposition {
        font-size: 21px;
        padding: 14px;
    }
}
