@charset "UTF-8";
html {
    height: 100%;
    font-size: 15px;
    color: #1d1d1d;
    font-family: "Roboto", "Helvetica", "Calibri", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-weight: 400;
    min-width: 320px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    transition: all .3s
}

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

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

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

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    line-height: 1.15;
    margin: 0
}

optgroup {
    font-family: sans-serif;
    font-size: 100%
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

*, ::after, ::before {
    box-sizing: border-box
}

.nav-opened, .nav-opened body {
    overflow: hidden;
    min-height: 0
}

:link, :visited {
    color: inherit
}

svg {
    fill: currentColor
}

.hidden, .wpcf7-form br {
    display: none
}

.icon {
    display: inline-block
}

.icon--map {
    background-image: url(img/images/sprite.png);
    background-position: -424px 0;
    width: 170px;
    height: 94px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon--map {
        background-image: url(img/images/sprite@2x.png);
        background-size: 594px 345px
    }
}

.light-grey {
    background-color: #f4f4f4
}

@-webkit-keyframes colorScrollTop {
    0% {
        color: #ffbe00
    }
    to {
        color: #d4d4d4
    }
}

@keyframes colorScrollTop {
    0% {
        color: #ffbe00
    }
    to {
        color: #d4d4d4
    }
}

@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden
    }
}

img:not([src]) {
    visibility: hidden
}

.content-block ul, .list-dotted {
    list-style: none;
}

.content-block ul li::before, .list-dotted li::before {
    content: '•';
    margin-right: 5px;
    padding-left: 20px;
}

.scroll-down {
    text-align: center
}

.scroll-down--index {
    position: absolute;
    padding: 17px 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5
}

.alignright {
    margin-bottom: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 700px) {
    .alignright {
        float: right;
        margin-left: 45px
    }
}

.alignleft {
    margin-bottom: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 700px) {
    .alignleft {
        float: left;
        margin-right: 45px
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.scrollTop {
    font-size: 60px;
    line-height: .625em;
    z-index: 1;
    position: fixed;
    bottom: .125em;
    right: .3125em;
    color: #d4d4d4;
    transition: color .2s
}

@media (min-width: 768px) {
    .scrollTop {
        font-size: 80px
    }
}

.scrollTop svg {
    height: .625em;
    width: .625em
}

.scrollTop--visible {
    -webkit-animation-name: colorScrollTop;
    animation-name: colorScrollTop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.scrollTop--hidden {
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    pointer-events: none
}

.scrollTop:hover {
    color: #ffbe00
}

.side-link {
    position: fixed;
    font-size: 60px;
    right: .125em;
    height: 1em;
    width: 1em;
    border-radius: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f4;
    z-index: 1;
    transition: background-color .2s, box-shadow .2s
}

.side-link:active, .side-link:hover {
    background-color: #00587a;
    box-shadow: 0 0 0 1px #ffbe00 inset
}

@media (min-width: 768px) {
    .side-link {
        font-size: 80px
    }
}

.side-link--mail {
    bottom: 1.9375em
}

.side-link--tel {
    bottom: 3.125em
}

.side-link__icon {
    display: block
}

.side-link__icon--tel {
    height: .6875em;
    width: .6875em
}

.side-link__icon--mail {
    height: .5625em;
    width: .5625em
}

.hotspots-image-container {
    background: 0 0 !important
}

.icon-mountains {
    background-image: url(img/images/sprite.png);
    background-position: -424px -99px;
    width: 113px;
    height: 113px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon-mountains {
        background-image: url(img/images/sprite@2x.png);
        background-size: 594px 345px
    }
}

.icon-user {
    background-image: url(img/images/sprite.png);
    background-position: -279px 0;
    width: 140px;
    height: 140px
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .icon-user {
        background-image: url(img/images/sprite@2x.png);
        background-size: 594px 345px
    }
}

.nothing-found {
    font-size: 2em;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    margin-bottom: 1em
}

.page--programs .programm:first-child .programm-sub-cats, .programs-wrap .index-programms-col:first-child .programs-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}
/*
@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url(fonts/Roboto/RobotoLight/RobotoLight.woff2) format("woff2"), url(fonts/Roboto/RobotoLight/RobotoLight.ttf) format("truetype"), url(fonts/Roboto/RobotoLight/RobotoLight.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url(fonts/Roboto/RobotoRegular/RobotoRegular.woff2) format("woff2"), url(fonts/Roboto/RobotoRegular/RobotoRegular.ttf) format("truetype"), url(fonts/Roboto/RobotoRegular/RobotoRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url(fonts/Roboto/RobotoBold/RobotoBold.woff2) format("woff2"), url(fonts/Roboto/RobotoBold/RobotoBold.ttf) format("truetype"), url(fonts/Roboto/RobotoBold/RobotoBold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Roboto";
    src: local("Roboto"), url(fonts/Roboto/RobotoMedium/RobotoMedium.woff2) format("woff2"), url(fonts/Roboto/RobotoMedium/RobotoMedium.ttf) format("truetype"), url(fonts/Roboto/RobotoMedium/RobotoMedium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}
*/

/**

@font-face {
	font-display: swap;
    font-family: "Roboto Condensed";
    src: local("Roboto Condensed"), url(fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.woff2) format("woff2"), url(fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.ttf) format("truetype"), url(fonts/RobotoCondensed/RobotoCondensedLight/RobotoCondensedLight.woff) format("woff");
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-display: swap;
    font-family: "Roboto Condensed";
    src: local("Roboto Condensed"), url(fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff2) format("woff2"), url(fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.ttf) format("truetype"), url(fonts/RobotoCondensed/RobotoCondensedRegular/RobotoCondensedRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
	font-display: swap;
    font-family: "Roboto Condensed";
    src: local("Roboto Condensed"), url(fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.woff2) format("woff2"), url(fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.ttf) format("truetype"), url(fonts/RobotoCondensed/RobotoCondensedBold/RobotoCondensedBold.woff) format("woff");
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}


*/

.btn, .wysija-submit-field {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-transform: uppercase;
    background-image: none;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    background: 0 0;
    border: 0;
    line-height: 1
}

.btn--default, .wysija-submit-field, .btn--reset, .btn--main{
    background-color: #ffbe00;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #8e6b27;
    padding: 9px 19px;
    border-radius: 36px;
    min-width: 145px;
    transition: .3s
}

@media (min-width: 1025px) {
    .btn--default:active, .btn--default:hover, .wysija-submit-field:active, .wysija-submit-field:hover, .btn--reset:active, .btn--reset:hover, .btn--main:active, .btn--main:hover {
        background-color: #cc9800;
        color: #1d1d1d
    }
}

.btn--bigger {
    padding-top: 11px;
    padding-bottom: 11px
}

.btn--view-link {
    min-width: 235px;
    margin-bottom: 15px
}

@media (min-width: 1025px) {
    .btn--view-link:not(:last-child) {
        margin-right: 15px
    }
}

.btn--primary {
    background-color: #00587a;
    color: #fff
}

@media (min-width: 1025px) {
    .btn--primary:active, .btn--primary:hover {
        background-color: #003347;
        color: #fff
    }
}

.btn--success {
    background-color: #59c861;
    padding: 9px 19px;
    border-radius: 36px;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    transition: .3s
}

@media (min-width: 1025px) {
    .btn--success:active, .btn--success:hover {
        background-color: #3bb344
    }
}

.btn--circle {
    border-radius: 100%;
    background-color: #ffbe00;
    height: 60px;
    width: 60px;
    min-width: 60px;
    padding-left: 0;
    padding-right: 0
}

.btn--form, .wysija-submit-field {
    margin-bottom: 15px
}

.btn--sidebar {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 10px
}

.btn--sidebar:not(:last-child) {
    margin-right: 5px
}

.btn--srh {
    color: #00587a;
    transition: color .3s;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.btn--srh:active, .btn--srh:hover {
    color: #ffbe00
}

.btn--toggle-map {
    border-radius: 0;
    width: 100%
}

@media (min-width: 767px) {
    .btn--toggle-map {
        padding-top: 26px;
        padding-bottom: 26px
    }
}

.btn--adv-search {
    padding-top: 12px;
    padding-bottom: 12px
}

.btn--open-programs {
    position: fixed;
    bottom: 57px;
    left: 0;
    font-size: 1rem;
    color: #fff;
    background-color: #00587a;
    padding: 16px 32px;
    z-index: 1
}

@media (min-width: 767px) {
    .btn--open-programs {
        bottom: 50%
    }
}

.btn--open-programs::after {
    content: '';
    width: 0;
    height: 0;
    z-index: 2;
    border-left: 20px solid #00587a;
    border-bottom: 24px solid transparent;
    border-top: 24px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
    transition: inherit
}

.btn--open-programs:hover {
    background-color: #ffbe00;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px)
}

.btn--open-programs:hover::after {
    border-left-color: #ffbe00
}

.btn--close-modal {
    top: 10px !important;
    right: 20px !important;
    color: #fff !important
}

.btn--close-modal svg, .lang li.active a {
    pointer-events: none
}

.btn--menu {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000000;
    height: 1.86667em;
    width: 2.53333em;
    font-size: 17px;
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #00587a
}

@media (min-width: 1025px) {
    .btn--menu {
        display: none
    }
}

.btn--menu .lines, .btn--menu::after, .btn--menu::before {
    position: absolute;
    left: 0;
    height: .26667em;
    width: 100%;
    transition: all .3s
}

.btn--menu .lines {
    top: .8em;
    background: currentColor
}

.btn--menu::after, .btn--menu::before {
    content: '';
    background-color: currentColor;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.btn--menu::after {
    bottom: 0
}

.btn--menu::before {
    top: 0
}

.btn--menu:hover::after {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px)
}

.btn--menu:hover::before {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.btn--menu.opened {
    color: #fff
}

.btn--menu.opened .lines {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.btn--menu.opened::after {
    -webkit-transform: translateY(-.8em) rotate(45deg);
    -ms-transform: translateY(-.8em) rotate(45deg);
    transform: translateY(-.8em) rotate(45deg)
}

.btn--menu.opened::before {
    -webkit-transform: translateY(.8em) rotate(-45deg);
    -ms-transform: translateY(.8em) rotate(-45deg);
    transform: translateY(.8em) rotate(-45deg)
}

.container {
    margin: 0 auto;
    max-width: 100%;
    width: 1220px;
    padding-left: 10px;
    padding-right: 10px
}

@media (min-width: 480px) {
    .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .container--items-center {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.container--sm-gutters {
    width: 1212px;
    padding-left: 6px;
    padding-right: 6px
}

@media (min-width: 1220px) {
    .container--indicators {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.row, .shortcode_wysija {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.row--simple {
    margin-left: 0;
    margin-right: 0
}

@media (min-width: 480px) {
    .row, .shortcode_wysija {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .row--items-center, .shortcode_wysija {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.col {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 480px) {
    .col--max {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.col--full, .col--header-right {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 480px) {
    .col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col--index-blog .row, .col--index-blog .shortcode_wysija {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width: 767px) {
    .col--sidebar {
        width: 315px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width: 1025px) {
    .col--index-blog {
        padding-left: 0;
        padding-right: 0
    }
}

.col--sm-gutters {
    padding-left: 6px;
    padding-right: 6px
}

@media (max-width: 650px) {
    .col--indicator {
        width: 100%
    }
}

@media (min-width: 651px) {
    .col--indicator {
        width: 50%
    }
}

@media (min-width: 480px) {
    .col-xs-6 {
        width: 50%
    }
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-6 {
        width: 50%
    }
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-6 {
        width: 50%
    }
	
	.col-md-8 {
            width: 66.66666667%;
    }

    .hidden-md {
        display: none
    }
}

.header {
    position: relative;
    padding-top: 25px;
    background-color: #f4f4f4;
    z-index: 10
}

@media (min-width: 1025px) {
    .header {
        padding-bottom: 25px
    }
}

.header__logo {
    text-align: center;
    margin-bottom: 25px
}

@media (min-width: 1100px) {
    .header__logo {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (max-width: 830px) {
    .header__logo {
        width: 100%
    }
}

.logo {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 290px;
    max-width: 100%
}

.lang li, .logo img {
    width: 100%
}

.header__tels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.header__tels > .icon {
    margin-right: 10px
}

@media (min-width: 600px) {
    .header__ui {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1025px) {
    .header__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.header__nav {
    max-width: 830px;
    width: 100%;
    margin-left: auto
}

@media (max-width: 1100px) {
    .header__nav {
        margin-right: auto;
		    max-width: 675px;
    }
}

.header__search {
    margin-bottom: 25px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 1025px) {
    .header__search {
        margin-left: 20px
    }
}

.lang {
    margin-bottom: 25px;
    text-align: center
}

@media (max-width: 600px) {
    .lang {
        border-top: 1px solid #a5a6a7
    }
}

@media (min-width: 1025px) {
    .lang {
        margin-left: 15px
    }
}

.lang ul {
    display: inline-block;
    position: relative;
    font-family: "Roboto Condensed", sans-serif
}

@media (max-width: 1025px) {
    .lang ul {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (min-width: 1025px) {
    .lang ul {
        width: 50px
    }

    .lang ul:hover li:not(.current-lang) {
        display: block
    }

    .lang ul:hover li.current-lang:after {
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

.lang li {
    font-size: 18px;
    background-color: #f4f4f4;
    text-transform: uppercase;
    line-height: 29px;
    text-align: left
}

@media (max-width: 1025px) {
    .lang li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .lang li:not(:last-child)::after {
        content: '/';
        margin-left: 5px
    }

    .lang li:not(:last-child) a {
        padding-left: 5px
    }

    .lang li:last-child a {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 1025px) {
    .lang li {
        position: absolute;
        top: 100%;
        z-index: 10;
        display: none;
        border: 1px solid #a5a6a7;
        border-top: none
    }

    .lang li:hover {
        color: #ffbe00
    }

    .lang li.current-lang {
        position: static;
        border-top: 1px solid #a5a6a7;
        display: block
    }

    .lang li.current-lang::after {
        right: 6px;
        top: 50%;
        margin-top: -3px;
        pointer-events: none;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        z-index: 2;
        border-top: 6px solid currentColor;
        border-left: 4.5px solid transparent;
        border-right: 4.5px solid transparent;
        transition: .3s
    }

    .lang li.en-lang {
        top: calc(200% - 1px)
    }
}

.lang li a {
    padding: 5px 0
}

@media (min-width: 1025px) {
    .lang li a {
        padding: 2px 7px;
        display: block;
        width: 100%
    }
}

.footer {
    background: #00587a url(img/images/footer-bg-xs.jpg) bottom center/cover
}

@media (min-width: 480px) {
    .footer {
        background-image: url(img/images/footer-bg-sm.jpg)
    }
}

@media (min-width: 1025px) {
    .footer {
        background-image: url(img/images/footer-bg.jpg)
    }
}

.subscribe {
    border-bottom: 1px solid #496e88;
    padding-top: 25px
}

.subscribe__col {
    margin-bottom: 15px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.subscribe__col--left {
    margin-bottom: 25px;
    max-width: 505px
}

.subscribe__form-col {
    max-width: 160px
}

.subscribe__text {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px
}

@media (min-width: 1025px) {
    .footer__col {
        width: 20%
    }

    .footer__contacts {
        max-width: 290px
    }
}

.contacts-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.contacts-list__item {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    padding: 12px 0
}

.contacts-list__item:not(:last-child) {
    border-bottom: 1px solid #4e738e
}

.contact-link {
    white-space: nowrap;
    line-height: 1.4;
    border-bottom: 1px dotted currentColor
}

.contact-link--big {
    font-size: 18px
}

.contact-link span {
    color: #5ea3d3
}

@media (min-width: 1025px) {
    .contact-link {
        border-bottom: 1px dotted transparent
    }

    .contact-link:active, .contact-link:hover {
        border-color: currentColor;
        color: #5ea3d3
    }
}

.contact-link:not(:last-child)::after {
    content: ','
}

.footer__line {
    background-color: rgba(4, 44, 68, .5);
    text-align: center;
    padding-top: 15px;
    margin-top: 18px
}

.footer__slogan {
    color: #fff;
    font-size: 26px
}

.footer__line-item {
    margin-bottom: 15px
}

.copy {
    color: #fff;
    font-size: 14px
}

@media (min-width: 1025px) {
    .copy {
        text-align: left
    }
}

.social__item:not(:first-child) {
    margin-left: 5px
}

.form-row span, .modal-form span, .nav a, .social__link {
    display: block
}

.social__link--linkedin {
    color: #007ab9
}

.social__link--linkedin:hover {
    color: #0069a0
}

.social__link--google-plus {
    color: #dd4b39
}

.social__link--google-plus:hover {
    color: #d73925
}

.social__link--twitter {
    color: #007ab9
}

.social__link--twitter:hover {
    color: #0069a0
}

.social__link--facebook {
    color: #3b5998
}

.social__link--facebook:hover {
    color: #344e86
}

.social__link--footer {
    color: #686868
}

.social__link--footer:hover {
    color: #5b5b5b
}

.a2a_button_twitter {
    color: #1da1f2 !important
}

@media (max-width: 1025px) {
    .nav {
        position: fixed;
        overflow-y: auto;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        pointer-events: auto;
        background-color: rgba(0, 88, 122, .8);
        transition: background-color .3s
    }

    .nav.nav--hidden {
        pointer-events: none;
        background-color: transparent
    }

    .nav.nav--hidden > .menu {
        -webkit-transform: translate3D(-110%, 0, 0);
        -ms-transform: translate3D(-110%, 0, 0);
        transform: translate3D(-110%, 0, 0)
    }
}

.nav .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition: all .3s
}

@media (max-width: 1025px) {
    .nav .menu {
        background: #fff
    }
}

@media (min-width: 1025px) {
    .nav .menu {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (max-width: 1025px) {
    .nav .menu {
        padding: 20px 10px 20px 20px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100%;
        width: 80%;
        min-width: 255px;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.nav .menu-item {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #3c3c3c;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-size: 6vmin;
    line-height: 1.38889
}

@media (min-width: 700px) {
    .nav .menu-item {
        font-size: 25px
    }
}

@media (min-width: 1025px) {
    .nav .menu-item {
        font-size: 15px
    }

    .nav .menu-item:not(:last-child) {
        margin-right: 4px
    }
}
@media (min-width: 1220px) {
 .nav .menu-item {
        font-size: 18px
    }
}


.nav .current-menu-item, .nav .menu-item:active, .nav .menu-item:hover {
    color: #00587a
}

.nav .sub-menu {
    list-style: none
}

@media (max-width: 1025px) {
    .nav .sub-menu {
        margin: 10px 0
    }
}

@media (min-width: 1025px) {
    .nav .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
        padding: 0;
        background-color: #ebebeb;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: .3s
    }
    .nav .sub-menu li .sub-menu{
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 10;
        padding: 0;
        background-color: #ebebeb;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
        transition: .3s
    }

    .nav .sub-menu .menu-item {
        white-space: nowrap;
        margin-right: 0
    }
}

@media (min-width: 1025px) and (min-width: 1025px) {
    .nav .sub-menu .menu-item:hover {
        background-color: #00587a;
        color: #fff
    }
}

.nav .sub-menu .menu-item {
    text-transform: none;
    font-size: .9em;
    padding: 5px 15px
}

.nav .menu-item-has-children:hover > .sub-menu,
.nav .sub-menu li:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.footer-menu .menu, .footer-menu .sub-menu {
    list-style: none;
    margin: 0;
    padding: 25px 0 0
}

.footer-menu .menu > .menu-item {
    color: #ffbe00;
    text-transform: uppercase;
    font-size: 18px
}

.footer-menu .menu > .menu-item.current-menu-item, .footer-menu .menu > .menu-item:hover {
    color: #cc9800
}

.footer-menu .menu > .menu-item > a {
    display: block;
    margin-bottom: .66667em
}

.footer-menu .sub-menu {
    padding: 0
}

.footer-menu .sub-menu .menu-item {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
    text-transform: none
}

.footer-menu .sub-menu .menu-item.current-menu-item a, .heading__link:hover {
    border-color: currentColor;
    color: #ffffff;
}

.footer-menu .sub-menu .menu-item a {
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .footer-menu .sub-menu .menu-item a {
        border-bottom: 1px dotted transparent
    }

    .footer-menu .sub-menu .menu-item a:active, .footer-menu .sub-menu .menu-item a:hover {
        border-color: currentColor;
        color: #ffbe00
    }
}

.sidebar {
    background: #00587a url(img/images/sidebar-bg-sm.jpg) top center/cover;
    padding: 20px 22px 13px;
    margin-bottom: 40px
}

@media (min-width: 800px) {
    .sidebar {
        background-image: url(img/images/sidebar-bg.jpg)
    }
}

.heading {
    width: 100%;
    text-align: center;
    font-size: 30px
}

.heading--big {
    text-transform: uppercase;
    margin-bottom: .90909em
}

@media (min-width: 480px) {
    .heading--big {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .heading--big {
        font-size: 55px
    }
}

@media (min-width: 480px) {
    .heading--sm {
        font-size: 40px
    }
}

@media (min-width: 992px) {
    .heading--md {
        font-size: 47px;
        line-height: .95745
    }
}

.heading--entry {
    line-height: 1.2
}

@media (min-width: 992px) {
    .heading--entry {
        font-size: 35px
    }
}

.heading--text-left {
    text-align: left
}

.heading--modal {
    padding: 1em 0
}

.heading__title {
    display: inline;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Roboto Condensed", sans-serif;
    color: #00587a;
    margin: 0;
    font-size: inherit
}

.heading__title::before {
    content: '';
    display: inline-block;
    height: .75em;
    width: .12727em;
    background-color: #ffbe00;
    margin-right: 3px
}

.heading__title--white {
    color: #fff
}

.heading__subtitle {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px
}

.heading__subtitle--white {
    color: #fff
}

.heading__link {
    display: inline;
    border-bottom: 1px dotted transparent
}

@media (max-width: 1024px) {
    .heading__link {
        border-color: currentColor
    }
}

.sub-heading {
    margin: 15px 0 5px;
    color: #00587a;
    text-transform: uppercase;
    font-size: 18px
}

.sub-heading__season {
    color: #3c3c3c
}

button, input, select, textarea {
    background: 0 0;
    font: inherit;
    color: inherit
}

button:focus, input:focus, select:focus, textarea:focus {
 /*   outline-color: #ffbe00 */
 outline-style: none;
}

textarea {
    resize: vertical;
    min-height: 195px
}

.modal-form textarea {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

[disabled], button[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: .8;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.form-control, .wysija-input {
    display: block;
    border: 0;
    width: 100%;
    max-width: 100%;
    background-color: #ebebeb;
    font-size: 15px;
    color: #1d1d1d;
    line-height: 1.4;
    padding: 10px 16px;
    margin-bottom: 15px
}

.form-control[placeholder], [placeholder].wysija-input {
    text-overflow: ellipsis
}

.form-control::-webkit-input-placeholder, .wysija-input::-webkit-input-placeholder {
    text-overflow: ellipsis;
    font: inherit;
    color: inherit
}

.form-control:-moz-placeholder, .form-control::-moz-placeholder, .wysija-input:-moz-placeholder, .wysija-input::-moz-placeholder {
    text-overflow: ellipsis;
    font: inherit;
    color: inherit
}

.form-control:-ms-input-placeholder, .wysija-input:-ms-input-placeholder {
    text-overflow: ellipsis;
    font: inherit;
    color: inherit
}

.form-control:focus::-webkit-input-placeholder, .wysija-input:focus::-webkit-input-placeholder {
    color: transparent
}

.form-control:focus:-moz-placeholder, .form-control:focus::-moz-placeholder, .wysija-input:focus:-moz-placeholder, .wysija-input:focus::-moz-placeholder {
    color: transparent
}

.form-control:focus:-ms-input-placeholder, .wysija-input:focus:-ms-input-placeholder {
    color: transparent
}

.form-control--bordered {
    border: 1px solid #a5a6a7
}

.form-control--white {
    background-color: #fff
}

.form-control--no-margin {
    margin-bottom: 0
}

.form-control--srh {
    padding-top: 5.5px;
    padding-bottom: 5.5px;
    background-color: #f4f4f4
}

.search-form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-submit {
    padding-top: 15px
}

.modal .form-submit {
    padding-top: 0;
    margin-top: 15px;
    text-align: center;
    position: relative;
    width: 150px;
    margin-left: auto;
    margin-right: auto
}

.modal .form-submit .ajax-loader {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 400px) {
    .filter-form__submit {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.filter-form__item {
    margin-bottom: 20px
}

.filter-form__label {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 17px;
    margin-bottom: 18px
}

.advanced-search-form {
    padding: 30px 15px
}

@media (min-width: 600px) {
    .advanced-search-form__row {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.modal .modal-form span, .modal-form {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 767px) {
    .modal-form__col {
        width: 100%
    }
}

.modal .modal-form span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.service-item__text p:empty, .wpcf7-form p:empty {
    display: none
}

.wpcf7-not-valid {
    background-color: #ffecec;
    margin-bottom: 5px
}

.wpcf7-not-valid-tip {
    display: block;
    margin-bottom: 15px;
    color: red
}

.wpcf7-form .ajax-loader {
    background-image: url(img/images/ripple.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    width: 42px !important;
    height: 42px !important;
    margin-right: auto !important;
    display: inline-block !important
}

.wpcf7-response-output {
    margin-top: 10px
}

.wpcf7-form-control-wrap {
    width: 100%
}

@media (min-width: 480px) {
    .wysija-submit-field {
        margin-left: 10px
    }
}

.widget_wysija_cont .inputContainer{position:relative;float:left}.widget_wysija_cont .ajaxSubmit{padding:20px;background:#55ea55;border:1px solid #999;display:none}.formError{position:absolute;top:300px;left:300px;display:block;z-index:5000;cursor:pointer}.formError .formErrorContent{background:none repeat scroll 0 0 #8E2121;border:1px solid #BBBBBB;color:#FFFFFF;font-family:tahoma;font-size:11px;padding:4px 10px;position:relative;width:150px;z-index:5001}.widget_wysija_cont .formError .formErrorArrow{width:15px;margin:-2px 0 0 13px;position:relative;z-index:5006}.widget_wysija_cont .formError .formErrorArrowBottom{margin:0px 0 0 12px;top:2px}.widget_wysija_cont .formError .formErrorArrow div{border-left:2px solid #ddd;border-right:2px solid #ddd;font-size:0px;height:1px;background:#8E2121;margin:0 auto;line-height:0;font-size:0;display:block}.widget_wysija_cont .greenPopup .formErrorArrow div{background:#33be40}.widget_wysija_cont .blackPopup .formErrorArrow div{background:#393939;color:#FFF}.widget_wysija_cont .formError .formErrorArrow .line10{width:15px;border:none}.widget_wysija_cont .formError .formErrorArrow .line9{width:13px;border:none}.widget_wysija_cont .formError .formErrorArrow .line8{width:11px}.widget_wysija_cont .formError .formErrorArrow .line7{width:9px}.widget_wysija_cont .formError .formErrorArrow .line6{width:7px}.widget_wysija_cont .formError .formErrorArrow .line5{width:5px}.widget_wysija_cont .formError .formErrorArrow .line4{width:3px}.widget_wysija_cont .formError .formErrorArrow .line3{width:1px;border-left:2px solid #ddd;border-right:2px solid #ddd;border-bottom:0 solid #ddd}.widget_wysija_cont .formError .formErrorArrow .line2{width:3px;border:none;background:#ddd}.widget_wysija_cont .formError .formErrorArrow .line1{width:1px;border:none;background:#ddd}.greenPopup .formErrorContent{background:none repeat scroll 0 0 #FFFBCC;color:#555555}.widget_wysija_cont .updated,.widget_wysija_cont .error,.widget_wysija_cont .xdetailed-errors{margin:5px 0 15px;color:#333333;font-family:sans-serif;font-size:12px;line-height:1.4em}.widget_wysija_cont .error,.widget_wysija_cont .login #login_error{background-color:#FFEBE8;border-color:#CC0000}.widget_wysija_cont .updated,.widget_wysija_cont .error,.widget_wysija_cont .xdetailed-errors{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-khtml-border-radius:3px;border-style:solid;border-width:1px;margin:5px 15px 2px;padding:0 0.6em;color:#333333}.widget_wysija_cont.updated,.widget_wysija_cont .login .message{background-color:#FFFFE0;border-color:#E6DB55}.widget_wysija_cont .xdetailed-updated{background-color:#FFFFE0;border-color:#E6DB55;color:#000;font-weight:bold;display:none}.widget_wysija_cont .xdetailed-errors{background-color:#A50000;border-color:#888888;color:#DDDDDD;font-weight:bold;display:none}.widget_wysija_cont .instruct{font-style:italic;font-weight:bold;padding:5px 0;font-size:11px}.widget_wysija_cont .needInfo{padding-left:15px;text-decoration:underline}.widget_wysija_cont .wysija-submit{display:block;}.widget_wysija_cont input.defaultlabels{color:#888}.widget_wysija_cont input.defaultlabels:focus{color:#373737}.widget_wysija_cont .abs-req{display:none}.widget_wysija_cont p label{display:block}.widget_wysija_cont .iframe-hidden{display:none}.widget_wysija_cont .updated,.widget_wysija_cont .error,.widget_wysija_cont .xdetailed-errors{background-color:#FFFFFF;border:1px solid;border-radius:0 0 0 0;font-weight:normal;margin:4px 0;padding:4px}.widget_wysija_cont .error,.widget_wysija_cont .xdetailed-errors{background-color:#e55057;color:#fff}.widget_wysija_cont .error,.widget_wysija_cont .xdetailed-errors{background-color:#e55057;color:#fff;border-color:#CC0000}.widget_wysija_cont .allmsgs ul{padding:0}.widget_wysija_cont .allmsgs li{list-style-type:none}.widget_wysija_cont .updated,.widget_wysija_cont .login .message{background-color:#FFFFE0;border-color:#E6DB55}.widget_wysija_cont .updated ul{margin:0}.widget_wysija_cont .showerrors{color:#DDDDDD}#wysija-subscriptions input.checkboxx{margin-left:0px;margin-right:10px}#wysija-subscriptions th label{margin-right:10px}#wysija-box-after-comment{width:25px}#wysija-box-after-register{margin:0 6px 0 0;padding:3px}.wysija-after-register{padding-bottom:10px}.wysija-unsubscribed-on{color:#bbb}.widget_wysija .wysija-required{font-weight:bold}.widget_wysija .wysija-radio-label,.widget_wysija .wysija-checkbox-label{margin:0 0 5px 0;cursor:pointer}.widget_wysija .wysija-radio,.widget_wysija .wysija-checkbox{margin:0 5px 0 0;vertical-align:middle}.xdetailed-errors,.xdetailed-updated{display:none}.widget_wysija_cont .allmsgs .updated{display:block !important}

.widget_wysija_cont .wysija-submit {
    margin-top: 0
}

.shortcode_wysija, .slide-centered img {
    width: 100%
}

@media (max-width: 480px) {
    .shortcode_wysija {
        margin-left: 0;
        margin-right: 0
    }
}

.formError {
    left: 0 !important;
    bottom: 100% !important;
    top: auto !important
}

.formError + input {
    background-color: #ffecec
}

.wysija-paragraph {
    margin: 0
}

.wysija-paragraph label {
    position: absolute;
    opacity: 0
}

.post, .wysija-msg, .wysija-paragraph {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.widget_wysija_cont .allmsgs .updated {
    background: 0 0 !important;
    border: 0 !important;
    font-size: 15px !important;
    color: #fff !important;
    margin: 0 0 10px !important;
    padding: 0 !important
}

.widget_wysija_cont .allmsgs li {
    color: #ffbe00
}

.formError .formErrorContent {
    font-family: inherit
}

.post {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

.post--programm {
    min-height: 430px;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 45px;
    transition: .3s ease;
    background-image: linear-gradient(to bottom, #026890 0%, #026890 60%, rgba(0, 88, 122, .2) 100%);
    -webkit-clip-path: url(#clipTriangle);
    clip-path: url(#clipTriangle);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px));
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 45px), 50% 100%, 0 calc(100% - 45px))
}

@media (max-width: 767px) {
    .post--programm {
        min-width: 229px
    }
}

.post--programm:active, .post--programm:hover {
    background-image: linear-gradient(to bottom, #ffbe00 0%, #ffbe00 60%, rgba(255, 190, 0, .2) 100%)
}

.post--programm:active .post__title--top, .post--programm:hover .post__title--top {
    color: #8e6b27
}

.post--programm:active .programs-list__item, .post--programm:active .programs-list__link, .post--programm:hover .programs-list__item, .post--programm:hover .programs-list__link {
    color: #1d1d1d
}

@media (min-width: 1025px) {
    .post--hot:hover .post__title {
        background-color: rgba(0, 88, 122, .8)
    }
}

.post--courses-list {
    background-color: #ebebeb;
    padding: 23px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.post__link {
    display: block
}

.post__link--courses {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.post__image {
    position: relative;
    margin: 0;
    overflow: hidden
}

.post__image--courses {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.post__image--grey {
    background-color: #ebebeb
}

.post__thumb {
    display: block;
    width: 100%;
    min-height: 140px
}

.post__thumb--auto-height {
    min-height: 75px
}

.post__title {
    text-transform: uppercase;
    color: #00587a;
    font-size: 18px;
    font-weight: 700;
    transition: .3s;
    margin: 1.11111em 0 .55556em
}

@media (min-width: 1025px) {
    .post__title:active, .post__title:hover {
        color: #ffbe00
    }
}

.post__title--top {
    font-size: 16px;
    margin-bottom: 1.25em;
    padding: 0 1.25em;
    min-height: 35px
}

.post__title--centered {
    text-align: center
}

.post__title--top:active, .post__title--top:hover, .post__title--white {
    color: #fff
}

.post__title--down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 88, 122, .6);
    margin: 0;
    min-height: 95px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    border-top: 7px solid #ffbe00;
    z-index: 100
}

@media (min-width: 1025px) {
    .post__title--down::after {
        content: '';
        position: absolute;
        top: -7px;
        left: 0;
        z-index: 100;
        background-color: #00587a;
        height: 7px;
        width: 0;
        transition: .3s
    }

    .post__title--down:active::after, .post__title--down:hover::after {
        width: 50%
    }

    .post__title--simple:active, .post__title--simple:hover {
        color: #00587a
    }
}

.post__title--bottom {
    padding-bottom: 25px;
    padding-right: 5px;
    padding-left: 5px
}

.post__title--auto {
    text-transform: none;
    color: #1d1d1d;
    font-size: 16px;
    line-height: 1.25;
    padding-top: 7px;
    font-weight: 400
}

.post__excerpt {
    line-height: 1.4;
    margin: 0
}

.post__info {
    text-align: left;
    margin-top: auto;
    padding-top: 20px
}

.post__date {
    display: inline-block;
    color: #fff;
    background-color: #00587a;
    line-height: 26px;
    padding: 0 10px
}

.post__tag {
    color: #00587a;
    font-style: italic
}

.season {
    color: #1d1d1d;
    display: block;
    padding-top: 7px
}

.programs-list {
    padding: 20px;
    margin: 0
}

.programs-list__item {
    line-height: 1.4;
    color: #fff
}

.programs-list__link {
    color: #fff;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .programs-list__link {
        border-bottom: 1px dotted transparent
    }

    .programs-list__link:active, .programs-list__link:hover {
        border-color: currentColor;
        color: currentColor
    }
}

.singles {
    width: 100%;
    padding-bottom: 20px
}

@media (min-width: 1025px) {
    .singles {
        padding-bottom: 70px
    }
}

.singles-list {
    list-style: none;
    margin: 0;
    padding: 0 3px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 480px) {
    .singles-list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.singles-list__item {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 14px
}

.singles-list__item--last {
    min-height: 100px
}

@media (min-width: 480px) {
    .singles-list__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 50%
    }

    .singles-list__item--last {
        width: 100%
    }
}

@media (min-width: 767px) {
    .singles-list__item {
        width: 33.33333%
    }
}

@media (min-width: 992px) {
    .singles-list__item {
        width: 25%
    }

    .singles-list__item:nth-child(1) {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .singles-list__item:nth-child(2) {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .singles-list__item:nth-child(3) {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .singles-list__item:nth-child(4) {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .singles-list__item:nth-child(5) {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .singles-list__item:nth-child(7) {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .singles-list__item:nth-child(8) {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .singles-list__item--last {
        width: 50%;
        -webkit-order: 999;
        -ms-flex-order: 999;
        order: 999;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 1025px) {
    .singles-list__item--last {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .singles-list__item {
        width: 20%
    }
}

.singles-item, .singles-item--more {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.singles-item {
    position: relative;
    display: block;
    overflow: hidden
}

.singles-item--more {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00587a url(img/images/singles-more-bg.png) no-repeat bottom center/contain;
    min-height: 100px;
    padding-left: 10px;
    padding-right: 10px
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi),(min-resolution: 1.5dppx) {
    .singles-item--more {
        background-image: url(img/images/singles-more-bg-2x.png)
    }
}

.singles-item__image {
    height: 100%;
    width: 100%;
    display: block
}

.singles-item__info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
    background-color: rgba(0, 0, 0, .5);
    transition: background-color .2s
}

.singles-item:hover .singles-item__info {
    background-color: #ffbe00
}

.singles-item__ttl {
    color: #fff;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 21px;
    padding: 10px;
    transition: color .2s
}

.singles-item__price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 77px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    color: #fff;
    background-color: #00587a;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px
}

.breadcrumbs {
    padding: 15px 0 0
}

.breadcrumbs .container {
    display: block
}

.breadcrumbs__list {
    padding-bottom: 27px
}

.breadcrumbs__list a, .breadcrumbs__list span {
    font-size: 1rem;
    display: contents;
    vertical-align: top
}

.breadcrumbs__list > span {
    margin-top: 15px
}

.breadcrumbs__list a {
    color: #00587a;
    border-bottom: 1px dotted currentColor;
    margin-bottom: 0
}

@media (min-width: 1025px) {
    .breadcrumbs__list a {
        border-bottom: 1px dotted transparent
    }

    .breadcrumbs__list a:active, .breadcrumbs__list a:hover {
        border-color: currentColor;
        color: #ffbe00
    }
}

.breadcrumbs__list a.post {
    margin-bottom: 0
}

.breadcrumbs__list > span:last-child {
    color: #ffbe00
}

.breadcrumbs__list > span:not(:last-child)::after {
    margin-left: 5px;
    margin-right: 5px;
    content: "•"
}

.pagination {
    width: 100%;
    text-align: center;
    padding: 45px 0 15px
}

.page-numbers {
    color: #1d1d1d;
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px
}

.page-numbers.current, .page-numbers:hover {
    color: #00587a
}

.pag-arrow-next, .pag-arrow-prev {
    display: block;
    padding: 3px 12px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background-color: #00587a;
    transition: .2s
}

.pag-arrow-next:hover, .pag-arrow-prev:hover {
    color: #1d1d1d;
    background-color: #ffbe00
}

.slider {
    width: 100%;
    overflow: hidden;
	max-height:350px;
}

.slider--for {
    margin-bottom: 12px
}

.carousel {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px
}

.carousel__item {
    padding-left: 6px;
    padding-right: 6px
}

.btn-slider {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.arrows-white .btn-slider {
    color: #fff
}

@media (min-width: 1025px) {
    .btn-slider {
        transition: opacity .3s;
        opacity: .8
    }

    .btn-slider:active, .btn-slider:hover {
        opacity: 1
    }
}

.btn-slider-prev {
    left: 0
}

.btn-slider-next {
    right: 0
}

.slider-nav {
    overflow: hidden;
    position: relative;
    margin-left: -6px;
    margin-right: -6px
}

@media (max-width: 430px) {
    .slider-nav {
        display: none !important
    }
}

.slider-nav__item {
    margin-left: 6px;
    margin-right: 6px;
    overflow: hidden;
    position: relative
}

.slider-nav__item::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: #000;
    opacity: 0;
    transition: opacity .2s
}

.slick-current .slider-nav__item::after {
    opacity: .6
}

.slider-nav__image {
    height: 105px;
    object-fit: cover
}

.slider__item {
    position: relative
}

.zoom-link {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    padding: 19px 0 0;
    text-align: center;
    background: rgba(0, 88, 122, .5);
    color: #fff;
    transition: .3s ease-in-out
}

.zoom-link:hover {
    color: #ffbe00;
    background: rgba(0, 88, 122, .8)
}

.zoom-wrp {
    position: relative;
    max-height: 100%
}

.slide-centered:not(.slider-nav__item) {
    height: 288px;
    overflow: hidden
}

.slide-centered.slider-nav__item {
    height: 105px
}

.slide-centered.slider-nav__item .slider-nav__image {
    max-height: 105px;
    width: auto
}

.share {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.share a {
    border: 0 !important
}

.share__button {
    color: #949695
}

.share__button:active, .share__button:hover {
    color: #1d1d1d
}

.share__links {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: 0px ;
    min-width: 100px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    margin-top: -20px;
    background-color: #fff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.share__links.opened {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.share__links > a:not(:last-child) {
    margin-right: 10px
}

.share__links--align-left {
    right: 110%
}

.share__links--align-right {
    left: 110%
}

.addtoany_shortcode .addtoany_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 1025px) {
    .addtoany_shortcode .addtoany_list a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.event {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #ebebeb;
    margin-bottom: 20px;
    overflow: hidden
}

.event__inner::after, .event__inner::before {
    content: '';
    display: table;
    width: 100%
}

.event__inner::after {
    clear: both
}

.about-company-item__figure p, .event__figure, .mfp-figure figure {
    margin: 0
}

@media (min-width: 530px) {
    .event__figure {
        max-width: 245px;
        margin-right: 15px;
        float: left
    }
}

.event__img {
    width: 100%
}

.event__header {
    margin-bottom: 25px;
    margin-left: 10px
}

@media (min-width: 650px) {
    .event__header {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.event__title {
    margin-top: 10px;
    font-weight: 700;
    color: #00587a;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.44444
}

@media (max-width: 530px) {
    .event__title {
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.event__date {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.event-date {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00587a;
    color: #fff;
    text-align: center;
    min-width: 95px;
    padding: 10px;
    font-size: 15px
}

@media (min-width: 650px) {
    .event-date {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.event-date__date {
    font-weight: 700;
    font-size: 1.73333em;
    margin: 5px
}

@media (min-width: 650px) {
    .event-date__date {
        display: block
    }
}

.event-date__day, .event-date__mounth {
    font-size: 1em
}

@media (min-width: 650px) {
    .event-date__mounth {
        font-size: .86667em;
        max-width: 80px
    }
}

.event__content {
    padding-left: 10px;
    padding-right: 10px
}

.event-date__year {
    margin: 0 5px
}

.filter {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0
}

.filter__item {
    color: #3c3c3c;
    font-size: 20px;
    margin-bottom: .53488em
}

@media (min-width: 480px) {
    .filter__item {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .filter__item {
        font-size: 43px
    }
}

.filter__item--current {
    color: #00587a
}

.filter__item:not(:last-child) {
    margin-right: 4.41667%
}

.filter__link {
    font-family: "Roboto Condensed", sans-serif
}

.filter__link:active, .filter__link:hover {
    color: #00587a
}

.statistic {
    padding: 30px 0
}

@media (min-width: 1025px) {
    .statistic {
        padding: 80px 0 40px
    }
}

.chart {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    height: 8.09524em;
    width: 8.09524em;
    border-radius: 100%;
    overflow: hidden;
    z-index: 10
}

@media (min-width: 1025px) {
    .chart {
        font-size: 42px
    }
}

.chart__circle-grey-bg {
    fill: #ebebeb
}

.chart__circle-white-bg {
    fill: #fff;
    r: 3.42857em
}

.chart__circle-stroked {
    fill: none;
    r: 3.7381em;
    stroke: #ffbe00;
    stroke-width: .61905em;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.chart__content {
    font-size: .83333em;
    font-weight: 700;
    color: #00587a
}

.how {
    padding: 30px 0;
    background: #ebebeb url(img/images/map.svg) no-repeat 50% 20px
}

@media (max-width: 1025px) {
    .how {
        background-size: contain
    }
}

@media (min-width: 1025px) {
    .how {
        padding: 85px 0 65px
    }
}

.how__list {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    overflow: hidden
}

@media (min-width: 480px) {
    .how__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.how__item {
    margin-bottom: 45px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (max-width: 480px) {
    .how__item:last-child {
        width: 100%
    }
}

@media (min-width: 960px) {
    .how__item:last-child {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.how-item {
    font-size: .8rem;
    height: 14.11765em;
    width: 14.11765em;
    padding: 1.41176em;
    border-radius: 100% 100% 0 100%;
    background-color: #fff;
    position: relative;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, .16)
}

@media (max-width: 480px) {
    .how-item {
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 480px) {
    .how-item {
        border-radius: 100% 0 100% 100%
    }
}

@media (min-width: 1100px) {
    .how-item {
        font-size: 17px
    }
}

.how-item--last {
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    margin-left: auto;
    margin-right: auto
}

.how-item__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #00587a;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 10
}

.how-item__content {
    text-transform: uppercase;
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: inherit;
    line-height: 1.17647
}

.how__content {
    padding-top: 25px
}

.edu-routs {
    width: 100%;
    background-color: #ebebeb;
    padding: 30px 0
}

.edu-routs__list {
    width: 100%;
    margin: 38px 0 0;
    padding: 0 4px;
    list-style: none
}

@media (min-width: 480px) {
    .edu-routs__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.edu-routs__item {
    padding: 0 6px;
    width: 100%;
    margin-bottom: 16px
}

@media (min-width: 480px) {
    .edu-routs__item {
        width: 33.33333%
    }
}

@media (min-width: 767px) {
    .edu-routs__item {
        width: 25%
    }
}

@media (min-width: 850px) {
    .edu-routs__item {
        width: 20%
    }
}

@media (min-width: 1025px) {
    .edu-routs__item {
        width: 14.28571%
    }
}

.edu-routs__figure {
    background-color: #00587a;
    margin: 0
}

.edu-routs__image {
    opacity: .6;
    width: 100%
}

.edu-routs__name {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px;
    min-height: 4.375em;
    color: #fff;
    text-transform: uppercase;
    text-align: center
}

@media (min-width: 1100px) {
    .edu-routs__name {
        font-size: 16px
    }
}

.edu-routs__content {
    width: 100%;
    padding-top: 25px
}

.service-item {
    width: 100%
}

.service-item:not(:last-child) {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 30px
}

.service-item:not(:first-child) {
    padding-top: 40px
}

@media (min-width: 767px) {
    .service-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .service-item:not(:nth-child(even)) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.service-item__figure {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 20px;
    padding-top: 10px
}

.service-item__img {
    margin-left: auto;
    margin-right: auto;
    display: block
}

.service-item__content {
    width: 100%;
    margin-bottom: 20px
}

.service-item__ttl {
    margin: 0 0 22px
}

.service-item__link {
    text-transform: uppercase;
    color: #00587a;
    font-size: 1rem;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .service-item__link {
        border-bottom: 1px dotted transparent
    }

    .service-item__link:active, .service-item__link:hover {
        border-color: currentColor;
        color: #00587a
    }
}

@media (min-width: 767px) {
    .service-item__link {
        font-size: 18px
    }
}

.service-item__text {
    padding-left: 15px;
    position: relative
}

.service-item__text p:empty + p {
    margin-top: 0
}

.courses-filter__item::after, .service-item__text::before {
    content: '';
    height: 30px;
    width: 7px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffbe00
}

.service-item__content-bottom {
    padding-top: 7px;
    margin-top: auto
}

.view-links {
    padding-top: 15px;
    text-align: center;
    width: 100%
}

@media (min-width: 1025px) {
    .view-links {
        padding-bottom: 25px
    }
}

.courses-filter {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width: 1025px) {
    .courses-filter {
        margin-bottom: 65px
    }
}

.courses-filter__list {
    width: 100%
}

@media (min-width: 480px) {
    .courses-filter__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.courses-filter__item {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 220px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 220px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    color: #fff;
    overflow: hidden
}

.courses-filter__item::after {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00587a;
    border-radius: 0 0 10px 10px;
    z-index: -1;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: .2s
}

.courses-filter__item--current, .courses-filter__item:hover {
    color: #8e6b27
}

.courses-filter__item--current::after, .courses-filter__item:hover::after {
    background-color: #ffbe00;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.courses-filter__link {
    display: block;
    text-transform: uppercase;
    -webkit-flex-flow: "Roboto Condensed", sans-serif;
    -ms-flex-flow: "Roboto Condensed", sans-serif;
    flex-flow: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 17px;
    padding: .94118em 5px
}

.section {
    padding-top: 30px
}

@media (min-width: 1025px) {
    .section {
        padding-bottom: 15px
    }
}

.section--slider {
    position: relative;
    background-color: #00587a;
    padding: 0
}

.section--programms {
    border-bottom: 1px solid #d5d2ce;
    padding: 50px 0 45px;
    background: #fff url(img/images/index-cats-bg-xs.jpg) center/cover
}

@media (min-width: 768px) {
    .section--programms {
        background-image: url(img/images/index-cats-bg-sm.jpg)
    }
}

@media (min-width: 992px) {
    .section--programms {
        background-image: url(img/images/index-cats-bg.jpg)
    }
}

.section--hot {
    padding-bottom: 75px;
    background-color: #ebebeb
}

@media (max-width: 1025px) {
    .section--hot {
        padding-bottom: 15px
    }
}

.section--hot + .section--hot {
    background: 0 0
}

.section--tech-college {
    padding-bottom: 45px
}

@media (min-width: 992px) {
    .section--blog {
        background-image: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 50%, #fff 50%, #fff 100%)
    }
}

.section--reviews {
    background-color: #ebebeb
}

@media (min-width: 1025px) {
    .section--reviews {
        padding-bottom: 20px
    }
}

@media (max-width: 767px) {
    .section--reviews .col {
        width: 100%
    }
}

.section--search {
    padding-top: 35px;
    padding-bottom: 0;
    background: #ffbe00 url(img/images/pattern.jpg);
    background-size: 600px 600px
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi),(min-resolution: 1.5dppx) {
    .section--search {
        background-size: 300px 300px
    }
}

.section--indicators {
    padding-bottom: 60px;
    overflow: hidden
}

.section--diplomas {
    padding-bottom: 80px;
    background: #00587a url(img/images/index-carousel-bg-xs.jpg) center/cover
}

@media (min-width: 768px) {
    .section--diplomas {
        background-image: url(img/images/index-carousel-bg-sm.jpg)
    }
}

@media (min-width: 1025px) {
    .section--diplomas {
        background-image: url(img/images/index-carousel-bg.jpg)
    }
}

.index-programms-col {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 1024px) {
    .index-programms-col {
        width: 20%
    }
}

.more-links {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 35px
}

.more-links--centered {
    text-align: center
}

@media (min-width: 992px) {
    .more-links--events {
        padding-left: 10px
    }
}

.map-choose {
    display: block;
    text-align: center;
    margin-bottom: 25px
}

@media (max-width: 610px) {
    .map-choose {
        width: 100%
    }
}

.map-choose__btn {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1025px) {
    .map-choose__btn:hover .icon--map {
        opacity: .8
    }
}

.map-choose__text {
    font-size: 18px;
    color: #00587a;
    font-weight: 700;
    text-transform: uppercase;
    transition: .3s;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .map-choose__text {
        border-bottom: 1px dotted transparent
    }

    .map-choose__text:active, .map-choose__text:hover {
        border-color: currentColor;
        color: currentColor
    }
}

.map-choose__icon-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.index-search {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.index-search__ttl {
    text-transform: uppercase;
    color: #1d1d1d;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: .70213em
}

@media (min-width: 700px) {
    .index-search__ttl {
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .index-search__ttl {
        font-size: 47px
    }
}

.about-company-item iframe, .index-search__form {
    width: 100%
}

@media (min-width: 480px) {
    .index-search__form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.index-search__el {
    margin-bottom: 25px
}

@media (min-width: 480px) {
    .index-search__el.btn, .index-search__el.wysija-submit-field {
        margin-left: 25px
    }
}

.indicator {
    background-image: url(img/images/sprite.png);
    background-position: 0 0;
    width: 274px;
    height: 345px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) {
    .indicator {
        background-image: url(img/images/sprite@2x.png);
        background-size: 594px 345px
    }
}

.indicator__content {
    padding-top: 60px;
    padding-left: 40px;
    -webkit-transform: rotate(13.2deg);
    -ms-transform: rotate(13.2deg);
    transform: rotate(13.2deg)
}

.indicator__count {
    display: block;
    padding-right: 25px;
    font-size: 92px;
    font-weight: 700;
    text-align: center
}

.indicator__more {
    display: block;
    color: #ffbe00;
    text-align: right;
    font-size: 15px;
    padding: 7px 65px 0;
    -webkit-transform: rotate(-13.2deg);
    -ms-transform: rotate(-13.2deg);
    transform: rotate(-13.2deg)
}

.indicator__text {
    margin-top: 0;
    padding-right: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #00587a;
    font-size: 18px;
    line-height: 1.44444
}

.diplom {
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 270px;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, .15);
    transition: background-color .3s
}

.diplom:hover {
    background-color: rgba(255, 255, 255, .3)
}

.diplom__image {
    display: inline-block !important;
    max-height: 100%;
    max-width: 220px
}

@media (max-width: 1200px) {
    .diplom__image {
        max-width: 100%
    }
}

.page {
    padding: 0 0 70px
}

.page--collapsed {
    padding-bottom: 0
}

.page--collapsed-top {
    padding-top: 0
}

@media (min-width: 1025px) {
    .page .heading--big {
        margin-bottom: .81818em
    }
}

.content-block {
    line-height: 1.4;
	    width: 100%;
		    max-width: 100%;
		
}

.content-block a {
    color: #00587a;
    border-bottom: 1px dotted transparent
}

.content-block a:hover {
    color: #00587a;
    border-color: currentColor
}

@media (max-width: 1025px) {
    .content-block a {
        border-color: #00587a
    }
}

.content-block p:first-child {
    margin-top: 0
}

.content-block ul {
    padding: 0
}

.content-block--type-1 ul li::before {
    content: '';
    display: inline-block;
    vertical-align: 1px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background-color: #00587a
}

@media (min-width: 1025px) {
    .about-company {
        padding-bottom: 65px
    }
}

.about-company-item {
    width: 100%;
    margin-bottom: 20px
}

@media (min-width: 767px) {
    .about-company-item {
        margin-bottom: 45px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .about-company-item:nth-child(odd) {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .about-company-item:nth-child(even) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.about-company-item__figure {
    background-color: #f4f4f4
}

@media (min-width: 767px) {
    .about-company-item__figure {
        width: 39.58333%
    }
}

.about-company-item__content {
    padding: 35px 20px;
    background-color: #f4f4f4;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 767px) {
    .about-company-item__content {
        width: 60.41667%;
        padding-left: 3.75%;
        padding-right: 3.75%
    }

    .about-company-item__text {
        margin-top: 75px
    }
}

@media (min-width: 1025px) {
    .about-us {
        padding-bottom: 90px
    }
}

.about-us__title {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .about-us__title {
        margin-bottom: 40px;
        padding-top: 15px
    }
}

.courses-list {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts {
    width: 100%
}

@media (min-width: 767px) {
    .contacts {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px
    }
}

.contacts__col {
    margin-bottom: 30px
}

@media (min-width: 767px) {
    .contacts__col--form {
        width: calc(45% - 25px)
    }

    .contacts__col--map {
        width: 55%;
        margin-right: 25px;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.map {
    height: 100%
}

.map, .map iframe {
    min-height: 300px
}

@media (min-width: 480) {
    .map iframe {
        min-height: 350px
    }
}

.map--hidden {
    position: absolute !important;
    opacity: 0;
    pointer-events: none
}

.map--street iframe {
    width: 100%
}

@media (min-width: 480px) {
    .map {
        min-height: 350px
    }
}

.contacts-info {
    width: 100%;
    position: relative
}

@media (min-width: 992px) {
    .contacts-info {
        margin-bottom: 65px
    }
}

.contacts-info__list {
    list-style: none;
    margin: 0;
    padding: 0
}

@media (min-width: 500px) {
    .contacts-info__list {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.contacts-info__item {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 500px) {
    .contacts-info__item {
        width: 50%
    }
}

@media (min-width: 992px) {
    .contacts-info__item {
        width: 25%;
        margin-bottom: 0
    }

    .contacts-info__item:not(:last-child) {
        padding-bottom: 60px
    }
}

.contacts-info__icon {
    height: 140px;
    width: 140px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    background-color: #ebebeb;
    color: #00587a
}

.contacts-info__content {
    margin-bottom: 16px;
    line-height: 1.44444;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #00587a
}

@media (min-width: 1150px) {
    .contacts-info__content {
        font-size: 18px
    }
}

.contacts-info__content span {
    color: #ffbe00
}

.contacts-info__link {
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .contacts-info__link {
        border-bottom: 1px dotted transparent
    }

    .contacts-info__link:active, .contacts-info__link:hover {
        border-color: currentColor;
        color: #00587a
    }
}

.contacts-info__text {
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    background: #00587a url(img/images/contact-info-bg.jpg) center/cover;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    .contacts-info__text {
        font-size: 24px;
        width: 75%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

.blog {
    padding-top: 8px
}

@media (min-width: 1025px) {
    .blog__item {
        margin-bottom: 25px
    }
}

.entry--middle {
    padding: 30px 0 0
}

.entry__content {
    padding: 0 10px;
    width: 100%;
    max-width: 100%
}

.entry__content::after, .entry__content::before {
    content: '';
    display: table;
    width: 100%
}

.entry__content::after {
    clear: both
}

.entry__content td, .entry__content th {
    vertical-align: top
}

.entry__figure {
    width: 100%;
    margin: 0 0 20px;
    max-width: 100%
}

.entry__figure--sm {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .entry__figure {
        margin-top: 10px;
        float: left;
        max-width: 470px;
        margin-right: 47px
    }

    .entry__figure--sm {
        max-width: 430px
    }

    .entry__figure--big {
        max-width: 500px
    }

    .entry__figure--md {
        max-width: 520px
    }
}

@media (min-width: 1100px) {
	 .entry__figure--big {
        max-width: 580px
    }
}

.entry__image {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.entry__text {
    margin-bottom: 30px
}

@media (min-width: 1025px) {
    .entry__text {
        margin-bottom: 50px
    }
}

.entry__heading {
    margin-bottom: 5px
}

.entry__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.entry__date {
    color: #00587a;
    font-size: 18px;
    font-weight: 700
}

.figure-content {
    width: 100%;
    vertical-align: bottom
}

.single-service-content {
    margin-bottom: 35px
}

.single-service-bottom {
    padding: 50px 0;
    background: #00587a url(img/images/country-bg.jpg) 50% 50%/cover;
    overflow: auto
}

.single-service-bottom table {
    width: 100%;
    border-spacing: 14px;
    table-layout: fixed;
    font-size: 16px;
    line-height: 1.5
}

.single-service-bottom td {
    background-color: #fff;
    padding: .5em;
    text-align: center;
    vertical-align: top
}

.single-service-bottom tr:last-child td {
    background-color: #e9f1f5
}

.single-service-bottom__content {
    min-width: 800px
}

.singles-all {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0
}

.singles-all__item {
    text-align: center;
    padding: 7px 5px;
    width: 50%
}

@media (min-width: 480px) {
    .singles-all__item {
        width: 33%
    }
}

@media (min-width: 992px) {
    .singles-all__item {
        width: 25%
    }
}

.singles-all__link {
    font-size: 17px;
    line-height: 1.3;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .singles-all__link {
        border-bottom: 1px dotted transparent
    }

    .singles-all__link:active, .singles-all__link:hover {
        border-color: currentColor;
        color: #ffbe00
    }
}

.courses {
    width: 100%
}

@media (min-width: 767px) {
    .courses {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.courses__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

@media (min-width: 767px) {
    .courses__content {
        padding-left: 25px
    }
}

.programm {
    padding: 0 7px;
    margin-bottom: 14px
}

@media (min-width: 480px) {
    .programm {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 767px) {
    .programm {
        width: 50%
    }

    .programm:last-child {
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    .programm {
        width: 20%
    }

    .programm:nth-child(odd) .programm__info {
        margin-bottom: 14px
    }

    .programm:nth-child(even) {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .programm:nth-child(even) .programm__info {
        margin-top: 14px
    }
}

.programm__info {
    position: relative;
    background-color: #f4f4f4;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 150px;
    padding-bottom: 74px
}

.programm__cat {
    margin: 0 1em 1em;
    text-align: center;
    padding: 1em 5px 0;
    position: relative;
    z-index: 1
}

.programm__cat-link {
    text-transform: uppercase;
    color: #00587a;
    font-size: 16px;
    line-height: 1.25;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .programm__cat-link {
        border-bottom: 1px dotted transparent
    }

    .programm__cat-link:active, .programm__cat-link:hover {
        border-color: currentColor;
        color: #00587a
    }
}

.programm-sub-cats {
    padding-left: 18px;
    position: relative;
    z-index: 1
}

.programm-sub-cats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffbe00;
    height: 113px;
    width: 11px
}

.programm-sub-cats__link {
    border-bottom: 1px dotted currentColor;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .programm-sub-cats__link {
        border-bottom: 1px dotted transparent
    }

    .programm-sub-cats__link:active, .programm-sub-cats__link:hover {
        border-color: currentColor;
        color: #ffbe00
    }
}

.programm__icon {
    pointer-events: none;
    color: #d9dad9;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0
}

@media (max-width: 750px) {
    .programm__thumb {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.programm__image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.advanced-search {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 25px
}

@media (min-width: 767px) {
    .advanced-search {
        margin-bottom: 65px
    }
}

.advanced-search__inner {
    background: #ffbe00 url(img/images/pattern.jpg);
    background-size: 600px 600px
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi),(min-resolution: 1.5dppx) {
    .advanced-search__inner {
        background-size: 300px 300px
    }
}

.advanced-search__ttl {
    padding: 1.35em 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #00587a;
    border-bottom: 1px solid #f9da75;
    background-color: rgba(255, 255, 255, .2)
}

@media (min-width: 767px) {
    .advanced-search__ttl {
        font-size: 20px
    }
}

.advanced-search__results-info {
    text-transform: uppercase;
    background-color: #ebebeb;
    font-weight: 700;
    line-height: 1.11111;
    padding: 1.66667em 10px
}

@media (min-width: 767px) {
    .advanced-search__results-info {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px
    }
}

.advanced-search__counts {
    color: #00587a
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    position: fixed
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.courses-filter__list, .lang ul, .list-reseted, .social__list {
    padding: 0;
    margin: 0;
    list-style: none
}

.social__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal {
    width: 750px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

.modal--map {
    width: 940px;
    background: 0 0
}

.modal--map canvas {
    height: 100% !important
}

.modal--programs {
    padding-top: 50px;
    width: 1220px;
    background: 0 0
}

.modal__inner {
    padding: 0 2rem 2rem
}

.map-tooltip, .modal-hint {
    color: #00587a;
    font-size: 1.2em
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .2s ease-out
}

.mfp-zoom-in.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-zoom-in.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-zoom-in.mfp-wrap .mfp-content {
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.mfp-zoom-in.mfp-wrap .mfp-content, .mfp-zoom-in.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.fade-left .modal {
    opacity: 0;
    transition: .2s ease-out;
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px)
}

.fade-left.mfp-ready .modal {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.fade-left.mfp-removing .modal {
    opacity: 0;
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px)
}

.fade-left.mfp-bg {
    opacity: 0;
    transition: opacity .3s ease-out
}

.fade-left.mfp-ready.mfp-bg {
    opacity: .8
}

.fade-left.mfp-removing.mfp-bg {
    opacity: 0
}

.map-tooltip {
    height: 23px;
    border: 1px solid #f1d031;
    background-color: #ffffa3;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    z-index: 10;
    min-width: 50px;
    white-space: nowrap;
    padding: 2px 5px;
    pointer-events: none;
    position: fixed;
    font-family: "Roboto Condensed", sans-serif;
    opacity: 0
}

.map-tooltip::before {
    content: '';
    position: absolute;
    z-index: 10;
    right: 100%;
    bottom: 5px;
    width: 0;
    height: 0;
    border-right: 8px solid #ffffa3;
    border-top: 4px solid transparent
}

.countries {
    background-color: #fff;
    padding: 1rem 0
}

@media (min-width: 1025px) {
    .countries {
        display: none
    }
}

.countries__list {
    list-style: none;
    padding: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.countries__item {
    text-align: center;
    padding: 0 10px;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.countries__item:not(:last-child) {
    margin-bottom: 5px
}

.countries__link {
    font-size: 17px;
    line-height: 1.4;
    color: #00587a;
    border-bottom: 1px dotted currentColor
}

@media (min-width: 1025px) {
    .countries__link {
        border-bottom: 1px dotted transparent
    }

    .countries__link:active, .countries__link:hover {
        border-color: currentColor;
        color: #ffbe00
    }
}

@media (max-width: 1025px) {
    .map-area {
        display: none
    }
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

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

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide, .slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.social_top {
    margin-left: 25px;
    margin-bottom: 25px;
}

.social_top ul li {
    display: inline-block
}

.social_top ul li a {
    font-size: 22px;
    padding: 0 5px;
    color: rgb(178, 178, 178);
}

.social_top ul li a:hover {
    color: rgb(28, 80, 156);
}

.clearall {
    padding: 0;
    margin: 0;
}

@media (max-width: 760px) {
    .scroll-down {
        display: none !important
    }
}

.scroll-down .btn--circle {
    border-radius: 100%;
    background-color: rgb(255, 190, 0);
    height: 30px;
    width: 30px;
    min-width: 30px;
    padding-left: 0;
    padding-right: 0;
    top: 13px;
}

.scroll-down .btn--circle svg {
    width: 11px;
    height: 16px;
    position: relative;
    top: -3px;
}

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

.f-v-c-n-b-popup {
    cursor: pointer;
    text-transform: uppercase;
    padding: 9px 19px;
    border-radius: 36px;
    color: rgb(142, 107, 39);
    background: rgb(255, 190, 0);
    display: inline-block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.f-v-c-n-b-popup:hover {
    background: rgb(204, 152, 0);
    color: rgb(5, 5, 5);
    transition: .3s;
}

.formaModalnew {
    max-width: 400px !important;
}

.form-cont-2 {
    display: block;
    border: 0;
    width: 100%;
    max-width: 100%;
    background-color: rgb(235, 235, 235);
    font-size: 15px;
    color: rgb(29, 29, 29);
    line-height: 1.4;
    padding: 10px 16px;
    margin-bottom: 15px;
}

#FormWithCostumName {
    text-align: center;
}

.greenNew {
    text-align: center;
}

.ms-skin-default .ms-bullet {
    border-radius: 15px;
}

.ms-align-bottom {
    right: 70px !important;
}

.scroll-down--index {
    max-width: 100px;
    margin: 0 auto;
}

.page--programs-single .page {
    padding: 1px;
}

.page--programs-single {
    padding: 1px;
}

.page--programs-single .content-block {
    line-height: 1px;
}

.page--programs-single .container {
    padding-top: 1px;
}

.labelggg img {
    max-width: 60px;
    height: auto;
}

.labelggg {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 0;
}

.relative {
    position: relative;
}

.multiButton {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
}

.multiButton a:hover {
    background: rgb(204, 152, 0) !important;

}
.sezon{
	    position: relative;
}
.sezon-block{
	    position: absolute;
    z-index: 2;
    top: 40px;
    left: 0;
    font-weight: bold;
    background: #ef0404;
    font-size: 18px;
    color: #fff;
    padding: 4px 10px;
}
.sezon-block-pic-home {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0;
    font-weight: bold;
 
    font-size: 18px;
    color: #fff;
    padding: 4px 10px;
	background: url(/wp-content/themes/main/img/images/pic_fon.png) no-repeat;
    background-position: right bottom;
}
.sezon-block-pic-home img{
	    max-width: 65px;
    height: auto;
	   margin: 10px 25px 25px 10px;
}

.sezon-block-pic {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 0;
    font-weight: bold;
 
    font-size: 18px;
    color: #fff;
    padding: 4px 10px;
	background: url(/wp-content/themes/main/img/images/pic_fon.png) no-repeat;
    background-position: right bottom;
}
.sezon-block-pic img{
	    max-width: 65px;
    height: auto;
margin: 10px 25px 25px 10px;
}


@media (max-width: 800px){
.sezon-block{
	  
    
 
    font-size: 14px;
  
}

}

.table-pro {
	    border-collapse: collapse;
		
}

.table-pro th, td{
	   
		border: 1px solid grey;
		    padding: 0 6px;
}


.table-pro p:first-child{
	    margin-top: 12px;
}

.grecaptcha-badge{
visibility: collapse !important;
}

.page_key_content{
	width: 100%;
}

@media (max-width: 800px){
.mejs__container{
	max-width: 100%;
	    max-height: 250px;
}
.mejs__layers .mejs__layer{  
max-width: 100%;
	    max-height: auto;
}
video {
  max-width: 100%;
  height: auto;
}
}

.mejs__container{
	    margin: 0 auto;
}

.info-block-more{
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
    color: #585858;
    font-style: italic;
    font-size: 1em;
}


.country-block{
	width: 100%;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 3em 0;
	    min-height: 360px;
}


.country-block::before {
    background-color: #1c509c;
    content: "";
    display: block;
    height: 100%;
     left: 10.5%;
    position: absolute;
    width: 2px;
}


.country-block-name{
	    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
}

.country-block-info{
	    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.country-block-name span{
	    background-color: #fff;
    color: #1c509c;
    display: inline-block;
    font-family: "Oswald",sans-serif;
    font-size: 3em;
    font-weight: 700;
    padding: 0 .2em;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}

.country-block-info_un{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 1.5em;
}

.country-block-info_pic{
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 .8em 0 0;
    width: 30%;
}

.country-block-info_pic img {
    width: 70%;
}

.country-block-info_desc{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.country-block-info_desc_h{
	color: #1c509c;
    font-size: 1.2em;
    font-weight: 700;
	margin: 0 0 .5em 0;
}


.country-block-info_desc_text{
	margin: 0 0 .5em 0;
}

.country-block-info_desc_loc{
	margin: 0 0 .5em 0;
	font-weight: 700;
}


.country-block-info_desc_price{
	margin: 0 0 .5em 0;
}

.country-block-info_desc_price span{
	font-weight: 700;
}

.country-block-info_desc_loc span{
	font-weight: 700;
}




.tabs {
	min-width: 320px;
	max-width: 100%;
	padding: 0px;
margin: 60px auto 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 30px 15px 15px 15px;
	

}
.tabs>section>.country-block {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 0.5ss;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.tabs>input {
	display: none;
	position: absolute;
}

.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
	    width: 292px;
		    font-size: 1.4em;
    text-transform: uppercase;
}

 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}

.tabs>input:checked+label {
	color: #555;
	border-top: 2px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}

#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
}

@media screen and (max-width: 680px) {
	
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
	.tabs>label>img {
   display:none;
	}
	
	.country-block-name{
		display:none;
	}
	
	.country-block::before{
		display:none;
	}
}

@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}


.tabs>label>img{
	max-width: 80%;
}


.header-info{
	width: 100%;
}

.header-info p{
    text-align: center;
    font-weight: 700;
    background: #f4f4f4;
    padding: 0 0 10px;
    margin: 0;
    color: #f00;
    font-size: 1.2em;
}


@media (min-width: 1100px)
{
	.header {
		padding-bottom: 0px;
	}
}


.content-block-w{
	
	    width: 100%;
}



.wrapper-box{
	width: 800px;
	max-width:100%;
	margin: 20px auto;
	padding: 20px;
	border: 1px dashed #CCC;
	border-radius: 5px;
}


/* radio */
.radio {
	vertical-align: top;
	width: 17px;
	height: 17px;
	margin: 0 3px 0 0;
}
.radio + label {
	cursor: pointer;
}
.radio:not(checked) {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio:not(checked) + label {
	position: relative;
	padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.radio:not(checked) + label:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #0b56a5;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .1s;
}
.radio:checked + label:after {
	opacity: 1;
}

/* end radio */



.input[type='text'] {
          
   position: relative;
    width: 80px;
    background: 0 0;
    padding: 0px 0 0px;
       margin: 4px 0 3px 2px;
    font-size: 18px;
    line-height: 1.4;
    border: 2px solid rgb(11, 86, 165);
    border-width: 0 0 2px;
    box-shadow: none;
    z-index: 1;
    font-weight: 600;
    outline: none;
    }


.input_t[type='text'] {
          
   position: relative;
    width: 300px;
    background: 0 0;
    padding: 0px 0 0px;
    margin: 0 0 3px 0;
    font-size: 15px;
    line-height: 1.4;
    border: 2px solid rgb(11, 86, 165);
    border-width: 0 0 2px;
    box-shadow: none;
    z-index: 1;
    font-weight: 600;
    outline: none;
    }

.btn_t {
padding: 12px 20px;
    margin: 0 10px 0 10px;
    border: none;
    border-radius: 5px;
    color: #FFF;
    width: 120px;
    cursor: pointer;
    font-size: 15px;
    text-align: center;
}
.btn--submit {
	background: #0b56a5;
}
.btn--submit:hover  {
    background: #0e68c7;
}

.btn--return {
	background: #BDC0CC;
}

.btn--return:hover  {
    background: #aaadb9;
}


.wrapper-box-between{
	display: flex;
    justify-content: space-between;
}

.wrapper-box-end{
	display: flex;
      justify-content: flex-end;
}



.wrapper-box-2, .wrapper-box-3, .wrapper-box-4, .wrapper-box-5, .wrapper-box-6, .wrapper-box-7, .wrapper-box-8, .wrapper-box-9, .wrapper-box-10, .wrapper-box-11, .wrapper-box-12, .wrapper-box-13, .wrapper-box-14, .wrapper-box-15, .wrapper-box-16, .wrapper-box-17, .wrapper-box-18, .wrapper-box-19, .wrapper-box-20, .wrapper-box-21, .wrapper-box-22{
	display:none;
}




.content-center{
	display: flex;
    align-items: center;
}


.fraction, .top, .bottom {
    padding: 0 5px;    
}

.fraction {
    display: inline-block;
    text-align: center;    
}

.bottom{
    border-top: 1px solid #000;
    display: block;
}

.wrapper-box-pic_1{
	    position: relative;
}

.wrapper-box-pic_1 img{
	    height: 50px;
    width: 32px;
    position: relative;
    top: 21px;
}

.wrapper-box-pic_7{
	    position: relative;
}

.wrapper-box-pic_7 img{
	    height: 52px;
    width: 52px;
    position: relative;
    top: 22px;
}

.wrapper-box-pic_10{
	    position: relative;
}

.wrapper-box-pic_10 img{
	    height: 52px;
    width: 240px;
    position: relative;
    top: 22px;
}


.header-block{
	background: url(img/images/nbg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
	width:100%;
	
	margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  
    padding-left: 10px;
    padding-right: 10px;
}

.header-block-w{
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}


.header-block-w h1{
font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.8em;
    text-shadow: 1px 1px 12px black, 0 0 13px #005d7f;
    background: #005d7f;
    padding: 20px 40px;
	max-width: 764px;
    text-align: center;
}


.header-block-button{
	display: flex;
    flex-direction: row;
}


.english{
	background: #005d7f;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 1.6em;
	    margin: 0 20px;
		cursor: pointer;
}

.german{
	background: #005d7f;
    color: #fff;
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 1.6em;
	    margin: 0 20px;
		cursor: pointer;
}

.english:hover{
	background: #064156;
}


.german:hover{
	background: #064156;
}



.price-block{
	 display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.price-block-t{
	    background: #005d7f;
    color: #fff;
    font-weight: bold;
    height: 54px;
    width: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
	font-size: 1.2em;
	margin: 10px 0;
}

.price-block-b{
	  
   flex-direction: column;
     justify-content: space-between;
 
   
    width: 180px;
    text-align: center;
    display: flex;
    align-items: center;
 
    border-radius: 5px;
    font-size: 1em;
    margin: 10px 0;
}

.b1 .price-block-b{
	height: 160px;
}

.b2 .price-block-b{
	height: 60px;
} 

.b3 .price-block-b{
	height: 60px;
}  


.b1  .price-block-n{
    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 5px;
	align-items: center;
    display: flex;
    justify-content: center;
}

.b2  .price-block-n{
    background: #149cce;
    color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 5px;
	align-items: center;
    display: flex;
    justify-content: center;
}

.b3  .price-block-n{
    background: #1dafe4;
    color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 5px;
	align-items: center;
    display: flex;
    justify-content: center;
}



.b1  .price-block-p{
	    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.b2  .price-block-p{
	    background: #149cce;
    color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.b3  .price-block-p{
	background: #1dafe4;
    color: #fff;
    width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.content-h{
	font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 2em;
	text-align: center;
}


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


.in-block{
	    margin-top: 50px;
}


.eng-block{
	background: url(img/images/learning.jpg) repeat-y;
    background-position: center center;
    background-size: cover;
    height: 450px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
	
	
}


.eng-block p{
	font-size: 22px;
 /*   text-shadow: 3px 5px 6px #005d7f, -6px -7px 6px #d2d2d2;*/
}


.in-block-w{
	display: flex;
    align-items: center;
    justify-content: center;
}


.in-block-img{
	width: 300px;
}

.in-block-text{
	margin:0 0 0 30px;
}


.in-block-img img{
	    min-width: 300px;
		height: auto;
}


.in-block p{
	font-size: 22px;
	text-align: justify;
}



.ger-block{
	background: #005d7f;
	background:  linear-gradient(to right, #005d7f, #2699c3);
   color:#fff;
    height: 450px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}



.ger-block p{
	font-size: 22px;
 /*   text-shadow: 3px 5px 6px #005d7f, -6px -7px 6px #d2d2d2;*/
}



.price-block-g{
	background: #005d7f;
    color: #fff;
    font-weight: bold;
    height: 54px;
    width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.2em;
    margin: 10px 0;
}



.g1 .price-block-n {
    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.g1 .price-block-p {
    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}


.e2 .price-block-n {
    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.e2 .price-block-p {
    background: #0d7fa9;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.e3 .price-block-n {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.e3 .price-block-p {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.e4 .price-block-n {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.e4 .price-block-p {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.price-block-b2 {
    flex-direction: column;
    justify-content: space-between;
    width: 220px;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-size: 1em;
    margin: 10px 0;
}


.g2 .price-block-p {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g2 .price-block-n {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}



.g3 .price-block-p {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g3 .price-block-n {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}



.g4 .price-block-p {
    background: #39b8e6;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g4 .price-block-n {
    background: #39b8e6;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.g5 .price-block-p {
    background: #40bbe8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g5 .price-block-n {
    background: #40bbe8;
    color: #fff;
    width: 100%;
    height: 43px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}



.g6 .price-block-p {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 110px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g6 .price-block-n {
    background: #36add8;
    color: #fff;
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}


.g7 .price-block-p {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
	padding: 4px;
}

.g7 .price-block-n {
    background: #2699c3;
    color: #fff;
    width: 100%;
    height: 50px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
}




.in-block-text-left {
    margin: 0 30px 0 0;
}


.pre{
	 width: 100%;
}


.pre-line{
	display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}


.pre-block1{
	padding:20px;
	    width: 33.3%;
    border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	height: 450px;
	     display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}

.pre-block2{
	padding:20px;
	    width: 33.3%;
	 border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	height: 450px;
	    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}
.pre-block3{
	padding:20px;
	    width: 33.3%;
			border-bottom: 1px solid #ababab;
			height: 450px;
			    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}
.pre-block4{
	padding:20px;
	width: 33.3%;
  
	height: 450px;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
	    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}
.pre-block5{
	padding:20px;
	width: 33.3%;
	height: 450px;
	    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
	border-right: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}
.pre-block6{
	padding:20px;
	width: 33.3%;
	height: 450px;
	    display: flex;
    align-items: center;
flex-direction: column;
    justify-content: center;
	border-bottom: 1px solid #ababab;
}
.pre-block7{
	padding:20px;
	width: 33.3%;
	height: 450px;
	border-right: 1px solid #ababab;
	    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}
.pre-block8{
	padding:20px;
	width: 33.3%;
	height: 450px;
	border-right: 1px solid #ababab;
	    display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}
.pre-block9{
	padding:20px;
	width: 33.3%;
	height: 450px;
	   display: flex;
    align-items: center;
	flex-direction: column;
	    justify-content: center;
}

.pre p{
	    font-size: 14px;
}

.pr h2 {
	text-align:center;
}


.pre-ok{
	  margin: 30px 0 0 0;
}



.finish-block{
   /* background: #e7e7e7;
    background: linear-gradient(to right, #d6d6d6, #f7f7f7); */
	    background: url(img/images/graphics.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    color: #080808;
    /* height: 450px; */
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    font-size: 22px;
    padding-right: 10px;
}



@media (max-width: 1220px){
	.price-block{
		-webkit-flex-wrap: wrap; 
		    flex-wrap: wrap;
	}
	
	.header-block-w h1{
		text-align: center;
    font-size: 2em;	
	}
	
	.in-block p {
    font-size: 16px;
	}
	
	.pre p {
		font-size: 14px;
	}
	
	.pre-block1, .pre-block2, .pre-block3, .pre-block4, .pre-block5, .pre-block6, .pre-block7, .pre-block8, .pre-block9{
		    height: 560px;
	}
	
	.in-block ul li {
		font-size: 16px;
	}
}


@media (max-width: 800px){
	.pre-line{
		-webkit-flex-wrap: wrap; 
		    flex-wrap: wrap;
	}
	
	.pre-block1, .pre-block2, .pre-block3, .pre-block4, .pre-block5, .pre-block6, .pre-block7, .pre-block8, .pre-block9{
		   width: 100%;
		    height: auto;
			border-right:none;
			
	}
	
	.pre-block1, .pre-block2, .pre-block3, .pre-block4, .pre-block5, .pre-block6, .pre-block7, .pre-block8{
		border-bottom: 1px solid #ababab;
			
	}
}

@media (max-width: 700px){
	.in-block-w{
		-webkit-flex-wrap: wrap; 
		    flex-wrap: wrap;
			    
	}
	.eng-block{
		height: auto;
	}
	
	.ger-block{
		height: auto;
	}
	
	.header-block-button {
   
    flex-direction: column;
	
	}
	
	.header-block-button div{
		margin: 0 0 30px 0;
	}
	
	.in-block-text {
		margin: 0 0 0 0px;
	}
	
	.in-block-text-left {
    margin: 0 0 0 0;
}
	
	.price-block-g{
		width: 48%;
	}
	
	.price-block-b2{
		width: 48%;
	}
}


@media (max-width: 500px){
	.price-block-g{
		width: 100%;
	}
	
	.price-block-b2{
		width: 100%;
	}
}

@media (max-width: 400px){
	.price-block-t{
		    width: 100%;
	}
	.price-block-b{
		 width: 100%;
	}
}

.form-row select {
    display: block;
    border: 0;
    width: 100%;
    max-width: 100%;
    background-color: #ebebeb;
    font-size: 15px;
    color: #1d1d1d;
    line-height: 1.4;
    padding: 10px 16px;
    margin-bottom: 15px;
}


.exam-block{
	    background: #e0e0e0;
	background: linear-gradient(to right, #ffffff, #e0e0e0);
     /* color: #fff;
  height: 450px;*/
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}



.in-block-img-d{
	width: 400px;
}


.in-block-img-d img{
	    min-width: 400px;
	    height: auto;
}


@media (max-width: 500px){
	.in-block-img-d{
		max-width: 100%;
		
	}
	
	.in-block-img-d img{
	min-width: auto;
	
	}
	.in-block-w{
		max-width: 100%;
	}
	
	.in-block-img-d {
		width: 100%;
	}
}


 :root {
  --radius: 2px;
  --baseFg: dimgray;
  --baseBg: white;
  --accentFg: #ffffff;
  --accentBg: #0e68c7;
}

.wrapper-box select {
  font: 400 12px/1.3 sans-serif;
  -webkit-appearance: none;
  appearance: none;
  color: var(--baseFg);
  border: 1px solid var(--baseFg);
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em;
  border-radius: var(--radius);
  background-color: var(--baseBg);
  background-image: linear-gradient(var(--baseFg), var(--baseFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentBg) 50%),
    linear-gradient(var(--accentBg) 42%, var(--accentFg) 42%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 1px 100%, 20px 22px, 20px 22px, 20px 100%;
  background-position: right 20px center, right bottom, right bottom, right bottom;   
  margin: 0 0 1px 0;
}

.wrapper-box select:hover {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
}

.wrapper-box select:active {
  background-image: linear-gradient(var(--accentFg), var(--accentFg)),
    linear-gradient(-135deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(-225deg, transparent 50%, var(--accentFg) 50%),
    linear-gradient(var(--accentFg) 42%, var(--accentBg) 42%);
  color: var(--accentBg);
  border-color: var(--accentFg);
  background-color: var(--accentFg);
}


.bold{
	    font-weight: 800;
}


.content-block-test{
	display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 1220px;

}


.content-block-test-p{
	width: 50%;
    text-align: center;
    margin: 0 0 30px 0;
	transition: all 0.5s linear;
}

.content-block-test-p:hover{
	opacity:0.6;
}

.content-block-test-p2{
	width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
	transition: all 0.5s linear;
}

.content-block-test-p2:hover{
	opacity:0.6;
}



@media (max-width: 1220px){
	
	.content-block-test{
		width: 100%;
		    display: inline-block;
	}
	
	.content-block-test-p{
		width: 100%;
	}
	
	.content-block-test-p2{
		width: 100%;
	}
	
	
}


a {outline:none;}

a:focus { outline: none; }











.page--single .heading__title{
	font-size: 35px;
}


.page-w{
	background: url(img/images/American-High-School-Diploma-bg.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    width: 100%;
	margin-bottom: 30px;
}


.pro-fl{
	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}


.pro-fl-item-1{
	width: 300px;
	    flex: 1 0;
		    justify-content: center;
    display: flex;
}


.pro-fl-item-2{
	    flex: 2 0;
}


.pro-f2{
	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
}


.pro-f2-item-1{
	
	   flex: 2 0;
}


.pro-f2-item-2{
	 width: 300px;
	    flex: 1 0;
		    justify-content: center;
    display: flex;
}

.center{
	text-align:center;
}



.content-list{
	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
       margin: 0 0 20px 0;
}


.content-list-item-img{
	 width: 100px;
	    flex: 1 0;
		    justify-content: center;
    display: flex;
}

.content-list-item-text{
	flex: 6 0;
}

.content-block-info{
		display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
       margin: 0 0 20px 0;
}

.content-block-info-item{
    flex: 0 0;
    justify-content: left;
    text-align: center;
    flex-basis: 350px;
    background: #f3f3f3;
    height: 300px;
    margin: 30px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: inset 0 -10px 0 #1c509c, 0px 9px 16px rgb(11 86 165 / 21%);
}

.courses-b{
	display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
       margin: 0 0 20px 0;
}


.courses-item{
	flex: 1 0 0;
}


.courses-item-button{
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #ffbe00;
    margin: 10px;
    border-radius: 25px;
    cursor: pointer;
    color: rgb(142, 107, 39);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    padding: 4px;
    box-shadow: 2px 3px 0 #8e6b27;
	
	-webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}

.courses-item-button:hover{
	    background: #ffdc77;
}

.courses-item-img{
	margin: 0 10px;
}

.courses-item-img img{
	height: 40px;
    width: auto;
}

.courses-item-button-name{
	
}


/* попап */

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

/* попап end */
@media (max-width: 1050px){
	.page-w{
		    height: 360px;
	}
}


@media (max-width: 876px){
	.page-w{
		    height: 260px;
	}
	
	.pro-fl-item-1{
		    flex: 2 0;
	}
	
	.pro-f2-item-1 {
	    flex: 1 2;
	}
	.courses-b{
		    flex-wrap: wrap;
	}
	.courses-item{
		    flex-basis: 280px;
	}
	
	.content-block-info{
		flex-wrap: wrap;
	}
	
	.pro-fl, .pro-f2{
		flex-wrap: wrap;
	}
	
	.pro-f2-item-1, .pro-f2-item-2, .pro-fl-item-1, .pro-fl-item-2{
		flex-basis: 280px;
	}
	
	.pro-f2-item-2{
		-webkit-order: -1;
		order: -1;
	}
	
	.content-list{
		flex-wrap: wrap;
	}
	
	.content-list-item-img{
		    flex-basis: 80px;
	}
	iframe{
		width: 100%;
    height: auto;
	}
}

.page-h{
	background: url(img/images/BRITISH-NATIONAL-HIGH-SCHOOL-DIPLOMA.jpg);
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    width: 100%;
	margin-bottom: 30px;
}


@media (max-width: 1050px){
	.page-h{
		    height: 360px;
	}
}


@media (max-width: 876px){
	.page-h{
		    height: 260px;
	}
	
}



 
.menu-item-o  > a > sup {
    color: #de0000;
}
.menu-item-o:hover  > a > sup {
    color: #ff1010;
}
.menu-item-o.current_page_item  > a  > sup{
    color: #de0000;
}


.polit a{
	    color: #adabab;
}

.polit a:hover{
	    color: #8c8c8c;
}


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


.block-pay img{
	height: 250px;
    width: auto;
}


.block-pay img:hover{
	    opacity: 0.7;
}

.white{
	color:#fff;
}




.form-row{
	display: flex;
  flex-direction: row;
      font-size: 14px;
}



.form-col6{
	width: 100%;
    padding: 0px 10px 10px 10px;
}


.form-col12{
	width: 100%;
	padding: 0px 10px;
}



.form-block input[type=email], .form-block input[type=number], .form-block input[type=password], .form-block input[type=reset], .form-block input[type=search], .form-block input[type=tel], .form-block input[type=text], .form-block input[type=url], .form-block select{
	color: #666;
    padding: .75em;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: #fafafa;
    box-shadow: none;
    height: 41px;
    box-sizing: border-box;
    transition: all .2s linear;
    font-size: 14px;
    border-radius: 0;
    vertical-align: middle;
    margin-bottom: 10px !important;
    width: 100%;
    font-family: 'Rubik', sans-serif;
}


.wpcf7-submit:focus{ 
	outline: 0;
    outline-offset: 0;
}

.form-block .wpcf7-checkbox{
	  padding: 4px 10px ;
}

.personal-data {
    display: inline-block;
}

.form-block input[type="file"]::-webkit-file-upload-button {
  background: #1c509c;
  color: #fff;
  padding: 4px 10px ;
  border:0;
  outline: 0;
    outline-offset: 0;
}

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

.form-block .wpcf7-form-control-wrap {
    width: 100%;
}

.form-row-d{
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}

.btn-yelow{
	    font-family: "Roboto Condensed", sans-serif;
			
}

.block-info{
max-width: 100%;
 
    margin: 6px auto 0px auto;
    text-align: center;
}






.block-info img{
	transition: all 0.5s linear;
	opacity:1;
}


.block-info img:hover{
	opacity:0.6;
}


.block-info-praim{
    width: 1200px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 100%;
}

.block-info-praim-row{
	width: 100%;
}



@media (max-width: 1220px){
	.block-info-praim{
		    flex-direction: column;
	}
	
	.block-info{
	width: 100%;
	}
	
	
}


@media screen and (max-width: 605px){
	.form-row {
		flex-direction: column;
	}
	.form-col6 {
		width: auto;
	}
}


.more-block{
	   

    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-width: 0px;
    background-color: #0958a5;
    box-shadow: none;
    color: #fff;
    padding: 9px 19px;
    border-radius: 36px;
    margin: 10px 0 0 0;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
	}
	
.more-block:hover {
    background: rgb(10 64 117);

    transition: .3s;
}
.col-center{
	    align-items: center;
}	

#fountainG{
	position:relative;
	width:120px;
	height:14px;
	margin:auto;
}

.fountainG{
	position:absolute;
	top:10px;
	background-color:rgb(9,88, 165);
	width:14px;
	height:14px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:0.975s;
		-o-animation-duration:0.975s;
		-ms-animation-duration:0.975s;
		-webkit-animation-duration:0.975s;
		-moz-animation-duration:0.975s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
}

#fountainG_1{
	left:0;
	animation-delay:0.386s;
		-o-animation-delay:0.386s;
		-ms-animation-delay:0.386s;
		-webkit-animation-delay:0.386s;
		-moz-animation-delay:0.386s;
}

#fountainG_2{
	left:15px;
	animation-delay:0.4825s;
		-o-animation-delay:0.4825s;
		-ms-animation-delay:0.4825s;
		-webkit-animation-delay:0.4825s;
		-moz-animation-delay:0.4825s;
}

#fountainG_3{
	left:30px;
	animation-delay:0.589s;
		-o-animation-delay:0.589s;
		-ms-animation-delay:0.589s;
		-webkit-animation-delay:0.589s;
		-moz-animation-delay:0.589s;
}

#fountainG_4{
	left:45px;
	animation-delay:0.6855s;
		-o-animation-delay:0.6855s;
		-ms-animation-delay:0.6855s;
		-webkit-animation-delay:0.6855s;
		-moz-animation-delay:0.6855s;
}

#fountainG_5{
	left:60px;
	animation-delay:0.782s;
		-o-animation-delay:0.782s;
		-ms-animation-delay:0.782s;
		-webkit-animation-delay:0.782s;
		-moz-animation-delay:0.782s;
}

#fountainG_6{
	left:75px;
	animation-delay:0.8785s;
		-o-animation-delay:0.8785s;
		-ms-animation-delay:0.8785s;
		-webkit-animation-delay:0.8785s;
		-moz-animation-delay:0.8785s;
}

#fountainG_7{
	left:90px;
	animation-delay:0.975s;
		-o-animation-delay:0.975s;
		-ms-animation-delay:0.975s;
		-webkit-animation-delay:0.975s;
		-moz-animation-delay:0.975s;
}

#fountainG_8{
	left:105px;
	animation-delay:1.0715s;
		-o-animation-delay:1.0715s;
		-ms-animation-delay:1.0715s;
		-webkit-animation-delay:1.0715s;
		-moz-animation-delay:1.0715s;
}



@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(9,88, 165);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(9,88, 165);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(9,88, 165);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(9,88, 165);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(9,88, 165);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(255,255,255);
	}
}


.container-bg-study{
	
}




.container-block-form {
    margin: 0 auto 30px auto;
    max-width: 100%;
    width: 100%;
    height: 150px;
    text-align: center;
    padding: 20px 0 0 0;
}


.container-study-name{
	color: #0c55a4;
    font-size: 20px;
    font-weight: 600;
}

.container-block-contents {
	 margin: 30px auto 0px auto;
    max-width: 100%;
    width: 100%;
   

    padding: 20px 0 0 0;
}


.container-block-contents-gray{
	    background: #ebebeb;
}

.container-block-contents-gray-img{
	   background-position: center center !important;
    background-size: cover !important;
	    background-repeat: no-repeat !important;
}

    


.font-link a{
	    text-decoration: underline;
}

.font-link a:hover{
	text-decoration:blink;
}

.f-v-block{
	width: 100%;
	    clear: both;
	 margin: 0 0 30px 0;
}

.container-custome p {
    padding: 10px 0 10px 0;
    margin: 0;
}



.container-block-z {
    margin: 0 auto;
    max-width: 100%;
    
}


.block_link_head{
	    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 0 30px 0;
	 flex-wrap: wrap;
}



.block_link_head a{
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-width: 0px;
    background-color: #0958a5;
    box-shadow: none;
    color: #fff;
    padding: 9px 10px;
    border-radius: 36px;
    margin: 10px 4px 0 4px;
    cursor: pointer;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.block_link_head a:hover{
	    background: rgb(10 64 117);
    transition: .3s;
}


.col-width{
	width: 100%;
}



.white-z{
	      background: rgb(255 255 255 / 90%);
		margin:0 0 20px 0;
}


.container-block-list{
	justify-content: center;
}

.block-list{
    background: #0958a5;
    color: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    width: 310px;
    box-shadow: 0 0px 6px rgb(9 88 165 / 45%), 0 0px 10px rgb(9 88 165 / 58%);
}

.button_form_open{
	    text-align: center;
		    margin-top: 30px;
    margin-bottom: 30px;
}

.wp-block-table table {
        border-collapse: collapse;
}




.wp-block-table table td {
    border: 1px solid grey;
    padding: 2px 6px; 
}