@font-face {
    font-family: "RobotoBold";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.otf") format("opentype");
}

@font-face {
    font-family: "RobotoLight";
    font-weight: lighter;
    font-style: normal;
    src: url("../fonts/RobotoLight.eot");
    src: url("../fonts/RobotoLight.woff") format("woff"), url("../fonts/RobotoLight.otf") format("opentype");
}

@font-face {
    font-family: "RobotoRegular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.otf") format("opentype");
}

@font-face {
    font-family: "LitteraPlainRegular";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/LitteraPlainRegular.eot");
    src: url("../fonts/LitteraPlainRegular.woff") format("woff"), url("../fonts/LitteraPlainRegular.otf") format("opentype");
}

@font-face {
    font-family: "LitteraPlainBook";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/LitteraPlainBook.eot");
    src: url("../fonts/LitteraPlainBook.woff") format("woff"), url("../fonts/LitteraPlainBook.otf") format("opentype");
}

@font-face {
    font-family: "LitteraPlainBold";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/LitteraPlainBold.eot");
    src: url("../fonts/LitteraPlainBold.woff") format("woff"), url("../fonts/LitteraPlainBold.otf") format("opentype");
}

@font-face {
    font-family: "LitteraTextMedium";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/LitteraTextMedium.eot");
    src: url("../fonts/LitteraTextMedium.woff") format("woff"), url("../fonts/LitteraTextMedium.otf") format("opentype");
}

@font-face {
    font-family: "LitteraTextLight";
    font-weight: lighter;
    font-style: normal;
    src: url("../fonts/LitteraTextLight.eot");
    src: url("../fonts/LitteraTextLight.woff") format("woff"), url("../fonts/LitteraTextLight.otf") format("opentype");
}

@font-face {
    font-family: "LitteraTextBold";
    font-weight: bold;
    font-style: normal;
    src: url("../fonts/LitteraTextBold.eot");
    src: url("../fonts/LitteraTextBold.woff") format("woff"), url("../fonts/LitteraTextBold.otf") format("opentype");
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 999999px;
}

html {
    height: 100%;
    font-size: 14px;
    font-family: LitteraTextLight, sans-serif;
    line-height: 1.15;
    letter-spacing: .05em;
    -webkit-text-size-adjust: 100%;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    color: #00284e;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    color: inherit;
    background-color: transparent;
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

input,
textarea {
    display: block;
    overflow-y: auto;
    resize: none;
    color: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000;
}

input::placeholder,
textarea::placeholder {
    color: #000;
}

input[type='submit'],
button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

[placeholder]::-webkit-input-placeholder {
    opacity: 0.5;
}

[placeholder]:-moz-placeholder {
    opacity: 0.5;
}

[placeholder]::-moz-placeholder {
    opacity: 0.5;
}

[placeholder]:-ms-input-placeholder {
    opacity: 0.5;
}

[placeholder]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

[placeholder]:focus::-moz-placeholder {
    color: transparent !important;
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[hidden] {
    display: none;
}

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

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

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 75px;
}

.container {
    max-width: 1210px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
}

.btn {
    display: inline-block;
    padding: 14px 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: LitteraTextBold, sans-serif;
    border: 2px solid;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.btn-dark {
    color: #00284e;
    border-color: #00284e;
}

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

.btn-light {
    color: #00284e;
    border-color: #bde2f1;
    background-color: #bde2f1;
}

.btn-light:hover {
    background-color: transparent;
    color: #fff;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #00284e;
}

.btn-white:hover {
    background-color: transparent;
}

.btn-event {
    font-size: 16px;
    font-family: LitteraPlainBold, sans-serif;
    border: 1px solid;
    text-transform: none;
    text-align: center;
    color: #00284e;
}

.btn-close {
    position: relative;
    width: 36px;
    height: 36px;
    padding: 0;
}

.btn-close::before,
.btn-close::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 36px;
    height: 2px;
    background-color: #fff;
}

.btn-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.title {
    line-height: 30px;
    font-size: 24px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}


.hero_index {
   position: relative;
}

.hero_index > .container {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 1400px) {
    .hero_index > .container {
        margin-left: 20px;
    }
}


@media (max-width: 750px) {
    .hero_index > .container {
        margin-left:0px;
    }
}


@media (max-width: 600px) {
    .hero_index > .container {
        margin-top: -25px;
    }
}


.hero_index-logo {
    position: absolute;
    top: 60px;
    left: 0px;
    width: 388px;
    overflow: hidden;
}

.hero_index-logo:before {
    display: block;
    content: "";
    padding-top: 50%;
}

@media (max-width: 770px) {

    .hero_index-logo {
        position: absolute;
        top: 46px;
        left: 50%;
        transform: translateX(-50%);
        width: 200px;
    }

}

@media (max-width: 600px) {

    .hero_index-logo {
        width: 45%;
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

}


.hero_index-logo svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: 0.5s ease-out;
    transform: translateY(120%);
}

.hero_index-logo.show svg {
    transform: translateY(0);
}




.hero-slider {
    position: relative;
    z-index: 1;
}




.slider-item {
    position: relative;
}

/*
.slider-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7%, #bde2f1), to(rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
}
*/

.slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

.slider-bg-01 {
    background: url(../img/hero-slide01.jpg) no-repeat center/cover;
}

.slider-bg-02 {
    background: url(../img/hero-slide02.jpg) no-repeat center/cover;
}

.slider-bg-03 {
    background: url(../img/hero-slide01.jpg) no-repeat center/cover;
}

.slider-text {
    position: relative;
    padding: 284px 0px 0px 209px;
    font-size: 20px;
    color: #00284e;
    z-index: 1;
}

.slider-img {
    position: absolute;
    left: 0;
    top: 90px;
    width: 172px;
    height: 172px;
}

.slider-title {
    position: relative;
    margin-bottom: 25px;
    padding-top: 18px;
    line-height: 46px;
    font-size: 42px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.slider-desc {
    max-width: 360px;
    margin-bottom: 32px;
    line-height: 26px;
    letter-spacing: .013em;
    font-family: RobotoRegular, sans-serif;
}

.slider-title,
.slider-desc,
.slider-text .btn {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
}

.slick-active .slider-title,
.slick-active .slider-desc,
.slick-active .slider-text .btn {
    -webkit-animation: slideAnimation 1s forwards;
    animation: slideAnimation 1s forwards;
}

.slick-active .slider-desc {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.slick-active .slider-text .btn {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes slideAnimation {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideAnimation {
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slick-arrow {
    position: absolute;
    bottom: 0;
    width: calc((100% - 1170px) / 2);
    height: 70px;
    border-top: 1px solid #fff;
    cursor: pointer;
    z-index: 10;
}

.slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 46px;
    height: 27px;
    margin-top: -13px;
    background-image: url(../img/icon-arrow-slider.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-prev {
    left: 0;
    border-right: 1px solid #fff;
}

.slick-prev::after {
    right: 20px;
}

.slick-next {
    right: 0;
    border-left: 1px solid #fff;
}

.slick-next::after {
    left: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: 70px;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 0;
}

.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 50%;
    opacity: .6;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li.slick-active {
    opacity: 1;
}

.section-title {
    margin-bottom: 30px;
    font-size: 38px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #00284e;
}

.section-title_center {
    font-size: 32px;
    text-align: center;
}

.section-title_center span {
    position: relative;
    display: inline-block;
}

.section-title_center span::before,
.section-title_center span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 31px;
    height: 1px;
    background-color: #00284e;
}

.section-title_center span::before {
    left: -60px;
}

.section-title_center span::after {
    right: -60px;
}

.socials {
    font-size: 18px;
    color: #bde2f1;
}


.footer-contacts .socials a {
    color: #bde2f1;
}

.socials a {
    margin-right: 15px;
}

.breadcrumbs {
    padding: 20px 0 15px;
    font-family: LitteraTextLight, sans-serif;
    color: #2e577f;
    background-color: #fff;
}

.breadcrumbs a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #bde2f1;
    text-decoration: none;
}

.breadcrumbs span {
    font-family: LitteraTextMedium, sans-serif;
    color: #00284e;
}

.content {
    line-height: 27px;
    font-size: 16px;
}

.content .title {
    margin-bottom: 30px;
}

.content p {
    margin-bottom: 27px;
}

.singin-tournament-btn {
    display: none;
    padding: 25px 0;
    text-align: center;
    background-color: #f8f8f8;
}

.singin-tournament {
    position: relative;
    display: inline-block;
    width: 280px;
    margin: 0 auto 0;
    padding-left: 20px;
    font-size: 14px;
    font-family: LitteraPlainBold, sans-serif;
    border: 3px solid #C6C6C6;
    line-height: 45px;
    text-decoration: none;
    color: #878787;
}

.singin-tournament::before {
    content: url(../img/icon-arrow-grey.svg);
    position: absolute;
    top: 2px;
    left: 15%;
}

.popup-container {
    width: 80%;
    max-width: 800px;
    margin: auto;
    padding: 40px;
    background-color: #fff;
}

.popup-container .form-fields-wrap,
.popup-container .form-subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.popup-container .form-subscribe > div,
.popup-container .form-subscribe > span {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.popup-container .form-fields-wrap > div {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.popup-container .singin-head {
    margin-bottom: 0;
}

.popup-container .form-fields-middle {
    margin: 30px 0;
}

.popup-container .first-training {
    margin-bottom: 30px;
}

.popup-container .form-subscribe .form-field_input {
    margin: 20px 0;
    padding: 0;
}

.popup-container .form-subscribe .form-label {
    left: 25px;
}

.popup-container .form-subscribe input {
    background-color: #f8f8f8;
}

/* at start */

.mfp-anim .anim-popup {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */

.mfp-anim.mfp-ready .anim-popup {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */

.mfp-anim.mfp-removing .anim-popup {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */

.mfp-anim.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.mfp-anim.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */

.mfp-anim.mfp-removing.mfp-bg {
    opacity: 0;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #00284e;
    color: #fff;
    text-transform: uppercase;
    z-index: 1000;
}

.header_index .logo {
    opacity: 0;
    visibility: hidden;
    width: 174px;
    background: url('../img/header_logo.svg') no-repeat center;
    background-size: 100%;
      position: relative;
}

.header .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 75px;
}


.logo {
    width: 174px;
    background: url('../img/header_logo.svg') no-repeat center;
    background-size: 100%;
      position: relative;
}

#form-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#form-search .form-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

#form-search .search-submit {
    position: relative;
    top: 5px;
    margin-right: 10px;
    padding: 0;
}

#form-search .search-submit::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/icon-search.svg) no-repeat center;
}

#search {
    max-width: 250px;
    width: 100%;
    border: 0;
    background: transparent;
    font-size: 16px;
}

.form-field {
    position: relative;
}

.form-label {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    font-size: 11px;
    font-family: LitteraTextMedium, sans-serif;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    color: #bde2f1;
}

.join-link {
    width: 280px;
    line-height: 75px;
    font-size: 14px;
    font-family: LitteraTextBold, sans-serif;
    letter-spacing: 0.05em;
    border-width: 0 1px 0 1px;
    border-color: #335371;
    border-style: solid;
    text-decoration: none;
    text-align: center;
}

.join-link::before {
    content: '';
    position: relative;
    top: 5px;
    display: inline-block;
    width: 21px;
    height: 23px;
    margin-right: 10px;
    background: url(../img/icon-pen.svg) no-repeat center;
}

.btn-contacts,
.btn-menu {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 80px;
    font-size: 11px;
    font-family: LitteraTextMedium, sans-serif;
    text-transform: uppercase;
    color: #bde2f1;
    border-right: 1px solid #335371;
}

.btn-contacts::before {
    content: '';
    display: block;
    width: 36px;
    height: 26px;
    margin: 0 auto 8px;
    background: url(../img/icon-contacts.svg) no-repeat center;
}

.btn-menu-lines {
    position: relative;
    display: block;
    width: 35px;
    height: 25px;
    margin: 0 auto 8px;
}

.btn-menu-lines > span {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.btn-menu-lines > span::before,
.btn-menu-lines > span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: #fff;
}

.btn-menu-lines > span::before {
    top: -9px;
}

.btn-menu-lines > span::after {
    top: 9px;
}

.header-nav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 40, 78, 0.8);
}

.header-nav_contacts .header-nav-wrap {
    overflow: auto;
}

.header-nav-wrap {
    display: none;
    max-width: 600px;
    width: 100%;
    height: 100vh;
    margin-left: auto;
    padding-top: 75px;
    background-color: #002347;
}

.header-nav-head {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 600px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75px;
    padding: 0 20px 0 35px;
    background-color: #002347;
    z-index: 10;
}

.header-nav-head img {
    width: 55px;
    height: 55px;
}

.header-nav-head span {
    position: relative;
    padding-left: 55px;
    font-size: 16px;
    font-family: LitteraTextMedium, sans-serif;
    color: #bde2f1;
}

.header-nav-head span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 36px;
    height: 26px;
    margin-top: -13px;
}

.header-nav-head .menu-tag {
    width: 110px;
    height: 53px;
    background: url(../img/menu_logo.svg) no-repeat center;
}

/*
.header-nav-head .menu-tag::before {
    width: 45px;
    height: 45px;
    margin-top: -24px;
    background: url(../img/logo.svg) no-repeat center;
}
*/

.header-nav-head .contacts-tag::before {
    background: url(../img/icon-contacts.svg) no-repeat center;
}

.header-nav .contact {
    text-transform: none;
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
    line-height: 22px;
}

.header-nav .contact a {
    text-decoration: none;
}

.header-nav .contact svg {
    position: absolute;
    left: 0;
    top: 5px;
    fill: #fff;
}

.header-nav .email {
    margin-bottom: 40px;
    text-decoration: underline;
}

.header-nav ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.header-nav-logotype-container {
    padding: 40px 30px;
}

.header-nav-logotype-container a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 20px;
    font-family: LitteraPlainBold, sans-serif;
    text-decoration: none;
}

.header-nav-logotype {
    width: 110px;
    height: 53px;
    background: url(../img/menu_logo.svg) no-repeat center;
}

.header-nav-logotype-container span {
    display: inline-block;
}

.header-nav-text {
    padding: 35px 35px;
    border-width: 1px 0 1px 0;
    border-color: #335371;
    border-style: solid;
    font-size: 16px;
    color: #bde2f1;
}

.header-nav-title {
    margin-bottom: 25px;
    font-family: LitteraTextMedium, sans-serif;
}

.header-nav-links {
    padding: 40px;
}

.header-nav-links a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 265px;
    width: 100%;
    height: 43px;
    margin-bottom: 25px;
    padding-right: 15px;
    border: 2px solid #335371;
    text-align: center;
    color: #bde2f1;
    position: relative;
    font-size: 14px;
    font-family: LitteraTextBold, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-nav-links a::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 22px;
    width: 17px;
    height: 13px;
    background: url(../img/icon-arrow.svg) no-repeat center;
}

.header-nav-links a:hover {
    background-color: #bde2f1;
    color: #00284e;
    border-color: #bde2f1;
}

.header-nav-links a span {
    margin: auto;
}

.menu {
    position: relative;
    z-index: 2;
}

.menu-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 70px;
    border-bottom: 1px solid #335371;
    background-color: #00284e;
    color: #bde2f1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menu-item:hover,
.menu-item.active {
    color: #fff;
    background-color: #2e577f;
}

.menu-item:hover .btn-submenu,
.menu-item.active .btn-submenu {
    border-color: #bac8d5;
}

.menu-item:hover .btn-submenu::after,
.menu-item.active .btn-submenu::after {
    opacity: .7;
}

.menu-item_submenu {
    padding-left: 0;
    flex-wrap: nowrap;
}

@media screen and (max-width: 992px), screen and (max-height: 1020px) {
    .menu-item_submenu {
        flex-wrap: wrap;
    }
}

.menu-link {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    font-family: LitteraTextMedium, sans-serif;
    text-decoration: none;
    line-height: 1.5em;
}

.btn-submenu {
    width: 70px;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-right: 1px solid #335371;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-submenu::after {
    content: '';
    display: inline-block;
    width: 21px;
    height: 16px;
    background: url(../img/icon-arrow.svg) no-repeat center/cover;
    opacity: .3;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.submenu {
    position: absolute;
    left: 0;
    top: 0;
    width: 380px;
    height: 100vh;
    padding-top: 78px;
    background-color: #002347;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: -1;
}

.submenu li:first-child {
    padding-top: 20px;
    border-top: 1px solid #092d52;
}

.submenu .menu-link {
    padding: 20px 35px;
    font-size: 14px;
    line-height: 19px;
}

.submenu .menu-link:hover {
    background-color: #00213d;
}

.submenu.is-open {
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    transform: translatex(-100%);
}

.section-important {
    padding: 75px 0 65px;
    text-align: center;
    background-color: #f8f8f8;
}

.important-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.important-item {
    position: relative;
    width: calc(50% - 30px);
    min-height: 155px;
    margin: 0 15px 30px;
}

.important-item:hover .important-item-img::after {
    opacity: .9;
}

.important-item:hover .title {
    color: #bde2f1;
}

.important-item:hover .btn {
    background-color: transparent;
    color: #fff;
}

.important-item-img {
    font-size: 0;
    overflow: hidden;
}

.important-item-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00284e;
    opacity: 0.6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.important-item-img img {
    min-height: 155px;
}

.important-item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0 50px;
    color: #fafafa;
}

.important-item-text .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 75%;
    line-height: 33px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.important-item-text .title span {
    margin: auto;
}

.important-item .btn {
    padding-left: 45px;
    padding-right: 45px;
}

.section-programm {
    background: #bde2f1 url(../img/bg-logo.svg) no-repeat 100% 0px/38%;
}

.programms-item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2px;
}

.programms-item-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    max-width: 38px;
    font-size: 27px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.programms-item-title span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.programms-item-top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.programms-item-text {
    padding: 43px;
    background-color: #fff;
    color: #00284e;
}

.programms-item-text .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #ededed;
}

.programms-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 335px;
    flex: 0 0 335px;
    font-size: 0;
}

.programms-desc {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.programms-desc .title {
    letter-spacing: .01em;
}

.programms-text {
    margin-bottom: 30px;
    line-height: 19px;
    color: #2e577f;
}

.btn-programms {
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    margin-top: 20px;
    margin-right: 20px;
    width: 265px;
}

.btn-programms::after {
    content: url(../img/icon-arrow-chevron.svg);
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.programms-item:nth-child(1) .programms-item-title,
.programms-item:nth-child(1) .programms-prices-title {
    background-color: #ff6b29;
}

.programms-item:nth-child(1) .btn {
    border-color: #ff6b29;
}

.programms-item:nth-child(1) .programms-price {
    color: #ff6b29;
}

.programms-item:nth-child(1) .programms-item-img {
    background: #fff url(../img/programm01.jpg) no-repeat center/cover;
}

.programms-item:nth-child(2) .programms-item-title,
.programms-item:nth-child(2) .programms-prices-title {
    background-color: #3565cd;
}

.programms-item:nth-child(2) .btn {
    border-color: #3565cd;
}

.programms-item:nth-child(2) .programms-price {
    color: #3565cd;
}

.programms-item:nth-child(2) .programms-item-img {
    background: #fff url(../img/programm02.jpg) no-repeat center/cover;
}

.programms-item:nth-child(3) .programms-item-title,
.programms-item:nth-child(3) .programms-prices-title {
    background-color: #a4a01d;
}

.programms-item:nth-child(3) .btn {
    border-color: #a4a01d;
}

.programms-item:nth-child(3) .programms-price {
    color: #a4a01d;
}

.programms-item:nth-child(3) .programms-item-img {
    background: #fff url(../img/programm03.jpg) no-repeat center/cover;
}

.programms-item:nth-child(4) .programms-item-title,
.programms-item:nth-child(4) .programms-prices-title {
    background-color: #924088;
}

.programms-item:nth-child(4) .btn {
    border-color: #924088;
}

.programms-item:nth-child(4) .programms-price {
    color: #924088;
}

.programms-item:nth-child(4) .programms-item-img {
    background: #fff url(../img/programm04.jpg) no-repeat center/cover;
}

.programms-prices {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-height: 0;
    overflow: hidden;
    position: relative;
    -moz-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -o-transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transition:  0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
}

.programms-item.open_map .programms-prices.map_block {
  height: 400px;
  visibility:visible;
  max-height: 400px;
}

.programms-item.open_price .programms-prices.prices_block {
      max-height: 1000px;
      height: auto;
      visibility:visible;
      background-color: #f6f6f6;
}


.programms-prices > .flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.programms-prices-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 38px;
    background-repeat: no-repeat;
}

.programms-prices-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-top: 2px solid #ededed;
    background-color: #f6f6f6;
    width: 100%;
}

.programms-prices-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 33.33%;
    padding: 4.5%;
    border-right: 1px solid #ededed;
    font-size: 16px;
    text-align: center;
}

.programms-prices-item:last-child {
    border: 0;
}

.programms-prices-item .title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 19px;
    line-height: 24px;
}

.programms-prices-yers {
    margin: 15px 0 20px;
    font-size: 18px;
    font-family: LitteraPlainBold, sans-serif;
}

.programms-prices .btn-close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background-color: #c6c6c6;
}

.programms-prices .btn-close::before,
.programms-prices .btn-close::after {
    left: 4px;
}

.programms-price {
    font-size: 36px;
    font-family: LitteraPlainBold, sans-serif;
}

.section-lastnews {
    padding: 110px 0 105px;
    background-color: #f8f8f8;
}

.section-lastnews .container {
    position: relative;
}

.section-lastnews .section-title {
    margin-bottom: 50px;
}

.lastnews-wrap a {
    text-decoration: none;
}

.lastnews-main {
    position: relative;
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
}

.lastnews-main-img {
    position: relative;
    font-size: 0;
}

.lastnews-main-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 40, 78, 0.8)), color-stop(20%, rgba(0, 40, 78, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 40, 78, 0.8) 0%, rgba(0, 40, 78, 0) 20%);
    background: -o-linear-gradient(bottom, rgba(0, 40, 78, 0.8) 0%, rgba(0, 40, 78, 0) 20%);
    background: linear-gradient(to top, rgba(0, 40, 78, 0.8) 0%, rgba(0, 40, 78, 0) 20%);
}

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

.lastnews-main-date {
    position: absolute;
    left: 40px;
    bottom: 30px;
    font-size: 14px;
    font-family: RobotoBold, sans-serif;
    color: #fff;
}

.lastnews-main-text {
    position: relative;
    padding: 40px;
    color: #00284e;
    background-color: #fff;
    border-bottom: 7px solid #bde2f1;
}

.lastnews-main-text::before {
    content: '';
    position: absolute;
    top: -28px;
    right: 35px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px -1px #8a8a8a;
    box-shadow: 0 0 15px -1px #8a8a8a;
    background: #bde2f1 url(../img/icon-arrow-news.svg) no-repeat left;
}

.lastnews-main-text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 40px;
    height: 7px;
    background-color: #00284e;
}

.lastnews-main-title {
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 22px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .025em;
}

.lastnews-main-desc {
    line-height: 21px;
    font-family: Robotolight, sans-serif;
}

.lastnews-small {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 15px);
}

.lastnews-small-item {
    position: relative;
    width: 47.4%;
    margin-bottom: 30px;
    font-size: 0;
}

.lastnews-small-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(0, 40, 78, 0.8)), to(rgba(0, 40, 78, 0.1)));
    background: -webkit-linear-gradient(bottom, rgba(0, 40, 78, 0.8) 10%, rgba(0, 40, 78, 0.1) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 40, 78, 0.8) 10%, rgba(0, 40, 78, 0.1) 100%);
    background: linear-gradient(to top, rgba(0, 40, 78, 0.8) 10%, rgba(0, 40, 78, 0.1) 100%);
}

.lastnews-small-item img {
    width: 100%;
}

.lastnews-small-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 14px;
}

.lastnews-small-title {
    margin: 0;
    padding: 0 30px 40px;
    line-height: 18px;
    color: #fff;
    font-family: LitteraTextBold, sans-serif;
}

.lastnews-small-date {
    padding: 16px 20px;
    font-size: 14px;
    font-family: RobotoBold, sans-serif;
    background-color: #00284e;
    color: #bde2f1;
}

.all-news-link {
    position: absolute;
    top: 12px;
    right: 20px;
    text-align: center;
    font-family: LitteraTextBold, sans-serif;
    color: #2e577f;
}

#more_news {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

#more_news::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 13px;
    margin-right: 10px;
    vertical-align: top;
    background-image: url(../img/icon-arrow-dark.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-singin {
    position: relative;
    padding-top: 60px;
    padding-bottom: 85px;
    background-color: #fff;
}

.singin-head {
    margin-bottom: 50px;
    color: #00284e;
}

.singin-head .title {
    margin-bottom: 10px;
    font-size: 32px;
    letter-spacing: 0;
    text-transform: none;
}

.singin-head .note {
    font-size: 14px;
    font-family: RobotoLight, sans-serif;
    color: #2e577f;
}

.singin-form {
    display: none;
}

.singin-form:first-child {
    display: block;
}

.singin-form input,
.singin-form textarea {
    width: 100%;
    padding: 0 20px;
    border: 0;
    font-size: 16px;
    background-color: #f8f8f8;
}

.singin-form input {
    height: 45px;
}

.singin-form textarea {
    height: 100%;
    min-height: 120px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.singin-form .form-label {
    left: 20px;
    text-transform: none;
    color: #00284e;
    font-size: 14px;
    font-family: RobotoLight, sans-serif;
}

.singin-form .btn {
    padding-left: 84px;
    letter-spacing: .1em;
    font-size: 14px;
    font-family: LitteraTextBold, sans-serif;
}

.singin-form .btn::after {
    content: url(../img/icon-arrow-dark.svg);
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: center;
}

.singin-form .btn:hover {
    color: #00284e;
}

.singin-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px 20px 25px 60px;
    width: 35%;
    min-height: 100px;
    border-left: 2px solid #bde2f1;
    background-color: #ededed;
    cursor: pointer;
}

.singin-tab::before {
    content: url(../img/icon-arrow-dark.svg);
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translatey(-30%);
    -ms-transform: translatey(-30%);
    transform: translatey(-30%);
}

.singin-tab-title {
    font-size: 16px;
    font-family: LitteraPlainBold, sans-serif;
}

.singin-tab span {
    margin-top: 10px;
}

.form-fields-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px 0;
}

.form-fields-left {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
}

.form-fields-left .form-field:not(:last-child) {
    margin-bottom: 30px;
}

.form-fields-middle {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 0 2.5%;
}

.form-fields-middle .form-field {
    height: 100%;
}

.form-fields-right {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

textarea + .form-label {
    top: 25px;
}

.first-training {
    width: 80%;
    font-size: 16px;
    color: #2e577f;
}

.first-training .title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
}

.parsley-errors-list {
    list-style: none;
    position: absolute;
    bottom: -35px;
    font-size: 13px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #f00;
    z-index: 99;
    padding: 0px 15px;
}

.subscribe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px;
    background-color: #bde2f1;
}

.form-subscribe-title {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    line-height: 40px;
    font-size: 24px;
    font-family: LitteraPlainBook, sans-serif;
}

.form-subscribe {
    color: #2e577f;
}

.form-subscribe .form-field_input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin-right: 1px;
    padding-left: 15px;
}

.form-subscribe .form-label {
    left: 35px;
    font-size: 14px;
    font-family: RobotoLight, sans-serif;
    color: #2e577f;
    text-transform: none;
}

.form-subscribe input {
    width: 100%;
    height: 45px;
    padding: 15px 20px;
    border: 0;
    font-size: 18px;
}

.form-subscribe .btn {
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    color: #2e577f;
}

.footer {
    background-color: #00284e;
}

.footer-main {
    color: #fff;
    overflow: hidden;
}

.footer-bottom {
    padding: 35px 0;
    border-top: 1px solid #173d63;
    font-size: 14px;
    background-color: #002347;
    color: #2e577f;
}

.footer-bottom span:first-child {
    margin-right: 10.3%;
    padding-left: 8%;
}

.footer-contacts-wrap {
    width: 37.5%;
    padding: 50px 20px 60px 0;
    border-right: 1px solid #173d63;
}

.footer-logo {
    width: 200px;
    height: 100px;
     background: url('../img/novatoracademy_logo_footer.svg') no-repeat 0px 0px;
    background-size: 100%;
}




.footer-menu {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 62.5%;
    padding: 55px 0 100px 65px;
}

.footer-menu ul {
    width: 40%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-menu li > * {
    display: block;
    margin-bottom: 15px;
    line-height: 20px;
    letter-spacing: .05em;
    font-family: LitteraTextBold, sans-serif;
    color: #bde2f1;
}

.footer a {
    text-decoration: none;
}

.footer .contact {
    margin-bottom: 20px;
}

.footer .contact svg {
    margin-right: 15px;
    vertical-align: middle;
    fill: #bde2f1;
}

.footer .tel {
    font-size: 22px;
    font-family: LitteraTextLight, sans-serif;
    white-space: nowrap;
}

.footer-sitemap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0 30px 65px;
    text-transform: uppercase;
}

.footer-sitemap a {
    display: inline-block;
    width: 40%;
    margin: 0;
    font-size: 14px;
    color: #2e577f;
}

.footer-sitemap::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 1px;
    background-color: #173d63;
}

.footer-contacts {
    font-size: 14px;
    margin-top: 25px;
}

.event-content {
    display: none;
    overflow: auto;
    padding: 70px 0;
}

.event-content:first-child {
    display: block;
}

.event-content_calendar {
    padding-top: 0;
}

#select-year {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-wrap {
    position: relative;
    margin-right: 30px;
}

.select-wrap select {
    width: 270px;
    padding: 15px 45px 15px 20px;
    border: 0;
    font-size: 18px;
    font-family: LitteraPlainBold, sans-serif;
    color: #00284e;
    background-color: #fff;
    cursor: pointer;
}

.select-wrap:last-child {
    margin-right: 0;
}

.select-wrap::after {
    content: url(../img/icon-arrow-chevron.svg);
    position: absolute;
    top: 40%;
    right: 20px;
    width: 18px;
    height: 12px;
    pointer-events: none;
}

.select-wrap_tour select {
    font-size: 15px;
    text-transform: uppercase;
}

.select-wrap_calendar {
    display: inline-block;
}

.select-wrap_calendar select {
    width: 200px;
    padding: 10px 20px;
    font-size: 15px;
    font-family: LitteraTextMedium, sans-serif;
    border: 1px solid #dadada;
}

.select-year-label {
    margin-right: 10px;
    font-size: 15px;
    font-family: LitteraTextMedium, sans-serif;
}

.event-tabs {
    padding: 30px 0 10px;
    background-color: #f8f8f8;
}

.tab {
    min-width: 170px;
    min-height: 40px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #dadada;
    font-size: 15px;
    font-family: LitteraTextMedium, sans-serif;
    color: #00284e;
    background-color: #fff;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.tab.active,
.tab:hover {
    color: #bde2f1;
    background-color: #00284e;
}

.table-wrap {
    margin-bottom: 40px;
    overflow: auto;
}

.table {
    border-collapse: collapse;
}

.table-caption {
    padding: 15px 25px;
    font-size: 24px;
    font-family: LitteraTextBold, sans-serif;
    text-align: left;
    color: #bde2f1;
    background-color: #00284e;
}

.table td {
    max-width: 400px;
    padding: 0 35px;
}

.table thead {
    font-size: 13px;
    font-family: LitteraTextMedium, sans-serif;
    background-color: #ededed;
    color: #575756;
}

.table thead tr {
    height: 45px;
}

.table tbody {
    font-family: LitteraTextMedium, sans-serif;
    color: #2e577f;
    border-bottom: 3px solid #f8f8f8;
}

.table tbody tr {
    height: 34px;
}

.table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
}

.table-calendar td:first-child {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.table-calendar td:nth-child(3),
.table-calendar td:nth-child(4) {
    font-family: LitteraTextBold, sans-serif;
    color: #00284e;
}

.table-calendar td:last-child {
    text-align: center;
}

.table-tournament thead tr {
    border-bottom: 2px solid #bde2f1;
}

.table-tournament thead td:nth-child(2),
.table-tournament thead td:nth-child(3),
.table-tournament thead td:last-child {
    font-family: LitteraTextBold, sans-serif;
}

.table-tournament tbody td {
    text-align: center;
    font-family: LitteraTextMedium, sans-serif;
}

.table-tournament tbody td:nth-child(2),
.table-tournament tbody td:nth-child(3),
.table-tournament tbody td:last-child {
    font-family: LitteraTextBold, sans-serif;
    color: #00284e;
}

.table-tournament tbody td:nth-child(2) {
    white-space: nowrap;
}

.table-result {
    font-size: 16px;
    text-align: center;
}

.table-result thead {
    font-size: 16px;
}

.table-result thead tr {
    height: 50px;
    border: 1px solid #f8f8f8;
    color: #2e577f;
    background-color: #f8f8f8;
}

.table-result thead td {
    padding: 0 15px;
}

.table-result tbody {
    border: 0;
}

.table-result tbody tr {
    font-family: LitteraTextBold, sans-serif;
}

.table-result tbody td {
    padding: 0 10px;
    border: 1px solid #dadada;
}

.table-result tbody td:nth-child(1) {
    border-right: 0;
}

.table-result tbody td:nth-child(2) {
    min-width: 240px;
    border-left: 0;
    text-align: left;
    white-space: nowrap;
}

.table-stat tbody td:nth-child(even) {
    font-family: LitteraTextBold, sans-serif;
    color: #00284e;
}

.table-stat td:nth-child(4),
.table-stat td:nth-child(5) {
    text-align: center;
}

.table-schedule {
    width: 100%;
    margin-left: 0;
    font-size: 16px;
}

.table-schedule tbody tr {
    height: 50px;
}

.table-schedule tbody tr:nth-child(odd) {
    background-color: #ededed;
}

.table-schedule tbody tr:last-child {
    border-bottom: 3px solid #ededed;
}

.table-schedule tbody td {
    padding: 0 20px;
}

.table-schedule tbody td:first-child {
    width: 50px;
}

.table-schedule tbody td:last-child {
    white-space: nowrap;
}

.commands-item {
    width: 30%;
    min-width: 200px;
    margin-right: 30px;
    margin-bottom: 60px;
    font-size: 16px;
    color: #2e577f;
}

.command-name {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-family: LitteraPlainBold, sans-serif;
    border-bottom: 1px solid #bde2f1;
}

.command-trainer {
    margin-bottom: 10px;
    font-family: LitteraTextBold, sans-serif;
    color: #00284e;
}

.command-players {
    font-family: LitteraTextMedium, sans-serif;
    margin: 0;
    padding-left: 20px;
}

.command-players li {
    padding: 5px;
}

.calendar-select-wrap {
    margin-bottom: 70px;
    padding: 25px 0 5px;
    border-top: 1px solid #ededed;
    background-color: #f8f8f8;
}

.calendar-select-item {
    margin-right: 60px;
    margin-bottom: 20px;
}

.calendar-select-label {
    margin-right: 30px;
    font-size: 15px;
    font-family: LitteraTextMedium, sans-serif;
    color: #878787;
}

.section-subscribe {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.hero_events {
    position: relative;
    height: 464px;
    padding: 50px 0;
    color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.hero_events::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 40, 78, 0.5);
    z-index: -1;
}

.hero_events .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}

.hero_organization {
    background-image: url(../img/hero-organization.jpg);
}

.hero_men {
    background-image: url(../img/hero-men.jpg);
}

.hero_girl {
    background-image: url(../img/hero-girl.jpg);
}

.hero_kids {
    background-image: url(../img/hero-kids.jpg);
}

.hero_girl-group {
    background-image: url(../img/hero-girl-group.jpg);
}

.hero_kids-group {
    background-image: url(../img/hero-kids-group.jpg);
}

.hero_men-group {
    background-image: url(../img/hero-men-group.jpg);
}

.hero_kids-commands {
    background-image: url(../img/hero-kids-group.jpg);
}

.hero_camps {
    background-image: url(../img/hero-men.jpg);
}

.hero-title {
    width: 70%;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 48px;
    font-family: LitteraPlainBold, sans-serif;
}

.hero-subtitle {
    width: 40%;
    font-size: 24px;
}

.section {
    padding: 90px 0;
}

.section-event-head {
    padding: 60px 0 70px;
    /*
    background: #bde2f1 url(../img/bg-logo.svg) no-repeat top right/280px;
    */
    background: #bde2f1 url(../img/bg-logo.svg) no-repeat 100% 0px/28%;

}

.section-event-head .section-title {
    width: 80%;
    font-size: 32px;
}

.section-event-head .btn-event {
    width: 270px;
    margin-left: 30px;
    background-color: #bde2f1;
}

.section-event-head .btn-event:hover {
    background-color: #fff;
    border-color: #fff;
}

.section-event_past {
    padding: 50px 0;
    background-color: #2E577F !important;
    color: #bde2f1;
}

.section-event_past .select-years-wrap {
    margin-bottom: 35px;
}

.section-event_past .section-title {
    margin: 0;
    color: #bde2f1;
}

.section-event-content {
    /* padding-top: 95px; */
    padding-bottom: 65px;
    background-color: #f8f8f8;
}

.section-event-logo {
    background: url('../img/page_logo.svg') no-repeat center;
    width: 312px;
    height: 151px;
}

.section-event-logo img {
    width: 185px;
}

.section-event-data {
    padding: 0 !important;
}

.aside {
    width: 30%;
}

.aside_left {
    margin-right: 5%;
}

.aside_right {
    margin-left: 5%;
}

.aside .navi-wrap {
    margin: 0;
}

.aside .navi-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    min-height: 70px;
    margin: 0 0 3px 0;
    padding: 0 20px 0 35px;
    border: 0;
    text-align: left;
}

.aside .navi-item svg {
    left: 35px;
    opacity: 0;
    visibility: hidden;
}

.aside .navi-item:hover,
.aside .navi-item.active {
    padding-left: 65px;
}

.aside .navi-item:hover svg,
.aside .navi-item.active svg {
    opacity: 1;
    visibility: visible;
}

.main-content {
    width: 65%;
}

.section-schedule {
    padding: 0;
    background-color: #f8f8f8;
}

.section-navi {
    padding-top: 0;
    background-color: #f8f8f8;
    padding-top: 95px;
    padding-bottom: 0px;
}

.navi-wrap {
    margin-left: -15px;
    margin-right: -15px;
}

.navi-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(33.33% - 30px);
    min-width: 280px;
    min-height: 145px;
    margin: 0 15px 30px;
    padding: 40px 50px;
    font-size: 16px;
    line-height: 21px;
    font-family: LitteraTextBold, sans-serif;
    border: 1px solid #bde2f1;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    text-align: center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.navi-item:hover,
.navi-item.active {
    background-color: #bde2f1;
}

.navi-item:hover svg,
.navi-item.active svg {
    fill: #00284e;
}

.navi-item svg {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 23px;
    height: 18px;
    fill: #bde2f1;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
}



@media (min-width: 1200px) {

    .content-slider-wrap:not(.content-slider-wrap__location) {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .content-slider-wrap:not(.content-slider-wrap__location) .content-slider {
        width: 66%;
    }

    .content-slider-wrap:not(.content-slider-wrap__location) .slider-count  {
        width: 66%;
    }
}

@media (min-width: 700px) {

    .acamps_item .content-slider-wrap {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }

    .acamps_item  .content-slider {
        width: 66%;
    }

    .acamps_item  .slider-count  {
        width: 66%;
    }
}

.camps-slider-container {
    max-width: 800px;
    margin: 0px auto 0px auto;
}



.content-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    width: 50px;
    height: 30px;
    border: 0;
}

.content-slider .slick-prev {
    left: 20px;
}

.content-slider .slick-prev::after {
    right: 0;
}

.content-slider .slick-next {
    right: 20px;
}

.content-slider .slick-next::after {
    left: 0;
}

.content-slider .slick-dots {
    position: static;
    height: auto;
    padding: 15px 0;
    border-top: 0;
    border-bottom: 1px solid #dadada;
}

.content-slider .slick-dots li {
    background-color: #00284e;
}

.slider-count {
    padding: 20px;
    border-bottom: 1px solid #dadada;
    text-align: center;
    font-size: 0;
}


.slider-count span {
    position: relative;
    display: inline-block;
    width: 40px;
    font-size: 16px;
    font-family: LitteraTextMedium, sans-serif;
    color: #2e577f;
}

.current-slide {
    padding-right: 5px;
    text-align: right;
}

.total-slide {
    padding-left: 13px;
    text-align: left;
}

.total-slide::before {
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
}

.command-item {
    margin-bottom: 50px;
}

.command-item-title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 24px;
    font-family: LitteraTextBold, sans-serif;
    color: #2e577f;
    border-bottom: 1px solid #bde2f1;
}

.command-item-desc {
    font-size: 18px;
}

.command-item-desc > div {
    margin-bottom: 10px;
}

.command-item-desc div:last-child {
    font-family: LitteraTextMedium, sans-serif;
    color: #878787;
}

.section-news {
    background-color: #f8f8f8;
}

.section-news .lastnews-small {
    width: 100%;
}

.section-news .lastnews-small-item {
    width: 23%;
    min-width: 250px;
}

.section-news .all-news-link {
    position: static;
    margin-bottom: 40px;
}

.news-slider .slick-arrow,
.news-item-img .slick-arrow {
    top: 41%;
    width: 60px;
    height: 44px;
    padding: 0;
    border: 0;
}

.news-slider .slick-arrow::after,
.news-item-img .slick-arrow::after {
    position: static;
    margin: 0;
    background-image: url(../img/icon-arrow-news.svg);
}

.news-slider .slick-prev,
.news-item-img .slick-prev {
    left: -80px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.news-slider .slick-next,
.news-item-img .slick-next {
    right: -80px;
}

.news-slider .slick-next::after,
.news-item-img .slick-next::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.news-slider {
    margin-bottom: 25px;
}

.news-slide .lastnews-main {
    width: 100%;
    text-decoration: none;
}

.news-slide .lastnews-main-img {
    width: 48.65%;
}

.news-slide .lastnews-main-text {
    width: 51.35%;
    padding: 50px 60px 30px;
}

.news-slide .lastnews-main-text::before {
    left: -27px;
    top: 50%;
    margin-top: -27px;
}

.news-slide .lastnews-main-date {
    position: static;
    display: inline-block;
    margin-bottom: 20px;
    font-family: LitteraTextMedium, sans-serif;
    color: #9d9d9c;
}

.section-news-item {
    position: relative;
    padding-top: 210px;
    background-color: #f8f8f8;
}

.section-news-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 625px;
    background: #f8f8f8 url(../img/news-hero.jpg) no-repeat center/cover;
}

.section-news-item-content {
    position: relative;
    z-index: 1;
}

.section-news-item .section-title {
    position: relative;
    font-size: 39px;
    color: #fff;
    z-index: 1;
}

.news-item-wrap {
    position: relative;
    padding: 82px 100px;
    background-color: #fff;
}

.news-item-wrap .slider-count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    border: 0;
}

.news-item-wrap .slider-count span {
    color: #fff;
}

.news-item-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 44px;
    font-family: LitteraTextBold, sans-serif;
    color: #9d9d9c;
}

.news-item-header a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

.news-item-header a::before {
    content: url(../img/icon-arrow-dark.svg);
    display: inline-block;
    width: 17px;
    height: 13px;
    margin-right: 15px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    vertical-align: text-top;
}

.news-item-title {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #bde2f1;
    line-height: 28px;
    font-size: 24px;
    font-family: LitteraPlainBold, sans-serif;
    text-transform: uppercase;
}

.news-item-text {
    margin-bottom: 80px;
    line-height: 22px;
    font-family: RobotoLight, sans-serif;
}

.news-item-text p {
    margin-bottom: 30px;
}

.news-tag {
    margin-left: 17px;
    padding-left: 17px;
    border-left: 1px solid #bde2f1;
    text-transform: uppercase;
    color: #00284e;
}

.hero-about {
    padding: 160px 0 195px;
    background: url(../img/about-hero.jpg) no-repeat center/cover;
}

.hero-about-logo {
/*    position: absolute;
    left: 20px;
    top: 50%;
    width: 170px;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);*/
    width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url('../img/about_logo.svg') no-repeat 0px 0px/100%;
}

.hero-about-logo::before {
    display: block;
    content: "";
    padding-top: 50%;
}

.hero-about .container {
    position: relative;
}

.hero-about .hero-title {
    width: 100%;
    margin: 0;
    padding: 3px 200px;
    line-height: 49px;
    letter-spacing: -0.03em;
    text-align: center;
}

.section-about {
    padding: 80px 0 0;
    background-color: #f8f8f8;
}

.about-content {
    margin-left: -15px;
    margin-right: -15px;
}

.about-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
}

.about-item .title {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 38px;
}

.about-item p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
}

.hero-contacts {
    position: relative;
    width: 100%;
    height: 575px;
    padding-top: 90px;
    background: url(../img/hero-slide01.jpg) no-repeat center/cover;
}

.hero-contacts::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(7%, #bde2f1), to(rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #bde2f1 7%, rgba(125, 185, 232, 0) 100%);
}


.hero-contacts .container {
    position: relative;
    z-index: 2;
    left: 20px;
}


.hero-contacts-logo {
    width: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/about_logo.svg) no-repeat 0px 0px/100%
}

.hero-contacts-logo::before {
    display: block;
    content: "";
    padding-top: 50%;
}


.hero-contacts-img {
    width: 172px;
}

.hero-contacts-title {
    margin: 0 0 0 25px;
    font-size: 42px;
    font-family: LitteraPlainBold, sans-serif;
    letter-spacing: .05em;
}

.section-contacts {
    margin-bottom: -220px;
    padding: 0;
    background-color: #f8f8f8;
}

.section-contacts .contacts {
    margin-bottom: 25px;
    padding: 34px 0 0;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    font-size: 20px;
    font-family: LitteraTextMedium, sans-serif;
}

.section-contacts .contacts .contact {
    margin-bottom: 33px;
}

.section-contacts .contacts svg {
    margin-right: 50px;
    fill: #dadada;
    vertical-align: middle;
}

.section-contacts .adress span {
    display: inline-block;
    width: 80%;
}

.section-contacts .tel a {
    text-decoration: none;
}

.section-contacts .socials {
    font-size: 22px;
    color: #dadada;
}

.section-contacts .socials a:hover {
    color: #000000;
}

.hero-contacts-mobile-title {
    display: none;
    margin-top: 30px;
    font-size: 24px;
    font-family: LitteraPlainBold, sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.contacts-wrap {
    position: relative;
    top: -215px;
    background-color: #fff;
    z-index: 1;
    padding: 88px 101px;
}

.contacts-text {
    padding: 80px 95px 60px 100px;
}

.contacts-text .title {
    margin-bottom: 25px;
    font-family: LitteraTextBold, sans-serif;
}

.contacts-map-wrap {
    padding: 0 20px 20px;
}

#contacts-map {
    width: 100%;
    min-height: 425px;
}

@media only screen and (max-width: 1400px) {
    .slick-arrow {
        width: 165px;
    }

    .slick-dots {
        width: auto;
    }
}

@media only screen and (max-width: 1350px) {
    .news-slider .slick-arrow {
        background-color: #f8f8f8;
    }

    .news-slider .slick-prev {
        left: 0;
    }

    .news-slider .slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .important-item-text {
        padding: 5% 0 10%;
    }

    .singin-form .btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-event-content .flex {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .aside_right {
        min-width: 350px;
    }

    .main-content {
        width: 50%;
    }
}

@media only screen and (max-width: 992px) {
    .md-hidden {
        display: none;
    }

    .title {
        font-size: 20px;
    }

    .header .container {
        padding-right: 0;
    }

    #form-search {
        display: none;
    }

    .btn-menu {
        border: 0;
    }

    .important-item-text .title {
        font-size: 18px;
        line-height: 22px;
    }

    .programms-item-title {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        font-size: 20px;
    }

    .programms-item-img {
        display: none;
    }

    .programms-prices-title {
        -ms-flex-preferred-size: 130px;
        flex-basis: 130px;
        background-image: none;
    }

    .programms-prices-item {
        padding: 2%;
    }

    .programms-prices .btn-close {
        right: 0;
        bottom: 0;
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }

    .lastnews-main-title {
        font-size: 18px;
        line-height: 24px;
    }

    .lastnews-small-title {
        font-size: 14px;
    }

    .all-news-link {
        position: static;
        margin-bottom: 30px;
    }

    .singin-tab {
        display: none;
    }

    .form-fields-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-fields-wrap > div {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .form-fields-middle {
        margin: 30px 0;
    }

    .form-fields-right {
        width: 100%;
        margin-top: 5px;
    }

    .first-training {
        margin-bottom: 30px;
    }

    .form-subscribe-title {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }

    .footer-bottom span:first-child {
        padding-left: 0;
    }

    .footer-logo {
        font-size: 19px;
    }

    .footer-menu {
        padding-left: 30px;
    }

    .footer-sitemap {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-contacts {
        padding-left: 0;
    }

    .hero-subtitle {
        width: 60%;
    }

    .section-event-head .btn-event {
        width: 190px;
        padding: 14px 0;
    }

    .aside {
        width: 100%;
    }

    .aside_left {
        margin: 0;
    }

    .aside_right {
        margin: 0;
    }

    .main-content {
        width: 100%;
    }

    .navi-item {
        width: calc(50% - 30px);
    }

    .section-news .lastnews-small {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section-news .lastnews-small-item {
        margin-right: 1%;
    }

    .news-slide .lastnews-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .news-slide .lastnews-main-img {
        width: 100%;
    }

    .news-slide .lastnews-main-text {
        width: 100%;
    }

    .news-slide .lastnews-main-text::before {
        display: none;
    }

    .about-content {
        margin: 0;
    }

    .about-item {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width: 992px), screen and (max-height: 1020px) {
    .header-nav-wrap {
        overflow: auto;
    }

    .menu-item {
        padding-left: 0;
    }

    .menu-link {
        padding: 15px;
        font-size: 13px;
    }

    .btn-submenu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 60px;
        border-right: 0;
        border-left: 1px solid #335371;
    }

    .btn-submenu::after {
        width: 14px;
        height: 9px;
        opacity: .6;
        background-image: url(../img/icon-arrow-chevron-white.svg);
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .submenu {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: static;
        display: none;
        width: 100%;
        height: auto;
        padding-top: 0;
        padding-bottom: 20px;
        z-index: 1;
    }

    .submenu .menu-link {
        max-width: none;
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) {

    .singin-tournament-btn {
        display: block;
    }

}

@media only screen and (max-width: 880px) {
    .programms-prices-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .programms-prices-item {
        width: 100%;
        padding: 25px 20px;
        border-right: 0;
        border-bottom: 1px solid #ededed;
        text-align: left;
    }

    .programms-prices-item .title {
        font-size: 16px;
    }

    .programms-prices-yers {
        margin: 10px 0;
        font-size: 16px;
    }

    .programms-price {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 14px;
        letter-spacing: normal;
    }

    .sm-hidden {
        display: none;
    }

    .btn {
        padding: 13px 20px;
    }

    .btn-close {
        width: 30px;
        height: 30px;
    }

    .btn-close::before,
    .btn-close::after {
        width: 30px;
    }

    .title {
        line-height: 22px;
        font-size: 18px;
    }

    .slider-text {
        padding: 206px 0 155px 200px;
        font-size: 16px;
    }

    .slider-title {
        font-size: 26px;
    }

    .section-title {
        font-size: 20px;
    }

    .section-title_center {
        font-size: 18px;
    }

    .breadcrumbs {
        display: none;
    }

    .content {
        line-height: 19px;
        font-size: 14px;
    }

    .popup-container .form-subscribe .form-field_input {
        width: 100%;
    }

    .header_index .logo {
        opacity: 1 !important;
        visibility: visible !important;
        width: 154px;
    }

    .join-link {
        display: none;
    }

    .header-nav-head {
        padding: 0 20px;
    }

    .header-nav-head span {
        font-size: 12px;
    }

    .header-nav .contact svg {
        margin-right: 15px;
    }

    .header-nav-logotype-container img {
        width: 57px;
        height: 57px;
    }

    .header-nav-logotype-container span {
        font-size: 16px;
    }

    .header-nav-links {
        padding-left: 20px;
        padding-right: 20px;
    }

    .important-wrap {
        margin: 0;
    }

    .important-item {
        width: 100%;
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }

    .important-item-text .title {
        font-size: 14px;
        line-height: 16px;
    }

    .programms-prices .btn-close::before,
    .programms-prices .btn-close::after {
        left: 6px;
    }

    .section-lastnews {
        padding-bottom: 65px;
    }

    .lastnews-main {
        width: 100%;
        margin-right: 0;
    }

    .lastnews-small {
        width: 100%;
    }

    .singin-head {
        margin-bottom: 10px;
    }

    .singin-head .title {
        font-size: 18px;
        text-transform: uppercase;
    }

    .singin-form .form-label {
        font-size: 14px;
    }

    .singin-form .btn {
        width: 280px;
        margin: auto;
    }

    .form-fields-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .first-training {
        width: 100%;
        text-align: center;
    }

    .form-subscribe-title {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 10px;
    }

    .form-subscribe {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .form-subscribe .form-field_input {
        width: 70%;
        margin-bottom: 20px;
    }

    .form-subscribe .btn {
        padding: 0;
        border: 0;
        border-bottom: 2px solid #2e577f;
        background-color: transparent;
        letter-spacing: 2px;
    }

    .footer-bottom {
        padding: 0;
        font-size: 14px;
    }

    .footer-bottom .container {
        padding: 0;
    }

    .footer-bottom a,
    .footer-bottom span {
        display: block;
        width: 100%;
        padding: 20px;
    }

    .footer-bottom span:first-child {
        margin: 0;
        padding-left: 20px;
        border-bottom: 1px solid #173d63;
    }

    .footer-contacts-wrap {
        width: 100%;
        padding: 40px 0;
        border: 0;
    }

    .footer-logo {
        margin-bottom: 35px;
        width: 128px;
        height: 62px;
    }

    .footer-menu {
        display: none;
    }

    .event-content {
        padding: 20px 0;
    }

    .event-content_calendar {
        padding: 20px 0;
    }

    #select-year {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .select-wrap {
        margin: 0 0 20px;
    }

    .select-wrap select {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .select-year-label {
        margin-bottom: 20px;
    }

    .event-tabs .container {
        padding: 0 14px;
    }

    .tab {
        min-width: 130px;
        min-height: 30px;
        margin: 0 7px 15px;
        font-size: 11px;
    }

    .table-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .table {
        width: 100%;
    }

    .table-caption {
        font-size: 16px;
    }

    .table td {
        white-space: nowrap;
    }

    .table thead {
        font-size: 12px;
    }

    .table tbody {
        font-size: 11px;
    }

    .table-result {
        font-size: 13px;
    }

    .table-result thead {
        font-size: 13px;
    }

    .table-result tbody td:nth-child(2) {
        min-width: auto;
    }

    .calendar-select-wrap {
        display: none;
    }

    .section-subscribe {
        padding: 0 0 30px;
    }

    .hero_events {
        height: auto;
        padding: 90px 0 30px;
    }

    .hero_events .flex {
        padding-bottom: 0;
    }

    .hero-title {
        width: 100%;
        text-align: center;
        font-size: 24px;
    }

    .hero-subtitle {
        display: none;
    }

    .section {
        padding: 30px 0;
    }

    .section-event-head {
        padding: 20px 0;
        background: #bde2f1;
    }

    .section-event-head .section-title {
        width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .section-event-head .btn-event {
        display: none;
    }

    .section-event_past {
        padding: 20px 0;
    }

    .section-event_past .select-years-wrap {
        margin-bottom: 0;
    }

    .navi-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .content-slider-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .slider-count {
        display: none;
    }

    .command-item-title {
        padding-bottom: 5px;
        font-size: 18px;
    }

    .command-item-desc {
        font-size: 14px;
    }

    .command-item-desc div:last-child {
        font-size: 14px;
    }

    .section-news .lastnews-small-item {
        width: 49%;
    }

    .section-news .section-title {
        text-align: center;
    }

    .news-slider {
        display: none;
    }

    .section-news-item {
        padding-top: 40px;
    }

    .section-news-item-bg {
        position: static;
        height: auto;
        padding-bottom: 40%;
    }

    .section-news-item-content {
        background-color: #fff;
    }

    .section-news-item-subscribe {
        padding-top: 100px;
    }

    .section-news-item .section-title {
        font-size: 24px;
        color: #00284e;
    }

    .news-item-wrap {
        padding: 20px 0 45px;
    }

    .news-item-header {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .news-item-header a {
        position: absolute;
        left: 50%;
        bottom: -50px;
        -webkit-transform: translatex(-50%);
        -ms-transform: translatex(-50%);
        transform: translatex(-50%);
    }

    .news-item-img {
        width: 95%;
        margin: auto;
    }

    .news-item-img .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .news-item-img .slick-arrow::after {
        width: 26px;
        height: 17px;
        background-image: url(../img/icon-arrow-dark.svg);
    }

    .news-item-img .slick-prev {
        left: -25px;
    }

    .news-item-img .slick-next {
        right: -25px;
    }

    .news-tag {
        display: none;
    }

    .hero-about {
        padding: 20px 0;
        text-align: center;
    }

    .hero-about-logo {
        position: static;
        width: 95px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .hero-about .hero-title {
        display: none;
    }

    .about-item .title {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .about-item p {
        font-size: 14px;
        line-height: 19px;
    }

    .hero-contacts {
        height: auto;
        padding-top: 40px;
        padding-bottom: 30px;
        min-height: 169px;
    }

    .hero-contacts-text .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hero-contacts-img {
        min-height: 169px;
    }

    .hero-contacts-title {
        display: none;
    }

    .section-contacts {
        margin-bottom: 0;
        background-color: #fff;
    }

    .section-contacts .contacts {
        padding-bottom: 0;
        font-size: 16px;
    }

    .section-contacts .contacts svg {
        margin-right: 20px;
    }

    .hero-contacts-mobile-title {
        display: block;
    }

    .contacts-wrap {
        top: 0;
    }

    .contacts-text {
        padding: 10px 0 35px 0;
    }

    .contacts-text .title {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .contacts-map-wrap {
        margin-left: -20px;
        margin-right: -20px;
        padding: 0;
    }
}

@media only screen and (max-width: 600px) {
    .wrapper {
        margin-top: 70px;
    }

    .slider-item::after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(125, 185, 232, 0.3)), color-stop(50%, rgba(125, 185, 232, 0)));
        background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0.3) 0%, rgba(125, 185, 232, 0) 50%);
        background: -o-linear-gradient(left, rgba(125, 185, 232, 0.3) 0%, rgba(125, 185, 232, 0) 50%);
        background: linear-gradient(to right, rgba(125, 185, 232, 0.3) 0%, rgba(125, 185, 232, 0) 50%);
    }

    .slider-text {
        padding: 60px 0 60px;
        min-height: 250px;
    }

    .slider-text .btn {
        display: none;
    }

    .slider-img {
        position: static;
        width: 130px;
        height: 130px;
        margin: auto;
    }

    .slider-title {
        display: none;
    }

    .slider-desc {
        display: none;
    }

    .slick-arrow {
        width: 80px;
        height: 45px;
    }

    .slick-arrow::after {
        width: 17px;
        height: 13px;
        background-image: url(../img/icon-arrow-dark.svg);
    }

    .slick-prev {
        border: 0;
    }

    .slick-prev::after {
        right: 40px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .slick-next {
        border: 0;
    }

    .slick-next::after {
        left: 40px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

    .slick-dots {
        position: static;
        height: 45px;
        padding: 15px 0;
        border: 0;
        background-color: #fff;
    }

    .slick-dots li {
        background-color: #00284e;
    }

    .header .container {
        min-height: 70px;
    }

    .btn-contacts,
    .btn-menu {
        font-size: 9px;
    }

    .section-programm {
        background-size: 175px;
    }

    .programms-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .programms-item-title {
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
        font-size: 13px;
    }

    .programms-item-text {
        padding: 20px;
    }

    .programms-item-text .title {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .programms-text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 14px;
    }

    .btn-programms {
        padding-left: 25px;
        font-size: 12px;
        display: block;
        margin: 20px auto 0px auto;
    }

    .programms-prices-title {
        -ms-flex-preferred-size: 80px;
        flex-basis: 38px;
    }

    .section-lastnews .section-title {
        width: 50%;
        margin: 0 auto 20px;
    }

    .lastnews-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }

    .lastnews-small {
        display: none;
    }

    .table {
        margin-left: -5px;
    }

    .commands-item {
        width: 100%;
        margin-right: 0;
        font-size: 14px;
    }

    .commands-item:last-child {
        margin-bottom: 10px;
    }

    .command-name {
        font-size: 18px;
    }

    .section-news .lastnews-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .section-news .lastnews-small-item {
        width: 100%;
        margin-right: 0;
    }

    .section-news-item-bg {
        padding-bottom: 55%;
    }

    .section-news-item .section-title {
        text-align: center;
    }

    .news-item-title {
        margin-bottom: 20px;
        padding-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        border: 0;
    }

    .news-item-text p {
        margin-bottom: 20px;
    }

    .news-item-img .slick-prev {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media only screen and (max-width: 540px) {
    .logo span {
        display: none;
    }

    .logo,
    .header_index .logo {
        width: 130px;
    }


}

@media only screen and (max-width: 480px) {
    .popup-container {
        width: 95%;
    }

    .header-nav .contact {
        padding-left: 35px;
    }

    .menu-link {
        max-width: 260px;
    }

    .lastnews-main-date {
        left: 20px;
        bottom: 20px;
        font-size: 14px;
    }

    .lastnews-main-text {
        padding: 40px 20px;
    }

    .lastnews-main-text::before {
        right: 20px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    .lastnews-main-title {
        font-size: 14px;
        line-height: 20px;
    }

    .subscribe {
        padding: 15px;
    }

    .form-subscribe-title {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .form-subscribe .form-field_input {
        width: 100%;
    }

    .form-subscribe .form-label {
        font-size: 12px;
    }

    .form-subscribe input {
        height: 35px;
    }

    .form-subscribe .btn {
        font-size: 14px;
    }

    .navi-item {
        min-height: 80px;
        padding: 20px 30px;
        font-size: 14px;
        line-height: 14px;
    }

    .navi-item svg {
        width: 15px;
        height: 11px;
    }
}



#page_trainers .main {
    background: #F7F7F7;
}


.trainers {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 91px;
}



.trainers_item,
.filling-empty-space-childs {
    text-align: center;
    width: 270px;
    margin-right: 69px;
    margin-bottom: 70px;
}

.filling-empty-space-childs {
    height:0;
}


.trainers_item:first-child {
    /* margin-left: 0px; */
}

.trainers_item_photo {
}

.trainers_item_photo img {
}

.trainers_item_name {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.6px;
    color: #00284E;
    margin-top: 23px;
    font-family: LitteraTextBold, sans-serif;
}

.trainers_item_description {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #00284E;
    margin-top: 11px;
}

@media only screen and (max-width: 730px) {

    .trainers {
        justify-content: center;
    }

    .trainers_item {
        text-align: center;
        max-width: 350px;
        width:100%;
        margin-right: 0px;
        margin-bottom: 70px;
    }

    .filling-empty-space-childs {
        display: none;
    }
}


.rent {
    margin-bottom:100px;
}


.rent_item {
    margin-top: 114px;
}


.rent_item_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}


.rent_item_title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.7px;
    color: #00284E;
    width: 29%;
    text-transform: uppercase;
    font-family: LitteraPlainBold, sans-serif;
}

.rent_item_description {
    width: 66%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
    color: #00284E;
}

.rent_item_gallery {margin-top: 29px;}



@media only screen and (max-width: 1200px) {
    .rent_item_row {
        display: block;
    }

    .rent_item_title,
    .rent_item_description {
        width: 100%;
    }
    .rent_item_description {
        margin-top: 30px;
    }

    .rent_item {
        margin-top: 90px;
    }
}

@media only screen and (max-width: 700px) {

    .rent_item_title {
        font-size: 21px;
        line-height: normal;
    }

    .rent_item_description {
        margin-top: 20px;
    }

    .rent_item {
        margin-top: 30px;
    }
}



.acamps_years {
    background: #BCE1F0;
    height: 51px;
    line-height: 51px;
    color: #929292;
    font-family: LitteraPlainBold, sans-serif;
    font-size: 15px;
}

.acamps_years_item {font-size: 19px;margin-left: 10px;}

.acamps_years_title {
    margin-right: 17px;
    text-transform: uppercase;
}

.acamps_years_item.active {
    color: #00284E;
}

.acamps_years_item::after {
    content: "|";
    margin-left: 10px;
}

.acamps_years_item:last-child::after {
    content: "";
}


.acamps_item {
    margin-top: 114px;
}

.acamps_item_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.acamps_item_title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.7px;
    color: #00284E;
    width: 29%;
    text-transform: uppercase;
    font-family: LitteraPlainBold, sans-serif;
}

.acamps_item_description {
    width: 66%;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.4px;
    color: #00284E;
}

.acamps_item_gallery {margin-top: 29px;}

.camps_links_title {
    font-size: 28px;
    font-family: LitteraPlainBold, sans-serif;
    margin-bottom: 40px;
}

@media only screen and (max-width: 700px) {

.acamps_item_row {
    display: block;
}

.acamps_item {
    margin-top: 30px;
}

.acamps_item_title {
font-size: 24px;
width: 100%;
}

.acamps_item_description {
    margin-top: 30px;
    width: 100%;
}

    .camps_links_title {
        font-size: 24px;
    }
}


#page_trainers .main {
    background: #F7F7F7;
}

#page_rent .main {
    background: #F7F7F7;
}


.camps_reviews {
    margin-top: 50px;
    background: #BCE1F0;
}

.camps_reviews_title {
    font-family: LitteraPlainBold, sans-serif;
    font-weight : bold;
    font-size : 28px;
    line-height : 32px;
    letter-spacing : 0.7px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8BADC4;
}


.camps_reviews_items {
    padding-bottom: 70px;
}

.camps_reviews_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 50px 100px;
}

 .camps_reviews_item_person {
        width: 200px;
        flex-shrink: 0;
     text-align: left;
   }

.camps_reviews_item_text_photo {

}

.camps_reviews_item_text_photo img {

}

 .camps_reviews_item_text_title {
     font-family: LitteraPlainBold, sans-serif;
     font-size : 18px;
     line-height : 21px;
     letter-spacing : 0.45px;
     margin-top: 10px;
 }

.camps_reviews_item_review {

}

.camps_reviews_item_review_text {
    position: relative;
    background: #F7F7F7;
    padding: 40px 80px 60px 40px;
    margin-left: 20px;
    /* font-family: LitteraPlainBold, sans-serif; */
    font-size : 16px;
    line-height : 25px;
    letter-spacing : 0.4px;
    color : #00284E;
    color : rgb(0, 40, 78);
}


.camps_reviews_item_review_text::before {
     content: "";
     position: absolute;
     top: 45px;
     left: -12px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 11.5px 12px 11.5px 0;
     border-color: transparent #f7f7f7 transparent transparent;
}


.camps_reviews .slick-arrow  {
    top: 41%;
    width: 60px;
    height: 44px;
    padding: 0;
    border: 0;
}

.camps_reviews .slick-arrow::after {
    position: static;
    margin: 0;
    background-image: url(../img/icon-arrow-news.svg);
}

.camps_reviews .slick-prev {
    left: 0px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.camps_reviews .slick-next {
    right: 0px;
}

.camps_reviews .slick-next::after {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}


.camps_reviews  .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 1170px;
    margin: auto;
    height: 95px;
    border-top: none;
    background-color: transparent;
}

@media only screen and (max-width: 600px) {
    .camps_reviews .slick-dots {
        position: static;
        height: 45px;
        padding: 15px 0;
        border: 0;
    }

.camps_reviews_items {
    padding-bottom: 30px;
}

}


@media only screen and (max-width: 1000px) {


    .camps_reviews .slick-prev,
    .camps_reviews  .slick-next {
       display: none !important;
    }

    .camps_reviews_item {
        padding: 50px 0px;
    }
}

@media only screen and (max-width: 700px) {


    .camps_reviews_item {
            display: block;
            padding-bottom: 0px;
    }

    .camps_reviews_item_review {

    }

    .camps_reviews_item_review_text::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 45px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 11.5px 12px 11.5px 0;
        border-color: transparent #f7f7f7 transparent transparent;
    }

    .camps_reviews_item_review_text {
        margin: 0px;
        margin-top: 30px;
    }

}



.location_schedule {
 border: 2px solid #BCE1F0;
 border-right: none;
 border-left: none;
    padding: 30px 0px;
}

.location_gallery_title {
    border-bottom: 1px solid #00284E;
    padding-bottom: 10px;
}


.locations_on_map {
    margin: 30px 0px;
}

.location_on_map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.location_on_map_description {
    font-family: LitteraPlainBold, sans-serif;
    max-width: 500px;
}

.location_on_map_title {
    font-size : 18px;
    letter-spacing : 0.45px;
}

.location_on_map_address {
    margin-top: 10px;
}

.location_on_map_button {
    cursor: pointer;
    width: 220px;
    height: 45px;
    border-color: #3565CC;
    color: #4a4a4a;
    padding: 14px;
    font-size: 11px;
}

.location_map {
    height: 400px;
}

.location_map_map {
    width: 100%;
    background: #F6F6F6;
}


@media only screen and (max-width: 800px) {

    .location_on_map_description {
        max-width: 100%;
    }

    .location_on_map {
        display: block;
    }

    .location_on_map_button {
        display: block;
        margin: 20px auto 0px auto;
    }

}


.location_on_map_button::after {
    display: inline-block;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: url(../img/icon-arrow-chevron.svg);
    position: relative;
    top: 2px;
    margin-left: 20px;
    width: 20px;
}


.location_on_map.open .location_on_map_button::after {
    top: -3px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}


.location_on_map_map {
    width: 100%;
    background: lightgray;

    margin-top:0px;
    height: 0px;

    -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        -webkit-transition:  0.3s ease-in-out;
        transition: 0.3s ease-in-out;

}


.location_on_map.open .location_on_map_map {
    height: 400px;
    margin-top:30px;
}


