*{
    outline: none;
}
.mainColor{
    color: #1B4393;
}

html, body{
    height: 100%;
}
main {
    min-height: 100%;
    margin-bottom: -58px;
    padding-bottom: 112px;
}
#main_block {
    position: relative;
}
body {
}
.wrap {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}
.header{
    z-index: 10;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
}
.title {
    text-transform: uppercase;
    font-size: 28px;
    color: #1B4393;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
    background: url(/images/triangle-h-min.png);
    background-repeat: repeat-x;
    background-position-y: 53px;
    height: 65px;
    padding: 13px;
    padding-left: 80px;
    padding-right: 10px
}
.title:before {
    width: 76px;
    height: 47px;
    content: "";
    background: url(/images/triangle-h_new.png);
    position: absolute;
    left: 14px;
    top: 17px;
    background-repeat: no-repeat;
    background-size: 56px;
}

p {
    text-align: justify;
    font-size: 18px;
}
p.index-desc::first-letter {
    font-size: 3em;
    color: #00a4bf;
    float: left;
    margin: 10px 4px 2px 0;
    font-weight: 600;
    line-height: 30px;
}
#theme {
    background: #d9f2f6;
    padding-top: 30px;
}
#theme .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#theme .wrap .theme_item {
    width: 47%;
    margin-bottom: 30px;
    background: url(../images/check.png) no-repeat left top;
    background-size: 70px;
    padding-left: 100px;
}
#contact .contact_items .contact_item h4,
#theme .wrap .theme_item h2 {
    text-transform: uppercase;
    color: #333399;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
#theme .wrap .theme_item p {
    text-align: left;
}
#document,
#organizers,
#theme {
    margin-bottom: 40px;
}
#organizers .img_wrap,
#theme .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#organizers .img_wrap .organizers_name {
    font-size: 24px;
    color: #004673;
}
#contact .contact_items {
    padding-bottom: 30px;
}
#contact .contact_items .contact_item {
    text-align: left;
    width: 30%;
}
#contact .contact_items .contact_item h4 {
    color: #493498;
    font-size: 20px;
}
#contact .contact_items .contact_item .contact_item_description {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
#contact .contact_items .contact_item .contact_item_email {
    color: #493498;
    background: url(../images/mail.png) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    display: inline-block;
}
#contact .contact_items .contact_item .contact_item_phone {
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/phone.png) no-repeat left center;
    background-size: 20px;
    display: inline-block;
}
.error {
    color: red;
    font-size: 14px;
}
.btn-primary {
    background: #1B4393 !important;
    border: #1B4393 !important;
}
.btn-primary:hover {
    background: #3C5993 !important;
}
#hide_menu {
    display: none;
    background: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    padding: 20px 0;
}
#hide_menu .wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#hide_menu .wrap .hide_menu_logo {
    margin-right: 40px;
}
#hide_menu .wrap ul {
    width: 70%;
    margin-bottom: 0;
}
#hide_menu .wrap ul li {
    float: left;
    text-transform: uppercase;
    margin-right: 15px;
}
#hide_menu .wrap ul li a,
.footer_wrap .footer_logo p a {
    font-size: 16px;
}
#hide_menu .wrap ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #493498;
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 3.5px;
}
.hide_menu_mobile {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    height: 70px;
    width: 300px;
    background: url(../images/mobile_bg.png) no-repeat;
    background-size: auto 70px;
}
.hide_menu_mobile span:nth-child(1) {
    float: left;
    background: url(../images/smartphone.png) no-repeat center center;
    background-size: 20px auto;
    width: 20px;
    height: 50px;
    margin-left: 80px;
    margin-right: 20px;
    margin-top: 9px;
}
.hide_menu_mobile .text {
    display: inline-block;
    padding-top: 10px;
}
.hide_menu_mobile:hover .text {
    color: #49abb9;
}
#auth .title,
#register .title {
    background: url(../images/main_bg_btn_small.png) no-repeat;
    background-size: 100%;
}
#register-link,
#restore-link {
    color: #1B4494;
}
.footer_name_bottom {
    text-transform: uppercase;
    color: #1B4494;
    font-size: 20px;
    margin-bottom: 20px;
}
#link_sponsor:hover {
    background: #005bbd !important;
}
.posters .col-4 {
    margin-bottom: 30px;
}
.posters .poster {
    border: 1px solid #1B4494;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
#link_sponsor:hover,
.posters .poster a {
    text-decoration: none;
}
.posters .poster p {
    padding: 0 1rem;
}
.posters .poster p.poster-name {
    padding: 0 1rem;
    font-weight: 700;
    font-size: 0.9rem;
    text-align: center;
}
.posters .poster p.poster-author {
    padding: 0 1rem;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}
.muz-sponsor .soc-links {
    margin-top: 10px;
}
.muz-sponsor .soc-links a {
    display: block;
    color: #3a3660;
    text-align: center;
}
.expert .expertItem img {
    width: 100%;
    border-radius: 10px;
}
.expert .expertItem .name {
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    padding: 15px 10px 0;
    color: #1B43A1;
}
.expert .expertItem .workPos {
    padding: 5px 10px;
    font-size: 14px;
}
.expert .expertItem .city {
    padding: 0 10px;
    font-size: 14px;
}
.inner{
    padding-top: 3px;
    padding-bottom: 40px;
}
.active-underline{
    text-decoration: underline !important;
}
.title.float-right{
    margin-top: 30px !important;
    float: none !important;
}
#volga-group{
    display: none;
}
.title-wrap{
    background: url(/images/header_right_inner.jpg) no-repeat right center;
    background-size: auto 125px;
    position: relative;
}
.main-banner{
    display: none;
}
input[name='category']{
    display: none;
}
.label-category{
    display: inline-block;
    background: #1B4494;
    font-weight: 400;
    border-radius: 5px;
    font-size: 1rem;
    line-height: 1.5;
    padding: 8px 10px;
    color: #fff;
    cursor: pointer;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 361px;
    text-align: center;
    border: 2px solid #1B4494;
}
.label-category:hover{
    background: #75F6FC;
}
.ofBtn{
    background: #1B4393;
    border: 2px solid #1B4393;
    color: #fff;
}
.ofBtn:hover{
    color: #fff;
}
.ofBtn:focus{
    box-shadow: none;
}
.ofBtn.active{
    background: rgb(187, 238, 250);
    border: 2px solid #1B4393;
    color: #333;
}

/*
.sponsor-index.mobile img {
    height: auto;
    max-height: 110px;
    width: auto;
    max-width: 300px;
}
*/



    .stand{
        max-width: 100%;
        height:  auto;
        background-position: top ceter;
        background-repeat: no-repeat;
        background-size: contain;
        margin-top:  20px;
    }
    .stand svg{
        max-width: 100%;
        height:  auto;
    }
    .stand svg path {
        cursor: pointer;
        transition: 0.4s all; 
        stroke: rgba(51,102,153,0);
        fill: transparent;
        stroke-width: 120px;
        stroke-location: inside;
        animation: blink infinite 2s;
    }
    .stand svg path.disabled {
        cursor: default;
        animation: none;
        stroke-width: 0;
    }
    .stand svg path:not(.disabled):hover {
        fill: rgba(255, 255, 255, 0.4);
    }

    @keyframes blink{
        50% {
            stroke: rgba(61,162,178,0.7);
        }
    }

    .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;
    }
    .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: 59%;
        position: relative;
    }
    .iframe-container iframe{
        width: 976px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .link-back:focus,
    .link-back:hover{
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, .5);
        outline: none!important;
    }
    .btn.link-back {
        box-shadow: 0 0 10px 10px rgba(255, 255, 255, .5);
        position: absolute;
        margin-left: 20px;
        margin-top: 40px;
    }
    #translation-switch a{
        box-shadow: none;
    }