@import '/web/fonts/OpenSans/stylesheet.css';


/* Select2 styles */
.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.select2-container--default .select2-selection--single {
    height: auto;
    padding: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title=Страна] {
    color: #6d6d6d;
}

html, body{
    font-family: 'Open Sans', sans-serif;
    letter-spacing: -0.010em;
}
main {

}

a{
    color: #054EA0;
}
.contactsBlock a:hover,
.contactsBlock a:focus,
.contactsBlock a:active {
    text-decoration: none;
}

a{
    transition: all 0.3s;
}
h1{
    color: rgb(164, 17, 43);
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
h3{
    color: rgb(164, 17, 43);
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
ul.square {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0;
}
li{
    list-style-type: none;
    margin-bottom: 10px;
}
ul.square li::before{
    content: ' ';
    height: 10px;
    width: 10px;
    background-color: rgb(164, 17, 43);
    margin-left: -18px;
    margin-top: 9px;
    position: absolute;
    z-index: 1;
    transform: rotateZ(45deg);
}
h1.inverted{
    background-color: rgb(164, 17, 43);
    color: #FFFFFF;
    text-align: center;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    margin: 75px auto 20px;
    max-width: max-content;
    padding: 13px 30px;
    position: relative;
    top: -30px;
}
h4 {
    text-align: center;
    margin-top: 25px;
    font-size: 29px;
}
.marginTop-1{
    margin-top: 44px;
}
body.modal-open header,
body.fancybox-active header {
    padding-right: 17px;
}
header {
    position: fixed;
    width: 100%;
    background-color: white;
    border-bottom: white;
    padding-bottom: 10px;
    transition: background-color 0.7s, box-shadow 0.7s;
    box-shadow: none;
    z-index: 10;
}
header.filled{
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 0 20px -7px #000000;
}
header svg{
    fill: #202340;
    width: auto;
    max-height: 33px;
    margin-right: 12px;
}
header a{
    color: #202340;
    font-size: 21px;
    font-weight: bold;
}
header a span{
    vertical-align: middle;
}
header .lang svg{
    max-height: 40px;
}
header a:hover,
header a:active{
    text-decoration: none;
    color: #054ea0;
}
.container-fluid.orange .container{
    margin-top: -14px;
    padding: 0 43px;
    margin-bottom: 40px;
}
.container-fluid.orange{
    background-color: #FCE0C7;
    border-bottom: 10px solid rgba(164, 17, 43, 0.75);
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.orangeBorder{
    border-bottom: 10px solid rgba(164, 17, 43, 0.75);
}
.container{
    width: 1230px; /* 30px на отступы для мелких экранов */
    max-width: 1230px;
}
.customUnderline {
    margin: 30px 0;
    font-weight: bold;
    color: rgb(164, 17, 43);
    position: relative;
    display: inline-block;
}

.customUnderline::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8px; /* Высота и стиль подчеркивания */
    background-color: rgb(164, 17, 43); /* Цвет подчеркивания */

}

.container p{
    font-size: 19px;
    text-align: justify;
    line-height: 23px;
    margin-bottom: 20px;
    /*margin-bottom: -50px !important;*/
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.links {
    padding: 13px 0 13px 30px;
    background-color: #e9ebee;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 18px;
    align-items: center;
    margin-right: 2px;
}
.links a {
    margin-left: -8px;
    margin-right: 22px;
}
.logo img {
    margin: 11px 0 0 50px;
}
.logo img {
    max-width: 68px;
}
.links a object {
    max-width: 36px;
    display: inline-block;
    vertical-align: middle;
}
.mainBanner{
   margin-top: 89px;
    background-image: url("/web/images/general/headerAmics2023.jpg");
    background-position: center;
    background-size: cover;
    border-bottom: 10px solid rgb(164, 17, 43);
    overflow: hidden;
    position: relative;
}
/*.innerPage .mainBanner {
    position: relative;
}
.innerPage .mainBanner::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("/web/images/general/headerAmics2023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.7;
    z-index: -1;
}*/
/*.headerSlider {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}*/
/*.headerSlider .slide1{
    height: 100%;
    width: 100%;
    background-image: url('/web/images/general/header-slide1_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.headerSlider .slide2{
    height: 100%;
    width: 100%;
    background-image: url('/web/images/general/header-slide2_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.headerSlider .slide3{
    height: 100%;
    width: 100%;
    background-image: url('/web/images/general/header-slide3_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.headerSlider .slide4{
    height: 100%;
    width: 100%;
    background-image: url('/web/images/general/header-slide4_n.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}*/
.owl-stage{
    display: flex;
}
.owl-stage-outer, .owl-stage, .owl-item {
    position: relative;
    height: 100%;
}
.animated  {
    -webkit-animation-duration: 1500ms;
    animation-duration: 1500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both ;
}
.owl-animated-out {
    z-index: 3
}
.owl-animated-in {
    z-index: 2
}
.fadeOut {
    -webkit-animation-name: fadeOut  ;
    animation-name: fadeOut  ;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}
.zIndex2{
    position: relative;
    z-index: 5;
}
.mainBanner .eventName{
    font-size: 65px;
    min-height: 240px;
    font-weight: bold;
    color: rgb(164, 17, 43);
    /*color: #054ea0;*/
    /*text-shadow: 0 0 10px #fff, 0 0 5px #FFF, 0 0 10px #FFF;*/
    padding: 51px 100px 100px 50px;
    line-height: 50px;
}
/*.innerPage .mainBanner .eventName{
    min-height: 240px;
    padding: 110px 50px 20px 50px;
}*/
.headerTitleBlock {
    float: right;
    background-color: rgba(255,255,255,0.9);
    max-width: 1100px;
    margin: 0 auto 50px;
    display: flex;
    align-items: center;
    text-align: right;
    font-size: 26px;
    padding: 6px 40px;
    min-height: 100px;
    color: #202340;
    font-weight: bold;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;

}
.headerSponsorBlock {
    background-color: #e9ebee;
    margin: 0 auto -110px;
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    font-size: 13px;
    padding: 6px 50px 6px 80px;
    min-height: 100px;
}
.headerSponsorBlock a,
.headerSponsorBlock a:hover,
.headerSponsorBlock a:active {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    min-width: 20%;
    justify-content: center;
    margin-right: 20px;
}
.headerSponsorBlock img{
    max-width: 70px;
    max-height: 70px;
}
.headerSponsorBlock div{
    /*max-width: min-content;*/
    line-height: 17px;
    margin: 9px 8px 11px 15px;
}
.textHeader {
    text-indent: 20px;
    width: 50%;
    padding: 10px 40px 0 40px;
    background-color: rgb(233,235,238);
    font-weight: bold;
}
.textHeader p {
    margin: 0;
}

.placeButtons{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.buttonRegister {
    border: 1px solid #202340;
    border-radius: 15px;
    min-height: 82px;
    min-width: 250px;
    background-color: #202340;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.verticalLine {
    margin: 0 15px;
    width: 2px; /* Ширина линии */
    height: 50px; /* Высота линии, равная 100% от родительского контейнера */
    background-color: white;
    left: 50%; /* Расположение линии по центру */
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
}

.placeButtons p {
    font-weight: bold;
    font-size: 21px;
    margin: 0;
    padding: 10px 15px 10px 10px;
}
.placeButtons img {
    padding: 15px 15px 15px 25px;
}
.buttonCommittee {
    min-height: 82px;
    border: 1px solid #202340;
    border-radius: 15px;
    min-width: 250px;
    background-color: #202340;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonProgramm {
    min-height: 82px;
    border: 1px solid #202340;
    border-radius: 15px;
    min-width: 250px;
    background-color: #202340;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttonVirtuality {
    min-height: 82px;
    border: 1px solid #202340;
    border-radius: 15px;
    min-width: 250px;
    background-color: #202340;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttonProgramm:hover,
.buttonCommittee:hover,
.buttonRegister:hover,
.buttonVirtuality:hover {
    border: 1px solid #202340;
    background-color: white;
    color: #202340;
    transition: background-color 0.3s, color 0.3s;
}
.buttonProgramm:hover .verticalLine,
.buttonCommittee:hover .verticalLine,
.buttonRegister:hover .verticalLine,
.buttonVirtuality:hover .verticalLine{
    background-color: #202340;
}
.buttonVirtuality:hover img {
    content: url("/web/images/icons/virtual_e_white.png");
    transition: content 0.3s;
}
.buttonProgramm:hover img {
     content: url("/web/images/icons/list_blue.png");
     transition: content 0.3s;
 }
.buttonCommittee:hover img {
    content: url("/web/images/icons/comitet_blue.png");
    transition: content 0.3s;
}
.buttonRegister:hover img {
    content: url("/web/images/icons/reg_blue.png");
    transition: content 0.3s;
}




.orangeButtons a{
    color: rgb(164, 17, 43);
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.orangeButtons svg{
    max-height: 50px;
    min-width: 70px;
}
.orangeButtons {
    padding: 50px 70px 0;
    font-size: 25px;
}
.orangeButtons a:hover,
.orangeButtons a:focus,
.orangeButtons a:active{
    text-decoration: none;
}
.orangeButtons span{
    margin-left: 7px;
}
.svg-orangeFill,
.svg-orangeFill path{
    fill: rgb(164, 17, 43);
    stroke: rgb(164, 17, 50);
}
.svg-blue,
.svg-blue path{
    fill: #202340;
    stroke: #202340;
}
.svg-orangeStroke,
.svg-orangeStroke path{
    stroke: rgb(164, 17, 50);
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}
a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}
a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}
.grid-view th {
    white-space: nowrap;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}
.error-summary {
    color: #A94442;
    background: #FDF7F7;
    border-left: 3px solid #EED3D7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.counterBlock {
    color: #202340;
    text-align: center;
    /*width: 1100px;*/
    margin: 0 auto 0;
    /*padding-bottom: 10px;*/
    padding: 20px 0;
}
.counterBlock div{
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.008em;
    line-height: 1;
    margin-bottom: 25px;
}
.counterBlock div strong{
    font-size: 138px;
    /*vertical-align: text-bottom;*/
    /*margin: 0 14px 0 30px;*/
}
.counterBlock p{
    font-size: 21px;
}
.document_bg {
    background-image: url('/web/images/general/document_bg.jpg');
    background-size: 70%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.grayBlock{
    background-color: #E6E7E8;
    padding-top: 25px;
    /*border-bottom: 10px solid rgb(164, 17, 43);*/
}
.scrolledBlock{
    height: 423px;
    margin-bottom: 22px;
    overflow: hidden;
}
.mCSB_scrollTools .mCSB_draggerContainer{
    background-color: rgb(200, 17, 43);
    border: 1px solid rgb(164, 17, 43);
    width: 5px;
    padding: 1px;
    border-radius: 2px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background: none;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: white;
    left: 0;
    width: 3px;
    border-radius: 2px;
}
.mCSB_scrollTools{
    opacity: 1;
    width: 6px;
}
.mCSB_scrollTools .mCSB_dragger {
    left: 0;
}
.mCSB_inside>.mCSB_container {
    margin-right: 5px;
    padding: 4px 5px;
}
div.mCSB_container {
    padding: 5px 25px;
}
.comitet_user{
    display: flex;
    align-items: start;
    margin-bottom: 33px;
}
.comitet_user img {
    max-width: 148px;
}
i.icon{
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 10px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}
i.icon-student{
    background-image: url("/web/images/icons/student.svg");
    width: 45px;
}
i.icon-city{
    background-image: url("/web/images/icons/hotel.svg");
    width: 41px;
    height: 30px;
    /*margin-top: -6px;*/
    margin-left: 4px;
}
.human_place{
    display: inline-block;
    vertical-align: top;
    font-size: 21px;
    max-width: 340px;
}
.comitet_des {
    padding: 0 0 0 30px;
}
.comitet_des p {
    font-size: 21px;
    margin-bottom: 11px;
    /*line-height: 30px;*/
    line-height: 0.8;
}
.comitet_des .name{
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 21px;
    line-height: 120%;
}
.registerButtons {
    width: max-content;
    margin: 10px auto 0;
    position: relative;
}
.registerButtons ul{
    list-style-type: none;
    padding: 0;
    width: max-content;
    text-align: center;
    display: flex;
    margin: 0 auto;
}

.registerButtons ul li::before{
    display:none;
}
.registerButtons ul li{
    display: inline-block;
    list-style-type: none;
    font-size: 29px;
    padding: 12px 22px;
    transition: all 0.5s;
    line-height: 20px;
}
.registerButtons ul li.active{
    color: rgb(164, 17, 43);
}

.registerButtons .orangeSlicer{
    content: ' ';
    border-bottom: 4px solid rgb(164, 17, 43);
    width: 33%;
    height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
.registerButtons {
    margin-top: 10px;
}
* {
    box-sizing: border-box;
    text-size-adjust:none;
    -webkit-text-size-adjust:none;
}
html, body {
    min-width: 1200px;
}
.loading{
    background-color: black;
    color: white;
    border: 1px solid black;
}
.orangeBigButton,
.registerNextButton button ,

form button[type=submit]:focus,
form button[type=submit]:active,
form button[type=submit]{
    display: block;
    color: #FFFFFF;
    padding: 0 51px;
    background-color: rgb(164, 17, 43);
    border-radius: 10px;
    width: max-content;
    margin: 30px auto ;
    text-transform: uppercase;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(164, 17, 43);
    line-height: 38px;
    font-size: 19px;
    cursor: pointer;
}
/*.registerNextButton button:hover {
    !* Добавьте ваши стили для состояния наведения здесь *!
    !* Например: *!
    background-color: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    !* И т.д. *!
}*/
.orangeBigButton:hover{
    color:#FFFFFF;
    text-decoration: none;
}
.btn.btn-default{
    color: #FFFFFF;
    background-color: rgb(164, 17, 43);
    border-radius: 10px;
}
.btn.btn-success{
    color: #FFFFFF;
    background-color: #429D3C;
    border-radius: 10px;
}
form button[type=submit]:disabled{
    background-color: black;
    border: 1px solid black;
    cursor: default;
}
.registerTabs {
    width: 1000px;
    margin: 0 auto;
}
.registerTabs>div {
    background-color: red;
    width: 100%;
    margin: 0 auto;
}
#register_form div.input{
    min-width: 62%;
    width: 62%;
}
#register_form div.control-field{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
#register_form .row {
    margin-top: 54px;
}
#register_form .control-field .control-label{
    padding-right: 15px;
}
#register_form .required .control-field label::after{
    content: '*';
    display: inline-block;
    margin-left: 2px;
    color: #FF0000;
    position: absolute;
}
#register_form .form-control {
    height: calc(1.5em + 0.75rem + -5px);
    padding: 0.20rem 0.75rem;
}
#register_form .form-control:hover,
#register_form .form-control:active,
#register_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
#register_form .form-control:focus{
    border-color: rgb(164, 17, 43);
}
#register_form .form-group {
    margin-bottom: 1.7rem;
}
form .error-block{
    color: rgb(164, 17, 43);
    font-size: 13px;
    text-align: left;
    position: absolute;
}
/*#register_form .error-block{
    color: #FF0000;
    font-size: 13px;
    text-align: left;
    position: absolute;
}
#register_form>div{
    display: none;
}*/
#register_form>div.active{
    display: block;
}
#register_form .select2-container {
    width: 100%!important;
}
.select2-results__options li::before {
    display: none;
}
.select2-container--default .select2-selection--single {
    padding: 3px;
}
.select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}
.select2-search--dropdown .select2-search__field {
    padding: 2px;
}
.select2-results__option {
    font-size: 16px;
    padding: 3px 5px;
    margin: 0;
}
#register_form .fluid-field .input{
    width: 100%;
}
#register_form .fluid-field .form-group {
    margin-bottom: 20px !important;
}
.blueBlock{
    background-color: rgb(233,235,238);
    color: #202340;
}
.blueBlock h2{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 29px;
    text-align: center;
}
.marginTop-50 {
    margin-top: 50px;
}
.paddingY-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.container p.fontSize-2 {
    font-size: 19px;
    padding: 10px 80px 0;
}
.conditionsBlock .conditionsText{
    padding: 3px 0 0 11px;
}
.conditionsBlock .title{
    margin-bottom: 0;
}
.conditionsBlock .description {
    text-align: left;
}
.conditionsBlock a{
    color: #202340;
}
.fontSize-19px{
    font-size: 19px;
}
#yaMap {
    min-height: 30px;
}
.contactsBlock {
    padding-top: 44px;
    background-image: url("/web/images/general/footer_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 30%;
    background-size: cover;
}
.contactsBlock .row{
    margin-left: 0;
    margin-right: 0;
}
.contactsBlock h4{
    color: rgb(164, 17, 43);
    font-weight: bold;
    text-align: left;
    margin: 0;
    font-size: 25px;
}
.contactsBlock .contactsText{
    font-size: 19px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 27px;
}
.contactsBlock .contactsText:last-child{
    padding-bottom: 0;
}
.tab-content .tab-pane{
    margin-top: 10px;
}
.nav.nav-tabs li{
    margin-bottom: 0;
}
.modal-header>*{
    margin: 0;
    padding: 0;
}
form#register_form,
form#register_form .form-control {
    font-size: 19px;
}
.innerContainer{
    padding-left: 65px;
    padding-right: 65px;
}
.logout{
    color: #C22026;
}
.modal-header{
    color: #1B86A6;
}
button.fluid-button {
    width: 100%!important;
    margin-bottom: 10px!important;
}
#covid_file .help-block,
.form-error{
    color: #C22026;
}
.form-success{
    color: #579940;
}
dt{
    margin-bottom: 0.5rem;
}
.container article p{
    font-size: 16px;
}
.covidLink {
    margin-bottom: 10px;
}
.covidLink svg{
    width: 20px;
    height: 20px;
}
span.list-disc::before{
    content: '\25CF';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.fileInfo{
    vertical-align: middle;
    padding-left: 10px;
    font-weight: normal;
}

.form_radio_btn {
    display: inline-block;
    margin-right: 10px;
}
.form_radio_btn input[type=radio] {
    display: none;
}
div#formregister-format {
    display: flex;
    justify-content: space-evenly;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    padding: 0 15px;
    line-height: 34px;
    border: 1px solid #999;
    border-radius: 6px;
    user-select: none;
    margin-bottom: 0;
}

.form_radio_btn input[type=radio]:checked + label {
    background:rgb(164, 17, 43);
    border-color: rgb(164, 17, 43);
    color: #FFFFFF;
}

.form_radio_btn label:hover {
    color: #666;
}
.form_radio_btn label::after{
    display:none!important;
}

.form_radio_btn input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}


.exhibitionPage,
.exhibitionStand{
    padding-bottom: 50px;
}
.exhibitionPage svg{
    max-width: 100%;
    height: auto;
    background-image: url('/images/exhibition/19.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.exhibitionPage svg path{
    stroke-width: 0;
    transition: all 0.3s;
    cursor: pointer;
    fill: transparent;
    stroke: #FFF;
    /*animation: blink 2s infinite;*/
}
.exhibitionPage svg path:hover{
    fill: rgba(255, 255, 255, 0.3);
}
.exhibitionStand svg{
    max-width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.exhibitionStand svg path{
    stroke-width: 130px;
    transition: all 0.3s;
    cursor: pointer;
    fill: transparent;
    stroke: #FFF;
    animation: blink 2s infinite;
}
.exhibitionStand svg path.disabled{
    cursor: default;
    stroke-width: 0;
}
.exhibitionStand svg path.disabled:hover{
    fill: none;
}
.exhibitionStand svg path:hover{
    fill: rgba(255, 255, 255, 0.35);
}

@keyframes blink {
    50%{
        stroke: rgb(164, 17, 43);
    }
}


.exhibitionModal.modal .modal-dialog img {
    max-width: 100%;
    max-height: 100%;
}
.exhibitionModal.modal .modal-dialog {
    width: 80%;
    max-width: 976px;
}
.exhibitionModal.modal .modal-content{
    background-color: transparent;
    overflow: hidden;
    border-width: 0;
}
.exhibitionModal.modal .modal-header{
    position: absolute;
    border-width: 0;
    justify-content: end;
    z-index: 1;
    width: 100%;
}
.exhibitionModal.modal .modal-header .close{
    font-size: 50px;
    line-height: 20px;
    overflow: hidden;
}
.exhibitionModal.modal .modal-header .close:focus{
    outline: none;
}
.iframe-container{
    width: 100%;
    padding-bottom: 54.612%;
    position: relative;
    background-color: #404040;
}
.iframe-container iframe{
    width: 976px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#aboutModal h3{
    text-align: left;
}

.profilePage a{
    font-size: 19px;
}
.profilePage dl.row {
    font-size: 19px;
}

ul.norm li{
    font-size: 19px;
}
ul.norm li::before{
    content: "- ";
}

#mCSB_1_container{
    transform: translateZ(0);
}
#mCSB_2_container {
    transform: translateZ(0);
}
.no-scroll {
    overflow: hidden;
    margin-right: 22px;
}
.modal-details {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(32, 35, 64, 0.6);
}
.modal-content-details {
    border-radius: 30px;
    background-color: #fefefe;
    margin: 4.5% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 800px;
    position: relative; /* добавим положение относительно для правильного распознавания кликов */
}
.close-details {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
.close-details:hover,
.close-details:focus {
    color: black;
    text-decoration: none;
}