@font-face {
    font-family: 'Bebas Neue Bold';
    src: url(../fonts/BebasNeueBold.otf);
}
@font-face {
    font-family: 'Bebas Neue Regular';
    src: url(../fonts/BebasNeueRegular.otf);
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: url(../fonts/BebasNeueBook.otf);
}
@font-face {
    font-family: 'Baskerville';
    src: url(../fonts/Baskerville-Italic.otf);
}
@font-face {
    font-family: 'Harmonia Sans Pro Cyr';
    src: url(../fonts/HarmoniaSansProCyr-Regular.otf);
}
@font-face {
    font-family: 'Harmonia Sans Pro Cyr Semi Bd';
    src: url(../fonts/HarmoniaSansProCyr-SemiBd.otf);
}
body {
    min-height: 3000px;
    //background-color: #ececec;
    color: #000;
    font-family: 'Harmonia Sans Pro Cyr Semi Bd';
    font-size: 16px;
}
.container-max {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-max {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container-max {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container-max {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container-max {
        max-width:1200px
    }
}
#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #ffffff;
}
#loading-center-page {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    text-align: center;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    text-align: center;
}
textarea.form-control {
    height: 115px;
}
.form-check-label {
    margin-bottom: 0;
    color: #fff;
    font-family: 'Bebas Neue Regular';
    font-size: 14px;
    letter-spacing: 0.15em;
}
.btn-primary {
    color: #fff;
    background-color: #636bc1;
    border-color: #636bc1;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    letter-spacing: 0.1em;
    height: 48px;
    border-radius: 24px;
    padding-left: 55px;
    padding-right: 55px;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #3578c7;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 20px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 16px;
}
#back-to-top:hover {
    background: #8d91d3;
}
#back-to-top.show {
    opacity: 1;
}

.leftmargin {
    margin-left: 100px;
}
.container.top {
    z-index: 200;
    background: transparent;
    position: relative;
    margin-top: 25px;
    //padding-top: 25px;
}
a.toplink {
    background-color: #3578c7;
    color: #fff;
    height: 34px;
    border-radius: 17px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 16px;
    letter-spacing: 0.09em;
    display: inline-block;
}
a.toplink:hover {
    text-decoration: none;
}
.right-link {
    text-align: right;
}
a.toplink-right {
    background-color: #3578c7;
    color: #fff;
    height: 34px;
    border-radius: 17px;
    padding: 2px 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 20px;
    letter-spacing: 0.1em;
    display: inline-block;
    float: right;
}
a.toplink-right:hover {
    text-decoration: none;
}
a.toplink-right img {
    margin-right: 5px;
}
a.toplink-right.firstlink {
    margin-right: 250px;
}
a.toplink-right.firstlink.pfix {
    position: fixed;
    margin-left: 610px;
    z-index: 700;
    color: #fff;
    cursor: pointer;
}
a.toplink-right.firstlink.pfix.hide {
    display: none;
}
a.toplink-right.pfix {
    position: fixed;
    margin-left: 380px;
    z-index: 700;
    top: 0;
    margin-top: 24px;
}
a.toplink-right.accountlink.pfix {
    position: fixed;
    margin-left: 555px;
    z-index: 700;
    top: 0;
    margin-top: 24px;
}
a.right-link {
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 24px;
    letter-spacing: 0.1em; 
    color: #fff;
    float: right;
    margin-left: 20px;
}
a.right-link:hover {
    text-decoration: none;
    color: #ececec;
}
a.right-link span {
    font-size: 18px;
}
a.right-link.phone {
    margin-right: 80px;
}
.line {
    height: 1px;
    background-color: #9bc0dd;
    margin-top: 25px;
}
.navblock {
    margin-top: 25px;
    border-bottom: 1px solid #9bc0dd;
    padding-bottom: 25px;
}
.sepline {
    height: 1px;
    background-color: #9bc0dd;
    width: 70px;
    margin: 25px 0;
    left: 0;
    right: 0;
    margin-left: auto; 
    margin-right: auto;
}


.mainpage-top-part {
    margin-top: -140px;
    position: relative;
    float: left;
    width: 100%;
    height: 65vh;
    overflow: hidden;
    //z-index: 300;
}
.bg {
    background-image: url(../img/topbg.png);
    width: 100%;
    height: 100%;
}
.mp-slider-body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #40353b;

}
.mp-slider {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in 0.5s;
    /*transform: scale3d(0.85, 0.85, 1);*/
}
.mp-slider .mp-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    //z-index: 1;
}
.mp-slider .mp-slide .mp-slide-body {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: hidden;
    transform-origin: 50% 50% -250px;
    /*transform: rotate3d(1,0,0,45deg);*/
    transform-style: preserve-3d;
}

video.mp-video {
    object-fit: contain;
    display: inline-block;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;

    /*height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;*/

    top: 50%;
    left: 45%;
    transform: translate(-45%, -50%);
    opacity: 0.3;
}

.texts-over-slider {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0px;
    /* left: 4.7%; */
    left: calc(50%);
    display: table;
    transform: translate3d(-50%,0,0);

}

.texts-over-slider .tos-vertical-aligner {
    display: table-cell;
    vertical-align: middle;
    //z-index: 999;
}

.texts-over-slider .line1, .texts-over-slider .line2, .texts-over-slider .line3 {
    position: relative;
    font-family: 'Bebas Neue Regular';
    letter-spacing: 0.1em;
    color: #FFFFFF;
    /*font-size: 3.6vw;*/
    font-size: 32px;
    text-align: center;
    
    clear: both;
    line-height: 1.1em;   
}
.texts-over-slider .line1 {
    margin-top: 105px;
    position: relative;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    clear: both;  
}
.texts-over-slider .line2 {
    position: relative;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    clear: both;  
}
.texts-over-slider .line3 {
    position: relative;
    color: #FFFFFF;
    font-size: 45px;
    text-align: center;
    font-family: 'Baskerville';
    clear: both;  
}
.texts-over-slider .line4 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;    
    font-family: 'Bebas Neue Regular';
    clear: both;
    margin-top: 10px;   
    font-weight: bold;
}
.texts-over-slider .line5 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;    
    font-family: 'Bebas Neue Regular';
    clear: both;
    margin-top: 20px;   
}
.texts-over-slider .line5 a.morelink {
    display: inline-block;
    color: #3578c7;
    background-color: #fff;
    font-size: 20px;
    text-align: center;    
    font-family: 'Bebas Neue Regular';
    width: 164px;
    padding: 4px;
    border-radius: 18px;
    height: 36px;
    margin: 6px;
}
.texts-over-slider .line5 a.morelink:hover {
    text-decoration: none;
}

ul.headernav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
ul.headernav li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.09em;
    color: #fff;
    margin-right: 15px;
}
ul.headernav li a {
    color: #fff;
    text-shadow: 2px 2px 2px #444;
}
ul.headernav li a:hover {
    text-decoration: none;
    color: #ececec;
}
ul.headernav.right {
    float: right;
}
ul.headernav.right li {
    margin-left: 25px;
    margin-right: 0;
}
ul.headernav.right li ul {
    position: absolute;
    left: 0;
    display: none;
}
ul.headernav.right li ul li {
    display: block;
}
ul.headernav.right li:hover ul {
    display: block;
}

.top-block {
    position: fixed;
    right: 20px;
    bottom: 300px;
    width: 40px;
    height: 170px;
    background-color: #8d91d3;
    color: #fff;
    border-radius: 20px;
    z-index: 900;
    text-align: center;
}
.top-block a {
    color: #fff;
    display: block;
    font-size: 22px;
    margin-top: 7px;
}
.top-block a:hover {
    text-decoration: none;
    color: #ececec;
}


.content {
    position: relative;
    //z-index: 500;
}

/*Timetable*/

.timetable {
    position: relative;
}
@media (min-width: 1200px) {
    .timetable .container {
        max-width: 990px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.timetable.viewcamp {
    margin-top: 50px;
}
img.time-first {
    //margin-top: -35px;
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    width: 390px;
    height: 340px;
}
img.time-last {
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    width: 390px;
    height: 340px;
    margin-top: 80px;
    float: right;
}
.timetable .date {
    font-size: 24px;
    color: #3392da;
    font-family: 'Bebas Neue Bold';
    margin-top: 50px;
    letter-spacing: 0.075em;
}
.date-line {
    height: 3px;
    background-color: #c4c4c4;
    width: 100px;
    margin: 20px 0;
}
.timetable .text {
    font-family: 'Harmonia Sans Pro Cyr Semi Bd';
    font-size: 16px;
    text-align: center;
}
.timetable .text h2 {
    font-size: 44px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
}
.timetable-newline {
    margin-top: 100px;
}
.camp_full_text {
    margin-top: 30px;
    font-size: 18px;
}

/*About*/

.about {
    position: relative;
    margin-top: 40px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .about .container {
        max-width: 1140px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.aboutinfo {
    background: url(../img/logo-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    //background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
}
.aboutinfo img {
    margin-top: 10px;
}
.aboutinfo .infotext {
    margin: 45px 0;
}

.aboutinfo h2 {
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 400;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
}
.aboutinfo span.whiteline {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #fff;
    margin-bottom: 80px;
    margin-top: 30px;
}
.aboutinfo .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.aboutinfo .card .card-body {
    padding: 0;
    position: relative;
}
.aboutinfo .card .card-body .about-soc {
    position: absolute;
    top: 30px;
    right: 0;
}
.aboutinfo .card .card-body .about-soc a {
    color: #deceff;
    font-size: 24px;
    margin-left: 15px;
}
.aboutinfo .card img.card-img-top {
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
}
.aboutinfo .card .card-body h5.card-title {
    font-size: 39px;
    font-family: 'Baskerville';
    font-weight: 400;
    letter-spacing: 0.075em;
    font-style: italic;
    text-align: left;
    margin: 20px 0 20px 0;
    line-height: 1;
}
.aboutinfo .card .card-body .card-text {
    font-family: 'Bebas Neue Regular';
    font-size: 19px;
    letter-spacing: 0.09em;
    color: #fff;
    text-align: left;
    line-height: 1.2;
}


/*Advantages*/

.advantages {
    position: relative;
    margin-top: 50px;
}
.advantages .advantages-info {
    text-align: center;
    background: url(../img/logo-bg2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 40px;
}
h2.advantagesinfo {
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #000;
    line-height: 1;
}
.adv-line {
    width: 115px;
    height: 4px;
    background-color: #6f8ecf;
    margin: 40px auto 70px auto;
}
.adv-block {
    position: relative;
    padding: 35px;
    background-color: #d4ddf0;
    height: 340px;
    width: 340px;
    text-align: left;
    margin-bottom: 40px;
}
.adv-block h3 {
    font-size: 27px;
    color: #000;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
}
.adv-text {
    position: absolute;
    bottom: 0;
    margin-bottom: 35px;
    font-size: 16px;
    color: #000;
}
.adv-bg {
    top: 0;
    left: 0;
    position: absolute;
    font-size: 290px;
    color: #c5cddf;
    line-height: 300px;
    margin-top: 55px;
    margin-left: 10px;
}

/*Goals*/
.goals {
    position: relative;
    margin-top: 50px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 50px;
}
@media (min-width: 1200px) {
    .goals .container {
        max-width: 980px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.goalsinfo {
    background: url(../img/logo-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 30px;
    //background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding-top: 30px;
}
.goalsinfo h2 {
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 400;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
}
.goalsinfo span.whiteline {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #fff;
    margin-bottom: 80px;
    margin-top: 30px;
}
.videoblock {
    width: 390px;
    height: 220px;
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
}
.goaltext {
    position: absolute;
    bottom: 0;
    color: 16px;
    font-weight: bold;
    text-align: left;
    padding-left: 30px;
}
.goaltext h5 {
    font-size: 44px;
    color: #fff;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
}
.margin {
    height: 90px;
}
@media (max-width: 980px) {
    .goaltext {
        position: relative;
        bottom: 0;
        color: 16px;
        font-weight: bold;
        text-align: left;
        padding-left: 0px;
    }
}

/*Reviews*/
@media (min-width: 1200px) {
    .container.review-container {
        max-width: 1280px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.review-div {
    background-color: #e8e8e8;
    //height: 660px;
}
.review-title {
    float: left;
    width: 122px;
    height: 660px;
    background-color: #fff;
    color: #a791d3;
}
.review-title h2 {
    margin: 160px 0 0 0;
    color: #a791d3;
    font-size: 51px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.review-slider {
    float: right;
    width: calc(100% - 122px);
    height: 660px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container-horizontal>.swiper-scrollbar {
    display: none;
}
.review-block {
    position: relative;
    background-color: #e8e8e8;
}
.review-text {
    position: absolute;
    bottom: 0;
    //padding: 50px;
    padding: 50px 20px 50px 50px;
}
.review-text h2 {
    font-size: 39px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
}
.review-text h3 {
    font-size: 19px;
    color: #000;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.review-line {
    width: 110px;
    height: 3px;
    background-color: #a791d3;
    margin: 30px 0;
}
.review-photo {
    position: relative;
}
.review-nav {
    width: 223px;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/pagi_bg.jpg);
}
.my-swiper-button-next, .my-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 83px;
    height: 19px;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
}
.my-swiper-button-next {
    background-image: url(../img/r-arrow.png);
    background-position: right center;
    right: 30px;
    left: auto;
}
.my-swiper-button-prev {
    background-image: url(../img/r-arrow.png);
    background-position: left center;
    left: 30px;
    right: auto;
}

@media (max-width: 780px) {
    .review-nav {
        width: 240px;
        height: 45px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: url(../img/pagi_bg.jpg);
    }
    .my-swiper-button-next {
        background-image: url(../img/r-arrow.png);
        background-position: right center;
        right: 0px;
        left: auto;
    }
    .my-swiper-button-prev {
        background-image: url(../img/r-arrow.png);
        background-position: left center;
        left: 0px;
        right: auto;
    }
}

.send-review {
    width: 230px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/pagi_bg.jpg);
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    letter-spacing: 0.09em;
    color: #fff;
    line-height: 2.2;
    cursor: pointer;
    z-index: 999;
    text-shadow: 2px 2px 2px #000;
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}
.send-review:hover {
    text-shadow: 1px 1px 1px #000;
}
.send-reviev-block {
    display: none;
    margin-bottom: 100px;
}
.send-review-title {
    float: left;
    width: 122px;
    background-color: #fff;
    color: #a791d3;
}
.send-review-title h2 {
    margin: 160px 0 0 0;
    color: #a791d3;
    font-size: 51px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.send-review-slider h2 {
    color: #a791d3;
    font-size: 51px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    text-align: center;
}
.send-review-slider {
    float: right;
    width: calc(100% - 122px);
    //height: 660px;
    background-color: #e8e8e8;
    //border-top: 1px solid #c8c8c8;
}
.form-review {
    padding: 30px 0 50px 0;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/*residence*/

.residence {
    position: relative;
}
@media (min-width: 1200px) {
    .residence .container {
        max-width: 990px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.residence-hometext {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 150px;
}
h2.residence-title {
    color: #000;
    font-size: 45px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    text-align: center;
}
.residence-line {
    width: 110px;
    height: 3px;
    background-color: #c6c6c6;
    margin: 30px 0;
}
.residence-text {
    width: 650px;
    margin: 30px auto 30px auto;
    //color: #848484;
    color: #000;
}
img.time-first {
    //margin-top: -15px;
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    width: 390px;
    height: 340px;
}
img.time-last {
    -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    width: 390px;
    height: 340px;
    margin-top: -15px;
    float: right;
}
.residence .date {
    font-size: 24px;
    color: #3392da;
    font-family: 'Bebas Neue Bold';
    //margin-top: 100px;
    letter-spacing: 0.075em;
}
.date-line {
    height: 3px;
    background-color: #c4c4c4;
    width: 100px;
    margin: 20px 0;
}
.residence .text {
    font-family: 'Harmonia Sans Pro Cyr Semi Bd';
    font-size: 16px;
}
.residence .text h2 {
    font-size: 44px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-bottom: 20px;
    margin-top: 0;
}
.residence-newline {
    margin-top: 100px;
}

/*Food*/
@media (min-width: 1200px) {
    .container.food-container {
        max-width: 1040px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        margin-top: 70px;
    }
}
.food-line {
    display: inline-block;
    width: 110px;
    height: 3px;
    background-color: #c6c6c6;
    margin: 30px 0;
}
h2.food-title {
    font-size: 44px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
}
.food-block {
    text-align: left;
    margin-bottom: 30px;
}
.food-block img {
    max-width: 100%;
    min-width: 100%;
     -webkit-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
    box-shadow: 10px 10px 40px -8px rgba(0,0,0,0.35);
}
.food-block-title {
    font-size: 35px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    text-align: left;
    margin-top: 20px;
}

/*infrastructure*/
@media (min-width: 1200px) {
    .container.infrastructure-container {
        max-width: 1040px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: center;
        margin-top: 70px;
    }
}
.infrastructure-line {
    display: inline-block;
    width: 110px;
    height: 3px;
    background-color: #c6c6c6;
    margin: 30px 0;
}
h2.infrastructure-title {
    font-size: 44px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
}
.infrastructure-block {
    text-align: left;
    margin-bottom: 30px;
}
.infrastructure-block {
    background-color: #d4ddf0;
    position: relative;
    height: 350px;
}
.infrastructure-content {
    padding: 30px;
    text-align: left;
}
.infrastructure-block-text {
    position: absolute;
    bottom: 0;
}
.infrastructure-block h3 {
    text-align: left;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    color: #000;
    margin: 0px;
}
.inf-line {
    margin: 20px 0 20px 0;
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #fff;
}


/*Rating*/
.rating_section {
    margin-top: 0px;
}
@media (min-width: 1200px) {
    .container.rating_section {
        max-width: 1146px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.rating-div {
    margin-top: 100px;
    background-color: #d4ddf0;
    padding: 30px;

}
@media (max-width: 1200px) {
    .rating-div {
        background-color: #d4ddf0;
        margin-left: 0px;
        padding: 30px;
    
    }
}
.my-rating {
    float: right;
}

/*Photo & Video*/
@media (min-width: 1200px) {
    .container.gallery-container {
        max-width: 1040px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.gallery {
    margin-top: 80px;
}
h2.gallery-title {
    text-align: center;
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #a791d3;
    line-height: 1;
}
.gallery-line {
    width: 115px;
    height: 4px;
    background-color: #c6c6c6;
    margin: 40px auto 70px auto;
}
img.small-gallery-image {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
}

/*Subscribe*/

.subscribe {
    position: relative;
    margin-top: 90px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
}
@media (min-width: 1200px) {
    .container.subscribe-container {
        max-width: 690px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
h2.subscribe-title {
    text-align: center;
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
.subscribe-line {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #f1b1ff;
    margin: 40px auto 70px auto;
}
.form-subscribe {
    width: 350px;
    margin: 0 auto;
}

/*Prices*/
.container-prices {
    text-align: center;
}
@media (min-width: 1200px) {
    .container.container-prices {
        max-width: 1200px;
        padding-right: 0px;
        padding-left: 0px;
    }
}

h2.prices-title {
    text-align: center;
    font-size: 45px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #000;
    line-height: 1;
    margin-top: 50px;
}
.prices-line {
    margin: 40px auto 40px auto;
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #c6c6c6;
}
.prices-text {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    margin-bottom: 60px;
}
.prices-block {
    background-color: #d4ddf0;
    position: relative;
    height: 500px;
    margin-bottom: 20px;
}
.prices-block.adress {
    height: 350px;
}
.prices-block-text.adress {
    position: absolute;
    bottom: 0;
}
.prices-content {
    padding: 30px;
    text-align: left;
}
.prices-block h3 {
    text-align: left;
    font-family: 'Bebas Neue Regular';
    font-size: 22px;
    color: #000;
}
.bp-line {
    margin: 20px 0 20px 0;
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #fff;
}
.prices-block-footer {
    position: absolute;
    bottom: 0;
    height: 90px;
    width: 100%;
    background-color: #9990d2;
    color: #fff;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-size: 35px;
    letter-spacing: 0.09em;
    line-height: 2.7;
}
.prices-block-footer a {
    color: #fff;
    text-align: center;
    font-family: 'Bebas Neue Regular';
    font-size: 35px;
    letter-spacing: 0.09em;
    line-height: 2.7;
}
.prices-block-footer a:hover {
    text-decoration: none;
}


/*Contact*/

.contact {
    margin-top: 90px;
}
@media (min-width: 1200px) {
    .container.contact-container {
        max-width: 500px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
h2.contact-title {
    text-align: center;
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #a791d3;
    line-height: 1;
}
.contact-block {
    text-align: center;
}
.phone {
    margin-left: -70px;
    font-size: 24px;
    margin-top: 35px;
    position: relative;
    font-weight: bold;
}
.phone span {
    font-size: 15px;
}
.phone img {
    position: absolute;
    margin-left: 10px;
    margin-top: 3px;
}
.phone img.viber {
    margin-left: 45px;
}
a.email {
    margin-top: 10px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
a.btn.btn-primary.wacap {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 20px;
    height: 34px;
    border-radius: 17px;
    line-height: 1.1;
    margin-bottom: 65px;
}
.socblock {
    margin-top: 20px;
}
.socblock a {
    color: #8892d2;
    font-size: 34px;
    margin: 0 10px;
}
h4.rek-title {
    text-align: center;
    font-size: 36px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #a791d3;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: -20px;
}
.rek-text {
    margin-top: -40px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
.adv-block2 a.phonelink {
    color: #3578c7;
    font-size: 18px;
}
img.phoneicon {
    width: 18px;
    margin-top: -3px;
}
.adv-block2 a.phonelink:hover {
    text-decoration: none;
    color: #000;
}


.contact2 {
    margin-top: 90px;
}
@media (min-width: 1200px) {
    .container.contact2-container {
        max-width: 1200px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.adv-block2 {
    position: relative;
    padding: 35px 25px 35px 25px;
    background-color: #d4ddf0;
    height: 340px;
    width: 100%;
    text-align: left;
    margin-bottom: 40px;
}
.adv-block2 h3 {
    font-size: 27px;
    color: #000;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    position: absolute;
}
.adv-block2 a {
    color: #000;
}
.adv-block2 .socblock a {
    color: #8892d2;
}

/*Order*/

.order {
    position: relative;
    margin-top: 90px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
}
@media (min-width: 1200px) {
    .container.order-container {
        max-width: 690px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
h2.order-title {
    text-align: center;
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
.order-line {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #f1b1ff;
    margin: 40px auto 70px auto;
}
.form-order {
    width: 350px;
    margin: 0 auto;
}



/*Custom Select*/

*,
*:before,
*:after{
  box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}


.select {
    display: inline-block;
    vertical-align: top; 
    //max-width: 245px;
    width: 100%;
}

.select-wrap {
    max-width: 700px;
    width: 100%;
    margin: 20px auto;
}

.select-wrap select {
    margin: 20px;
}

.select__gap {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 50px;
    padding: .400rem .75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    text-align: center;
}

.on.select__gap,
.select__gap:hover {
  color: #8c8c8c;
} 

.polleft .select__gap {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.polright .select__gap {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select__list {
    position: absolute;
    background: transparent;
    margin: 0px 0;
    background-color: #fff;
    width: calc(100% - 30px);
    margin-top: -5px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(204,12,0,1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(204,12,0,1);
    box-shadow: 0px 0px 15px 0px rgba(204,12,0,1);
    z-index: 100;
}

.select__list.on {
    display: block;
}

.select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
}

.select__item.selected,
.select__item span:hover {
    color: #467797;
}

.select__gap:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #638dce;

    -webkit-transition: all .27s ease-in-out;
         -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.on.select__gap:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.polleft, .polright {
    display: inline-block;
    width: 49%;
}


/*schedule*/
.schedule {
    position: relative;
    margin-top: 90px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 60px;
    text-align: center;
}
@media (min-width: 1200px) {
    .container.schedule-container {
        max-width: 690px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
h2.schedule-title {
    text-align: center;
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
.schedule-line {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #f1b1ff;
    margin: 40px auto 70px auto;
}

.schedule-note {
    color: #fff;
    margin-top: -20px;
    padding: 0 100px;
    margin-bottom: 50px;
}
.schedule-name {
    background-color: #c5b8e1;
    color: #000;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 23px;
    letter-spacing: 0.1em;
    text-align: center;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 30px;
}




footer {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #929191;
    padding: 40px 0;
}


/*Scroll Navigation*/
.scrollnav {
    display: none;
    position: fixed;
    margin-left: 630px;
    z-index: 700;
    background-color: #a09cce;
    z-index: 400;
    width: 300px;
    padding: 30px;
    top: 0;
    margin-top: 24px;
}
.scrollnav ul {
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.scrollnav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 23px;
    letter-spacing: 0.1em;
}

.langblock {
    position: absolute;
    margin-top: 15px;
}
.langblock img {
    width: 20px;
    margin: 5px;
}

.timetable .text a:hover {
    text-decoration: none;
}

.review-title-mob h2 {
    font-size: 61px;
    font-family: 'Baskerville';
    font-weight: 400;
    letter-spacing: 0.075em;
    font-style: italic;
    display: none;
}

.review-nav-mob {
    display: none;
}



.ms-options-wrap > button:focus, .ms-options-wrap > button {
    position: relative;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    text-align: center;
}

.ms-options-wrap > button:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #638dce;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8c8c8c;
    opacity: 1; /* Firefox */
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8c8c8c;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8c8c8c;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
}

.form-note {
    background-color: #648dcf;
    padding: 100px;
    border-radius: 16px;
    font-size: 27px;
    color: #fff;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}


/*.select {
    position: relative;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    text-align: center;
}

.select:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #638dce;
    -webkit-transition: all .27s ease-in-out;
    -o-transition: all .27s ease-in-out;
    transition: all .27s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}*/

.rating_result {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
}

.aboutinfo .card {
    margin-left: 15px;
    margin-right: 15px;
}
.mt {
    height: 70px;
}

.subscribe-succes {
    color: #fff;
    padding-bottom: 30px;
}
.mt2 {
    height: 30px;
}

.mobile_header {
    display: none;
}
.navmenu_mobile {
    display: none;
}

/*Scroll Navigation*/
.scrollnav_mobile {
    display: none;
    position: fixed;
    z-index: 700;
    background-color: #a09cce;
    z-index: 400;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.scrollnav_mobile ul {
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
.scrollnav_mobile ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 23px;
    letter-spacing: 0.1em;
}
.scrollnav_mobile span.close_menu {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    margin: 30px 30px 0 0;
    font-size: 20px;
}
span.close_menu_desc {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    margin: 30px 30px 0 0;
    font-size: 20px;
}
#itprop {
    display: none;
}

.texts-over-slider .line1 h1 {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    font-family: 'Bebas Neue Regular';
}

a.link_read_more {
    color: #3392da;
    //font-family: 'Bebas Neue Bold';
    //text-transform: uppercase;
    //font-family: 'Bebas Neue Regular';
    //font-size: 20px;
    //letter-spacing: 0.1em;

    //text-transform: uppercase;
    font-size: 16px;
    //border: 2px solid #3392da;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 5px;

    background-color: #3392da;
    color: #fff;
    border-radius: 17px;
}

.video_block {
    position: relative;
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .video_block .container {
        max-width: 840px;
        padding-right: 0px;
        padding-left: 0px;
    }
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.videoblock_text {
    margin-top: 30px;
    text-align: center;
}

h1.sbori {
    text-align: center;
    font-size: 48px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-top: 60px;
    margin-bottom: 0;
}

h1 {
    text-align: center;
    font-size: 48px;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-top: 60px;
    margin-bottom: 30px;
}


h2 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-top: 60px;
    margin-bottom: 30px;
}
h3 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-family: 'Baskerville';
    //font-weight: 600;
    //letter-spacing: 0.075em;
    //margin-top: 60px;
    //margin-bottom: 30px;
}
h2.gallery-title {
    text-align: center;
    font-size: 44px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #a791d3;
    line-height: 1;
}

.videoblock_text_title {
    text-align: center;
    font-size: 30px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #a791d3;
    line-height: 1;
    margin-bottom: 30px;
}

.cmp-block {
    position: relative;
    padding: 1px;
    background-color: #d4ddf0;
    text-align: left;
    margin-bottom: 40px;
}
.cmp_image img {
    max-width: 100%;
    min-width: 100%;
}
.cmp_date {
    padding: 0 5px;
}
.cmp_title {
    margin-top: 10px;
    padding: 0 5px;
    height: 100px;
    overflow: hidden;
}
.cmp_title a h2 {
    font-size: 27px;
    color: #000;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.pagi {
    margin-top: 10px;
    padding: 5px 25px 0px 25px;
    text-align: center;
}
.pagi span {
    color: #686868;
    float: left;
    margin-top: 27px;
    margin-right: -100px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #cd5455;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #a791d3;
  border-color: #a791d3;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.galcat {
    line-height: 1;
    border: 1px solid #a791d3;
    text-align: center;
    background-color: #a791d3;
    color: #fff;
    font-size: 20px;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.galcat a {
    color: #fff;
    font-size: 20px;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
    text-transform: uppercase;    
}
.galcat a:hover {
    text-decoration: none;
}
.galcat a.catlink {
    margin-top: 5px;
    display: block;
    text-align: center;
    max-height: 50px;
    height: 60px;
    overflow: hidden;
}
img.cat-gallery-image {
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 5px;
}
h3.catname {
    text-align: center;
    color: #a791d3;
    font-size: 24px;
    margin: -30px 0 30px 0;
}



/*News*/
span.page-line {
    display: inline-block;
    height: 3px;
    background-color: #c4c4c4;
    width: 300px;
    margin: -20px 0 30px 0;
}
.news_detail {
    text-align: center;
    padding: 10px;
}
span.date-line {
    display: inline-block;
    height: 3px;
    background-color: #c4c4c4;
    width: 100px;
    margin: 20px 0;
}
.news_detail h2 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-top: 0px;
    margin-bottom: 30px;
}
.news_detail h1 {
    text-align: center;
    font-size: 36px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    margin-top: 0px;
    margin-bottom: 30px;
}
.news_date {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
    color: #3392da;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.075em;
}
a.news_link:hover {
    text-decoration: none;
}
.news_text {
    margin-top: 30px;
    font-size: 16px;
}
.news-line {
    height: 1px;
    background-color: #efefef;
    margin: 15px 0;
}


ul.headernav li {
    position: relative;
}
ul.headernav li ul {
    position: absolute;
    left: 0;
    display: none;
    min-width: 200px;
    //background-color: #3578c7;
}
ul.headernav li ul li {
    display: block;
}
ul.headernav li:hover ul {
    display: block;
}

.morelink_div {
    text-align: center;
    margin: 20px 0 30px 0;
}
a.morelink {
    background-color: #3578c7;
    color: #fff;
    height: 34px;
    border-radius: 17px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 16px;
    letter-spacing: 0.09em;
    display: inline-block;
}
a.morelink:hover {
    text-decoration: none;
    color: #efefef;
}
a.title_link {
    color: #fff;
}
a.title_link:hover {
    text-decoration: none;
}
.news_image {
    min-width: 100%;
}
.news_image img {
    max-width: 100%;
    min-width: 100%;
}
.news_image2 img {
    min-width: 100%;
}
.about-soc-tr {
    text-align: center;
    font-size: 30px;
}
.about-soc-tr a {
    margin: 0 20px;
}

a.rmore {
    background-color: #3578c7;
    color: #fff;
    //height: 24px;
    border-radius: 17px;
    padding: 3px 10px 1px 10px;
    text-transform: uppercase;
    //font-family: 'Bebas Neue Regular';
    font-size: 15px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
}
a.rmore:hover {
    text-decoration: none;
}
a.rmore2 {
    background-color: #3578c7;
    color: #fff;
    //height: 24px;
    border-radius: 17px;
    padding: 3px 15px 3px 15px;
    text-transform: uppercase;
    //font-family: 'Bebas Neue Regular';
    font-size: 15px;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-left: 5px;
    line-height: 1;
}
a.rmore2:hover {
    text-decoration: none;
}
.t_center {
    margin-top: 30px;
    margin-bottom: -60px;
    text-align: center;
}
.t_center img {
    width: 200px;
}



.video-container2 {
    text-align: center;
}
@media (max-width: 1080px) {
    .video-container2 {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }
    
    .video-container2 iframe,
    .video-container2 object,
    .video-container2 embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

span.hideview {
    display: none;
}
span.rev_note {
    display: block;
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}

a.whatapplink {
    background-color: #3578c7;
    color: #fff;
    height: 30px;
    border-radius: 17px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.1em;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    margin: 25px 5px 0 0;
}
a.whatapplink img {
    margin-top: 0px;
    width: auto;
}
a.whatapplink:hover {
    text-decoration: none;
}

span.orgname {
    font-size: 18px;
    color: #000;
    font-family: 'Bebas Neue Bold';
    letter-spacing: 0.04em;
}
.adv-block2 span {
    line-height: 1;
}

.oldalert {
    position: relative;
    margin-top: 0px;
    background: url(../img/bg.jpg) #a791d3;
    background-size: cover;
    padding-bottom: 20px;
    padding-top: 60px;
    text-align: center;
}
.oldalert h3, .oldalert h4 {
    text-align: center;
    font-size: 40px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
h3.oldalert-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Baskerville';
    font-weight: 500;
    letter-spacing: 0.075em;
    font-style: italic;
    color: #fff;
    line-height: 1;
}
.oldalert-line {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #f1b1ff;
    margin: 40px auto 70px auto;
}
.oldalert-text {
    color: #fff;
    margin-top: -20px;
    padding: 0 20px;
    margin-bottom: 50px;
}
.oldalert-text a {
    color: #fff;
    text-decoration: underline;
}
.oldalert-text a:hover {
    color: #ccc;
}
.fast_text {
    margin-top: 30px;
    font-size: 16px;
}
.form-control.fast {
    border: 1px solid #efefef;
    text-align: left;
    padding-left: 20px;
}
label.fast_label {
    display: block;
}
span.fast_order {
    display: block;
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.order-line {
    display: inline-block;
    height: 3px;
    width: 115px;
    background-color: #f1b1ff;
    margin: 20px auto 20px auto;
}
/* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.select_address {
    display: block;
    width: 100%;
    background-color: #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 25px;
    padding: 25px 0;
    display: none;
}
.select_address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.select_address ul li {
    cursor: pointer;
    background-color: #f6f6f6;
    border-top: 1px solid #ccc;
}
.select_address ul li:first-child {
    border-top: none;
}
.select_address ul li a {
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
}
.iti {
    width: 100%;
}
.iti input {
    text-align: left;
}
.iti__selected-flag {
    height: 50px;
}
#uroven {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0.4rem 0.75rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #8c8c8c;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 21px;
    letter-spacing: 0.1em;
    border-radius: 25px;
    text-align: center;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    cursor: pointer;
    outline: none;
}
#add_phone {
    display: none;
}
#add_phone.active {
    display: block;
}
.add_phone {
    position: absolute;
    right: 0;
    margin: 10px 25px 0 0;
    z-index: 20;
    color: #636bc1;
    font-size: 22px;
    cursor: pointer;
}
.form_title {
    display: none;
}

/*Update account timetabe and more*/
.reg_box .image img {
    max-width: 100%;
}
.login-top-part {
    position: absolute;
    top: 0;
    float: left;
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-color: #8d91d3;
    box-shadow: 7px 7px 10px 0px rgba(204,204,204,1);
}

.login {
    margin-top: 50px;
}
.login_box_title {
    border-bottom: 2px solid #a791d3;
    margin-bottom: 30px;
} 
.login_box_title h2 {
    margin: 0;
    text-align: left;
}
.login_link {
    border-top: 2px solid #a791d3;
    padding-top: 10px;
    margin-top: 30px;
}
.login_link .rec_link {
    text-align: right;
}
.form-control.whitebg {
    border-color: #636bc1;
    text-align: left;
}
.form-check-label.whitebg {
    color: #000;
}
.preloader_block {
    display: none;
}
.success_block {
    padding: 100px 30px;
    display: none;
}
.success-submit-wrapper div {
    text-align: center;
}
.success-submit-wrapper div svg {
    font-size: 100px;
    color: #636bc1;
    margin-bottom: 50px;
}
label.error {
    position: absolute;
    color: red;
    margin-top: -3px;
    font-size: 12px;
}
.form-check label.error {
    top: 0;
    margin-top: 15px;
}
.form-control.error {
    border-color: red;
}
.account_sidebar {
    padding-right: 30px;
}
.account_sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #8d91d3;
    border-radius: 15px;
    padding: 15px 0;
}
.account_sidebar ul li {
    color: #fff;
}
.account_sidebar ul li:hover, .account_sidebar ul li.active {
    background-color: #d4ddf0;
    color: #000;
}
.account_sidebar ul li a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.09em;
}
.account_sidebar ul li:hover a, .account_sidebar ul li.active a {
    color: #000;
    text-decoration: none;
}
.footer_nav {
    margin-bottom: 30px;
}
.footer_nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer_nav ul li {
    display: inline-block;
    padding: 0 10px;
}
.timetable {
    margin-top: 50px;
}
.next_month {
    float: right;
}
.prev_month {
    float: left;
}
.calendar .event-summary-row {
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
a.lesson1 {
    background-color: #015fc3;
    display: block;
    color: #fff;
    text-decoration: none;
}
a.lesson2 {
    background-color: #0176f3;
    display: block;
    color: #fff;
    text-decoration: none;
}
.calendar .cal-weekview-event.mask-start, .calendar .cal-weekview-event.mask, .calendar .cal-weekview-event.mask-end {
    background: #a791d3;
    margin-bottom: 3px;
    padding: 5px;
}
.calendar .cal-weekview-time>div {
    background: rgba(0, 0, 0, 0.03);
    padding: 0px;
    min-height: 50px;
}
.modalfooter {
    padding: 15px;
}
table.lesson_table tr td {
    padding: 7px 0;
}
table.lesson_table tr td.value {
    padding-left: 15px;
}
h2.lesson_day {
    text-align: left;
    margin: 50px 0 50px 0;
    border-bottom: 2px solid #a791d3;
}
.lesson_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    padding: 15px;
}
.lesson_box .lesson_lang {
    width: 40px;
    align-self: flex-start;
}
.lesson_box .lesson_lang img {
    width: 20px;
    margin-top: 5px;
    display: block;
}
.lesson_box .lesson_info {
    width: 70%;
}
.lesson_box .lesson_info h4 {
   margin: 0;
   color: #17a2b8;
   font-size: 30px;
   text-transform: uppercase;
   font-family: 'Bebas Neue Bold';
}
.lesson_box .lesson_info h3 {
   margin: 0;
   text-align: left;
   text-transform: uppercase;
   font-family: 'Bebas Neue Bold';
   font-size: 22px;
   letter-spacing: 0.09em;
   margin-top: 5px;
   color: #636bc1;
}
.lesson_box .lesson_info h3.typ1 {
    color: #3c47c0;
}
.lesson_box .lesson_info h3.typ2 {
    color: #f90e13;
}
.lesson_box .lesson_info a.lesson_trainer {
    font-size: 26px;
    color: #000;
    font-family: 'Baskerville';
    font-weight: 600;
    letter-spacing: 0.075em;
    display: block;
    margin: 0;
}
.lesson_box .lesson_order {
    width: 30%;
    text-align: right;
}
.lesson_box .lesson_order img {
    max-width: 200px;
}
@media (max-width: 960px) {
    .lesson_box .lesson_order img {
        max-width: 100%;
    }
}
.text ul {
    list-style-type: disc; 
    list-style-position: inside; 
    margin: 15px 0;
    padding-left: 2rem;
}
@media (max-width: 1200px) {
    .login-top-part {
        display: none;
    }
    .login {
        margin-top: 200px;
    }
}
@media (max-width: 960px) {
    .login_link {
        margin: 30px 0;
    }
    .login_link .rec_link {
        text-align: left;
    }
    .reg_box {
        display: none;
    }
    .lesson_box {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        align-content: stretch;
        box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.35);
        margin-bottom: 20px;
        padding: 15px;
    }
    .lesson_box .lesson_lang {
        width: 100%;
        margin-bottom: 15px;
    }
    .lesson_box .lesson_lang img {
        margin-right: 15px;
        margin-bottom: 0px;
        display: inline-block;
    }
    .lesson_box .lesson_info {
        width: 100%;
    }
    .lesson_box .lesson_order {
        margin-top: 30px;
        width: 100%;
        text-align: left;
    }
}

.faq-block {
    border-top: 1px solid #000;
    padding: 20px 0;
    cursor: pointer;
}
.faq-block-body {
    padding-top: 15px;
}

.faq-block .faq-block-header h4 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.faq-block .faq-block-header h4 .faq-title {
    font-size: 20px;
}
.faq-block .faq-block-header h4 .open-icon {
    display: block;
    transition: 0.5s;
    font-size: 18px;
}
.faq-block .faq-block-header .faq-title-wraper:not(.collapsed) .open-icon {
  transform: rotate(-45deg);
}

.alert_message {
    opacity: 1;
    transition: 2s;
    animation: hidden 2s 1;
    animation-fill-mode: forwards;
    animation-delay: 3s;
}
@keyframes hidden {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}
select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
a.tablelink {
    color: #17a2b8;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}
a.tablelink.red {
    color: red;
}

.order_wraper {
    margin-top: 100px;
}
@media (max-width: 960px) {
    .order_wraper {
        margin-top: 180px;
    }
}
.order_wraper .order_notuser {
    border: 1px solid red;
    padding: 30px;
}

.order_form_block {
    margin-top: 30px;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 20px;
    padding: 15px;
}
.lesson_box h4 {
    font-size: 1.3 rem;
    margin-bottom: 30px;
}
.form-check-label.order_label {
    color: #000;
}
.lesson_box button {
    margin-top: 40px;
}
.lesson_box .lesson_summ {
    font-size: 16px;
}
.lesson_box .lesson_summ span {
    color: #3c47c0;
    font-size: 30px;
}
.error_form_text {
    color: red;
}

/*Вакансии*/
.vacancy_image img {
    box-shadow: 10px 10px 40px -8px rgba(0, 0, 0, 0.35);
    max-width: 100%;
}
.vacancy_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
    box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.35);
    margin-bottom: 30px;
}
.vacancy_block .image {
    width: 25%;
}
.vacancy_block .image img {
    max-width: 100%;
}
.vacancy_block .info {
    width: 60%;
    padding: 15px 30px;
}
.vacancy_block .info h2 {
    text-align: left;
    margin: 0 0 10px 0;
}
.vacancy_block .more {
    width: 15%;
    text-align: center;
}
.vacancy_block .more a {
    color: #3578c7;
}
.vacancy_block .more a:hover {
    text-decoration: none;
}
.vacancy_block .more a span {
    display: block;
}

@media (max-width: 992px) {
    .vacancy_block {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .vacancy_block .image {
        width: 100%;
    }
    .vacancy_block .info {
        width: 100%;
    }
    .vacancy_block .more {
        width: 100%;
    }
}

.login_error {
    border: 2px solid red;
    padding: 15px;
    text-align: center;
    color: red;
    margin-bottom: 20px;
}
.recovery_note {
    padding: 30px 0;
}
.order_status_block {
    margin-top: 100px;
    margin-bottom: 100px;
}

ul.headernav li ul {
    background-color: #fff;
    padding: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    text-shadow: 3px 3px 3px #444;
}
ul.headernav li ul li a {
    color: #000;
    text-shadow: 1px 1px 1px #ccc;
}
ul.headernav li ul li a:hover {
    color: #666;
}

.levels_info_wraper {
    border: 2px solid #a791d3;
    padding: 15px;
}
.levels_info_wraper h3 {
    text-align: left;
    margin: 0;
    margin-bottom: 15px;
}
.levels_info_wraper .level_block {
    margin-bottom: 15px;
}
.levels_info_wraper .level_block h4 {
    text-transform: uppercase;
    font-family: 'Bebas Neue Bold';
    font-size: 18px;
    letter-spacing: 0.09em;
    margin: 0;
    color: #17a2b8;
}
.container {
    position: relative;
}
.time_link {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #636bc1;
    border-color: #636bc1;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.1em;
    border-radius: 24px;
    padding: 5px 25px;
    cursor: pointer;
    z-index: 100;
    margin-right: 15px;
    margin-top: 5px;
}
.time_link:hover {
    text-decoration: none;
    background-color: #3578c7;
    border-color: #3578c7;
    color: #fff;
}

.user_message_block {
    border: 1px solid #a791d3;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 20px;
    h3 {
        text-align: left;
        border-bottom: 1px solid #a791d3;
    }
}

/*Mobile new header*/
.mobile_new_header {
    display: block;
    z-index: 201;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    top: 0;
    position: fixed;
    height: 110px;
    background-color: #8d91d3;
    padding: 5px 15px;
}
.mobile_new_header .first_line, .mobile_new_header .last_line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.mobile_new_header .first_line {
    border-bottom: 1px solid #3578c7;
    padding-bottom: 5px;
}
.mobile_new_header .last_line {
    padding-top: 5px;
}
.mobile_new_header .last_line .navmenu_mobile {
    display: block;
}
ul.mobile_lang {
    display: block;
    list-style: none;
    padding: 0;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
ul.mobile_lang li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Bebas Neue Bold';
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
}
ul.mobile_lang li a {
    color: #fff;
    text-shadow: 2px 2px 2px #444;
}
ul.mobile_lang li a:hover {
    text-decoration: none;
    color: #ececec;
}
ul.mobile_lang li ul {
    position: absolute;
    left: 0;
    display: none;
}
ul.mobile_lang li ul li {
    display: block;
}
ul.mobile_lang li:hover ul {
    display: block;
}
a.navmenu_mobile {
    display: block;
    z-index: 202;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
a.navmenu_mobile:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
img.mlogo {
    width: 60px;
}
a.fastlink {
    background-color: #3578c7;
    color: #fff;
    height: 30px;
    border-radius: 17px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.1em;
    display: inline-block;
}
a.fastlink:hover {
    color: #efefef;
    text-decoration: none;
}
a.navmenu_mobile {
    display: block;
    z-index: 202;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

a.navmenu_mobile:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.navmenu_mobile i {
    color: #fff;
}

/*Mobile new header*/
.mobile_new_header {
    display: block;
    z-index: 201;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    top: 0;
    position: fixed;
    height: 110px;
    background-color: #8d91d3;
    padding: 5px 15px;
}
.mobile_new_header .first_line, .mobile_new_header .last_line {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: normal;
}
.mobile_new_header .first_line {
    border-bottom: 1px solid #3578c7;
    padding-bottom: 5px;
}
.mobile_new_header .last_line {
    padding-top: 5px;
}
.mobile_new_header .last_line .navmenu_mobile {
    display: block;
}
ul.mobile_lang {
    display: block;
    list-style: none;
    padding: 0;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
ul.mobile_lang li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Bebas Neue Bold';
    font-size: 20px;
    letter-spacing: 0.08em;
    color: #fff;
    position: relative;
}
ul.mobile_lang li a {
    color: #fff;
    text-shadow: 2px 2px 2px #444;
}
ul.mobile_lang li a:hover {
    text-decoration: none;
    color: #ececec;
}
ul.mobile_lang li ul {
    position: absolute;
    left: 0;
    display: none;
}
ul.mobile_lang li ul li {
    display: block;
}
ul.mobile_lang li:hover ul {
    display: block;
}
a.navmenu_mobile {
    display: block;
    z-index: 202;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
a.navmenu_mobile:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
img.mlogo {
    width: 60px;
}
a.fastlink {
    background-color: #3578c7;
    color: #fff;
    height: 30px;
    border-radius: 17px;
    padding: 2px 10px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Regular';
    font-size: 18px;
    letter-spacing: 0.1em;
    display: inline-block;
}
a.fastlink:hover {
    color: #efefef;
    text-decoration: none;
}
a.navmenu_mobile {
    display: block;
    z-index: 202;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

a.navmenu_mobile:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}

.navmenu_mobile i {
    color: #fff;
}