body{
    background-color: #212121;
    color: #fff;
    scrollbar-color: #ffffff #212121;
}
.header::before {
    background-color: #212121;
}
.section-title{
    color: #fff;
}
.header .header__menu .header__list li .header__link:hover{
    color: #fff;
}
.header .header__menu .header__list li.lang .current-lang{
    background: transparent;
    border: 1px solid #414141;
}
.header .header__menu .header__list li.lang .other-lang{
    background-color: #414141;
}
.header .header__menu .header__list li.lang .other-lang ul li a:hover{
    color: #fff;
}

#content #choose_language .languages a{
    box-shadow: none;
    border: 1px solid #414141;
    position: relative;
    overflow: hidden;
    width: 155px;
    height: 45px;
}

#content #choose_language .languages a span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: 0.3s;
}

#content #choose_language .big-logo{
    margin-bottom: 80px;
}
#content #choose_language .languages a img{
    margin-left: 10px;
    border-radius: 5px;
}
#footer .footer p{
    color: #4B4B4B;
}
#footer .footer p:last-child{
    font-size: 16px;
    text-transform: none;
}
#footer .footer p a{
    color: #4B4B4B;
}
#footer .footer p a:hover{
    color: #fff;
}
#content #exhibitions .exhibitions .step-2 .form-group input, #content #exhibitions .exhibitions .step-2 .form-group select, .select2-container--default .select2-selection--single{
    background-color: #414141;
    box-shadow: none;
    color: #fff;
}
span.select2-selection.select2-selection--single{
    box-shadow: none;
}

.select2-container--open .select2-dropdown--below{
    background-color: #414141;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: #212121;
    border-color: #4c4c4c !important;
    color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
}

#content #exhibitions .exhibitions .button-steps{
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#content #exhibitions .exhibitions .button-steps .prew-step{
    background-color: #212121;
    border: 1px solid #414141;
    position: relative;
}

#content #exhibitions .exhibitions .button-steps .next-step {
    background: #212121!important;
    border: 1px solid #414141;
}
#content #exhibitions .exhibitions .button-steps .left-btn{
    text-align: right;
}
#content #exhibitions .exhibitions .button-steps .right-btn{
    text-align: left;
}

#content #exhibitions .exhibitions .step-3 .checkboxes .checkbox-wrap{
    box-shadow: none;
    background-color: #414141;
}
#content #exhibitions .exhibitions .step-3 .checkboxes .checkbox-wrap input[type=checkbox]+label:before{
    box-shadow: none;
    border: 1px solid #A6A6A6;
    margin: 0 0 0 0;
}
#content #exhibitions .exhibitions .step-3 .checkboxes .checkbox-wrap input[type=checkbox]:checked+label:before{
    background: #fff;
    border-color: #fff;
}

#content #badge .actions a:first-child, #content #badge .actions button:first-child, #content #badge .actions a, #content #badge .actions button, #content #badge .actions a:last-child{
    box-shadow: none;
    background: #212121;
    border: 1px solid #414141;
    position: relative;
    overflow: hidden;
    height: 61px;
    border-radius: 10px;
}
#content #badge .actions a:first-child:hover, #content #badge .actions button:first-child:hover, #content #badge .actions a:hover, #content #badge .actions button:hover, #content #badge .actions a:last-child:hover{
    box-shadow: none;
    background: #212121;
    border-color: #fff;
}

.site-btn{
    position: relative;
    width: fit-content;
    height: 50px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    border: 1px solid #414141!important;
}
.site-btn:hover{
    border-color: #fff!important;
    background-color: #212121!important;
    box-shadow: none!important;
}

.modal-content{
    background-color: #414141;
}
.modal-header .close{
    color: #fff;
}

/* messaga badge */

#message-badge .message-badge{
    min-height: 100vh;
    background-color: #000;
    color: #fff;
}

#message-badge .message-badge .left-side{
    padding: 83px 109px;
    background-image: url("../img/message-badge-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#message-badge .message-badge .left-side .logo{
    width: 306px;
    height: 91px!important;
    margin-bottom: 50px;
}
#message-badge .message-badge .left-side .logo img{

}
#message-badge .message-badge .left-side .ex-title{
    text-transform: uppercase;
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}
#exhebition-date .exhebition-date .info{
    display: flex;
    flex-direction: column;
    padding-top: 0!important;
    border-top: none!important;
}
#exhebition-date .exhebition-date .info .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

#exhebition-date .exhebition-date .info .block:last-child {
    margin-bottom: 0;
}

#exhebition-date .exhebition-date .info .block .ico {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    width: 32px;
    text-align: center;
}
#exhebition-date .exhebition-date .info .block .content .title{
    font-size: 16px;
    font-weight: 500;
}
#exhebition-date .exhebition-date .info .block .content .desc {
    font-size: 14px;
}

#message-badge .message-badge .right-side{
    padding: 83px 109px;
    position: relative;
}

#message-badge .message-badge .right-side .page-title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
#message-badge .message-badge .right-side .badge-content{
    margin-bottom: 40px;
}
#message-badge .message-badge .right-side .badge-content .badge-cart{
    border-radius: 8px;
}
#message-badge .message-badge .right-side .badge-content .title{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}

#message-badge .message-badge .right-side .contacts a{
    color: #fff!important;
}
#message-badge .message-badge .right-side .logo{
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: -17px;
    text-align: center;
    margin: 0 auto;
}
