body {
    font-family: 'Gotham Pro';
}
.header {
    background:#303030;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 676px;
    position: relative;
    margin-top: -100px;
    padding-right: -15px;
    padding-left: -15px;
}
.navbar {
    background: transparent;
    border: none;
    z-index: 1001;
    max-height: 80px;
    padding-right: 20px;
    border: none;
    border-radius: 0;
}
.topM20 {
    margin-top: 20px;
}
.bg-black {
    background: black;
}
.navbar-header {
    min-height: 80px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse .in {
    background: #000000;
}
.navbar-nav>li>a {
    line-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    color: #ffffff;
    text-transform: uppercase;
}
/* Цвет пункта меню, при поднесении к нему курсора мышки или при его нахождении в фокусе */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    border-top: 5px solid #5eacd4;
    line-height: 40px;
}
.navbar-default .navbar-toggle {
    border: none;
    padding: 15px 16px;
    margin-top: 16px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar {
    width: 32px;
    height: 3px;
}
.headhesive {
    position: fixed;
    opacity: 0;
    transition: 0.5s;
    z-index: 1001;
    width: 100%;
}
.headhesive .navbar {
    background: #000000;
}
.headhesive--stick {
    opacity: 1;
}
.topM200 {
    margin-top:200px;
}
.topM60 {
    margin-top:60px;
}
.frm{
    
}
.frm__h1, .frm__h2 {
    color: #5eacd4;
    text-transform: uppercase;
    font-weight: 500;
}
.frm__h1{
    font-size: 60px;
}
.frm__h2{
     font-size: 4rem;
 }
.frm__p{
    font-size: 17px;
    color: #ffffff;
    font-weight: 300;
}
.frm__p-blue{
    padding-top: 20px;
    font-size: 17px;
    color: #5eacd4;
    font-weight: 300;
}
.frm__p-contacts{
    font-size: 2.5rem;
    font-weight: 300;
}
.frm__link {
    color: white;
    font-size: 1.6rem;
    font-weight: 300;
}
.frm__link i {
    width: 50px;
    font-size: 2rem;
}
.frm__top {
    border-top: 7px solid #5eacd4;
    border-left: 7px solid #5eacd4;
    border-right: 7px solid #5eacd4;
    max-width: 290px;
    height: 25px;
    max-height: 25px;
}
.frm__bottom {
    border-bottom: 7px solid #5eacd4;
    border-left: 7px solid #5eacd4;
    border-right: 7px solid #5eacd4;
    max-width: 290px;
    height: 25px;
    max-height: 25px;
}
.frm__content {
    border-left: 7px solid #5eacd4;
    padding-top: 20px; 
    padding-bottom: 30px;
    padding-left: 50px;
}
.frm__top-header {
    margin-top:100px;
}
.frm__top-footer {
    margin-top:60px;
}
.whiteBox {
    min-height: 115px;
    padding-top: 45px;
}
.whiteBox h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
}
.greyBox {
    padding-top: 30px;
    background: #f0efef;
    margin-top: -1px;
    padding-bottom: 30px;
}
.customBtn, .customBtnNews, .customBtnPr, .customBtnGa {
    position:relative;
}
.customNextBtn, .customPrevBtn, .customNextBtnNews, .customPrevBtnNews, .customNextBtnPr, .customPrevBtnPr, .customNextBtnGa, .customPrevBtnGa {
    position:absolute;
    top:100px;
    height:40px;
    width:40px;
    background:#444;
    z-index:10;
    border:none;
    color:#ffffff;
    border-radius:20px;
}
.customNextBtnNews, .customPrevBtnNews {
    top:30px;
}
.customNextBtn, .customNextBtnNews, .customNextBtnPr, .customNextBtnGa{
    right: -50px;
}
.customPrevBtn, .customPrevBtnNews, .customPrevBtnPr, .customPrevBtnGa {
    left:-50px;
}

/* -------------------- */
.wrap {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}


.cloud {
    border-bottom:2px solid #231f20;
    height:20px;
    width:210px;
    position:relative;
    background-color: #ffffff;
    margin: auto;
}
.cloud:before {
    border:22px solid transparent;
    border-top-color:#231f20;
    position:absolute;
    top:19px;
    left:83px;
    content:'';
}
.cloud:after {
    border:20px solid transparent;
    border-top-color:white;
    position:absolute;
    top: 17px;
    left: 85px;
    content:'';
}
.directions {
    padding-right: 60px;
    padding-left: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.directions__item {
    position: relative;
    font-size: 19px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.arr-line {
    height: 2px;
    width: 20px;
    background: #5eacd4;
    display: block;
    margin-top: 60%;
}
.room {
    background-image: url("../img/bg-room.jpg");
    background-repeat: no-repeat;
/*     min-height: 100vh;*/
background-size: cover; 
    background-position: center top;
    padding-top: 70px;
    padding-bottom:70px;
}
.room__h2 {
    color: #5eacd4;
    font-size: 4.5rem;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top:0px;
}
.room__p p {
    color: #ffffff;
    font-weight: 300;
    font-size: 1.5rem;
    padding-bottom: 15px;
}
.room__img {
    padding-top: 10px;
}
.videos {
    margin-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}
.videos__card {
    background: #ffffff;
    /*width: 30%;*/
    flex: 1;
    margin-right: 10px;
    margin-left: 10px;
}

.wrap {
    padding-right: 60px;
    padding-left: 60px;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: stretch;*/
    /*justify-content: space-between;*/
}
.flexBox__item {
    width: 50%;
}

.videos__itemCaption {
    padding: 15px;
    font-style: italic;
    background: #ffffff;
    min-height:80px;
}

.listVideoCaption {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 30px;
 }
.listVideoCaption-li ul {
    display: inline-block;
    font-size: 15px;
    padding: 0;
}
.listVideoCaption-itemList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listVideoCaption-list {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.listVideoCaption .year {
    font-size: 2rem;
    font-weight: bold;
}

.mdash {
    color: #5eacd4;
    margin-right: 32px;
    font-size: 3rem;
    line-height: 2.7rem;
}

.press__item {
    padding-top: 30px;
}
.press__item p {
    font-size: 17px;
    font-weight: 500;
}
.btn {
    border: none;
    border-radius: 0;
}
.teatre {
    background-image: url("../img/bg-air.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #ffffff;
}
.teatre .logo {
    width: 50%;
    padding-bottom: 30px;
}
.teatre h3 {
    color: #5eacd4;
    text-transform: uppercase;
    font-size: 2.4rem;
    padding-bottom: 20px;
    padding-top: 40px;
}
.teatre a {
    color: #ffffff;
    font-size: 1.6rem;
}
.directs {
    font-size: 1.8rem;
    font-weight: 500;
}
.footer {
    background-color:#091B25;
    background-image: url("../img/bg-footer.jpg");
    background-repeat: no-repeat;
    /* background-size:cover; */
    background-position: 60% top;
    padding-bottom: 120px;
    color: #ffffff;
}
.box-dir {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 60px;
    padding-left: 60px;
}
.news-carousel {
    padding-right: 15px;
    padding-left: 15px;
}
.form-control {
    border-radius:0;
}
@media (max-width: 767px) {
    .directions {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .arr-line {
        margin: auto;
    }
    .room__h2 {
        font-size: 3.5rem;
    }
    .room {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .room__img {
        padding-top: 10px;
        margin-bottom: 30px;
    }
    .listVideoCaption {
        padding-right: 15px;
        padding-left: 15px;
    }
    .flexBox {
        padding-left: 0;
        padding-right: 0;
    }
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .flexBox__item {
        width: 100%;
    }
    .videos {
        padding-right: 0;
        padding-left: 0;
    }
    .teatre .logo {
        width: 90%;
        padding-bottom: 20px;
    }
    .teatre a.link-left,
    .teatre a.link-right {
        text-align: center;
    }
    .frm__top-header {
        margin-top:100px;
    }
    .frm__top-footer {
        margin-top:40px;
    }
}
@media (max-width: 991px) {
    .directions {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .directions__item {
        padding-bottom: 0;
    }
    .arr-line {
        margin: auto;
    }
    .header {
        background-position: center bottom;
        background-size:cover;
    }
    .frm__h1{
        font-size: 40px;
    }
    .frm__h2{
        font-size: 2rem;
    }
    .navbar {
        padding-right: 0;
    }
    .customNextBtn, .customNextBtnNews, .customNextBtnPr, .customNextBtnGa {
        right: 5px;
    }
    .customPrevBtn, .customPrevBtnNews, .customPrevBtnPr, .customPrevBtnGa {
        left:5px;
    }
    .customNextBtnNews, .customPrevBtnNews {
        top:0px;
    }
    .press__item {
        padding-top:70px;
    }
    .btn-online {
        display: none;
    }
}

@media (max-width: 767px) {
    .header {
        background-image: url("../img/bg_1.jpg");
        background-position: center bottom;
        background-size:cover;
    }
    .whiteBox {
        min-height: 45px;
        padding-top: 15px;
    }
    .listVideoCaption {
        padding-top: 20px;
     }
    .greyBox {
        padding-bottom: 25px;
    }
    .teatre h3 {
        padding-top: 20px;
    }
    .footer {
        background-image: url("../img/bg_2.jpg");
        background-position: center bottom;
        background-size:cover;
    }
    .footer .frm {
        margin-top: 50px;
    }
    .teatre {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .frm__h1{
        font-size: 30px;
        margin-top: 0;
    }
    .frm__h2{
        font-size: 3rem;
    }
    .navbar {
        padding-right: 0;
    }
    .frm__content {
        padding-left: 20px;
    }
    .frm__content {
        padding-top:0;
        padding-bottom: 10px;
    }
    .frm__p {
        margin-bottom: 0;
    }
    .directions__item {
        padding-bottom: 0;
    }
}