@charset "utf-8";
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
html,body{ height:100%; min-width: 1150px; }
body { color:#000; font-size: 16px; font-family: 'Raleway-Regular', sans-serif; }
.wrapper{ min-height:100% }
.header{ height: 170px; position: absolute; top: 0px; left: 0px; width: 100%; z-index: 50; transition: all linear 0.2s; }
.footer{ height:188px; margin-top:-188px; background: #4f4f53; }
.appendix{ height:188px; clear:both }
.div_header, .div_content, .div_footer { width: 1150px; margin:0px auto; }
.div_header { height: 170px; }
.div_footer { height: 188px; border-bottom: 0px; }
.div_content { float: left; min-width:100%; }
a { text-decoration: none; }
a img { border: none; }
.clr { clear: both; }
.vtitle {
    margin-right: 10px;
}
.box-programms-item .calendar-head span {background: #2da7df;color: #fff;font-size: 16px;padding: 15px 20px;position: relative;display: inline-flex;align-items: center;justify-content: flex-start;

    margin-bottom: 20px;
}
.moduleIndex { width: 1000px; margin: 0px auto; padding-top: 50px; padding-bottom: 50px; }
.moduleIndex p,
.moduleIndex ul,
.moduleIndex ol,
.moduleIndex div {
    color: #5f5f5f;
    font-size: 19px;
    line-height: 32px;
    /*font-weight: bold;*/
    margin-bottom: 5px;
}
.box-header-height-out, .box-programms-item {
    background-position: center !important;
}
#content .box-header-height-inner .click-video-link {
    position: absolute;right: 0;top: -50px;
}
.moduleIndex ul {
    list-style: disc;
    margin-left: 20px;
    color: #5f5f5f;
    font-size: 19px;
    line-height: 32px;
    /*font-weight: bold;*/
    margin-top: 5px;
}
.moduleIndex ol{
    list-style: decimal;
    margin-left: 20px;
    color: #5f5f5f;
    font-size: 19px;
    line-height: 32px;
    /*font-weight: bold;*/
    margin-top: 5px;
    margin-bottom: 5px;
}
.moduleIndex2 { width: 1120px; margin: 0px auto; padding-top: 50px; padding-bottom: 50px; }
.moduleIndex3 { width: 1300px; margin: 0px auto; padding-top: 50px; padding-bottom: 50px; }
img {
    max-width: 100%;
}

#content{
    overflow: hidden;
}

h2, h3, h4, h5 {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 36px;
    margin-bottom: 25px;
}

p {
    line-height: 24px;
}

.box-header-height-out {
   /* background: url(/img/bg_header.jpg) no-repeat;
    background-size: cover !important;*/
    position: relative;
    /*float: left;*/
    width: 100%;
    min-height: 100vh;
}

.box-header-height-out2 {
    background: url(/img/bg_header2.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out3 {
    background: url(/img/bg_header3.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out4 {
    background: url(/img/bg_header4.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out5 {
    background: url(/img/bg_header5.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out6 {
    background: url(/img/bg_header6.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out7 {
    background: url(/img/bg_header7.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.box-header-height-out8 {
    background: url(/img/bg_header8.jpg) no-repeat;
    background-size: cover !important;
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
}

.div_header-out {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.btn-menu-open-out {
    padding: 15px;
    display: flex;
    align-items: center;
}

.btn-menu-open {
    width: 35px;
    height: 35px;
    background: url(/img/btn_menu_open.png) no-repeat center center;
    cursor: pointer;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: -85px;
}

.header-right-info {
    display: flex;
    height: 100%;
    align-items: center;
}

.header-right-line-out {
    font-size: 20px;
    color: #fff;
}

.header-right-line-1 {
    font-family: 'Raleway-SemiBold', sans-serif;
    margin-bottom: 12px;
}

.header-right-line-2 {
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.header-right-line-1, .header-right-line-2 {
    text-align: right;
}

.box-header-height-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition:  background-image .2s ease;

    padding: 0 0 15px;

}

.radio-list {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.radio label {
    display: flex;
    grid-gap: 10px;
    align-items: center;
}

.radio-list .form-check {
    /*margin-left: 25px;*/
    display: flex;
    align-items: center;
}
.radio-list .form-check label {
    margin-bottom: 0;
}
.radio-list input[type='radio'] {
    height: auto;margin: 0 15px 0 0;padding: 0;width: auto;
}

.box-header-height-inner .header-container{
	display: block;
    max-width: 1130px;
    margin: 0px auto;
	z-index: 1;
}

.box-header-height-inner-top {
    position: relative;
    height: 100%;
    /*min-height: 70vh;*/
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    width: 100%;
}

.box-header-height-inner-bottom {
    display: flex;
    justify-content: center;
    height: 90px;
    margin: auto 0 0;
}

.btn_scroll_bottom-out {
    padding: 0px 15px 15px 15px;
    cursor: pointer;
}

.btn_scroll_bottom-inner {
    width: 23px;
    height: 66px;
    background: url(/img/btn_scroll_bottom.png) no-repeat;
}

.box-header-height-inner-bottom2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 90px;
}

.btn_scroll_bottom-out2 {
    padding: 0px 15px 15px 15px;
    cursor: pointer;
}

.btn_scroll_bottom-inner2 {
    width: 23px;
    height: 66px;
    background: url(/img/btn_scroll_bottom.png) no-repeat;
}

h1 {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 50px;
    text-transform: uppercase;
    color: #fff;
}

.box-header-general-description {
    font-size: 18px;
    color: #fff;
    /*max-width: 780px;*/
    margin-top: 10px;
    line-height: 30px;
}

.header-text {
    float: left;
    width: 100%;
    max-width: 780px;
}

.box-header-right-social {
    position: absolute;
    top: 0;
    right: 0px;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.box-social-r {
    display: flex;
    flex-direction: column;
    margin-top: 108px;
}

.box-social-r a {
    display: flex;
    justify-content: center;
    width: 25px;
    padding: 5px 0px 8px 5px;
}

.box-social-r a i {
    font-size: 22px;
    color: #2da7df;
    transition: all linear 0.2s;
}

.box-social-r a:hover {
    text-decoration: none;
}

.box-social-r a:hover i {
    color: #fd1351;
}

.link-header-follow {
    color: #fff;
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 17px;
    text-decoration: underline;
    cursor: default;
}

.box-follow-r a.link-header-follow:hover {
    color: #2da7df;
}

.box-follow-r {
    position: relative;
}

.box-follow-r a {
    position: absolute;
    white-space: nowrap;
    transform: rotate(90deg);
    left: -22px;
    top: 36px;
    text-decoration: none;
    color: #2da7df;
    transition: all linear 0.2s;
}

.box-follow-r a:hover {
    color: #fd1351;
}

.box-follow-r a span {
    border-bottom: 2px solid #2da7df;
    padding-bottom: 4px;
}

.footer-out {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.footer-left, .footer-center, .footer-right {
    display: flex;
    align-items: center;
}

.footer-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-left-1, .footer-left-2 {
    width: 100%;
}

.footer-left-1 {
    margin-bottom: 24px;
}

.footer-left-1 a {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    cursor: default;
}

.footer-left-1 a span {
    padding-bottom: 3px;
    border-bottom: 2px solid #fff;
}

.footer-left-2 {
    display: flex;
}

.footer-left-2 a {
    float: left;
    color: #fff;
    font-size: 25px;
    margin-right: 14px;
}

.footer-left-2 a:nth-child(1) {
    font-size: 22px;
}

.footer-center {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.footer-center-line-1 {
    font-family: 'Raleway-SemiBold', sans-serif;
    /*font-size: 20px;*/
    text-align: center;
    line-height: 30px;
    margin-bottom: 22px;
}

.footer-center-line-2 {
    display: flex;
    justify-content: space-between;
}

.footer-center-line-2 a {
    font-family: 'Raleway-SemiBold', sans-serif;
    /*font-size: 19px;*/
    color: #fff;
    text-decoration: underline;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-center-line-2 a:hover {
    text-decoration: none;
}

.footer-right-out {
    display: flex;
    flex-direction: column;
}

.footer-right-inner span {
    padding-bottom: 11px;
    border-bottom: 2px solid #2da7df;
}

.footer-right-out .footer-right-inner:first-child {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 16px;
    margin-bottom: 22px;
    line-height: 26px;
}

.box-silver-latest {
    float: left;
    width: 100%;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 38px;

    text-transform: uppercase;
    background: #737484;
    text-align: center;

    text-shadow: 1px 1px 2px #000;
    font-size: 40px;
    text-transform: none;
}

.box-silver-latest h3 {
    font-size: 40px;
}

.box-silver-latest a {
    color: #fff;
    text-decoration: none;
}

.box-silver-latest a:hover, .box-silver-latest a:focus {
    text-decoration: underline;
}

.fl_text {
    padding-bottom: 15px;
}

.fl_imgs img:first-child {
    padding-right: 20px;
}

.box-list-videos {
    float: left;
    width: 100%;

}

.cursor-pointer {
	cursor:pointer;
}

.box-list-videos .box-item-video {
    border-bottom: 2px solid #dedede;
}

.box-list-videos .box-item-video:last-child {
    border-bottom: 0px !important;
}

.box-item-video {
    position: relative;
    float: left;
    width: 100%;
    height: 452px;
    background-size: cover !important;
}

.box-item-video-inner {
    width: 1150px;
    margin: 0px auto;
    display: flex;
    height: 100%;
}

.box-item-video-inner-left, .box-item-video-inner-right {
    width: 50%;
}

.box-item-video-inner-left {
    padding-top: 71px;
}

.video-name-out {
    float: right;
    display: flex;
    flex-direction: column;
}

.video-name, h1.aos-init.aos-animate {
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 38px;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
}

 h1.aos-init.aos-animate {
	white-space: normal;
 }
 
.box-programms-out .video-name {
    white-space: normal;
}

.video-line-out {
    float: left;
    width: 100%;
}

.video-line {
    float: right;
    height: 2px;
    width: 120px;
    background: #fff;
}

.click-video {
    float: left;
    width: 100%;
    font-family: 'Raleway-SemiBoldItalic', sans-serif;
    font-size: 20px;
    color: #fff;
    text-decoration: underline;
    text-align: right;
    margin-top: 19px;
    cursor: pointer;
}

.click-video:hover, .click-video:focus {
    text-decoration: none;
    color: #fff;
}

.box-item-video-inner-right {
    padding-top: 55px;
    padding-left: 140px;
}

.btn-play-video {
    width: 161px;
    height: 144px;
    background: url(/img/btn_play.png) no-repeat;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 11px;
    top: 17px;
    opacity: 1;
    color: #fff;
    padding: 5px;
    outline: none;
}

.close:hover {
    opacity: 1;
    color: #ccc;
}

.modal-content {
    background: #000;
    color: #fff;
}

.modal-body {
    padding: 0px;
}

.video-iframe-youtube {
    width: 100%;
    height: 75vh;
    max-height: 100%;
}

.modal-dialog {
    width: 80vw;
    width: 100%;
    margin: 0;
}

.modal-dialog {
    max-width: 900px;
}

.iframe-name {
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 18px;
}

.box-left-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 470px;
    height: 100vh;
    background: rgba(0, 0, 0, 0.89);
    color: #fff;
    z-index: 999;
    transition: all linear 0.5s;
}

.box-menu-close {
    position: absolute;
    top: 67px;
    right: 47px;
    width: 31px;
    height: 31px;
    background: url(/img/close.png) no-repeat center center;
    cursor: pointer;
}

/*.box-menu-out {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 147px;
}*/

.box-menu-out {
    position: relative;
    float: none;
    width: 100%;
    height: 68%;
    margin-top: 147px;
}


.box-menu-out > ul::-webkit-scrollbar {
  width: 5px;
  height: 0px;
  background: #eee;
  border-radius: 3px;
}

.box-menu-out > ul::-webkit-scrollbar-thumb {
  background: #2da7df;
}

.box-menu-out > ul::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 3px;
  height: 0px;
}


.box-menu-out ul li {
    border-bottom: 1px solid #3d3a3b;
    padding-left: 73px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-menu-out ul li a {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
}

.box-menu-out ul li a:hover {
    text-decoration: none;
}

.box-menu-out ul li a:hover span {
    border-bottom: 2px solid #fff;
}

.sub-menu ul {
    padding-top: 10px;
}

.sub-menu ul li {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 22px;
    border-bottom: 0px;
}

.sub-menu ul li a {
    font-family: 'Raleway-Regular', sans-serif;
}

/*.sub-menu ul li a:hover {
    border-bottom: 1px solid #fff;
}*/

/*.box-menu-social {
    position: absolute;
    left: 73px;
    bottom: 70px;
}*/

.box-menu-social {
    position: absolute;
    left: 73px;
    bottom: 70px;
    width: 100%;
    left: 0;
    /* padding-left: 73px; */
    bottom: 0;
    padding: 30px 0 30px 73px;
    z-index: 1;
    background: #272425;
    position: static;
    float: none;
    display: inline-block;
}

.box-menu-social-out {
    display: flex;
    flex-direction: column;
}

.box-menu-social-out .box-menu-social-inner:first-child {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 22px;
}

.box-menu-social-out .box-menu-social-inner:first-child span {
    padding-bottom: 2px;
    border-bottom: 2px solid #2da7df;
}

.menu-social-out {
    display: flex;
    margin-top: 20px;
}

.menu-social-out a {
    color: #b394aa;
    font-size: 22px;
    margin-right: 15px;
}

.menu-social-out a:nth-child(1) {
    font-size: 20px;
}

.box-left-menu.open-menu {
    left: 0px;
}

.box-left-menu.close-menu {
    left: -470px;
}

.other-page .box-header-general-description {
    float: left;
    width: 100%;
    max-width: 100%;
}

.other-page h1, .other-page .box-header-general-description {
    text-align: center;
}

.moduleIndex-out {
    float: left;
    width: 100%;
}

.scrollFixed {
    position: fixed;
    top: 0px;
    height: 115px;
    background: rgba(115,116,132,0.8);
    border-bottom: 1px solid #6c6c6d;
    -webkit-box-shadow: 0px -6px 30px #000;
    -moz-box-shadow: 0px -6px 30px #000;
    box-shadow: 0px -6px 30px #000;
}

.scrollFixed .div_header {
    height: 115px;
}

.scrollFixed .header-logo img {
    width: 90px;
}

.scrollFixed .header-right-line-out {
    font-size: 15px;
}

.logo-center {
    margin-right: -50px;
}

/* AMAZING */

.box-header-height-inner-top h1 {
    line-height: 60px;
}

.box-header-general-description {
    line-height: 1.2;
}

.header-link-more-out {
    float: left;
    width: 100%;
}

.header-link-more {
    color: #fff;
    font-size: 16px;
    position: relative;
    outline: none;
    box-shadow: none;
}

.header-link-more:hover, .header-link-more:focus {
    color: #fff;
    text-decoration: none;
}

.box-slider-out {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.box-left-arr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

.box-right-arr {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}

#header-slider{
    max-width: 100%;
    padding-bottom: 15px;
    display: none1;
	z-index: 1;
}

#header-slider *{
    outline: none !important;
}

#header-slider .slick-arrow,
.gallery .slick-arrow{
    background: #272425;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 46%;
    margin-top: -20px;
    z-index: 9;
    opacity: 0.8;
    transition: all 0.3s ease;
}
#header-slider .slick-list{
    position: relative;
}

#header-slider .slick-slide {
    margin: 0;
}

#header-slider .slick-list {
    margin: 0 -15px;
}


#header-slider .slick-list:before{
    content:"";
    height: 120%;
    width: 100px;
    background: red;
    left: -20px;
    top: -10%;
    z-index: 9;
    position: absolute;
    pointer-events: none;
    background: #000;
    opacity: 0.5;
    transform: blur(0.2);
    filter: blur(13px);
}
#header-slider .slick-list:after{
    content:"";
    content: "";
    height: 120%;
    width: 100px;
    background: red;
    right: -20px;
    top: -10%;
    z-index: 9;
    position: absolute;
    pointer-events: none;
    background: #000;
    opacity: 0.5;
    transform: blur(0.2);
    filter: blur(13px);
}
#header-slider .slick-arrow:hover{
    opacity: 1;
}
#header-slider .slick-arrow img{
    /*-webkit-filter: invert(100%);*/
    /* max-width: 14px; */
    padding: 12px;
}
#header-slider .slick-next,
.gallery .slick-next {
    right: 15px;
}
#header-slider .slick-prev,
.gallery .slick-prev {
    left: 15px;
}
.mainPageArrow{
    /*display: none !important;*/
}
.item-header-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 440px;
    position: relative;
    border: 1px solid #fff;
}

.item-header-slide:before{
    content:"";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
}

.item-header-slide:hover:before{
    opacity: 0.2;
}
.item-header-slide a {
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
     align-items: center;
    opacity: 0;
    text-align: center;
    z-index: 9;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Raleway-ExtraBold', sans-serif;
    padding: 75px 15px;
    transition: all 0.3s ease;
}

.item-header-slide:hover a {
    opacity: 1;
    /*padding: 65px 10px;*/
}

.box-slider-out .bx-controls {
    display: none;
}

.logo-slider {
    height: 136px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.box-item-video-inner-left {
    float: right;
    display: flex;
    flex-direction: row-reverse;
}

.logo-inner-logo {
    padding-left: 60px;
}

.link-last-sul {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
}

.box-last-sul {
    position: relative;
}

.box-last-sul-inner {
    background: #2da7df;
    color: #fff;
    padding: 50px 45px;
    position: relative;
    z-index: 20;
}

.link-last-sul a {
    color: #fff;
    font-family: 'Raleway-SemiBoldItalic', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.link-last-sul a:hover, .link-last-sul a:focus {
    border-bottom: 0px;
}

.box-circle-out {
    position: absolute;
    width: 371px;
    height: 367px;
    left: -185px;
    bottom: -185px;
    background: url(/img/logo_sul_mens_back.png) no-repeat center center;
    background-size: cover;
    z-index: 9;
}

.box-circle-inner {
    position: absolute;
    width: 122px;
    height: 123px;
    left: -61px;
    bottom: -62px;
    background: url(/img/logo_sul_mens.png) no-repeat center center;
    background: url(/img/sul_trans1-02.png) no-repeat center center;
    background-size: cover;
}

.box-breadcrumbs {
    float: left;
    width: 100%;
}

.box-breadcrumbs ul {
    padding: 0px;
}

.box-breadcrumbs ul li {
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    padding-right: 5px;
}

.box-breadcrumbs ul li a {
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
}

.header-text p {
    line-height: 29px;
}

.cruise-table-options td {
    padding: 10px 15px;
}

.cruise-table-options tr td:first-child {
    background: #323160;
    color: #fff;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 15px;
}

.cruise-table-options tr td:last-child {
    color: #5f5f5f;
    font-weight: bold;
}

.box-cruise-map {
    float: left;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 80px;
}

.box-cruise-map img {
    border:1px solid #efefef;
}

.link-apply-online {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Raleway-SemiBold', sans-serif;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 7px 35px;
    background: rgba(0,0,0,0.2);
    transition: all linear 0.2s;
}

.link-apply-online:hover, .link-apply-online:focus {
    color: #fff;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
}

.title-box-v, .text-box-v, .link-box-v {
    float: left;
    width: 100%;
}

.pad-ch-left .title-box-v, .pad-ch-left .text-box-v, .pad-ch-left .link-box-v {
    padding-left: 25px;
}

.pad-ch-right .title-box-v, .pad-ch-right .text-box-v, .pad-ch-right .link-box-v {
    padding-right: 25px;
}

.title-box-v {
    font-size: 40px;
    line-height: 47px;
    color: #444242;
    font-family: 'Raleway-SemiBold', sans-serif;
    margin-bottom: 50px;
    margin-top: 25px;
}

.text-box-v {
    color: #5f5f5f;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}

.text-box-v p {
    line-height: 32px;
}

.link-box-v a {
    color: #2da7df;
    font-size: 17px;
    font-family: 'Raleway-SemiBold', sans-serif;
    text-decoration: none;
    border-bottom: 2px solid #2da7df;
}

.link-box-v a:hover, .link-box-v a:focus {
    color: #2da7df;
    border-bottom: 0px;
}

.box-meet-img, .box-meet-title, .box-meet-text {
    float: left;
    width: 100%;
}

.box-meet-img {
    margin-bottom: 30px;
    text-align: center;
}

.box-meet-title {
    color: #444242;
    font-size: 40px;
    font-family: 'Raleway-SemiBold', sans-serif;
    line-height: 46px;
    margin-bottom: 20px;
}

.box-meet-text {
    color: #5f5f5f;
    font-size: 22px;
    margin-bottom: 35px;
}

.box-programms-item{
    cursor:  pointer;
}

.box-meet-text p {
    line-height: 30px;
}

.box-programms-out {
    float: left;
    width: 100%;
}

.box-programms-item {
    float: left;
    width: 50%;
    height: 350px;
    background-size: cover!important;
    padding: 50px 60px;
    position: relative;
    border: 2px solid #939393;
}

.box-programms-item.fw {
    height: 420px;
    width: 100%;
}

.left-prog {
    float: right;
}

.right-prog {
    float: left;
}

.box-programms-item .video-name {
    text-shadow: 1px 1px 2px #000;
}

.box-sul-logo-icon {
    position: absolute;
    bottom: 20px;
}

.sul-logo-left {
    right: 80px;
}

.sul-logo-right {
    left: 80px;
}

.box-table-summer {
    float: left;
    max-width: 750px;
    margin-bottom: 70px;
}

.box-table-summer tr td {
    padding: 10px 15px;
    vertical-align: middle;
}

.box-table-summer tr td:first-child {
    background: #fcc987;
    color: #fff;
    text-align: right;
    font-weight: bold;
    text-shadow: 1px 1px 2px #8c8c8c;
    border-bottom: 1px solid #fff;
}

.box-table-summer tr td:last-child {
    font-size: 18px;
    color: #5f5f5f;
    font-weight: bold;
}

.box-table-summer tr:last-child td:first-child {
    background: #858686;
}

.color-no-silver-1 {
    background: #a28c99;
}

.title-center-box {
    color: #444242;
    font-size: 40px;
    font-family: 'Raleway-SemiBold', sans-serif;
    text-align: center;
}

.box-slider-gallery-out {
    float: left;
    width: 100%;
    margin-top: 55px;
    padding: 0px 75px;
    position: relative;
    /*height: 600px;*/
    margin-bottom: 70px;
}

.sl-left-arr {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sl-right-arr {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.box-slider-gallery-out .bx-controls {
    display: none;
}

.sl-item {
    float: left;
    width: 100%;
    display: flex;
}

.sl-item .sl-hor:first-child {
    padding-right: 5px;
}

.sl-ver-out {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sl-ver {
    height: 50%;
}

.video-gall {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}

.play-gall {
    position: absolute;
    width: 94px;
    height: 94px;
    top: calc(50% - 47px);
    left: calc(50% - 47px);
    background: url(/img/btn-play.png) no-repeat center center;
    background-size: cover;
    z-index: 9;
}

.box-gall-logos-out {
    float: left;
    width: 100%;
    margin-bottom: 90px;
}

.box-header-height-inner-top-menu {
    height: 280px;
    height: 170px;
}

.link-apply-online {
    white-space: normal;
    display: block;
    text-align: center;
}

.ph {

}

.box-contact-list {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 45px;
}

.box-contact-item {
    float: left;
    width: 100%;
    color: #5f5f5f;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 7px;
}

.box-contact-item img {
    margin-right: 20px;
}

.form-contact-us {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.form-contact-us label {
    float: left;
    width: 100%;
    color: #5f5f5f;
    font-weight: bold;
    font-size: 20px;
}

.form-contact-us input, .form-contact-us textarea {
    float: left;
    width: 100%;
    outline: none;
    padding: 10px 20px;
}

.form-contact-us input {
    height: 39px;
    border:1px solid #e1e1e1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.form-contact-us textarea {
    border:1px solid #e1e1e1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
    height: 180px;
    resize: none;
}

.form-contact-us label span {
    color: #bb0606;
}

.btn-send-contact {
    background: #2da7df;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 0px;
    padding: 15px 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    outline: none;
}

/* responsive */
@media screen and (max-width: 1300px) {
    .box-slider-out___2{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.box-header-height-out,
.box-programms-item{
    position: relative;
}
.box-header-height-out:before,
.box-programms-item:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1200px) {
    .box-programms-out .box-programms-item {
        display: flex;
        justify-content: center;
        padding: 30px 30px;
        position: relative;
        text-align: center;
    }
    .box-programms-out .video-line-out {
        display: flex;
        justify-content: center;
    }
    .box-programms-out .click-video {
        text-align: center;
    }
    .box-programms-out .video-name {
        white-space: normal;
    }
    .box-sul-logo-icon.sul-logo-left {
        right: calc(50% - 103px);
    }
    .box-sul-logo-icon.sul-logo-right {
        left: calc(50% - 103px);
    }
}

@media screen and (max-width: 1180px) {
    html, body, .moduleIndex, .div_header, .div_content, .div_footer, .box-header-height-inner, .box-item-video-inner, .moduleIndex2, .moduleIndex3 {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
    .div_header, .div_footer, .box-header-height-inner, .box-item-video-inner, .moduleIndex, .moduleIndex2, .moduleIndex2 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-item-video-inner {
        display: flex;
        flex-direction: column;
    }
    .box-item-video-inner-left, .box-item-video-inner-right {
        width: 100%;
    }
    .box-item-video-inner-left {
        justify-content: center;
    }
    .video-name {
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    #header-slider{
        /*max-width: 95%;*/
    }
    #header-slider .slick-arrow{
        top: 43%;
    }
    .header-link-more-out,
    .header-text,
    .box-header-height-inner-top h1{
        padding: 0 15px;
    }

    .item-header-slide{
        height: 310px;
    }
    .no-mob {
        display: none;
    }
    .pad-ch-left, .pad-ch-right {
        width: 100%;
    }
    .text-box-v, .pad-ch-left .link-box-v {
        padding: 0px !important;
    }
}

@media screen and (max-width: 920px) {
    h1 {
        font-size: 50px;
        padding-right: 40px;
    }
    .box-header-general-description {
        font-size: 16px;
        padding-right: 40px;
    }
    .box-slider-out {
        margin-left: 20px;
    }
    .sl2 {
        margin-left: 0px;
    }
    .box-left-arr, .sl-left-arr {
        left: 10px;
    }
    .box-right-arr, .sl-right-arr {
        right: 10px;
    }
}

@media screen and (max-width: 820px) {
    .footer-center-line-1 {
        /*font-size: 16px;*/
        line-height: 26px;
    }
}

@media screen and (max-width: 768px) {
    .box-meet-title {
        text-align: center;
        font-size: 30px;
        line-height: 38px;
    }
    .box-programms-out.bl1 .box-programms-item {
        height: 387px;
        width: 100%;
        justify-content: flex-end;
    }
    .video-name {
        text-align: right !important;
    }
    .moduleIndex-out .video-name {
        font-size: 22px;
    }
}

@media screen and (max-width: 670px) {
    .box-header-height-inner-top-menu {
        height: 170px;
    }
    .footer-out {
        flex-direction: column;
    }
    .footer-left-1, .footer-left-2 {
        display: flex;
        justify-content: center;
    }
    .footer-left-1 {
        margin-bottom: 40px;
    }
    .footer-left {
        margin-bottom: 40px;
    }
    .footer {
        height: 480px;
        margin-top: -480px;
    }
    .div_footer {
        height: 434px;
    }
    .fl_imgs img {
        height: 50px;
    }
    .fl_imgs {
        padding-bottom: 20px;
    }
    .appendix {
        height: 480px;
    }
    .footer-out {
        padding-top: 0px;
    }
    .footer-right {
        display: flex;
        justify-content: center;
    }
    .footer-left-1 a {
        font-size: 26px;
    }
    .footer-left-2 a {
        font-size: 39px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer-left-2 a:nth-child(1) {
        font-size: 35px;
    }
    .footer-center {
        margin-bottom: 40px;
    }
    .footer-center-line-2 {
        flex-direction: column;
    }
    .footer-center-line-2 a {
        text-align: center;
        font-size: 19px;
        display: table;
        text-decoration: underline !important;
    }
    .footer-center-line-2 a:after {
    	content: none !important;
    }
    .footer-center-line-1 {
        margin-bottom: 7px;
    }
    .header-right-line-out {
        font-size: 15px;
    }
    .header-right-line-1 {
        margin-bottom: 0px;
        font-size: 12px;
    }
    .btn-menu-open-out, .header-logo, .header-right-info {
        width: 33%;
    }
    .header-right-info {
        justify-content: flex-end;
    }
    .header-logo img {
        width: 90px;
    }
    .header, .div_header {
        height: 115px;
    }
    /*.box-header-height-inner-top {*/
        /*padding-top: 130px;*/
    /*}*/
    .box-silver-latest,
    .box-silver-latest h3 {
        font-size: 25px;
        padding: 0 15px;
    }
    .box-item-video {
        height: 400px;
    }
    .box-item-video-inner {
        flex-direction: column;
    }
    .box-item-video-inner-left {
        padding-top: 20px;
    }
    .box-item-video-inner-right {
        padding-left: 0px;
    }
    .box-item-video-inner-left, .box-item-video-inner-right {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }
    .video-line-out {
        display: flex;
        justify-content: center;
    }
    .click-video {
        text-align: center;
    }
    .video-name {
        color: #fff;
    }
    .video-name {
        font-size: 35px;
    }
    .box-silver-latest {
        height: 80px;
    }
    h2 {
        font-size: 22px;
    }
    .box-list-videos .box-header-height-inner-bottom2 {
        display: none;
    }
    .header-logo {
        display: flex;
        justify-content: center;
        margin-right: -7px;
    }
    .logo-inner-logo {
        display: none;
    }
    .box-last-sul {
        margin-left: 60px;
        margin-top: -55px;
    }
    .video-name {
        white-space: normal;
    }
    .box-circle-out {
        display: none;
    }
    .link-apply-online {
        padding: 7px 3px;
    }
    .box-header-height-out {
    	min-height: auto;
    }
    .box-header-height-inner {
    	min-height: auto !important;
    	padding-bottom: 0px;
    }
}

@media screen and (max-width: 550px) {
    h1 {
        font-size: 30px;
    }
    .box-header-height-inner-top h1 {
        line-height: 45px;
    }
    .last-sul {
        height: 400px !important;
        min-height: initial !important;
    }
}

@media screen and (max-width: 469px) {
    .box-left-menu {
        width: 340px;
    }
}

@media screen and (max-height: 750px) {
    .box-menu-close {
        top: 44px;
    }
    .box-menu-out {
        margin-top: 70px;
    }
    /*.box-menu-social {
        position: relative;
        float: left;
        bottom: 20px;
        left: 0px;
        margin-left: 73px;
        margin-top: 40px;
    }*/
    .bl2 .box-programms-item {
        width: 100%;
    }
}


@media screen and (max-height: 700px) {
    .sl-item .sl-hor:last-child {
        display: none;
    }
    .title-center-box {
        font-size: 25px;
    }
}

@media screen and (max-height: 600px) {
    /*.box-header-height-inner-top {*/
        /*padding-top: 130px;*/
    /*}*/
    .box-header-right-social {
        top: calc(50% - 47px);
    }
    .box-left-menu {
        overflow-x: scroll;
    }
}

/* center modal */
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}













/* 10.10.2019 */
.box-left-menu {
    transition: all .8s ease;
    opacity: 0;
}

.box-left-menu.open-menu {
    opacity: 1;
}

.box-menu-out ul li a > span,
.item-header-slide a {
    position: relative;
}
.header-link-more:hover {
    border: none;
}
.item-header-slide a {
    text-decoration: none;
}
.box-menu-out ul li a > span:after,
.header-link-more:after,
.item-header-slide a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    display: inline-block;
    height: 2px;
    width: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

.item-header-slide a:after {
    bottom: 0;
    opacity: 0;
    display: none !important;
}
.header-link-more {
    position: relative;
    outline:  none !important;
    margin-bottom: 10px;
}

.box-menu-out ul li a:hover > span:after,
.header-link-more:hover:after,
.item-header-slide a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.box-menu-out ul li a:hover span {
    border: none;
}
/*.box-menu-out {
    height: 100%;
}*/

.box-menu-out > ul {
    overflow: auto;
    height: 100%;
}


.menu-social-out a,
.footer-left-2 a {
    transition: all .2s ease;
}

.menu-social-out a:hover,
.footer-left-2 a:hover {
    transform: translateY(-5px);
}

.box-social-r a:hover i {
    color: #fff;
}


.btn_scroll_bottom-inner {
    animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}


.box-silver-latest:hover a {
    text-decoration: none;
}

.box-silver-latest a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    display: inline-block;
    height: 4px;
    width: 100%;
    opacity: 0;
    background: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.no-underline.box-silver-latest a:after {display:none;}

.box-silver-latest a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



.click-video {
    text-decoration: none;
    position: relative;
    width: auto;
    align-self: flex-end;
}

.click-video:after {
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    transition: all .2s ease;
}

.click-video:hover:after {
    width: 0;
}

.footer-center-line-2 a {
    position: relative;
    text-decoration: none;
    padding: 0;
    margin: 0 15px;
}

.link-last-sul a {
    position: relative;
    text-decoration: none;
    border: none;
}

.footer-center-line-2 a:after,
.link-last-sul a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    display: inline-block;
    height: 2px;
    width: 100%;
    opacity: 1;
    background: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.footer-center-line-2 a:hover:after,
.link-last-sul a:hover:after {
    opacity: 0;
    -webkit-transform: scale(.1);
    transform: scale(.1);
}

.mainPageArrow{
    position: fixed;
    bottom: 55px;
    left: 50%;
    margin-left: -12px;
    z-index: 99;
}







.box-meet-text a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    opacity: .75;
    transition: all .2s ease;
}

.box-meet-text a:hover {
    transform: translateY(-5px);
    opacity: 1;
}

.box-meet-text a img {
    display: block;
    width: 100%;
    height: 100%;
}


.info--block strong {
    font-family: 'Raleway-SemiBold', sans-serif;
    display: block;
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 1;
}


.info--block {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

.info--block .container {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.info--block .col-6 {
    width: 60%;
    margin: 15px 0;
    display: block;
}

.info--block .col-4 {
    width: 40%;
    margin: 15px 0;
    display: block;
    padding: 0 30px;
}

.info--block .col-4:nth-child(2n+1) {
    padding-left: 0;
}


.info--block small {
    font-size: 100%;
}

.info--block p {
    display: block;
}


.info--block img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.info--block b {
    font-weight: normal;
    display: block;
    margin-top: 10px;
}

.info--block b a {
    color: #ca0000;
    font-weight: 500;
    margin-top: 10px;
    position: relative;
    text-decoration: none;
}

.info--block b a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #ca0000;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all .2s ease;
}

.info--block b a:hover:after {
    width: 0;
}

@media screen and (max-width: 991px) {
    .info--block .col-6 {
        width: 50%;
    }
    .info--block .col-4 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .info--block .col-6 {
        width: 100%;
        margin-bottom: 5px;
    }
    .info--block .col-4 {
        width: 100%;
        margin-bottom: 30px;
    }
    .info--block .col-6:nth-child(4) {
        order: 3;
    }
    .info--block .col-4:nth-child(3) {
        order: 4;
    }
    .info--block .col-4 {
        padding: 0!important;
    }
}


.news--list {
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

.news--list .conitainer {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
}

.news--list a {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 36px;
    margin-bottom: 25px;
    color: #333;
    display: inline-block;
}

.download--list .box-silver-latest:nth-child(even) {
    background: #a38897;
}






/*20.01.2020*/
.btn-menu-open-out {
	padding-left: 0;
}
.box-header-right-social {
	top: 24px;
}

.box-header-height-inner-top .header-link-more:after {
	transform: scale(1);
	opacity: 1;
	transition: all .3s ease;
}
.box-header-height-inner-top .header-link-more:hover:after {
	background: #2da7df;
}


.box-slider-out___2 h3 {
	margin-left: -5px!important;
}

.box-slider-out___2 .item-header-slide {
	border: none;
}
/*#header-slider .slick-slide {
	margin: 0 5px;
}
*/
#header-slider {
    padding: 0;
}
.header-right-line-out > img {
	width: 150px;
	display: block;
}

.box-silver-latest {
	background: #2da7df;
	text-shadow: none;
}

.box-silver-latest h3 {
	font-family: 'Raleway-ExtraBold', sans-serif;;
}

.video-name {
	text-shadow: 1px 1px 2px #000;
}

.video-line {
	display: none;
}

.click-video {
	margin-top: 0;
}

.box-programms-item:before {
	transition: all .3s ease;
}

.box-programms-item:hover:before {
	background: rgba(0, 0, 0, 0.6);
}

.box-item-video-inner-left, .box-item-video-inner-right {
	width: auto;
}
.box-circle-inner {
	width: 120px;
	height: 120px;
}

.box-last-sul-inner > p {
	margin-bottom: 0;
}

.footer-right-inner span {
	border: none;
	padding-bottom: 0;
}

.footer-right-out .footer-right-inner:first-child {
	margin-bottom: 5px;
}

@media screen and (max-width: 1180px) {
	.box-slider-out___2 .container {
		margin: 0!important;
		width: 100%!important;
		padding: 0!important;
	}
	.box-slider-out___2 h3 {
		margin-left: 0!important;
	}
}

@media screen and (max-width: 950px) {
	.header-link-more-out, .header-text, .box-header-height-inner-top h1 {
		padding: 0;
	}
}

.header-right-line-out {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-left {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.header-left ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0 40px;
}

.header-left i, .header-left svg path {
    font-size: 22px;
    color: #2da7df;
    transition: all linear 0.2s;
}

.header-left ul li {
    margin: 0 20px 0 0;
}

.header-left a:hover i,
.header-left a:hover svg path {
    color: #fff;
    fill: #fff;
}

.header-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
}

.box-header-right-social {
    display: none;
}

.btn-menu-open {
    background: transparent;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 10;
    position: relative;
    transition: all 0.3s ease;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: initial;
    height: initial;
}

.btn-menu-open .line {
    width: 37px;
    height: 4px;
    background: #2da7df;
    display: block;
    margin: 2.5px 0;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.btn-menu-open .line:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 19px;
  z-index: -2;
}
.btn-menu-open .line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 19px;
  z-index: -1;
}
.btn-menu-open:hover {
  cursor: pointer;
}
.btn-menu-open.is-active .line:nth-child(2) {
  opacity: 0;
}
.btn-menu-open.is-active .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  z-index: 4;
}
.btn-menu-open.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.header-right-info a {
    margin: 0 20px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.main-screen-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 25px 0 0;
}

.main-screen-slider .slick-dots button {
    display: none;
}

.main-screen-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #2da7df;
    margin: 0 5px;
    cursor: pointer;
}

.main-screen-slider .slick-dots li.slick-active {
    opacity: .6
}

.header-link-more-out {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 95px 0 0;
}

.header-link-more-out ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.header-link-more-out ul li {
    margin: 0 0 0 20px;
}

.header-link-more-out ul li img {
    max-width: 180px;
    width: 100%;
    max-height: 52px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.calendar {
    display: inline-block;
    width: 100%;
    background: url(http://amazingexperience.education/data/locations/35-preview.png?hash=fb907fed46706c24d1f1953cf6530dce) center no-repeat;
    background-size: cover;
}

.calendar h1 {
    position: relative;
    z-index: 3;
    text-align: center;
    background: #2da7df;
    width: 100%;
    height: 80px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    font-size: 40px;
    text-transform: none;
    margin: 0;
}

.calendar h1:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.calendar h1 span {
    position: relative;
    z-index: 3;
}

.calendar .box-silver-latest {
    float: none;
}

.calendar .row {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.calendar .row [class*=col-] {
    padding: 0;
    width: 50%;
}

.calendar-item {
    padding: 50px 60px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    transition: all 0.3s ease;
    min-height: 350px;
}

.calendar-item.fw {
    min-height: 420px;
}

.calendar-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.calendar-item .calendar-head {
    position: relative;
    z-index: 3;
}

.calendar-item .calendar-head p {
    text-shadow: 1px 1px 2px #000;
    font-family: 'Raleway-ExtraBold', sans-serif;
    font-size: 32px;
    line-height: 45px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
}

.calendar-item .calendar-head span {
    background: #2da7df;
    color: #fff;
    font-size: 16px;
    padding: 15px 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.calendar-item .calendar-title {
    position: relative;
    z-index: 3;
    text-shadow: 1px 1px 2px #000;
    font-family: 'Raleway-SemiBoldItalic', sans-serif;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    color: #fff;
    margin: auto 0 0;
}

.calendar-item .calendar-title:after {
	content: '';
	width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
    content: '';
    position: absolute;
    transition: all .2s ease;
}

.calendar-item .calendar-title:hover:after {
	width: 0;
}

.calendar-item:hover {
    text-decoration: none;
}

.calendar-item:hover:after {
    background: rgba(0, 0, 0, 0.2);
}

.partnership {
    padding: 65px 0;
    display: inline-block;
    width: 100%;
    display: none;
}

.partnership .partner-title {
    font-size: 35px;
    color: #000;
    line-height: 45px;
    margin: 0 0 20px;
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.partnership .row {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 15px;
}

.partnership .row img {
    max-width: 160px;
    margin: 0 15px 25px 0;
    max-height: 100px;
}

.partnership ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.box-header-height-inner .header-container {
	height: 90vh;
    display: flex;
    align-items: center;
}

.cookies {
    background-color: #000;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 18px rgba(0,0,0,.2);
    padding: 25px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
    overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    box-sizing: border-box
}

.cookies.show-cookies {
    -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cookies .cookie-left {
  width: calc(100% - 500px);
  padding: 0 60px 0 0;
}

.cookies .cookie-left .title {
  font-size: 24px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  text-transform: capitalize;
  letter-spacing: 0;
  margin: 0 0 15px;
}

.cookies .buttons {
  max-width: 500px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.cookies .cookie-left span {
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}

.cookies .btn:hover {
  color: #c0aa66;
  border: 3px solid #d4b341;
  transition: all 0.4s ease;
}

.cookies .settings {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.cookies .settings:hover {
  text-decoration: none;
}

.cookie-modal .modal-head {
  height: 50px;
  padding: 10px 30px 10px;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.cookie-modal .modal-body {
  padding: 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  max-height: 300px;
  overflow-y: auto;
}

.cookie-modal .modal-body .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.cookie-modal .modal-body .description {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}

.btn-black {
  min-height: 35px;
  min-width: 120px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background: transparent;
  border: 1px solid #000;
}

.cookie-modal .modal-body .js-allow {
  margin: 0 auto 20px;
  display: table;
}

.btn-black:hover {
  background: #000;
  color: #fff;
}

.cookie-modal .modal-body .collapse-title {
  border-bottom: 1px solid #d8d8d8;
  min-height: 50px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: bold;
  border: none;
  outline: none;
  box-shadow: none;
}

.cookie-modal .modal-body .collapse-title span {
  color: #bd1a46;
}

.cookie-modal .plus-minus {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
}

.cookie-modal .plus-minus span:nth-child(1) {
  height: 10px;
  width: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.cookie-modal .left-side {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

.cookie-modal .plus-minus span:nth-child(2) {
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  background: #000;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cookie-modal .collapse-title .plus-minus span:nth-child(1) {
  background: transparent;
}

.cookie-modal .left-side.collapsed .plus-minus span:nth-child(1) {
  background: #000;
}

.cookie-modal .left-side {
  width: calc(100% - 120px);
}

.cookie-modal .left-side.collapsed {
  border-bottom: 1px solid transparent;
}

.cookie-modal .manage-item {
  border: 1px solid #d8d8d8;
}

.cookie-modal .manage-item .collapsing p,
.cookie-modal .manage-item .collapse p {
  padding: 10px 20px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2da7df;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2da7df;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.cookie-modal .modal-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0;
}

.cookie-modal .modal-footer .button {
  margin: 5px 0;
  display: inline-flex;
  justify-content: center;
  color: #2da7df;
  text-decoration: underline;
}

.cookie-modal .modal-footer .button:hover {
    text-decoration: none;
}

.cookie-modal .collapse {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height 0.2s ease-out;
}

.cookie-modal .collapsible {
    cursor: pointer;
}

.cookie-modal .plus-minus  {
    transition: all 0.3s ease;
}

.cookie-modal .collapsible.active .plus-minus {
    transform: rotate(45deg);
}


.overlay {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    transition: all .3s ease;
}
.overlay.modal-opened {
    visibility: visible;
    opacity: 1;
}

.modal {
    position: fixed;
    background-size: 100%;
    display: none;
    left: 50%;
    right: auto;
    bottom: auto;
    top: 50%;
    z-index: 999999;
    border-radius: 6px;
    max-height: 100%;
    background: #fff;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);
    width: 100%;
    min-width: 250px;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
    max-width: 744px;
    overflow: visible;
    max-height: 80vh
}

.modal.show {
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);

}

.modal .close {
    position: absolute;
    color: #000;
    font-size: 40px;
    line-height: 0.4;
    height: 30px;
    width: 30px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    right: -30px;
    top: -30px;
}

.cookie-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
    width: 100%;
}

.cookie-modal .modal-content {
    background: transparent;
    color: #000;
}

.cookie-modal .modal-content .modal-title {
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-align: center;
    font-family: 'Raleway-ExtraBold', sans-serif;
}

.btn-send-contact {
    transition: all 0.3s ease;
}

.btn-send-contact:hover {
    text-decoration: none;
    color: #fff;
}

.cookies .btn-send-contact {
    padding: 15px 30px;
}

.box-header-height-inner-top h1 {
	margin-bottom: 55px;
}

.header-text p {
	font-size: 20px;
	margin-bottom: 35px;
	line-height: 28px;
}

.box-left-menu {
	width: 100%;
	pointer-events: none;
}


.box-left-menu .menu-logo {
    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
    margin: 0;
}

.box-left-menu.open-menu {
	pointer-events: all;
}

.box-left-menu .box-menu-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	padding: 180px 100px 5px;
}

.box-menu-out {
	height: 100%;
	margin: 0;
}

.ohidden {
	overflow: hidden;
}

.box-menu-social {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: transparent;
}

.box-menu-social .box-contact-list {
	margin: 0 0 125px;
}

.box-menu-social .box-contact-item {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px;
}

.box-menu-social .btn {
    margin: 0 0 65px;
}

.box-menu-social .box-contact-item p {
	margin: 0;
}

.box-menu-out > ul {
	padding-right: 10px;
}

.menu-head {
	height: 180px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.form-contact-us {
    margin: 30px 0 0 0;
}

.form-contact-us input {
	border-radius: 0;
	height: 45px;
	border: 1px solid #737484;
}

.form-contact-us textarea {
	border-radius: 0;
	border: 1px solid #737484;
}

.form-contact-us input:focus,
.form-contact-us textarea:focus {
	border-color: #52535e;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.005), 0px 0px 8px rgba(0,0,0,0.3) !important;
}

.form-contact-us label {
	font-size: 16px;
}

.form-contact-us .btn-send-contact {
	margin: 0 auto;
	display: table;
}

label.check {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
}

label.check input {
	width: 15px;
	height: 15px;
	border-radius: 0;
}

label.check a {
	margin: 0 0 0 5px;
}

.form-group {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
}

.header-text {
	max-width: 100%;
}

.box-menu-out ul li {
	position: relative;
}

.box-menu-out ul li a {
	font-size: 20px;
	position: static;
}

.box-menu-out ul li small {
	width: 30px;
	height: 30px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}

.box-menu-out ul li.w-submenu small.active {
	transform: rotate(180deg);
}

.sub-menu {
	display: none;
}

.logo-inner-logo {
    max-width: 250px;
}

.video-name-out {
    min-width: 400px;
    align-items: flex-end;
}

.footer-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-wrapper img {
    max-height: 65px;
    object-fit: contain;
	filter: brightness(0) invert(1);	
}

.footer-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-wrapper ul li {
	border-radius: 50%;
	background: transparent;
	
	padding: 10px;
 	margin: 0 15px 25px 0;
 	width: 120px;
 	height: 100px;
 	overflow: hidden;
 	display: flex;
 	align-items: center;
 	justify-content: center;
	
}

.footer-wrapper p {
    font-family: 'Raleway-SemiBold', sans-serif;
    font-size: 20px;
    color: #fff;
    margin: 0 0 10px;
}

.footer {
    height: initial;
    margin: 0;
    padding: 25px 0;
}

.footer-out {
    height: initial;
    float: none;
}

.div_footer {
    height: initial;
}

.appendix {
    display: none;
}

.footer-right-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-right-inner a {
    margin: 0 0 0 15px;
}

html{scroll-behavior:smooth}

.box-header-height-inner-bottom.hidden {
    display: none !important;
}

.default-select {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 45px;
    border: 1px solid #737484;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: url('data:image/png;base64,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') center no-repeat #fff;
    background-size: 12px 12px;
    background-position: 97% 50%;
    width: 100%;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    padding: 10px 20px;
    -webkit-appearance: none;
  	-moz-appearance: none;
    box-shadow: none;

}

.default-select::-ms-expand {
    display: none;
}

.default-select:focus {
	border-color: #52535e;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.005), 0px 0px 8px rgba(0,0,0,0.3) !important;
}

.moduleIndex strong, .moduleIndex b {
    font-weight: 600;
}

.check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
	position: relative;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #737484;
  margin: 0 10px 0 0;
}

.check input:checked ~ .checkmark {
  background-color: #2da7df;
  border-color: #2da7df;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check input:checked ~ .checkmark:after {
  display: block;
}

.check .checkmark:after {
  left: 50%;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.menu-social-out a {
	color: #2da7df;
}

.main-screen-bg-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.main-screen-bg {
    display: none !important;
}

.gallery .item-header-slide {
    outline: none;
    box-shadow: none;
}

.gallery .item-header-slide a {
    opacity: 1;
    padding: 0;
}

.gallery .item-header-slide a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-menu-social .btn {
    background: transparent;
    border: 2px solid #2da7df;
    border-radius: 0;
    color: #2da7df;
}

.box-menu-social .btn:hover {
    background: #2da7df;
    color: #fff;
}

.section_video {
  padding: 0 0 80px;
}
@media (max-width: 991px) {
  .section_video {
    padding: 0 0 60px;
  }
}

.video_block {
  width: 100%;
  max-width: 100%;
  height: 600px;
  position: relative;
  transition: 0.3s all ease;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video_block {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .video_block {
    height: 350px;
  }
  .footer-wrapper ul {
    justify-content: center;
    gap: 30px;
  }
  .footer-wrapper ul li {
    border-radius: 0;
    margin: 0;
  }
  .footer-wrapper img {
  	max-height: 100px;
  	min-width: 120px;
  	border-radius: 0;
  }
}
.video_block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
}
.video_block:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 255px;
  background: url("../img/splash.png") center no-repeat;
  background-size: contain;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease;
  pointer-events: none;
}
.video_block:hover:before {
  opacity: 1;
  visibility: visible;
}
.video_block:hover:after {
  opacity: 1;
  visibility: visible;
}
.video_block .video_poster {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .video_block .video_poster {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .video_block .video_poster {
    height: 350px;
  }
}
.video_block .video_btn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-flex;
  align-items: center;
  flex-direction: column;
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.video_block:hover .video_btn {
  opacity: 1;
  visibility: visible;
}
.video_block .video_btn.stop {
  pointer-events: none;
}
.video_block .video_btn:hover span:before {
  transform: rotate(180deg);
  transition: 0.5s all ease;
}
.video_block .video_btn span {
  border-radius: 50%;
  background: #11abab;
  padding: 28px 26px 27px 36px;
  margin: 0 0 32px;
  position: relative;
}
@media (max-width: 991px) {
  .video_block .video_btn span {
    padding: 20px 18px 19px 28px;
    margin: 0 0 15px;
  }
}
.video_block .video_btn span:before {
  content: "";
  position: absolute;
  background: url("../img/poster_before.png") center no-repeat;
  left: -11px;
  top: -11px;
  width: 107px;
  height: 107px;
  background-size: cover;
  transition: 0.5s all ease;
}
@media (max-width: 991px) {
  .video_block .video_btn span:before {
    left: -6px;
    top: -6px;
    width: 80px;
    height: 80px;
  }
}
.video_block .video_btn span img {
  display: block;
}
.video_block .video_btn small {
  color: #fff;
  font-size: 13px;
  font-family: "GothamProMedium";
  letter-spacing: 1.5px;
  text-align: center;
}
@media (max-width: 767px) {
  .video_block .video_btn small {
    font-size: 11px;
    letter-spacing: 0.6px;
  }
}
//video
    $('.video_btn').click( function() {
        $(this).closest('.video_block').find('video').addClass('played');
        $(this).addClass('stop');
        $(this).closest('.video_block').find('video').get(0).pause();
    });

@media screen and (min-width: 670px) {
	.box-header-height-inner-top-menu {
		height: 260px;
	}
}

@media screen and (max-width: 1150px) {
	.box-left-menu .box-menu-wrapper {
		padding: 180px 50px 5px;
	}
}

@media screen and (max-width: 991px) {
	.cookies {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10px 15px;
	}
	.cookies .cookie-left {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
		text-align: center;
	}
	.cookies .cookie-left .title {
		font-size: 18px;
	}
	.cookies .cookie-left span {
		font-size: 14px;
	}
	.cookies .buttons {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.cookies .settings {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.cookies .btn-send-contact {
		min-width: 250px;
		margin: 5px 0;
	}
	.box-menu-social .box-contact-item {
		font-size: 16px;
	}
	.box-menu-social {
	    padding: 30px 0 30px 35px;
	}
	.box-menu-out ul li {
		padding-left: 25px;
	}
}

@media screen and (max-width: 767px) {
    .header-left ul {
        display: none;
    }
    .header-right-info a {
        display: none;
    }
    .header-link-more-out {
        flex-wrap: wrap;
        margin: 0;
    }
    .header-link-more {
        order: 2;
        margin: 0 auto;
    }
    .header-link-more-out ul {
        order: 1;
        justify-content: flex-start;
        width: 100%;
        margin: 15px 0 25px;
    }
    .header-link-more-out ul li {
        margin: 0 15px 0 0;
    }
    .partnership .partner-title {
        font-size: 22px;
        margin: 0 0 25px;
    }
    .calendar h1 {
        font-size: 22px;
        line-height: 35px;
        padding: 0;
    }
    .cookie-modal .modal-body .title {
        font-size: 16px;
    }
    .cookie-modal .modal-body .description {
        font-size: 14px;
    }
    .cookie-modal .btn-black {
        margin: 5px 0;
        min-width: 100%;
    }
    .cookie-modal .modal-body {
        padding: 10px 5px;
    }
    .cookie-modal .left-side,
    .cookie-modal .left-side.collapsed {
        font-size: 12px;
    }
    .cookie-modal .modal-body .collapse-title span {
        font-size: 10px;
    }
    .cookie-modal .modal-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .header-text p {
    	font-size: 18px;
    	line-height: 26px;
    }
    .box-left-menu .box-menu-wrapper {
    	flex-direction: column;
    	align-items: flex-start;
    	justify-content: flex-start;
    	overflow: auto;
    }
    .box-menu-out {
    	height: initial;
    }
    .box-menu-out > ul {
    	height: calc(100vh - 300px);
    }
    .box-menu-social {
    	padding: 0;
    	margin: 30px 0 0;
    }
    .box-menu-social .box-contact-list {
    	margin: 0 0 30px;
    }
    .box-left-menu .menu-logo {
    	top: 15px;
    }
    .box-left-menu .menu-logo img {
    	width: 90px;
    }
    .box-menu-close {
    	top: 42px;
    	right: 33px;
    }
    .box-left-menu .box-menu-wrapper {
	    padding: 120px 15px 5px;
	}
    .calendar .row [class*=col-] {
        width: 100%;
    }
    .calendar-item .calendar-head p,
    .calendar-item .calendar-title {
        font-size: 22px;
        line-height: 26px;
    }
    .calendar-item .calendar-head span {
        padding: 5px 10px;
    }
    .video-name-out {
        min-width: auto;
        align-items: initial;
    }
    .footer-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .footer-wrapper p {
        font-size: 16px;
    }
    .calendar-item.fw {
        max-height: 350px;
    }
    .box-programms-item.fw {
        height: 350px;
    }
    #content .box-header-height-inner .click-video-link {
        right: 10px;
    }
    .menu-head {
        height: 110px;
        z-index: 5;
        background: #000;
    }
    .calendar-item .calendar-title:after {
        content: none;
    }
    .calendar-item .calendar-title {
        text-decoration: underline;
    }
    .calendar-item .calendar-title:hover {
        text-decoration: none;
    }
    #content .box-header-height-inner .click-video-link {
        position: static;
    }
    .gallery .item-header-slide a {
        min-height: 400px;
        padding: 0;
    }
    .box-header-height-inner .header-container {
        height: 100%;
        padding-top: 135px;
    }
    .box-header-height-inner-top h1 {
        margin: 0 0 25px;
    }
    .header-text {
        font-size: 14px;
    }
    .box-header-general-description {
        display: contents;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .header-right-line-out > img {
        width: 80px;
    }
    .header-link-more-out ul {
        flex-wrap: wrap;
    }
    .header-link-more-out ul li {
        width: 50%;
        margin: 0 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}


a.fda {
	color:white;
	font-size: 18px;
}

a.fda:hover, a.fda:focus {
  text-decoration: none;
}

.video-main{
	position:absolute;
	object-fit: cover;
	min-width: 100%;
	z-index: -1;
	display:none;
	margin-left: 50vw;
	transform: translate(-50%);

}

.slick-slider{
	margin-top:18%;
	
}

.header-text {
  min-height: 215px;
}



.header-link-more-out ul li img {
	max-height: 65px;
}

@media (max-width: 991px) {
	.header-link-more-out ul li img {
		max-height: 52px;
	}
}


/*.box-header-height-inner.fixedClass {height:100%}*/
div.box-header-height-inner.fixedClass div.box-header-height-inner-top {margin-top: 18%;}
@media (max-width: 767px) {
	div.box-header-height-inner.fixedClass div.box-header-height-inner-top {margin-top: 80px;}
	.box-header-height-inner-top h1 {
        font-size: 30px !important;
    }
}


@media (max-height: 900px) {
	.slick-slider {
		margin-top: 18%;
	}
	.header-text {
	  min-height: 120px;
	}	
}

@media (max-height: 800px) {
	.slick-slider {
		margin-top:40px;
	}
	.header-text {
	  min-height: 100px;
	}	
}

@media (max-height: 600px) {
	.slick-slider {
		margin-top:0px;
	}
	.header-text {
		min-height: auto;
	}	
	
	.header-link-more-out {
		margin: 30px 0 0;
	}	
	
}

@media (max-width: 767px) {
	.slick-slider {
		margin-top:0px;
	}
	.header-text {
	  min-height: 80px;
	}	
	
	div.box-slider-out.box-slider-out___2.aos-init.aos-animate div.container h3 {margin-top: 40px!important;}

	a.fda {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		flex-direction: column;
		gap: 8px;
	}
	
}


div#header-slider.slick-slider {margin-top:0px;}

.gallery__prog .slick-slide {
	margin: 0 5px;
}

@media screen and (max-width: 991px) {
	 .gallery__prog {
        margin-bottom: 25px;
    }
    .gallery__prog .slick-slide,
    .gallery__prog .slick-slide img {
        height: 310px;
    }
}