.preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #E7F7FB;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 10000
}

.preloader-block {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
    animation-delay: 1s
}

.promo-loader-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    position: absolute;
    top: 50px;
    right: -60px
}

    .promo-loader-block .item {
        width: 10px;
        height: 10px;
        margin: 3px
    }

        .promo-loader-block .item::before {
            width: 10px;
            height: 10px
        }

@media (max-width: 500px) {
    .promo-loader-block {
        display: flex;
        align-items: center;
        justify-content: center;
        width: max-content;
        position: absolute;
        top: 10px;
        right: 5px
    }
}

.item-1 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.2);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.2);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-2 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.3);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.3);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-3 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.4);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.4);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-4 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.5);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.5);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.item-5 {
    width: 20px;
    height: 20px;
    background: #f583a1;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.6);
    margin: 7px;
    display: flex;
    justify-content: center;
    align-items: center
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50%,75% {
        transform: scale(2.5)
    }

    78%,100% {
        opacity: 0
    }
}

.item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(16,110,131,0.6);
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1)
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0
}

.loaded .preloader {
    display: none
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 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;
    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
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    font-family: 'Playfair Display', serif;
    outline: none !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0 !important;
    outline-offset: 0 !important;
    transition: 0 !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 1
}

@media screen and (min-width: 768px) {
    * {
        scrollbar-color: #106E83 #E7F7FB;
        scrollbar-width: thin
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #E7F7FB
    }

    ::-webkit-scrollbar-thumb {
        background-color: #106E83;
        border-radius: 10px
    }
}

body {
    overflow: hidden;
    position: relative;
    min-width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #fff;
    color: #0F2D37
}

    body.hidden {
        position: relative;
        overflow: hidden !important; 
        display: initial;
    }

.wrap {
    width: 1200px;
    margin: auto
}

@media screen and (max-width: 1500px) {
    .wrap {
        width: 1200px
    }
}

@media screen and (max-width: 1400px) {
    .wrap {
        width: 1140px
    }
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 1024px
    }
}

@media screen and (max-width: 1140px) {
    .wrap {
        width: 960px
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        width: 800px
    }
}

@media screen and (max-width: 960px) {
    .wrap {
        width: 90%
    }
}

@media screen and (max-width: 425px) {
    .wrap {
        width: calc(100% - 40px)
    }
}

.section {
    padding-top: 70px;
    margin-bottom: 30px;
    max-width: 100%
}

    .section h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px
    }

    .section h2 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 40px;
        letter-spacing: 0.05em
    }

    .section h3 {
        font-size: 30px;
        text-align: left;
        margin-bottom: 25px
    }

.section-title {
    text-align: center;
    font-weight: normal
}

    .section-title span.text_main {
        position: relative
    }

        .section-title span.text_main::before {
            position: absolute;
            content: '';
            height: 10px;
            width: calc(100% + 14px);
            bottom: 12px;
            left: -7px;
            background-color: #E7F7FB;
            z-index: -1
        }

.section-subtitle {
    display: block;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    font-weight: 400
}

.img {
    position: relative;
    width: max-content;
    height: max-content
}

    .img img {
        border-radius: 20px;
        width: 100%
    }

    .img video {
        width: 100%;
        height: 330px !important;
        border-radius: 20px
    }

.img_left .img-border {
    top: -20px;
    left: -20px
}

.img_left .img-background {
    top: 10px;
    left: -20px
}

.img_right .img-border {
    top: 20px;
    left: 20px
}

.img_right .img-background {
    top: 0px;
    left: -20px
}

.img-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(131,99,16,0.3);
    border-radius: 20px;
    z-index: -1;
    top: -20px;
    left: -20px
}

.img-background {
    background-color: #E7F7FB;
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    z-index: -2;
    border-radius: 20px;
    transform-origin: center;
    transform: rotate(10deg);
    transform: matrix(-0.99, -0.1, -0.11, 0.99, 0, 0)
}

.prev, .next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #B6BCBF;
    border-radius: 50%;
    transition: 0.5s;
    border: 2px solid #B6BCBF
}

    .prev i, .next i {
        z-index: 1;
        width: 18px;
        height: 12px;
        background-image: url("../content/img/icons/arrow-icon_white.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center
    }

    .prev i {
        transform: rotate(-90deg)
    }

    .prev.clickable {
        transition: 0.5s;
        background-color: #106E83;
        border: 2px solid #106E83;
        cursor: pointer
    }

    .next i {
        transform: rotate(90deg)
    }

    .next.clickable {
        transition: 0.5s;
        background-color: #106E83;
        border: 2px solid #106E83;
        cursor: pointer
    }

.slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: max-content;
    margin: 0 auto;
    min-width: 312px;
    margin-top: 55px
}

    .slider-nav .count {
        margin: 0 60px
    }

        .slider-nav .count span {
            font-size: 50px
        }

    .slider-nav .count, .slider-nav span {
        letter-spacing: 0.05em;
        font-size: 30px;
        color: #B6BCBF;
        font-family: 'Playfair Display'
    }

a {
    text-decoration: none;
    color: #0F2D37
}

    a.link {
        font-size: 16px;
        line-height: 22px;
        font-family: 'Open Sans';
        font-weight: 400;
        transition: 0.5s
    }

ul {
    list-style: none
}

    ul li {
        position: relative;
        padding-left: 20px;
        font-size: 16px;
        line-height: 30px;
        font-family: 'Open Sans';
        margin-bottom: 15px
    }

        ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 11px;
            width: 8px;
            height: 8px;
            border-radius: 50px;
            background-color: #836310
        }

.bold {
    font-weight: 600 !important
}

.br {
    display: block;
    line-height: 0px
}

span.primary {
    color: #836310;
    font-family: 'Open Sans'
}

.flex {
    display: flex;
    justify-content: space-between
}

.button {
    display: block;
    text-decoration: none;
    padding: 10px 30px;
    transition: 0.3s;
    background-color: #106E83;
    border: 2px solid #106E83;
    border-radius: 50px;
    width: max-content;
    font-size: 18px;
    color: #fff;
    font-family: 'Open Sans';
    margin-left: auto;
    margin-right: auto
}

.button-white {
    background-color: #fff;
    color: #106E83
}

input {
    appearance: none !important;
    outline: none !important;
    box-shadow: none !important
}

    input[type="submit"],
    .form-submit {
        padding: 10px 30px;
        color: #106E83;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 18px;
        border-radius: 50px;
        border: 2px solid #fff;
        background-color: #fff;
        transition: 0.3s;
        cursor: pointer
    }

.checkbox {
    position: relative
}

    .checkbox .invalid ~ .checkbox__text {
        margin-bottom: 15px
    }

    .checkbox .valid ~ .checkbox__text {
        margin-bottom: 0px !important
    }

    .checkbox div.invalid {
        top: 35px
    }

    .checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        width: 28px;
        height: 28px
    }

        .checkbox input:checked ~ .checkbox__text::before {
            background-color: #fff !important;
            background-image: url("../content/img/icons/checkbox-icon.svg");
            background-repeat: no-repeat;
            background-position: center;
            transform-origin: center
        }

.checkbox__text {
    display: block;
    position: relative;
    padding: 0 0 0 45px;
    cursor: pointer;
    line-height: 28px;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans';
    font-size: 16px
}

    .checkbox__text::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        border-radius: 5px;
        border: 2px solid #fff;
        background-color: #106E83;
        transition: .2s;
        background-position: center;
        transform-origin: center
    }

.checkbox.default .checkbox__text {
    color: #0F2D37
}

    .checkbox.default .checkbox__text::before {
        background-color: #fff;
        border-color: #106E83
    }

.checkbox.default:checked + .checkbox__text:before {
    background-color: #106E83 !important;
    background-image: url("../content/img/icons/checkbox-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: center
}

.input-block {
    margin-bottom: 20px;
    position: relative
}

    .input-block .text {
        display: block;
        margin-bottom: 7px;
        font-weight: 300;
        color: #fff;
        font-family: 'Open Sans';
        font-size: 16px;
        line-height: 30px
    }

    .input-block .input {
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 15px;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #fff;
        font-family: 'Open Sans';
        font-size: 20px;
        box-shadow: none !important;
        outline: none !important
    }

        .input-block .input::placeholder {
            color: rgba(182,188,191,0.9)
        }

        .input-block .input.invalid {
            color: #ff5146 !important;
            border: 1px solid #ff5146 !important;
            position: relative;
            margin-bottom: 25px
        }

            .input-block .input.invalid::placeholder {
                color: #ff5146 !important
            }

    .input-block.default {
        background-color: #E7F7FB;
        border: 1px solid #E7F7FB
    }

div.invalid {
    position: absolute;
    top: 85px;
    left: 0px;
    color: #ff5146;
    font-weight: 400;
    display: block;
    font-size: 16px;
    font-family: 'Open Sans'
}

@media screen and (min-width: 992px) {
    .button:hover {
        background-color: #fff;
        color: #106E83;
        cursor: pointer;
        transition: 0.3s
    }

    .button-white:hover {
        background-color: #106E83;
        color: #fff
    }

    .link:hover {
        transition: 0.5s;
        color: #106E83
    }

    .slider-nav .clickable:hover {
        background-color: #fff
    }

    .slider-nav .next.clickable:hover i {
        background-image: url("../content/img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center;
        transform: rotate(-90deg)
    }

    .slider-nav .prev.clickable:hover i {
        background-image: url("../content/img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center;
        transform: rotate(90deg)
    }

    input[type="submit"]:hover {
        transition: 0.3s;
        border: 2px solid #E7F7FB;
        background-color: #E7F7FB
    }
}

@media (max-height: 720px) {
    .input-block {
        margin-bottom: 5px
    }

    .button {
        font-size: 18px;
        padding: 10px 30px
    }

    .section {
        margin-bottom: 0px
    }

        .section h1 {
            font-size: 45px;
            line-height: 55px;
            margin-bottom: 15px
        }

        .section h2 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 30px
        }

        .section h3 {
            font-size: 28px;
            margin-bottom: 20px
        }

    .section-title span.text_main::before {
        height: 8px;
        width: calc(100% + 10px);
        bottom: 9px;
        left: -5px
    }
}

@media (max-width: 1200px) {
    ul li {
        padding-left: 15px;
        line-height: 22px;
        margin-bottom: 13px
    }

        ul li::before {
            top: 9px;
            width: 5px;
            height: 5px
        }

    .section {
        padding-top: 70px;
        margin-bottom: 20px
    }

        .section h1 {
            font-size: 40px;
            line-height: 50px;
            margin-bottom: 13px
        }

        .section h2 {
            font-size: 35px;
            line-height: 50px;
            margin-bottom: 35px
        }

        .section h3 {
            font-size: 24px;
            margin-bottom: 17px
        }
}

@media (max-width: 1024px) {
    .img_left .img-border {
        top: 20px;
        left: 20px
    }

    .img_left .img-background {
        top: 0px;
        left: -20px
    }

    .img_right .img-border {
        top: 20px;
        left: 20px
    }

    .img_right .img-background {
        top: 0px;
        left: -20px
    }

    .img-border {
        position: absolute;
        width: 100%;
        height: 100%;
        border: 2px solid rgba(131,99,16,0.3);
        border-radius: 20px;
        z-index: -1;
        top: -20px;
        left: -20px
    }

    .img-background {
        background-color: #E7F7FB;
        position: absolute;
        width: calc(100% + 30px);
        height: 100%;
        z-index: -2;
        border-radius: 20px;
        transform-origin: center;
        transform: rotate(10deg);
        transform: matrix(-0.99, -0.1, -0.11, 0.99, 0, 0)
    }

    .button {
        padding: 10px 30px;
        font-size: 18px
    }

    .section {
        padding-top: 70px;
        margin-bottom: 0px
    }

        .section h2 {
            font-size: 30px;
            line-height: 40px;
            margin-bottom: 30px
        }

    .section-title span.text_main::before {
        height: 8px;
        width: calc(100% + 10px);
        bottom: 6px;
        left: -5px
    }
}

@media (max-width: 768px) {
    .slider-nav {
        margin-top: 20px !important
    }

    .section {
        margin-bottom: 0;
        padding-top: 60px
    }

        .section h2 {
            font-size: 28px;
            line-height: 36px;
            margin-bottom: 40px
        }

    .section-title span.text_main::before {
        height: 8px;
        width: calc(100% + 10px);
        bottom: 6px;
        left: -5px
    }
}

@media (max-width: 600px) {
    .img img, .img video {
        border-radius: 0
    }

    .img-border {
        height: calc(100% + 40px);
        border: none;
        border-bottom: 2px solid rgba(131,99,16,0.3);
        border-top: 2px solid rgba(131,99,16,0.3);
        border-radius: 0;
        top: -20px !important;
        left: 0px !important
    }

    .img-background {
        width: 90%;
        height: 100%;
        z-index: -2;
        border-radius: 20px;
        transform-origin: center;
        transform: rotate(-7deg);
        overflow: hidden
    }

    .button {
        padding: 10px 30px;
        font-size: 16px
    }

    .section h2 {
        font-size: 22px;
        line-height: 34px
    }

    .section-title span.text_main::before {
        display: none
    }
}

@media (max-width: 475px) {
    .checkbox div.invalid#privacy-error {
        top: 60px
    }
}

@media (max-width: 425px) {
    .section-title {
        font-size: 24px
    }

    .section h2, .section h3 {
        font-size: 24px !important;
        font-weight: 400 !important
    }

    .button {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 400
    }
}

.transition, p {
    transition: all 0.4s ease-in-out
}

.no-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    user-select: none
}

p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    font-family: 'Open Sans';
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2
}

ul.methods-list {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    max-width: 100%
}

    ul.methods-list li {
        position: relative;
        padding: 0;
        margin: 0;
        padding: 15px 30px;
        background-color: #fff;
        box-shadow: 0px 20px 50px rgba(16,110,131,0.15);
        border-radius: 20px;
        margin-bottom: 10px
    }

        ul.methods-list li::before {
            display: none
        }

        ul.methods-list li:last-child {
            margin-bottom: 0
        }

        ul.methods-list li span.title {
            font-family: 'Open Sans';
            font-weight: 600;
            line-height: 35px;
            font-size: 20px
        }

        ul.methods-list li p {
            margin-bottom: 20px
        }

        ul.methods-list li i {
            position: absolute;
            width: 40px;
            height: 40px;
            border: 1px solid #106E83;
            background-color: #106E83;
            border-radius: 50px;
            top: 10;
            right: 30px;
            background-image: url("../content/img/icons/arrow-icon_white.svg");
            background-repeat: no-repeat;
            background-position: center
        }

        ul.methods-list li input[type=checkbox] {
            position: absolute;
            cursor: pointer;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            border-radius: 20px
        }

            ul.methods-list li input[type=checkbox].close ~ p {
                margin-top: 0;
                max-height: 0;
                margin-bottom: 0;
                opacity: 0;
                transform: translate(0, 50%)
            }

            ul.methods-list li input[type=checkbox].close ~ i {
                background-color: #fff;
                background-image: url("../content/img/icons/arrow-icon_blue.svg");
                background-repeat: no-repeat;
                background-position: center;
                transform-origin: center
            }

@media (max-width: 600px) {
    ul.methods-list li i {
        background-image: url("../content/img/icons/arrow-icon_blue.svg");
        transform: rotate(180deg);
        transition: 0.5s
    }

    ul.methods-list li input[type=checkbox].close ~ i {
        transform: rotate(0deg);
        transition: 0.5s;
        background-image: url("../content/img/icons/arrow-icon_blue.svg")
    }
}

.header {
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.header-wrap {
    display: flex;
    align-items: center
}

.header-block {
    display: flex;
    font-size: 16px;
    flex-basis: 40%;
    margin-top: 15px
}

    .header-block span.br {
        display: inline
    }

    .header-block.address img {
        max-height: 48px
    }

    .header-block.address.mini {
        display: none
    }

    .header-block.mini {
        margin-top: 0;
        flex-basis: auto;
        width: max-content
    }

        .header-block.mini img, .header-block.mini p {
            margin-top: 0
        }

    .header-block.logo {
        flex-basis: 20%;
        justify-content: center;
        margin: 0
    }

        .header-block.logo img {
            margin: 0;
            width: 225px
        }

    .header-block.phone {
        justify-content: flex-end
    }

        .header-block.phone a {
            display: none
        }

        .header-block.phone span.link {
            font-family: 'Open Sans';
            font-size: 16px;
            line-height: 22px;
            color: #0F2D37
        }

    .header-block img {
        margin-right: 20px;
        margin-top: 15px
    }

    .header-block p, .header-block a {
        font-family: 'Open Sans';
        line-height: 30px;
        font-weight: 400;
        font-size: 16px;
        margin: 0 !important
    }

    .header-block span {
        color: #B6BCBF;
        display: block;
        font-weight: 400
    }

.header .burger {
    display: none
}

.header-nav {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: max-content;
    margin-top: 20px
}

    .header-nav a {
        display: block;
        padding: 5px;
        margin: 0 15px
    }

    .header-nav.mini {
        margin: 0;
        margin-right: auto;
        margin-left: 20px
    }

.header-mini {
    padding: 6px 0;
    position: fixed;
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 30;
    transition: 0.3s;
    box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
}

    .header-mini .burger {
        display: none
    }

    .header-mini .burger-back {
        display: none
    }

    .header-mini.scrolled {
        top: 0;
        transition: 0.3s
    }

.header-mini-logo {
    width: 130px
}

.header-mini .header-wrap {
    align-items: center
}

.header-mini .header-block.phone img {
    width: 25px
}

.header-mini .header-block.phone span, .header-mini .header-block.phone a {
    line-height: 20px;
    font-size: 15px
}

.header-profile {
    display: flex;
    align-items: center
}

    .header-profile .descr {
        margin-right: 30px
    }

    .header-profile span {
        display: block;
        text-align: right;
        font-size: 14px;
        font-family: 'Open Sans';
        line-height: 22px;
        color: #B6BCBF;
        font-weight: 500
    }

        .header-profile span.bold {
            color: #0F2D37;
            font-size: 16px
        }

    .header-profile .avatar {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        background-color: #fff;
        filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.09));
        object-fit: cover
    }

        .header-profile .avatar img {
            border-radius: 50%;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center
        }

        .header-profile .avatar.empty {
            object-fit: contain
        }

            .header-profile .avatar.empty img {
                object-position: center 3px
            }

.menu {
    display: none
}

.menu-back {
    display: none
}

@media screen and (max-width: 1200px) {
    .header {
        padding-top: 5px
    }

    .header-block {
        margin-top: 20px
    }

        .header-block.address img {
            margin-top: 5px
        }

        .header-block.logo img {
            width: 215px
        }

        .header-block.phone span.link {
            font-size: 14px;
            line-height: 18px
        }

        .header-block.phone img {
            margin-right: 20px;
            margin-top: 8px
        }

        .header-block p, .header-block a {
            line-height: 25px;
            font-size: 14px
        }

    .header-nav {
        margin-top: 15px
    }

        .header-nav a {
            margin: 0 10px
        }

        .header-nav.mini {
            margin-left: 10px
        }

    .header-mini {
        padding: 5px 0;
        padding-bottom: 10px;
        position: fixed;
        top: -200px;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 30;
        transition: 0.3s;
        box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
    }

        .header-mini.scrolled {
            top: 0;
            transition: 0.3s
        }

    .header-mini-logo {
        width: 145px
    }

    .header-mini .header-wrap {
        align-items: center
    }
}

@media (max-height: 650px) {
    .header {
        padding-top: 0
    }

    .header-nav {
        margin-top: 10px
    }

    .header-block {
        margin-top: 0
    }

        .header-block.logo img {
            width: 180px
        }
}

@media screen and (max-width: 1024px) {
    .header-profile {
        display: none
    }

    .header-mini .burger-back {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-top: 10px;
        padding-right: 5%
    }

        .header-mini .burger-back.hasNotify::after {
            content: '';
            position: absolute;
            top: 13px;
            right: calc(5% + 8px);
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background-color: #106E83
        }

    .header-mini.login.back .header-nav {
        display: none !important
    }

    .menu-back {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1000;
        background-color: #E7F7FB
    }

        .menu-back .close {
            position: absolute;
            top: 15px;
            right: 5%
        }

    .menu-back-content {
        padding: 20px 0;
        overflow-y: scroll !important;
        height: 100%
    }

        .menu-back-content .logo {
            width: 200px;
            display: block;
            margin: auto;
            margin-top: 30px
        }

    .menu-back-nav {
        margin: auto;
        margin-top: 50px;
        width: 400px
    }

        .menu-back-nav a {
            display: block;
            padding: 15px;
            font-size: 20px;
            color: #106E83;
            text-align: center
        }

            .menu-back-nav a.current {
                color: #836310
            }

            .menu-back-nav a.hasNotify {
                position: relative;
                padding-right: 30px
            }

                .menu-back-nav a.hasNotify::after {
                    content: '';
                    position: static;
                    display: inline-block;
                    margin-left: 10px;
                    width: 10px;
                    height: 10px;
                    background-color: #106E83;
                    border-radius: 50%
                }

    .menu-back-profile {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #106E83;
        padding: 20px;
        width: 100%;
        margin: auto;
        margin-top: 50px
    }

        .menu-back-profile .descr {
            margin-left: 30px;
            max-width: 100%
        }

            .menu-back-profile .descr span {
                display: block;
                text-align: left;
                font-size: 14px;
                font-family: 'Open Sans';
                line-height: 22px;
                color: #B6BCBF;
                font-weight: 500;
                word-wrap: break-word
            }

                .menu-back-profile .descr span.bold {
                    color: #0F2D37;
                    font-size: 16px
                }

        .menu-back-profile .avatar {
            height: 60px;
            width: 60px;
            min-width: 60px;
            border-radius: 50%;
            background-color: #fff;
            filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.09));
            object-fit: cover
        }

            .menu-back-profile .avatar img {
                border-radius: 50%;
                width: 100%;
                height: 100%
            }

    .menu-back-actions {
        display: flex;
        justify-content: center;
        flex-basis: 100%
    }

        .menu-back-actions a {
            margin: 0 10px;
            color: #106E83;
            font-weight: 600
        }

    .header {
        padding-top: 5px
    }

    .header-block {
        margin-top: 0
    }

        .header-block span.br {
            display: block
        }

        .header-block img {
            margin-top: 0;
            margin-right: 10px !important
        }

        .header-block.logo img {
            margin-right: 0 !important
        }

        .header-block.address img {
            margin-top: 13px
        }

        .header-block.phone.mini {
            display: none
        }

        .header-block.phone.login {
            display: flex !important
        }

        .header-block.phone img {
            max-height: 48px;
            margin-top: 12px
        }

        .header-block p, .header-block a {
            line-height: 25px;
            font-size: 14px
        }

    .header-nav a.link {
        font-size: 14px
    }

    .header-mini {
        padding-bottom: 10px;
        width: 100%;
        background-color: #fff;
        z-index: 30;
        transition: 0.3s;
        box-shadow: 0px 10px 30px rgba(16,114,131,0.09)
    }

        .header-mini.scrolled {
            top: 0;
            transition: 0.3s
        }

    .header-mini-logo {
        width: 130px
    }

    .header-mini .header-wrap {
        align-items: center
    }
}

@media (max-width: 960px) {
    .header {
        padding: 5px 0;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 30;
        background-color: #fff;
        left: 0
    }

    .header-wrap {
        align-items: center
    }

    .header-profile {
        margin-left: auto
    }

        .header-profile .descr {
            margin-right: 20px
        }

        .header-profile span {
            font-size: 12px;
            line-height: 18px
        }

            .header-profile span.bold {
                font-size: 14px
            }

    .header-block.logo img {
        width: 150px
    }

    .header-block.phone {
        display: none
    }

    .header-block.address span:nth-child(1) {
        display: none
    }

    .header-block.address img {
        width: 30px;
        margin-top: 3px
    }

    .header-block.address p {
        margin: 0
    }

    .header-nav {
        display: none
    }

    .header .burger {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        padding-right: 5%;
        padding-top: 10px;
        height: 100%;
        margin-left: auto
    }

    .header-mini {
        display: none
    }

        .header-mini.login {
            display: flex !important
        }

            .header-mini.login .header-block.phone {
                margin-left: auto
            }

            .header-mini.login .header-nav {
                display: flex !important
            }

        .header-mini.back .header-nav a:first-child {
            display: none !important
        }

    .header.scrolled_mob .burger {
        order: 3
    }

    .header.scrolled_mob .header-block.logo {
        order: 2
    }

    .header.scrolled_mob .header-block.phone {
        order: 1;
        display: flex !important;
        justify-content: flex-start;
        align-items: center
    }

        .header.scrolled_mob .header-block.phone img {
            max-width: 50px;
            margin-top: 3px
        }

        .header.scrolled_mob .header-block.phone p {
            margin-top: 0
        }

        .header.scrolled_mob .header-block.phone a {
            display: block !important
        }

        .header.scrolled_mob .header-block.phone span.link {
            display: none
        }

        .header.scrolled_mob .header-block.phone span {
            display: none
        }

    .header.scrolled_mob .header-block.address {
        display: none
    }

    .menu {
        display: none;
        width: 100%;
        height: 100vh !important;
        min-height: 100vh;
        background-color: #E7F7FB;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1000;
        overflow-y: scroll;
        overflow-x: hidden
    }

        .menu .wrap {
            margin-top: 40px;
            width: 100%;
            padding: 0 5%;
            padding-bottom: 3%;
            max-width: 800px
        }

        .menu .close {
            position: absolute;
            top: 15px;
            right: 5%;
            cursor: pointer
        }

        .menu .logo {
            width: 265px;
            margin: auto
        }

            .menu .logo img {
                width: 100%
            }

    .menu-nav {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        list-style: none
    }

        .menu-nav li {
            padding: 0;
            width: 100%
        }

            .menu-nav li::before {
                display: none
            }

        .menu-nav a {
            width: max-content;
            display: block;
            margin: auto;
            padding: 10px
        }

            .menu-nav a.button {
                padding: 10px 40px;
                text-align: center
            }

    .menu-wrap {
        margin-top: 3vh;
        display: flex;
        justify-content: center
    }

        .menu-wrap .header-block {
            width: 300px;
            display: flex;
            flex-basis: auto
        }

            .menu-wrap .header-block span:nth-child(1) {
                display: none
            }

            .menu-wrap .header-block.phone {
                margin-right: auto
            }

                .menu-wrap .header-block.phone a {
                    display: block
                }

    .menu .header-block.phone img {
        margin-top: 0
    }
}

@media (max-height: 560px) {
    .menu-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-width: 100%
    }

        .menu-wrap .header-block {
            width: 240px;
            justify-content: flex-start;
            margin: 0 !important;
            margin-bottom: 20px !important
        }
}

@media (max-width: 768px) {
    .header-block {
        flex-basis: auto;
        align-items: center !important
    }

        .header-block p, .header-block span, .header-block a {
            line-height: 20px;
            font-size: 12px !important
        }

        .header-block.phone {
            width: 100%;
            flex-basis: 50%
        }

            .header-block.phone.login {
                width: max-content
            }

            .header-block.phone img {
                height: 42px
            }

        .header-block.contact p, .header-block.contact span, .header-block.contact a {
            line-height: 25px !important;
            font-size: 14px !important
        }

        .header-block.logo {
            display: none !important
        }

    .menu .logo {
        margin-top: 70px
    }
}

@media (max-width: 700px) {
    .menu-wrap {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        min-width: 100%
    }

        .menu-wrap .header-block {
            width: 240px;
            justify-content: flex-start;
            margin: 0 !important;
            margin-bottom: 20px !important
        }
}

@media (max-width: 600px) {
    .header-mini.login .header-nav {
        display: none !important
    }
}

@media (max-width: 500px) {
    .menu-back-profile {
        justify-content: flex-start
    }

        .menu-back-profile .descr .bold {
            font-size: 16px
        }

    .menu-back-actions {
        padding: 0 15px;
        justify-content: flex-start
    }

        .menu-back-actions a {
            margin-left: 0;
            margin-right: 20px
        }

    .menu-back-nav {
        width: 100%
    }
}

@media (max-width: 425px) {
    .menu-back .logo {
        width: 150px;
        margin: 0;
        margin-left: 15px
    }

    .menu-back-nav {
        margin-top: 25px
    }

        .menu-back-nav a {
            text-align: left
        }

    .menu-back-profile {
        padding: 20px 15px
    }

        .menu-back-profile .descr {
            margin-left: 15px
        }

    .header-block {
        align-items: center !important
    }

        .header-block p, .header-block span, .header-block a {
            line-height: 18px;
            font-size: 13px !important
        }

        .header-block.phone.login {
            display: none !important
        }

        .header-block.phone img {
            max-height: 42px
        }

        .header-block.phone p, .header-block.phone span, .header-block.phone a {
            line-height: 20px !important;
            font-size: 14px !important;
            width: max-content
        }
}

.simon {
    margin-top: 15px;
    padding-top: 170px
}

    .simon h1 {
        font-size: 42px;
        margin-bottom: 10px;
        z-index: 3
    }

.simon-subtitle {
    font-size: 16px;
    line-height: 30px;
    z-index: 3;
    font-family: 'Open Sans'
}

.simon .logo {
    display: none
}

.simon-block {
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: -145px;
    position: relative;
    pointer-events: none;
    user-select: none;
}

    .simon-block img.london-mini {
        display: none
    }

    .simon-block img.simon-img {
        position: absolute;
        bottom: 18px;
        width: 200px
    }

.simon-message {
    position: absolute;
    left: 60%;
    bottom: 100px
}

    .simon-message span {
        position: absolute;
        top: calc(50% - 12px);
        left: calc(50% - 70px);
        display: block;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Open Sans'
    }

.advantages {
    border-radius: 20px;
    margin-top: -18px;
    padding: 40px 60px;
    background-color: #fff;
    box-shadow: 0px 10px 30px rgba(16,114,131,0.15);
    z-index: 1;
    position: relative
}

.advantages-wrap {
    margin-bottom: 50px
}

.advantages-item {
    display: flex;
    align-items: flex-start
}

    .advantages-item p {
        font-family: 'Open Sans';
        font-size: 16px;
        line-height: 20px;
        margin-left: 20px;
        margin-top: 5px;
    }

        .advantages-item p span {
            display: block
        }

    .advantages-item img.background {
        transform: translateX(-10px);
        width: 60px;
    }

    .advantages-item img.icon {
        margin-left: -55px;
        margin-top: 5px;
        transform: scale(0.8);
        width: 50px;
    }

    .advantages-item img.icon-data {
        transform: scale(1.2);
    }

@media (max-width: 1200px) {
    .advantages {
        padding: 30px !important
    }

    .advantages-item p {
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 20px;
        margin-left: 10px
    }

        .advantages-item p span {
            display: block
        }

    .advantages-item img.background {
        transform: translateX(-10px);
        width: 60px;
    }

    .advantages-item img.icon {
        margin-left: -55px;
        margin-top: 5px;
        transform: scale(0.8);
        width: 50px;
    }

    .advantages-item img.icon-data {
        transform: scale(1.2);
    }
}

@media (max-width: 1024px) {
    .simon h1 {
        font-size: 32px !important;
        line-height: 40px !important
    }

    .simon-block img.london {
        width: 100% !important
    }

    .simon-block img.simon-img {
        width: 140px
    }

    .advantages {
        padding: 25px 25px !important;
        display: flex;
        flex-direction: column-reverse
    }

    .advantages-wrap {
        flex-wrap: wrap;
        margin-bottom: 0 !important
    }

    .advantages-item {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 0px;
        width: 350px
    }
}

@media (max-width: 960px) {
    .simon {
        padding-top: 100px
    }

    .simon-subtitle {
        transform: translateY(0px);
        font-weight: 400;
        margin-top: 0
    }

    .simon h1 {
        transform: translateY(0px);
        margin-top: 0
    }

    .simon-block {
        margin-top: -150px
    }

    .simon-block img.london {
        opacity: 0.6
    }
    
    .simon-message {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .simon {
        padding-top: 100px
    }

        .simon .wrap {
            width: 100%
        }

    .simon-subtitle {
        transform: translateY(110px);
        padding: 0 5%
    }

    .simon h1 {
        padding: 0 5%;
        transform: translateY(90px);
        font-size: 28px !important
    }

    .simon .logo {
        display: flex;
        flex-direction: column;
        gap: 5px;
        position: absolute;
        top: 70px;
        width: 220px;
        left: calc(50% - 110px)
    }

    .simon-block {
        padding: 0 5%
    }

        .simon-block img.london {
            opacity: 0.8;
            height: 400px
        }

        .simon-block img.simon-img {
            display: none
        }

    .simon-message {
        display: none
    }

    .advantages {
        width: 100%;
        margin-top: -40px;
        display: flex;
        flex-direction: column-reverse;
        border-radius: 0
    }

    .advantages-wrap {
        margin-bottom: 0;
        margin-top: 20px
    }
}

@media (max-width: 600px) {
    .simon {
        padding-top: 100px
    }

        .simon .wrap {
            width: 100% !important
        }

    .simon-subtitle {
        transform: translateY(110px);
        font-weight: 400
    }

    .simon h1 {
        transform: translateY(100px);
        font-size: 22px !important;
        line-height: 32px !important
    }

        .simon h1 .text_main {
            display: inline-block
        }

            .simon h1 .text_main::before {
                display: none
            }

        .simon h1 .br {
            display: none
        }

    .simon img.logo {
        width: 200px;
        top: 80px;
        left: calc(50% - 100px)
    }

    .simon-block {
        padding: 0;
        overflow-x: hidden;
        position: relative
    }

        .simon-block img.london {
            display: none
        }

        .simon-block img.london-mini {
            display: block;
            width: 100%;
            height: 400px !important
        }

    .advantages {
        width: 100%;
        margin: 0;
        margin-top: -35px;
        box-shadow: none;
        padding-bottom: 0 !important
    }

    .advantages-wrap {
        margin-top: 15px
    }

    .advantages-item {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        padding-left: 90px
    }

        .advantages-item p {
            font-size: 14px;
            line-height: 20px;
            margin-left: 15px
        }

            .advantages-item p span {
                display: inline-block
            }

        .advantages-item img.background {
            position: absolute;
            left: 0;
            transform: translate(10px, 0px) scale(0.7);
        }

        .advantages-item img.icon {
            margin-left: 0;
            position: absolute;
            left: 20px;
            transform: scale(0.6) translateY(-10px)
        }

        .advantages-item img.icon-data {
            transform: scale(0.9);
        }
}

@media (max-width: 425px) {
    .simon {
        width: 100vw
    }

        .simon h1 {
            margin: 0 !important;
            width: 100% !important;
            line-height: 30px !important;
            transform: translateY(80px)
        }

            .simon h1 .br {
                display: none
            }

            .simon h1 .main_text {
                display: inline
            }

    .simon-subtitle {
        transform: translateY(100px)
    }

    .simon-block {
        margin-top: -230px
    }

    .advantages-wrap {
        margin-top: 0;
        margin-top: 25px
    }

    .advantages-item {
        padding-left: 0;
        margin-bottom: 30px;
        margin-top: 0;
        min-width: 50px;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

        .advantages-item p {
            transform: none;
            margin: 0;
            margin-left: 20px
        }

        .advantages-item img.background {
            position: relative;
            transform: none;
            width: 55px;
            z-index: -1
        }

        .advantages-item img.icon {
            transform: none;
            width: 45px;
            height: 40px !important;
            margin-left: -40px;
            position: static;
            z-index: 1
        }

        .advantages-item img.icon-data {
            transform: scale(1.5);
        }
}

.about-more {
    display: none
}

.about-block {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-bottom: 100px
}

    .about-block:last-child {
        margin-bottom: 0 !important
    }

    .about-block.left .about-descr {
        margin-left: 30px
    }

    .about-block.right .about-descr {
        margin-right: 70px
    }

.about-subtitle.ul {
    margin-left: 20px
}

.about-img {
    height: 330px;
    width: 400px !important
}

    .about-img img, .about-img video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.about-descr {
    width: calc(100% - 400px)
}

.about-descr__text p {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 15px
}

@media (max-height: 700px) {
    .about h2 {
        margin-bottom: 40px
    }

    .about-block {
        margin-bottom: 60px
    }
}

@media (max-width: 1200px) {
    .about-block {
        margin-bottom: 70px
    }

        .about-block.left .about-descr {
            margin-left: 30px
        }

        .about-block.right .about-descr {
            margin-right: 30px
        }

        .about-block.right .about-img {
            margin-top: 40px
        }

    .about-subtitle {
        line-height: 30px
    }

        .about-subtitle.ul {
            margin-left: 15px
        }

    .about-img {
        width: 360px !important
    }

        .about-img img {
            width: 100% !important
        }

    .about-descr {
        width: calc(100% - 270px)
    }

    .about-descr__text p {
        line-height: 22px
    }
}

@media (max-width: 1024px) {
    .about-block {
        padding-top: 0
    }

        .about-block.left .about-descr {
            margin-left: 30px
        }

        .about-block.left .about-img {
            margin-top: 45px
        }

        .about-block.left:last-child .about-img {
            margin-top: 70px
        }

        .about-block.right .about-descr {
            margin-right: 30px
        }

        .about-block.right .about-img {
            margin-top: 75px
        }

    .about-img {
        min-width: 350px;
        margin-top: 30px
    }
}

@media (max-width: 960px) {
    .about-block {
        margin-bottom: 50px
    }

    .about-img {
        min-width: 330px
    }
}

@media (max-width: 900px) {
    .about h3 {
        text-align: center;
        margin-left: 0 !important
    }

    .about-block {
        margin-bottom: 50px;
        display: flex;
        flex-direction: column
    }

        .about-block.left .about-descr {
            margin-left: 30px
        }

        .about-block.left .about-img {
            margin-top: 45px
        }

        .about-block.left:last-child .about-img {
            margin-top: 70px
        }

        .about-block.right {
            flex-direction: column-reverse
        }

    .about-descr {
        width: 100%;
        margin-left: 0 !important
    }

    .about-descr__text p {
        font-size: 16px;
        line-height: 26px
    }

    .about-descr ul li {
        font-size: 16px;
        line-height: 26px
    }

    .about-img {
        width: 50%;
        min-width: 450px;
        margin: 0 auto;
        margin-top: 0 !important;
        margin-bottom: 40px
    }
}

@media (max-width: 600px) {
    .about h2 {
        padding: 0 5%
    }

    .about-subtitle {
        margin-bottom: 20px !important
    }

    .about .wrap {
        width: 100%
    }

    .about-descr {
        padding: 0 5%
    }

    .about-img {
        min-width: 100%;
        width: 100% !important
    }
}

@media (max-width: 500px) {
    .about-more {
        display: block;
        font-family: 'Open Sans';
        font-size: 16px;
        color: #106E83
    }

        .about-more img {
            margin-bottom: 1px;
            margin-left: 10px
        }

    .about-descr__text p:nth-of-type(2), .about-descr__text p:nth-of-type(3) {
        display: none
    }
}

.methods .wrap {
    align-items: flex-start;
    flex-wrap: wrap
}

.methods-img {
    width: 47%;
    position: relative;
    display: block
}

    .methods-img .city {
        width: 100%;
        max-height: 550px
    }

    .methods-img .simon-img {
        position: absolute;
        bottom: -30px;
        right: 140px;
        width: 230px
    }

    .methods-img .message {
        position: absolute;
        top: 130px;
        left: calc(50% - 137px)
    }

        .methods-img .message img {
            width: 300px
        }

        .methods-img .message span {
            display: block;
            position: absolute;
            top: calc(50% - 22px);
            left: calc(50% - 120px);
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 16px;
            text-align: center
        }

.methods-descr {
    margin-left: 45px;
    width: calc(53% - 45px);
    perspective: 900;
    margin-bottom: 80px
}

.methods-descr__text {
    margin-bottom: 40px
}

    .methods-descr__text p {
        font-family: 'Open Sans';
        line-height: 30px;
        font-size: 16px
    }

@media (max-height: 700px) {
    .methods-descr__text {
        margin-bottom: 15px
    }
}

@media (max-width: 1200px) {
    .methods-img img.simon-img {
        width: 220px
    }

    .methods-img .message {
        top: 60px
    }
}

@media (max-width: 1024px) {
    .methods h3 {
        text-align: center
    }

    .methods .flex {
        display: block
    }

    .methods-img {
        display: none
    }

    .methods-descr {
        margin: 0;
        width: 100%
    }

    .methods-list {
        margin-bottom: 40px !important
    }

        .methods-list li span.title {
            font-size: 18px !important
        }
}

@media (max-width: 768px) {
    .methods h3 {
        width: 70%;
        margin: auto
    }

    .methods-list {
        margin-bottom: 40px !important
    }

        .methods-list li span.title {
            font-size: 16px !important
        }

        .methods-list li p {
            font-size: 16px
        }
}

@media (max-width: 600px) {
    .methods .wrap {
        width: 100%
    }

    .methods h3 {
        padding: 0 5%;
        width: 100%
    }

    .methods-descr__text {
        padding: 0 5%
    }

    .methods-list li {
        padding: 15px 5% !important;
        border-radius: 0 !important;
        box-shadow: 0px 0px 6px rgba(15,45,55,0.1) !important
    }

        .methods-list li i {
            border: none !important;
            background-color: #fff !important
        }
}

.founder h2 {
    margin-bottom: 100px
}

.founder-quote {
    display: flex;
    padding: 25px 30px 25px 40px;
    border: 2px solid rgba(131,99,16,0.3);
    border-radius: 20px;
    position: relative;
    margin-bottom: 70px
}

    .founder-quote .img {
        position: absolute;
        top: -35px;
        left: 20px;
        width: 290px;
        height: 340px;
    }

        .founder-quote .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .founder-quote .img-background {
        top: -5px;
        left: -30px;
        transform: rotate(-4deg)
    }

    .founder-quote .descr {
        display: block;
        margin-left: 30%
    }

        .founder-quote .descr p {
            font-size: 20px;
            margin-top: 0;
            margin-bottom: 10px;
            font-style: italic;
            line-height: 30px
        }

        .founder-quote .descr .signature {
            margin-top: 20px;
            margin-left: auto;
            width: max-content
        }

            .founder-quote .descr .signature span {
                display: block
            }

                .founder-quote .descr .signature span:first-child {
                    font-family: 'Open Sans';
                    font-weight: 600;
                    font-size: 18px;
                    line-height: 25px;
                    margin-bottom: 10px
                }

                .founder-quote .descr .signature span:last-child {
                    font-size: 14px;
                    line-height: 25px
                }

.founder-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0px
}

.founder-info__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px
}

    .founder-info__item .name {
        display: block;
        width: 165px;
        min-width: 165px;
        margin-right: 10px;
        font-family: Open Sans;
        font-size: 16px;
        line-height: 30px;
        color: #B6BCBF;
        text-align: right
    }

    .founder-info__item .descr p {
        font-family: Open Sans;
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 10px
    }

.founder-block {
    flex-basis: 50%
}

@media (max-width: 1200px) {
    .founder-quote .img {
        width: 320px;
        position: absolute;
        top: -40px;
        left: -20px
    }

    .founder-quote .descr {
        margin-left: 32%
    }
}

@media (max-height: 700px) {
    .founder h2 {
        margin-bottom: 70px
    }
}

@media (max-width: 1024px) {
    .founder-quote {
        padding: 35px
    }

        .founder-quote .img {
            width: 290px;
            position: absolute;
            top: -30px;
            left: -20px
        }

        .founder-quote .descr {
            margin-left: 34%
        }

            .founder-quote .descr p {
                line-height: 22px;
                font-size: 18px
            }

    .founder .founder-info__item {
        padding-top: 25px;
        padding-right: 10px;
        position: relative
    }

        .founder .founder-info__item .name {
            position: absolute;
            top: 0;
            left: 0;
            text-align: left
        }
}

@media (max-width: 960px) {
    .founder h2 {
        margin-bottom: 60px
    }

    .founder-quote {
        padding: 25px;
        margin-bottom: 40px
    }

        .founder-quote .img {
            width: 300px;
            position: relative;
            top: 0;
            left: 0;
            width: 300px;
            min-width: 300px
        }

        .founder-quote .descr {
            margin-left: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

            .founder-quote .descr p {
                font-size: 16px;
                line-height: 22px
            }
}

@media (max-width: 768px) {
    .founder-quote {
        display: block;
        margin-bottom: 20px
    }

        .founder-quote .img {
            margin: auto;
            margin-bottom: 20px;
            width: 250px;
            height: 250px;
            min-width: 250px
        }

        .founder-quote .descr {
            margin-left: 0
        }

        .founder-quote .signature span {
            display: block
        }

            .founder-quote .signature span:first-child {
                font-size: 18px;
                line-height: 25px;
                margin-bottom: 10px
            }

            .founder-quote .signature span:last-child {
                text-align: right;
                font-size: 14px;
                line-height: 25px
            }

    .founder .founder-info {
        display: block
    }

    .founder .founder-info__item {
        padding-top: 25px;
        padding-right: 10px;
        position: relative
    }

        .founder .founder-info__item .name {
            position: absolute;
            top: 0;
            left: 0;
            text-align: left
        }
}

@media (max-width: 600px) {
    .founder h2 {
        margin-bottom: 40px
    }

    .founder .wrap {
        width: 100%
    }

    .founder-quote {
        display: block;
        margin-bottom: 30px;
        border-radius: 0;
        border: none;
        border-top: 1px solid rgba(131,99,16,0.5);
        padding: 20px 0
    }

        .founder-quote .img {
            margin: auto;
            margin-bottom: 20px;
            width: 100%;
            min-width: 100%;
            max-height: 540px
        }

            .founder-quote .img img {
                max-height: 540px;
                object-fit: cover;
                object-position: top;
                border-radius: 0 !important
            }

        .founder-quote .img-background {
            overflow: hidden;
            left: 10px;
            transform: rotate(-7.89deg)
        }

        .founder-quote .descr {
            margin-left: 0;
            padding: 0 5%
        }

        .founder-quote .signature span:last-child {
            text-align: right
        }
}

@media (max-width: 550px) {
    .founder {
        max-width: 100%;
        overflow: hidden
    }

    .founder-quote .img {
        max-height: 480px;
        height: 360px;
    }

        .founder-quote .img img {
            max-height: 480px;
            object-fit: cover;
            object-position: top;
            border-radius: 0 !important
        }
}

@media (max-width: 375px) {
    .founder-quote .img-background {
        width: 70%
    }
}

.certificate {
    display: flex;
    justify-content: space-between
}

    .certificate .descr {
        margin-top: 150px;
        flex-basis: 45%
    }

.certificate-container {
    padding-top: 90px;
    width: 50%;
    height: 100%;
    margin: 0
}

.certificate-background {
    position: absolute;
    top: -60px;
    width: 510px;
    left: 0;
    z-index: -3
}

.certificate-slide {
    transition: transform 0.5s;
    transform: none
}

    .certificate-slide img {
        height: 100%;
        width: 100%
    }

.certificate-nav {
    margin-top: 45px
}

@media (max-width: 1300px) {
    .certificate-background {
        width: 500px;
        top: -45px;
        left: 0;
        z-index: -3
    }

        .certificate-background img {
            width: 100%
        }
}

@media (max-width: 1200px) {
    .certificate {
        display: flex;
        justify-content: space-between
    }

        .certificate .descr {
            margin-top: 80px;
            flex-basis: 45%
        }

    .certificate-background {
        width: 450px
    }
}

@media (max-width: 1024px) {
    .certificate {
        display: block
    }

        .certificate h3 {
            text-align: center
        }

    .certificate-background {
        width: 500px;
        top: -50px
    }

    .certificate-container {
        margin: auto;
        width: 70%
    }
}

@media (max-width: 768px) {
    .certificate-background {
        width: 550px;
        top: -50px;
        left: 40px
    }

    .certificate-container {
        margin: auto;
        width: 100%
    }
}

@media (max-width: 630px) {
    .certificate-background {
        width: 500px;
        top: -40px;
        left: 20px
    }

    .certificate-container {
        margin: auto;
        width: 100%
    }
}

@media (max-width: 600px) {
    .certificate .descr {
        padding: 0 5%;
        margin-top: 40px
    }

    .certificate-container {
        width: 90%
    }

    .certificate-background {
        top: -20px;
        left: calc(50% - 200px);
        width: 400px
    }
}

@media (max-width: 500px) {
    .certificate-background {
        display: none
    }

    .certificate-slide:nth-of-type(1) {
        display: none
    }

    .certificate-slide:last-of-type {
        display: none
    }

    .certificate-container {
        padding-top: 0;
        margin-top: 40px;
        width: 300px
    }

        .certificate-container .slider-nav {
            min-width: 250px
        }
}

.family .mobile {
    display: none
}

.family-wrapper {
    border-radius: 20px
}

.family-slide {
    margin: auto;
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.family-item {
    border-radius: 20px;
    flex-basis: calc(25% - 7px);
    margin-bottom: 10px;
    height: 265px
}

    .family-item.top img {
        object-position: top
    }

    .family-item img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover
    }

    .family-item.withDescr {
        margin-right: 0;
        margin-left: 0;
        position: relative;
        flex-basis: calc(50% - 5px)
    }

        .family-item.withDescr .descr {
            transition: 0.5s;
            display: flex;
            align-items: center;
            height: calc(100% - 60px)
        }

            .family-item.withDescr .descr p {
                margin-top: 0
            }

        .family-item.withDescr::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #0F2D37;
            opacity: 0;
            transition: 0.5s;
            border-radius: 20px
        }

        .family-item.withDescr:hover {
            cursor: pointer
        }

            .family-item.withDescr:hover::after {
                transition: 0.5s;
                height: 100%;
                opacity: 0.8
            }

            .family-item.withDescr:hover .descr {
                opacity: 1;
                transition: 0.5s
            }

    .family-item .descr {
        position: absolute;
        top: 30px;
        left: 40px;
        right: 40px;
        opacity: 0;
        z-index: 1;
        perspective: 0
    }

        .family-item .descr p {
            font-family: 'Open Sans';
            font-weight: 600;
            font-size: 18px;
            color: #fff;
            line-height: 32px
        }

@media (max-height: 700px) {
    .family-slide {
        width: 73%
    }

    .family-item .descr p {
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 400
    }
}

@media (max-height: 650px) {
    .family-slide {
        width: 70%
    }

    .family-item .descr p {
        font-size: 15px !important;
        line-height: 22px;
        font-weight: 400
    }
}

@media (max-width: 1200px) {
    .family-slide {
        width: 90%
    }

    .family-item .descr {
        top: 20px;
        left: 20px;
        right: 20px
    }

        .family-item .descr p {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px
        }
}

@media (max-width: 1024px) {
    .family-slide {
        width: 100%
    }

    .family-item .descr {
        top: 0;
        left: 20px;
        height: 100%;
        min-height: 100%;
        display: flex;
        align-items: center
    }

        .family-item .descr p {
            font-weight: 400;
            font-size: 14px;
            line-height: 22px
        }
}

@media (max-width: 768px) {
    .family-slide.desktop {
        display: none
    }

    .family .mobile {
        display: block;
        width: 400px;
        margin: auto
    }

        .family .mobile .family-slide {
            width: 400px !important;
            height: 400px !important;
            position: relative
        }

            .family .mobile .family-slide img {
                width: 100%;
                min-height: 100%;
                max-height: 100%;
                object-fit: cover;
                object-position: center
            }

                .family .mobile .family-slide img.top {
                    object-position: top !important
                }
}

@media (max-width: 600px) {
    .family .wrap {
        width: 100%
    }

    .family .mobile {
        display: block;
        width: 100%;
        margin: auto
    }

        .family .mobile .family-slide {
            width: 100% !important;
            height: 500px !important;
            position: relative
        }

            .family .mobile .family-slide img {
                width: 100%;
                max-height: 500px;
                min-height: 100%
            }
}

@media (max-width: 500px) {
    .family .mobile .family-slide {
        height: 400px !important
    }

        .family .mobile .family-slide img {
            max-height: 400px
        }

    .family .slider-nav {
        min-width: 250px
    }
}

@media (max-width: 425px) {
    .family .mobile .family-slide {
        height: 300px !important
    }

        .family .mobile .family-slide img {
            max-height: 300px
        }
}

.steps .flex {
    flex-wrap: wrap
}

.steps-wrap {
    margin-bottom: 50px
}

.steps-item {
    flex-basis: calc(25% - 15px);
    margin-right: 15px
}

    .steps-item .num {
        color: #836310;
        font-size: 100px;
        font-family: 'Playfair Display';
        display: inline-block;
        transform: translateX(-60px) translateY(-10px)
    }

    .steps-item p {
        font-size: 16px;
        line-height: 30px;
        display: block;
        font-family: 'Open Sans'
    }

@media (max-width: 1200px) {
    .steps .flex {
        flex-wrap: wrap
    }

    .steps-item {
        position: relative;
        flex-basis: 50%;
        margin-bottom: 30px;
        margin-right: 0px
    }

        .steps-item img {
            display: block;
            margin: 0 auto
        }

        .steps-item .num {
            transform: none;
            position: absolute;
            top: -25px;
            left: calc(50% - 15px)
        }

        .steps-item p {
            margin-left: auto;
            margin-right: auto;
            width: max-content;
            font-size: 16px;
            line-height: 30px;
            display: block;
            font-family: 'Open Sans'
        }
}

@media (max-width: 768px) {
    .steps-wrap {
        margin-bottom: 20px
    }

    .steps-item {
        flex-basis: auto;
        display: flex;
        height: max-content
    }

        .steps-item img {
            display: none
        }

        .steps-item .num {
            display: block;
            width: 50px;
            position: static;
            font-size: 70px;
            margin-top: -25px;
            line-height: 1;
            opacity: 0.3
        }

        .steps-item p {
            margin-top: 0;
            text-align: left;
            margin: 0;
            width: 100%
        }

            .steps-item p span.br {
                display: none
            }
}

@media (max-width: 425px) {
    .steps-item {
        width: 100%
    }

        .steps-item p span.br {
            display: block
        }
}

.courses-more {
    font-size: 16px;
    font-family: 'Open Sans';
    display: none;
    width: max-content;
    margin-top: 10px;
    color: #106E83;
    cursor: pointer
}

    .courses-more img {
        margin-left: 10px
    }

.courses-nav {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.courses-nav__item {
    padding: 20px 15px;
    font-family: 'Open Sans';
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    transition: 0.5s;
    color: #106E83
}

    .courses-nav__item.current {
        color: #0F2D37;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        box-shadow: 0px 10px 30px rgba(16,114,131,0.15)
    }

    .courses-nav__item:nth-child(1) {
        width: 22%
    }

    .courses-nav__item:nth-child(2) {
        width: 19%
    }

    .courses-nav__item:nth-child(3) {
        width: 18%
    }

    .courses-nav__item:nth-child(4) {
        width: 17%
    }

    .courses-nav__item:nth-child(5) {
        width: 24%
    }

.courses-block {
    box-shadow: 0px 10px 30px rgba(16,114,131,0.15);
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 45px;
    position: relative;
    display: none;
    background-color: #fff;
    transition: 0.5s;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 0
}

    .courses-block.empty {
        padding-bottom: 45px
    }

    .courses-block.current {
        display: block
    }

.courses-block__title {
    margin-bottom: 50px !important;
    padding-right: 140px;
    font-weight: normal
}

.courses-block .button {
    margin-top: 30px
}

.courses .price {
    position: absolute;
    top: -50px;
    right: -20px;
    width: 200px;
    height: 170px;
    background-image: url("../content/img/courses/price-bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
    padding-right: 13px
}

    .courses .price span {
        font-family: Playfair Display;
        color: #836310;
        text-align: right;
        width: 100%
    }

        .courses .price span.count {
            letter-spacing: 0.05em;
            font-size: 40px;
            display: block;
            width: max-content;
            margin-top: 45px;
            margin-left: auto;
            margin-right: 27px
        }

        .courses .price span.currency {
            font-size: 20px
        }

        .courses .price span.note {
            font-size: 20px;
            display: block;
            width: max-content;
            margin-left: auto;
            margin-right: 19px
        }

            .courses .price span.note.withoutStar {
                margin-right: 29px;
                margin-left: auto
            }

.courses-descr {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-right: 40px
}

    .courses-descr li {
        font-family: 16px !important;
        line-height: 30px
    }

    .courses-descr .img {
        z-index: 1;
        margin-right: 60px;
        flex-basis: 300px;
        height: 350px
    }

        .courses-descr .img img {
            object-fit: cover;
            width: 100%;
            height: 100%
        }

    .courses-descr .img-background {
        transform: matrix(0.98, -0.2, 0.2, 0.98, 0, 0);
        top: -10px;
        left: -10px
    }

    .courses-descr .img.course-4 img {
        object-position: -80px
    }

    .courses-descr .img.course-5 img {
        object-position: -90px
    }

.courses-descr__text {
    width: 65%;
    max-width: 700px;
    margin-top: -15px
}

    .courses-descr__text p {
        font-size: 16px;
        font-family: 'Open Sans';
        line-height: 30px
    }

        .courses-descr__text p.hidden {
            display: none
        }

    .courses-descr__text li {
        margin-bottom: 0;
        margin-top: 10px
    }

    .courses-descr__text ul.hidden {
        display: none
    }

@media (max-width: 1400px) {
    .courses-nav__item:nth-child(1) {
        width: 24%
    }

    .courses-nav__item:nth-child(2) {
        width: 19%
    }

    .courses-nav__item:nth-child(3) {
        width: 20%
    }

    .courses-nav__item:nth-child(4) {
        width: 14%
    }

    .courses-nav__item:nth-child(5) {
        width: 26%
    }
}

@media (max-width: 1200px) {
    .courses-nav__item {
        padding: 15px 10px;
        font-size: 15px
    }

    .courses-descr__text p, .courses-descr__text li {
        line-height: 22px
    }

    .courses-block .price span.count {
        margin-top: 50px
    }
}

@media (max-width: 1140px) {
    .courses-nav__item {
        padding: 13px 8px
    }

        .courses-nav__item:nth-child(1) {
            width: 24%
        }

        .courses-nav__item:nth-child(2) {
            width: 19%
        }

        .courses-nav__item:nth-child(3) {
            width: 20%
        }

        .courses-nav__item:nth-child(4) {
            width: 14%
        }

        .courses-nav__item:nth-child(5) {
            width: 26%
        }
}

@media (max-width: 1024px) {
    .courses-nav {
        display: flex;
        flex-direction: column
    }

    .courses-nav__item {
        width: max-content;
        border: 2px solid rgba(16,110,131,0.3);
        border-radius: 50px !important;
        padding: 5px 20px;
        font-size: 16px;
        margin: 0 auto;
        margin-bottom: 15px;
        width: max-content !important
    }

        .courses-nav__item.current {
            border: 2px solid #0F2D37;
            box-shadow: none
        }

    .courses-block {
        padding: 45px
    }

    .courses-descr {
        padding-right: 0
    }

        .courses-descr .img {
            z-index: 1;
            margin-right: 30px
        }

        .courses-descr .img-background {
            transform: rotate(-8deg);
            top: -30px;
            left: -30px
        }

    .courses .price {
        top: 400px;
        left: 30px;
        z-index: 10;
        background-size: 180px
    }

        .courses .price span.count {
            font-size: 36px;
            margin-top: 30px
        }

        .courses .price span.currency, .courses .price span.note {
            font-size: 18px
        }
}

@media (max-width: 860px) {
    .courses .founder-info {
        margin-top: 0
    }

    .courses-descr {
        display: flex;
        flex-direction: column
    }

        .courses-descr .img {
            width: 300px;
            margin: 0 auto;
            margin-bottom: 70px
        }

        .courses-descr .img-background {
            transform: rotate(-8deg);
            top: -10px;
            left: -15px
        }

    .courses-descr__text {
        width: 100%
    }

    .courses .price {
        top: 390px;
        left: 180px
    }
}

@media (max-width: 768px) {
    .courses-more {
        display: block
    }

    .courses-block {
        padding: 30px
    }

        .courses-block .img {
            margin-bottom: 40px
        }

    .courses .price {
        top: 330px;
        left: 100px
    }

    .founder-block {
        padding: 0 5%;
        width: 100%
    }
}

@media (max-width: 600px) {
    .courses .wrap {
        width: 100%
    }

    .courses h2 {
        padding: 0 5%
    }

    .courses h3 {
        padding: 0 5%;
        text-align: center;
        font-weight: 500
    }

    .courses-nav {
        padding: 0 5%
    }

    .courses-block {
        overflow-x: hidden;
        padding: 30px 0;
        border-radius: 0;
        box-shadow: none
    }

    .courses-block__title {
        margin-bottom: 50px !important
    }

    .courses-block.empty {
        padding-bottom: 30px
    }

    .courses-descr .img {
        width: 100%;
        height: 500px;
        max-height: 500px;
        margin-bottom: 50px
    }

        .courses-descr .img img {
            max-height: 500px;
            object-fit: cover;
            object-position: center
        }

    .courses-descr .img-background {
        transform: matrix(1, -0.06, 0.07, 1, 0, 0);
        top: -10px;
        left: 5px
    }

    .courses-descr__text {
        padding: 0 5%
    }

    .courses .price {
        top: 430px;
        right: 35px;
        left: auto
    }
}

@media (max-width: 500px) {
    .courses-nav__item {
        margin-left: 0
    }

    .courses-descr .img {
        width: 100%;
        max-height: 400px;
        margin-bottom: 50px
    }

        .courses-descr .img img {
            max-height: 380px;
            object-fit: 400px !important;
            object-position: center
        }

        .courses-descr .img.course-4 img {
            object-position: -20px
        }

        .courses-descr .img.course-5 img {
            object-position: -50px
        }

    .courses .price {
        top: 330px;
        right: 0px;
        left: auto
    }

    .founder-info {
        margin-top: 40px !important
    }

    .founder-info__item {
        position: relative;
        padding-top: 30px;
        margin-bottom: 0
    }

        .founder-info__item .name {
            position: absolute;
            top: 0;
            left: 0;
            text-align: left
        }
}

.flamp-more {
    display: none
}

.flamp .slider-nav {
    margin-top: 40px
}

.flamp-slide {
    border-radius: 20px;
    margin: auto;
    padding: 40px;
    width: 800px !important;
    transition: 0.5s;
    opacity: 0.6;
    position: relative
}
    .flamp-slide.swiper-slide-active {
        opacity: 1;
        transition: 0.5s;
        box-shadow: 0px 15px 20px rgba(16,110,131,0.15);
        background-color: #E7F7FB
    }

    .flamp-slide .intro {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;
        margin-bottom: 15px
    }

        .flamp-slide .intro .avatar {
            border-radius: 50%;
            width: 70px;
            height: 70px;
            background-color: #fff;
            overflow: hidden
        }

            .flamp-slide .intro .avatar img {
                width: 100%;
                height: 100%
            }

            .flamp-slide .intro .avatar.empty img {
                object-fit: contain;
                object-position: 3px 10px
            }

        .flamp-slide .intro .info {
            margin-left: 15px
        }

            .flamp-slide .intro .info .name {
                display: block;
                font-family: 'Open Sans';
                font-weight: 600;
                font-size: 16px;
                line-height: 25px
            }

            .flamp-slide .intro .info .date {
                color: #B6BCBF;
                font-family: 'Open Sans';
                font-size: 12px
            }

        .flamp-slide .intro .rating {
            display: flex;
            position: absolute;
            top: 0;
            right: 0
        }

            .flamp-slide .intro .rating .star {
                margin-left: 15px
            }

    .flamp-slide h3 {
        font-size: 20px;
        margin-bottom: 5px;
        font-family: 'Open Sans'
    }

    .flamp-slide .text p, .flamp-slide .text span {
        font-family: 'Open Sans';
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
        margin-top: 0;
        margin-bottom: 10px
    }

        .flamp-slide .text span.more {
            display: none
        }

    .flamp-slide .flamp-link {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

        .flamp-slide .flamp-link span {
            display: block;
            margin-right: 20px;
            font-size: 14px;
            font-family: 'Open Sans';
            color: #B6BCBF
        }

            .flamp-slide .flamp-link span a {
                text-decoration: underline;
                color: #106E83;
                font-family: 'Open Sans'
            }

@media (max-height: 720px) {
    .flamp .slider-nav {
        margin-top: 25px
    }

    .flamp-slide {
        padding: 30px;
        height: 380px
    }

        .flamp-slide .intro {
            margin-bottom: 12px
        }

            .flamp-slide .intro .avatar {
                width: 60px;
                height: 60px
            }

            .flamp-slide .intro .info {
                margin-left: 10px
            }

                .flamp-slide .intro .info .name {
                    line-height: 20px
                }

            .flamp-slide .intro .rating .star {
                margin-left: 10px;
                width: 15px
            }

                .flamp-slide .intro .rating .star img {
                    width: 100%
                }

        .flamp-slide h3 {
            font-size: 18px
        }

        .flamp-slide .text p {
            font-size: 15px;
            line-height: 24px
        }

        .flamp-slide .flamp-link {
            bottom: 30px;
            right: 30px
        }

            .flamp-slide .flamp-link span {
                margin-right: 20px
            }
}

@media (max-width: 1024px) {
    .flamp-slide {
        width: 700px !important
    }
}

@media (max-height: 630px) {
    .flamp .slider-nav {
        margin-top: 20px
    }

    .flamp-slide {
        padding: 25px;
        height: 390px
    }
}

@media (max-width: 768px) {
    .flamp-slide {
        width: 100% !important;
        border-radius: 0;
        max-height: max-content;
        height: max-content;
        padding: 20px 20px 70px 20px
    }

        .flamp-slide .text {
            margin-bottom: 15px
        }

            .flamp-slide .text .hidden {
                display: none !important
            }

    .flamp-more {
        display: block !important;
        color: #106E83
    }

    .flamp .slider-nav {
        min-width: 200px;
        margin-top: 20px
    }
}

@media (max-width: 600px) {
    .flamp h2 {
        margin-bottom: 10px
    }
}

@media (max-width: 425px) {
    .flamp-slide {
        min-height: 415px !important;
        background-color: #E7F7FB;
        box-shadow: 0px 15px 20px rgba(16,110,131,0.15)
    }

        .flamp-slide .intro .rating .star {
            margin-left: 5px
        }
}

@media (max-width: 375px) {
    .flamp .section-title {
        width: max-content;
        max-width: 100%
    }

        .flamp .section-title .text_main {
            width: 100%
        }

            .flamp .section-title .text_main::before {
                left: -3px;
                bottom: calc(100% - 25px);
                width: 100%
            }
}

.brif {
    margin-bottom: 170px
}

.brif-block {
    display: flex;
    position: relative
}

    .brif-block::before {
        position: absolute;
        content: '';
        top: 0;
        left: -5px;
        width: 102%;
        height: 102%;
        border-radius: 20px;
        z-index: -1;
        background-color: #E7F7FB;
        transform: rotate(-2.36deg)
    }

.brif .map {
    width: 50%
}

    .brif .map iframe {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px
    }

    .brif .map img {
        width: 100%;
        height: 100%
    }

.brif .form {
    width: 50%;
    padding: 35px;
    background-color: #106E83;
    border-radius: 0px 20px 20px 0px
}

.brif .form-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    font-family: 'Open Sans';
    color: #fff;
    margin-bottom: 15px
}

.brif .form .input {
    max-width: 350px
}

.brif .form-boxes {
    margin-bottom: 10px
}

    .brif .form-boxes .checkbox .invalid {
        top: 58px
    }

    .brif .form-boxes.course {
        margin-bottom: 32px
    }

    .brif .form-boxes label {
        display: inline-block;
        margin-bottom: 20px
    }

        .brif .form-boxes label:nth-child(1), .brif .form-boxes label:nth-child(2) {
            width: 50%
        }

        .brif .form-boxes label:last-child {
            margin-bottom: 10px; 
            width: 100%;
        }

    .brif .form-boxes .toPrivacy {
        font-family: 'Open Sans';
        color: #fff;
        border-bottom: 1px dashed #fff
    }

        .brif .form-boxes .toPrivacy:hover {
            color: #E7F7FB
        }

@media (max-height: 700px) {
    .brif .form {
        padding: 30px
    }
}

@media (max-width: 1024px) {
    .brif {
        margin-bottom: 60px
    }

    .brif-block {
        flex-direction: column-reverse
    }

    .brif .map {
        width: 100%;
        height: 350px
    }

        .brif .map iframe {
            border-top-left-radius: 0;
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px
        }

    .brif .form {
        width: 100%;
        padding: 50px;
        border-radius: 20px 20px 0px 0px
    }

    .brif .form-title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 25px
    }

    .brif .form .input {
        max-width: 100%
    }

    .brif .form .checkbox {
        max-width: 200px
    }

        .brif .form .checkbox:last-child {
            max-width: 100%;
            width: 100%;
        }

    .brif .form-submit {
        width: 100%
    }
}

@media (max-width: 768px) {
    .brif {
        margin-bottom: 70px
    }

        .brif .wrap {
            width: 100% !important
        }

        .brif .map iframe {
            border-radius: 0 !important
        }

        .brif .form {
            padding: 25px;
            padding-bottom: 40px;
            border-radius: 0 !important
        }

    .brif-block::before {
        display: none
    }
}

@media (max-width: 600px) {
    .brif .form {
        padding: 20px;
        padding-bottom: 30px
    }
}

.footer {
    margin-bottom: 10px
}

    .footer.bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

        .footer.bottom .footer-logo .background {
            width: 300px;
            left: -90px
        }

    .footer .wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between
    }

.footer-block.address {
    max-width: 255px
}

.footer-block.contact a {
    display: none
}

    .footer-block.contact a.link:nth-of-type(1) {
        color: #0F2D37 !important
    }

.footer-block.contact span.link {
    color: #0F2D37 !important
}

.footer-block span {
    display: block;
    margin-bottom: 15px;
    color: #B6BCBF;
    font-size: 16px;
    font-family: 'Open Sans'
}

.footer-block a {
    display: block;
    margin-bottom: 10px;
    color: #106E83
}

.footer-block p {
    line-height: 28px;
    font-size: 16px;
    font-family: 'Open Sans'
}

.footer-block .messagers {
    margin: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-block .social-item {
    display: flex !important;
    align-items: center;
    margin-right: 10px;
}




.footer-logo {
    position: relative
}

    .footer-logo .background {
        position: absolute;
        z-index: -1;
        bottom: -30px;
        left: -90px
    }

.toTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 20px;
    background-color: #E7F7FB;
    z-index: 30
}

    .toTop span {
        font-family: 'Open Sans';
        font-size: 14px
    }

    .toTop img {
        margin-bottom: 5px;
        transition: 0.3s
    }

@media (min-width: 992px) {
    .toTop:hover {
        cursor: pointer
    }

        .toTop:hover img {
            transition: 0.3s;
            transform: translateY(-5px)
        }
}

@media (max-width: 1200px) {
    .toTop {
        width: 70px;
        height: 70px
    }

        .toTop span {
            font-size: 12px
        }

        .toTop img {
            width: 30px
        }

    .footer-logo .background {
        position: absolute;
        z-index: -1;
        width: 350px;
        bottom: -30px;
        left: -80px
    }


    .footer-block span {
        font-size: 14px
    }

    .footer-block a, .footer-block p {
        margin: 0;
        font-size: 14px;
        line-height: 28px
    }
}

@media (max-width: 1024px) {
    .toTop {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        position: absolute;
        top: 60px;
        right: 0
    }

        .toTop img {
            margin-bottom: 0;
            width: 25px
        }

        .toTop span {
            display: none
        }

    .footer {
        margin-bottom: 30px
    }

        .footer .wrap {
            position: relative;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: flex-start
        }

    .footer-logo {
        position: absolute;
        top: 50px;
        left: 0
    }

        .footer-logo .background {
            display: none
        }

    .footer-block {
        margin-bottom: 10px;
        width: calc(100% - 300px);
        margin-left: 270px
    }

        .footer-block span, .footer-block p, .footer-block a {
            font-size: 16px !important
        }

        .footer-block a {
            width: max-content;
            display: inline-block;
            margin-right: 5px
        }

        .footer-block span {
            margin-bottom: 5px
        }

            .footer-block span br {
                display: none !important
            }

        .footer-block.address {
            max-width: calc(100% - 300px);
            order: 3
        }

        .footer-block.contact {
            order: 2
        }

        .footer-block.social {
            order: 1
        }
}

@media (max-width: 768px) {
    .toTop {
        width: 50px;
        height: 50px;
        top: calc(100% - 50px);
        bottom: 0%;
        right: 5%
    }

        .toTop img {
            margin-bottom: 0;
            width: 18px
        }

        .toTop span {
            display: none
        }

    .footer.bottom {
        position: static
    }

    .footer-logo {
        position: static;
        margin-top: 30px;
        width: 100%
    }

    .footer-block {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0
    }

        .footer-block span, .footer-block a, .footer-block p {
            font-size: 14px
        }

        .footer-block a {
            display: block !important
        }

        .footer-block span.link {
            display: none
        }
}

.cookie {
    position: fixed;
    bottom: 30px;
    left: calc((100% - 1180px) / 2);
    width: 1180px;
    background-color: #106E83;
    z-index: 100 !important;
    border-radius: 20px;
    padding: 25px;
    display: none
}

    .cookie .cookie-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .cookie .descr {
        font-size: 18px;
        line-height: 25px;
        font-family: 'Open Sans';
        color: #fff
    }

        .cookie .descr a, .cookie .descr span {
            font-size: 18px;
            line-height: 25px;
            font-weight: 400;
            font-family: 'Open Sans';
            color: #E7F7FB;
            text-decoration: underline;
            cursor: pointer
        }

    .cookie #AcceptCookie {
        padding: 10px 30px;
        color: #106E83;
        font-family: 'Open Sans';
        font-weight: 600;
        font-size: 18px;
        border-radius: 50px;
        border: none;
        background-color: #fff;
        transition: 0.3s;
        cursor: pointer;
        margin-left: 15px
    }

        .cookie #AcceptCookie:hover {
            transition: 0.3s;
            background-color: #E7F7FB
        }

@media (max-width: 1300px) {
    .cookie {
        position: fixed;
        bottom: 30px;
        left: calc((100% - 960px) / 2);
        width: 960px
    }

        .cookie span.br {
            display: none
        }
}

@media (max-width: 1024px) {
    .cookie {
        position: fixed;
        bottom: 30px;
        left: 5%;
        width: 90%
    }

        .cookie #AcceptCookie {
            margin-left: 25px
        }
}

@media (max-width: 850px) {
    .cookie {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0
    }

        .cookie .descr {
            font-size: 16px;
            line-height: 20px
        }

            .cookie .descr a, .cookie .descr span {
                font-size: 16px;
                line-height: 20px
            }

        .cookie #AcceptCookie {
            font-size: 16px
        }
}

@media (max-width: 600px) {
    .cookie-wrap {
        flex-direction: column
    }

    .cookie #AcceptCookie {
        margin-left: auto;
        margin-top: 15px
    }
}

.selected {
    background-color: #ffffff;
    outline: none;
    border-radius: 50px;
    padding: 5px 20px;
    cursor: pointer;
    font-size: 16px;
    margin: 5px;
    text-align: center;
    width: calc(50% - 10px);
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    padding-right: 35px;
    background-image: url("../content/img_back/icons/close-icon.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 10px;
    background-size: 10px
}

    .selected.student {
        border: 2px solid #87C0E3
    }

    .selected.teacher {
        border: 2px solid #9D90C0
    }

.selected-wrap {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.select {
    position: relative;
    display: block;
    width: 100%
}

.select__head {
    width: 100%;
    max-width: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(66,67,72,0.8);
    cursor: pointer
}

    .select__head input {
        border: none;
        width: 100%;
        height: 100%;
        padding: 14px 15px;
        font-family: 'Open Sans';
        border-radius: 10px
    }

    .select__head .invalid {
        top: 54px !important
    }

    .select__head::after {
        width: 12px;
        height: 6px;
        background: #fff url("../content/img/icons/arrow-icon_blue.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: absolute;
        right: 20px;
        bottom: 50%;
        transform: translateY(50%);
        content: '';
        display: block;
        pointer-events: none;
        transition: .2s ease-in
    }

    .select__head.open::after {
        transform: translateY(50%) rotate(180deg)
    }

.select__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain
}

    .select__list.empty {
        min-width: 50px
    }

    .select__list::-webkit-scrollbar {
        width: 7px;
        background-color: #F8F9FA;
        padding: 5px
    }

    .select__list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #D9D9D9
    }

    .select__list .select__item {
        position: relative;
        border-top: 1px solid rgba(224,229,231,0.5);
        padding: 10px 15px;
        cursor: pointer;
        list-style-type: none !important;
        font-size: 14px;
        line-height: 1;
        margin-bottom: 0
    }

        .select__list .select__item::before {
            display: none !important
        }

        .select__list .select__item:hover {
            background-color: rgba(224,229,231,0.5)
        }

@keyframes effect_dylan {
    50% {
        transform: scale(1.1, 1.1);
        opacity: 0
    }

    99% {
        transform: scale(0.001, 0.001);
        opacity: 0
    }

    100% {
        transform: scale(0.001, 0.001);
        opacity: 1
    }
}

.modal {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -99;
    opacity: 1;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    display: none
}

.modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 0;
    cursor: pointer;
    background-color: #106E83;
    transition: 0.3s
}

.modal.active {
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0
}

    .modal.active .modal-bg {
        opacity: 0.6;
        transition: 0.3s
    }

.modal-block {
    padding: 60px;
    max-height: calc(100% - 100px);
    border-radius: 20px;
    background-color: #fff;
    position: relative
}

    .modal-block .input-block.course {
        margin-bottom: 32px
    }

    .modal-block .input-block .checkbox .invalid {
        top: 58px
    }

    .modal-block .close-modal {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        background-color: #fff;
        background-image: url("../content/img/icons/close-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        transform-origin: center;
        cursor: pointer;
        transition: 0.5s;
        z-index: 5
    }

.modal-title {
    font-size: 30px;
    font-family: 'Open Sans'
}

.modal-subtitle {
    font-size: 16px;
    font-family: 'Open Sans'
}

.modal-form {
    width: 50%
}

    .modal-form .input-block .text {
        color: #0F2D37;
        font-weight: 400
    }

    .modal-form .input {
        background-color: #E7F7FB
    }

    .modal-form .form-boxes .checkbox {
        width: 100% !important
    }

    .modal-form .form-boxes span {
        color: #0F2D37
    }

    .modal-form .form-boxes label {
        display: inline-block;
        margin-bottom: 30px
    }

        .modal-form .form-boxes label:nth-child(1), .modal-form .form-boxes label:nth-child(2) {
            width: 50%
        }

    .modal-form .form-boxes .toPrivacy {
        font-family: 'Open Sans';
        color: #106E83;
        border-bottom: 1px dashed #106E83
    }

        .modal-form .form-boxes .toPrivacy:hover {
            color: #106E83
        }

    .modal-form .form-submit {
        background-color: #106E83;
        color: #fff;
        margin-top: 20px;
        padding: 15px 40px;
        border: 2px solid #106E83
    }

.modal-simon {
    position: absolute;
    bottom: 40px;
    left: 55%;
    max-height: 70%;
}

.privacy .modal-block {
    height: calc(100% - 100px)
}

.privacy h2 {
    margin-bottom: 30px
}

.privacy-title {
    text-align: center;
    font-family: 'Open sans';
    font-size: 30px
}

.privacy-text {
    height: calc(100% - 60px);
    overflow-y: auto;
    padding: 10px;
    padding-right: 30px
}

    .privacy-text p, .privacy-text li {
        text-align: justify;
        font-size: 16px !important
    }

    .privacy-text ul {
        margin-top: 10px
    }

    .privacy-text .b {
        font-weight: 600
    }

    .privacy-text a {
        color: #106E83;
        font-size: 16px !important;
        font-family: 'Open Sans'
    }

        .privacy-text a:hover {
            text-decoration: underline
        }

.sended-subtitle {
    display: none;
    font-family: 'Playfair Display'
}

.sended-title {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 500
}

.sended-img {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center
}

    .sended-img > img {
        margin-top: 145px
    }

.sended-message {
    position: absolute;
    top: 30px;
    left: 200px
}

.sended-message__text {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans'
}

.modal-promo .modal-block.hid {
    overflow: hidden
}

.modal-promo .modal-simon {
    bottom: -10px;
    left: auto;
    right: -40px;
    max-height: 400px
}

.modal-promo .modal-simon-2 {
    max-width: 500px;
    bottom: -1px;
    right: -30px
}

.modal-promo .modal-title {
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    font-family: 'Playfair Display'
}

.modal-promo .modal-subtitle {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 30px
}

    .modal-promo .modal-subtitle .b {
        font-family: 'Open Sans';
        font-weight: 600
    }

.modal-promo .modal-form {
    padding-bottom: 0px
}

    .modal-promo .modal-form .input-block {
        width: 350px;
        margin-bottom: 30px
    }

        .modal-promo .modal-form .input-block.form-boxes {
            width: 100%
        }

            .modal-promo .modal-form .input-block.form-boxes .checkbox {
                width: 100% !important;
                margin-bottom: 0 !important
            }

            .modal-promo .modal-form .input-block.form-boxes .checkbox__text {
                margin-bottom: 0 !important
            }

            .modal-promo .modal-form .input-block.form-boxes .checkbox .invalid {
                top: auto;
                bottom: -22px
            }

.modal-promo .modal-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 470px;
    flex-wrap: wrap
}

    .modal-promo .modal-social .social-item {
        display: flex;
        align-items: center;
        margin-right: 35px;
        margin-bottom: 25px
    }

        .modal-promo .modal-social .social-item:hover .icon img {
            display: none
        }

            .modal-promo .modal-social .social-item:hover .icon img.act {
                display: block
            }

        .modal-promo .modal-social .social-item:nth-child(1):hover span {
            color: #824AAD
        }

        .modal-promo .modal-social .social-item:nth-child(2):hover span {
            color: #2FCB5B
        }

        .modal-promo .modal-social .social-item:nth-child(3):hover span {
            color: #65AADD
        }

        .modal-promo .modal-social .social-item:nth-child(4):hover span {
            color: #C415C9
        }

        .modal-promo .modal-social .social-item:nth-child(5):hover span {
            color: #3a577a
        }

    .modal-promo .modal-social .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 32px;
        height: 32px;
        margin-right: 10px
    }

        .modal-promo .modal-social .icon img {
            width: 100%;
            display: block
        }

            .modal-promo .modal-social .icon img.act {
                position: absolute;
                top: 0;
                left: 0;
                display: none
            }

    .modal-promo .modal-social span {
        color: #106E83;
        font-size: 20px;
        font-family: 'Open Sans'
    }

.modal-promo .modal-aboutPromo {
    font-size: 14px;
    font-family: 'Open Sans';
    opacity: 0.7;
    display: block;
    margin-top: 15px
}

.modal-promo .code {
    display: block;
    width: 350px;
    background-color: #E7F7FB;
    padding: 15px 30px;
    font-family: 'Open Sans';
    font-size: 18px;
    border-radius: 10px;
    position: relative
}

.modal-promo .code__text {
    font-family: 'Open Sans';
    color: #836310;
    padding-left: 15px;
    font-weight: 600
}

.modal-promo .code::before {
    content: '';
    background-color: #64cbe5;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale(0.001, 0.001)
}

.modal-promo .code.animated::before {
    animation: effect_dylan 0.8s ease-out
}

.modal-promo .code input {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1;
    opacity: 0;
    z-index: -2
}

.modal-promo .social-title {
    font-size: 30px !important;
    line-height: 45px;
    letter-spacing: 0.05em;
    margin-bottom: 30px
}

    .modal-promo .social-title .br {
        display: none
    }

.modal-promo .button-white {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 50px
}

@media screen and (min-width: 992px) {
    .modal-form .form-submit:hover {
        background-color: #fff;
        border: 2px solid #106E83;
        color: #106E83
    }
}

@media (max-width: 1350px) {
    .modal-simon {
        left: 50%
    }
}

@media (max-width: 1200px) {
    .sended-title {
        font-size: 30px
    }

    .sended-subtitle {
        font-size: 26px
    }

    .sended-img {
        height: max-content !important
    }

        .sended-img > img {
            width: 50% !important;
            margin-top: 130px !important
        }

    .sended-message {
        left: 100px
    }

    .modal-simon {
        max-height: 340px !important;
        bottom: 50px
    }

    .modal-promo .modal-simon-2 {
        max-width: 400px;
        bottom: -1px;
        right: -25px
    }
}

@media (max-width: 1200px) and (max-height: 700px) {
    .sended-message {
        display: none
    }

    .sended-subtitle {
        display: block
    }

    .sended-img {
        width: 50% !important;
        margin-top: 50px
    }

        .sended-img > img {
            width: 100% !important;
            margin-top: 0 !important
        }
}

@media (max-width: 1024px) {
    .privacy-title {
        text-align: left !important;
        padding-right: 80px
    }

    .modal h2 {
        text-align: left;
        text-align: center
    }

    .modal-subtitle {
        text-align: center;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 10px
    }

    .modal-block {
        width: 100%;
        max-height: max-content !important;
        max-height: auto;
        border-radius: 0;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 25px
    }

        .modal-block .close-modal {
            width: 40px;
            height: 40px
        }

            .modal-block .close-modal img {
                width: 100%
            }

    .modal-simon {
        display: none
    }

    .modal-form {
        width: 60%;
        margin: auto
    }

        .modal-form .form-submit {
            font-size: 18px;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 30px;
            display: block
        }

    .modal-promo .modal-block {
        overflow: auto
    }

    .modal-promo .modal-simon {
        bottom: -10px;
        left: auto;
        right: -40px
    }

    .modal-promo .modal-title {
        font-size: 30px;
        line-height: 38px;
        text-align: center
    }

    .modal-promo .modal-subtitle {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 30px
    }

    .modal-promo .modal-form .input-block {
        margin-left: auto;
        margin-right: auto;
        width: 350px !important
    }

    .modal-promo .modal-social {
        margin: 0 auto;
        justify-content: center
    }

    .modal-promo .modal-aboutPromo {
        text-align: center;
        font-size: 14px;
        font-family: 'Open Sans';
        opacity: 0.7;
        display: block;
        margin-top: 15px
    }

    .modal-promo .social-title {
        font-size: 24px !important;
        margin-bottom: 20px
    }

    .modal-promo .code {
        margin: 0 auto
    }

    .modal-promo .button-white {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 768px) {
    .modal h2 {
        padding-left: 5%;
        padding-right: 60px;
        font-size: 22px;
        text-align: left
    }

    .modal-subtitle {
        text-align: left;
        padding: 0 5%;
        padding-right: 60px;
        line-height: 24px
    }

    .modal-form {
        padding: 0 5%;
        width: 100%
    }

    .modal-block {
        width: 100%;
        margin: 0px;
        padding: 20px 0;
        border-radius: 0
    }

    .sended-message {
        display: none !important
    }

    .sended-subtitle {
        display: block !important;
        padding: 0 5%;
        text-align: left;
        padding-right: 60px;
        font-size: 20px !important;
        line-height: 26px;
        margin-top: 5px
    }

    .sended-img {
        width: 70% !important;
        max-width: 70%;
        margin: auto
    }

        .sended-img > img {
            width: 100% !important;
            margin-top: 60px !important
        }

    .privacy-text {
        padding: 5px 25px
    }

    .privacy-title {
        font-size: 22px;
        padding-left: 5%;
        padding-right: 60px;
        text-align: left;
        margin-bottom: 20px !important
    }

    .modal-promo .modal-subtitle {
        margin-bottom: 20px
    }

        .modal-promo .modal-subtitle br {
            display: none
        }
}

@media (max-width: 600px) {
    .modal-block {
        width: 100%;
        margin: 0px;
        padding: 20px 0;
        border-radius: 0
    }

        .modal-block .close-modal {
            width: 35px;
            height: 35px
        }

            .modal-block .close-modal img {
                width: 100%
            }

    .modal .privacy-text {
        padding: 5px 18px
    }

    .modal-promo .social-title {
        font-size: 20px !important;
        margin-bottom: 15px
    }

    .modal-promo .modal-social {
        width: 100%
    }

        .modal-promo .modal-social .social-item {
            margin-bottom: 0;
            margin-right: 10px;
            margin-left: 10px
        }

            .modal-promo .modal-social .social-item .icon img {
                display: none
            }

                .modal-promo .modal-social .social-item .icon img.act {
                    display: block
                }

            .modal-promo .modal-social .social-item span {
                display: none
            }
}

@media (max-width: 425px) {
    .modal .privacy-text {
        padding: 5px 10px
    }

    .modal .privacy-title {
        font-size: 18px
    }

    .modal-promo .modal-aboutPromo {
        text-align: left;
        padding: 0 4%;
        font-size: 12px
    }

    .modal-promo .modal-title {
        font-size: 24px;
        line-height: 32px;
        text-align: left
    }

    .modal-promo .modal-subtitle {
        text-align: left
    }

    .modal-promo .modal-form {
        width: 100% !important
    }

        .modal-promo .modal-form .input-block {
            width: 100% !important
        }

    .modal-promo .modal-social {
        justify-content: flex-start;
        padding: 0 4%
    }

        .modal-promo .modal-social .social-item {
            margin: 0
        }

    .modal-promo .social-title .br {
        display: block
    }

    .modal-promo .button-white {
        margin-bottom: 20px;
        margin-top: 20px;
        margin-left: 4%;
        margin-right: 4%
    }

    .modal-promo .code {
        width: 92%;
        margin: 0 4%
    }
}

.planner-price {
    position: absolute;
    bottom: -100px;
    right: -70px;
    z-index: 3;
    width: 200px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center
}

    .planner-price img {
        position: absolute;
        top: 0;
        left: 0
    }

    .planner-price span {
        position: relative;
        z-index: 4;
        font-size: 40px;
        letter-spacing: 0.05em;
        color: #836310;
        margin-top: -20px
    }

        .planner-price span span {
            font-size: 20px;
            margin-top: 4px;
            display: inline-block;
            transform: translateY(4px)
        }

.planner .buttons {
    display: flex;
    justify-content: center;
    align-items: center
}

    .planner .buttons .button {
        margin: 0;
        margin: 0 15px
    }

.planner .about-block {
    position: relative
}

.planner .about-img .label-new {
    display: none
}

.planner .label-new {
    position: absolute;
    top: -50px;
    left: -70px;
    z-index: 5
}

.planner .section-subtitle {
    margin-left: 0
}

.planner .planner-info {
    color: #836310;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: 'Open Sans'
}

.planner .methods-list__item {
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(16,110,131,0.15)
}

    .planner .methods-list__item i {
        width: 30px;
        height: 30px
    }

    .planner .methods-list__item .title {
        font-size: 17px
    }

    .planner .methods-list__item p.text {
        font-size: 16px;
        margin-bottom: 0 !important;
        font-family: 'Open Sans'
    }

    .planner .methods-list__item p.list {
        margin-bottom: 0
    }

        .planner .methods-list__item p.list .item {
            font-size: 16px;
            display: block;
            position: relative;
            margin-bottom: 10px;
            padding-left: 20px;
            font-family: 'Open Sans'
        }

            .planner .methods-list__item p.list .item::before {
                content: '';
                position: absolute;
                left: 0;
                top: 11px;
                width: 8px;
                height: 8px;
                border-radius: 50px;
                background-color: #836310
            }

            .planner .methods-list__item p.list .item .b {
                color: #836310
            }

.planner-courses-img {
    position: absolute;
    bottom: -100px;
    right: -300px;
    z-index: 2;
    height: 257px;
    width: 450px
}

.planner-courses-block {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 50px
}

    .planner-courses-block .button {
        margin: 0
    }

    .planner-courses-block .message {
        position: absolute;
        top: 0;
        right: 110px;
        z-index: 3
    }

        .planner-courses-block .message img {
            width: 400px;
            display: block
        }

            .planner-courses-block .message img.mb {
                display: none
            }

        .planner-courses-block .message span {
            position: absolute;
            top: 50%;
            left: 5%;
            transform: translateY(-50%);
            font-size: 16px;
            line-height: 1.4;
            font-weight: 600;
            font-family: 'Open Sans';
            width: 80%;
            text-align: center
        }

            .planner-courses-block .message span a {
                color: #106E83;
                transition: 0.2s;
                border-bottom: 1px dashed #106E83
            }

                .planner-courses-block .message span a:hover {
                    opacity: 0.8;
                    transition: 0.2s
                }

@media (max-width: 1300px) {
    .planner .label-new {
        position: absolute;
        top: -50px;
        left: -40px;
        z-index: 5
    }

    .planner-price {
        position: absolute;
        bottom: -70px;
        right: -30px;
        z-index: 3;
        width: 180px;
        height: 160px;
        display: flex;
        align-items: center;
        justify-content: center
    }

        .planner-price img {
            position: absolute;
            top: 0;
            left: 0
        }

        .planner-price span {
            position: relative;
            z-index: 4;
            font-size: 36px;
            letter-spacing: 0.05em;
            color: #836310;
            margin-top: -20px
        }

            .planner-price span span {
                font-size: 20px;
                margin-top: 4px;
                display: inline-block;
                transform: translateY(4px)
            }
}

@media (max-width: 1200px) {
    .planner-courses-img {
        bottom: -100px;
        right: -300px
    }

    .planner-courses-block {
        padding-top: 40px;
    }

        .planner-courses-block .button {
            margin: 0
        }

        .planner-courses-block .message {
            position: absolute;
            top: 0;
            right: 120px;
            z-index: 3;
            width: 400px
        }

            .planner-courses-block .message img {
                width: 100%
            }

            .planner-courses-block .message span {
                position: absolute;
                top: 50%;
                left: 5%;
                transform: translateY(-50%);
                font-size: 18px;
                font-weight: 600;
                font-family: 'Open Sans';
                width: 80%;
                text-align: center
            }

                .planner-courses-block .message span a {
                    color: #106E83;
                    transition: 0.2s;
                    border-bottom: 1px dashed #106E83
                }

                    .planner-courses-block .message span a:hover {
                        opacity: 0.8;
                        transition: 0.2s
                    }
}

@media (max-width: 1140px) {
    .planner-courses-img {
        bottom: -100px;
        right: -340px
    }

    .planner-courses-block {
        padding-top: 30px;
    }

        .planner-courses-block .button {
            margin: 0
        }

        .planner-courses-block .message {
            position: absolute;
            top: 0;
            right: 80px;
            z-index: 3;
            width: 370px
        }

            .planner-courses-block .message img {
                width: 100%
            }

            .planner-courses-block .message span {
                position: absolute;
                top: 50%;
                left: 5%;
                transform: translateY(-50%);
                font-size: 17px;
                font-weight: 600;
                font-family: 'Open Sans';
                width: 80%;
                text-align: center
            }

                .planner-courses-block .message span a {
                    color: #106E83;
                    transition: 0.2s;
                    border-bottom: 1px dashed #106E83
                }

                    .planner-courses-block .message span a:hover {
                        opacity: 0.8;
                        transition: 0.2s
                    }
}

@media (max-width: 1024px) {
    .planner .methods-list__item .title {
        display: block;
        padding-right: 60px !important
    }

    .planner-courses-img {
        bottom: -120px;
        right: -340px
    }

    .planner-courses-block {
        padding-top: 70px;
        padding-bottom: 0px;
        flex-direction: column
    }

        .planner-courses-block .button {
            margin: 0
        }

        .planner-courses-block .message {
            position: absolute;
            top: 160px;
            right: 40%;
            transform: translateX(50%);
            z-index: 3;
            width: 380px
        }

            .planner-courses-block .message img {
                width: 100%
            }

            .planner-courses-block .message span {
                position: absolute;
                top: 50%;
                left: 5%;
                transform: translateY(-50%);
                font-size: 17px;
                font-weight: 600;
                font-family: 'Open Sans';
                width: 80%;
                text-align: center
            }

                .planner-courses-block .message span a {
                    color: #106E83;
                    transition: 0.2s;
                    border-bottom: 1px dashed #106E83
                }

                    .planner-courses-block .message span a:hover {
                        opacity: 0.8;
                        transition: 0.2s
                    }
}

@media (max-width: 900px) {
    .planner-price {
        bottom: -35px
    }

    .planner .about-block {
        margin-bottom: 30px
    }

    .planner .label-new {
        width: 100px;
        position: absolute;
        top: -50px;
        left: -40px;
        z-index: 5;
        display: none
    }

    .planner .about-img {
        position: relative
    }

        .planner .about-img .label-new {
            display: block;
            width: 120px !important;
            height: 120px !important;
            position: absolute;
            top: auto;
            bottom: -40px;
            right: -40px;
            left: auto;
            z-index: 5
        }
}

@media (max-width: 860px) {
    .planner-courses-img {
        bottom: -120px;
        right: -360px
    }

    .planner-courses-block {
        padding-top: 30px;
        flex-direction: column
    }

        .planner-courses-block .message {
            top: 110px;
            right: 60px;
            transform: none
        }
}

@media (max-width: 600px) {
    .planner-price {
        width: 130px;
        height: 100px;
        right: 0
    }

        .planner-price span {
            font-size: 28px;
            margin-top: -10px
        }

            .planner-price span span {
                font-size: 16px
            }

    .planner .about-img {
        position: relative
    }

        .planner .about-img .label-new {
            display: block;
            width: 100px !important;
            height: 100px !important;
            position: absolute;
            top: auto;
            bottom: 0px;
            right: 0px;
            left: auto;
            z-index: 5
        }

    .planner .about-descr {
        padding: 0
    }

    .planner .about-descr__text {
        padding: 0 5%
    }

    .planner .planner-info {
        padding: 0 5%
    }

    .planner .section-subtitle {
        padding: 0 5%
    }

    .planner .methods-list__item {
        border-radius: 10px;
        padding: 10px 20px;
        margin-bottom: 15px
    }

        .planner .methods-list__item i {
            width: 30px;
            height: 30px
        }

        .planner .methods-list__item .title {
            display: block;
            font-size: 16px;
            line-height: 22px;
            padding-right: 60px !important
        }

        .planner .methods-list__item p.text {
            font-size: 16px;
            margin-bottom: 0 !important
        }

        .planner .methods-list__item p.list {
            margin-bottom: 0
        }

            .planner .methods-list__item p.list .item {
                font-size: 16px;
                display: block;
                position: relative;
                margin-bottom: 10px
            }

                .planner .methods-list__item p.list .item .b {
                    font-weight: bold
                }

    .planner-courses-img {
        bottom: 0px;
        right: -200px
    }

        .planner-courses-block .message {
            width: 250px;
            transform: 0;
            right: calc(50% - 150px)
        }

            .planner-courses-block .message span {
                top: 40%;
                left: 5%;
                width: 90%
            }

            .planner-courses-block .message img {
                display: none
            }

                .planner-courses-block .message img.mb {
                    display: block
                }
}

@media (max-width: 425px) {
    .planner .section-title .br {
        display: none
    }

    .planner-courses-img {
        bottom: 0px;
        right: -280px
    }

    .planner-courses-block {
        padding-bottom: 425px
    }

        .planner-courses-block .message {
            width: 250px;
            transform: 0;
            right: calc(50% - 125px)
        }

            .planner-courses-block .message span {
                top: 40%;
                left: 5%;
                width: 90%
            }

            .planner-courses-block .message img {
                display: none
            }

                .planner-courses-block .message img.mb {
                    display: block
                }
}

.plyr {
    border-radius: 20px !important;
    overflow: hidden !important;
    height: 330px
}

.plyr__poster {
    border-radius: 20px;
    background-position: 50% 100% !important;
    background-size: cover !important
}

@media (max-width: 600px) {
    .plyr {
        border-radius: 0 !important;
        overflow: hidden !important
    }

    .plyr__poster {
        border-radius: 0px;
        background-position: 50% 100% !important;
        background-size: cover !important
    }
}

:root {
    --plyr-color-main: #106E83;
    --plyr-video-control-color: #E7F7FB;
    --plyr-video-control-color-hover: #ffffff;
    --plyr-video-control-background-hover: #106E83;
    --plyr-video-background: #ffffff
}
/*# sourceMappingURL=style.min.css.map */

.offices {
}

.offices-wrap {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 20px;
}

.offices-item {
    display: flex;
    flex-direction: column;
    width: calc(40% - 40px / 2);
    border-radius: 15px;
    box-shadow: 0px 20px 50px rgba(16,110,131,0.15);
    padding-bottom: 30px;
    position: relative;
}

    .offices-item .price {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -25px;
        left: -15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .offices-item .price img {
            width: 100px;
            height: 95px;
            object-fit: cover;
            position: absolute;
            top: 0px;
            left: 0px;
        }

        .offices-item .price span {
            margin: 0;
            margin-bottom: 5px;
            padding: 0;
            font-size: 20px;
            letter-spacing: 0.05em;
            color: #836310;
            z-index: 1;
        }

    .offices-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .offices-item span {
        font-family: 'Open Sans';
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 26px;
        padding: 0 20px;
    }

    .offices-item p {
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
        padding: 0 20px;
    }
        .offices-item p b {
            font-family: 'Open Sans';
            color: #836310;
        }

        .offices-item .button {
            margin: 0 20px;
            margin-top: auto;
            width: calc(100% - 40px);
            text-align: center;
        }

    .offices-item .has {
        font-family: 'Open Sans';
        position: absolute;
        display: block;
        width: 100%;
        bottom: -15px;
        left: 0;
        margin: 0;
        text-align: center;
        background: #106E83;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        font-size: 16px;
        line-height: 28px;
        color: white;
    }

.order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    max-width: calc(100% - 45px);
    height: 45px;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Open Sans';
    line-height: 45px;
    position: relative;
}

    .order-item:not(:last-child) {
        margin-bottom: 5px;
    }

    .order-item span {
        font-family: inherit;
    }

    .order-item .name {
        width: calc(100% - 80px);
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #106E83;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .order-item .remove {
        position: absolute;
        top: 0;
        right: -45px;
        padding: 14px;
        cursor: pointer;
    }

.brif .form {
    position: relative;
}

#sale-input .val {
    display: inline-block;
    color: #f9d266;
    font-weight: 500;
}
.input-block .text .sum {
    display: inline-block;
}
.input-block .text.hasSale .sum {
    text-decoration: line-through;
    display: inline-block;
    margin-left: 7px;
}
.input-block .text.hasSale .newSum {
    color: #f9d266;
    display: inline-block;
    margin-left: 7px;
}

 .get-sale {
    position: absolute;
    top: 100px;
    right: 40px;
    z-index: 4;
    cursor: pointer
}

    .get-sale img {
        width: 130px;
    }

    .get-sale span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        font-size: 22px;
        z-index: 3;
        text-align: center;
    }

.button-promo {
    background-color: #f9d266;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    border-color: #f9d266;
    display: none;
}


.modal-wheel .modal-block {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    margin: 0;
}

/* ������, ����� ������ �������� ������ ��� �������� */
@keyframes tick {
    40% {
        /* ���� ������������ ������ ������ � �������� �������� */
        transform: rotate(-12deg);
    }
}


/* ����������� �������� ������ �� �������� ������� �� ������ */
@keyframes selected {
    /* ��� ���������� �� 25% �� ������ �������� */
    25% {
        /* ����������� ����� � 1,25 ���� */
        transform: scale(1.25);
        /* ��������� ������ ���� */
        text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
    }

    40% {
        transform: scale(0.92);
        text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
    }

    60% {
        transform: scale(1.02);
        text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
    }

    75% {
        transform: scale(0.98);
    }

    85% {
        transform: scale(1);
    }
}

@media (max-width: 1200px) {
    .get-sale {
        position: absolute;
        top: 120px;
        right: -30px;
        z-index: 4;
        cursor: pointer
    }

    @media (max-width: 1040px) {
        .get-sale {
            position: absolute;
            top: auto;
            bottom: 100px;
            right: -30px;
            z-index: 4;
            cursor: pointer
        }

        @media (max-width: 1024px) {
            .get-sale {
                position: absolute;
                top: auto;
                bottom: 100px;
                right: 30px;
                z-index: 4;
                cursor: pointer
            }
        }

        @media (max-width: 768px) {
            .get-sale {
                display: none;
            }

            .button-promo {
                display: block;
            }
        }

        @media (max-width: 1130px) {
            .offices-wrap {
                gap: 40px;
                padding-top: 20px;
            }

            .offices-item {
                width: calc(50% - 40px / 2);
            }

                .offices-item img {
                    height: 270px;
                }
        }


        @media (max-width: 768px) {
            .offices-wrap {
                gap: 40px;
                padding-top: 20px;
                justify-content: center;
            }

            .offices-item {
                width: 450px;
                max-width: 100%;
            }

                .offices-item img {
                    height: 290px;
                }
        }

        @media (max-width: 425px) {
            .offices-wrap {
                gap: 40px;
                padding-top: 20px;
                justify-content: center;
            }

            .offices-item img {
                height: 230px;
            }
        }
    }
}

.owner, 
.docs {
    font-size: 14px !important;
    line-height: 16px !important;
    display: block;
    margin-top: 7px;
    font-family: "Open Sans";
    max-width: 250px;
}

.docs-wrapper {
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
}

.documents {
    padding-top: 190px;
    margin-bottom: 190px;
}
    .documents .format {
        font-size: 12px;
        color: #B6BCBF;
        font-family: 'Open Sans';
    }
    .documents .owner {
        margin-top: 40px;
    }
    .documents .subtitle {
        display: block;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .documents .link {
        display: block;
        font-size: 16px;
        margin-bottom: 10px;

    }

@media (max-width: 1200px) {
    .documents {
        padding-top: 170px !important;
    }
}

@media (max-width: 960px) {
    .documents {
        padding-top: 130px !important;
    }
}

.header-block.logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

@media (max-width: 960px) {
    .header-block.logo {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        flex-basis: auto;
    }

}
.header-block.logo .owner {
    font-size: 12px !important;
    color: #B6BCBF;
}

.simon .logo .owner {
    font-size: 12px !important;
    color: #B6BCBF;
}

@keyframes blink {
    from { opacity: 1; }
    to { opacity: 0.5; }
}

.mobile_d{
    display: none;
}

.pink-bg{
    background-color: #FFE8F2;
}

@media (max-width: 425px) {
    .desktop_d{
        display: none;
    }
    .mobile_d {
        display: block;
    }
}