@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    src: url(/static/media/MontserratBold.dab015cd.eot);
    src: url(/static/media/MontserratBold.dab015cd.eot) format("embedded-opentype"), url(/static/media/MontserratBold.ff203f89.woff2) format("woff2"), url(/static/media/MontserratBold.e5999699.woff) format("woff"), url(/static/media/MontserratBold.6fd2fb5b.ttf) format("truetype"), url(/static/media/MontserratBold.8705202c.svg) format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    src: url(/static/media/MontserratMedium.0d0d3e33.eot);
    src: url(/static/media/MontserratMedium.0d0d3e33.eot) format("embedded-opentype"), url(/static/media/MontserratMedium.e49a2164.woff2) format("woff2"), url(/static/media/MontserratMedium.9307ed6a.woff) format("woff"), url(/static/media/MontserratMedium.c2ef12f9.ttf) format("truetype"), url(/static/media/MontserratMedium.f7192eaf.svg) format("svg")
}

@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    src: url(/static/media/MontserratRegular.20e14130.eot);
    src: url(/static/media/MontserratRegular.20e14130.eot) format("embedded-opentype"), url(/static/media/MontserratRegular.26284449.woff2) format("woff2"), url(/static/media/MontserratRegular.f6d3887d.woff) format("woff"), url(/static/media/MontserratRegular.6f6d488b.ttf) format("truetype"), url(/static/media/MontserratRegular.e56ecc0b.svg) format("svg")
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    opacity: 1!important;
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff
}

.main-button,
body {
    font-family: "Montserrat", sans-serif
}

.main-button {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    background: #ff5e5e;
    border-radius: 60px;
    border: none;
    margin-top: 48px;
    padding: 18px 33px;
    cursor: pointer;
    transition: background .2s;
    outline: none
}

.main-button:hover {
    background: #ffab5e
}

.main-button-white {
    color: #ff5e5e;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    background: #fff;
    border-radius: 60px;
    margin-top: 49px;
    padding: 18px 20px;
    cursor: pointer;
    transition: background .2s;
    outline: none;
    border: 1px solid #ff5e5e
}

.main-button-white:hover {
    color: #fff;
    background: #ff5e5e
}

.main-input-wrapper {
    position: relative
}

.main-input {
    color: #004789;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    outline: none;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4
}

.main-input::-webkit-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-input:-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-input::-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-input::placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-input-has-error .main-input,
.main-input-has-error .main-textarea {
    border-color: #ff5e5e
}

.main-input-error {
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    position: absolute;
    bottom: calc(100% - 12px);
    right: 20px;
    padding: 5px 10px;
    background: #ff3535;
    border-radius: 30px
}

.main-input-error,
.main-textarea {
    font-family: "Montserrat", sans-serif
}

.main-textarea {
    color: #004789;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    outline: none;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
    resize: vertical;
    min-height: 129px
}

.main-textarea::-webkit-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-textarea:-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-textarea::-ms-input-placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.main-textarea::placeholder {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif
}

.burger-menu {
    display: block;
    cursor: pointer
}

@media screen and (min-width:1024px) {
    .burger-menu {
        display: none
    }
}

.burger-menu span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.burger-menu span:first-child {
    transform-origin: 0 0
}

.burger-menu span:nth-last-child(2) {
    transform-origin: 0 100%
}

.burger-menu.active span {
    opacity: 1;
    transform: rotate(-45deg) translate(-2px, 3px)
}

.burger-menu.active span:nth-last-child(2) {
    transform: rotate(45deg) translate(-5px, -7px)
}

.burger-menu.active span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(.2)
}

.burger-list {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: hsla(0, 0%, 100%, .9);
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 10
}

.burger-list__link {
    color: #28282b;
    font-size: 24px;
    line-height: 72px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    font-weight: 700
}

.burger-list__link.active,
.burger-list__link:hover {
    color: #ff5e5e
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-radio+label {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-radio+label:before {
    content: "";
    display: inline-block;
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #008bd2;
    border-radius: 50%;
    margin-right: .5em;
    background-size: 50% 50%;
    background: #fff no-repeat 50%
}

.custom-radio:not(:disabled):not(:checked)+label:hover:before {
    border-color: #b3d7ff
}

.custom-radio:not(:disabled):active+label:before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-radio:focus+label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-radio:focus:not(:checked)+label:before {
    border-color: #80bdff
}

.custom-radio:checked+label:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5' fill='%2373C9FF'/%3E%3C/svg%3E")
}

.error-message {
    color: #ff5e5e
}

.burger-icon {
    width: 48px;
    height: 48px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23C9C9C9' d='M0 0h40v4H0zM0 12h40v4H0zM0 24h40v4H0z'/%3E%3C/svg%3E") 50% no-repeat
}

.need-call {
    position: fixed;
    bottom: 150px;
    right: 5%;
    width: 88px;
    height: 88px;
    background: rgba(242, 26, 26, .3);
    cursor: pointer;
    z-index: 3
}

.need-call,
.need-call .need-call-in {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.need-call .need-call-in {
    width: 62px;
    height: 62px;
    background: rgba(242, 26, 26, .4)
}

.need-call .need-call-in i {
    color: #fff
}

.global-preloader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 100vh;
    background: #004789
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translate(-50%, -50%)
}

.loading-spinner div {
    position: absolute;
    display: block;
    box-sizing: border-box;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 4px solid transparent;
    border-top-color: #1c8b9b;
    border-radius: 50%;
    -webkit-animation: loading-spinner-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    animation: loading-spinner-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite
}

.loading-spinner div:first-child {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.loading-spinner div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.loading-spinner div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes loading-spinner-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading-spinner-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.custom-select-wrapper {
    width: 100%
}

.custom-select {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: none;
    background: inherit;
    width: 100%;
    outline: none;
    padding: 0
}

@media screen and (min-width:1024px) {
    .custom-select {
        justify-content: flex-end
    }
}

.custom-select__marker {
    color: #73c9ff
}

.custom-select__icon {
    color: #008bd2;
    margin-left: 5px
}

.custom-select__text {
    color: #008bd2;
    line-height: 18px;
    font-weight: 700;
    margin: 0 0 0 5px;
    white-space: nowrap;
}

.custom-select__phone,
.custom-select__text {
    font-size: 16px;
    font-family: "Montserrat", sans-serif
}

.custom-select__phone {
    display: inline-block;
    color: #28282b;
    line-height: 20px;
    margin: 12px 0 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
}

@media screen and (min-width:1024px) {
    .custom-select__phone {
        display: none
    }
}

.toggle-list {
    background: #fff;
    z-index: 2;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 14px 23px;
    margin: 0;
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 30px
}

.toggle-list .toggle-list__item:first-child {
    margin-top: 0
}

.toggle-list__item {
    display: flex;
    margin-top: 10px
}

.toggle-list__item:hover .custom-select__text {
    color: #ff5e5e
}

.navbar {
    display: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #008bd2;
    list-style: none;
    padding: 15px 13.3%;
    margin: 0;
    box-sizing: border-box;
    position: fixed;
    top: 115px;
    z-index: 999999999;
}

.navbar .navbar__li:first-child {
    margin-left: 0
}

@media screen and (min-width:1024px) {
    .navbar {
        display: flex
    }
}

.navbar__li {
    margin-left: 75px
}

.navbar__link {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: color .2s;
    text-decoration: none
}

.navbar__link.summer {
    color: #ffc400;
}

.navbar__link.active:not(.summer),
.navbar__link:hover:not(.summer) {
    color: #73c9ff
}

.container-page {
    position: relative;
    padding: 20px
}

@media screen and (min-width:576px) {
    .container-page {
        padding: 20px 35px
    }
}

@media screen and (min-width:1024px) {
    .container-page {
        padding: 20px 13.3%
    }
}

.container-page__title {
    color: #004789;
    font-size: 28px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    margin: 22px 0 0;
    text-align: center
}

@media screen and (min-width:576px) {
    .container-page__title {
        color: #004789;
        font-size: 36px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif;
        margin: 17px 0 0
    }
}

@media screen and (min-width:1024px) {
    .container-page__title {
        color: #004789;
        font-size: 42px;
        line-height: 51px;
        font-family: "Montserrat", sans-serif;
        margin: 52px 0 0;
        text-align: left
    }
}

.global-portal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    height: 100%;
    /* overflow-y: auto; */
    text-align: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    transition: all .3s ease;
    z-index: 9999999999999999999999999;
}

.global-portal:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: " "
}

.global-portal__container {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .4);
    transform: scale(.9);
    transition: all .3s ease;
    border-radius: 30px
}

.global-portal__close {
    position: absolute;
    top: -35px;
    right: -35px;
    cursor: pointer;
    color: #fff
}

.bitcom-solution {
    display: none;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
    text-decoration: none
}

@media screen and (min-width:1024px) {
    .bitcom-solution {
        display: flex
    }
}

.bitcom-solution__text {
    color: #767f84;
    font-size: 12px;
    line-height: 15px;
    font-family: "Montserrat", sans-serif
}

.bitcom-solution__logo {
    margin-left: 10px
}

.bitcom-solution-mobile {
    display: flex
}

@media screen and (min-width:1024px) {
    .bitcom-solution-mobile {
        display: none
    }
}

.header {
    position: fixed;
    top: 0;
    z-index: 999999999999999999999999;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 26px 20px;
    min-height: 117px;
}

@media screen and (min-width:576px) {
    .header {
        padding: 20px 35px
    }
}

@media screen and (min-width:1024px) {
    .header {
        padding: 19px 13.3% 18px
    }
}

.header-block-logo {
    width: 233px;
    cursor: pointer;
}

@media screen and (max-width:576px) {
    .header-block-logo {
        width: 60px
    }
}

.header-block-logo__mobile {
    width: 70px;
}

@media screen and (min-width:576px) {
    .header-block-logo__mobile {
        display: none
    }
}

.header-block-logo__light {
    display: none
}

@media screen and (min-width:576px) {
    .header-block-logo__light {
        display: block
    }
}

.header-block {
    width: 37%;
    display: none
}

@media screen and (min-width:1024px) {
    .header-block {
        display: block
    }
}

.header-block-city-select {
    width: 170px
}

.header-block-city-list {
    width: calc(63% - 336px);
    display: none
}

@media screen and (min-width:1024px) {
    .header-block-city-list {
        display: block
    }
}

.header-block-text {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.header-cities {
    display: flex;
    flex-direction: column
}

.header-block-address {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 400;
    text-align: right;
    text-decoration: none
}

.header-block-address.text-left {
    text-align: left;
}

.header-block-address__link:hover {
    text-decoration: underline
}

.header-block-address_gray {
    color: #7f7f7f
}

.header-block-numbers {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.header-block-numbers.flex {
    display: flex;
}

.header-block-numbers p {
    display: none
}

@media screen and (min-width:1920px) {
    .header-block-numbers {
        flex-direction: row
    }
    .header-block-numbers.flex {
        flex-direction: column;
    }
    .header-block-numbers p {
        display: block
    }
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0;
    background: #00315e;
    padding: 26px 20px
}

@media screen and (min-width:576px) {
    .footer {
        padding: 20px 35px;
        justify-content: space-between
    }
}

@media screen and (min-width:1024px) {
    .footer {
        margin-top: 104px;
        padding: 20px 13.3%;
        flex-wrap: nowrap
    }
}

.footer-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0 0 0px
}

@media screen and (min-width:576px) {}

.footer-icons .footer-icons__icon:first-child {
    margin-left: 0
}

.footer-icons-block,
.footer-icons__icon {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer-icons__icon {
    background: #008bd2;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    cursor: pointer;
    text-decoration: none
}

.footer-icons__icon i {
    color: #00315e
}

.footer-cities {
    display: flex;
    flex-direction: column;
    margin: 10px 0 0;
    width: 100%
}

@media screen and (min-width:576px) {
    .footer-cities {
        margin: 24px 0 0
    }
}

@media screen and (min-width:1024px) {
    .footer-cities {
        margin: 0;
    }
}

.footer-block-address {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 400;
    text-align: center;
    text-decoration: none
}

@media screen and (min-width:1024px) {
    .footer-block-address {
        text-align: right
    }
}

.footer-block-address__link:hover {
    text-decoration: underline
}

.footer-block-numbers {
    display: flex;
    justify-content: center;
}

.footer-block-numbers.column {
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .footer-block-numbers {
        justify-content: flex-end
    }
    .footer-block-numbers.column {
        flex-direction: column;
    }
}

.hblock {
    display: block;
}

.banner {
    position: relative;
    padding-bottom: 10px
}

.banner .main-button {
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    font-family: "Montserrat", sans-serif;
    margin-top: 23px;
    font-weight: 700
}

@media screen and (min-width: 900px) {
    .banner .main-button {
        color: #fff;
        font-size: 13px;
        line-height: 18px;
        font-family: "Montserrat", sans-serif
    }
}



@media screen and (min-width:1024px) {
    .banner .main-button {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400
    }
}

@media screen and (min-width:576px) {
    .banner .main-button {
        padding: 21px 33px;
        width: 41%
    }
}

@media screen and (min-width:1024px) {
    .banner .main-button {
        width: auto;
        margin-top: 48px;
        padding: 18px 33px
    }
}

.banner-image {
    width: 100%;
    display: none
}

@media screen and (min-width:1024px) {
    .banner-image {
        display: block
    }
}

.banner-image-mobile {
    display: block;
    width: 100%;
    height: 400px;
    background-image: url(/static/media/1007/5/photo_2024-07-10_16-20-42.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70%
}

@media screen and (min-width:1024px) {
    .banner-image-mobile {
        display: none
    }
}

.banner-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%
}

@media screen and (min-width:1024px) {
    .banner-form {
        left: 13.3%;
        width: 50%;
        text-align: left;
        transform: translateY(-50%)
    }
}

.banner__title {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 0;
    text-transform: uppercase
}

.banner__title br:nth-child(2) {
    display: none
}

@media screen and (min-width:576px) {
    .banner__title {
        margin: 37px 0 0
    }
}

@media screen and (min-width:1024px) {
    .banner__title {
        color: #008bd2;
        font-size: 32px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif
    }
    .banner__title br:nth-child(2) {
        display: block
    }
}

@media screen and (min-width:1310px) {
    .banner__title {
        color: #008bd2;
        font-size: 40px;
        line-height: 52px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1920px) {
    .banner__title {
        color: #008bd2;
        font-size: 60px;
        line-height: 78px;
        font-family: "Montserrat", sans-serif;
        margin: 119px 0 0
    }
}

.banner__description {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 13px auto 0;
    font-weight: 500;
}

@media screen and (min-width:576px) {
    .banner__description {
        width: 55%;
        text-align: center
    }
}

@media screen and (min-width:1024px) {
    .banner__description {
        color: #28282b;
        font-size: 16px;
        line-height: 18px;
        font-family: "Montserrat", sans-serif;
        width: 75%;
        text-align: left;
        margin: 13px 0 0
    }
}

@media screen and (min-width:1310px) {
    .banner__description {
        color: #28282b;
        font-size: 20px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif;
        width: 100%
    }
}

@media screen and (min-width:1920px) {
    .banner__description {
        color: #28282b;
        font-size: 24px;
        line-height: 29px;
        font-family: "Montserrat", sans-serif
    }
}

.our-courses {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    list-style: none;
    margin: 0;
}

.our-courses-mobile__row {
    display: flex;
    flex-wrap: wrap;
    margin: 161px -15px 0;
    padding-top: 50px;
    position: relative
}

.our-courses-mobile__row>span {
    position: absolute;
    top: 0;
    width: calc(33.33333% - 30px);
    height: calc(100% + 35px);
    background: #fff;
    z-index: -1;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer
}

.our-courses-mobile__row>span svg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.our-courses-mobile__row>span:hover .our-course__icon {
    fill: #ff5e5e
}

.our-courses-mobile__row>span:first-of-type {
    left: 15px
}

.our-courses-mobile__row>span:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%)
}

.our-courses-mobile__row>span:nth-of-type(3) {
    right: 15px
}

.our-courses-mobile__row>div:not([class*=line-]) {
    width: calc(33.33333% - 30px);
    padding: 0 2vw 0 3vw;
    box-sizing: border-box
}

.our-courses-mobile__row>div[class*=line-] {
    width: 100%
}

.our-courses-mobile__row>div {
    order: 10
}

.our-courses-mobile__row>div:not(.our-course__title) {
    margin: 0 15px
}

.our-courses-mobile__row>div.our-course__title {
    margin: 68px 15px 13px;
    font-weight: 600
}

.our-courses-mobile__row>div.our-course-skills {
    margin-top: 4px
}

.our-courses-mobile__row>div.our-course-skill {
    margin-top: 6px
}

.our-courses-mobile__row>div.our-course-whom {
    margin-top: 21px
}

.our-courses-mobile__row>div:first-of-type {
    order: 1
}

.our-courses-mobile__row>div:nth-of-type(2) {
    order: 5
}

.our-courses-mobile__row>div:nth-of-type(3) {
    order: 9
}

.our-courses-mobile__row>div:nth-of-type(4) {
    order: 13
}

.our-courses-mobile__row>div:nth-of-type(5) {
    order: 16
}

.our-courses-mobile__row>div:nth-of-type(6) {
    order: 20
}

.our-courses-mobile__row>div:nth-of-type(7) {
    order: 2
}

.our-courses-mobile__row>div:nth-of-type(8) {
    order: 6
}

.our-courses-mobile__row>div:nth-of-type(9) {
    order: 10
}

.our-courses-mobile__row>div:nth-of-type(10) {
    order: 14
}

.our-courses-mobile__row>div:nth-of-type(11) {
    order: 17
}

.our-courses-mobile__row>div:nth-of-type(12) {
    order: 21
}

.our-courses-mobile__row>div:nth-of-type(13) {
    order: 3
}

.our-courses-mobile__row>div:nth-of-type(14) {
    order: 7
}

.our-courses-mobile__row>div:nth-of-type(15) {
    order: 11
}

.our-courses-mobile__row>div:nth-of-type(16) {
    order: 15
}

.our-courses-mobile__row>div:nth-of-type(17) {
    order: 18
}

.our-courses-mobile__row>div:nth-of-type(18) {
    order: 22
}

.our-courses-mobile__row>div:nth-of-type(19) {
    order: 4
}

.our-courses-mobile__row>div:nth-of-type(20) {
    order: 8
}

.our-courses-mobile__row>div:nth-of-type(21) {
    order: 12
}

.our-courses-mobile__row>div:nth-of-type(22) {
    order: 19
}

.our-course {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    padding: 30px 20px 17px 26px;
    box-sizing: border-box;
    margin-top: 30px;
    cursor: pointer;
    transition: .4s;
}

.our-course:hover {
    box-shadow: 0px 16px 32px rgba(0, 0, 0, .25);
}

@media screen and (min-width:576px) {
    .our-course {
        padding: 5px 30px 46px 60px
    }
}

.our-course:hover .our-course__icon {
    fill: #ff5e5e
}

@media screen and (min-width:1024px) {
    .our-course {
        margin-top: 139px;
        width: 32%
    }
}

.our-course svg {
    display: none
}

@media screen and (min-width:1024px) {
    .our-course svg {
        display: block;
        margin: -105px auto 0
    }
}

.our-course__icon {
    transition: fill .2s;
    fill: #73c9ff
}

.our-course__title {
    color: #008bd2;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    word-break: break-word
}

@media screen and (min-width:576px) {
    .our-course__title {
        color: #008bd2;
        font-size: 18px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .our-course__title {
        color: #008bd2;
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .our-course__title {
        color: #008bd2;
        font-size: 18px;
        line-height: 24px;
        font-family: "Montserrat", sans-serif
    }
}

.our-course__title_white {
    color: #008bd2;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

@media screen and (min-width:576px) {
    .our-course__title_white {
        color: #008bd2;
        font-size: 22px;
        line-height: 27px;
        font-family: "Montserrat", sans-serif
    }
}

.our-course-wrapper .our-course-whom:first-child {
    margin-top: 0
}

.our-course-whom {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-top: 27px
}

.our-course-whom i {
    color: #0081c4
}

.our-course-whom__title {
    color: #004789;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 0 10px
}

@media screen and (min-width:1024px) {
    .our-course-whom__title {
        color: #004789;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .our-course-whom__title {
        color: #004789;
        font-size: 24px;
        line-height: 29px;
        font-family: "Montserrat", sans-serif
    }
}

.our-course-descriptions {
    margin: 5px 0 0
}

.our-course__description {
    color: #28282b;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (min-width:576px) {
    .our-course__description {
        color: #28282b;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .our-course__description {
        color: #28282b;
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .our-course__description {
        color: #28282b;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif
    }
}

.our-course-skills {
    margin-top: 9px
}

.our-course-skills i {
    color: #ff5e5e;
    margin-right: 5px
}

.our-course-skill {
    display: flex;
    width: 100%;
    margin-top: 10px
}

.our-course-skill__more-info {
    color: #004789;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 500;
    margin: 45px 0 0;
    cursor: pointer;
    text-align: center
}

@media screen and (min-width:1024px) {
    .our-course-skill__more-info {
        margin: 52px 0 0
    }
}

.our-course-skill__text {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (min-width:1024px) {
    .our-course-skill__text {
        color: #28282b;
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .our-course-skill__text {
        color: #28282b;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif
    }
}

.online-courses {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 38px;
    text-decoration: none
}

@media screen and (min-width:1024px) {
    .online-courses {
        margin-top: 83px
    }
}

.online-courses__title {
    color: #008bd2;
    font-size: 17px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0 10px 0 0;
    font-weight: 500;
    width: calc(100% - 92px);
    text-align: center
}

@media screen and (min-width:576px) {
    .online-courses__title {
        color: #008bd2;
        font-size: 24px;
        line-height: 29px;
        font-family: "Montserrat", sans-serif;
        margin: 0 30px 0 0;
        width: auto
    }
}

@media screen and (min-width:1024px) {
    .online-courses__title {
        color: #008bd2;
        font-size: 42px;
        line-height: 51px;
        font-family: "Montserrat", sans-serif
    }
}

.course-help {
    position: relative;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
    background: #008bd2;
    padding-top: 67.5%
}

@media screen and (min-width:1024px) {
    .course-help {
        margin-top: 100px;
        padding-top: 30.5%;
        background: url(/static/media/desc.086aeba9.png) calc(100% - 25px) 50% no-repeat, url(/static/media/course-help.a99eeb9b.jpg) 0 no-repeat #008bd2;
        background-size: 263px, cover, 100%
    }
}

@media screen and (min-width:1310px) {
    .course-help {
        background: url(/static/media/desc.086aeba9.png) 90% no-repeat, url(/static/media/course-help.a99eeb9b.jpg) 0 no-repeat #008bd2;
        background-size: 263px, cover, 100%
    }
}

.course-help__image {
    width: 100%;
    visibility: hidden
}

@media screen and (min-width:1024px) {
    .course-help__image {
        visibility: visible
    }
}

.icon-desc {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    display: none
}

@media screen and (min-width:1310px) {
    .icon-desc {
        display: block
    }
}

.course-help-form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    width: 73.4%
}

@media screen and (min-width:1310px) {
    .course-help-form {
        width: 48%
    }
}

.course-help-form .main-button {
    margin-top: 36px;
    padding: 11px 48px
}

.course-help-form__title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center
}

@media screen and (min-width:576px) {
    .course-help-form__title {
        color: #fff;
        font-size: 24px;
        line-height: 29px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .course-help-form__title {
        width: 55%;
        color: #fff;
        font-size: 30px;
        line-height: 38px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .course-help-form__title {
        width: 100%;
        color: #fff;
        font-size: 48px;
        line-height: 59px;
        font-family: "Montserrat", sans-serif
    }
}

.course-help-form__description {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-family: "Montserrat", sans-serif;
    margin: 17px 0 0
}

@media screen and (min-width:576px) {
    .course-help-form__description {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .course-help-form__description {
        color: #fff;
        font-size: 24px;
        line-height: 28px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .course-help-form__description {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1310px) {
    .why-we-are-wrapper .container-page__title {
        display: none
    }
}

.why-we-are {
    overflow: visible;
    padding: 20px 0;
    box-sizing: border-box
}

@media screen and (min-width:1310px) {
    .why-we-are {
        overflow: hidden
    }
    .why-we-are .why-we-are-row:first-child {
        margin-top: 115px
    }
}

.why-we-are-plus-descriptions {
    margin-top: 20px
}

@media screen and (min-width:1310px) {
    .why-we-are-plus-descriptions {
        width: calc(100% - 100px)
    }
}

.why-we-are-plus {
    position: relative;
    width: 100%;
    background: #ecf8ff;
    border-radius: 30px;
    padding: 10px 26px;
    box-sizing: border-box;
    margin-top: 20px
}

@media screen and (min-width:1024px) {
    .why-we-are-plus {
        width: 450px;
        margin-left: 32px;
        margin-top: 0
    }
}

@media screen and (min-width:1310px) {
    .why-we-are-plus {
        padding: 26px 22px
    }
}

.why-we-are-plus__title {
    color: #008bd2;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (min-width:1310px) {
    .why-we-are-plus__title {
        width: calc(100% - 100px)
    }
}

.why-we-are-plus__description {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    display: inline-block
}

@media screen and (min-width:1024px) {
    .why-we-are-plus__description {
        display: block
    }
}

.why-we-are-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (min-width:1024px) {
    .why-we-are-row {
        flex-wrap: nowrap;
        margin-top: 41px
    }
}

.why-we-are-row .why-we-are-plus:first-child {
    margin-left: 0
}

.why-we-are-row-main {
    display: none
}

@media screen and (min-width:1310px) {
    .why-we-are-row-main {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff
    }
}

.why-we-are-plus-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.why-we-are-plus__icon {
    position: relative
}

@media screen and (min-width:1310px) {
    .why-we-are-plus__icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }
}

.why-we-are-row__main-title {
    color: #004789;
    font-size: 42px;
    line-height: 51px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center
}

.consultation {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    margin: 19px auto 0;
    padding: 32px 13.3% 44px
}

@media screen and (min-width:1024px) {
    .consultation {
        width: 73.4%;
        border-radius: 30px
    }
}

@media screen and (min-width:1310px) {
    .consultation {
        flex-direction: row;
        margin: 106px auto 30px;
        padding: 82px 6% 70px
    }
}

.consultation.light {
    background: #73c9ff
}

.consultation.light .consultation-desc__title-sub {
    color: #004789;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width:576px) {
    .consultation.light .consultation-desc__title-sub {
        color: #004789;
        font-size: 36px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .consultation.light .consultation-desc__title-sub {
        color: #004789;
        font-size: 40px;
        line-height: 52px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1920px) {
    .consultation.light .consultation-desc__title-sub {
        color: #004789;
        font-size: 50px;
        line-height: 61px;
        font-family: "Montserrat", sans-serif
    }
}

.consultation.dark {
    background: #004789
}

.consultation.dark .consultation-desc__title-sub {
    color: #ff5e5e;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif
}

@media screen and (min-width:576px) {
    .consultation.dark .consultation-desc__title-sub {
        color: #ff5e5e;
        font-size: 36px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .consultation.dark .consultation-desc__title-sub {
        color: #ff5e5e;
        font-size: 40px;
        line-height: 52px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1920px) {
    .consultation.dark .consultation-desc__title-sub {
        color: #ff5e5e;
        font-size: 50px;
        line-height: 61px;
        font-family: "Montserrat", sans-serif
    }
}

.consultation .main-input-wrapper:first-child {
    margin-top: 0
}

.consultation .main-input-wrapper {
    margin-top: 17px
}

.consultation .main-button {
    width: 100%;
    margin-top: 20px
}

.consultation-desc {
    width: 100%;
    text-align: center
}

@media screen and (min-width:1310px) {
    .consultation-desc {
        width: 65%;
        text-align: left
    }
}

.consultation-form {
    width: 79%;
    margin: 32px auto 0
}

@media screen and (min-width:1310px) {
    .consultation-form {
        width: 31%;
        margin: 0
    }
}

.consultation-desc__title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

@media screen and (min-width:576px) {
    .consultation-desc__title {
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1920px) {
    .consultation-desc__title {
        color: #fff;
        font-size: 50px;
        line-height: 61px;
        font-family: "Montserrat", sans-serif
    }
}

.consultation-desc__title-sub {
    margin: 0
}

.lecturers {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow: hidden;
    height: 755px;
    width: 1330px;
    padding: 120px 5px 5px 5px;
    margin: 0 auto;
}


/* @media screen and (min-width:1920px) {
    .lecturers {
        margin-top: 152px
    }
} */

.lecturer {
    min-width: 292.5px;
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
    border-radius: 30px;
    padding: 0 10px 57px;
    box-sizing: border-box;
    margin-top: 127px;
    margin: 0 20px;
    position: relative;
}

@media screen and (max-width:1800px) {
    .lecturers {
        width: 1200px;
    }
    .lecturer {
        min-width: 360px;
    }
}

@media screen and (max-width:1640px) {
    .lecturer {
        min-width: 356px;
    }
}

@media screen and (max-width:1580px) {
    .lecturers {
        width: 1036px;
    }
    .lecturer {
        min-width: 475px;
    }
}

@media screen and (max-width:1290px) {
    .lecturers {
        width: 946px;
    }
    .lecturer {
        min-width: 428px;
    }
}

@media screen and (max-width:1000px) {
    .lecturers {
        width: 100%;
    }
    .lecturer {
        min-width: calc(100% - 40px);
    }
}

.controls {
    position: absolute;
    width: calc(100% - 68px);
    height: calc(100% - 220px);
    top: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:1120px) {
    .controls {
        width: calc(100% - 174px);
    }
}

@media screen and (max-width:586px) {
    .controls {
        width: calc(100% - 37px);
    }
}

@media screen and (min-width:1200px) {
    .controls {
        width: calc(956px - 20px);
    }
}

@media screen and (min-width:1290px) {
    .controls {
        width: calc(1046px - 20px);
    }
}

@media screen and (min-width:1580px) {
    .controls {
        width: calc(1210px - 20px);
    }
}

@media screen and (min-width:1640px) {
    .controls {
        width: calc(1210px - 10px);
    }
}

@media screen and (min-width:1800px) {
    .controls {
        width: calc(1340px - 10px);
    }
}

.left,
.right {
    width: 40px;
    height: 40px;
    background: #EEEEEE;
    border-radius: 50px;
    cursor: pointer;
}

.left i {
    margin-left: 12px;
    margin-top: 7px;
}

.right i {
    margin-top: 7px;
    margin-left: 10px;
}


/* @media screen and (min-width:1024px) {
    .lecturer {
        width: 48%;
        padding: 0 10px 69px
    }
}

@media screen and (min-width:1920px) {
    .lecturer {
        width: 23%;
        margin-top: 0
    }
} */

.lecturer-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.lecturer__icon {
    margin-top: -99px;
    border-radius: 50%;
    width: 192px;
    height: 195px
}


/* @media screen and (min-width:1024px) {
    .lecturer__icon {
        width: 166px;
        height: 168px;
        margin-top: -85px
    }
} */

.lecturer__name-block {
    margin: 46px 0 0;
    text-align: center
}


/* @media screen and (min-width:1024px) {
    .lecturer__name-block {
        margin: 60px 0 0
    }
} */

.lecturer__name {
    color: #28282b;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    cursor: pointer;
}

.lecturer__name,
.lecturer__text {
    font-family: "Montserrat", sans-serif
}

.lecturer__text {
    color: #a2a2a2;
    font-size: 18px;
    line-height: 22px;
    margin: 24px 0 0;
    text-align: center
}


/* @media screen and (min-width:1024px) {
    .lecturer__text {
        margin: 27px 0 0
    }
} */

.lecturer__experience {
    color: #ff5e5e;
    font-size: 50px;
    line-height: 61px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin: 10px 0 0
}


/* @media screen and (min-width:1024px) {
    .lecturer__experience {
        margin-top: 0
    }
} */

.lecturer__education {
    color: #008bd2;
    font-size: 24px;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;
    width: 100%;
    margin: 12px 0 0;
    font-weight: 700;
    text-align: center
}


/* @media screen and (min-width:1024px) {
    .lecturer__education {
        margin: 18px 0 0
    }
} */

.lecturer-courses {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 27px auto 0;
    width: 90%
}


/* @media screen and (min-width:1024px) {
    .lecturer-courses {
        width: 100%;
        margin: 27px 0 0
    }
} */

.lecturer-courses .lecturer-course:first-child {
    margin-top: 0
}

.lecturer-course {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    background: #73c9ff;
    border-radius: 60px;
    font-weight: 700;
    padding: 6px 25px;
    box-sizing: border-box;
    margin-top: 19px;
    text-align: center;
    max-width: 100%;
    word-break: break-word
}


/* @media screen and (min-width:576px) {
    .lecturer-course {
        color: #fff;
        font-size: 18px;
        line-height: 22px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .lecturer-course {
        margin-top: 13px
    }
} */

.lecturer__more-info {
    color: #004789;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-weight: 500;
    margin: 45px 0 0;
    cursor: pointer;
    z-index: 9999999;
}


/* @media screen and (min-width:1024px) {
    .lecturer__more-info {
        margin: 52px 0 0
    }
} */

.reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 18px
}

.review {
    width: 100%;
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 30px;
    margin-top: 22px
}

@media screen and (min-width:1024px) {
    .review {
        margin-top: 41px;
        width: 49%
    }
}

.review-header {
    position: relative;
    background: #008bd2;
    padding: 19px 17px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

@media screen and (min-width:576px) {
    .review-header {
        flex-wrap: nowrap;
        padding: 19px 18px 19px 27px
    }
}

@media screen and (min-width:1024px) {
    .review-header {
        padding: 19px 37px
    }
}

.review-header__name {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 0 28px;
    text-align: left;
    width: calc(100% - 83px)
}

@media screen and (min-width:576px) {
    .review-header__name {
        width: calc(100% - 209px)
    }
}

.review-header-rating {
    width: 100%;
    margin: 10px 0;
    text-align: center
}

@media screen and (min-width:576px) {
    .review-header-rating {
        width: 126px;
        margin: 0;
        text-align: left
    }
}

.review-header-rating .review-header__icon:first-child {
    margin-left: 0
}

.review-header__icon {
    color: #eff6f9;
    font-size: 1.1em;
    margin-left: 10px
}

.review-header__icon_active {
    color: #f3cc30
}

.review-footer {
    margin-top: 25px;
    padding: 2px 30px 58px;
    box-sizing: border-box
}

@media screen and (min-width:1024px) {
    .review-footer {
        padding: 2px 30px 42px
    }
}

.review-footer__text {
    color: #28282b
}

.review-footer__read-more,
.review-footer__text {
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

.review-footer__read-more {
    color: #008bd2;
    cursor: pointer
}

.reviews-buttons {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px
}

.reviews-buttons .main-button {
    padding: 10px 4px;
    margin: 0
}

@media screen and (min-width:576px) {
    .reviews-buttons .main-button {
        padding: 15px 45px
    }
}

.reviews-buttons .main-button-white {
    padding: 10px 4px;
    margin: 0 0 0 15px
}

@media screen and (min-width:576px) {
    .reviews-buttons .main-button-white {
        padding: 15px 45px;
        margin: 0 0 0 45px
    }
}

.academy-life-wrapper {
    display: none
}

@media screen and (min-width:1024px) {
    .academy-life-wrapper {
        display: block
    }
}

.academy-life {
    display: grid;
    grid-template-columns: repeat(47, 1fr);
    grid-template-rows: repeat(41, 27px);
    margin-top: 39px
}

@media screen and (min-width:1024px) {
    .academy-life {
        grid-template-rows: repeat(41, 29px)
    }
}

@media screen and (min-width:1310px) {
    .academy-life {
        grid-template-rows: repeat(41, 37px)
    }
    .academy-life.ya {
        grid-template-rows: repeat(41, 37px)
    }
}

.academy-life .box {
    height: 100%;
    width: 100%;
    border-radius: 30px
}

.academy-life .academy1 {
    background: url(/static/media/1007/4/16.png);
    background-size: 100% 100%;
    grid-column: 1/16;
    grid-row: 1/13;
    -webkit-grid-row: 1/7
}

.academy-life .academy2 {
    background: url(/static/media/1007/4/21.webp);
    background-size: 100% 100%;
    grid-column: 17/28;
    grid-row: 1/13;
    -webkit-grid-row: 1/7
}

.academy-life .academy3 {
    background: url(/static/media/1007/4/24.webp);
    background-size: 100% 100%;
    grid-column: 29/48;
    grid-row: 1/13;
    -webkit-grid-row: 1/7
}

.academy-life .academy4 {
    background: url(/static/media/1007/4/17.png);
    background-size: 100% 100%;
    grid-column: 1/24;
    grid-row: 14/25
}

.academy-life .academy5 {
    background: url(/static/media/1007/4/19.png);
    background-size: 100% 100%;
    grid-column: 25/36;
    grid-row: 14/19
}

.academy-life .academy6 {
    background: url(/static/media/1007/4/18.png);
    background-size: 100% 100%;
    grid-column: 25/36;
    grid-row: 20/25
}

.academy-life .academy7 {
    background: url(/static/media/1007/4/25.webp);
    background-size: 100% 100%;
    grid-column: 37/48;
    grid-row: 14/25
}

.academy-life .academy8 {
    background: url(/static/media/1007/4/20.webp);
    background-size: 100% 100%;
    grid-column: 1/16;
    grid-row: 26/41
}

.academy-life .academy9 {
    background: url(/static/media/1007/4/22.webp);
    background-size: 100% 100%;
    grid-column: 17/31;
    grid-row: 26/41
}

.academy-life .academy10 {
    background: url(/static/media/1007/4/23.webp);
    background-size: 100% 100%;
    grid-column: 32/48;
    grid-row: 26/41
}

.consultation-popup {
    padding: 31px 24px;
    width: 80vw;
    max-width: 600px;
}

@media screen and (min-width:1024px) {
    .consultation-popup {
        width: 40vw
    }
}

.consultation-popup .main-input-wrapper:first-child {
    margin-top: 0
}

.consultation-popup .main-input-wrapper {
    margin-top: 21px
}

.consultation-popup .main-button {
    width: 100%
}

.course-popup {
    width: 85vw;
    height: 75vh;
    border-radius: 30px;
    overflow-y: hidden;
    scrollbar-width: none;
}

@media screen and (min-width:1024px) {
    .course-popup {
        height: 100vh;
    }
}

@media screen and (max-width: 1024px) {
    .course-popup {
        overflow-y: auto;
    }
}

.course-popup .our-course-whom__title {
    margin-left: 0
}

.course-popup .course-popup-header {
    position: relative;
    background: #004789;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 25px 35px
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-header {
        padding: 55px 70px
    }
}

.course-popup .course-popup-header__icon {
    display: none
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-header__icon {
        position: absolute;
        top: -25%;
        right: 5%
    }
}

.course-popup .course-popup-body {
    box-sizing: border-box;
    padding: 25px 35px
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-body {
        padding: 0px 55px 0px 70px
    }
}

.course-popup .course-popup-detailed {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-detailed {
        margin-top: 24px
    }
}

.course-popup .course-popup-detailed-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-detailed-block {
        width: 48%;
        margin-top: 0
    }
}

.course-popup .course-popup-detailed-block-program {
    display: flex;
    justify-content: space-between;
    width: 100%
}

@media screen and (min-width:1024px) {
    .course-popup .course-popup-detailed-block-program {
        width: 70%
    }
}

.course-popup .course-popup-detailed-block-icon {
    width: 70px
}

.course-popup .course-popup-detailed-block-desc {
    width: calc(100% - 90px)
}

.course-popup .course-popup-detailed-block__title {
    color: #008bd2;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

.course-popup .course-popup-detailed-block__documents {
    color: #28282b;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-weight: 500
}

.course-popup .course-popup-detailed-block-descriptions {
    margin-top: 5px
}

.course-popup .course-popup-detailed-block__description {
    color: #28282b;
    font-size: 16px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

.course-popup .course-popup-detailed-block__price {
    color: #28282b;
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 5px 0 0;
    font-weight: 700
}

.feedback-popup {
    width: 85vw;
    padding-bottom: 35px
}

@media screen and (min-width:1024px) {
    .feedback-popup {
        width: 60vw
    }
}

.feedback-popup .feedback-popup-header {
    position: relative;
    background: #008bd2;
    padding: 55px 70px;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px
}

.feedback-popup .feedback-popup__title {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 0
}

.feedback-popup .feedback-popup-body {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 55px 36px 0
}

.feedback-popup .feedback-popup-body__form {
    width: 100%
}

@media screen and (min-width:1024px) {
    .feedback-popup .feedback-popup-body__form {
        width: 70%
    }
}

.feedback-popup .feedback-popup-body__form .main-input-wrapper:first-child {
    margin-top: 0
}

.feedback-popup .feedback-popup-body__form .main-input-wrapper {
    margin-top: 33px
}

.feedback-popup .feedback-popup-body__photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

@media screen and (min-width:1024px) {
    .feedback-popup .feedback-popup-body__photo {
        width: 30%
    }
}

.feedback-popup .feedback-popup-body-upload,
.feedback-popup .feedback-popup-buttons {
    display: flex;
    justify-content: center;
    align-items: center
}

.feedback-popup .feedback-popup-body-upload {
    flex-direction: column;
    width: 135px;
    height: 129px;
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px;
    cursor: pointer
}

.feedback-popup .feedback-popup-body-upload__plus {
    font-weight: 600;
    font-size: 2em;
    color: #c4c4c4
}

.feedback-popup .feedback-popup-body-upload__text {
    color: #c4c4c4;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 8px 0 0;
    text-align: center;
    font-weight: 500
}

.feedback-popup .feedback-popup-body-rating {
    margin-top: 24px
}

.feedback-popup .feedback-popup-body-rating .feedback-popup-body-rating__icon:first-child {
    margin-left: 0
}

.feedback-popup .feedback-popup-body-rating__icon {
    color: #dbdbdb;
    margin-left: 14px;
    font-size: 1.2em;
    cursor: pointer
}

.feedback-popup .feedback-popup-body-rating__active {
    color: #73c9ff
}

.lecturer-popup {
    width: 85vw;
    padding: 0 15px 25px;
    box-sizing: border-box
}

@media screen and (min-width:576px) {
    .lecturer-popup {
        padding: 0 35px 25px
    }
}

@media screen and (min-width:1024px) {
    .lecturer-popup {
        padding: 0 80px 80px
    }
}

.lecturer-popup .lecturer__icon {
    margin-top: -54px
}

@media screen and (min-width:1024px) {
    .lecturer-popup .lecturer-course {
        color: #fff;
        font-size: 14px;
        line-height: 16px;
        font-family: "Montserrat", sans-serif;
        text-align: left
    }
}

@media screen and (min-width:1310px) {
    .lecturer-popup .lecturer-course {
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-family: "Montserrat", sans-serif
    }
}

.lecturer-popup .lecturer-courses {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    width: 100%
}

@media screen and (min-width:1024px) {
    .lecturer-popup .lecturer-courses {
        justify-content: flex-start
    }
}

.lecturer-popup .lecturer-courses .lecturer-course:first-child {
    margin-left: 0
}

.lecturer-popup .lecturer-courses .lecturer-course {
    margin: 12px 0 0
}

.lecturer-popup .lecturer__education {
    text-align: left
}

.lecturer-popup .lecturer-popup-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

@media screen and (min-width:1024px) {
    .lecturer-popup .lecturer-popup-block {
        width: 50%
    }
}

.lecturer-popup .lecturer-popup-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.lecturer-popup .lecturer-popup-row_center {
    justify-content: center
}

.lecturer-popup .lecturer-popup-block__hobbies-title {
    color: #008bd2;
    font-size: 18px;
    line-height: 22px;
    font-family: "Montserrat", sans-serif;
    margin: 20px 0 0
}

.lecturer-popup .lecturer-popup-block__hobbies-text {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 27px 0 0
}

.quiz-popup {
    width: 85vw;
    box-sizing: border-box
}

.quiz-popup .quiz-popup-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    background: #73c9ff;
    border-radius: 30px;
    padding: 25px 35px
}

@media screen and (min-width:1024px) {
    .quiz-popup .quiz-popup-header {
        padding: 80px 55px
    }
}

.quiz-popup .quiz-popup__title {
    color: #fff;
    font-size: 36px;
    line-height: 44px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    width: 100%;
    text-align: center
}

@media screen and (min-width:1024px) {
    .quiz-popup .quiz-popup__title {
        width: calc(100% - 110px);
        text-align: left
    }
}

.quiz-popup .quiz-popup__icon {
    display: none
}

@media screen and (min-width:1024px) {
    .quiz-popup .quiz-popup__icon {
        display: block;
        position: absolute;
        top: -16%;
        right: 5%
    }
}

.quiz-popup .quiz-popup-body {
    padding: 25px 35px
}

@media screen and (min-width:1024px) {
    .quiz-popup .quiz-popup-body {
        padding: 80px 55px
    }
}

.quiz-popup .quiz-popup-body__question {
    color: #008bd2;
    font-size: 24px;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    text-align: center;
    font-weight: 500
}

.quiz-popup .quiz-popup__answer {
    margin-top: 18px
}

.quiz-popup .quiz-popup-body-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    margin-top: 56px
}

@media screen and (min-width:576px) {
    .quiz-popup .quiz-popup-body-buttons {
        flex-direction: row
    }
}

.quiz-popup .quiz-popup-body-buttons .main-button,
.quiz-popup .quiz-popup-body-buttons .main-button-white {
    margin-top: 0;
    padding: 12px 55px
}

@media screen and (min-width:576px) {
    .quiz-popup .quiz-popup-body-buttons .main-button {
        margin: 0 0 0 29px
    }
}

.quiz-popup .quiz-popup-body-buttons .main-button-white {
    margin: 20px 0 0
}

@media screen and (min-width:576px) {
    .quiz-popup .quiz-popup-body-buttons .main-button-white {
        margin: 0 0 0 29px
    }
}

.quiz-popup .quiz-popup-body-course {
    text-align: center
}

.quiz-popup .quiz-popup-body-course .main-button {
    margin: 42px 0 0
}

.quiz-popup .quiz-popup-body-course__title {
    color: #008bd2;
    font-size: 20px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    margin: 19px 0 0;
    text-transform: uppercase
}

@media screen and (min-width:576px) {
    .quiz-popup .quiz-popup-body-course__title {
        color: #008bd2;
        font-size: 24px;
        line-height: 28px;
        font-family: "Montserrat", sans-serif
    }
}

@media screen and (min-width:1024px) {
    .quiz-popup .quiz-popup-body-course__title {
        color: #008bd2;
        font-size: 64px;
        line-height: 78px;
        font-family: "Montserrat", sans-serif
    }
}

.quiz-popup .quiz-popup-body-course__about {
    color: #ff5e5e;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 21px 0 0;
    text-decoration: underline;
    cursor: pointer
}

.success-block {
    display: flex;
    flex-direction: column;
    align-items: center
}

.success-block__icon {
    color: #7d0
}

.success-block__title {
    font-weight: 700
}

.success-block__text,
.success-block__title {
    color: #28282b;
    font-size: 16px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    margin: 10px 0 0
}

.success-block__text {
    text-align: center
}


/*# sourceMappingURL=main.48e821d0.chunk.css.map */

.matrix {
    width: 400px;
    margin: auto;
    text-align: justify;
}


/* begin Demo Not necessary   */


/* begin begin Back to Top button  */

.back_to_top {
    position: fixed;
    bottom: 80px;
    left: 40px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #009FE3;
    color: white;
    cursor: pointer;
    border-radius: 2px;
    display: none;
}

.back_to_top:hover {
    background: #0291ce;
}

.back_to_top-show {
    display: block;
}

.master-block {
    margin-top: 80px;
    width: 100%;
    margin: 80px auto 0;
}

.master-block span {
    float: left;
    margin-right: 70px;
    line-height: 20px;
    width: 850px;
}

@media (max-width: 1910px) {
    .master-block span {
        width: 810px;
    }
}

@media (max-width: 1840px) {
    .master-block span {
        width: 760px;
    }
}

@media (max-width: 1770px) {
    .master-block span {
        width: 710px;
    }
}

@media (max-width: 1310px) {
    .master-block span {
        width: 660px;
    }
}

@media (max-width: 1700px) {
    .master-block span {
        width: 610px;
    }
}

@media (max-width: 1560px) {
    .master-block span {
        width: 560px;
    }
}

@media (max-width: 1500px) {
    .master-block span {
        width: 510px;
    }
}

@media (max-width: 1430px) {
    .master-block span {
        width: 460px;
    }
}

@media (max-width: 1360px) {
    .master-block span {
        width: 410px;
    }
}

@media (max-width: 1300px) {
    .master-block span {
        width: 360px;
    }
}

@media (max-width: 1250px) {
    .master-block span {
        width: 310px;
    }
}

@media (max-width: 1200px) {
    .master-block span {
        width: 260px;
    }
}

.master-block img {
    min-width: 350px;
    height: 251px;
    object-fit: cover;
    object-position: 0;
}

.master-block .data {
    background-color: #EBF8FF;
    margin-top: 20px;
    border-radius: 10px;
}

.master-block .titles {
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.titles .triggersummer {
    border-bottom: 3px solid #EEEEEE;
    padding-bottom: 20px;
    width: 20%;
    text-align: center;
    cursor: pointer;
    transition: all 150ms ease;
}

.titles .triggersummer.active {
    border-bottom: 3px solid #87D1FF;
}

.titles .triggersummer:hover:not(.active) {
    border-bottom: 3px solid #dbdbdb;
}

.hide {
    display: none!important;
}

.master {
    display: flex;
    padding: 60px;
}

.control-slider {
    display: flex;
    justify-content: space-evenly;
    margin-top: 15px;
}

.control-slider span {
    margin-right: 0;
    float: none;
    line-height: normal;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 65px;
    border-radius: 50px;
    cursor: pointer;
    background-color: #9FDAFF;
}


/* 
.left i {
    margin-left: 5px;
} */

#viewport {
    overflow: hidden;
    width: 350px;
}

.slider {
    position: relative;
    width: calc(100% * 3);
    height: auto;
    display: flex;
    justify-content: start;
    flex-wrap: nowrap;
}

.slide {
    width: 100%;
    height: 450px;
}

.slide img {
    width: 100%;
    height: 251px;
    object-fit: cover;
    object-position: 0;
}

#viewSlider {
    width: calc(30px * 5);
    display: flex;
    justify-content: space-between;
}

.viewSlide {
    width: 20px;
    height: 20px;
    background-color: red;
}

@media (max-width: 1025px) {
    .control-slider {
        display: none!important;
    }
    #viewport {
        overflow: auto!important;
        width: 100%!important;
    }
    .slider {
        width: 100%!important;
    }
    span.text:not(.spanMobile) {
        display: none;
    }
    .spanMobile {
        display: block!important;
    }
    .master {
        flex-wrap: wrap;
    }
    .master-block span {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: 20px;
    }
    .master-block img {
        margin-right: 20px;
    }
    .master-block .titles {
        padding: 0;
        padding-top: 20px;
    }
    .titles .triggersummer {
        width: auto;
        margin-right: 5px;
    }
}

.master-logo {
    margin-bottom: 20px;
}

.bgSvg {
    background: #73c9ff;
    border-radius: 999px;
}

.cookieNotify {
    position: fixed;
    left: calc(50% - 350px);
    width: 700px;
    background: #444B5B;
    color: white;
    display: none;
    margin-bottom: 40px;
    padding: 10px;
    justify-content: space-around;
    border-radius: 5px;
    align-items: center;
    bottom: 0;
    border: 1px solid #a1a1a138;
    z-index: 999999999999999999999;
    box-sizing: border-box;
}

.cookieNotify.active {
    display: flex;
}

.cookieNotify button {
    background: #FEFEFE;
    border: none;
    padding: 0px 20px;
    height: 40px;
    border-radius: 5px;
    transition: all 150ms ease;
    cursor: pointer;
}

.cookieNotify button:hover {
    background-color: rgba(255, 255, 255, 0.795);
}

@media screen and (max-width: 870px) {
    .cookieNotify {
        width: 500px;
        left: calc(50% - 250px);
    }
    .cookieNotify button {
        margin-left: 20px;
    }
}

@media screen and (max-width: 600px) {
    .cookieNotify {
        width: 400px;
        left: calc(50% - 200px);
    }
    .cookieNotify.active {
        display: block;
    }
    .cookieNotify button {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 460px) {
    .cookieNotify.active {
        width: 300px;
        left: calc(50% - 150px);
        display: block!important;
    }
    .cookieNotify button {
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .cookieNotify.active {
        width: 250px;
        left: calc(50% - 125px);
        display: block!important;
    }
    .cookieNotify button {
        width: 100%;
        margin-left: 0;
    }
}

.burger-list.active {
    display: block;
    text-align: center;
}

.none {
    display: none;
}

.error {
    color: #ff5e5e;
    margin-top: 10px;
}

.mb {
    margin-top: 40px;
}

.jjhhj {
    width: 20%;
    margin: 20px auto;
}

@media screen and (max-width: 1205px) {
    .jjhhj {
        width: 40%;
    }
}

@media screen and (max-width: 994px) {
    .jjhhj {
        width: 100%;
    }
}

.description {
    margin-top: 27px;
    width: 50%;
    margin-left: 20px;
}

.flex {
    display: flex;
}

.w-50 {
    width: 50%;
}

.mb {
    margin-bottom: 10px;
}

.fixTop {
    margin-top: -45px;
}

@media screen and (max-width: 1025px) {
    .flex {
        flex-wrap: wrap;
    }
    .description {
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

.stata {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    width: 1260px;
    margin: 0 auto;
}

.element {
    width: 230px;
}

.stata .bold {
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 1300px) {
    .stata {
        width: 800px;
        flex-wrap: wrap;
    }
    .element {
        width: 250px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 850px) {
    .stata {
        width: calc(100% - 40px);
        flex-wrap: wrap;
    }
    .element {
        width: 400px;
        margin-bottom: 30px;
    }
}


/* Popup */

.skt-popup__wrapper {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 3;
    animation: opacity .4s;
    transition: opacity .2s;
    overflow-y: scroll;
}

.skt-popup__wrapper--open {
    display: flex;
}

.skt-popup__wrapper--closing {
    display: flex;
    opacity: 0;
}

.skt-popup {
    margin: auto;
    width: 960px;
    background: white;
    border-radius: 16px;
    padding: 48px;
    box-shadow: 0px 12px 48px rgba(0, 0, 0, .4);
    animation: bottom .4s;
    transition: transform .2s;
    color: black;
}

.skt-popup p {
    font-size: 1rem;
    margin: 0 0 8px;
}

.skt-popup__wrapper--closing .skt-popup {
    transform: translateY(100px);
}

.skt-popup-header {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
    /* justify-content: space-between; */
}

.skr-popup-header__image {
    width: 96px;
    height: 96px;
    background-position: center;
    background-size: cover;
    margin-right: 32px;
    align-self: center;
}

.skt-popup__title {
    margin: 0 auto 0 0;
    max-width: 500px;
    font-size: 3rem;
}

.skt-popup-header__actions {
    display: flex;
    align-items: center;
}

.skt-popup-header__link {
    color: #7C5EA4;
    opacity: .54;
}

.skt-popup__close {
    border: none;
    background: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    background-image: url(close.svg);
    opacity: .54;
    margin-left: 48px;
    transition: opacity .2s;
}

.skt-popup__close:hover {
    opacity: 1;
}

.skt-popup-description-item {
    margin-bottom: 32px;
}

.skt-popup .skt-popup__text-primary {
    font-size: 1.5rem;
    margin: 0 0 32px;
}

.skt-popup__achievement {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    max-width: 60%;
}

.skt-popup__achievement img {
    margin-right: 12px;
}

.skt-popup-icon-item {
    display: flex;
    align-items: center;
}

.skt-popup-icon-item__icon {
    width: 40px;
    height: 40px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-right: 12px;
}

.popup_button_book {
    width: 260px;
    margin-top: 24px;
    padding: 10px 23px;
    border-width: 1px;
    border-radius: 30px;
    background-color: #ff5e5e;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    color: white;
}

.popup_button_book:hover {
    cursor: pointer;
}

#specialButton:hover {
    text-decoration: underline;
}

.subheader {
    position: absolute;
    top: 0;
    left: 0;
    background: red;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #73c9ff6e;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subheader i {
    color: #FF9047;
    margin-right: 5px;
}

.mth {
    margin-top: 30px;
}

.navbar.mth {
    margin-top: 67px;
}

.click {
    cursor: pointer;
}

.bottomheader {
    position: absolute;
    top: 34px;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    display: flex;
    font-size: 12px;
    padding: 5px;
    border-bottom: 1px solid #73c9ff6e;
}

.bottomheader div {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.bottomheader i {
    margin-right: 5px;
    color: #c9c9c9;
    font-size: 16px;
}

.nright {
    justify-content: right;
    position: absolute;
    right: 10px;
}

#specialButton {
    cursor: pointer;
}

.topheader a {
    text-decoration: none!important;
    color: black!important;
}

@media screen and (max-width: 1919px) {
    .mth {
        margin-top: 40px;
    }
    .navbar.mth {
        margin-top: 87px;
    }
}

@media screen and (max-width: 1280px) {
    .px1280 {
        display: none!important;
    }
}

@media screen and (max-width: 880px) {
    .px880 {
        display: none!important;
    }
    .px8801 {
        font-size: 12px;
    }
}

@media screen and (max-width: 880px) {
    .px6201 {
        display: block;
    }
    .bottomheader {
        border: none;
    }
}

@media screen and (max-width: 620px) {
    .bottomheader {
        display: grid;
        justify-content: center;
    }
    .nright {
        right: 0;
        position: relative;
        display: block;
        width: 100%;
        margin-top: 5px;
        margin-left: -58px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar.mth {
        margin-top: 92px;
    }
}

.twoGis {
    margin-bottom: 20px;
}

#ccourse {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
    position: relative;
}

.course {
    width: 295px;
    margin-bottom: 100px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 10%);
    padding: 40px;
    border-radius: 10px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}

.course svg {
    position: absolute;
    top: -76px;
    left: calc(50% - 88.5px);
    width: 182px;
    height: 170px;
    /* position: absolute;
    top: -76px;
    left: calc(50% - 74.5px);
    width: 162px;
    height: 150px; */
}

.our-course__title {
    font-weight: bold;
    margin-top: 60px;
    height: 50px;
}

.our-course-skill {
    display: grid;
}

.our-course-skill p {
    margin-bottom: 10px;
}

.mor {
    position: absolute;
    bottom: 30px;
    left: calc(50% - 60px);
    width: 100px;
}

@media screen and (max-width: 875px) {
    #ccourse {
        justify-content: center!important;
        margin-top: 120px;
    }
    .course {
        width: 90%;
    }
}

.container-page__title {
    padding-top: 50px;
}

.our-course__title {
    cursor: pointer;
}

.navbar__li {
    white-space: nowrap;
}

.banner {
    margin-top: 128px;
}

#content_info {
    margin: 200px auto 0px!important;
    width: calc(100% - 400px)!important;
}

@media screen and (max-width: 1140px) {
    #content_info {
        width: calc(100% - 200px)!important;
    }
}

@media screen and (max-width: 780px) {
    #content_info {
        width: calc(100% - 50px)!important;
    }
}

@media screen and (max-width: 425px) {
    #content_info {
        width: calc(100% - 0px)!important;
    }
}

.roadmapPC {
    width: 100%;
    margin: 0 auto;
}

.roadmapMO {
    max-width: 300px;
    width: 100%;
    max-height: 300px;
    margin: 0 auto;
    display: none;
}

@media screen and (max-width: 1024px) {
    .roadmapMO {
        display: block;
    }
    .roadmapPC {
        display: none;
    }
}

.text-muted {
    color: #bdbdbd;
}

@media screen and (max-width: 400px) {
    #content_info {
        min-width: 400px;
    }
}

@media screen and (max-width: 1445px) {
    .navbar {
        padding: 15px 10%;
    }
}

@media screen and (max-width: 1301px) {
    .navbar.mth {
        margin-top: 85px;
    }
}

@media screen and (max-width: 1300px) {
    .navbar {
        padding: 15px 7%;
    }
}

@media screen and (max-width: 1250px) {
    .navbar {
        padding: 15px 3%;
    }
}

@media screen and (max-height: 920px) {
    .course-popup {
        overflow: auto;
    }
    .course-popup {
        scrollbar-width: thin;
        scrollbar-color: #A7A7A7 #ffffff00;
    }
}

.course-popup::-webkit-scrollbar {
    width: 5px;
    /* ширина scrollbar */
    scrollbar-width: 5px;
}

.course-popup::-webkit-scrollbar-thumb {
    background-color: #A7A7A7!important;
    /* padding вокруг плашки */
    border-radius: 10px;
}

h3.lecturer__name {
    cursor: pointer;
    z-index: 328898345;
}

.lecturer__name-block {
    cursor: pointer;
    z-index: 328898345;
}

.isOnline {
    position: absolute;
    width: 80px;
    right: -25px;
    top: -35px;
}

.header-block-numbers a {
    font-weight: 500;
}

.d-flex-footer {
    display: flex;
}

.license {
    margin-left: 20px;
}

.license img {
    width: 85px;
    cursor: pointer;
    border-radius: 5px;
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    height: 100%;
}

.modal .background {
    background: black;
    width: 100%;
    height: 100%;
    opacity: .6;
}

.modal-body {
    background: white;
    position: absolute;
    top: 5%;
    left: calc(50% - 530px);
    width: 1000px;
    padding: 30px;
    border-radius: 5px;
    -webkit-animation: showModal .3s;
    animation: showModal .3s;
    max-height: 90%;
    overflow: auto;
}

.modal .info {
    margin-left: 30px;
    padding: 0px 10px;
    position: relative;
}

.info .selectric-wrapper {
    margin-top: 10px;
}

.modal #addbasket,
.modal #backbasket {
    display: flex;
    align-items: center;
    background: #40b6e9;
    color: white;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    cursor: pointer;
    width: 210px;
    background: rgb(0, 159, 227);
    background: linear-gradient(104deg, rgba(0, 159, 227, 1) 0%, rgba(0, 139, 210, 1) 97%);
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}

#addbasket.danger {
    background: #c52e2e!important;
}

.modal #addbasket:hover,
.modal #backbasket:hover {
    background-position: 210px;
}

.modal .critical {
    text-decoration: none!important;
    font-size: 14px;
    background: #ff4343;
    border-radius: 5px;
    color: white;
    padding: 2px 5px;
    margin-left: 15px;
}

.modal-title .title {
    font-weight: 600;
    font-size: 24px;
}

.modal-title {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#modal-close>span {
    font-size: 30px;
    cursor: pointer;
}

#modal-close>span:hover {
    transform: rotate(90deg);
}


/* .modal .modal-content {
	-webkit-animation: showModal .3s;
	animation: showModal .3s;
}*/

.modal-body.animate {
    -webkit-animation: hideModal .15s forwards;
    animation: hideModal .15s forwards
}

@-webkit-keyframes showModal {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes showModal {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes hideModal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes hideModal {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

.d-none {
    display: none;
}

#modal-close {
    width: 30px;
    height: 30px;
    transition: all 150ms ease;
}

#modal-close:hover {
    transform: rotate(90deg)
}

#license img {
    width: 600px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

.deactive {
    overflow: hidden;
}

@media screen and (max-width: 1080px) {
    .modal-body {
        width: 800px;
        left: calc(50% - 430px);
    }
}

@media screen and (max-width: 870px) {
    .modal-body {
        width: calc(100% - 90px);
        left: 15px;
    }
}

@media screen and (max-width: 650px) {
    #license img {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .banner {
        margin-top: 190px!important;
    }
}

.cpp-fix {
    white-space: nowrap;
}


button:disabled {
    opacity: .5;
    pointer-events: none;
}

.consultation-popup .checkbox-label:first-child {
    margin-top: 20px;
    display: block;
}

.consultation.dark .form-checkbox__label {
    color: white;
}

.consultation.dark a {
    color: #48c1ff;
}

#checkbox1, #checkbox2, .checkbox3, .checkbox4 {
    margin-right: 10px;
}