@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto);

@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/MyriadPro-Regular.woff') format('woff'),
    url('fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #000;
}

label {
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100%;
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-font-smoothing: antialiased;
    position: relative;
    height: 100%;
}

a {
    color: #006cc7;
    text-decoration: none;
    outline: none;
    -webkit-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -moz-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -ms-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    -o-transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

a:hover {
    text-decoration: underline;
    /*color: #f05040;*/
}

a:hover, a:active, a:visited, a:focus {
    outline: none;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

html, body {
    padding: 0;
    margin: 0;
}

ul, ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus,
textarea:focus,
input:focus {
    outline: none;
}

.clean-list {
    padding: 0;
    margin: 0;
}

.clean-list li {
    list-style: none
}

.clearfix {
    *zoom: 1;
}

.clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

html, body, input, button, select, textarea {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.4;
    font-family: "Myriad Pro Regular", Arial, Helvetica, Verdana, sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Myriad Pro Regular", Arial, Helvetica, Verdana, sans-serif;
    font-weight: 700;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    height: 100%;
    background: #020813;
}

.no-margin {
    margin: 0 !important;
}

.fl-left {
    float: left
}

.fl-right {
    float: right
}

.fl-no {
    float: none
}

.w-auto {
    width: auto
}

.clear {
    clear: both
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.visible-block {
    display: none;
}

.table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.table-cell {
    display: table-cell
}

.table th,
.table td {
    border: 1px solid #e1e1df;
}

.eng-text {
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

.orange-text {
    color: #f94c00;
}

.blue-text {
    color: #0068b9;
}

.red-text {
    color: #e42600;
}

.btn {
    position: relative;
    /*display: inline-block;*/
    line-height: 1;
    padding: 0.46em 0.75em;
    /*height: 38px;*/
    /*padding: 0 10px;*/
    /*border: none;*/
    /*text-decoration: none !important;*/
    /*outline: none;*/
    text-align: center;
    text-transform: uppercase;
    /*font-size: 15px;*/
    /*-webkit-transition: all 0.2s ease;*/
    /*-moz-transition: all 0.2s ease;*/
    /*-ms-transition: all 0.2s ease;*/
    /*-o-transition: all 0.2s ease;*/
    /*transition: all 0.2s ease;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*color: #fff;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.btn:focus, .btn:active:focus,*/
/*.btn.active:focus,*/
/*.btn.focus,*/
/*.btn:active.focus,*/
/*.btn.active.focus {*/
/*outline: none;*/
/*}*/

.btn-outline-light {
    border: 3px solid #fff;
    font-size: 34px;
    font-weight: bold;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    letter-spacing: 1px;
}

.easing,
.easing * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-easing {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.row-group {
    position: relative;
}

.input-group,
.form-group {
    position: relative;
}

.form-group {
    /*margin-top: 35px;*/
    /*margin: 0 0 30px;*/
}

.form-group:first-child {
    margin: 0
}

.control-label {
    display: inline-block;
    position: relative;
}

.form-control {
    /*background: #fff;*/
    /*border: 1px solid #cbcbcb;*/
    /*padding: 6px 15px;*/
    /*width: 100%;*/
    /*height: 40px;*/
    /*outline: none;*/
    /*line-height: 1.5;*/
    /*color: #222;*/
    /*-webkit-box-shadow: none;*/
    /*-moz-box-shadow: none;*/
    /*box-shadow: none;*/
    /*-webkit-appearance: none;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
    /*-webkit-transition: box-shadow 0.2s ease;*/
    /*-moz-transition: box-shadow 0.2s ease;*/
    /*-ms-transition: box-shadow 0.2s ease;*/
    /*-o-transition: box-shadow 0.2s ease;*/
    /*transition: box-shadow 0.2s ease;*/
}

textarea,
textarea.form-control {
    height: 120px;
    resize: vertical;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

select.form-control {
    width: auto;
}

/*.form-control:focus,*/
/*.search-area .form-control:focus {*/
/*background: #fff;*/
/*border: 1px solid #717171;*/
/*!**/
/*-webkit-box-shadow: 0 0 3px #57aad1;*/
/*-moz-box-shadow: 0 0 3px #57aad1;*/
/*box-shadow: 0 0 3px #57aad1;*!*/
/*-webkit-box-shadow: none;*/
/*-moz-box-shadow: none;*/
/*box-shadow: none;*/
/*}*/

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.text-blue {
    color: #4554ff !important;
}

.text-red {
    color: #e82c2d !important;
}

.visible-xs-block {
    display: none;
}

.s-list {
    position: relative;
    font-size: 16px;
}

.s-list li {
    position: relative;
    /*line-height: 1.75;*/
}

.s-list li a {
    color: #111;
}

.s-list li a:hover {
    color: #f96a23;
    text-decoration: underline;
}

.s-list.disk {
    padding: 0 0 0 25px;
}

.s-list.disk > li {
    list-style: disc;
}

.s-list.squares > li,
.s-list.circles > li {
    padding-left: 15px;
}

.s-list.squares > li:before,
.s-list.circles > li:before {
    content: "";
    color: #f96a23;
    background: #f96a23;
    line-height: 1;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    /*font-size: 25px;*/
}

.s-list.squares {

}

.s-list.circles > li:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Start Content */

#wrapper {
    margin: 0;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

#wrapper-inner {
    position: relative;
    width: 100%;
    min-height: 100%;
    padding: 1px 0 0;
}

.main-content {
    position: relative;
    padding: 0;
}

.content-center {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.content-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /*width: 100%;*/
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-center-horizontal {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex-center-vertical {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
}

.content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

/*
.main-content {
    position: relative;
    width: 100%;
    height: 100vh;    
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;    
}
*/

.section {
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
}

.s-cover {
    background: url("../img/cover_bg.jpg") center no-repeat;
    background-size: cover;
    text-align: center;
}

.s-cover .s-cover__content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 120px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

.s-cover .s-cover__content {
    position: relative;
    padding-top: 418px;
    padding-bottom: 60px;
}

.s-cover .logo {
    display: none;
}

.s-cover .title {
    color: #fff;
    font-weight: normal;
}

.s-cover .title span {
    display: block;
}

.s-cover .title.i-1 {
    font-size: 37px;
    margin: 0 0 42px;
}

.s-cover .title.i-1 .text-sm {
    font-size: 0.46em;
}

.s-cover .title.i-2 {
    margin: 0 0 50px;
    font-size: 72px;
    line-height: 1.1;
}

.s-cover .title.i-2 .text-sm {
    font-size: 0.5em;
}

.s-cover .title.i-3 {
    font-size: 36px;
    margin: 0;
}

.s-schedules .row {
    margin: 0;
}

.s-schedules .list-item {
    padding: 23px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 20px;
}

.s-schedules .list-item:nth-child(1) {
    background-image: url("../img/schedules_bg_1.jpg");
}

.s-schedules .list-item:nth-child(2) {
    background-image: url("../img/schedules_bg_2.jpg");
}

.s-schedules .list-item:nth-child(3) {
    background-image: url("../img/schedules_bg_3.jpg");
}

.s-schedules .list-item .title {
    font-size: 22px;
    text-decoration: underline;
    margin: 0 0 23px;
    font-weight: normal;
}

.s-schedules .item-content {
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    padding: 24px 10px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    height: 100%;
}

.s-schedules .item-content__inner {
    position: relative;
    padding: 0 0 62px;
    min-height: 100%;
}

.s-schedules .list-item .item-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.s-schedules .list-item .btn-contact {
    font-size: 24px;
    font-weight: bold;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    text-transform: uppercase;
    display: block;
    max-width: 208px;
    margin: 0 auto;
    border: 3px solid #fff;
    line-height: 1;
    padding: 0.5em 10px;
}

.s-schedules .list-item .text {
    line-height: 1.8;
    margin: 0 0 8px;
}

/*.s-schedules .list-item:nth-child(3) .text {*/
/*line-height: 1.44;*/
/*}*/

.s-title.t-2 {
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: underline;
    text-align: center;
    margin: 0 0 40px;
    font-weight: normal;
}

.s-instructors {
    background: url("../img/instructors_bg.jpg") center no-repeat;
    background-size: cover;
}

.s-instructors .swiper-slide {
    /*width: 16.66%;*/
    padding: 0 10px;
}

.s-instructor {
    text-align: center;
}

.s-instructor .s-instructor__avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    max-width: 158px;
    width: 100%;
    margin: 0 auto 10px;
}

.s-instructor .s-instructor__avatar img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-instructor .s-instructor__name {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 25px;
}

.s-instructor .s-instructor__info {
    font-size: 17px;
}

.s-instructor__info .text-sm {
    display: block;
    font-size: 10px;
}

.s-events {
    background: url("../img/events_bg.jpg") center no-repeat;
    background-size: cover;
}

.s-events__content {
    position: relative;
    max-width: 1110px;
    margin: 0 auto;
}

.s-events__main {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    padding: 0 5px 0 0;
}

.s-events__main .title {
    font-size: 54px;
    font-weight: normal;
    margin: 0 0 60px;
}

.s-events__main .title span {
    display: block;
}

.s-events__main .title .text-sm.i-1 {
    font-size: 0.796em;
}

.s-events__main .title .text-sm.i-2 {
    font-size: 0.963em;
}

.s-events__main .h-text {
    font-size: 65px;
    font-weight: normal;
    margin: 0 0 35px;
    line-height: 1.3;
}

.s-events__side {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
    background: rgba(0, 0, 0, 0.61);
    padding: 14px 28px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.s-events__side .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    max-width: 190px;
    width: 100%;
    margin: 0 auto 15px;
}

.s-events__side .avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.s-events__side p {
    font-size: 16px;
}

.s-events__side .name {
    text-align: center;
    font-size: 24px;
    margin: 0 0 35px;
    font-weight: normal;
}

.s-events__side .h-text {
    font-size: 20px;
    text-align: center;
    margin: 0 0 24px;
}

.s-events__side .h-text .text-sm {
    font-size: 0.6em;
    display: block;
}

.s-events__side p:last-child {
    /*font-size: 14px;*/
    margin: 0;
}

.s-events__toolbar .item {
    margin: 0 20px 25px 0;
}

.s-events__toolbar .item:last-child {
    margin-right: 0;
}

.s-events__toolbar .btn-registration {
    font-size: 34px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    letter-spacing: 1px;
    /*padding: 0.5em ;*/
}

.s-events__toolbar .btn-fb:hover,
.s-events__toolbar .btn-youtube:hover {
    opacity: 0.8;
}

.s-location {
    background: url("../img/location_bg.jpg") center no-repeat;
    background-size: cover;
}

.s-location__content {
    max-width: 1148px;
    margin: 0 auto;
}

.s-location .s-location__map {
    padding: 0 10px 0 0;
}

.s-location .s-location__map .map {
    width: 100%;
    height: 437px;
}

.s-location .s-location__map p {
    text-align: center;
    padding: 5px 0 0;
    margin: 0;
}

.s-location .s-location__map p a {
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
}

.s-location .s-location__address {
    padding: 0 0 0 60px;
}

.s-location .s-location__address .button {
    text-align: center;
}

.s-location .s-location__address .address {
    background: rgba(0, 0, 0, 0.6);
    padding: 35px 19px;
    font-size: 30px;
    margin: 0 0 50px;
}

.s-location .s-location__address .address .title {
    margin: 0 0 40px;
    font-size: 30px;
    font-weight: normal;
}

.s-location .s-location__address .address p {
    line-height: 1.3;
    margin: 0;
}

.s-location .btn-contact {
    padding: 0.46em 1.6em;
}

#footer {
    background: url("../img/footer_bg.jpg") center no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 12px;
}

#footer .footer-content {

}

#footer p {
    margin: 0;
    font-size: 14px;
}

#footer .copyright {
    width: 100%;
    text-align: center;
    padding: 0 360px;
    margin: -19px 0 0;

}

#footer .company-info {
    /*-ms-flex: 0 0 auto;*/
    /*-webkit-flex: 0 0 auto;*/
    /*flex: 0 0 auto;*/
}

#footer .company-info img {
    display: block;
    margin: 0 0 10px;
}

#footer .company-info p {
    float: right;
    width: 350px;
}

.modal {
    padding: 0 15px !important;
}

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

.modal-dialog .close {
    position: absolute;
    right: -10px;
    top: -40px;
    padding: 10px;
    font-size: 20px;
    color: #fff;
}

.modal-body {
    height: 400px;
    padding: 0;
}

.swiper-button-prev, .swiper-button-next {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.swiper-button-prev.swiper-button-disabled {
    left: -20px;
}

.swiper-button-next.swiper-button-disabled {
    right: -20px;
}