@font-face {
    font-family: 'Marvin';
    src: url('../fonts/MarvinVisions/MarvinVisions-Bold.eot');
    src: url('../fonts/MarvinVisions/MarvinVisions-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MarvinVisions/MarvinVisions-Bold.woff2') format('woff2'),
    url('../fonts/MarvinVisions/MarvinVisions-Bold.ttf') format('truetype'),
    url('../fonts/MarvinVisions/MarvinVisions-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaBold.eot');
    src: url('../fonts/Helvetica/HelveticaBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica/HelveticaBold.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaBold.ttf') format('truetype'),
    url('../fonts/Helvetica/HelveticaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica/HelveticaItalic.eot');
    src: url('../fonts/Helvetica/HelveticaItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Helvetica/HelveticaItalic.woff2') format('woff2'),
    url('../fonts/Helvetica/HelveticaItalic.ttf') format('truetype'),
    url('../fonts/Helvetica/HelveticaItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

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


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    color: #333;
}

p, ul {
    margin: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #5538bf;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.site-bg {
    background-color: rgb(37, 25, 81);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-main {
    background: url(../img/bg-main.jpg);
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 120%;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

header {
    position: relative;
}

.main-logo {
    width: 180px;
    height: 180px;
}

.select-box {
    width: 100px;
}

.selectize-dropdown-content {
    max-height: 250px;
}

.selectize-input {
    padding: 1px;
    border-radius: 25px;
}

.selectize-dropdown {
    border: none;
}

.selectize-input.full, .selectize-control.single .selectize-input.input-active {
    background-color: #390c3d;
    border: 1px solid #fff;
    color: #fff;
}

.selectize-dropdown .option, .item {
    padding: 0 0 0 35px;
    line-height: 2.5;
}

.selectize-dropdown .option {
    cursor: pointer;
    background-color: #611675;
    color: #fff;
}

.selectize-dropdown .option.active {
    background-color: #390c3d;
}

/*div[data-lang="rus"] {
    background: url(../img/rus.png) no-repeat 0 50%;
}

div[data-lang="pol"] {
    background: url(../img/pol.png) no-repeat 0 50%;
}

div[data-lang="ita"] {
    background: url(../img/ita.png) no-repeat 0 50%;
}

div[data-lang="slk"] {
    background: url(../img/slk.png) no-repeat 0 50%;
}

div[data-lang="deu"] {
    background: url(../img/deu.png) no-repeat 0 50%;
}*/

.selectize-input.full {
    border-radius: 25px;
}

.top-header {
    width: 100%;
    padding: 0 10px;
}

.main-logo img {
    width: 100%;
    height: auto;
}

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

.site-header {
    min-height: 100vh;
}

.site-title {
    font-family: 'Marvin', sans-serif;
    text-align: right;
    margin-right: 25px;
}

.site-title span {
    display: block;
    color: #fff;
}

.title-part-1 {
    font-size: 2.25em;
    letter-spacing: .15em;
    padding-left: 6.4em;
    line-height: 1.4em;
}

.title-part-2 {
    font-size: 6.4em;
    letter-spacing: .1em;
    line-height: 1.3em;
}

.block-info-about {
    position: relative;
    padding: 90px 0 115px;
    flex-basis: 100%;
    height: 100%;
}

.block-info-about:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/bg-sections.jpg) no-repeat 60% bottom;
    background-size: cover;
    opacity: .85;
}

.box-block-about {
    width: 70%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.image-block-about {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

.title-block-about {
    text-align: center;
    font-size: 1.5em;
    color: #251951;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    width: 60%;
    margin: auto;
    padding-top: 20px;
}

.description-block-about {
    margin-top: 30px;
}

.courses {
    background: url(../img/bg-sections.jpg) no-repeat;
    background-size: cover;
    padding: 90px 15px 40px;
}

.read-more {
    text-align: right;
    padding: 10px 0;
}

.read-more a {
    color: #611675;
}

.image-course, .image-course img {
    width: 100%;
}

.gallery-column {
    padding: 0 3px;
}

.gallery-column:first-child {
    padding-left: 0;
}

.gallery-column:last-child {
    padding-right: 0;
}

.gallery-item {
    display: block;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
}

.gallery-item img {
    width: 100%;
    z-index: 1;
    display: block;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.gallery-item:hover:after {
    content: "";
    z-index: 10;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, .5);
}

.gallery-item:hover img {
    transform: scale(1.1);
}

footer {
    padding: 45px 0;
    text-align: center;
    font-size: 12px;
    background-color: rgba(37, 25, 81, 1);
    color: #fff;
    line-height: 1;
}

.modal-block {
    width: 95%;
    max-width: 550px;
    z-index: 2;
    background: url(../img/bg-sections.jpg) no-repeat top left;
    background-size: cover;
    border: 1px solid #666;
    border-radius: 25px;
    margin: auto;
    position: relative;
    top: 30px;
    margin-bottom:30px;
}

.modal-v2 {
    width: 30%;
    min-width: 200px;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    top: 35%;
}

.btn-close {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.3;
    transition: all ease .2s;
    cursor: pointer;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:before, .btn-close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #333;
}
.btn-close:before {
    transform: rotate(45deg);
}
.btn-close:after {
    transform: rotate(-45deg);
}

.bg-modal {
    position: fixed;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
    top: 0;
    left: 0;
    display: none;
}

.title-modal {
    color: #4A32A2;
    font-size: 1.5em;
    padding: 3.1em 0;
    font-weight: bold;
    text-align: center;
}

.block-field {
    position: relative;
    margin-bottom: 32px;
}

.block-field input,
.block-field select {
    padding: 15px 12px 14px;
    border: 1px solid rgba(200, 197, 197, 0.55);
    border-radius: 10px;
    color: #666;
    outline: none;
    font-size: 15px;
    line-height: 1.4em;
    width: 100%
}

.block-field .label-field {
    position: absolute;
    left: 13px;
    top: 16px;
    font-size: 15px;
    line-height: 1.4em;
    color: #666;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.block-field input:focus + .label-field,
.block-field select:focus + .label-field,
.block-field input:valid + .label-field,
.block-field select:valid + .label-field {
    opacity: 0;
}

.block-field-check {
    color: #666;
    font-size: 15px;
    line-height: 1.4em;
}

.select-field {
    position: relative;
}

.select-field select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

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

.select-field:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-left: 1px solid rgb(127, 153, 170);
    border-bottom: 1px solid rgb(127, 153, 170);
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    right: 25px;
}

.btn {
    border: none;
    outline: none;
    background-color: rgba(74, 50, 162, 1);
    color: #fff;
    padding: 12px 0;
    width: 45%;
    cursor: pointer;
    font-size: 19px;
    border-radius: 25px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 90px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover {
    color: rgb(170, 219, 255);
}

.check-field {
    position: absolute;
    opacity: 0;
}

.check-field + label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    display: block;
}

.check-field + label:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transition: .2s;
    border: 1px solid rgba(200, 197, 197, 0.55)
}

.check-field + label:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 6px;
    width: 9px;
    height: 5px;
    display: none;
    transform: rotate(-45deg);
    border-left: 1px solid rgb(102, 102, 102);
    border-bottom: 1px solid rgb(102, 102, 102);
}

.check-field:checked + label:after {
    display: block;
}

.title-field {
    margin-bottom: 10px;
}

.error strong {
    font-size: 12px;
    color: #d61e1e;
}

.txt-list {
    list-style-type: disc;
    list-style-position: inside;
}

.title-course span {
    display: block;
}

.title-course-1 {
    font-size: 1.12em;
    font-weight: bold;
}

.title-course-2, .title {
    font-size: 1.75em;
    font-weight: bold;
    color: #251951;
    line-height: 1.2em;
}

.description-course {
    padding: 30px 0;
}

.description-course .txt-list {
    margin-top: 35px;
    padding-left: 10px;
}

.more-info-course {
    font-style: italic;
    padding-right: 45px;
}

.style-v1 {
    font-size: 12px;
    line-height: 1.5;
}

.btn-link {
    display: block;
    text-align: center;
    margin: 30px auto 10px;
}

.arrow {
    background: none;
    position: absolute;
    outline: none;
    width: 22px;
    height: 22px;
    border: 2px solid rgba(51 ,51, 51, 1);
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    cursor: pointer;
    top: 35%;
}

.arrow-prev {
    transform: rotate(135deg);
    left: 0;
}

.arrow-next {
    transform: rotate(-45deg);
    right: 0;
}

.arrow:hover {
    border-color: rgba(51 ,51, 51, .7);
}

.slick-dots {
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background: rgb(200, 197, 197);
    border-radius: 50%;
}

.slick-dots .slick-active button:before {
    background: rgb(0, 148, 255);
}

.news-gallery {
    padding-top: 15px;
    background: url(../img/footer-bg-fon1.png) no-repeat 0 75%,
                    url(../img/footer-bg-fon2.png) no-repeat 3% 25%,
                    url(../img/footer-bg-fon3.png) no-repeat 100% 95%,
                    url(../img/footer-bg-fon4.png) no-repeat 100% 45%,
                    url(../img/footer-bg-fon5.png) no-repeat 50% 100%;
}

.news {
    background-color: #fff;
    padding: 55px 30px 25px;
}

.block-news:not(last-child) {
    margin-bottom: 5em;
}

.date-news {
    font-family: 'Futura';
    font-size: 1.56em;
}

.title-news {
    color: #251951;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.5;
    padding: 10px 0;
}

.box-logo {
    padding: 40px 0 30px 0;
}

.box-logo img {
    margin: 0 12px;
}

.slick-initialized .slick-slide {
    outline: none;
}

@media (max-width:1200px) {
    .about-block2 {
        padding-right: 0;
    }
}


@media (min-width:992px) {
    body {
        font-size: 16px;
    }
}

@media (max-width:767px) {
    .header-text {
        -ms-flex-direction:column-reverse;
        flex-direction:column-reverse;
        -ms-flex-align:center;
        align-items:center;
        font-size: 12px;
    }
    .site-title {
        margin-right: 0;
        margin-top: 20px;
    }
    .title-part-1 {
        padding-left: 0;
    }
    .about-block2 {
        padding-left: 0;
    }
}

@media (max-width:575px) {
    .header-text {
        font-size: 9px;
    }
    .svg-box {
        bottom: 10px;
    }
}

@media (max-width:420px) {
    .header-text {
        font-size: 7px;
    }
}

.header-v2 {
    padding: 20px 0;
    background-color: rgba(37, 25, 81, 1);
    color: #fff;
}

.logo-v2 {
    width: 70px;
    height: 70px;
}

.logo-v2 a {
    display: block;
}

.logo-v2 img {
    width: 100%;
    height: auto;
}

.body-news {
    background: url(../img/bg-sections.jpg) no-repeat;
    background-size: cover;
    padding: 50px 15px 140px;
	min-height: calc(100vh - 110px - 102px);
}

.description-news ul {
    list-style-type: disc;
}

.link-back {
    margin-bottom: 20px;
}

.link-back a:before {
    content: "";
    display: inline-block;
    border-bottom: 2px solid #4A32A2;
    border-left: 2px solid #4A32A2;
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
}

.link-back a:hover:before {
    opacity: .8;
}

.icon-v1 {
	margin-right: 10px;
	vertical-align: middle;
}

.block-course, .slick-track {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align:center;
    align-items:center;
}

.gallery {
    margin-bottom: 30px;
}

.gallery-title {
    font-size: 2.25em;
    color: #fff;
    margin: 20px 0;
}
