html{
    font-size: 48px;
}
body {
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-align: left;
    background: #FFF;
    margin: 0;
    padding: 0;
    color: #000;
}
h1{
    /*font-size: 3.333rem;*/
    color: #fff;
    font-weight: 700;
}
h2{
    /*font-size: 2.291rem;*/
    color: #fff;
    font-weight: 400;
}
h3{
    /*font-size: 2.291rem;*/
    color: #865500;
    font-weight: 300;
}
h4{
    font-size: 1.333rem;
    color: #000;
    font-weight: 400;
}
a, a:hover{
    color: #000;
}
strong{
    font-weight: 600;
}
.small, small {
    font-size: 80%;
    font-weight: 300;
}
section{
    position: relative;
    overflow-y: hidden;
}
.container{

}
.btn{
    border-radius: 0;
}
.btn-primary{
    background: #325099;
    border: #325099;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.logo_lines{
    background: #afafaf;
    width: 100%;
    height: 2px;
    margin: 2rem 0;
    position: relative;
}
.logo_lines::before{
    content: "";
    background: url('../img/golf_cup_2020/title_bg.jpg') no-repeat center;
    display: block;
    width: 260px;
    height: 34px;
    position: absolute;
    top: -15px;
    left: calc(50% - 130px);
    background-size: contain;
}
.logo_lines_about.logo_lines::before{
    background: url('../img/golf_cup_2020/title_bg_about.jpg') no-repeat center;
}
.small_text{
    font-size: 0.833rem;
}
.p180{
    padding: 2.2rem 0;
}
.ml-30{
    margin-left: 30px;
}
.mr-30{
    margin-right: 30px;
}
.gold{
    color: #865500;
}
.error_mess, .submit_mess, .soldout {
    color: #CC0000;
}
.form_err_message, .form_email_error, .form_password_error, .form_mandatory_error, .validate_terms_error {
    display: none;
    color: #FF0000;
    text-align: center;
}
.remove_from_list, .remove_from_list:hover{
    color: rgba(46, 60, 125, 1);
}
.hidden{
    display: none;
}
.bg_gray{
    background: #f4f4f4;
}
.wrapper{
    background: #fff;
}
.js-adrecom-scrolltotop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer;
    z-index: 1000;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF;
    font-size: 1em;
    transition: all 250ms;
    transform: scale(0);
    border: 1px solid #325099;
}
.js-adrecom-scrolltotop img{
    width: 80%;
}

.js-adrecom-scrolltotop.active {
    transform: scale(1);
}

.js-adrecom-scrolltotop i {
    transition: all 250ms;
}

.js-adrecom-scrolltotop:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px #000;
}

.js-adrecom-scrolltotop:hover i {
    transform: scale(0.9);
}

/* Navbar */
nav.navbar {
    display: flex;
    background: #fff;
    width: 100%;
    padding: 0 26px;
    margin-top: 100vh;
}
nav.navbar.navbar_fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
    margin: 0;
}
.navbar .logo_img{
    height: 3rem;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}
.top-menu_link{
    position: absolute;
    top: -2rem;
    left: 0;
}

/* Header */
.header{
    /*background: url(../img/golf_cup_2020/VAL_h18.jpg) top center no-repeat;*/
    background: url(../img/golf_cup_2020/top_banner_1.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 3840px;
    max-height: 1800px;
    height: 100vh;
    position: fixed;
    z-index: -10;
    top: 0;
    cursor: pointer;
}

.header h1, .header h2{
    text-shadow: 0 3px 5px rgba(0,0,0,.5);
}
/*.header h1 {*/
/*    padding: 0 20px 0;*/
/*    margin-top: 30%;*/
/*}*/
.header__content{
    z-index: -1;
    width: 100%;
    /*padding: 10% 20px 0;*/
    padding: 3% 20px 0;
}
.top_logos_block{
    /*padding-bottom: 20vh;*/
    padding-bottom: 33vh;
}
.header__content h2.header_subtitle{
    font-size: 1.625rem;
    font-weight: 400;
    color: #fff;
}
.header__content hr{
    display: block;
    width: 100%;
    height: calc(100vw*0.76);
    min-width: 2px;
    max-height: 5px;
    background: #fff;
    box-shadow: 0 1px 8px rgba(0,0,0,.5);
    margin: .5em 0;
    border: none;
}
.header__content .top_logos_header{
    max-width: 200px;
    margin: 0 60% 0 auto;
    /*margin: 0 20px;*/
    /*width: 100%;*/
    max-height: 100px;
    background: radial-gradient(50% 60%,rgba(255,255,255, 0.3), rgba(255,255,255, 0));
}

/* Sections */
.about{
    background: #f4f4f4;
    /*margin-top: 100vh;*/
}
.press, .program_title{
    background: #fff;
}
.press_item{
    display: flex;
    /*justify-content: space-between;*/
    flex-direction: column;
}
.press_item .press__img{
    width: 50%;
    margin: 0 auto 1em;
}
.press_item img{
    width: 100%;
    height: auto;
    max-width: 210px;
    display: block;
    margin: auto;
}
.press_item .press__content{
    width: 58%;
}
.press_item h4{
    line-height: 1;
    font-weight: 300;
    font-size: 1rem;
}
.press_item h4 a:hover{
    text-decoration: underline;
}

.press__content .small_text{
    font-weight: 300;
    margin: 0;
}

.program_day{
    background-size: cover;
    color: #fff;
    padding-bottom: 1.5rem;
    position: relative;
}
.program_first_day{
    background: url("../img/golf_cup_2020/program_first_day_bg.jpg") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.program_second_day{
    background: url("../img/golf_cup_2020/program_second_day_bg.jpg") center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    margin: 2rem 0 0;
}
.program_first_day:before, .program_second_day:before {content: "";position:absolute;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}

.program_day__title {
    padding: 2rem 0 0;
    /*margin: 0 15px 1.5rem;*/
    /*border-bottom: 2px solid rgba(255,255,255,.2);*/
}
.program_day__title h2{
    margin: 0 1rem;
    font-size: 1.4rem;
}
.program_day__title img{
    height: 2rem;
    width: auto;
    margin: 0 1rem;
}
.program_day__time{
    font-size: 1.166rem;
    /*font-weight: bold;*/
    white-space: nowrap;
}
.program_day__event{
    font-size: 1rem;
    font-weight: 700;
}
.program_day__description{
    /*font-weight: 400;*/
}
.program_day__dress_code h3{
    color: #fff;
    white-space: nowrap;
    margin: 0 1.2rem;
}

.program_day__dress_code hr{
    width: 100%;
    height: 2px;
    background: rgba(255,255,255,.2);
}
.results_and_prize span{
    display: block;
    padding: 0 1rem;
}

.bottom_banner_container{
    background: url('../img/golf_cup_2020/top_banner.jpg') top 12% center no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.bottom_banner_container:before {
    content: "";
    display: block;
    padding-top: 25.25%;
}

.terms_of_participation__content{
    display: inline-block;
    margin: 0 auto;
}
.terms_of_participation__content a, .tournament_regulations a{
    text-decoration: underline;
}
.terms_of_participation__content a:hover, .tournament_regulations a:hover{
    text-decoration: none;
}
.terms_of_participation .icon_pdf{
    width: 100%;
    max-width: 230px;
}

.moscow_img{
    width: 100%;
    height: auto;
}

.partners .partners_logo{
    width: 75%;
    max-width: 538px;
    margin: 0 auto;
    display: block;
}

.hidden_partners, .show_partners{
    display: inline-block;
}
.hidden_partners img, .show_partners img{
    width: 40%;
}
.contacts h4{
    font-weight: 300;
}

/*Owl Carousel*/
.owl-carousel{
    position: relative;
}
.owl-item.active{
    filter: brightness(25%);
}
.owl-item.active.center{
    filter: none;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width: 44%;
    left: 28%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    width: 60px;
    height: 86px;
}
.owl-nav .owl-prev:focus, .owl-nav .owl-next:focus{
    outline: none;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span{
    display: none;
}
.owl-nav .owl-prev{
    background: url("../img/golf_cup_2020/bkt_l.png") center no-repeat !important;
    background-size: contain !important;
}
.owl-nav .owl-next{
    background: url("../img/golf_cup_2020/bkt_r.png") center no-repeat !important;
    background-size: contain !important;
}
.owl-dots{
    display: none;
}

/* Footer */
.footer p{
    font-weight: 300;
    padding: 0;
    margin: 3rem auto 2rem;
}

/* Modal */
#modal-registration{
    font-size: .75rem;
}
#modal-registration h5{
    font-size: 1rem;
}
#modal-registration .comments_block{
    padding-top: calc(.375rem + 1px);
}
#modal-registration #COMMENTS{
    height: 100%;
}
.filter_blur{
    filter: blur(5px);
}
#modal-registration .form-group{
    margin-bottom: .5rem;
}

#modal-registration .form-control{
    height: calc(1.85rem + 2px);
}
#modal-registration .travel_package{
    white-space: nowrap;
}
#modal-registration .travel_package span{
    margin: 0 5px;
}
#modal-registration .travel_package .text-danger{
    margin: 0 15px 0 0;
}
#modal-registration .play_golf_in_real_life span{
    margin-left: 10px;
}
@media (min-width: 2400px) {
    .container {
        max-width: 2340px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
@media (max-width: 2400px) {
    html{font-size: 26px}
    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 40px;
        height: 56px;
    }
    .logo_lines {
        height: 1px;
    }
}

@media (max-width: 1199px) {
    html{font-size: 18px}
    .owl-nav .owl-prev, .owl-nav .owl-next {
        width: 40px;
        height: 46px;
    }
    .logo_lines::before {
        width: 200px;
        left: calc(50% - 100px);
    }
    .navbar-light .navbar-toggler{
        border: none;
    }
}
@media (max-width: 767px) {
    html{font-size: 14px}

    .header{
        /*background: url(../img/golf_cup_2020/header_bg_s.jpg) top center no-repeat;*/
        height: 100vh;
        width: 100%;
        background-size: cover;
        cursor: pointer;
    }
    .header__hand{
        background: url(../img/golf_cup_2020/header_hand_s.png) top center no-repeat;
        background-size: contain;
        width: calc(100vw/100*95);
        height: calc((100vw/100*95)/821*742);
        left: calc((100vw/2) - (100vw/100*95)/1.39);
        top: -25%;
    }
    .header__content{
        width: 100%;
        /*bottom: 0;*/
        /*top: auto;*/
        padding-top: 21vh;
    }
    .top_logos_block {
        /*padding-bottom: 40%;*/
    }
    .header__content .top_logos_header{
        max-width: 100px;
        margin: 0 20px;
        width: auto;
        max-height: 70px;
    }
    nav.navbar{
        position: fixed;
        top: 0;
        z-index: 1000;
        margin: 0;
        padding: 0 26px 0;
    }
    .navbar-nav{
        border-top: 1px #DDD solid;
    }
    .navbar-light .navbar-nav .nav-link{
        padding: 8px 15px;
        font-size: 1.2em;
        color: #000;
        font-weight: bold;
        border-bottom: 1px #DDD solid;
    }
    .navbar-light .navbar-nav .nav-item__lang{
        font-size: 1.2em;
        color: #000;
        font-weight: bold;
    }
    .navbar-light .navbar-nav .nav-item__lang a{
        display: inline-block;
    }
    .navbar-light .navbar-nav .nav-item__lang a:first-child{
        padding: 8px 8px 8px 15px;
    }
    .navbar-light .navbar-nav .nav-item__lang a:last-child{
        padding: 8px 15px 8px 8px;
    }
    .owl-nav {
        width: 98%;
        left: 1%;
    }
    .owl-nav .owl-prev, .owl-nav .owl-next{
        width: 30px;
        height: 44px;
    }
    .press_item h4 {
        font-weight: 400;
        font-size: 1.333rem;
    }
    .program_first_day{
        background: url("../img/golf_cup_2020/program_first_day_bg_s.jpg") bottom center no-repeat;
        background-size: cover;
    }
    .program_second_day{
        background: url("../img/golf_cup_2020/program_second_day_bg_s.jpg") bottom center no-repeat;
        background-size: cover;
    }
    .program_day__dress_code h3{
        font-size: 1.35rem;
    }
    .logo_lines, .program_day__dress_code hr{
        height: 1px;
    }
    .logo_lines::before {
        width: 100px;
        height: 34px;
        left: calc(50% - 50px);
        background-size: contain !important;
    }
    .partners .partners_logo{
        width: 100%;
    }
    #modal-registration #COMMENTS{
        height: auto;
    }
    #modal-registration .form-group{
        margin-bottom: .5rem;
    }
}
@media (max-width: 420px) {
    .header h1 {
        font-size: 2rem;
    }
    .header h2 {
        font-size: 1.8rem;
    }
}
