@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

html, body{
    min-height: 100%;
    height: 100%;
}
body{
    height: 100%;
}
main {
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.currency{
    text-transform: uppercase;
}

a,
a:focus,
a:active,
a:hover,
.btn-link,
.btn-link:focus,
.btn-link:active,
.btn-link:hover
{
    color: #006C84;
    text-decoration: underline;
}
.container{
    max-width: 1200px;
    min-width: 1200px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18.1px;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
}
header{
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    background-color: #FFFFFF;
    width: 100%;
    top: 0;
    z-index: 9;
    min-width: 1200px;
}
a.header__logo {
    display: inline-block;
    max-width: 140px;
    margin-left: 9px;
    margin-right: 13px;
}
a.header__logo img {
    max-width: 100%;
}
.topBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 9px;
    font-size: 18px;
}
.topBar a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}
.nav-item a{
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.header__lang{
    margin-left: 34px;
}
.header__lang::before{
    content: ' ';
    display: inline-block;
    height: 25px;
    width: 42px;
    vertical-align: middle;
    margin-right: 9px;
    margin-top: -3px;
    border: .1px solid #bbb;
}
.header__lang.lang_ru::before{
    background-image: url("/images/icons/rus_flag.png")
}
.header__lang.lang_en::before{
    background-image: url("/images/icons/eng_flag.png")
}
a.link_yellow {
    font-weight: bold;
    color: #D8B23B;
}
.header_banner{
    padding-top: 80px;
    text-align: center;
    text-transform: uppercase;
    background-image: url("/images/header_bg.jpg");
    background-size: 1300px;
    background-repeat: repeat-x;
    background-position: 50% 0;
}
.header_banner .container{
    position: relative;
}
.header_banner .container h1{
    color: #006C84;
    font-size: 60px;
    padding-top: 21px;
    margin-bottom: 8px;
}
.header_banner p{
    font-size: 40px;
    line-height: 48px;
    padding-top: 3px;
    padding-bottom: 26px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.header_banner .bg_text{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 155px;
    position: absolute;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;
    width: 100%;
    text-align: center;
    bottom: 85px;
}
.header_banner .tenText{
    position: relative;
    display: inline-block;
}
.header_banner .tenText .digit{
    opacity: 0.2;
}
.header_banner .bg_text span.bigText{
    opacity: 0.1;
    margin: 0 31px;
    font-size: 115px;
}
.header_banner .years_text {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 0;
    width: 100%;
    text-align: center;
    font-size: 34px;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    color: #006c846e;
    font-style: italic;
}
.main_icons{
}
.main_icons ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
}
.main_icons ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 35%;
    transition: all 0.4s;
}
.main_icons ul li.yellow_btn a {
    height: 200px;
    padding: 0 0 0 0;
    color: #006C84;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-bottom: 58px;
}
.main_icons ul li.yellow_btn a div {
    font-size: 30px;
    padding-top: 21px;
    position: absolute;
    width: 100%;
    bottom: 29px;
}
.main_icons ul li.yellow_btn a:hover {
    text-decoration: none;
}
.main_icons ul li img{
    display: block;
    margin: 0 auto;
}
.main_icons .yellow_btn{
    background-color: #D8B23B;
    margin: 0.5px;
}
.main_icons .yellow_btn.opacity75{
    background-color: #E2C56C;
}
.main_icons .yellow_btn.opacity50{
    background-color: #EBD89D;
}
.main_icons .yellow_btn.opacity25{
    background-color: #F5ECCE;
}
.blue_bg{
    background-color: #DBECEF;
}
.organizers{
    position: relative;
    padding: 40px 0;
}
.organizers::before{
    content: ' ';
    display: block;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
}

.photoGallery_block{
    background-image: url("/images/fotos/collage.jpg");
    background-position: center;
    background-size: contain;
    background-repeat-y: no-repeat;
    position: relative;
    margin-bottom: 37px;
    margin-top: 50px;
}
.photoGallery {
    display: flex;
    flex-wrap: wrap;
}

.photoGallery img {
    max-width: 20%;
}
.galleryDates {
    position: absolute;
    padding: 14px 91px;
    background-color: #FFFFFF;
    font-weight: bold;
    font-size: 25px;
    border: 2px solid #006C84;
    color: #006C84;
    top: calc(50% - 27px);
    left: calc(50% - 150px);
    letter-spacing: 2.6px;
}


h1{
    text-align: center;
    text-transform: uppercase;
    color: #006C84;
    padding: 0 40px;
    font-size: 41px;
}
h2{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #006C84;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
h3, h4{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #006C84;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
}
.container .wrapper p{
    margin-bottom: 21px;
}
.container > h1{
    margin-bottom: 29px;
}
.organizers a:hover,
.organizers a:focus{
    text-decoration: none;
    outline: none;
    color: #000000;
}
.organizers .company__logos {
    display: flex;
    justify-content: space-evenly;
    margin: 27px 0 9px;
    font-size: 15px;
    line-height: 18px;
    padding: 0 58px;
}

footer{
    background-color: #D8B23B;
    color: #006C84;
    text-align: center;
    box-shadow: 0 5px 5px 10px rgba(0,0,0,0.25);
    padding: 13px 0 16px 0;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: calc(100% - 50px);
    width: 100%;
}

#tpl-subscribe,
#tpl-forgot-credential,
#modal-soon,
#loggined_only,
#mobile_app,
.modalWindow,
.tpl-persona{
    width: 100%;
    max-width: 1200px;
    padding: 40px 30px 20px;
    border-radius: 10px;
}
.modalWindow h1{
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.modalWindow p,
.modalWindow li,
.tpl-persona p{
    font-size: 18.1px;
}
#loggined_only a{
    text-decoration: underline;
}
#tpl-forgot-credential form{
    min-width: 550px;
}
#tpl-subscribe h1{
    text-align: center;
}
.fancybox-slide--html button[type=submit],
.fancybox-slide--html button[type=submit]:hover,
.fancybox-slide--html button[type=submit]:focus,
.fancybox-slide--html button[type=submit]:active{
    background-color: #006C84!important;
    border-color: #006C84!important;
    color: #FFFFFF;
    outline: none!important;
    box-shadow: none!important;
    display: block;
    font-family: 'Montserrat', sans-serif;
}
#inner-content.main button,
#inner-content.main button:hover,
#inner-content.main button:focus,
#inner-content.main button:active,
#inner-content.main input[type=submit],
#inner-content.main input[type=submit]:hover,
#inner-content.main input[type=submit]:focus,
#inner-content.main input[type=submit]:active

{
    background-color: #006C84!important;
    border-color: #006C84!important;
    color: #FFFFFF;
    outline: none!important;
    box-shadow: none!important;
    display: block;
    font-family: 'Montserrat', sans-serif;
}

#inner-content.main a.btn-primary,
#inner-content.main a.btn-primary:hover,
#inner-content.main a.btn-primary:focus,
#inner-content.main a.btn-primary:active{
    background-color: #006C84!important;
    border-color: #006C84!important;
    color: #FFFFFF;
    outline: none!important;
    box-shadow: none!important;
    font-family: 'Montserrat', sans-serif;
}

*[data-fancybox-close],
*[data-fancybox-close]:hover,
*[data-fancybox-close]:active,
*[data-fancybox-close]:focus{
    background-color: transparent!important;
    border-color: transparent!important;
}
#inner-content:not('.is_admin') .btn,
.btn:hover,
.btn:active,
.btn:focus
{
    display: block;
    color: #FFFFFF;
}
.tpl-persona{
    max-width: 1200px;
}
.tpl-persona .picture {
    height: 150px;
    width: 150px;
    margin: 0 20px 15px 0;
    float: left;
}
.tpl-persona p {
    text-align: justify;
}
.contacts {
    padding-bottom: 16px;
    padding-top: 29px;
}
.contacts p{
    font-size: 20px;
}
.contacts a {
    color: #006C84;
    text-decoration: underline;
}
.contacts ul.contacts-list{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}
.contacts ul.contacts-list li{
    margin-top: 21px;
    margin-bottom: 26px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 23px;
    position: relative;
}
.contacts ul.contacts-list li::before{
    content: '';
    display: block;
    float: left;
    background-image: url('/images/icons/sprite.png');
    background-repeat: no-repeat;
}
.contacts ul.contacts-list li.point::before{
    position: absolute;
    width: 29px;
    height: 27px;
    background-position: 0 -28px;
    left: -3px;
    top: 0;
}
.contacts ul.contacts-list li.phone::before{
    position: absolute;
    width: 29px;
    height: 27px;
    background-position: 0 0;
    left: -3px;
    top: 0;
}
.contacts ul.contacts-list li.mail::before{
    position: absolute;
    width: 29px;
    height: 27px;
    background-position: 0 -59px;
    left: -3px;
    top: 0;
}
.drop-shadow{
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 25%);
    position: relative;
    z-index: 1;
}

.sponsors {
    padding: 42px 0 29px 0;
}
.sponsors h1{
    margin: 10px 0 6px 0;
}
.sponsors .d-flex{
    justify-content: space-around;
    align-items: center;
}
.accents, .accents a{
    color: #FFFFFF;
}
.accents{
    background-color: #6EAEA5;
    position: relative;
}
.accents::before {
    position: absolute;
    background-color: #006C84;
    height: 100%;
    width: 40%;
    right: 0;
    content: ' ';
}
.accents .right_side{
    background-color: #006C84;
}
.accents .right_side>div:not(.placeholder){
    display: none;
}
.accents .left_side{
    text-transform: uppercase;
}
.accents .left_side a{
    text-decoration: none;
}
.accents .left_side ul {
    margin: 16px 0 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 20px;
}
.accents .right_side ul {
    margin-left: 18px;
    margin-top: 19px;
    font-size: 20px;
    list-style-type: none;
}
.accents .right_side ul li{
    margin-bottom: 16px
}
.accents .right_side i{
    font-size: 18px;
}
.accents ul li{
    margin: 0;
}
.accents a{
    display: inline-block;
    width: 100%;
    padding: 12px 0 12px 20px;
}
.accents a:hover,
.accents a.selected{
    background-color: #006C84;
    text-decoration: none;
}
.accents .row>div {
    padding: 22px 0;
}
.accents .row>div.right_side {
    padding: 22px 20px;
}

.accents h3{
    font-size: 25px;
    padding-left: 20px;
    text-transform: uppercase;
    margin: 16px 0;
}
.accents .right_side h3{
    text-align: center;
}
.accents h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 28px;
}
.personalities{
    padding-top: 39px;
}
.personalities h2,
.contacts h2{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    padding-top: 6px;
    font-size: 25px;
    padding-bottom: 23px;
    margin-top: 29px;
}
.personalities .persona_name {
    color: #006C84;
    font-weight: bold;
}
.personalities .big_block .picture {
    float: left;
    margin-right: 50px;
    margin-top: 5px;
}
.personalities a{
    text-transform: uppercase;
    color: #006C84;
    text-decoration: underline;
}
.personalities .big_block {
    width: 50%;
}
.personalities .big_block:nth-child(even) {
    padding-left: 15px;
}
.personalities .big_block:nth-child(odd) {
    padding-right: 15px;
}
.personalities .big_block,
.personalities .small_block{
    cursor: pointer;
}
.personalities .picture,
.tpl-persona .picture{
    position: relative;
    border-radius: 10px;
    background-color: rgb(225, 227, 229);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
    width: 150px;
    height: 150px;
}
.personalities .picture.rus::before,
.personalities .picture.usa::before
{
    content: '';
    display: block;
    width: 38px;
    height: 26px;
    position: absolute;
    background-image: url("/images/icons/flags_sprite.png");
    right: -19px;
    top: 6px;
}
.personalities .picture.rus::before{
    background-position: 0 0;
}
.personalities .picture.usa::before{
    background-position: 0 -29px;
}
.personalities .small_block .persona_name {
    text-align: center;
    white-space: normal;
    width: min-content;
    margin: 7px auto;
    min-width: 130px;
}
#about,
.announces {
    padding-top: 37px;
}
.announces a,
.organizers a{
    text-decoration: none;
}
.announces a.tab-item {
    color: #FFFFFF;
    padding: 14px 90px;
    background-color: #6EAEA5;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.announces a.tab-item::before{
    content: '';
    width: 0;
    height: 0;
    border-bottom: 0;
    border-top: 24px solid #006C84;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    bottom: -24px;
    left: calc( 50% - 40px);
    display: none;
}
.announces a.tab-item:hover,
.announces a.tab-item.selected
{
    color: #FFFFFF;
    background-color: #006C84;
    text-decoration: none;
}
.announces .tab-item.selected::before{
    display: block;
}
.announces .tab-panes {
    margin-top: 26px;
    border-top: 2px solid #006C84;
    padding: 30px 10px 20px;
    position: relative;
}
.announces .tab-panes::before,
.announces .tab-panes::after{
    content: '';
    display: block;
    width: 0;
    border-left: 2px solid #006C84;
    height: 42px;
    position: absolute;
    top: 0;
}
.announces .tab-panes::before{
    left: 0;
}
.announces .tab-panes::after{
    right: 0;
}
.announces .tab-panes .tab-pane{
    display: flex;
    justify-content: space-around;
}
.announces .tab-panes .tab-pane:not(.active){
    display: none;
}
.announces .tab-panes .tab-pane.active{
    display: flex;
    flex-wrap: wrap;
}
.announces .tab-panes .tab-pane a{
    margin: 0 10px 30px;
}
.announce h1 {
    margin-bottom: 24px;
}
.announce p {
    text-align: center;
    margin-top: 21px;
    font-size: 19px;
    font-weight: 500;
    color: #006c84;
    line-height: 24px;
}

.terms.span.margin-0 {
    max-height: 330px;
    overflow-x: hidden;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 0;
    margin: 0 0 10px 0;
    max-width: 100%;
}
.terms h3,
.terms h4{
    font-family: 'Montserrat', sans-serif;
    color: #006C84;
    font-weight: bold;
}

.terms h3{
    font-size: 20px;
}
.terms h4{
    font-size: 17px;
}
.terms>p {
    text-align: justify;
}
.terms>* {
    padding: 0 10px !important;
}
#inner-content {
    padding-top: 50px;
    box-shadow: 0 -5px 5px 0 rgb(0 0 0 / 25%);
}
.inner-page #inner-content {
    padding-bottom: 50px;
}

.control-group {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown{
    border: 1px solid #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field:active,
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    outline: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-radius: .25rem;
}
a#waitreg {
    border-color: #b4d5de;
    background-color: #e4eff2;
}

.logout {
    width: 23px;
    margin-left: 10px;
    margin-right: -20px;
}


#god-mode-pane {
    position: absolute;
    /* width: 100%; */
    background-color: #ffdada;
    border: 1px solid;
    padding: 10px;
    box-shadow: 0 0 10px -4px #000;
}
.fancybox-content a,
.fancybox-content a:focus,
.fancybox-content a:hover,
.fancybox-content a:active {
    outline: none;
}
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary:hover{
    color: #FFFFFF;
}
.raf_buttons > *{
    margin-right: 20px;
}

.accents h3, .accents h4 {
    color: #FFFFFF;
}

.messagesList.REG_INFO .message .attachments .attachment.template {
    display: none;
}

#upToTop{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    right: 20px;
    bottom: 70px;
    z-index: 99;
    cursor: pointer;
    box-shadow: 0 0 0 0 #6eaea5;
    border: 2px solid #6eaea5;
    transition: all 0.4s;

    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    background-color: #6EAEA5;
}

@media screen and (max-device-width: 1000px) {
    .wrapper{
        margin: 0 15px;
    }
    .header__lang {
        margin-right: 15px;
    }
    .mobile-padding-left{
        padding-left: 15px!important;
    }
}

.goBackLink{
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    margin-top: 30px;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
}
.sponsorCard p{
    text-align: justify;
}
.playfairHeader{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 30px;
    margin-top: 12px;
    margin-bottom: 36px;
}
.card_contacts .container {
    font-size: 20px;
}
.sponsorDescription p{
    margin-bottom: 11px;
}
.sponsorDescription p a{
    color: #000000;
    text-decoration: none;
}

.card_contacts {
    background-color: #cce1d8;
    position: relative;
    margin: 40px 0;
}
.card_contacts::before,
.card_contacts::after {
    content: ' ';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
}
.card_contacts::before {
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 25%);
    top: -10px;
}
.card_contacts::after {
    box-shadow: 0 -5px 5px 0 rgb(0 0 0 / 25%);
    bottom: -10px;
}
.card_contacts .container{
    padding: 30px 15px;
}
.card_contacts i.icon{
    display: inline-block;
    height: 35px;
    width: 35px;
    background-image: url('/images/icons/cardSprite.png');
    vertical-align: middle;
    background-repeat: no-repeat;
}
.card_contacts i.icon.mapPoint{
    background-position: 0 0;
}
.card_contacts i.icon.phone{
    background-position: 0 -35px;
}
.card_contacts i.icon.fax{
    background-position: 0 -70px;
}
.card_contacts i.icon.planet{
    background-position: 0 -105px;
}
.card_contacts i.icon.email{
    background-image: url('/images/icons/sprite.png');
    background-position: 0 -56px;
    height: 30px;
}
.card_contacts img{
    max-height: 300px;
}
.epigraf {
    font-style: italic;
    margin-bottom: 50px;
}
.epigraf .sign {
    color: #006C84;
    margin-top: 20px;
}
#modal-culture img{
    max-width: 100%;
    height: auto;
    margin-top: 8px;
}
#modal-culture .floatRight{
    float: right;
    margin-left: 15px;
}
#modal-culture .floatLeft{
    float: left;
    margin-right: 15px;
}
#modal-culture .innerImage{
    max-width: 400px;
    max-height: 425px;
    height: auto;
}
.end_paragraph::before{
    content: '';
    display: block;
    background-color: #006C84;
    height: 1px;
    width: 20%;
    margin: 20px auto 10px;
}
#modal-culture p {
    text-align: justify;
}
#modal-culture h2 {
    margin-top: 40px;
}
body.modal-open header{
    padding-right: 17px;
}
.tpl-persona h2{
    margin-top: 30px;
    margin-bottom: 10px;
}
.tpl-persona ul{
    list-style-type: none;
}
.tpl-persona ul li:before {
    color: #006C84;
    content: "•";
    font-size: 25px;
    position: absolute;
    margin-left: -20px;
    line-height: 26px;
}

.userActions .btnFreeParticipation.btn-primary,
.userActions .btnGrant.btn-primary{
    background-color: transparent;
    color: #212529;
    border-color: transparent;
}

.montserrat {
    font-family: 'Montserrat', sans-serif;
}

.announce_image{
    height: 400px;
    width: 280px;
    text-align: center;
}
.announce_image img{
    max-width: 280px;
    max-height: 400px;
}
