@import url(fonts/stylesheet.css);

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 822
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 822
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotatecircle {
    0% {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes leftToRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes leftToRight {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes move {
    0% {
        top: 0;
        opacity: 0
    }

    50% {
        top: 50%;
        opacity: 1
    }

    to {
        top: 90%;
        opacity: 0
    }
}

@keyframes move {
    0% {
        top: 0;
        opacity: 0
    }

    50% {
        top: 50%;
        opacity: 1
    }

    to {
        top: 90%;
        opacity: 0
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ol,
ul {
    list-style-type: none
}

.mobile {
    display: none
}

.desktop,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
picture,
section {
    display: block
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear alternate;
    animation: dash 5s linear alternate
}

.hidden_body {
    overflow: hidden
}

.close__form-button {
    position: absolute;
    right: 1.5%;
    top: 25%;
    width: 1.354166666666667vw;
    height: 1.354166666666667vw;
    cursor: pointer
}

.open__menu {
    display: none
}

.menu.open,
.menu__background.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.form__wrapper.open-form {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.form__wrapper.close-form {
    visibility: hidden;
    opacity: 0
}

.form__backgound {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .8);
    display: none;
    z-index: 50
}

.form__backgound.open-form {
    display: block
}

.section1__popup,
.section1__popup a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden
}

.section1__popup {
    position: absolute;
    left: 7.8125vw;
    width: 2.083333333333333vw;
    top: 6.770833333333333vw;
    text-align: right;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fad147;
    padding: 1.041666666666667vw 1.40625vw;
    border-radius: 0 10px 10px 0;
    z-index: 0;
    height: 5.208333333333334vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: left ease-in-out .5s, width ease-in-out .3s, visibility .3s;
    -o-transition: left ease-in-out .5s, width ease-in-out .3s, visibility .3s;
    transition: left ease-in-out .5s, width ease-in-out .3s, visibility .3s
}

.section1__popup a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
    color: #000;
    font-size: 0;
    margin-bottom: .260416666666667vw;
    -webkit-transition: font-size ease-in-out .2s;
    -o-transition: font-size ease-in-out .2s;
    transition: font-size ease-in-out .2s
}

.dropdown li:last-child,
.section1__popup a:last-child {
    margin-bottom: 0
}

.section1__popup .fa {
    margin-left: .520833333333333vw
}

.section1__popup .fa-phone {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.section1__border:hover .section1__popup {
    visibility: visible;
    left: 10.677083333333332vw;
    width: 14.583333333333334vw
}

.section1__border:hover .section1__popup a {
    font-size: 1.458333333333333vw;
    visibility: visible
}

button {
    position: relative
}

.section1__block-circle:after {
    content: '';
    background-color: transparent;
    background-image: url(images/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .9;
    top: 0;
    width: 8.854166666666668vw;
    height: 8.854166666666668vw;
    margin: 0 auto;
    position: absolute;
    left: -.520833333333333vw;
    top: -.520833333333333vw;
    -webkit-animation: spinoffPulse 20s infinite linear;
    animation: spinoffPulse 20s infinite linear
}

.section1__left-block-circle1:after {
    width: 7.552083333333333vw;
    height: 7.552083333333333vw
}

.section1__left-block-circle2 {
    cursor: pointer
}

.section1__left-block-circle3:after {
    width: 8.333333333333332vw;
    height: 8.333333333333332vw
}

#scroll-to {
    position: absolute;
    bottom: .520833333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

#scroll-to a {
    padding-top: 4.166666666666666vw;
    text-decoration: none;
    color: #045b75;
    text-align: center;
    font-size: 1.041666666666667vw
}

.mouse {
    margin: 0 auto;
    display: block;
    border-radius: 50px;
    border: 2px solid #045b75;
    height: 3.385416666666667vw;
    width: 1.822916666666667vw;
    position: relative
}

.move {
    position: absolute;
    background-color: #045b75;
    height: .520833333333333vw;
    width: .520833333333333vw;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: move 2s linear infinite;
    animation: move 2s linear infinite
}

.section1.page-degree {
    background-image: url(images/top_bg_page_degree1.jpg);
    background-size: cover
}

.section1.page-degree .section1__right-block {
    width: 36.45833333333333vw
}

.section1.page-degree p {
    color: #045b75;
    font-size: 1.822916666666667vw
}

.section1.page-degree .questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.041666666666667vw
}

.section1.page-degree .questions__text {
    color: #045b75;
    font-size: 1.71875vw
}

.section1.page-degree .questions__text strong {
    font-family: "AlmoniDLAAABlack";
    display: block
}

.section1.page-degree .questions__connection,
.section1.page-degree .questions__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section1.page-degree .questions__connection {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    margin-right: .78125vw
}

.section1.page-degree .questions__item {
    width: 45%;
    font-size: 1.197916666666667vw;
    color: #045b75
}

.section1.page-degree .questions__item:first-child {
    width: 30%
}

.section1.page-degree .questions__item img {
    width: 3.125vw
}

.section1.page-degree .questions__item a {
    color: inherit;
    text-decoration: none
}

.section1.page-degree .questions__item_click {
    cursor: pointer
}

.section1.page-degree .questions__item_wrap,
.section1__courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section1.page-degree .questions__item_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .625vw
}

.section1.page-degree2 {
    background-image: url(images/top_bg_page_degree2.jpg);
    background-size: cover
}

.section1__courses {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1.302083333333333vw
}

.dropdown li {
    margin-bottom: .78125vw
}

.section1.page-dekanat .link__telephone a {
    text-decoration: none;
    color: #045b75
}

.dropdown__name:after,
.dropdown__name_link:after {
    content: '';
    position: absolute;
    right: .78125vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/arrow-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.041666666666667vw;
    height: 1.302083333333333vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.dropdown__name.open:after,
.dropdown__name_link.open:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg)
}

.dropdown__text {
    -webkit-box-shadow: -9px 8px 13px -7px rgba(0, 0, 0, .56);
    box-shadow: -9px 8px 13px -7px rgba(0, 0, 0, .56)
}

.dropdown__text a:hover {
    border-bottom: 1px solid #555
}

.section1.page-consulting {
    background-image: url(images/top_bg_page_consulting.jpg);
    background-size: cover;
    background-position: center
}

.section1.page-consulting .section1__right-block {
    width: 37.5vw
}

.section1.page-consulting p {
    font-size: 1.197916666666667vw;
    margin-top: 1.822916666666667vw
}

.section1.page-consulting p:nth-child(3) {
    font-size: 1.5625vw;
    margin-top: 1.041666666666667vw
}

.section1.page-registration {
    background-image: url(images/bg_section_page_registration.jpg);
    background-size: cover;
    background-position: center
}

.section1 .link-items,
.section1 .link-items a,
.section1 .link-items__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #045b75
}

.section1 .link-items {
    margin-top: 1.041666666666667vw
}

.section1 .link-items a,
.section1 .link-items__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #37f0f1;
    width: auto;
    height: 3.385416666666667vw;
    border-radius: 75px;
    font-size: 1.197916666666667vw;
    padding: 0 .520833333333333vw;
    margin-left: 1.041666666666667vw;
    text-decoration: none
}

.registration__form span strong,
.registration__form__courses span strong,
.section1 .link-items a strong,
.section1 .link-items__item strong,
.section__zoom-curses__form form p strong,
.section__zoom-curses__list h3,
.section__zoom-curses__tabs h2 strong {
    font-family: "AlmoniDLAAABlack"
}

.section1 .link-items a i,
.section1 .link-items__item i {
    font-size: 1.5625vw
}

.section1 .link-items__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .520833333333333vw
}

.section1.page-dekanat {
    background-image: url(images/top_bg_page_dekanat.jpg);
    background-size: cover
}

.section1.page-dekanat .section1__right-block {
    width: 36.45833333333333vw
}

.section1.page-dekanat p {
    color: #045b75;
    font-size: 2.239583333333333vw
}

.section1.page-dekanat .link__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #045b75;
    font-size: 1.197916666666667vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.604166666666667vw
}

.section1.page-dekanat .link__telephone {
    width: 31%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0 15px 0 15px;
    background-color: #fff;
    padding-right: 1.302083333333333vw;
    height: 3.645833333333333vw;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: .78125vw;
    position: relative
}

.section1.page-dekanat .link__telephone:before {
    content: "";
    position: absolute;
    height: 60%;
    background: #ff403b;
    width: 2px;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto
}

.section1.page-dekanat .link__telephone strong {
    width: 100%
}

.section1.page-dekanat .link__telephone a .fa-phone {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: .260416666666667vw
}

.section1.page-dekanat .link__telephone a:nth-child(3) {
    margin-right: .520833333333333vw;
    display: inline-block
}

.section1.page-dekanat .link__telephone:nth-last-child(-n+2) {
    width: 49%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.section-posts {
    background-image: url(images/bg_section_page_dekanat.jpg);
    background-size: cover;
    padding: 7.03125vw 0 5.46875vw;
    position: relative
}

.section-posts .post__item,
.section-posts .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section-posts .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-posts .post__item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    margin-bottom: 1.041666666666667vw;
    padding-bottom: 1.822916666666667vw
}

.section-posts .post__item h3 {
    font-size: 1.822916666666667vw;
    font-family: "AlmoniDLAAABlack";
    margin-bottom: 1.302083333333333vw
}

.section-posts .post__item p {
    font-size: 1.197916666666667vw;
    margin-bottom: auto
}

.section-posts .post__item:first-child,
.section-posts .post__item:nth-last-child(-n+2) {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0
}

.section-posts .post__item:first-child .post_item_image,
.section-posts .post__item:nth-last-child(-n+2) .post_item_image {
    width: 23.177083333333336vw;
    height: 23.177083333333336vw;
    overflow: hidden
}

.section-posts .post__item:first-child h3,
.section-posts .post__item:nth-last-child(-n+2) h3 {
    font-size: 2.96875vw;
    font-family: "AlmoniDLAAA";
    color: #045b75;
    margin-bottom: 0
}

.section-posts .post__item:first-child h3 strong,
.section-posts .post__item:nth-last-child(-n+2) h3 strong {
    font-family: "AlmoniDLAAABlack"
}

.section-posts .post__item:first-child .post__item_text,
.section-posts .post__item:nth-last-child(-n+2) .post__item_text {
    width: 39.0625vw;
    margin-right: 4.166666666666666vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-posts .post__item:first-child .post__item_text p,
.section-posts .post__item:nth-last-child(-n+2) .post__item_text p {
    margin-bottom: 0
}

.section-posts .post__item .post_item_image {
    width: 100%;
    height: 12.760416666666666vw;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-posts .post__item .post_item_image img {
    -o-object-fit: cover;
    object-fit: cover
}

.section-posts .post__item img {
    max-width: 100%
}

.section-posts .post__item .details-information,
.section-posts .post__item_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.041666666666667vw
}

.section-posts .post__item_text {
    padding: 0 1.041666666666667vw;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-posts .post__item_text a {
    color: #d76e38
}

.section-posts .post__item_text .fa,
.section-posts .post__item_text i {
    color: #25346d;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: .520833333333333vw
}

.section-posts .post__item_text .fa.fa-facebook-square,
.section-posts .post__item_text i.fa-facebook-square {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.section-posts .post__item .details-information {
    font-size: 1.197916666666667vw
}

.section-posts .post__item .details-information strong {
    font-family: "AlmoniDLAAABold"
}

.section-posts .post__item .details-information a {
    text-transform: uppercase;
    color: #ed7549;
    margin-top: .260416666666667vw;
    text-decoration: underline
}

.section-posts .post__item .details-information a span,
header .menu li a {
    color: #000;
    text-decoration: none
}

.section-posts .post__item .details-information a .fa {
    color: #ed7549
}

.section1.page-zoom {
    padding: 10.416666666666668vw 0 5.208333333333334vw
}

.section1.page-zoom .zoom__slider {
    height: 23.4375vw
}

.section1.page-zoom .zoom__slider iframe {
    width: 100% !important;
    height: 100% !important
}

.registration__form .close__form-button img,
.registration__form__courses .close__form-button img,
.section1.page-zoom .zoom__slider img {
    width: 100%
}

.section1.page-zoom .section1__courses .questions__text {
    margin-left: 2.083333333333333vw
}

.section1.page-zoom .section1__courses .dropdown {
    margin-left: auto
}

.section1.int-school .section1__right-block {
    direction: ltr
}

.section1.int-school .section1__right-block .section1__courses {
    direction: rtl
}

.section1.int-school .section1__right-block p {
    text-align: left
}

.section__zoom-curses {
    background-image: url(images/bg_section_zoom-courses.jpg);
    background-size: cover;
    padding-bottom: 5.46875vw
}

.section__zoom-curses .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.604166666666667vw 5.208333333333334vw 2.604166666666667vw 2.864583333333333vw;
    background-color: #fff
}

.section__zoom-curses .wrapper,
.section__zoom-curses__list,
.section__zoom-curses__list_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__zoom-curses__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    color: #045b75
}

.section__zoom-curses__list:before {
    content: "";
    position: absolute;
    right: -2.604166666666667vw;
    height: 100%;
    width: 2px;
    background-color: #bababa
}

.section__zoom-curses__list_title {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.041666666666667vw;
    color: #bababa;
    border-bottom: 2px solid #bababa;
    padding: .78125vw 0 .78125vw 11.197916666666668vw
}

.section__zoom-curses__list_container {
    width: 30.46875vw;
    margin-top: .78125vw
}

.section__zoom-curses__list_item,
.section__zoom-curses__list_item-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__zoom-curses__list_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.34375vw
}

.section__zoom-curses__list_item-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.041666666666667vw;
    margin-left: auto
}

.section__zoom-curses__list_item-text strong {
    font-family: "AlmoniDLAAABlack";
    font-size: 1.09375vw
}

.section__zoom-curses__list_item-data {
    font-size: 1.041666666666667vw;
    background-color: #e2e2e2;
    padding: .416666666666667vw;
    white-space: nowrap
}

.section__zoom-curses__list_item-button {
    background-color: #ff403b;
    color: #fff;
    text-decoration: none;
    margin-right: .78125vw;
    width: 34%;
    font-family: "AlmoniDLAAABlack";
    font-size: 1.197916666666667vw;
    padding: .3125vw 1.041666666666667vw;
    border: 0
}

.section__zoom-curses__form,
.section__zoom-curses__form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.section__zoom-curses__form {
    width: 24.479166666666664vw
}

.section__zoom-curses__form h3 {
    font-size: 1.71875vw;
    font-family: "AlmoniDLAAABlack";
    color: #ff403b;
    text-align: center
}

.section__zoom-curses__form form {
    direction: rtl
}

.section__zoom-curses__form form input {
    font-size: 1.041666666666667vw;
    width: 100%;
    height: 2.34375vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    border: 1px solid;
    margin-top: .625vw;
    padding: 0 .520833333333333vw;
    direction: rtl !important
}

.section__zoom-curses__form form button,
.section__zoom-curses__form form input[type=submit] {
    border: 0;
    background-color: #ff403b;
    color: #fff;
    font-family: "AlmoniDLAAABlack";
    font-size: 1.71875vw
}

.section__zoom-curses__form form input[type=checkbox] {
    width: .9375vw;
    height: .9375vw
}

.section__zoom-curses__form form button {
    direction: rtl;
    width: 100%;
    height: 2.34375vw
}

.section__zoom-curses__form form p,
.section__zoom-curses__form form span {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.section__zoom-curses__form form span {
    color: #ff403b;
    text-align: center;
    direction: rtl;
    font-size: 1.71875vw
}

.section__zoom-curses__form form span.text-form__sale {
    margin: .78125vw 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__zoom-curses__form form span.text-form__sale strong {
    font-family: "AlmoniDLAAABlack";
    margin-left: .520833333333333vw
}

.section__zoom-curses__form form span.wpcf7-list-item-label {
    font-size: .78125vw;
    color: #000
}

.section__zoom-curses__form form p {
    font-size: .9375vw;
    margin-top: .520833333333333vw
}

.section__zoom-curses__form form label {
    font-size: .885416666666667vw;
    white-space: nowrap
}

.section__zoom-curses__form .form__success-message {
    display: none
}

.form__success-message {
    color: #045b75
}

.form__success-message h3 {
    color: #045b75;
    margin-bottom: 2.604166666666667vw
}

.form__success-message__item {
    margin-top: 1.302083333333333vw
}

.form__success-message__item strong {
    font-size: 1.197916666666667vw;
    font-family: "AlmoniDLAAABlack";
    display: block
}

.form__success-message_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.041666666666667vw;
    margin-top: .520833333333333vw
}

.form__success-message_wrapper a {
    color: #ed7549;
    font-family: "AlmoniDLAAA"
}

.form__success-message_wrapper i {
    margin-left: .260416666666667vw;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.form__success-message_wrapper>div,
.form__success-message_wrapper__mails,
.form__success-message_wrapper__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.form__success-message--mail {
    position: relative;
    margin-bottom: .260416666666667vw
}

.form__success-message--phone {
    margin-bottom: .260416666666667vw;
    direction: ltr;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section1.page-zoom {
    background-image: url(images/bg_page_courses-zoom.jpg);
    background-size: cover
}

.section1.page-zoom .zoom__slider {
    width: 35.67708333333333vw
}

.section1.page-zoom .section1__right-block img {
    height: 3.385416666666667vw
}

.section1.page-zoom-single-page .section1__right-block,
.section1.page-zoom-subcategory .section1__right-block {
    width: 31.25vw
}

.section__zoom-curses__single-form .wrapper {
    width: 35.67708333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.604166666666667vw 2.864583333333333vw;
    background-color: #fff
}

.section__zoom-curses__single-form .form__success-message,
.section__zoom-curses__single-form .section__zoom-curses__list {
    display: none
}

.page-zoom .page__zoom-courses {
    padding: 7.291666666666667vw 0 9.375vw
}

.section__zoom-curses {
    padding-top: 4.427083333333334vw
}

.section__zoom-curses__tabs {
    color: #fff;
    padding: 4.427083333333334vw 0 7.552083333333333vw
}

.section__zoom-curses__tabs .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    background-color: transparent
}

.section__zoom-curses__tabs h2 {
    font-size: 3.854166666666667vw;
    width: 50%;
    font-family: "AlmoniDLAAABlack"
}

.section__zoom-curses__tabs p {
    font-size: 1.666666666666667vw;
    width: 46%;
    margin-top: 1.041666666666667vw
}

.section__zoom-curses__tabs__wrapper {
    margin-top: 2.864583333333333vw
}

.section__zoom-curses__tabs__wrapper .radio {
    margin-top: .78125vw;
    display: none
}

.section__zoom-curses__tabs__wrapper .radio.current {
    display: block
}

.section__zoom-curses__tabs-item,
.section__zoom-curses__tabs__switchers,
.section__zoom-curses__tabs__switchers .radio_tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__zoom-curses__tabs__switchers {
    font-size: 2.1875vw
}

.section__zoom-curses__tabs__switchers .radio_tab {
    margin-left: 1.041666666666667vw;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section__zoom-curses__tabs__switchers .radio_tab .radio_circle {
    background: #fff;
    width: 1.5625vw;
    height: 1.5625vw;
    border-radius: 50%;
    cursor: pointer;
    margin-left: .520833333333333vw;
    -webkit-transition: .3s cubic-bezier(.25, .1, .25, 1);
    -o-transition: .3s cubic-bezier(.25, .1, .25, 1);
    transition: .3s cubic-bezier(.25, .1, .25, 1)
}

.section__zoom-curses__tabs__switchers .radio_tab.current,
.section__zoom-curses__tabs__switchers .radio_tab:hover {
    text-shadow: 3px 0 0 #25346d;
    color: #25346d
}

@media (max-width: 1023.99px) {
	.section__zoom-curses__tabs__switchers .radio_tab:hover {
		text-shadow: none;
	}
}

.section__zoom-curses__tabs__switchers .radio_tab.current .radio_circle,
.section__zoom-curses__tabs__switchers .radio_tab:hover .radio_circle {
    background: #25346d;
    border: 7px solid #fff
}

.section__zoom-curses__tabs-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section__zoom-curses__tabs-item .tab_item {
    border-radius: 0 15px 0 15px;
    background-color: #fff;
    padding-right: 1.302083333333333vw;
    height: 3.645833333333333vw;
    text-decoration: none;
    color: #045b75;
    font-size: 1.197916666666667vw;
    width: 16.927083333333336vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.041666666666667vw;
    margin-left: 1.302083333333333vw
}

.section__zoom-curses__tabs-item .tab_item:nth-child(4n) {
    margin-left: 0
}

.section__zoom-curses__tabs-item .tab_item.current-item {
    background-color: #25346d;
    color: #fff;
    font-family: "AlmoniDLAAABlack"
}

.section__zoom-curses .table-curses__items {
    display: none
}

.section__zoom-curses .table-curses__items.current-item {
    display: block
}

.section__zoom-curses .table-curses__items-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 8.59375vw;
    background-color: #f8f8f8
}

.section__zoom-curses .table-curses__items-line:nth-child(2n) {
    background-color: #fff
}

.section__zoom-curses .table-curses__items-line:first-child,
.section__zoom-curses .table-curses__items-line:first-child>div:first-child {
    border-radius: 0 15px 0 0
}

.section__zoom-curses .table-curses__items-line:last-child {
    border-radius: 0 15px 0 15px
}

.section__zoom-curses .table-curses__items-line:last-child>div:last-child {
    border-radius: 0 0 0 15px
}

.registration__form label,
.registration__form__courses label,
.section__zoom-curses .table-curses__item__time,
.section__zoom-curses .table-curses__items-line__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section__zoom-curses .table-curses__item__time {
    background-color: #045b75;
    width: 11.458333333333332vw;
    color: #fff;
    font-family: "AlmoniDLAAABlack";
    font-size: 1.5625vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__zoom-curses .table-curses__zoom-item {
    width: 12.239583333333332vw;
    padding: .364583333333333vw;
    border-right: solid 2px #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section__zoom-curses .table-curses__zoom-item:hover a {
    background: #25346d
}

.section__zoom-curses .table-curses__zoom-item:hover span,
.section__zoom-curses .table-curses__zoom-item:hover strong {
    color: #fff
}

.section__zoom-curses .table-curses__item__link,
.section__zoom-curses .table-curses__item__link .fa-video-camera,
.section__zoom-curses .table-curses__zoom-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section__zoom-curses .table-curses__item__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: -1px 5px 11.31px 1.69px rgba(0, 0, 0, .11);
    box-shadow: -1px 5px 11.31px 1.69px rgba(0, 0, 0, .11);
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 0 15px 0 15px
}

.section__zoom-curses .table-curses__item__link strong {
    font-size: 1.197916666666667vw;
    color: #045b75;
    font-family: "AlmoniDLAAABlack"
}

.section__zoom-curses .table-curses__item__link span {
    font-size: 1.197916666666667vw;
    color: #045b75
}

.section__zoom-curses .table-curses__item__link .fa-video-camera {
    color: #fff;
    background-color: #5ddad3;
    width: 2.34375vw;
    height: 2.34375vw;
    border-radius: 50%;
    font-size: 1.302083333333333vw
}

.breadcrambs,
.breadcrambs li a {
    color: #045b75;
    font-size: 1.09375vw
}

.breadcrambs {
    width: 71.875vw;
    margin: 0 auto 1.5625vw;
    position: relative;
    z-index: 10
}

.breadcrambs li {
    display: inline-block
}

.breadcrambs li a {
    text-decoration: none
}

.breadcrambs li.active,
.breadcrambs li.active a {
    color: #000
}

.top-slider {
    width: 23.4375vw;
    position: absolute;
    left: 4.635416666666667vw;
    top: -3.75vw;
    z-index: 0
}

.top-slider__slide img {
    width: 23.177083333333336vw
}

.questions__item a {
    direction: ltr;
    text-align: right
}

.registration__form {
    display: none
}

.registration__form,
.registration__form__courses {
    position: fixed;
    top: 10%;
    left: 0;
    width: 23.177083333333336vw;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 90px 0 rgba(0, 0, 0, .56);
    box-shadow: 0 20px 90px 0 rgba(0, 0, 0, .56);
    padding: 3.385416666666667vw;
    border-radius: 0 30px 0 0;
    z-index: 50;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl
}

.registration__form .close__form-button,
.registration__form__courses .close__form-button {
    right: 5%;
    top: 3%
}

.registration__form input,
.registration__form__courses input {
    width: 100%;
    height: 2.34375vw;
    margin-bottom: .520833333333333vw;
    padding: 0 .78125vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl !important
}

.registration__form button,
.registration__form input[type=submit],
.registration__form__courses button,
.registration__form__courses input[type=submit] {
    color: #fff;
    background-color: #ff403b;
    font-size: 1.71875vw;
    font-family: "AlmoniDLAAABlack";
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    direction: rtl
}

.registration__form input[type=checkbox],
.registration__form__courses input[type=checkbox] {
    width: 1.041666666666667vw;
    height: 1.041666666666667vw
}

.registration__form button,
.registration__form__courses button {
    width: 100%;
    height: 2.34375vw;
    margin: .520833333333333vw 0;
    cursor: pointer
}

.registration__form h3,
.registration__form__courses h3 {
    font-family: "AlmoniDLAAABlack";
    color: #ff403b;
    text-align: center;
    margin: 1.822916666666667vw 0 1.302083333333333vw
}

.registration__form .logo,
.registration__form__courses .logo {
    margin: 0 auto;
    display: block;
    text-align: center
}

.registration__form span,
.registration__form__courses span {
    color: #ff403b;
    font-size: 1.71875vw;
    text-align: center;
    display: block;
    margin: 0;
    direction: rtl
}

.registration__form label,
.registration__form__courses label {
    direction: rtl
}

.registration__form p,
.registration__form__courses p {
    direction: rtl
}

.registration__form label span,
.registration__form p,
.registration__form p span,
.registration__form__courses label span,
.registration__form__courses p,
.registration__form__courses p span {
    font-size: .78125vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    color: #000;
    margin-bottom: 0
}

.registration__form.open-form {
    display: block
}

.registration__form .form__success-message,
.registration__form__courses .form__success-message {
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

.registration__form .form__success-message img,
.registration__form__courses .form__success-message img {
    width: 10.9375vw
}

.registration__form .form__success-message h3,
.registration__form__courses .form__success-message h3 {
    font-size: 2.760416666666667vw;
    margin: 1.822916666666667vw 0 .260416666666667vw;
    direction: rtl;
    line-height: .9
}

.registration__form .form__success-message h3 span,
.registration__form__courses .form__success-message h3 span {
    font-size: 2.760416666666667vw;
    display: inline-block;
    text-decoration: underline
}

.registration__form .form__success-message p,
.registration__form__courses .form__success-message p {
    text-align: center;
    font-size: 2.135416666666667vw
}

.interactive-line__bottom__mobile,
.registration__form__courses,
.registration__form__courses .success-hide.success {
    display: none
}

.registration__form__courses h3 {
    font-size: 2.239583333333333vw;
    direction: rtl;
    margin: 0
}

.registration__form__courses div {
    color: #045b75;
    font-size: 1.614583333333333vw;
    text-align: center
}

.registration__form__courses div.course_name small {
	display: block;
	font-size: 65%;
}

.registration__form__courses .date_and_time {
    font-family: "AlmoniDLAAABlack";
    margin: 1.041666666666667vw 0 1.5625vw;
    direction: rtl
}

.registration__form__courses .date_and_time:after {
    content: '';
    position: absolute;
    background-color: #d4d4d4;
    width: 100%;
    height: 2.083333333333333vw;
    left: 0;
    z-index: -1
}

.registration__form__courses .fa-angle-double-left {
    margin-right: .260416666666667vw
}

.registration__form__courses .fa-calendar-check-o {
    color: #fff;
    font-size: 1.041666666666667vw;
    margin-left: .260416666666667vw
}

.registration__form .form__success-message p,
.registration__form__courses .form__success-message p,
.registration__form__courses button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.registration__form__courses span {
    margin-bottom: 0
}

.list-links__calendar.open,
.registration__form__courses.open-form {
    display: block
}

.list-links__calendar {
    background: #fff;
    width: 11.97917vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3.125vw;
    margin: auto;
    overflow: hidden;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 8px 31px 38px rgba(0, 0, 0, .6);
    box-shadow: 8px 31px 38px rgba(0, 0, 0, .6);
    text-align: left;
    display: none
}

.list-links__calendar li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.19792vw;
    font-size: .78125vw
}

.list-links__calendar li a {
    color: #045b75;
    background-repeat: no-repeat;
    background-position: .9375vw 50%;
    background-size: 1.14583vw 100%;
    display: block;
    padding: .52083vw .52083vw .52083vw 2.86458vw;
    text-decoration: none
}

.list-links__calendar li.apple a {
    background-image: url(images/icon-apple.svg)
}

.list-links__calendar li.google a {
    background-image: url(images/icon-google.svg)
}

.list-links__calendar li.outlook a {
    background-image: url(images/icon-outlook.svg)
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: "AlmoniDLAAA"
}

:-moz-placeholder,
::-moz-placeholder {
    color: #000;
    opacity: 1;
    font-family: "AlmoniDLAAA"
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    font-family: "AlmoniDLAAA"
}

.swiper-button-next,
.swiper-button-prev {
    width: 2.34375vw;
    height: 2.34375vw;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 1.302083333333333vw;
    border-radius: 50%
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 1.145833333333333vw;
    font-weight: 900
}

.swiper-pagination {
    left: 0;
    right: 0;
    top: 25vw
}

.swiper-pagination-bullet {
    width: .78125vw;
    height: .78125vw;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 1;
    border: 3px solid #000;
    margin-right: .78125vw
}

.swiper-pagination-bullet-active {
    background: #fff
}

.category-international-school .section1__right-block,
.category-international-school-ma .section1__right-block {
    direction: ltr
}

.category-international-school .section1__right-block .section1__courses,
.category-international-school-ma .section1__right-block .section1__courses {
    direction: rtl
}

.category-international-school .section1__right-block p,
.category-international-school-ma .section1__right-block p {
    text-align: left
}

#wpcf7-f242-o1 form button:disabled:after,
#wpcf7-f242-o1 form button[disabled]:after,
#wpcf7-f242-o2 form button:disabled:after,
#wpcf7-f242-o2 form button[disabled]:after,
button:disabled:after,
button[disabled]:after {
    background-image: url(images/loading.gif);
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    width: 1.302083333333333vw;
    height: 1.302083333333333vw;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1.5625vw
}

.page-template-preparatory-course .dropdown {
    background-color: #045b75
}

.page-template-preparatory-course .dropdown .dropdown__name,
.page-template-preparatory-course .dropdown .dropdown__name_link a {
    text-decoration: none;
    color: #fff
}

.page-template-preparatory-course .dropdown .dropdown__preparatory-courses a,
.page-template-preparatory-course .dropdown:hover .dropdown__name,
.page-template-preparatory-course .dropdown:hover .dropdown__name_link a {
    color: #045b75
}

.page-template-preparatory-course .dropdown:hover {
    background-color: #fff;
    color: #045b75
}

#wpcf7-f376-o1 .success-hide,
#wpcf7-f376-o1 h3,
.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled+.swiper-pagination-bullets {
    display: none
}

#wpcf7-f376-o1 .form__success-message,
#wpcf7-f376-o1 .form__success-message h3 {
    display: block
}

.ie #wpcf7-f242-o1 {
    width: 100%;
    height: 4vw
}

.ie .section__zoom-curses .table-curses__items-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 8.59vw
}

.ie .yellow-popup .close-popup {
    width: 2.283333333333333vw;
    height: 2.283333333333333vw
}

.ie .section__zoom-curses .table-curses__item__link strong {
    display: table
}

.ie .post__item_text p,
.ie .section-posts .post__item_text p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    display: table
}

.ie .section-posts .post__item_text,
header .menu li.current-menu-item:after {
    width: 100%
}

.ie .section-posts .post__item p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: pre-line
}

.section1.preparatory-courses {
    background-image: url(images/bg_section_preparatory-courses.jpg);
    background-size: cover;
    background-position: center
}

.section1.preparatory-courses .section1__right-block {
    width: 36.45833333333333vw
}

.section1.preparatory-courses p {
    color: #045b75;
    font-size: 1.510416666666667vw;
    margin-top: 1.822916666666667vw
}

.section1.preparatory-courses .questions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4.427083333333334vw
}

.section1.preparatory-courses .questions__text {
    color: #045b75;
    font-size: 1.71875vw
}

.form__wrapper h2 strong,
.section1.preparatory-courses .questions__text strong {
    font-family: "AlmoniDLAAABlack";
    display: block
}

.section1.preparatory-courses .questions__connection,
.section1.preparatory-courses .questions__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section1.preparatory-courses .questions__connection {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 45%;
    -ms-flex: 1 0 45%;
    flex: 1 0 45%;
    margin-right: .78125vw
}

.section1.preparatory-courses .questions__item {
    width: 45%;
    font-size: 1.197916666666667vw;
    color: #045b75
}

.section1.preparatory-courses .questions__item:first-child {
    width: 30%
}

.section1.preparatory-courses .questions__item a {
    color: inherit;
    text-decoration: none
}

.section1.preparatory-courses .questions__item_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: .625vw
}

.section1.preparatory-courses .section1__courses {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10.416666666666668vw
}

.section1.preparatory-courses .section1__left-block .zoom-courses {
    width: 23.4375vw;
    background-color: #f2f2f2;
    border-radius: 0 50px 0 0;
    padding: 1.302083333333333vw 1.5625vw 1.5625vw;
    margin-top: 10.416666666666668vw;
    -webkit-box-shadow: 0 20px 90px 0 rgba(0, 0, 0, .56);
    box-shadow: 0 20px 90px 0 rgba(0, 0, 0, .56)
}

.section1.preparatory-courses .section1__left-block .zoom-courses h3 {
    font-size: 1.927083333333333vw;
    color: #045b75;
    font-family: "AlmoniDLAAABold";
    text-align: center
}

.section1.preparatory-courses .section1__left-block .zoom-courses__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: .78125vw;
    padding: .78125vw;
    background-color: #fff
}

.section1.preparatory-courses .section1__left-block .zoom-courses__container strong {
    font-family: "AlmoniDLAAABlack";
    font-size: 1.09375vw;
    color: #045b75
}

.section1.preparatory-courses .section1__left-block .zoom-courses__container span {
    font-size: 1.09375vw;
    color: #045b75
}

.section1.preparatory-courses .section1__left-block .zoom-courses__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: .520833333333333vw
}

.section1.preparatory-courses .section1__left-block .zoom-courses__items>div {
    width: 9.114583333333332vw;
    padding: .208333333333333vw .260416666666667vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.section1.preparatory-courses .section1__left-block .zoom-courses__data-time {
    font-size: 1.041666666666667vw;
    background-color: #e2e2e2;
    color: #045b75
}

.section1.preparatory-courses .section1__left-block .zoom-courses__link {
    font-size: 1.197916666666667vw;
    color: #fff;
    background-color: #ff403b;
    font-family: "AlmoniDLAAABlack";
    cursor: pointer
}

.section2.preparatory-courses {
    padding-bottom: 0
}

.section2.preparatory-courses .section2__item {
    cursor: default
}

.section2.preparatory-courses .section2__item a {
    pointer-events: none
}

.section2.preparatory-courses .section2__item p {
    font-size: 1.197916666666667vw;
    text-align: center;
    color: #5d5d5d;
    width: 100%;
    margin-top: .520833333333333vw
}

.dropdown,
.dropdown__name,
.dropdown__name_link {
    -webkit-transition: .3s;
    -o-transition: .3s;
    position: relative;
    transition: .3s
}

.dropdown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%;
    height: 3.645833333333333vw;
    margin-bottom: .625vw;
    background-color: #fff;
    border-radius: 0 15px 0 15px
}

.dropdown.open {
    border-radius: 0 15px 0 0;
    -webkit-box-shadow: -9px 18px 14px -6px rgba(0, 0, 0, .56);
    box-shadow: -9px 18px 14px -6px rgba(0, 0, 0, .56)
}

.dropdown__name,
.dropdown__name_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #045b75;
    font-family: "AlmoniDLAAABold";
    font-size: 1.145833333333333vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 2.34375vw 0 0;
    cursor: pointer;
    z-index: 15
}

.dropdown__name a,
.dropdown__name_link a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-decoration: none;
    color: #045b75
}

.dropdown:hover {
    background-color: #045b75
}

.dropdown:hover .dropdown__name,
.dropdown:hover a {
    color: #fff
}

.dropdown:hover .dropdown__text a {
    color: #045b75
}

.dropdown.open:after {
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
    scale: none
}

.dropdown__name_link:hover a {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01)
}

.dropdown__name_link:hover:after {
    right: 1.041666666666667vw
}

.dropdown__text {
    visibility: hidden;
    height: 0;
    background-color: #fff;
    font-size: 1.041666666666667vw;
    padding: 1.041666666666667vw 2.34375vw 1.302083333333333vw;
    line-height: 1.2;
    position: relative;
    z-index: 20;
    border-radius: 0 0 0 15px
}

.dropdown__text a {
    color: #045b75;
    text-decoration: none
}

.dropdown__text li {
    border-bottom: 1px solid #ccc
}

.dropdown__text.open {
    visibility: visible;
    height: auto
}

.section3.page-degree {
    padding: 5.729166666666666vw 0 3.125vw;
    position: relative;
    max-height: 81.25vw;
    height: 81.25vw
}

.section3.page-degree:after,
.section5.page-degree:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    top: 0;
    z-index: -1
}

.section3.page-degree:after {
    background-position: center -6.25vw;
    height: 87.55208333333333vw;
    background-image: url(images/bg_section3.png);
    background-size: cover
}

.section5.page-degree {
    background: 0 0;
    position: relative;
    padding: 8.59375vw 0
}

.section5.page-degree:before {
    background-image: url(images/abstract-element-section3.png);
    background-size: contain;
    background-position: 0 0;
    height: 11.979166666666668vw;
    left: 11.197916666666668vw
}

.section5.page-degree .section5__item {
    background-color: #e4e4e4
}

.dropdown__preparatory-courses {
    padding-bottom: 1.5625vw;
    -webkit-box-shadow: -9px 8px 13px -7px rgba(0, 0, 0, .56);
    box-shadow: -9px 8px 13px -7px rgba(0, 0, 0, .56)
}

.dropdown__preparatory-courses li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: .78125vw
}

.dropdown__preparatory-courses li:last-child,
footer .footer__soc ul li:last-child {
    margin-bottom: 0
}

.dropdown__preparatory-courses li a {
    color: #ed7549;
    text-decoration: underline;
    font-size: .989583333333333vw
}

.dropdown__preparatory-courses li a:hover {
    border-bottom: none;
    color: #ed7549 !important
}

.dropdown__preparatory-courses li i {
    margin-left: .520833333333333vw;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.page-template-preparatory-course .section5:before {
    display: none
}

h1 {
    font-size: 13.541666666666666vw;
    color: #045b75;
    font-family: "AlmoniDLAAABlack";
    line-height: .8
}

h1 span {
    color: colorBorderInput
}

.wrapper {
    width: 71.875vw;
    margin: 0 auto
}

body {
    font-family: "AlmoniDLAAA";
    font-size: 1.875vw;
    direction: rtl
}

header,
header .menu,
header .sub-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0 2.604166666666667vw 0 2.34375vw;
    width: 100%;
    -webkit-box-shadow: 0 3px 6.96px 1.04px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 6.96px 1.04px rgba(0, 0, 0, .3);
    position: fixed;
    z-index: 50;
    height: 4.947916666666666vw
}

header .logo img {
    width: 6.770833333333333vw
}

header .menu,
header .sub-menu {
    font-size: 1.458333333333333vw
}

header .menu li {
    margin-right: 1.5625vw;
    position: relative;
    -webkit-transition: text-shadow .3s;
    -o-transition: text-shadow .3s;
    transition: text-shadow .3s
}

header .menu li:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid red;
    width: 0;
    height: 5px;
    left: 0;
    top: 2.708333333333333vw;
    -webkit-transition: width .4s;
    -o-transition: width .4s;
    transition: width .4s
}

header .menu li.current-menu-item {
    text-shadow: 1px 0 1px #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

header .sub-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    min-width: 260px;
    font-size: 1.09375vw;
    top: 3.385416666666667vw;
    padding: 1.145833333333333vw;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-box-shadow: -1px 18px 20.88px 3.12px rgba(0, 0, 0, .11);
    box-shadow: -1px 18px 20.88px 3.12px rgba(0, 0, 0, .11)
}

header .sub-menu li {
    margin-bottom: .78125vw;
    margin-right: 0
}

header .sub-menu li:after {
    border-bottom: transparent
}

header .sub-menu li:hover a {
    text-shadow: 1px 0 1px #000
}

header .zoom,
header .zoom a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

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

header .zoom a {
    text-decoration: none;
    color: #000
}

header .zoom__title {
    font-family: "AlmoniDLAAABlack";
    font-size: 1.71875vw;
    margin-left: 1.041666666666667vw
}

header .header-form,
header .zoom .fa-video-camera,
header .zoom a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .zoom .fa-video-camera {
    color: #fff;
    background-color: #5ddad3;
    height: 2.34375vw;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.041666666666667vw;
    width: 2.34375vw
}

header .header-form {
    width: 24.739583333333336vw;
    position: relative
}

header .header-form__input-container {
    height: 2vw;
    width: 100%
}

header .header-form .header-form-close,
header .header-form__mobile-text {
    display: none
}

header .header-form__input {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .5vw;
    border: 2px solid #045b75;
    border-radius: 4px;
    font-size: 1.041666666666667vw;
    display: block;
    outline: 0;
    width: 100%;
    font-family: "AlmoniDLAAA"
}

header .header-form__input::-webkit-input-placeholder {
    color: #969696
}

header .header-form__input::-moz-placeholder {
    color: #969696
}

header .header-form__input:-ms-input-placeholder,
header .header-form__input::-ms-input-placeholder {
    color: #969696
}

header .header-form__input::placeholder {
    color: #969696
}

header .header-form__button {
    width: 2vw;
    height: 2vw;
    background-color: #045b75;
    border: 0;
    color: #fff;
    border-radius: 4px 0 0 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    outline: transparent
}

header .header-form__button svg {
    fill: #fff;
    width: 1.5625vw
}

.section1,
.section1:after,
.section1:before {
    background-size: contain;
    background-repeat: no-repeat
}

.section1 {
    background-image: url(images/top_bg.jpg);
    padding: 7.291666666666667vw 0 9.375vw;
    position: relative
}

.section1.page-home {
    padding: 10.416666666666668vw 0 9.375vw
}

.section1.page-home:after {
    bottom: -2.604166666666667vw;
    right: 0
}

.section1.page-home .section1__right-block {
    width: 32.8125vw
}

.section1:after,
.section1:before {
    content: '';
    position: absolute;
    width: 100%;
    z-index: 0
}

.section1:before {
    background-position: -37vw 2vw;
    top: 0;
    left: 0;
    background-image: url(images/abstract_element_top.png);
    height: 19.53125vw
}

.section1:after {
    background-image: url(images/abstract_element_bottom.png);
    background-position: right 0;
    height: 15.625vw;
    bottom: -4.427083333333334vw;
    right: -1.5625vw
}

.section1 .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.section1__left-block,
.section3__right-block .tabs .tab__active {
    position: relative
}

.section1__block-circle {
    position: absolute;
    background-color: #fad147;
    border-radius: 50%;
    font-size: 1.5625vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: .8;
    z-index: 1
}

.section1__block-circle strong {
    font-family: "AlmoniDLAAABlack";
    text-align: center
}

.section1__block-circle .fa-angle-double-left {
    font-size: 1.145833333333333vw;
    margin-top: .364583333333333vw
}

.section1__left-block-circle1 {
    width: 6.510416666666667vw;
    height: 6.510416666666667vw;
    left: 25vw;
    top: .260416666666667vw
}

.section1__left-block-circle2 {
    width: 7.8125vw;
    height: 7.8125vw;
    left: 6.25vw;
    top: 5.208333333333334vw
}

.section1__left-block-circle3 {
    width: 7.291666666666667vw;
    height: 7.291666666666667vw;
    left: 18.229166666666664vw;
    top: 20.833333333333336vw
}

.section1__left-block-circle3 a,
.section1__right-block .section1__timer #timer .counter-box-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section1__left-block-circle3 a,
.section1__right-block .section1__timer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section1__left-block-circle3 a {
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000
}

.section1__right-block {
    width: 31.25vw
}

.section1__right-block h2 {
    font-size: 4.6875vw;
    color: #045b75;
    line-height: .8
}

.section1__right-block .section1__timer {
    background-color: #045b75;
    color: #fff;
    text-align: center;
    font-size: 1.458333333333333vw;
    line-height: 1;
    padding: .520833333333333vw;
    margin-bottom: .625vw;
    margin-top: 1.822916666666667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.section1__right-block .section1__timer #timer,
.section1__right-block .section1__timer span {
    font-family: "AlmoniDLAAABold";
    font-size: 1.979166666666667vw;
    line-height: .6
}

.section1__right-block .section1__timer #timer {
    width: 8.333333333333332vw;
    margin-left: .520833333333333vw;
    margin-right: .520833333333333vw
}

.section1__right-block .section1__timer #timer .counter-box-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.section1__right-block p {
    font-size: 1.354166666666667vw;
    line-height: 1.2;
    margin-top: 1.822916666666667vw
}

.section1__right-block #timer p {
    margin-top: 0;
    display: flex;
    flex-direction: row-reverse;
}

.section1__right-block h2,
.section1__right-block strong,
.section2__item_text strong {
    font-family: "AlmoniDLAAABlack"
}

.section1__right-block__sale {
    text-align: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: .78125vw;
    padding-bottom: .520833333333333vw
}

.section1__right-block__sale p {
    font-size: 1.354166666666667vw;
    margin-top: 0
}

.section1__right-block_sale-title,
.section2 .wrapper h2 {
    font-size: 2.604166666666667vw;
    font-family: "AlmoniDLAAABlack"
}

.section2 {
    padding-top: 4.6875vw;
    padding-bottom: 2.083333333333333vw
}

.section2 .wrapper,
.section2__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section2 .wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section2 .wrapper h2 {
    font-size: 4.53125vw;
    color: #25bbc8
}

.section2__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 100%;
    -ms-flex: 1 2 100%;
    flex: 1 2 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.section2__item:nth-child(2):after {
    display: none;
    border: 0
}

.section2__item a,
.section2__item_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section2__item a {
    text-decoration: none
}

.section2__item img {
    margin: auto;
    height: 6.25vw;
    -o-object-fit: contain;
    object-fit: contain
}

.section2__line {
    height: 10.416666666666668vw;
    width: 3px;
    background-color: #989898;
    display: block
}

.section2__item_text {
    font-size: 2.135416666666667vw;
    color: #5d5d5d;
    margin-top: .78125vw
}

.home .section2 .section2__item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.section3 {
    padding: 12.5vw 0 2.604166666666667vw;
    position: relative;
    max-height: 87.55208333333333vw
}

.section3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 87.55208333333333vw;
    background-image: url(images/bg_section3.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    z-index: -1
}

.section3 .wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section3__content__tab,
.section3__left_block {
    width: 38.02083333333333vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.section3__content__tab {
    display: none
}

.section3 .wrapper,
.section3__content__tab.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.section3__post-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47%;
    -ms-flex: 0 1 47%;
    flex: 0 1 47%;
    position: relative;
    margin-top: 3.385416666666667vw
}

.section3__post-item:first-child,
.section3__post-item:nth-child(2) {
    margin-top: 0
}

.section3__post-item__container-content {
    width: 100%;
    height: 11.71875vw;
    position: relative
}

.section3__post-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.section3__post-item h3 {
    font-size: 1.40625vw;
    color: #fff;
    margin-top: 1.302083333333333vw;
    margin-right: 1.041666666666667vw
}

.section3__post-number {
    font-size: 9.0625vw;
    color: #fff;
    font-family: "AlmoniDLAAABold";
    position: absolute;
    top: 4.947916666666666vw;
    right: .78125vw
}

.section3__right-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 4 50%;
    -ms-flex: 1 4 50%;
    flex: 1 4 50%
}

.section3__right-block h2,
.section4__right-block h2 {
    color: #fff;
    font-size: 4.53125vw;
    font-family: "AlmoniDLAAABlack";
    line-height: .8
}

.section3__right-block p {
    font-size: 3.697916666666667vw;
    color: #fff
}

.section3__right-block a {
    display: block;
    color: #fff;
    font-size: 2.03125vw
}

.section3__right-block .tabs {
    margin-top: 1.041666666666667vw
}

.section3__right-block .tabs a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section3__right-block .tabs a:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.section3__right-block .tabs .tab__active:before {
    content: "\f053";
    position: absolute;
    font-family: fontAwesome;
    right: -1.5625vw;
    top: .416666666666667vw
}

.section3__right-block .tabs .tab__active:after,
.section4:before {
    content: '';
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat
}

.section3__right-block .tabs .tab__active:after {
    height: 10px;
    width: 12.5vw;
    right: -13.541666666666666vw;
    top: 1.145833333333333vw;
    background-image: url(images/dotted.png)
}

.section3__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 7vw
}

.section4 {
    padding-top: 5.208333333333334vw
}

.section4:before {
    background-image: url(images/abstract-element-section3.png);
    background-position: 0 0;
    width: 100%;
    height: 11.979166666666668vw;
    z-index: 0;
    top: 0;
    left: 11.197916666666668vw
}

.section4 .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section4,
.section4__left-block,
footer {
    position: relative
}

.section4__left-block img {
    width: 35.41666666666667vw
}

.section4__left-block .signature {
    width: 13.020833333333334vw;
    position: absolute;
    right: -5.208333333333334vw;
    top: 20.833333333333336vw
}

.section4__right-block {
    width: 40%
}

.section4__right-block h2 {
    color: #25bbc8
}

.section4__right-block p {
    font-size: 1.161458333333333vw;
    margin-top: 1.5625vw;
    line-height: 1.2
}

.section5 {
    background-image: url(images/Background-section5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 34% center;
    padding: 12.5vw 0 8.333333333333332vw
}

.section5 .wrapper,
footer .footer__telephone,
footer .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section5__item {
    width: 23.4375vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    background-color: #fff
}

.section5__item a {
    text-decoration: none;
    color: #000
}

.section5__item_text-container {
    padding: 1.302083333333333vw 1.302083333333333vw 0
}

.section5__item_text-container h3 {
    font-size: 1.822916666666667vw;
    font-family: "AlmoniDLAAABlack"
}

.section5__item_text-container p {
    font-size: 1.197916666666667vw
}

.section5__item_arrow-link {
    color: #fff;
    background-color: #ff403b;
    width: 3.125vw;
    height: 3.125vw;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    font-family: Arial;
    font-weight: 200;
    position: relative;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    top: 1.041666666666667vw;
    left: -.15625vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.section5__item_arrow-link .fa-chevron-left {
    margin: 0 .104166666666667vw 0 0;
    font-size: 1.302083333333333vw;
    color: #fff;
    line-height: normal
}

.section5__item_arrow-link:hover {
    background-color: #fff
}

.section5__item_arrow-link:hover .fa-chevron-left {
    color: #ff403b
}

.section5__item_image {
    width: 100%;
    height: 14.322916666666666vw;
    position: relative
}

.section5__item_image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

footer {
    background-color: #1a4154;
    font-size: 1.25vw;
    padding: 4.166666666666666vw 0 10.416666666666668vw
}

footer .footer__telephone {
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.645833333333333vw
}

footer .footer__menu_list li a,
footer .footer__telephone a {
    color: #fff
}

footer .footer__tel {
    text-decoration: none;
    font-size: 1.71875vw;
    font-family: "AlmoniDLAAABlack";
    direction: ltr
}

footer .footer__link {
    font-size: 1.458333333333333vw;
    font-family: "AlmoniDLAAABlack"
}

footer .footer__menu_list li,
footer .footer__soc ul li {
    margin-bottom: 1.041666666666667vw
}

footer .footer__soc ul li a {
    color: #fff;
    text-decoration: none
}

footer .footer__soc ul li a .fa {
    margin-left: 1.041666666666667vw;
    font-size: 1.302083333333333vw
}

footer .footer__menu .footer__created-by {
    margin-top: 8vw
}

footer .footer__menu .footer__created-by a {
    margin: 0 .8vw
}

footer .footer__menu .footer__created-by img {
    height: 2.666666666666667vw
}

footer .footer__menu_list li:last-child {
    margin-bottom: 0
}

footer .footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer__created-by {
    color: #fff;
    font-size: 1.145833333333333vw
}

#wpcf7-f242-o1 form,
#wpcf7-f242-o2 form,
.form__wrapper,
.form__wrapper form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl
}

.form__wrapper {
    padding: 1.822916666666667vw 4.6875vw 1.041666666666667vw 0;
    background-color: #045b75;
    position: fixed;
    bottom: 0;
    color: #fff;
    -webkit-transition: visibility .4s, opacity .4s;
    -o-transition: visibility .4s, opacity .4s;
    transition: visibility .4s, opacity .4s;
    z-index: 10;
    width: 100%
}

.form__wrapper h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 23%;
    -ms-flex: 1 1 23%;
    flex: 1 1 23%;
    position: relative;
    top: -.625vw
}

#wpcf7-f242-o1 form,
#wpcf7-f242-o2 form,
.form__wrapper form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.041666666666667vw;
    margin-right: 1.041666666666667vw
}

#wpcf7-f242-o1 form input,
#wpcf7-f242-o2 form input,
.form__wrapper form input {
    font-size: 1.041666666666667vw;
    font-family: "AlmoniDLAAA";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .520833333333333vw .78125vw;
    margin-left: .78125vw;
    border-radius: 4px;
    border: 0;
    width: 13.020833333333334vw
}

.form__wrapper form input {
    direction: rtl !important
}

.form__wrapper form input[type=checkbox] {
    width: auto;
    margin-right: 0
}

.form__wrapper form label {
    margin-top: .78125vw;
    margin-left: .78125vw
}

#wpcf7-f242-o1 form button,
#wpcf7-f242-o2 form button,
.form__wrapper form button {
    background-color: #ff403b;
    border: 0;
    width: 13.020833333333334vw;
    height: 2.34375vw;
    font-size: 1.822916666666667vw;
    border-radius: 4px;
    font-family: "AlmoniDLAAABlack";
    color: #000;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    cursor: pointer
}

#wpcf7-f242-o1 form button:hover,
#wpcf7-f242-o2 form button:hover,
.form__wrapper form button:hover {
    background-color: #34bbc8
}

.form__wrapper .close__form-button,
.form__wrapper.hide-form .success-hide,
.form__wrapper.hide-form h2 {
    display: none
}

.form__wrapper.hide-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__wrapper.hide-form .close__form-button {
    display: block
}

.home .form__wrapper,
.yellow-popup .close-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#wpcf7-f242-o1 form input,
#wpcf7-f242-o2 form input {
    direction: rtl
}

#wpcf7-f242-o1 form input[type=checkbox],
#wpcf7-f242-o2 form input[type=checkbox] {
    width: auto;
    margin-right: 0;
    margin-left: .260416666666667vw
}

#wpcf7-f242-o1 form label,
#wpcf7-f242-o2 form label {
    margin-top: .78125vw;
    margin-left: .78125vw;
    display: block
}

#wpcf7-f242-o1 form button,
#wpcf7-f242-o2 form button {
    background-color: #ffd000;
    height: 2.083333333333333vw;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#wpcf7-f242-o1 form .form__success-message,
#wpcf7-f242-o2 form .form__success-message {
    display: none;
    color: #fff;
    width: 100%;
    text-align: center
}

#wpcf7-f242-o1 form .form__success-message h3,
#wpcf7-f242-o2 form .form__success-message h3 {
    color: #fff;
    font-size: 2.34375vw;
    margin-bottom: 0;
    direction: rtl;
    font-family: "AlmoniDLAAABlack"
}

#wpcf7-f242-o1 form .form__success-message h3 span,
#wpcf7-f242-o2 form .form__success-message h3 span {
    text-decoration: underline
}

#wpcf7-f242-o1 form .form__success-message p,
#wpcf7-f242-o2 form .form__success-message p {
    font-size: 1.770833333333333vw
}

#wpcf7-f242-o1 form .success-hide .wpcf7-form-control-wrap,
#wpcf7-f242-o2 form .success-hide .wpcf7-form-control-wrap {
    display: inline-block;
    vertical-align: middle
}

.yellow-popup {
    background-color: #fad147;
    position: fixed;
    bottom: 1.041666666666667vw;
    left: 1.041666666666667vw;
    width: 16.145833333333336vw;
    border-radius: 15px;
    padding: .520833333333333vw;
    text-align: center;
    visibility: hidden;
    direction: rtl
}

.yellow-popup__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: right
}

.yellow-popup__wrapper img {
    border-radius: 50%;
    width: 4.6875vw
}

.yellow-popup span {
    font-size: 1.40625vw
}

.yellow-popup__text {
    width: 9.635416666666668vw;
    font-size: 1.145833333333333vw
}

.yellow-popup__button,
.yellow-popup__tel {
    font-size: 2.96875vw;
    text-decoration: none;
    color: #000;
    font-family: "AlmoniDLAAABlack"
}

.yellow-popup .close-popup {
    position: absolute;
    top: -2.083333333333333vw;
    right: -2.083333333333333vw;
    cursor: pointer;
    background-color: #fad147;
    padding: .520833333333333vw;
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    border-radius: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.5625vw
}

.yellow-popup__button {
    font-size: 1.302083333333333vw;
    color: #fff;
    background-color: #03416a;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: .15625vw 1.041666666666667vw
}

.yellow-popup.hide,
.yellow-popup.show {
    -webkit-animation: linear;
    animation: linear;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.yellow-popup.show {
    z-index: 10;
    visibility: visible;
    -webkit-animation-name: leftToRight;
    animation-name: leftToRight
}

.yellow-popup.hide {
    visibility: hidden;
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft
}

@media (min-width:992px) {
    header .menu li:hover {
        text-shadow: 1px 0 1px #000;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    header .menu li:hover:after {
        width: 100%
    }

    header .menu li:hover .sub-menu {
        opacity: 1;
        visibility: visible
    }

    header .menu li:hover li {
        text-shadow: none
    }
}

@media (min-width:1920px) {
    body {
        font-size: 36px
    }
}

@media (max-width:1919px) {
    .top-slider {
        width: 23.4375vw;
        left: 4.535417vw;
        top: -3.75vw
    }

    .top-slider__slide img {
        width: 23.120833vw
    }
}

@media (max-width:1441px) {
    .top-slider__slide img {
        width: 23.19vw
    }

    header .menu li:after {
        top: 2.604166666666667vw
    }
}

@media (max-width:1024px) {
    header .menu li:after {
        top: 2.760416666666667vw;
        height: auto
    }
}

@media (max-width:991px) {
    .mobile {
        display: block
    }

    .desktop,
    .open__menu .close,
    .open__menu.open .open {
        display: none
    }

    .close__form-button {
        width: 5.333333333333334vw;
        height: 5.333333333333334vw;
        right: 7.5%;
        top: 4%
    }

    .open__menu {
        display: block;
        width: 6.666666666666667vw;
        height: 6.666666666666667vw
    }

    .open__menu.open .close {
        display: block;
        position: relative;
        z-index: 10
    }

    .open__menu img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .section1__border {
        display: none
    }

    #scroll-to {
        bottom: 2.166667vw
    }

    #scroll-to a {
        font-size: 4vw;
        color: #fff;
        text-shadow: 4px 4px 6.96px rgba(0, 0, 0, .9)
    }

    .mouse {
        height: 10.666666666666668vw;
        width: 5.333333333333334vw;
        border-color: #fff
    }

    .move {
        width: 1.333333333333333vw;
        height: 1.333333333333333vw;
        background-color: #fff
    }

    .section1.page-degree {
        background-image: url(images/top_bg_page_degree1-mobile.jpg)
    }

    .section1.page-degree .section1__right-block {
        padding: 5.333333333333334vw 0 0;
        width: 100%;
        height: auto
    }

    .section1.page-consulting p,
    .section1.page-degree p {
        font-size: 4.613333333333334vw;
        margin-top: 5.333333333333334vw
    }

    .section1.page-degree .questions,
    .section1.page-dekanat .link__telephone:before {
        display: none
    }

    .section1__courses {
        margin-top: 5.333333333333334vw;
        margin-bottom: 6.666666666666667vw
    }

    .dropdown:first-child {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .dropdown:last-child {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .dropdown li {
        margin-bottom: 2.666666666666667vw
    }

    .dropdown__name:after,
    .dropdown__name_link:after {
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        right: 2.133333333333333vw
    }

    .section5.page-degree {
        margin-top: 0;
        padding: 32vw 0 0
    }

    .section1.page-consulting {
        background: url(images/top_bg_page_consulting-mobile.jpg) #d6dbde;
        padding-bottom: 54vw;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat
    }

    .section-posts .post__item .post_item_image img,
    .section1.page-consulting .section1__right-block,
    .section1.page-dekanat .section1__right-block {
        width: 100%
    }

    .section1.page-consulting p:nth-child(3) {
        font-size: 4.613333333333334vw;
        margin-top: 5.333333333333334vw
    }

    .section1.page-registration {
        background-image: url(images/bg_section_page_registration-mobile.jpg)
    }

    .section1 .link-items {
        position: relative;
        top: 32vw;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section1 .link-items a,
    .section1 .link-items__item {
        height: 12vw;
        font-size: 4vw;
        padding: 0 1.333333333333333vw
    }

    .section1 .link-items a i,
    .section1 .link-items__item i,
    .section1.preparatory-courses .section1__left-block .zoom-courses h3 {
        font-size: 5.333333333333334vw
    }

    .section1 .link-items__text {
        margin-right: 1.333333333333333vw
    }

    .section1.page-dekanat {
        height: auto;
        background-image: url(images/top_bg_page_dekanat_mob.jpg);
        padding-bottom: 80vw
    }

    .section1.page-dekanat .link__wrapper {
        margin-top: 6.666666666666667vw
    }

    .section1.page-dekanat .link__telephone {
        width: 100%;
        height: 14.666666666666666vw;
        margin-bottom: 2.666666666666667vw;
        font-size: 5.866666666666666vw;
        padding: 0 2.666666666666667vw 0 0;
        line-height: 1
    }

    .section1.page-dekanat .link__telephone strong {
        padding-right: 6.666666666666667vw
    }

    .section1.page-dekanat .link__telephone a {
        text-decoration: underline;
        color: #ed7549
    }

    .section1.page-dekanat .link__telephone a .fa-phone {
        margin-left: 2.666666666666667vw;
        position: relative;
        top: -1.866666666666667vw
    }

    .section1.page-dekanat .link__telephone a:nth-child(3) {
        line-height: normal;
        margin-right: 2.666666666666667vw;
        margin-top: .32vw
    }

    .section1.page-dekanat .link__telephone:nth-last-child(-n+2) {
        width: 100%
    }

    .section1.page-dekanat .link__telephone:nth-last-child(-n+2)>:not(:nth-child(2)) i {
        display: none
    }

    .section-posts .post__item {
        width: 100%;
        margin-bottom: 6.666666666666667vw
    }

    .section-posts .post__item h3 {
        font-family: "AlmoniDLAAABlack";
        font-size: 6.666666666666667vw;
        margin-bottom: 4vw
    }

    .section-posts .post__item p {
        font-size: 4.533333333333333vw
    }

    .section-posts .post__item:first-child,
    .section-posts .post__item:nth-last-child(-n+2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-posts .post__item:first-child .post_item_image,
    .section-posts .post__item:nth-last-child(-n+2) .post_item_image {
        width: 100%;
        height: 86.66666666666667vw
    }

    .section-posts .post__item:first-child h3,
    .section-posts .post__item:nth-last-child(-n+2) h3 {
        color: #000;
        font-size: 6.666666666666667vw;
        font-family: "AlmoniDLAAABlack";
        margin-bottom: 4vw
    }

    .section-posts .post__item:first-child .post__item_text,
    .section-posts .post__item:nth-last-child(-n+2) .post__item_text {
        width: 100%;
        margin-right: 0
    }

    .section-posts .post__item:last-child {
        margin-bottom: 0
    }

    .section-posts .post__item .post_item_image {
        height: 45.33333333333333vw
    }

    .section-posts .post__item_text {
        padding: 0 6.666666666666667vw 6.666666666666667vw;
        margin-top: 5.333333333333334vw;
        min-height: 66.66666666666666vw
    }

    .section-posts .post__item_text .fa,
    .section-posts .post__item_text i {
        font-size: 4.266666666666667vw;
        margin-left: 1.333333333333333vw
    }

    .section-posts .post__item_logo,
    .section1.page-zoom:after,
    .section__zoom-curses__list:before {
        display: none
    }

    .breadcrambs li a,
    .section-posts .post__item .details-information,
    .section1.preparatory-courses .section1__left-block .zoom-courses__container span,
    .section__zoom-curses .table-curses__item__link span,
    .section__zoom-curses .table-curses__item__link strong,
    .section__zoom-curses__form form label {
        font-size: 4vw
    }
	
	.section__zoom-curses .table-curses__item__link span {
		font-size: 4vw !important;
	}

    .section1.page-zoom {
        padding: 17.333333333333336vw 0 18.666666666666668vw;
        height: auto
    }

    .section1.page-zoom .wrapper,
    .section__zoom-curses .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section1.page-zoom img {
        width: 13.333333333333334vw
    }

    .section1.page-zoom .zoom__slider {
        width: 100%;
        height: 60vw
    }

    .section1.page-zoom .section1__courses .questions__text {
        font-size: 6.666666666666667vw;
        font-family: "AlmoniDLAAABold";
        margin-bottom: 2.666666666666667vw
    }

    .section1.page-zoom .section1__courses .questions__text strong {
        font-family: "AlmoniDLAAABold";
        margin-left: 1.333333333333333vw;
        display: inline
    }

    .section__zoom-curses .wrapper {
        background-color: transparent;
        padding: 0
    }

    .section__zoom-curses__list {
        background-color: #fff;
        padding: 5.333333333333334vw;
        margin-top: 8vw
    }

    .section__zoom-curses__list h3 {
        font-size: 9.333333333333334vw;
        text-align: right;
        width: 60%
    }

    .section__zoom-curses__list_title {
        display: none
    }

    .section__zoom-curses__list_container {
        margin-top: 5.333333333333334vw;
        width: 100%
    }

    .section__zoom-curses__list_item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 4vw;
        border-bottom: 1px solid #bababa
    }

    .section__zoom-curses__list_item-text {
        font-size: 4.533333333333333vw;
        width: 100%;
        margin-bottom: 1.333333333333333vw
    }

    .form__success-message__item strong,
    .section1.preparatory-courses .section1__left-block .zoom-courses__container strong,
    .section__zoom-curses__list_item-text strong {
        font-size: 4.8vw
    }

    .section__zoom-curses__list_item-button,
    .section__zoom-curses__list_item-data {
        width: 46%;
        font-size: 5.333333333333334vw;
        text-align: center;
        padding: 1.333333333333333vw;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
        flex-shrink: 2
    }

    .section__zoom-curses__list_item-button {
        width: 48%;
        font-size: 4.8vw;
        padding: 1.6vw;
        -webkit-flex-basis: 26%;
        -ms-flex-preferred-size: 26%;
        flex-basis: 26%
    }

    .section__zoom-curses__form {
        width: 100%;
        padding: 5.333333333333334vw 5.333333333333334vw 8vw;
        background-color: #fff
    }

    .section__zoom-curses__form h3 {
        font-size: 8vw;
        text-align: right;
        width: 60%
    }

    .section__zoom-curses__form form h3 {
        width: 100%;
        text-align: center
    }

    .section__zoom-curses__form form input {
        height: 10.666666666666668vw;
        font-size: 4vw;
        padding: 0 4vw;
        margin-top: 2.666666666666667vw
    }

    .registration__form h3,
    .registration__form input[type=submit],
    .registration__form__courses h3,
    .registration__form__courses input[type=submit],
    .section__zoom-curses__form form input[type=submit] {
        font-size: 8vw
    }

    .registration__form input[type=checkbox],
    .registration__form__courses input[type=checkbox],
    .section__zoom-curses__form form input[type=checkbox] {
        width: 4vw;
        height: 4vw
    }

    .section__zoom-curses__form form button {
        font-size: 8vw;
        height: 10.666666666666668vw
    }

    .section__zoom-curses__form form span {
        font-size: 6.666666666666667vw;
        margin-top: 0
    }

    .registration__form label span,
    .registration__form p span,
    .registration__form__courses label span,
    .registration__form__courses p span,
    .section__zoom-curses__form form span.wpcf7-list-item-label {
        font-size: 3.466666666666666vw
    }

    .section__zoom-curses__form form p {
        font-size: 4vw;
        margin-top: 1.333333333333333vw
    }

    .form__success-message__item {
        margin-top: 4vw
    }

    .form__success-message_wrapper {
        margin-top: 2.666666666666667vw;
        font-size: 4vw;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__success-message_wrapper i {
        margin-left: 1.333333333333333vw
    }

    .form__success-message--mail {
        margin-right: 1.333333333333333vw;
        margin-bottom: 1.333333333333333vw
    }

    .form__success-message--phone {
        margin-left: 1.333333333333333vw;
        margin-bottom: 1.333333333333333vw
    }

    .section1.page-zoom {
        background-image: url(images/bg_page_courses-zoom.jpg)
    }

    .section1.page-zoom .section1__right-block img {
        height: 13.333333333333334vw;
        width: auto
    }

    .section1.page-zoom-single-page .section1__right-block,
    .section1.page-zoom-subcategory .section1__right-block {
        width: 100%
    }

    .section__zoom-curses__single-form .wrapper {
        width: 88%
    }

    .page-zoom .page__zoom-courses {
        padding: 17.333333333333336vw 0
    }

    .section__zoom-curses {
        padding-top: 6.666666666666667vw
    }

    .section__zoom-curses__tabs h2 {
        font-size: 10.666666666666668vw;
        width: 80%
    }

    .section__zoom-curses__tabs p {
        width: 100%;
        font-size: 4.8vw;
        line-height: 1.2
    }

    .section__zoom-curses__tabs__wrapper {
        margin-top: 6.666666666666667vw
    }

    .section__zoom-curses__tabs__switchers {
        font-size: 4.8vw;
        margin-bottom: 4vw
    }

    .section__zoom-curses__tabs__switchers .radio_tab {
        margin-left: 2.666666666666667vw;
        line-height: .8;
        border: 3px solid #fff;
        padding: 25px
    }

    .section__zoom-curses__tabs__switchers .radio_tab .radio_circle {
        margin-left: 1.333333333333333vw;
        width: 4vw;
        height: 4vw
    }

    .section__zoom-curses__tabs__switchers .radio_tab.current .radio_circle {
        border-width: 8px
    }

    .section__zoom-curses__tabs__switchers .radio_tab:hover .radio_circle {
        border-width: 4px
    }

    .section__zoom-curses__tabs-item .tab_item {
        width: 100%;
        height: 9.333333333333334vw;
        margin-bottom: 2.666666666666667vw;
        padding: 0 6.666666666666667vw 0 0;
        font-size: 4.8vw;
        text-transform: uppercase;
        font-family: "AlmoniDLAAABold";
        margin-left: 0;
        position: relative
    }

    .section__zoom-curses__tabs-item .tab_item:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(images/arrow-red.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 2.666666666666667vw;
        height: 2.666666666666667vw;
        right: 2.133333333333333vw
    }

    .section__zoom-curses .table-curses__items-line:nth-child(2n) .table-curses__item__time {
        background-color: #23869b;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }

    .section__zoom-curses .table-curses__items-line__mobile {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section__zoom-curses .table-curses__item__time {
        width: 26.666666666666668vw;
        font-size: 5.333333333333334vw;
        padding-top: 9.333333333333334vw;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section__zoom-curses .table-curses__zoom-item {
        width: 100%
    }

    .section__zoom-curses .table-curses__item__link {
        padding: 1.333333333333333vw;
        width: 100%;
        height: 24vw;
        margin: 2.666666666666667vw 2.666666666666667vw 0
    }

    .section__zoom-curses .table-curses__item__link .fa-video-camera {
        font-size: 3.2vw;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw
    }

    .breadcrambs {
        width: 86.66666666666667vw;
        font-size: 4vw
    }

    .top-slider {
        width: 55.516667vw;
        left: 23.935417vw;
        top: 84.654167vw
    }

    .top-slider__slide img {
        width: 55.916667vw
    }

    .registration__form,
    .registration__form__courses {
        width: 87%;
        right: 0;
        margin: auto;
        padding: 9.333333333333334vw
    }

    .registration__form input,
    .registration__form__courses input {
        height: 10.666666666666668vw;
        margin-bottom: 2.666666666666667vw;
        padding: 0 4vw;
        font-size: 4vw;
        border: 1px solid #000
    }

    .registration__form button,
    .registration__form__courses button {
        font-size: 8vw;
        height: 10.666666666666668vw;
        margin: 2.666666666666667vw 0
    }

    .form__wrapper #logo img,
    .registration__form .logo img,
    .registration__form__courses .logo img,
    header .logo img {
        width: 20vw
    }

    .registration__form span,
    .registration__form__courses span {
        font-size: 6.666666666666667vw;
        margin-bottom: 0
    }

    .registration__form p,
    .registration__form__courses p {
        font-size: 3.466666666666666vw
    }

    .registration__form .form__success-message,
    .registration__form__courses .form__success-message {
        margin-top: 14vw;
        margin-bottom: 5vw
    }

    .registration__form .form__success-message img,
    .registration__form__courses .form__success-message img {
        width: 36.9375vw
    }

    .registration__form .form__success-message h3,
    .registration__form__courses .form__success-message h3 {
        font-size: 10.666666666666668vw;
        margin: 5.333333333333334vw 0 4vw
    }

    .registration__form .form__success-message h3 span,
    .registration__form__courses .form__success-message h3 span {
        font-size: 10.666666666666668vw
    }

    .registration__form .form__success-message p,
    .registration__form__courses .form__success-message p {
        font-size: 9.333333333333334vw
    }

    .registration__form__courses div {
        font-size: 6.666666666666667vw
    }

    .registration__form__courses .date_and_time {
        margin: 5.333333333333334vw 0 8vw
    }

    .registration__form__courses .date_and_time:after {
        height: 9.333333333333334vw
    }

    .interactive-line__bottom__mobile,
    .interactive-line__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .interactive-line__bottom__mobile {
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ffd000;
        height: 24vw;
        direction: rtl;
        z-index: 2;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 2vw;
        position: fixed;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .interactive-line__item {
        font-size: 4vw;
        position: relative;
        width: 33%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .interactive-line__item:after {
        content: '';
        border-right: 1px solid #000;
        position: absolute;
        height: 100%;
        width: 1px;
        right: 0
    }

    .interactive-line__item:nth-child(2):after {
        display: none;
        border: 0
    }

    .interactive-line__item a {
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #000;
        font-size: 4vw
    }

    .interactive-line__item a i {
        font-size: 5.866666666666666vw
    }

    .interactive-line__item a i.fa-whatsapp {
        position: relative;
        color: #fff;
        font-size: 9.333333333333334vw
    }

    .interactive-line__item a i.fa-whatsapp:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #58bd55;
        z-index: -1;
        margin: auto;
        width: 6.666666666666667vw;
        height: 6.666666666666667vw;
        border-radius: 50%
    }

    .interactive-line__item a i.fa-phone {
        font-size: 9.333333333333334vw
    }

    .interactive-line__item_text {
        width: 100%;
        text-align: center;
        color: #000;
        font-size: 4.533333333333333vw;
        background-color: #e1bc40;
        padding: 2.5vw;
        margin-bottom: 3vw;
        direction: rtl
    }

    .interactive-line__item_text strong {
        font-family: "AlmoniDLAAABlack";
        margin-left: 1.333333333333333vw
    }

    .list-links__calendar {
        width: 70%;
        bottom: 8vw
    }

    .list-links__calendar li {
        line-height: 2;
        font-size: 4vw
    }

    .list-links__calendar li a {
        background-position: 18px 50%;
        background-size: 6.666666666666667vw 100%;
        padding: 2.666666666666667vw 2.666666666666667vw 2.666666666666667vw 13.333333333333334vw
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 6.666666666666667vw;
        height: 6.666666666666667vw
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 2.666666666666667vw
    }

    .swiper-pagination {
        top: 64vw
    }

    .swiper-pagination-bullet {
        width: 1.333333333333333vw;
        height: 1.333333333333333vw;
        border-width: 1px;
        margin-right: 1.333333333333333vw
    }

    #wpcf7-f242-o1 form button:disabled:after,
    #wpcf7-f242-o1 form button[disabled]:after,
    #wpcf7-f242-o2 form button:disabled:after,
    #wpcf7-f242-o2 form button[disabled]:after,
    button:disabled:after,
    button[disabled]:after {
        width: 4vw;
        height: 4vw;
        left: 8vw
    }

    .section1.preparatory-courses {
        background-image: url(images/bg_section_preparatory-courses-mobile.jpg)
    }

    .section1.preparatory-courses .section1__right-block {
        padding: 5.333333333333334vw 0 0;
        width: 100%;
        height: auto
    }

    .section1.preparatory-courses .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section1.preparatory-courses p {
        font-size: 4.613333333333334vw;
        margin-top: 5.333333333333334vw
    }

    .section1.preparatory-courses .questions,
    header .menu li:after {
        display: none
    }

    .section1.preparatory-courses .section1__courses {
        margin-top: 5.333333333333334vw;
        margin-bottom: 6.666666666666667vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses {
        width: 100%;
        padding: 2.666666666666667vw 3.2vw 3.2vw;
        position: relative;
        top: 40vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses__container {
        padding: 2.666666666666667vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses__items,
    .section3__right-block .tabs a.tab__photo {
        margin-top: 2.666666666666667vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses__items>div {
        width: 49%;
        padding: 1.333333333333333vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses__data-time {
        font-size: 4.266666666666667vw
    }

    .section1.preparatory-courses .section1__left-block .zoom-courses__link,
    .section3__right-block .tabs a {
        font-size: 4.8vw
    }

    .section2.preparatory-courses {
        padding-top: 30.666666666666664vw;
        padding-bottom: 2.666666666666667vw
    }

    .section2.preparatory-courses .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section2.preparatory-courses .wrapper h2 {
        width: 62%
    }

    .section2.preparatory-courses .section2__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 6vw
    }

    .section2.preparatory-courses .section2__item p {
        font-size: 4vw;
        text-align: right
    }

    .section2.preparatory-courses .section2__item img {
        width: 18.333333vw;
        height: 14vw
    }

    .section2.preparatory-courses .section2__item__wrapper {
        margin-right: 4vw
    }

    .section2.preparatory-courses .section2__item_text {
        font-size: 4.933333vw;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: right
    }

    .dropdown {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        height: 9.333333333333334vw;
        margin-bottom: 2.666666666666667vw
    }

    .dropdown__name,
    .dropdown__name_link {
        font-size: 5.600000000000001vw;
        padding: 0 6.666666666666667vw 0 0
    }

    .dropdown__text {
        font-size: 5.333333333333334vw;
        padding: 2.666666666666667vw 6.666666666666667vw 4vw 4vw;
        line-height: 1.5
    }

    .section5.page-degree:before {
        background-position: -37.333333333333336vw 0;
        background-size: contain;
        left: 0;
        height: 25.333333333333336vw
    }

    .dropdown__preparatory-courses li {
        margin-bottom: 2.666666666666667vw
    }

    .dropdown__preparatory-courses li a,
    body {
        font-size: 4vw
    }

    .dropdown__preparatory-courses li i {
        margin-left: 1.333333333333333vw
    }

    h1 {
        font-size: 30.666666666666664vw;
        line-height: .5
    }

    .wrapper {
        width: 86.66666666666667vw
    }

    header {
        padding: 2.666666666666667vw 5.333333333333334vw;
        height: 13.333333333333334vw
    }

    header .logo {
        margin-left: auto;
        margin-right: 5.333333333333334vw
    }

    header .menu,
    header .menu__background {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0
    }

    header .menu {
        background: #fff;
        font-size: 6.666666666666667vw;
        padding: 18.666666666666668vw 6.933333333333333vw
    }

    header .menu li.menu-item-has-children,
    header .menu.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    header .menu.open {
        width: 65%
    }

    header .menu__background {
        background-color: rgba(0, 0, 0, .8);
        width: 100%;
        height: 100%;
        left: 0
    }

    header .menu li {
        border-bottom: 1px solid #5d5d5d;
        margin: 0 0 2.666666666666667vw;
        padding-bottom: 2.666666666666667vw
    }

    header .menu li.menu-item-has-children {
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        white-space: nowrap
    }

    header .menu li.menu-item-has-children:before {
        content: '';
        position: absolute;
        right: -4vw;
        top: 2.133333333333333vw;
        bottom: auto;
        margin: auto;
        background-image: url(images/arrow-red.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 2.666666666666667vw;
        height: 2.666666666666667vw
    }

    header .menu li.menu-item-has-children.open {
        padding-bottom: 5.333333333333334vw
    }

    header .menu li.menu-item-has-children.open:before {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    header .menu li.menu-item-has-children.open .sub-menu {
        height: auto;
        visibility: visible
    }

    header .sub-menu {
        position: inherit;
        font-size: 4.8vw;
        height: 0;
        visibility: hidden;
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%
    }

    header .sub-menu li:last-child {
        border-bottom: none;
        padding-bottom: 0
    }

    header .header-form.open .header-form__mobile-text,
    header .zoom {
        display: none
    }

    footer .footer__soc ul li a .fa,
    header .zoom__title {
        font-size: 4vw;
        margin-left: 2.666666666666667vw
    }

    header .zoom .fa-video-camera {
        font-size: 2.666666666666667vw;
        width: 5.333333333333334vw;
        height: 5.333333333333334vw
    }

    header .header-form {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto
    }

    header .header-form.open .header-form-close,
    header .header-form.open .header-form__input-container {
        display: block
    }

    header .header-form.open .header-form-open {
        display: none
    }

    header .header-form__input-container {
        height: 20vw;
        position: fixed;
        top: 13vw;
        left: 0;
        right: 0;
        width: 100%;
        border-top: 0;
        padding: 5vw 5vw 4vw;
        background: #fff;
        display: none
    }

    header .header-form__mobile-text {
        display: block;
        font-family: "AlmoniDLAAABlack"
    }

    header .header-form__input {
        width: 100%;
        font-size: 6vw;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        border-color: #000
    }

    header .header-form__button {
        width: 9vw;
        height: 7vw;
        background: 0 0;
        position: inherit
    }

    header .header-form__button svg {
        fill: #000;
        width: 100%
    }

    .section1 {
        padding: 17.333333333333336vw 0;
        background-image: url(images/top_bg_mobile.jpg);
        background-size: cover
    }

    .section1.page-home {
        padding: 17.333333333333336vw 0;
        height: 200vw
    }

    .section1.page-home:after {
        bottom: -9.333333333333334vw
    }

    .section1.page-home .section1__right-block,
    .section1__right-block {
        width: 100%;
        text-align: right
    }

    .section1:before {
        display: none
    }

    .section1:after {
        background-position: 61vw 0;
        height: 32.53333333333333vw;
        bottom: -9.333333333333334vw
    }

    .section1__right-block h2 {
        font-size: 12.533333333333333vw
    }

    .section1__right-block .section1__timer {
        margin: 5.333333333333334vw 0 0;
        font-size: 4.8vw;
        padding: 1.333333333333333vw;
        border-radius: 2px
    }

    .section1__right-block .section1__timer #timer,
    .section1__right-block .section1__timer span {
        font-size: 6.666666666666667vw;
        height: 100%
    }

    .section1__right-block .section1__timer #timer {
        width: 29.333333333333332vw;
        margin-left: 1.333333333333333vw;
        margin-right: 0
    }

    .section1__right-block p {
        font-size: 4.613333333333334vw;
        text-align: right;
        margin-top: 5.333333333333334vw
    }

    .section1__right-block__sale {
        text-align: center;
        margin-top: 2.666666666666667vw;
        padding-bottom: 1.333333333333333vw
    }

    .section1__right-block__sale p {
        text-align: center;
        margin-top: 0
    }

    .section1__right-block_sale-title {
        font-size: 6.666666666666667vw
    }

    .section2 {
        padding-top: 13.333333333333334vw;
        padding-bottom: 10.666666666666668vw
    }

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

    .section2 .wrapper h2 {
        -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        font-size: 10.666666666666668vw;
        line-height: 1;
        margin-bottom: 6.666666666666667vw
    }

    .section2__item {
        -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%
    }

    .section2__item:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .section2__item img {
        width: 13.333333333333334vw;
        height: 12vw;
        -o-object-fit: contain;
        object-fit: contain
    }

    .section2__line {
        display: none
    }

    .section2__item_text {
        font-size: 5.333333333333334vw
    }

    .section2__item_text strong {
        margin-right: 1.333333333333333vw
    }

    .section3,
    .section3:after {
        background-image: url(images/bg_section3_mobile.png)
    }

    .section3 {
        padding: 9.333333333333334vw 5.333333333333334vw;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 252.552083vw
    }

    .section3:after {
        z-index: -1;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        min-height: 245.552083vw;
        display: none
    }

    .section3 .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section3__content__tab,
    .section3__left_block {
        width: 100%;
        margin-top: 6.666666666666667vw;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section3__post-item {
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%
    }

    .section3__post-item__container-content,
    footer:before {
        height: 26.666666666666668vw
    }

    .section3__post-item h3 {
        font-size: 4vw;
        width: 92%;
        line-height: .8;
        margin-top: 4vw;
        margin-right: 2.666666666666667vw
    }

    .section3__post-number {
        font-size: 21.333333333333336vw;
        top: 10.666666666666668vw;
        right: 2.666666666666667vw
    }

    .section3__right-block h2 {
        width: 85%
    }

    .section3__right-block p {
        font-size: 8.533333333333333vw
    }

    .section3__right-block .tabs {
        margin-right: 13.333333333333334vw;
        margin-top: 5.333333333333334vw
    }

    .section3__right-block .tabs .tab__active:before {
        right: -5.333333333333334vw
    }

    .section3__right-block .tabs .tab__active:after {
        height: 7.199999999999999vw;
        width: 40vw;
        right: -38.666666666666664vw;
        background-position: 6vw 1vw;
        overflow: hidden
    }

    .section4 {
        padding-top: 13.333333333333334vw
    }

    .section4:before {
        background-position: -37.333333333333336vw 0;
        background-size: contain;
        left: 0;
        height: 25.333333333333336vw
    }

    .section4 .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section4__left-block {
        margin-top: 8vw
    }

    .section4__left-block img,
    .section4__right-block {
        width: 100%
    }

    .section4__left-block .signature {
        width: 26.666666666666668vw;
        top: 53.333333333333336vw;
        right: 0
    }

    .section3__right-block h2,
    .section4__right-block h2 {
        font-size: 10.666666666666668vw
    }

    .section4__right-block p {
        margin-top: 5.333333333333334vw
    }

    .section5 {
        padding: 13.333333333333334vw 0 0;
        background-position: 55% center;
        background-image: url(images/background-section5_mobile.jpg);
        background-size: cover;
        margin-top: 21.333333333333336vw
    }

    .section5 .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section5__item {
        width: 100%;
        margin-bottom: 13.333333333333334vw
    }

    .section5__item_text-container {
        padding: 4vw 4vw 0
    }

    .section5__item_text-container h3 {
        font-size: 6.666666666666667vw
    }

    .section4__right-block p,
    .section5__item_text-container p {
        font-size: 5.333333333333334vw
    }

    .section5__item_arrow-link {
        width: 12vw;
        height: 12vw;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        left: 2.666666666666667vw;
        top: 5.866666666666666vw
    }

    .section5__item_arrow-link .fa-chevron-left {
        font-size: 6.666666666666667vw;
        padding-right: .533333333333333vw
    }

    .section5__item_image {
        height: 50.66666666666667vw
    }

    footer {
        padding: 20vw 0 66.66666666666666vw
    }

    footer:before {
        content: '';
        position: absolute;
        background-image: url(images/abstract_element_footer.png);
        background-repeat: no-repeat;
        background-position: 2vw 0;
        background-size: contain;
        width: 13.333333333333334vw;
        top: -12vw
    }

    footer .footer__telephone {
        display: none
    }

    footer .footer__soc {
        width: 28.000000000000004vw
    }

    footer .footer__menu_list li,
    footer .footer__soc ul li {
        font-size: 5.333333333333334vw;
        line-height: 1.35;
        margin-bottom: 0
    }

    footer .footer__soc img {
        width: 100%;
        margin-top: 4vw
    }

    footer .footer__menu_list li {
        line-height: 1.5
    }

    footer .footer__logo {
        display: none
    }

    footer .footer__created-by {
        font-size: 4vw
    }

    footer .footer__created-by img {
        height: 2.666666666666667vw
    }

    #wpcf7-f242-o1 form,
    #wpcf7-f242-o2 form,
    .form__wrapper,
    .form__wrapper form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form__wrapper {
        background-color: #fff;
        height: 138.66666666666669vw;
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0 30px 0 30px;
        display: none;
        z-index: 51;
        width: 87%;
        margin: auto;
        padding: 5.333333333333334vw 0
    }

    .form__wrapper h2 {
        font-size: 8.533333333333333vw;
        text-align: center;
        top: 0;
        line-height: 1;
        margin-top: 4vw;
        color: #ff403b
    }

    .form__wrapper h2 strong {
        font-family: "AlmoniDLAAA"
    }

    #wpcf7-f242-o1 form,
    #wpcf7-f242-o2 form,
    .form__wrapper form {
        width: 100%;
        margin: 0;
        padding: 5.333333333333334vw 8vw
    }

    #wpcf7-f242-o1 form input,
    #wpcf7-f242-o2 form input,
    .form__wrapper form input {
        width: 100%;
        height: 10.666666666666668vw;
        font-size: 4vw;
        padding: 0 2.666666666666667vw;
        border-radius: 0;
        margin-bottom: 2.666666666666667vw;
        margin-left: 0;
        border: 1px solid #000
    }

    #wpcf7-f242-o1 form input[type=checkbox],
    #wpcf7-f242-o2 form input[type=checkbox],
    .form__wrapper form input[type=checkbox] {
        height: auto;
        margin: 0 0 0 1.866666666666667vw;
        width: 4vw;
        height: 4vw
    }

    #wpcf7-f242-o1 form label,
    #wpcf7-f242-o2 form label,
    .form__wrapper form label {
        font-size: 3.6vw;
        text-align: right;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 2.666666666666667vw
    }

    #wpcf7-f242-o1 form span,
    #wpcf7-f242-o2 form span,
    .form__wrapper form span {
        font-size: 6.933333333333333vw;
        margin-bottom: 2.666666666666667vw
    }

    #wpcf7-f242-o1 form span strong,
    #wpcf7-f242-o2 form span strong,
    .form__wrapper form span strong,
    .form__wrapper h2 {
        font-family: "AlmoniDLAAABlack"
    }

    .form__wrapper form span.checkbox-182,
    .form__wrapper form span.checkbox-183,
    .form__wrapper form span.consult,
    .form__wrapper form span.newsletter,
    .form__wrapper form span.wpcf7-list-item {
        margin: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .form__wrapper form span.wpcf7-list-item-label {
        font-size: 3.466666666666666vw;
        margin-bottom: 0
    }

    .form__wrapper form span.wpcf7-form-control-wrap {
        margin-bottom: 0
    }

    #wpcf7-f242-o1 form button,
    #wpcf7-f242-o2 form button,
    .form__wrapper form button {
        width: 100%;
        height: 10.666666666666668vw;
        font-size: 6.666666666666667vw;
        padding: 0 2.666666666666667vw;
        border-radius: 0;
        margin-bottom: 4vw;
        margin-left: 0
    }

    .form__wrapper .close__form-button {
        display: block
    }

    .form__wrapper .close__form-button img {
        width: 100%;
        -webkit-filter: invert(1);
        filter: invert(1)
    }

    .form__wrapper.hide-form {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .home .form__wrapper,
    .yellow-popup {
        display: none
    }

    #wpcf7-f242-o1 form span,
    #wpcf7-f242-o2 form span {
        color: #ff403b
    }

    #wpcf7-f242-o1 form span.checkbox-182,
    #wpcf7-f242-o1 form span.checkbox-183,
    #wpcf7-f242-o1 form span.wpcf7-list-item,
    #wpcf7-f242-o2 form span.checkbox-182,
    #wpcf7-f242-o2 form span.checkbox-183,
    #wpcf7-f242-o2 form span.wpcf7-list-item {
        margin-bottom: 0;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    #wpcf7-f242-o1 form span.wpcf7-list-item-label,
    #wpcf7-f242-o2 form span.wpcf7-list-item-label {
        font-size: 3.466666666666666vw;
        margin-bottom: 0
    }

    #wpcf7-f242-o1 form span.wpcf7-form-control-wrap,
    #wpcf7-f242-o2 form span.wpcf7-form-control-wrap {
        margin-bottom: 0
    }

    #wpcf7-f242-o1 form button,
    #wpcf7-f242-o2 form button {
        background-color: #ff403b;
        color: #fff
    }

    #wpcf7-f242-o1 form .form__success-message,
    #wpcf7-f242-o2 form .form__success-message {
        margin-top: 35vw
    }

    #wpcf7-f242-o1 form .form__success-message h3,
    #wpcf7-f242-o2 form .form__success-message h3 {
        color: #045b75;
        font-size: 8.533333333333333vw
    }

    #wpcf7-f242-o1 form .form__success-message h3 span,
    #wpcf7-f242-o2 form .form__success-message h3 span {
        color: #045b75;
        font-size: 8.533333333333333vw;
        text-decoration: none;
        display: block
    }

    #wpcf7-f242-o1 form .form__success-message p,
    #wpcf7-f242-o2 form .form__success-message p {
        font-size: 6.666666666666667vw;
        color: #000
    }
}

@media (max-width:991px) and (max-width:991px) {

    #wpcf7-f242-o1 form span.wpcf7-list-item-label,
    #wpcf7-f242-o2 form span.wpcf7-list-item-label {
        color: #000
    }
}