* {
    margin: 0 auto;
    padding: 0 auto
}


.dropdown-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 100;
}

.dropdown-menu li {
    padding: 10px;
    white-space: nowrap;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #333;
}

.dropdown-menu li a:hover {
    color: #007bff;
}


.dropdown.open .dropdown-menu {
    display: block;
}


a:active, a:hover, a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
}

.back-info-link {
    margin: 0;
}

.vebinars-links {
    margin: 0;
}

.link {
    margin-right: 0;
    color: #fff !important
}

#mobile-header-logo-link {
    margin-left: 0
}

body {
    background-color: #fff;
    font-family: "Circe-Regular", sans-serif
}

@media (min-width: 1921px) {
    body {
        margin-left: 10vw;
        margin-right: 10vw
    }
}

html::-webkit-scrollbar {
    width: 5px;
    background-color: rgba(26, 24, 47, .15);
    border-radius: 5px;
    height: 200px
}

html::-webkit-scrollbar-thumb {
    background: #24b1a5;
    border-radius: 5px
}

.hidden {
    display: none
}

.bold-text {
    font-weight: bolder
}

.for-center {
    display: flex;
    justify-content: center
}

@media (min-width: 1200px) {
    .for-center {
        justify-content: flex-start
    }
}

.unclickble {
    cursor: default;
    pointer-events: none;
    opacity: .5
}

.sticky {
    position: fixed;
    top: 0;
    background-color: #def3f1;
    z-index: 999;
    width: 100% !important;
    max-width: none !important;
    margin-top: 0 !important;
    border-bottom: 1px solid #ff8500 !important;
    border-right: 1px solid #ff8500 !important;
    border-left: 1px solid #ff8500 !important;
    padding: 10px 9px 10px 0px;
    border-bottom-left-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important
}

@media (min-width: 1921px) {
    .sticky {
        width: 80% !important
    }
}

.button {
    cursor: pointer;
    font-family: "Montserrat-Regular";
    text-align: center
}

@media (min-width: 320px) {
    .button {
        padding: 10px 0px 10px 0px
    }
}

@media (min-width: 768px) {
    .button {
        padding: 10px 0px 10px 0px
    }
}

@media (min-width: 1200px) {
    .button {
        padding: 19px 0px 19px 0px
    }
}

@keyframes randomMovement {
    0% {
        transform: translate(0, 0)
    }
    25% {
        transform: translate(10px, -5px)
    }
    50% {
        transform: translate(5px, 10px)
    }
    75% {
        transform: translate(-5px, 5px)
    }
    100% {
        transform: translate(0, 0)
    }
}

.showMobile {
    animation-name: menuAnimation;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

@keyframes menuAnimation {
    0% {
        height: 0;
        opacity: 0
    }
    100% {
        height: 180px;
        opacity: 1
    }
}

.hideMobile {
    animation-name: menuAnimationClose;
    animation-duration: .5s;
    animation-timing-function: ease-out;
    animation-fill-mode: both
}

@keyframes menuAnimationClose {
    0% {
        height: 180px;
        opacity: 1
    }
    100% {
        height: 0;
        opacity: 0
    }
}

@font-face {
    font-family: "Circe-Regular";
    src: url(assets/2c54c074533cf5620761.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Circe-Bold";
    src: url(assets/b64357adbf12b109fcf2.woff2) format("woff2");
    font-weight: 700
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(assets/8b56391ed36ea95337c6.woff2) format("woff2");
    font-weight: 400
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(assets/cfceaf4e74789fc9df24.woff2) format("woff2");
    font-weight: 700
}

.hero__img {
    position: absolute;
    top: 350px;
    width: 500px;
    left: 120px;
}

.hero__title-new {
    color: #05414E;
    font-size: 64px;
    position: absolute;
    top: 394px;
    left: 120px;

}

.hero {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%
}

.backspace-container {
    margin-top: 40px;
}

@media (min-width: 320px) {
    .hero {
        background-size: 100%;
        background-image: url(assets/964c2d1b04fd41890362.jpg);
        background-position: center;
        padding-top: 300px;
    }
}

@media (min-width: 768px) {
    .hero {
        background-image: url(assets/74e701ed35113df4eb16.jpg)
    }
}

@media (min-width: 1000px) {
    .hero {
        padding-top: 500px
    }
}

@media (min-width: 1200px) {
    .hero {
        /*background-position: top;*/
        background-size: 80%;
        padding-top: 580px;
        /*padding-top: 10px;*/
        background-image: url(assets/14af5ad986ed5739f481.jpg)
    }
}

@media (min-width: 1500px) {
    .hero {
        /*background-position: top;*/
        background-size: 80%;
        padding-top: 580px;
        /*padding-top: 10px;*/
        background-image: url(assets/14af5ad986ed5739f481.jpg)
    }
}
@media (min-width: 2500px) {
    .hero {
        padding-top: 726px
    }

    .hero__img {
        top: 450px;
        left: 127px;
    }
    .hero__title-new {
        top: 495px;
        left: 127px;
    }

}
@media (min-width: 3200px) {
    .hero {
        /*padding-top: 480px*/
    }
    .hero__img {
        top: 427px;
    }
    .hero__title-new {
        top: 470px;
    }
}

.new-text-container {
position: absolute;
    top: 10%;
    /*left: 6%;*/
}
@media (min-width: 2500px) {
    .new-text-container {
margin-bottom: 460px;
    }
}


.hero__title {
    color: #ff8500;
    font-family: "Montserrat-Bold"
}

@media (min-width: 320px) {
    .hero__title {
        padding: 0px 0px 0px 20px;
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 768px) {
    .hero__title {
        padding: 20px 0px 0px 50px;
        font-size: 40px;
        line-height: 48px
    }
}

@media (min-width: 1200px) {
    .hero__title {
        padding: 20px 0px 0px 129px;
        font-size: 60px;
        line-height: 78px
    }
    .hero__sub-title {
        font-size: 56px;
    }
    .new-text-container {

    }
}

.hero__sub-title {
    color: #006578;
    font-family: "Montserrat-Bold"
}

@media (min-width: 320px) {
    .hero__sub-title {
        padding: 0px 0px 0px 45px;
        font-size: 18px;
        line-height: 24px
    }
}

@media (min-width: 768px) {
    .hero__sub-title {
        padding: 20px 0px 0px 95px;
        font-size: 30px;
        line-height: 38px
    }
}

@media (min-width: 1200px) {
    .hero__sub-title {
        padding: 5px 0px 0px 190px;
        font-size: 60px;
        line-height: 78px
    }
    .hero__sub-title {
        font-size: 56px;
    }
}

.hero__text {
    color: #264065
}

@media (min-width: 320px) {
    .hero__text {
        padding: 0px 90px 0px 20px;
        font-size: 12px;
        line-height: 20px
    }
}

@media (min-width: 768px) {
    .hero__text {
        padding: 20px 0px 0px 50px;
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .hero__text {
        padding: 26px 0px 0px 129px;
        font-size: 24px;
        line-height: 40px
    }
}

.hero__buttons-wrapper {
    display: flex
}

@media (min-width: 320px) {
    .hero__buttons-wrapper {
        /*margin: 10px 0px 5px 0px;*/
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .hero__buttons-wrapper {
        flex-direction: row;
        /*margin: 55px 0px 45px 50px*/
    }
}

@media (min-width: 1200px) {
    .hero__buttons-wrapper {
        /*margin: 95px 0px 175px 129px*/
    }
}

.hero__button {
    background-color: #fff;
    border: 2px solid #7cd3cc;
    color: #7cd3cc;
    display: flex;
    align-items: center;
    border-radius: 50px
}

@media (min-width: 320px) {
    .hero__button {
        margin: 0px 10px 10px 20px;
        width: 100px
    }
}

@media (min-width: 768px) {
    .hero__button {
        margin: 0px 20px 0px 0px;
        width: 150px
    }
}

@media (min-width: 1200px) {
    .hero__button {
        margin: 0px 50px 0px 0px;
        width: 220px
    }
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: -117px;
}

.grid-img-1 {
    width: 40%;
    filter: grayscale(0);
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.grid-img-1:hover {
    transform: scale(1.1);
}

.grid-img {
    width: 40%;
    filter: grayscale(100%);
    cursor: pointer;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.grid-img:hover {
    transform: scale(1.1);
}

.popup {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: none;
    z-index: 10;
    max-width: 90vw;
}

.popup p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

/*.popup:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: -10px;*/
/*    transform: translateY(-50%);*/
/*    border: 5px solid transparent;*/
/*    border-right-color: #fff;*/
/*}*/

@media (max-width: 768px) {
    .popup {
        padding: 5px;
    }
    .popup p {
        font-size: 10px;
    }

    }

@media (max-width: 1200px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;

    }


    .grid-img:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .grid-img:nth-child(2) {
        grid-column: 2 / 3;
        grid-row: 1;
    }

    .grid-img:nth-child(3) {
        grid-column: 1;
        grid-row: 2;
    }

    .grid-img:nth-child(4) {
        grid-column: 2;
        grid-row: 2;
    }

    .grid-img:nth-child(5) {
        grid-column: 3;
        grid-row: 2;
    }

    .grid-img:nth-child(6) {
        grid-column: 4;
        grid-row: 2;
    }

    .grid-img {
        width: 30%;
    }

    .hero__img {
        width: 300px;
        top: 300px;
    }

    .hero__title-new {
        font-size: 40px;
        top: 325px;

    }


    .new-text-container {
        left: 0;
    }
}

@media (max-width: 2800px) {
    .grid-container {
        margin-left: 50px;
        margin-right: 50px;
    }

}


@media (max-width: 1200px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-left: -35px;
        margin-right: -35px;
        margin-top: -150px;
    }

    .grid-img {
        width: 30%;
        object-fit: cover;
    }

    .hero__img {
        width: 300px;
        top: 280px;
        left: 45px;
    }

    .hero__title-new {
        font-size: 40px;
        top: 305px;
        left: 45px;

    }
}


@media (min-width: 1500px) {
.hero__title {
    font-size: 60px;
}

    .hero__sub-title {
        font-size: 54px;
    }
}

@media (min-width: 1500px) {
    .hero__title {
        font-size: 64px;
    }

    .hero__sub-title {
        font-size: 64px;
    }
}

@media (max-width: 1000px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-left: -35px;
        margin-right: -35px;
        margin-top: -40px;
    }

    .grid-img {
        width: 30%;
        object-fit: cover;
    }

    .hero__img {
        width: 300px;
        top: 240px;
        left: 45px;
    }

    .hero__title-new {
        font-size: 40px;
        top: 265px;
        left: 45px;

    }
}

@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: -180px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .grid-img {
        width: 40%;
    }

    .hero__img {
        width: 210px;
        top: 125px;
        left: 21px;
    }

    .hero__title-new {
        font-size: 26px;
        top: 145px;
        left: 21px;

    }
}


.hero__blocks {
    font-family: "Montserrat-Regular";
    display: grid;
    grid-template-columns:33% 33% 33%;
    grid-column-gap: 1%;
    -moz-column-gap: 1%;
    column-gap: 1%;
    padding: 0px 10px 0px 20px
}

@media (min-width: 768px) {
    .hero__blocks {
        padding: 20px 0px 0px 50px;
        -moz-column-gap: 1%;
        column-gap: 1%;
        grid-template-columns:20% 24% 24% 24%
    }
}

@media (min-width: 1200px) {

    .hero__blocks {
        display: grid;
        grid-template-columns:16% 16% 16.5% 30%;
        grid-column-gap: 6%;
        -moz-column-gap: 6%;
        column-gap: 6%;
        padding: 20px 0px 0px 129px
    }
}

.hero__button-text {
    margin-right: 10px
}

@media (min-width: 320px) {
    .hero__button-text {
        font-size: 8px
    }
}

@media (min-width: 768px) {
    .hero__button-text {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .hero__button-text {
        font-size: 16px
    }
}

.hero__arrow {
    margin-left: 0
}

@media (min-width: 320px) {
    .hero__arrow {
        width: 12px;
        height: 8px
    }
}

@media (min-width: 768px) {
    .hero__arrow {
        width: 20px;
        height: 10px
    }
}

@media (min-width: 1200px) {
    .hero__arrow {
        width: 26px;
        height: 15px
    }
}

.hero__block-item-title {
    font-family: "Montserrat-Regular"
}

@media (min-width: 320px) {
    .hero__block-item-title {
        font-size: 10px;
        line-height: 20px
    }
}

@media (min-width: 768px) {
    .hero__block-item-title {
        font-size: 14px;
        line-height: 24px
    }
}

@media (min-width: 1200px) {
    .hero__block-item-title {
        font-size: 24px;
        line-height: 29.26px;
        padding: 24px 0px 16px 0px
    }
}

.hero__block-item-text {
    font-family: "Montserrat-Regular"
}

@media (min-width: 320px) {
    .hero__block-item-text {
        font-size: 8px;
        line-height: 12px
    }
}

@media (min-width: 768px) {
    .hero__block-item-text {
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 1200px) {
    .hero__block-item-text {
        font-size: 18px;
        line-height: 21.94px
    }
}

.hero__block-item-points-number {
    z-index: 2;
    position: absolute;
    font-family: "Montserrat-Bold";
    color: #fff;
    /*background-color: #ff8500;*/
    /*border-radius: 50px*/
}

@media (min-width: 768px) {
    .hero__block-item-points-number {
        right: 137px;
        top: 57px;
        font-size: 17px;
        /*padding: 5px 10px 5px 10px*/
    }
}

@media (min-width: 1200px) {
    .hero__block-item-points-number {
        right: 227px;
        top: 155px;
        font-size: 25px;
        /*padding: 10px 20px 10px 20px*/
    }
}

@media (min-width: 1500px) {
    .hero__block-item-points-number {
        right: 227px;
        top: 105px;
        font-size: 25px;
        /*padding: 10px 20px 10px 20px*/
    }
}

@media (min-width: 1920px) {
    .hero__block-item-points-number {
        right: 227px;
        top: 90px;
        font-size: 27px;
        /*padding: 10px 20px 10px 20px*/
    }
}

.hero__points-arrow {
    position: absolute
}

@media (min-width: 320px) {
    .hero__points-arrow {
        display: none
    }
}

@media (min-width: 768px) {
    .hero__points-arrow {
        display: block;
        width: 18px;
        height: 18px;
        right: -20px;
        top: 55px
    }
}

@media (min-width: 1200px) {
    .hero__points-arrow {
        width: 33px;
        height: 33px;
        right: -30px;
        top: 155px
    }
}

@media (min-width: 1500px) {
    .hero__points-arrow {
        width: 33px;
        height: 33px;
        right: -30px;
        top: 105px
    }
}

@media (min-width: 1920px) {
    .hero__points-arrow {
        width: 33px;
        height: 33px;
        right: -30px;
        top: 85px
    }
}

.hero__element {
    position: absolute
}

@media (min-width: 320px) {
    .hero__element {
        width: 10px
    }
}

@media (min-width: 768px) {
    .hero__element {
        width: 20px
    }
}

@media (min-width: 1200px) {
    .hero__element {
        width: 35px
    }
}

@media (min-width: 320px) {
    .hero__block-icon {
        width: 57px
    }
}

@media (min-width: 768px) {
    .hero__block-icon {
        width: 57px
    }
}

@media (min-width: 1200px) {
    .hero__block-icon {
        width: 97px
    }
}

.hero__circle {
    position: absolute;
    z-index: 1;
    display: none
}

@media (min-width: 768px) {
    .hero__circle {
        display: block;
        left: none;
        width: 57px;
        height: 57px;
        right: 120px;
        top: 40px
    }
}

@media (min-width: 1200px) {
    .hero__circle {
        width: 97px;
        height: 97px;
        right: 195px;
        top: 125px
    }
}

@media (min-width: 1500px) {
    .hero__circle {
        width: 97px;
        height: 97px;
        right: 195px;
        top: 75px
    }
}

@media (min-width: 1920px) {
    .hero__circle {
        width: 97px;
        height: 97px;
        right: 197px;
        top: 60px
    }
}

.blue-button {
    background-color: #7cd3cc;
    color: #fff
}

.points {
    cursor: pointer;
    position: relative;
    display: none
}

@media (min-width: 768px) {
    .points {
        display: block;
        padding-top: 50px
    }
}

@media (min-width: 1200px) {
    .points {
        padding-top: 120px
    }
}

@media (min-width: 1500px) {
    .points {
        padding-top: 70px
    }
}

@media (min-width: 1920px) {
    .points {
        padding-top: 50px
    }
}

.points-title {
    font-family: "Montserrat-Bold";
    color: #006578
}

@media (min-width: 1200px) {
    .points-title {
        font-size: 24px
    }
}

.points-title .points-text {
    font-family: "Montserrat-Regular";
    color: #595959
}

@media (min-width: 1200px) {
    .points-title .points-text {
        font-size: 18px
    }
}

.e-1 {
    animation: randomMovement 4s infinite
}

@media (min-width: 320px) {
    .e-1 {
        top: 15%;
        right: 35%
    }
}

@media (min-width: 768px) {
    .e-1 {
        top: 15%;
        right: 25%
    }
}

@media (min-width: 1200px) {
    .e-1 {
        top: 6%;
        right: 25%
    }
}

.e-2 {
    animation: randomMovement 10s infinite
}

@media (min-width: 320px) {
    .e-2 {
        top: 28%;
        right: 60%
    }
}

@media (min-width: 768px) {
    .e-2 {
        top: 20%;
        right: 40%
    }
}

@media (min-width: 1200px) {
    .e-2 {
        top: 8%;
        right: 45%
    }
}

.e-3 {
    animation: randomMovement 8s infinite
}

@media (min-width: 320px) {
    .e-3 {
        top: 40%;
        right: 65%;
        width: 8px
    }
}

@media (min-width: 768px) {
    .e-3 {
        top: 40%;
        right: 45%;
        width: 15px
    }
}

@media (min-width: 1200px) {
    .e-3 {
        top: 25%;
        right: 42%;
        width: 22px
    }
}

.e-4 {
    animation: randomMovement 8s infinite
}

@media (min-width: 320px) {
    .e-4 {
        top: 40%;
        right: 55%
    }
}

@media (min-width: 768px) {
    .e-4 {
        top: 40%;
        right: 55%
    }
}

@media (min-width: 1200px) {
    .e-4 {
        top: 35%;
        right: 60%
    }
}

.e-5 {
    animation: randomMovement 7s infinite
}

@media (min-width: 320px) {
    .e-5 {
        top: 52%;
        right: 60%
    }
}

@media (min-width: 768px) {
    .e-5 {
        top: 52%;
        right: 43%
    }
}

@media (min-width: 1200px) {
    .e-5 {
        top: 45%;
        right: 45%
    }
}

.e-6 {
    animation: randomMovement 4s infinite
}

@media (min-width: 320px) {
    .e-6 {
        top: 65%;
        right: 70%
    }
}

@media (min-width: 768px) {
    .e-6 {
        top: 40%;
        right: 70%
    }
}

@media (min-width: 1200px) {
    .e-6 {
        top: 50%;
        right: 60%
    }
}

.e-7 {
    animation: randomMovement 15s infinite
}

@media (min-width: 320px) {
    .e-7 {
        top: 58%;
        right: 55%
    }
}

@media (min-width: 768px) {
    .e-7 {
        top: 62%;
        right: 55%
    }
}

@media (min-width: 1200px) {
    .e-7 {
        top: 60%;
        right: 45%
    }
}

.e-8 {
    animation: randomMovement 12s infinite
}

@media (min-width: 320px) {
    .e-8 {
        top: 25%;
        right: 10%
    }
}

@media (min-width: 768px) {
    .e-8 {
        top: 65%;
        right: 75%
    }
}

@media (min-width: 1200px) {
    .e-8 {
        top: 60%;
        right: 70%
    }
}

.blue-button {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.blue-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7cd3cc;
    border-radius: 10rem;
    z-index: -2
}

.blue-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #43c0b6;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1
}

.blue-button:hover {
    color: #fff
}

.blue-button:hover:before {
    width: 100%
}

.white-button {
    position: relative;
    overflow: hidden;
    z-index: 1
}

.white-button:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 10rem;
    z-index: -2
}

.white-button:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ff8500;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1
}

.white-button:hover {
    color: #fff
}

.white-button:hover:before {
    width: 100%
}

.hero__block-item.points:hover .hero__points-arrow {
    transform: translateX(20px);
    transition: transform .4s ease-in-out
}

.hero__block-item.points .hero__points-arrow {
    transform: translateX(0px);
    transition: transform .4s ease-in-out
}

.mobile-points {
    cursor: pointer;
    position: relative;
    margin-left: 80px;
    margin-bottom: 40px;
    margin-top: 10px
}

@media (min-width: 768px) {
    .mobile-points {
        display: none
    }
}

.mobile-points-number {
    z-index: 2;
    position: absolute;
    font-family: "Montserrat-Bold";
    color: #fff;
    /*background-color: #ff8500;*/
    /*border-radius: 50px*/
}

@media (min-width: 320px) {
    .mobile-points-number {
        top: 10px;
        left: -45px;
        font-size: 12px;
        /*padding: 5px 10px 5px 10px*/
    }
}

.mobile-points-circle {
    position: absolute;
    z-index: 1
}

@media (min-width: 320px) {
    .mobile-points-circle {
        width: 47px;
        height: 47px;
        left: -60px;
        top: -5px
    }
}

.header {
    display: none;
    max-width: 1605px;
    width: 90%;
    border: 1px solid #70dbc6;
    border-radius: 20px;
    margin-top: 40px
}

@media (min-width: 840px) {
    .header {
        display: block
    }
}

.header__logo {
    padding-top: 5px
}

@media (min-width: 768px) {
    .header__logo {
        width: 95px;
        height: 34px
    }
}

@media (min-width: 1200px) {
    .header__logo {
        width: 106px;
        height: 44px
    }
}

.header__list {
    list-style-type: none;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .header__list {
        padding-left: 10px
    }
}

@media (min-width: 1200px) {
    .header__list {
        padding-left: 40px
    }
}

.header__list-item {
    cursor: pointer;
    position: relative;
    line-height: 1;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #264065;
}

.header__list-item a.header-experts-orange {
    &:hover {
        color: #ff8500;
    }
}

@media (min-width: 768px) {
    .header__list-item {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 1200px) {
    .header__list-item {
        font-size: 18px;
        line-height: 27px
    }
}

.logo-item {
    margin-left: 0
}

.header-experts-orange {
    color: #ff8500
}

.header__list-item:hover {
    font-weight: bolder
}

.underline-item::after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff8500;
    content: "";
    transition: width .3s ease-out
}

.underline-item:hover:after, .underline-item:focus:after {
    width: 100%
}

.mobile-header {
    font-size: 14px;
    margin-bottom: 5%;
    padding-top: 0
}

@media (min-width: 840px) {
    .mobile-header {
        display: none
    }
}

.mobile-header__optional-elements {
    display: flex;
    margin-right: 0
}

.mobile-header__menu-close {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5%
}

.mobile-header__menu-close-logo {
    width: 100px;
    height: 50px;
    margin-left: 20px
}

.mobile-header__enter {
    margin-right: 20px
}

.mobile-header__hamburger {
    cursor: pointer;
    width: 22px;
    height: 20px;
    margin-right: 20px
}

.mobile-header__cross {
    cursor: pointer;
    width: 22px;
    height: 20px;
    margin-right: 20px
}

.mobile-header__list {
    padding-top: 2%;
    list-style-type: none;
    padding-left: 20px
}

.mobile-header__list-item {
    margin-bottom: 10px
}

.vebinars {
    position: relative
}

@media (min-width: 320px) {
    .vebinars {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .vebinars {
        margin-top: 80px;
        margin-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .vebinars {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.vebinars__title {
    color: #05414e;
    position: relative;
    z-index: 2
}

@media (min-width: 320px) {
    .vebinars__title {
        width: 200px;
        margin: 0px 0px 10px 22px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .vebinars__title {
        width: 396px;
        margin: 0px 0px 40px 60px;
        font-size: 44px;
        line-height: 68px
    }
}

@media (min-width: 1200px) {
    .vebinars__title {
        width: 496px;
        margin: 0px 0px 0px 120px;
        font-size: 64px;
        line-height: 78px
    }
}

.vebinars__title-back {
    position: absolute
}

@media (min-width: 320px) {
    .vebinars__title-back {
        top: -30px;
        left: 20px;
        width: 200px
    }
}

@media (min-width: 1200px) {
    .vebinars__title-back {
        top: -75px;
        left: 129px;
        width: 495.35px
    }
}

@media (min-width: 768px) {
    .vebinars__title-back {
        top: -35px;
        left: 40px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    .vebinars__title-back {
        top: -75px;
        left: 120px;
        width: 495.35px
    }
}

.vebinars__vebinar {
    cursor: pointer;
    border: 1px solid #006578;
    border-radius: 10px
}

@media (min-width: 320px) {
    .vebinars__vebinar {
        background-image: url(assets/background-vebinar.png);
        background-size: cover;
        background-position: center;
        width: 310px;
        height: 180px
    }
}

@media (min-width: 768px) {
    .vebinars__vebinar {
        width: 320px;
        background-image: url(assets/background-vebinar.png);
        background-size: cover;
        background-position: center;
        margin-left: 20px
    }
}

@media (min-width: 1200px) {
    .vebinars__vebinar {
        background-image: url(assets/background-vebinar.png);
        background-size: cover;
        background-position: center;
        width: 376px;
        height: 216px;
        margin-left: 10px
    }
}

@media (min-width: 320px) {
    .vebinars__vebinar-wrapper {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .vebinars__vebinar-wrapper {
        margin-bottom: 40px
    }
}

@media (min-width: 1632px) {
    .vebinars__vebinar-wrapper {
        margin-left: 0;
        margin-right: 100px
    }
}

@media (min-width: 1850px) {
    .vebinars__vebinar-wrapper {
        margin-left: 0;
        margin-right: 20px
    }
}

@media (min-width: 1920px) {
    .vebinars__vebinar-wrapper {
        margin-right: 40px
    }
}

@media (min-width: 2560px) {
    .vebinars__vebinar-wrapper {
        margin-right: 70px
    }
}

.vebinars__container {
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap
}

@media (min-width: 1200px) {
    .vebinars__container {
        margin-top: 40px;
        margin-left: 110px
    }
}

.vebinars__vebinar-lectors-wrapper {
    display: flex
}

.vebinars__for-last-nmo {
    display: flex;
    align-items: center
}

.vebinars__vebinar-lector-name {
    font-family: "Montserrat-Bold";
    color: #006578;
    /*background-color: #fff;*/
    border-radius: 20px
}

@media (min-width: 320px) {
    .vebinars__vebinar-lector-name {
        font-size: 10px;
        margin-left: 40px;
        padding-left: 10px
    }
}

@media (min-width: 768px) {
    .vebinars__vebinar-lector-name {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .vebinars__vebinar-lector-name {
        font-size: 14px
    }
}

.vebinars__vebinar-lector-grade {
    font-family: "Montserrat-Regular";
    color: #05414e;
}

@media (min-width: 320px) {
    .vebinars__vebinar-lector-grade {
        font-size: 8px;
        padding-left: 50px
    }
}

@media (min-width: 768px) {
    .vebinars__vebinar-lector-grade {
        font-size: 10px;
        padding-left: 50px
    }
}

@media (min-width: 1200px) {
    .vebinars__vebinar-lector-grade {
        font-size: 12px;
        padding-left: 50px
    }
}

@media (min-width: 768px) {
    .vebinars__date {
        padding-left: 20px;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 1200px) {
    .vebinars__date {
        padding-left: 20px;
        margin-left: 0
    }
}

.vebinars__date-number {
    color: #006578;
    font-weight: bolder
}

@media (min-width: 320px) {
    .vebinars__date-number {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .vebinars__date-number {
        font-size: 18px
    }
}

@media (min-width: 1200px) {
    .vebinars__date-number {
        font-size: 22px
    }
}

.vebinars__date-time {
    color: #006578;
    font-weight: bolder
}

@media (min-width: 320px) {
    .vebinars__date-time {
        font-size: 12px
    }
}

@media (min-width: 768px) {
    .vebinars__date-time {
        font-size: 14px
    }
}

@media (min-width: 1200px) {
    .vebinars__date-time {
        font-size: 14px
    }
}

@media (min-width: 320px) {
    .vebinars__lector-picture {
        width: 90px;
        padding-top: 5px;
        padding-left: 10px
    }
}

@media (min-width: 768px) {
    .vebinars__lector-picture {
        width: 90px;
        padding-top: 10px;
        padding-left: 10px
    }
}

@media (min-width: 1200px) {
    .vebinars__lector-picture {
        width: 113px;
        padding-top: 10px;
        padding-left: 25px
    }
}

.vebinars__date-wrapper {
    display: flex;
    align-items: center
}

.vebinars__vebinar-arrow {
    width: 62px;
    height: 28px;
    margin-right: 20px
}

.vebinars__topic-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 20px
}

.vebinars__topic {
    color: #006578;
    font-family: "Montserrat-Bold"
}

@media (min-width: 320px) {
    .vebinars__topic {
        font-size: 10px;
        width: 290px;
        margin: 0px
    }
}

@media (min-width: 768px) {
    .vebinars__topic {
        font-size: 12px;
        width: 290px;
        margin: 0px
    }
}

@media (min-width: 1200px) {
    .vebinars__topic {
        font-size: 14px;
        width: 330px;
        margin: 0px
    }
}

@media (min-width: 320px) {
    .vebinars__topic-dot {
        margin-right: 5px;
        margin-left: 10px
    }
}

@media (min-width: 768px) {
    .vebinars__topic-dot {
        margin-right: 5px;
        margin-left: 20px
    }
}

@media (min-width: 1200px) {
    .vebinars__topic-dot {
        margin-right: 5px;
        margin-left: 20px
    }
}

@media (min-width: 768px) {
    .vebinars__vebinar-nmo {
        padding-right: 60px;
        height: 33px
    }
}

@media (min-width: 1200px) {
    .vebinars__vebinar-nmo {
        padding-right: 90px;
        height: 33px
    }
}

.vebinars__nmo-title {
    color: #ff8500;
    font-weight: bolder
}

@media (min-width: 320px) {
    .vebinars__nmo-title {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .vebinars__nmo-title {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .vebinars__nmo-title {
        font-size: 14px
    }
}

.vebinars__nmo-sub-title {
    color: #006578;
    font-weight: bolder
}

@media (min-width: 320px) {
    .vebinars__nmo-sub-title {
        font-size: 9px
    }
}

@media (min-width: 768px) {
    .vebinars__nmo-sub-title {
        font-size: 11px
    }
}

@media (min-width: 1200px) {
    .vebinars__nmo-sub-title {
        font-size: 13px
    }
}

.lector-name-white-back {
    /*background-color: #fff*/
}

.vebinars__vebinar:hover .vebinars__vebinar-arrow {
    animation-name: marginAnimation;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

@keyframes marginAnimation {
    0% {
        margin-right: 20px
    }
    50% {
        margin-right: 10px
    }
    100% {
        margin-right: 20px
    }
}

.i-1 {
    animation: randomMovement 4s infinite
}

@media (min-width: 320px) {
    .i-1 {
        top: 100%;
        right: 15%
    }
}

@media (min-width: 768px) {
    .i-1 {
        top: 100%;
        right: 15%
    }
}

@media (min-width: 1200px) {
    .i-1 {
        top: 96%;
        right: 15%
    }
}

.i-2 {
    animation: randomMovement 10s infinite
}

@media (min-width: 320px) {
    .i-2 {
        top: 100%;
        right: 30%
    }
}

@media (min-width: 768px) {
    .i-2 {
        top: 100%;
        right: 30%
    }
}

@media (min-width: 1200px) {
    .i-2 {
        top: 100%;
        right: 25%
    }
}

.i-3 {
    animation: randomMovement 8s infinite
}

@media (min-width: 320px) {
    .i-3 {
        top: 99%;
        right: 45%;
        width: 15px
    }
}

@media (min-width: 768px) {
    .i-3 {
        top: 98%;
        right: 25%;
        width: 15px
    }
}

@media (min-width: 1200px) {
    .i-3 {
        top: 94%;
        right: 40%;
        width: 22px
    }
}

.i-4 {
    animation: randomMovement 8s infinite
}

@media (min-width: 320px) {
    .i-4 {
        top: 100%;
        right: 65%
    }
}

@media (min-width: 768px) {
    .i-4 {
        top: 100%;
        right: 45%
    }
}

@media (min-width: 1200px) {
    .i-4 {
        top: 100%;
        right: 50%
    }
}

.info-graphs {
    position: relative
}

@media (min-width: 320px) {
    .info-graphs {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .info-graphs {
        margin-top: 80px;
        margin-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .info-graphs {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.info-graphs__title {
    color: #05414e;
    position: relative;
    z-index: 2
}

@media (min-width: 320px) {
    .info-graphs__title {
        width: 200px;
        margin: 0px 0px 10px 22px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .info-graphs__title {
        width: 396px;
        margin: 0px 0px 20px 50px;
        font-size: 44px;
        line-height: 68px
    }
}

@media (min-width: 1200px) {
    .info-graphs__title {
        width: 496px;
        margin: 0px 0px 0px 129px;
        font-size: 64px;
        line-height: 78px
    }
}

.info-graphs__sub-title {
    color: #05414e
}

@media (min-width: 320px) {
    .info-graphs__sub-title {
        margin: 0px 0px 10px 22px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 768px) {
    .info-graphs__sub-title {
        margin: 0px 0px 50px 50px;
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .info-graphs__sub-title {
        margin: 0px 0px 50px 129px;
        font-size: 34px;
        line-height: 48px
    }
}

.info-graphs__title-back {
    position: absolute
}

@media (min-width: 320px) {
    .info-graphs__title-back {
        top: -22px;
        left: 20px;
        width: 200px
    }
}

@media (min-width: 768px) {
    .info-graphs__title-back {
        top: -25px;
        left: 45px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    .info-graphs__title-back {
        top: -60px;
        left: 129px;
        width: 495.35px
    }
}

.info-graphs__back-pic {
    width: 100%;
}

@media (min-width: 768px) {
    .info-graphs__back-pic {
        width: 90%;
        max-width: 338px;
    }
}

@media (min-width: 1200px) {
    .info-graphs__back-pic {
        width: 100%;
        max-width: 376px;
    }
}

.info-graphs__backs-container {
    width: 90%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .info-graphs__backs-container {
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (min-width: 1200px) {
    .info-graphs__backs-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        width: 89%;
        margin-left: 129px;
        margin-top: 30px;
    }
}

@media (min-width: 1921px) {
    .info-graphs__backs-container {
        width: 90%
    }
}

.info-graphs__back {
    margin-bottom: 3%
}

.info-graphs__topic-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 0px;
    margin-bottom: 10px
}

.info-graphs__topic {
    color: #006578;
    font-family: "Montserrat-Bold"
}

@media (min-width: 320px) {
    .info-graphs__topic {
        font-size: 10px;
        width: 290px;
        margin: 0px
    }
}

@media (min-width: 768px) {
    .info-graphs__topic {
        font-size: 14px;
        width: 250px;
        margin: 0px
    }
}

@media (min-width: 1200px) {
    .info-graphs__topic {
        font-size: 14px;
        width: 330px;
        margin: 0px
    }
}

@media (min-width: 320px) {
    .info-graphs__topic-dot {
        margin-right: 5px;
        margin-left: 0px
    }
}

@media (min-width: 768px) {
    .info-graphs__topic-dot {
        margin-right: 5px
    }
}

@media (min-width: 1200px) {
    .info-graphs__topic-dot {
        margin-right: 5px
    }
}

.info-graphs__back-wrapper {
    display: none;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .info-graphs__back-wrapper {
        margin-left: 0;
        margin-right: 40px
    }
}

@media (min-width: 1545px) {
    .info-graphs__back-wrapper {
        margin-left: 0;
        margin-right: 80px
    }
}

@media (min-width: 1850px) {
    .info-graphs__back-wrapper {
        margin-left: 0;
        margin-right: 20px
    }
}

@media (min-width: 1920px) {
    .info-graphs__back-wrapper {
        margin-right: 50px
    }
}

@media (min-width: 2560px) {
    .info-graphs__back-wrapper {
        margin-right: 80px
    }
}

.animate {
    animation: unfoldingBlocks 1s ease-in-out forwards
}

@keyframes unfoldingBlocks {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.info-graphs__back-wrapper:nth-child(1) {
    animation-delay: .1s;
    display: block
}

.info-graphs__back-wrapper:nth-child(2) {
    animation-delay: .2s;
    display: block
}

.info-graphs__back-wrapper:nth-child(3) {
    animation-delay: .3s;
    display: block
}

.info-graphs__back-wrapper:nth-child(4) {
    animation-delay: .4s;
    display: block
}

.info-graphs__back-wrapper:nth-child(5) {
    animation-delay: .5s;
    display: block
}

.info-graphs__back-wrapper:nth-child(6) {
    animation-delay: .6s;
    display: block
}

.info-graphs__back-wrapper:nth-child(7) {
    animation-delay: .7s;
    display: block
}

.info-graphs__back-wrapper:nth-child(8) {
    animation-delay: .8s;
    display: block
}

.clinic-case {
    position: relative
}

@media (min-width: 320px) {
    .clinic-case {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .clinic-case {
        margin-top: 80px;
        margin-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .clinic-case {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

.clinic-case__title {
    color: #05414e;
    position: relative;
    z-index: 2
}

@media (min-width: 320px) {
    .clinic-case__title {
        width: 300px;
        margin: 0px 0px 10px 22px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .clinic-case__title {
        width: 396px;
        margin: 0px 0px 20px 50px;
        font-size: 44px;
        line-height: 68px
    }
}

@media (min-width: 1200px) {
    .clinic-case__title {
        width: 596px;
        margin: 0px 0px 30px 129px;
        font-size: 64px;
        line-height: 78px
    }
}

.clinic-case__sub-title {
    color: #05414e
}

@media (min-width: 320px) {
    .clinic-case__sub-title {
        margin: 20px 0px 10px 22px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 768px) {
    .clinic-case__sub-title {
        margin: 30px 0px 20px 20px;
        font-size: 24px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .clinic-case__sub-title {
        margin: 40px 0px 30px 20px;
        font-size: 28px;
        line-height: 48px
    }
}

.clinic-case__title-back {
    position: absolute
}

@media (min-width: 320px) {
    .clinic-case__title-back {
        top: -20px;
        left: 20px;
        width: 250px
    }
}

@media (min-width: 768px) {
    .clinic-case__title-back {
        top: -28px;
        left: 45px;
        width: 420px
    }
}

@media (min-width: 1200px) {
    .clinic-case__title-back {
        top: -45px;
        left: 120px;
        width: 596px
    }
}

.clinic-case__text {
    color: #595959;
    margin: 0
}

@media (min-width: 320px) {
    .clinic-case__text {
        margin-right: 10px;
        font-size: 14px;
        line-height: 20.5px
    }
}

@media (min-width: 768px) {
    .clinic-case__text {
        margin-right: 20px;
        font-size: 16px;
        line-height: 22.5px
    }
}

@media (min-width: 1200px) {
    .clinic-case__text {
        margin-right: 50px;
        font-size: 18px;
        line-height: 26.53px;
        width: 900px
    }
}

.clinic-case__data {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .clinic-case__data {
        flex-direction: row;
    }
}

.clinic-case__pictures-wrapper {
    display: flex;
    margin: 20px 0px 20px 0px;
    justify-content: center;
    align-items: center
}

@media (min-width: 768px) {
    .clinic-case__pictures-wrapper {
        margin: 40px 0px 40px 0px
    }
}

@media (min-width: 1200px) {
    .clinic-case__pictures-wrapper {
        margin: 0;
        justify-content: flex-start
    }
}

.clinic-case__question {
    cursor: pointer;
    margin-left: 0
}

@media (min-width: 768px) {
    .clinic-case__question {
        margin-right: 15px;
        margin-bottom: 0px;
        width: 195px;
        height: 153px
    }
}

@media (min-width: 1200px) {
    .clinic-case__question {
        margin-right: 35px;
        margin-bottom: 20px
    }
}

.clinic-case__buttons-wrapper {
    display: flex;
    justify-content: center
}

@media (min-width: 1200px) {
    .clinic-case__buttons-wrapper {
        margin-left: 20px;
        justify-content: flex-start
    }
}

.clinic-case__button-text {
    margin-right: 10px
}

@media (min-width: 320px) {
    .clinic-case__button-text {
        font-size: 8px
    }
}

@media (min-width: 768px) {
    .clinic-case__button-text {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .clinic-case__button-text {
        font-size: 16px
    }
}

.clinic-case__button {
    display: flex;
    align-items: center;
    border-radius: 50px
}

@media (min-width: 320px) {
    .clinic-case__button {
        margin: 0px 10px 10px 20px;
        width: 100px
    }
}

@media (min-width: 768px) {
    .clinic-case__button {
        margin: 0px 20px 0px 0px;
        width: 150px
    }
}

@media (min-width: 1200px) {
    .clinic-case__button {
        margin: 40px 50px 0px 0px;
        width: 220px
    }
}

.clinic-case__container {
    border: 2px solid #006578;
    border-radius: 20px;
    padding-bottom: 2%;
    width: 90%
}

@media (min-width: 768px) {
    .clinic-case__container {
        width: 95%
    }
}

@media (min-width: 1200px) {
    .clinic-case__container {
        width: 87%
    }
}

@keyframes flipCard {
    0% {
        transform: rotateY(0deg);
        opacity: 1
    }
    50% {
        transform: rotateY(90deg);
        opacity: .5
    }
    100% {
        transform: rotateY(180deg);
        opacity: 0
    }
}

.cardAnimation {
    animation: flipCard 1s forwards
}

.experts {
    position: relative
}

@media (min-width: 320px) {
    .experts {
        margin-top: 40px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .experts {
        margin-top: 80px;
        margin-bottom: 70px;
    }
}

@media (min-width: 1200px) {
    .experts {
        margin-top: 120px;
        margin-bottom: 80px
    }
}

.experts__title {
    color: #05414e;
    position: relative;
    z-index: 2
}

@media (min-width: 320px) {
    .experts__title {
        width: 200px;
        margin: 0px 0px 10px 22px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .experts__title {
        width: 396px;
        margin: 0px 0px 20px 50px;
        font-size: 44px;
        line-height: 68px
    }
}

@media (min-width: 1200px) {
    .experts__title {
        width: 496px;
        margin: 0px 0px 40px 129px;
        font-size: 64px;
        line-height: 78px
    }
}

.experts__title-back {
    position: absolute
}

@media (min-width: 320px) {
    .experts__title-back {
        top: -30px;
        left: 15px;
        width: 200px
    }
}

@media (min-width: 768px) {
    .experts__title-back {
        top: -35px;
        left: 40px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    .experts__title-back {
        top: -80px;
        left: 120px;
        width: 495.35px
    }
}

@media (min-width: 320px) {
    .experts__expert {
        width: 320px;
        margin-top: 2%
    }
}

@media (min-width: 768px) {
    .experts__expert {
        margin-left: 0
    }
}

@media (min-width: 320px) {
    .experts__expert-picture {
        width: 300px
    }
}

@media (min-width: 1200px) {
    .experts__expert-picture {
        width: 340px
    }
}

.experts__experts-container {
    width: 90%
}

@media (min-width: 320px) {
    .experts__experts-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column
    }
}

@media (min-width: 768px) {
    .experts__experts-container {
        flex-direction: row
    }
}

@media (min-width: 1920px) {
    .experts__experts-container {
        display: grid;
        grid-template-columns:22.5% 22.5% 22.5% 22.5%;
        grid-gap: 3.5%
    }
}

.experts__expert-name {
    font-weight: 700;
    color: #006578
}

@media (min-width: 1200px) {
    .experts__expert-name {
        font-size: 18px;
        line-height: 26.53px
    }
}

.experts__expert-description {
    color: #006578
}

@media (min-width: 1200px) {
    .experts__expert-description {
        font-size: 16px;
        line-height: 23.58px
    }
}

.company {
    position: relative
}

@media (min-width: 320px) {
    .company {
        margin-top: 100px;
        margin-bottom: 30px
    }
}

@media (min-width: 768px) {
    .company {
        margin-top: 80px;
        margin-bottom: 100px
    }
}

@media (min-width: 1200px) {
    .company {
        margin-top: 120px;
        margin-bottom: 120px
    }
}

@media (min-width: 1778px) {
    .company {
        margin-top: 290px;
        margin-bottom: 120px
    }
}

.company__title {
    color: #05414e;
    position: relative;
    z-index: 2
}

@media (min-width: 320px) {
    .company__title {
        width: 200px;
        margin: 0px 0px 10px 22px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (min-width: 768px) {
    .company__title {
        width: 396px;
        margin: 0px 0px 20px 50px;
        font-size: 44px;
        line-height: 68px
    }
}

@media (min-width: 1200px) {
    .company__title {
        width: 496px;
        margin: 0px 0px 0px 129px;
        font-size: 64px;
        line-height: 78px
    }
}

.company__sub-title {
    color: #05414e
}

@media (min-width: 320px) {
    .company__sub-title {
        margin: 20px 0px 10px 0px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (min-width: 768px) {
    .company__sub-title {
        margin: 30px 0px 20px 0px;
        font-size: 20px;
        line-height: 28px
    }
}

@media (min-width: 1200px) {
    .company__sub-title {
        margin: 40px 0px 30px 0px;
        font-size: 24px;
        line-height: 48px
    }
}

.company__title-back {
    position: absolute
}

@media (min-width: 320px) {
    .company__title-back {
        top: -30px;
        left: 15px;
        width: 200px
    }
}

@media (min-width: 768px) {
    .company__title-back {
        top: -35px;
        left: 40px;
        width: 300px
    }
}

@media (min-width: 1200px) {
    .company__title-back {
        top: -80px;
        left: 120px;
        width: 495.35px
    }
}

.company__container {
    display: flex;
    border: 2px solid #006578;
    border-radius: 20px;
    padding-bottom: 2%;
    width: 90%;
    flex-direction: column
}

@media (min-width: 768px) {
    .company__container {
        width: 95%
    }
}

@media (min-width: 1200px) {
    .company__container {
        width: 87%;
        flex-direction: row
    }
}

.company__data {
    margin-left: 20px;
    margin-right: 20px;
}

.company__button {
    display: flex;
    align-items: center;
    border-radius: 50px
}

@media (min-width: 320px) {
    .company__button {
        margin: 20px 10px 10px 20px;
        width: 120px
    }
}

@media (min-width: 768px) {
    .company__button {
        margin: 20px 20px 0px 0px;
        width: 150px
    }
}

@media (min-width: 1200px) {
    .company__button {
        margin: 40px 50px 0px 0px;
        width: 220px
    }
}

.company__button-text {
    margin-right: 10px
}

@media (min-width: 320px) {
    .company__button-text {
        font-size: 10px
    }
}

@media (min-width: 768px) {
    .company__button-text {
        font-size: 12px
    }
}

@media (min-width: 1200px) {
    .company__button-text {
        font-size: 16px
    }
}

@media (min-width: 320px) {
    .company__video {
        width: 90%
    }
}

@media (min-width: 768px) {
    .company__video {
        width: 440px;
        height: 100%;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 20px
    }
}

.wrap-pop-up-content {
    display: none;
}

.bx-system-auth-form {
    text-align: center;
}

.auth-form-text {
    text-align: center;
}


@media (max-width: 413px) {
    .e-mail-mobile {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.orange {
    color: #FF8500;
    font-weight: bolder;
}

.event-pop-up {
    width: 100%;
    height: 100%;
    background-color: rgba(248, 248, 248, 0.8);
    position: fixed;
    top: 0;
    z-index: 9999;
    overflow-y: auto;
}

@media (min-width: 1921px) {
    .event-pop-up {
        max-width: 2050px;
    }
}

.event-pop-up__data {
    position: relative;
    max-width: 600px;
    padding-top: 30px;
    background-color: #fff;
}

@media (min-width: 320px) {
    .event-pop-up__data {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .event-pop-up__data {
        width: 100%;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.event-pop-up__data-cross {
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
}

.event-pop-up__list {
    padding-left: 5px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.event-pop-up__list-item {
    margin-bottom: 10px;
}

.event-pop-up__list-item-inner-wrapper {
    display: flex;
    align-items: center;
}

.event-pop-up__list-item {
    list-style-type: none;
}

.event-pop-up__list-item-icon {
    margin: 0;
}

.event-pop-up__list-item-text {
    margin-left: 10px;
}

.event-pop-up__rules {
    background-color: #eef9f7;
    color: #006578;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.event-pop-up__title {
    text-align: center;
    padding: 20px 10px 20px 10px;
}

.event-pop-up__rules-data {
    display: flex;
}

@media (min-width: 320px) {
    .event-pop-up__rules-data {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .event-pop-up__rules-data {
        display: flex;
        flex-direction: row;
    }
}

.event-pop-up__rules-picture {
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 320px) {
    .event-pop-up__rules-text {
        padding: 10px 0px 0px 20px;
    }
}

@media (min-width: 768px) {
    .event-pop-up__rules-text {
        padding: 0px 10px 0px 0px;
    }
}

.extra-date {
    padding-top: 120px;
}

@media (min-width: 768px) {
    .extra-date {
        padding-top: 130px;
    }
}


@media (min-width: 1200px) {
    .extra-date {
        padding-top: 160px;
    }
}

.video-rec {
    padding-top: 10px;
}

.data-without-authors {
    padding-top: 130px;
}

@media (min-width: 1200px) {
    .data-without-authors {
        padding-top: 160px;
    }
}

.solo-lector {
    margin-left: 10px;
}