.slide-1 {
    width: 100%;
    height: calc(1080px - 170px);
    background-image: url("../img/test.jpg?v=1");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top -110px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.but_1 {
    width: fit-content;
    background-color: #39961E;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    /*padding: 15px 40px;*/
    /*padding-left: 50px;*/
    /*padding-right: 50px;*/
    padding: 0.8em 1.6em;
    border-radius: 4px;
    min-width: 165px;
    text-align: center;

}
.but_1:hover {
    background-color: #39961E;
    color: #fff;
}

.but_2 {
    min-width: 165px;
    width: fit-content;
    background-color: #fff;
    color: #39961E;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    /*padding: 15px 40px;*/
    /*padding-left: 30px;*/
    /*padding-right: 30px;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 10px;*/
    padding: 0.8em 1.6em;
    border-radius: 4px;
    border: 1px solid #39961E;
    text-align: center;
}
.but_2:hover {
    background-color: #fff;
    color: #39961E;
    border: 1px solid #39961E;
}

/* Buttons */

.button {
    width: fit-content;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 0.8em 1.6em;
    border-radius: 4px;
    min-width: 200px;
    text-align: center;
    margin: 5px;
    box-sizing: border-box;
}

.button.green {
    background-color: #39961E;
    border: 2px #39961E solid;
}

.button.white-green {
    background-color: #fff;
    color: #39961E;
    border-radius: 4px;
    border: 2px solid #39961E;
}

.button.blue {
    background-color: #4DA2D6;
    border: 2px #4DA2D6 solid;
}

.button.white-blue {
    background-color: #fff;
    color: #4DA2D6;
    border-radius: 4px;
    border: 2px solid #4DA2D6;
}

.but-g-hover:hover {
    background-color: #fff;
    color: #39961E;
    border: 2px solid #39961E;
    transition: all 0.3s ease 0s;
}
.button.white-green:hover {
    background-color: #39961E;
    color: #fff;
    border: 2px solid #39961E;
    transition: all 0.3s ease 0s;
}

.button.white-blue:hover {
    background-color: #fff;
    color: #4DA2D6;
    border: 2px solid #4DA2D6;
    transition: all 0.3s ease 0s;
}

.button.green-no-bord {
    color: #39961E;
}

.button.active-black:active {
    border: 2px solid #000000;
}


.adapt_hide_but {
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-decoration-line: underline;
    font-weight: bold;
}

.s-img-box {
    width: 122px;
    height: 39px;
    background-color: #fff;
}

.rusiam-img {
    min-width: 97px;
    width: 80%;
    max-width: 100%;
    height: 80%;
    background: url('../img//svg/rusiam-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    background-size: 90%;
    margin: 5px 14px;
}

/**/

body {
    font-family: "ProximaNova-Thin", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
    background-color: #eaeaea;
    color: #2C2F33;
    font-weight: 400;
}

.container_1 {
    max-width: 1110px;
    margin: 0 auto;
}

/* Аккордеон */

.questions {
    padding-top: 20px;
    padding-bottom: 50px;
    background-color: #F9FBFC;
}

.q-title {
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
    font-family: "ProximaNova-Bold";
    font-size: 40px;
    line-height: 49px;
    color: #2C2F33;
}

/*.questions-items {*/
/*    display: flex;*/
/*    flex-direction: column;*/

/*}*/
.questions-item {
    margin-bottom: 5px;
    padding: 20px 30px 17px 30px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px #ECF6FD;
    box-shadow: 0px 4px 4px #ECF6FD;
    cursor: pointer;
}
.q-i-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.q-i-title {
    max-width: fit-content;
    padding-right: 25px;
    margin-bottom: 10px;
    font-family: "ProximaNova-Bold";
    font-size: 18px;
    line-height: 25px;
    color: #2C2F33;

}
.q-i-arrow {
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: transform 0.3s ease-in-out;
    rotate: 180deg;
}

.q-i-body {
    display: none;
    border-top: 1px solid #E4F2DC;
    font-size: 17px;
    line-height: 22px;
}

.rotated {
    transform: rotate(180deg);
}
.rotated_90 {
    transform: rotate(90deg);
    transition: all 0.3s ease;
}

/* Common elements */


.text-box-1 {
    width: calc(50% - 30px);
}

.content-box-1 {
    width: calc(44.5% - 30px);
    /*box-shadow: 0px 10px 20px 5px #ECF6FD;*/
    border-radius: 4px;
    background: #fff;
}

.content-box-2 {
    flex-basis: 42.5%;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
    background: #fff;
    padding: 25px 25px 20px;
    margin: 15px;
}

.content-box-3 {
    width: calc(50% - 30px);
    /*box-shadow: 0px 10px 20px 5px #ECF6FD;*/
    border-radius: 4px;
    background: #fff;
}

.content-box-4 {
    min-width: 29.5%;
    margin-bottom: 30px;
    margin: 2px;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 0 10px;
    overflow: hidden;
    max-width: 340px;
}
.content-box-5 {
    min-width: 450px;
    width: calc(50% - 30px);
    flex-basis: 45%;
}
.content-box-6 {
    box-shadow: 0px 5px 18px 5px rgba(236, 246, 253, 0.81);
    margin: 12px;
    padding: 20px;
    border-radius: 4px;
    min-height: 180px;
    height: calc(100% - 30px);
    flex-basis: 19%;
    min-width: 180px;
}
.content-box-7 {
    width: calc(25% - 30px);
    padding: 25px 20px 15px;
    margin: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 5px #ECF6FD;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
    box-sizing: content-box;
    min-width: 200px;
}
.content-box-8 {
    width: calc(32% - 20px);
    padding: 25px 20px 15px;
    margin: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 5px #ECF6FD;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
    box-sizing: content-box;
    min-width: 280px;
}

.blue_shadow_hover:hover {
    box-shadow: 0px 10px 10px 5px #ECF6FD;
}

.box-line::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(348.7deg, #79C330 37.76%, #97DF50 100%);
    background: linear-gradient(101.3deg, #79C330 37.76%, #97DF50 100%);
    border-radius: 4px 4px 0px 0px;
}
.box-line:nth-child(2)::after {
    background: -o-linear-gradient(348.7deg, #4DA2D6 37.76%, #9FDBFF 100%);
    background: linear-gradient(101.3deg, #4DA2D6 37.76%, #9FDBFF 100%);
}

.b_left_line_5_b {
    border-left: 5px solid #4DA2D6;
}
.b_left_line_5_g {
    border-left: 5px solid #79C330;
}


.b_shadow_1 {
    box-shadow: 0px 10px 20px 5px #ECF6FD;
}

.b_bot_line_1_g {
    border-bottom: 1px solid #E4F2DC;
}

.hidden {
    display: none!important;
}
.hidden-flex {
    display: none;
}
/* Green-line */

.green-lines {
    position: relative;
    z-index: 1;
}

.green-lines::before,
.green-lines::after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.green-lines::before {
    border: 1px dashed #79C330;
    height: 100%;
    z-index: -2;
}

.green-lines::after {
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #79C330;
    width: 89px;
    height: 89px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .green-lines::before,
    .green-lines::after {
        content: unset;
    }
}


/* Apples Icons & Titles */

.apple-title {
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    line-height: 24px;
}
.apple-title.green {
    color: #39961E;
}
.apple-title.red {
    color: #F15243;
}
.apple-title.yellow {
    color: #F9CA24;
}

.apple-icon {
    width: 74px;
    height: 24px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.apple-icon.green {
    background-image: url(../img/svg/green-apples.svg);
}
.apple-icon.red {
    background-image: url(../img/svg/red-apples.svg);
}
.apple-icon.yellow {
    background-image: url(../img/svg/yellow-apples.svg);
}




/* Advantages  */

.adv-item-icon {
    width: 50px;
    height: 50px;
}
.advantages-main {
    margin-top: 0px;
}

/* Basics */

.basics {
    padding-bottom: 3.5rem;
}

/*.basics-items {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    margin: 0 -15px;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    -webkit-box-pack: justify;*/
/*    -ms-flex-pack: justify;*/
/*    justify-content: space-between;*/
/*    position: relative;*/
/*    margin-top: 10px;*/
/*}*/

.basics-items {

}
.basics-item-img {
    width: 530px;
    height: 387px;
    min-width: 350px;
    min-height: 255px;
    position: relative;
    background-image: url('../img/review-screen.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.basics-item-text {
    padding: 0 10px;
}
/* Participation */

.p-item {
    padding: 37px 32px 47px 40px;

}
.p-item-img {
    width: 223px;
    height: 224px;
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 0;
}

/* Education */

.edu-item {
    position: relative;
}
.edu-item-title {
    padding: 20px 0;
    border-radius: 4px 4px 0px 0px;
}
.edu-item-body {
    padding: 34px 30px 40px;
}
.edu-top-time {
    width: 240px;
    height: 240px;
    margin-bottom: 37px;
    border-radius: 50%;
    overflow: hidden;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 32px;
    text-align: center;
    color: #2C2F33;
}

.edu-mid {
    min-height: 230px;
    margin-top: 52px;
    margin-bottom: 46px;
    padding: 15px 0;
    padding-left: 20px;
    text-align: left;
}

.edu-bot-list li {
    text-align: left;
    padding-left: 35px;
    font-family: "ProximaNova-Regular";
    font-size: 18px;
    line-height: 22px;
    color: #2C2F33;
    position: relative;
    margin-bottom: 25px;

}
.edu-bot-list li::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: 0;
    background-image: url('../img/svg/li-icon-bl.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    border-radius: 25px;
}

.edu-bot-list li.green::before {
    background-image: url('../img/svg/li-icon-gr.svg');
}

.edu-bot {
    padding-top: 51px;
    border-top: 1px solid #E4F2DC;
}

/* Preparation */

.prep-item {
    padding: 39px 30px 5px 30px;
    border-radius: 4px;
}
.prep-img {
    width: 152px;
    height: 152px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 80px;
    background-image: url('../img/svg/preparation-img.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

/* Certification */
.cert-item {
    padding: 40px 30px 30px 30px;
}
.cert-item-img {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    min-width: 100%;
}
/* Program */

.prog-item {
    padding: 47px 30px 40px;
}

.prog-item .dots-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.prog-item .dots-list li {
    width: 300px
}

/* /ul /li Dots Style & Colors */

.dots-list li {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.dots-list li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 25px;
    /*background-color: #39961E;*/
}

.green:before {
    background-color: #39961e;
}

.yellow:before {
    background-color: #F9CA24;
}

.red:before {
    background-color: #F15243;
}

.black-hover:hover {
    color: rgb(44, 47, 51);
}

.pm-list::after {
    content: '';
    width: 5px;
    height: 112%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 55px;
    background: #4DA2D6;
    border-radius: 5px;
}

/* Format */

.format-img {
    width: 100%;
    max-width: 526px;
    background-image: url('../img/format-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    margin: 20px auto 0;
}
.format-but {
    margin: 50px 0 0;
}

/* Theory */

.theory-item-icon {
    height: 55px;
    min-width: 50px;

    background-size: contain;;
    background-repeat: no-repeat;
    background-position: center;
}

/* Experts */
.card {
    max-width: 340px;
}
.expert-img {
    min-height: 340px;
    min-width: 340px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

/* Reviews */
.reviews {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 3rem;
    margin-top: 3rem;
    z-index: 1;
}

.reviews::before {
    position: absolute;
    content: '';
    top: 22%;
    right: 0;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background: -o-linear-gradient(348.7deg, #E4F2DC 37.76%, #69C2F8 100%);
    background: linear-gradient(101.3deg, #E4F2DC 37.76%, #69C2F8 100%);
    width: calc(100% + 800px);
    min-height: 80vh;
    height: 100%;
    z-index: 0;
}

.rev-img {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 15px;
}

.size-r-img-1 {
    height: 209px;
    width: 289px;
}
.size-r-img-2 {
    height: 420px ;
    width: 300px;
}
.size-r-img-3 {
    height: 209px;
    width: 730px;
}

.r-text-box {
    min-height: 209px;
    width: 289px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #57A1D9;
    border-radius: 15px;
    padding: 0 10px;
}

.r-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #F9F9F9;
    padding: 0 10px;
}

.r-top-l {
    flex-basis: 66%;
    max-width: 66%;
}

.r-top-r {
    flex-basis: 33%;
    max-width: 33%;
}

.r-bot-l {
    flex-basis: 66%;
    max-width: 66%;
}

.r-bot-r {
    flex-basis: 33%;
    max-width: 33%;
}

.r-top-l-child {
    flex-basis: 47%;
    max-width: 47%;
}


/* Slider */

.slider-video * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slick-slide {
    padding: 0 10px;
}
.slider-item.slider-video-item-img {
    max-width: 100%;
}


.play-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #39961e;
    opacity: 40%;
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
    top: 45%;
    left: 45%;
    border-radius: 50%;
    border: 1px solid #39961e;
    cursor: pointer;


}
.play-button:hover {
    opacity: 80%;
    transition: 0.3s;
}

.play-button-icon {
    width: 30px;
    height: 30px;
    left: 3px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url("../img/svg/play-button.svg");
}


.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;

}
/* New slider */
.slider-video-general {
    width: 707px;
    height: 370px;
    padding: 0 10px;
    margin-left: 10px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}


/* Video Slider большие изображения */

.video-slider-main-item {
    text-align: center;
}
.video-slider-main-img {
    height: 370px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    cursor: pointer;
}

/* Video Slider нижняя лента */

.slider-video-item {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}
.slider-video-item-img {
    min-height: 123px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border-radius: 1px;

}
.slider-video {
    position: relative;
}
.slider-video .slick-arrow,
.slider-video-2 .slick-arrow{
    position: absolute;
    top: 34%;
    z-index: 1;
    font-size: 0;
    width: 40px !important;
    height: 40px !important;
    background-size: auto !important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    background-color: #fff;
    overflow: hidden;
    border-style: none;
    cursor: pointer;
}
.slider-video .slick-arrow.slick-prev,
.slider-video-2 .slick-arrow.slick-prev{
    left: 11px;
    background-image: url("../img/svg/slider-arrow-l.svg");
}
.slider-video .slick-arrow.slick-next,
.slider-video-2 .slick-arrow.slick-next{
    right: 8px;
    background-image: url("../img/svg/slider-arrow-r.svg");
}
.slider-video-item.slick-current .slider-video-item-img{
    border: solid #4DA2D6;
}
/* Was */
.was-gallery {
    justify-content: space-around;
    margin: 20px -7px 0;
}
.was-img {
    width: calc(100% / 3 - 30px);
    height: 300px;
    margin: 15px;
}
.was-img img {
    height: 100%;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}

.video-rev-text-area {
    flex-basis: 33%;
}
.video-slider-general {
    flex-basis: 66%;
    padding-right: 20px;
}
.video-slider-general:nth-child(2) {
    padding-left: 20px;
    padding-right: 0px;
}
.video-rev-text-area:nth-child(1) {
    padding-left: 10px;
}

/* About page */
.slide-padding {
    /*margin-top: 100px;*/
    margin-top: 60px;
}
.slide_2 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    min-height: 620px;
    z-index: 1;
    width: 100%;
    background-image: url('../img/about/baner-img.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}


.slide-desc-2 {

}

/* Breadcrumps */

nav.breadcrumbs {
    position: absolute;
    top: 150px;
    z-index: 8;
}
.breadcrumbs ul {
    padding: 0;
    margin: 0;
    font-size: 14px !important;
    font-weight: 400;
    font-family: 'ProximaNova-Regular';
}

.breadcrumbs ul li:not(:first-child)::before {
    content: "\2022";
    margin: 0rem .25rem;
}
.breadcrumbs-list .previous a {
    color: #6093c9;
    transition: color 0.3s ease;
}
.breadcrumbs-list .previous a:hover {
    color: #151515;
    text-decoration: underline;
}
.breadcrumbs-list .inactive a {
    pointer-events: none;
    cursor: default;
}


/* capability */

.capability {
    background-image: url("../img/about/about-back.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
.capability_main {
    padding: 30px 0;
}
.capability_img {
    background-image: url("../img/about/about-1.jpg");
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 12px solid #FFFFFF;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
}
.capability_icon {
    text-align: center;
    background-color: #ffffff;
    width: calc(50% - 50px);
    box-shadow: 0px 10px 14px 5px #ECF6FD;
    border-radius: 6px;
    padding: 7px 13px;
    margin-bottom: 15px;
}
.capability_icon::before {
    position: absolute;
    content: '';
    display: block;
    top: 98%;
    right: 16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent;
}

/* mission */

.text_frame_1 {
    padding: 45px 5% 34px;
}

.main_text_frame_1 {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text_frame_1 {

}
.text_frame_1_desc {
    width: 70%;
}


/* school */
.school-desc {
    margin: 15px auto 45px;
}

/* medicine */
.medicine-img {
    background-image: url("../img/about/about-1.jpg");
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 12px solid #FFFFFF;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
}
.medicine {
    background-image: url("../img/about/med-bg-1.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}
/* uni */
.univers {
    position: relative;
    overflow: hidden;
    padding: 3.5rem 0 3rem;
    margin-top: 3rem;
    z-index: 1;
}

.univers::before {
    position: absolute;
    content: '';
    right: 0;
    display: block;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: #F9FBFC;
    width: calc(100% + 800px);
    min-height: 80vh;
    height: 100%;
    z-index: 0;
}

.uni_box_1 {
    flex-basis: 23%;
    padding: 0 5px;
    box-sizing: border-box;
    margin: 5px 10px 0;
    width: calc(100% / 4 - 60px);
    min-width: 250px;
    box-shadow: 0px 10px 15px 5px #ecf6fd;
}

.uni_box_2 {
    flex-basis: 31%;
    padding: 10px;
    box-sizing: border-box;
    margin: 5px 12px;
    box-shadow: 0px 10px 15px 5px #ecf6fd;
}

.uni_img_1 {
    height: 190px;
    min-height: 190px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.uni_img_2 {
    height: 260px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.map_img {
    height: 600px;
    min-height: 300px;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/about/map_3.jpg');
}

.structure_item {
    border-bottom: solid #e4f2dc99;
    border-radius: 2px;
    padding: 25px 0;
}

.structure_item:nth-last-of-type(1) {
    border-bottom: none;
}

.structure_item a {
    cursor: pointer;
    text-decoration: none;
    transition: all 200ms ease;
}
.structure_item a:hover {
    color: #007bff;
}

/* Expert Page */

.slide-3 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    min-height: 650px;
    z-index: 1;
    width: 100%;
}

.slide-3.expert {
    background-image: url('../img/expert/expert-img.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.slide-3-main {
    padding-top: 150px;
}

.slide-padding-3 {
    margin-top: 120px;
}
.slide-3-button .button{
    width: 100%;
}

.expert-main {
    padding-top: 18px;
    position: relative;
    background-color: #ffffff;
}

.expert-main-img {
    background-image: url("../img/expert/expert-main.png");
    height: 360px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border: white 1vh solid;
}

.expert-main-cards {
    margin: 30px -15px 0;
}
.expert-main-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.box-line-2.green::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(348.7deg, #79C330 37.76%, #97DF50 100%);
    background: linear-gradient(101.3deg, #79C330 37.76%, #97DF50 100%);
    border-radius: 4px 4px 0px 0px;
}
.box-line-2.red::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(101.3deg, #E17055 37.76%, #F2A795 100%);
    border-radius: 4px 4px 0px 0px;
}
.box-line-2.yellow::after {
    content: '';
    width: 100%;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(101.3deg, #F9CA24 37.76%, #F2DD91 100%);
    border-radius: 4px 4px 0px 0px;
}

.f-icons {
    position: relative;
}

.f-bot-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
}

.f-bot-list li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.com:before {
    background-image: url('../img/expert/expert-com-icon.svg');
}
.geo:before {
    background-image: url('../img/expert/expert-geo-icon.svg');
}

.f-buttons .button {
    width: 100%;
}
.right_arrow_icon {
    width: 20px;
    height: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../img/expert/arrow-green-r.svg");
    transition: transform 0.3s ease;
}
.button:hover .right_arrow_icon {
    transform: translateX(5px);
}

.feedback-form.blue {
    background-color: #4DA2D6;
}
.feedback-form.green {
    background-color: #39961e;
}

.form_box {
    padding: 30px 0 40px;
}

.form-num-list {
    counter-reset: formList; /* Сброс счетчика для всего списка */
}
.form-num-list li {
    position: relative;
    padding: 0 0 0 60px;
    margin: 40px 0;
}

.form-num-list li::before {
    counter-increment: formList;
    content: counter(formList);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "ProximaNova-Bold";
    font-size: 20px;
    color: #4DA2D6;
    background-color: #fff;
}

.form-title {
    margin: 20px 0 10px;
}

.form-input input {
    all: unset;
}

.form-input {
    border-bottom: 1px solid white;
}
.form-input.error {
    border-bottom: 1px solid #ff6363;
}

.form-input input {
    font-size: 14px;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: left;
    border: none;
    background-color: unset;
    line-height: 17px;
    margin: 20px 0;
    width: 100%;
}


.form-input input[type="text"] {
    font-family: "ProximaNova-Thin";
    width: 90%;
    border: none;
    background-color: unset;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding-left: 25px;
}
.form-input.name input {
    background-image: url("../img/expert/user_icon.png");
    background-repeat: no-repeat;
}

.form-input.phone input {
    background-image: url("../img/expert/phone_icon.png");
    background-repeat: no-repeat;
}

.form-input.email input {
    background-image: url("../img/expert/mail_icon.png");
    background-repeat: no-repeat;
}

.form-input input::-webkit-input-placeholder {
    color: #ffffff;
}

.form-btn {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    width: 150px;
    min-width: fit-content;
    text-align: center;
    height: fit-content;
}

.form-btn.active {
    cursor: pointer;
    background-color: #fff;
    color: #4da2d6;
    border: 2px solid #fff;
}
.form-btn.disabled {
    cursor: not-allowed;
    background-color: #dadada;
    color: #85c1e0;
    border: 2px solid #dadada;
}



.form-btn.error {
    border: 2px solid #ff6363;
}

.toggle-btn-container {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.toggle-btn {
    width: 40px;
    height: 20px;
    background-color: #71B5DE;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-circle {
    width: 20px;
    height: 20px;
    background-color: rgb(133, 193, 224);
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0px;
    transition: left 0.3s;
    border: 1px #ffffff solid;
}

.toggle-btn.active {
    background-color: #fff;
}

.toggle-btn.active .toggle-circle {
    left: 19px;
}

.toggle-label {
    margin-left: 10px;
    font-size: 14px;
}

/* Module Page */

.slide-4 {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    min-height: 620px;
    z-index: 1;
    width: 100%;
    background-image: url('../img/module/bg_module_new.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -15vh;
}

/* Module Cards*/
.module-card {
    background: linear-gradient(to right, #edf5f7, #f3fdec);
    height: 100%;
    position: relative;
    width: calc(100% / 4 - 40px);
    padding: 50px 25px;
    margin: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    min-height: 256px;
}
.module-card:before {
    position: absolute;
    right: 10px;
    bottom: -20px;
    color: #ffffff;
    user-select: none;
    font-size: 100px;
    font-family: 'ProximaNova-Bold';
}
.module-card.b-12:before {
    content: '12';
}

.module-card.b-24:before {
    content: '24';
}
.module-card.b-none:before {
    content: '';
}

.module-card-circle {
    position: absolute;
    width: 80px;
    height: 80px;
    color: white;
    font-family: 'ProximaNova-Bold';
    font-size: 28px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    background-color: rgb(57, 150, 30);
    font-weight: bold;
    box-shadow: 2px 2px 5px 0 rgba(57, 150, 30, .5);
    z-index: 1;
    left: 25px;
    top: -40px;
    border-radius: 50%;
}
.module-card-circle-icon {
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../img/module/ex2.png");
    background-position: center;

}

.science-panel {
    box-shadow: 5px 5px 10px 0 rgba(84, 84, 84, 0.5);
    box-sizing: border-box;
    width: 95%;
    margin: 8px 0;
}


.s-top-panel-icon {
    position: relative;
    width: 20px;
    height: 20px;
    background-image: url("../img/module/burg-green.svg");
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    transition: all 0.3s ease;
}
.s-top-panel-icon:hover {
    background-image: url("../img/module/burg-black.svg");
}

.science-bottom-panel {
    display: none;
    border-top: 1px solid rgb(57, 150, 30, .1);
}

.s-top-panel-topic {
    cursor: pointer;
    transition: color 0.4s ease;
}
.s-top-panel-topic:hover {
    color: black;
}

.s-b-panel-left,
.s-b-panel-right {
    width: 50%;
    padding: 20px;
    box-sizing: content-box;
}
.s-b-panel-title {
    background-color: rgb(57, 150, 30, .1);
    padding: 15px;
}

.sb-table td:first-child {
    width: 120px;
    font-size: 14px;
}
.sb-table td,
.sb-table th {
    padding: 24px 16px;
    vertical-align: middle;
    border: 0;
}
.sb-table tbody tr:nth-of-type(2n) {
    background-color: #fafafa;
}


/* form-program */
.form-program {
    margin: 30px 0;
    background-image: url("../img/module/module-prog-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
}
.form-program-img {
    background-image: url("../img/module/br.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
    height: 340px;
    width: calc(100% / 2);
}
.form-container.f-program {
    width: 50%;
}

/* Module Slider */
.module-was-slider {
    padding: 0 20px;
}
.module-was-slider-item {
    padding: 5px;
    margin: 5px;
}
.module-was-slider-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.module-was-slider .slick-prev {
    left: -10px;
    background-image: url("../img/module/modul-prev-ar.svg");;
}

.module-was-slider .slick-next {
    right: -10px;
    background-image: url("../img/module/modul-next-ar.svg");
}

.module-was-slider .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 1;
    font-size: 0;
    width: 20px !important;
    height: 40px !important;
    background-size: auto !important;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    border-style: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
}
.module-was-slider-img .play-button {
    width: 55px;
    height: 55px;
    top: 35%;
    left: 40%;
}

/* m gellery*/
.m-gallery {
    margin-right: -15px;
    margin-left: -15px;
}

.m-gel-box {
    margin: 10px;
    box-sizing: border-box;
    flex-basis: 23%;

}
.m-gel-img {
    height: 176px;
    width: 100%;
    object-fit: cover;

}

/* form-checkup */
.form-checkup {
    margin: 30px 0 0;
    background-image: url("../img/module/module-prog-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
}

.form-checkup-img {
    background-image: url("../img/module/check.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
    height: 340px;
    width: calc(100% / 2);
}

/* Participate */

.form_participate {
    padding: 30px 0;
    background: linear-gradient(to right, #edf5f7, #f3fdec);
}

.form-container.green_sharp {
    padding: 0 20px;
}

.form-input.green_sharp {
    border: 1px solid white;
    background-color: white;
    margin: 15px 0;
}
.form-input.green_sharp.error {
    border: 1px solid #ff6363;
}
.form-input.green_sharp:hover {
    border: 1px solid #51be2e;
    outline: none;
}

.form-input.green_sharp input {
    font-size: 12px;
    color: #3D3D3DFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    border: none;
    background-color: unset;
    line-height: 16px;
    margin: 15px 0 15px 10px;
    width: 100%;
    padding-left: 10px;
}


.form-input.green_sharp input[type="text"],
.form-input.green_sharp input[type="tel"]{
    font-family: 'ProximaNova-Regular';
    width: 90%;
    background-color: unset;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 16px;
    padding-left: 25px;
}
.form-input.green_sharp.name input {
    background-image: url("../img/module/user_icon.svg");
    background-repeat: no-repeat;
}

.form-input.green_sharp.phone input {
    background-image: url("../img/module/phone_icon.svg");
    background-repeat: no-repeat;
}

.form-input.green_sharp.email input {
    background-image: url("../img/module/mail_icon.svg");
    background-repeat: no-repeat;
}
.form-input.green_sharp.locate input {
    background-image: url("../img/module/map_pin.svg");
    background-repeat: no-repeat;
}

.form-input.green_sharp input::-webkit-input-placeholder {
    color: #777777;
}

.form-btn.green_sharp {
    font-size: 15px;
    width: 100%;
    min-width: fit-content;
    text-align: center;
    height: fit-content;
    padding: 15px 0;
    border-radius: 0;
    box-sizing: border-box;
    transition: background-color 0.3s;

}

.form-btn.green_sharp.active {
    cursor: pointer;
    background-color: #39961e;
    color: #fff;
    border: 1px solid #318519BF;
}
.form-btn.green_sharp.active:hover {
    background-color: #46a82a;
}
.form-btn.green_sharp.disabled {
    cursor: not-allowed;
    background-color: #79b966;
    color: #fff;
    border: 1px solid #79B966FF;
}

.form-btn.green_sharp.error {
    border: 1px solid #ff6363;
}

.toggle-btn.green {
    width: 40px;
    height: 20px;
    background-color: rgba(121, 185, 102, 0.53);
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-circle.green {
    width: 20px;
    height: 20px;
    background-color: #39961e;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0px;
    transition: left 0.3s;
    border: 1px #ffffff solid;
}

.toggle-btn.active {
    background-color: #fff;
}

.toggle-btn.active .toggle-circle {
    left: 19px;
}

.toggle-label {
    margin-left: 10px;
    font-size: 14px;
}

/* Schedule */
.schedule {
    margin-top: 110px;
    padding-top: 50px;
}
.schedule-main {
    margin: 0 -15px;
}
.schedule-card {
    width: calc(100% / 2 - 20px);
    padding: 30px;
    margin: 0 10px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 350px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.schedule-card:before {
    content: 'Модуль';
    font-size: 7rem;
    font-weight: 900;
    line-height: 1;
    position: absolute;
    left: 4vw;
    bottom: -1.7rem;
    z-index: 0;
    opacity: .1;
    color: rgb(87, 87, 87);
    font-family: 'ProximaNova-Bold';
    background-color: rgba(255, 255, 255, 0);
}

.schedule-card.green {
    background-color : #BFE6AA;
}
.schedule-card.blue {
    background-color: #A9D9F6;
}
.schedule-card-line {
    padding-top: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    margin-bottom: 1.5rem;
}
/* News */

.news {
    margin-top: 110px;
    padding-top: 50px;
    margin-bottom: 50px;
    background-image: url('../img/news/bg-molecular.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.news-main {
    margin: 0 -15px;
}
.news-content-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc(100% / 3 - 20px);
    margin: 10px;
    box-sizing: border-box;
    padding: 10px 10px 15px;
    border-radius: 1px;
    height: 295px;
    min-width: 300px;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden; /* Ensure pseudo-element doesn't overflow */
}

.news-content-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    transition: background-color 0.3s ease;
}

.news-content-box:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
}

.news-desc {
    position: relative;
    z-index: 2;
    padding: 10px;
}
.news-date {
    padding: 5px 10px;
    z-index: 1;
}
.news-button .button {
    border-radius: 1px;
    width: calc(100% / 3 - 20px);
}
/* New Detail */
.article {
    background-image: url('../img/news/bg-molecular.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.new-slider {
    position: relative;
    margin-top: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    height: 485px;
    box-sizing: border-box;
    overflow: hidden;
}
.new-slider:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.new-slider:before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.3) 100%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.new-slider-content {
    z-index: 1;
}
.new-slider-content h1 {
    margin-bottom: 20px;
}
.new-also h4 {
    margin: 0;
}
.new-article {
    padding: 0 10px;
    margin: 15px 0;
    box-sizing: content-box;
}
.n-article-desc {
    padding-bottom: 25px;
}
.n-article-text {
    padding: 25px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
    border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.n-article-text p {
    margin: 0 0 15px;
    padding: 0;
}
.new-also {
    padding: 0 10px;
    box-sizing: content-box;
    margin: 15px 0;

}
.new-also h4 {
    margin: 0 0 5px;
}
.n-also-box {
    padding: 20px 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.n-also-title:hover {
    text-decoration: underline;
}
.n-also-desc {
    margin-top: 10px;
}

/* Gostevoy Vecher */

.slide-5 {
    position: relative;
    height: 700px;
    background-image: url("../img/gostevoy/header-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.slide-5:before {
    top: 100px;
    height: 200px;
    width: 200px;
    left: 20vw;
    position: absolute;
    content: '';
    background-image: url("../img/gostevoy/header-round-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 0;
}

.slide-5-main {
    padding: 80px 20px 0 0;
}
.gv-slider-slider {
    height: 450px;
    max-width: 550px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
}
.gv-slider-slider .slick-arrow {
    font-size: 0;
    position: absolute;
    top: 45px;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    margin: 0 30px;
}
.slick-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.gv-slider-slider .slick-next {
    right: 0;
    background-image: url("../img/svg/slider-arrow-r.svg");
}
.gv-slider-slider .slick-prev {
    left: 0;
    background-image: url("../img/svg/slider-arrow-l.svg");
    /*rotate: 180deg;*/
}

.gv-ss-card {
    width: auto;
    height: auto;
    padding: 20px 30px;


}
.gv-ss-card-top {
    padding: 20px 40px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.gv-ss-calendar-icon {
    background-image: url("../img/gostevoy/calendar.svg");
    height: 40px;
    width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 10px;
    box-sizing: border-box;
}
.webinar_over {
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #818181;
    color: white;
    font-weight: bold;
}

.webinar_orange {
    padding: 8px 10px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #FF9F43;
    color: #000000;
    font-weight: bold;
}


.gv-ss-card-bot {
    padding: 20px 0;
}

.gv-content-box {
    width: calc(33% - 30px);
    padding: 25px 20px 15px;
    margin: 15px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 20px 5px #ECF6FD;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
    box-sizing: border-box;
    min-width: 300px;
}
.gv-content-box-icon {
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.gv-ss-button .button {
    width: 100%;
    margin: 0;
    font-size: 22px;
}

/* speaker */
.speaker_img {
    height: 400px;
    width: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 100%;
}
.speaker-bottom-line {
    border-top: 1px solid #E4F2DC;
}
.speaker-bottom-box {
    width: calc(50% - 30px);
    margin: 15px;
    box-sizing: border-box;
    padding: 10px 0;
    min-height: 100px;
    min-width: 250px;
}
.speaker-bottom-box-img {
    height: 80px;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: white;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    padding: 10px;
    box-sizing: border-box;
}
.speaker-bottom-box-desc {
    width: 80%;
}
.speaker-award {
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
}
.award-img {
    height: 130px;
    width: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/gostevoy/star.svg");
    margin: 10px;
}
.speaker-list {
    padding: 20px;
}
.speaker-list li{
    list-style: disc;
    font-size: 18px;
    line-height: 23px;
    padding-left: 5px;
    margin-bottom: 3px;
}
/* about us */
.about-us-desc {
    padding: 10px;
}
.about-us-video-box {
    width: 700px;
    min-width: 300px;
    padding: 10px;
    height: 385px;
}
.about-us-video {
    width: 100%;
}

.about-us-card {
    width: calc(25% - 30px);
    margin: 10px;
    padding: 30px 20px;
    background-color: white;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    min-width: 200px;
}
.about-us-card-icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.about-us-platform-img {
    background-image: url("../img/gostevoy/about-platfom-bg_note.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 60%;
    box-sizing: content-box;
    position: absolute;
    right: 0;
    top: -120px;
}
.about-us-platform {
    margin-top: -40px;
    margin-bottom: 40px;
}
.about-us-mentor-img {
    background-image: url("../img/gostevoy/1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 60%;
}
.about-us-basics-img {
    background-image: url("../img/gostevoy/32f14e861886d383340eb7db038211f0.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 60%;
}
.about-us-exam-img {
    background-image: url("../img/gostevoy/3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 60%;
}

.about-us-right-img,
.about-us-left-img {
    background-image: url("../img/gostevoy/3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 500px;
    width: 60%;
}
/* media */
.media-video {
    margin: 15px 21px;
}
.media-gallery-img {
    width: calc(33% - 30px);
    min-width: 250px;
    margin: 15px;
    box-sizing: border-box;
}
.media-gallery-img img {
    height: 250px;
    width: 100%;
    border-radius: 2px;
    object-fit: cover;
    object-position: center;
}

/* form */

.toggle-btn.green{
    width: 40px;
    height: 20px;
    background-color: #c2c2c2;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s;
}

.toggle-circle.green {
    width: 20px;
    height: 20px;
    background-color: #39961e;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    left: 0px;
    transition: left 0.3s;
    border: 1px #ffffff solid;
}

.toggle-btn.active {
    background-color: #fff;
}

.toggle-btn.active .toggle-circle {
    left: 19px;
}

.toggle-label {
    margin-left: 10px;
    font-size: 14px;
}
.form-btn {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 5px;
    width: 150px;
    min-width: fit-content;
    text-align: center;
    height: fit-content;
}

.form-btn.green.active {
    color: #39961e;
}
.form-btn.green.disabled {
    color: #8bc977;
}
.form-num-list.green li::before {
    color: #39961e;
}

/* form phone */

.form-phone {
    margin: 30px 0;
    background-image: url("../img/module/module-prog-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 340px;
}
.form-phone-box {
    padding: 40px 0 55px;
}
.form-phone-l-icon {
    width: 130px;
    padding: 7px 13px;
    font-family: 'ProximaNova-Bold';
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #4DA2D6;
    background: #FFFFFF;
    opacity: 0.45;
    border-radius: 4px;
}
.form-phone-l-date {

}
.form-phone-l-num {

}
.form-phone-l-mon {
    margin-top: -40px;
}
.form-phone-but {
    display: inline-block;
    width: 195px;
    padding: 12px 0;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #4DA2D6;
    background: #FFFFFF;
    border-radius: 4px;
    transition: all 0.3s;
    cursor: pointer;

}

/* Fundamental Page */
.slide-3.fundamental {
    background-image: url('../img/fundamental/fundamental-img.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.slide-3-main.fundamental {
    padding-top: 110px;
}
.fund-calendar-icon {
    width: 30px;
    height: 30px;
    background-image: url('../img/fundamental/calendar-blue.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.fund-locate-icon {
    width: 20px;
    height: 20px;
    background-image: url('../img/fundamental/f-locate.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.f-underslide-cards {
    position: relative;
    margin-top: -50px;
    z-index: 2;
}

.f-u-title {
    margin-top: 20px;
    padding: 10px;
    min-width: 320px;
    width: 30%;
}
.f-u-cards {
    justify-content: flex-end;

}
.f-u-card {
    width: 50%;
    box-sizing: content-box;
    padding: 25px 20px 15px;
    margin: 10px;
    background: #fff;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    border-radius: 4px;
    min-width: 250px;

}
.f-u-icon {
     width: 60px;
     height: 60px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     margin-bottom: 10px;
 }
.f-u-desc {
    min-width: 200px;
}

/**/

.fundamental-lvl-img {
    height: 400px;
    background-image: url("../img/fundamental/fund-lvl-cropped.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.fundamental-lvl-txt {
    align-items: flex-start
}
.fund-lvl {
    margin: 0 1.7vw;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.arrow-gray-r {
    width: 20px;
    height: 20px;
    background-image: url("../img/fundamental/arrow-gray-r.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.green_community_icon {
    width: 20px;
    height: 20px;
    background-image: url("../img/fundamental/f-ppl.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* table */
.s-p-table {
    width: 100%;
    border-collapse: collapse;
}

.s-p-table th, .s-p-table td {
    padding: 8px;
    text-align: left;
    font-family: 'ProximaNova-Regular';
}

.s-p-table tr:nth-child(even) {
    background-color: #F9FFF5;
}

.s-p-table th {
    background-color: #4CAF50;
    color: white;
}
.s-p-table-time {
    width: 160px;
}

/* Advanced Page */
.slide-3.advanced {
    background-image: url('../img/advanced/first-block.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.slide-3-main.advanced {
    padding-top: 80px;
}

.advanced-locate-icon {
    width: 20px;
    height: 20px;
    background-image: url('../img/advanced/adress.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.advanced-phone-icon {
    width: 30px;
    height: 30px;
    background-image: url('../img/advanced/phone2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* advance lvl */

.adv-lvl {
    height: 600px;
    background: url('../img/advanced/level-block.svg') no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 30px ;
}
.adv-lvl-main {
    padding: 50px 0;
    height: fit-content;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.adv-lvl-mob {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    background: url(../img/advanced/level-block-name.svg) no-repeat 50% 0;
    font-weight: bold;
    font-size: var(--font-size);
    line-height: 87.3%;
    color: #39961E;
    padding-top: 60px;
    display: none;
}
.adv-lvl-blue-box {

}
.adv-lvl-green-box {

}
.adv-lvl-blue {
    display: flex;
    flex-direction: column;
}
.adv-lvl-green {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.adv-lvl-blue:before {
    content: "";
    position: absolute;
    width: 44px;
    height: 407px;
    left: 0;
    top: 40px;
    background: url('../img/advanced/before1.svg');
}
.adv-lvl-green:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 432px;
    right: 0;
    bottom: 0;
    background: url('../img/advanced/before2.svg');
}

.adv-lvl-b-icon,
.adv-lvl-g-icon {
    z-index: 1;
    min-width: 60px;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.adv-lvl-g-icon {
    margin-left: 10px;
}

.adv-lvl-b-desc {
    margin-left: 10px;
}
.adv-lvl-g-item {
    max-width: 310px;
    display: flex;
    align-items: center;
    padding: 35px 50px 0 0;
}
.adv-lvl-b-item {
    display: flex;
    padding: 8px 0 35px 50px;
    max-width: 310px;
    align-items: center;
}


.adv-lvl-g-title {
    width: 345px;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 87.3%;
    color: #79C330;
    border-radius: 0 0 36px 36px;
    -webkit-box-shadow: 0px 2px 20px #ECF6FD;
    box-shadow: 0px 2px 20px #ECF6FD;
    z-index: 1;
    background-color: white;
    margin-bottom: 50px;
}
.adv-lvl-b-title {
    max-width: 347px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 20px;
    padding: 40px 20px;
    font-weight: bold;
    font-size: 28px;
    line-height: 87.3%;
    color: #57A1D9;
    border-radius: 36px 36px 0 0;
    -webkit-box-shadow: 0px 2px 20px #ECF6FD;
    box-shadow: 0px 2px 20px #ECF6FD;
    background-color: white;
}

.adv-lvl-b-desc,
.algd-desc {
    vertical-align: middle;
    font-size: 15px;
    line-height: 18px;
}

.algd-title {
    max-width: 250px;
    font-size: 18px;
    margin-left: auto;
    text-align: right;
}
.algd-desc {
    text-align: right;
}
/* expert school */
.exp-school {
    background: url("../img/advanced/school-block.png") no-repeat center;
}
.exp-school-title {
    text-align: center;
    font-size: 36px;
    line-height: 87.3%;
    margin-bottom: 13px;
    padding-bottom: 85px;
    background: url("../img/advanced/name.svg") no-repeat center;
    background-size: contain;
}
.exp-school-main  {
    align-items: flex-end
}
.f-step, .s-step, .t-step {
    position: relative;
    width: 30%;
    background-color: #ffffff;
    box-shadow: 0 10px 20px 5px #ECF6FD;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px 10px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 10px;
}
.f-step {
    min-height: 250px;
}
.f-step:before,
.s-step:before {
    content: '';
    position: absolute;
    width: 45px;
    height: 20px;
    background: url("../img/advanced/arrow-dashed-right.svg") no-repeat center;
    background-size: contain;
    right: -45px;
    bottom: 175px;
}
.s-step {
    min-height: 300px;
    border: 1px solid #e17055;
}
.t-step {
    min-height: 350px;
}
.step-lvl-name {
    padding: 0 50px;
    margin: 10px 0 25px;
    text-align: center;
}

.f-step-check {
    width: 60px;
    height: 60px;
    background: url("../img/advanced/check.svg") no-repeat center;
}
.f-step-desc {
    padding: 0 25%;
    margin-bottom: 25px;
}


.apple-2 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 46px;
    width: 137px;
}

.apple-2.green {
    background-image: url("../img/advanced/apples1.svg");
}
.apple-2.red {
    background-image: url("../img/advanced/apples2.svg");
}
.apple-2.yellow {
    background-image: url("../img/advanced/apples3.svg")
}
.t-step-lock {
    width: 60px;
    height: 60px;
    background: url("../img/advanced/lock.svg") no-repeat center;
}

.s-step-box {
    width: 80%;
    background: #FFF0ED;
    border-radius: 4px;
    margin-bottom: 45px;
    padding: 15px 10px 3px 10px;
}
.s-step-list {
    padding-left: 15px;
}

.s-step-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.s-step-list li::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.s-step-list li.date:before {
    background-image: url('../img/advanced/school-icon1.svg');
}
.s-step-list li.geo:before {
    background-image: url('../img/advanced/school-icon2.svg');
}

.t-step-desc {
    padding: 10% 15% 28%;
    margin-bottom: 25px;
}
.exp-school-num {
    position: absolute;
    bottom: -30px;
    right: 10px;
    font-weight: bold;
    font-size: 100px;
    line-height: 122px;
    color: #ECF6FD;
}

/* map connect */
.map-connect {
    padding: 30px 40px 20px;
    box-sizing: border-box;
    background-image: url('../img/advanced/map-block.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    box-shadow: 0px 10px 20px 5px #ECF6FD;

}

.map-connect-list li {
    position: relative;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.map-connect-list li::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.map-connect-list li.date:before {
    background-image: url('../img/advanced/map-icon1.svg');
}
.map-connect-list li.geo:before {
    background-image: url('../img/advanced/map-icon2.svg');
}
.map-connect-list .geo {
    margin-bottom: 0;
}
/* form whatsapp */

.form-whatsapp-sec{
    margin: 30px 0;
    background-image: url(../img/module/module-prog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 150px;
}
.form-whatsapp {
    background-image: url(../img/advanced/ask.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left;
    padding: 38px 15px 10px;
    box-sizing: border-box;
    align-items: flex-end;
    margin-left: 10px;
}
.f-w-but {
    color: #1e1e1e;
    background: #ffffff;
    cursor: pointer;
    width: 201px;
    height: 38px;
    line-height: 34px;
    border-radius: 100px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}
.f-w-but:hover {
    color: #39961E;
    background: #E4F2DC;
}
.f-w-but-clock {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    background-image: url("../img/advanced/btn1.svg");
    margin-right: 5px;
}
.f-w-but-wts {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 80px;
    height: 30px;
    background-image: url("../img/advanced/tm_btn1.png");
    margin-right: 3px;
}
/* form download */
.form-download {
    margin: 70px 0 50px;
    background-image: url(../img/module/module-prog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: fit-content;
    box-sizing: border-box;
}
.form-download-main {
    padding: 20px;
}
.form-download-img {
    height: 280px;
    background-image: url(../img/advanced/books.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   min-width: 300px;
}
.form-download-desc {
    max-width: 650px;
    min-width: 400px;
}
.f-download.form-btn {
    min-width: 190px;
}
.form-download-subbox .form-btn {
    min-width: 150px;
}
.form-download-subbox  .form-input input[type="text"] {
    min-width: 400px;
}
/* */
.cert-main-2 {
    background-image: url(../img/advanced/line.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.cert-apple:before {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background-image: url(../img/advanced/before3.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    bottom: -12px;
    left: -35px;
}

/* was clider */
.was-a-video {
    display: flex;
    justify-content: center;
}

.was-a-video  iframe {
    width: 685px;
    height: 385px;
    cursor: pointer;
    border-radius: 20px;
}

.was-a-slider {
    margin: 10px 0;
}
.was-a-slider:before {
    z-index: 1000;
    left: 0;
    top: 0;
    width: 250px;
    height: 390px;
    background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
    content: '';
    position: absolute;
}
.was-a-slider:after {
    z-index: 1000;
    right: 0;
    top: 0;
    width: 250px;
    height: 390px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    content: '';
    position: absolute;
}

/*.was-a-videofile {*/
/*    width: 700px;*/
/*    border-radius: 20px;*/
/*}*/

.was-a-slider .slick-arrow {
    position: absolute;
    top: 45%;
    z-index: 1001;
    font-size: 0;
    width: 50px !important;
    height: 50px !important;
    background-size: auto !important;
    background-repeat: no-repeat;
    border-radius: 25px;
    background-color: #39961E;
    overflow: hidden;
    border-style: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.was-a-slider .slick-arrow:hover {
    background-color: #50b92f;
}

.was-a-slider .slick-arrow.slick-prev {
    background-position: center left 44%;
    left: 30px;
    background-image: url("../img/advanced/icon_strelka_left.svg");
}
.was-a-slider  .slick-arrow.slick-next {
    background-position: center right 44%;
    right: 30px;
    background-image: url("../img/advanced/icon_strelka_right.svg");
}
/* was-a gallery */
.was-a-img {
    width: calc(100% / 3 - 20px);
    height: 250px;
    margin: 10px;
}
.was-ag-main {
    width: 90%;
}
.was-a-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
/* */
.form-connect {
    margin: 40px 0 0 0;
    background-image: url(../img/module/module-prog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: fit-content;
    box-sizing: border-box;
}
.form-connect-img {
    width: 40%;
    background-image: url("../img/advanced/book.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.form-connect-main {
    padding: 20px 10px;
    width: 50%;
}
/* PRO */

.slide-3.pro {
    background-image: url('../img/pro/expert-level-img.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.slider-pro-date-text {
    font-size: 33px;
}
.pro-calendar-icon {
    background-image: url('../img/pro/calendar-green.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}
.f-underslide-cards.pro {
    position: relative;
    margin-top: -150px;
    z-index: 2;
}

.f-u-card.first.pro {
    width: 40%;

}
.f-u-card.second.pro {
    width: 60%;
}
.fundamental-lvl-img.pro {
    height: 400px;
    background-image: url("../img/pro/pro-lvl.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* doctors */

.slide-doctors {
    background-image: url("../img/doctors/doctor-search-banner.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.slide-doctors-main {
    height: 750px;
}
.docs-search-box {
    padding: 10px;
    width: 60%;
}
.search.green.button {
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    padding: 8px;
    min-width: 150px;
    transition: background-color 0.3s ease;
}
.search.green.button:hover {
    color: #fff;
    background-color: #6BB056;
    border-color: rgb(79, 161, 54);
}
.docs-search-input {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.search-input {
    position: relative;
    width: 100%;
}
.search-input input {
    all: unset;
}

.search-input input {
    border: 1px solid #ffffff;
    font-size: 15px;
    width: 95%;
    padding: 9px 9px 9px 40px;
    background-image: url("../img/doctors/magnifer.svg");
    background-repeat: no-repeat;
    background-size: 3%;
    background-position: 10px;

}
.search-input input:focus {
    color: rgb(44, 47, 51);
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}
/* docs-map */
.docs-map {
    background-image: url("../img/doctors/bg-molecular-gradient.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    padding-top: 40px;
}

/* docs-search */
.docs-search {
    padding: 30px 0;
}
.d-search-main {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.05) !important;
    margin-bottom: 20px;
}
.d-search-nav {
    padding: 10px;
}
.dsn-nav-i {
    width: 15px;
    height: 15px;
    background-size: cover;
    margin: 0 10px;
    cursor: pointer;
}
.dsn-nav-i.left {
    background-image: url("../img/doctors/left.svg");
}
.dsn-nav-i.right {
    background-image: url("../img/doctors/right.svg");
}
.dsn-search input {
    all: unset;
}
.dsn-search {
    width: 40%;
}
.dsn-search input {
    width: 100%;
    background: url("../img/doctors/user.svg") no-repeat 10px;
    background-size: 5%;
    font-size: 16px;
    padding: 8px 5px 8px 40px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}
.dsn-search input:focus {
    color: rgb(44, 47, 51);
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
}

.dsn-cross {
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url("../img/doctors/cross-lg.svg");
    transition: all 0.3s ease;
    margin-left: 10px;
}
.dsn-cross:hover {
    background-image: url("../img/doctors/cross-g.svg");
}

.d-search-table-box {
    padding: 10px;
    border-top: 1px solid #e4f2dc;
    border-bottom: 1px solid #e4f2dc;
}

.d-search-table {
    font-size: 14px;
    width: 100%;
}

.d-search-table-box table {
    border-collapse: collapse;
}

.d-search-table-box table, th, td {
    border: none;
}

.d-search-table-box th {
    padding: 10px;
}

.d-search-table thead {
    background-color: #eff6eb;
    padding: 15px;
    border-radius: 5px;
}
.d-search-table td, .d-search-table th {
    padding: .75rem;
}
.dst-spec {
    width: 10%;
    padding-left: 10px;
}
.dst-info {
    width: 60%;
}
.dst-region {
    width: 10px;
}
.dst-cert {
    width: 20%;
}
.d-search-table tbody tr:nth-of-type(2n) {
    background-color: #fafafa;
}
.doc-spec-img {
    display: block;
    width: 40px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.doc-info .name,
.doc-info .spec {
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
}
.doc-info .name:hover {
    text-decoration: underline;
    color: #7a7a7a;
}
.doc-info .spec:hover {
    text-decoration: underline;
}

/* blog detail */

.slide-padding-4 {
    margin-top: 180px;
}
/*.blog-detail-bread nav.breadcrumbs {*/
/*    margin-left: 10px;*/
/*}*/

.bd-writer-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bd-writer-img img {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
.bd-writer-name {
    cursor: pointer;
    color: #313131;
}
.bd-writer-name:hover,
.blog-also-name:hover {
    text-decoration: underline;
}
/* blog article */
.blog-article-sec {
    margin: 30px 0;
    font-family: 'ProximaNova-Regular';
}
.blog-article {
    width: 70%;
    padding: 0 20px 0 0;
}
.blog-also {
    width: 30%;
    padding: 0 0 0 15px;
}
.blog-top-box {

}
.blog-article-img {
    min-height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 660px;
}
.blog-article-img img {
    min-height: 450px;
    width: 100%;
    object-fit: cover;
    height: 660px;
    max-width: 750px;
}
.blog-content {
    background-color: rgb(239, 246, 235);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 20px 0 40px;
}
.blog-content-title {
    cursor: pointer;
    padding: 15px 25px;
    border-bottom: 1px solid #fff;
}
.green-cross {
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/blog_detail/cross-green.svg");
}
.blog-content-list {
    margin: 0;
    padding: 20px 25px 25px 20px;
}
.blog-content-list ol {
    margin: 0;
}
.blog-content-list li {
    margin: 5px 0;
}
.blog-lead {
    font-size: 1.125rem;
    font-weight: 400;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    line-height: 24px;
}
.blog_main {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blog_main ul {
    padding: 0;
}
.blog_main ul li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    margin-bottom: 5px;
    line-height: 22px;
}
.blog_main ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #19a9d6;
    position: absolute;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blog-lead-subtitle {
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: 'ProximaNova-Bold';
}

.blog-banner {
    position: relative;
    max-width: 730px;
    min-height: 335px;
    padding: 45px 33px;
    margin: 3rem 0;
    z-index: 1;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;

}
.blog-banner:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #DAEFF2 0%, #FFFFFF 56.77%, rgba(255, 255, 255, 0) 96.35%);
    z-index: -1;
}
.blog-banner.seminar {
    background-image: url('../img/blog_detail/bn-seminar.jpg');
}
.blog-banner-desc {
    max-width: 440px;
    font-size: 14px;
    line-height: 1.33;
    color: #2C2F33;
    margin: 14px 0 25px;
}
.blog-banner .button {
    margin: 0;
    font-size: 14px;
    padding: 0.7em 1.5em;
    transition: all 0.3s ease;
}
.no-color-hover:hover {
    background-color: unset;
    color: #39961E;
}
.blog-banner.online {
    background-image: url('../img/blog_detail/bn-online.jpg');
}
.blog_main ol {
    counter-reset: counter;
    list-style: none;
    padding-left: 30px;
}

.blog_main ol li {
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    font-style: italic;
    line-height: 20px;
}

.blog_main ol li:before {
    counter-increment: counter;
    content: counter(counter);
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #19a9d6;
    position: absolute;
    left: -30px;
    top: 0;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 3px;
}
/* blog other */
.blog-other-img {
    width: 160px;
    min-width: 160px;
    height: 106px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-other-img img {
    width: 160px;
    min-width: 160px;
    height: 106px;
    object-fit: cover;
}
.blog-other-item {
    margin: 25px 0;
}
.blog-also-item {
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.blog_main p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}
/* doctor */

.slide-doctor {
    background-image: url("../img/doctors/doctor-search-banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
}
.doctor-sec {
    background-color: #ffffff;
}
.doctor-main-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    margin-top: -340px !important;
    background: linear-gradient(to right, #edf5f7, #f4fdec);
    padding: 30px !important;
}
.doc-main-photo {
    width: 50%;
}
.doc-main-form {
    width: 50%;
}
.doc-img {
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.d-spec-box {
    padding: 0 0 0 25px;
    box-sizing: border-box;
    position: relative;
}
.d-spec-box:before {
    position: absolute;
    left: 0;
    background-color: #79c330;
    height: 100%;
    width: 5px;
    border-radius: 5px;
    content: '';
}

.green_sharp textarea {
    all: unset;
}
.green_sharp textarea {
    height: 280px;
    padding: 10px;
    font-family: 'ProximaNova-Regular';
    background-color: unset;
    color: #5b5b5b;
    font-size: 15px;
    line-height: 16px;
    padding-left: 25px;
}

.doctor-educate {
    width: 50%;
    padding-top: 44px;
    padding-left: 24px;
    color: #2C2F33;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.doc-edu {

}
.doc-summary {
    font-style: italic;
}
.doctor-write {
    width: 50%;
}
.doc-reviews,
.doc-articles {
    padding: 24px 24px;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(73deg, #4DA2D6 25.31%, #9FDBFF 116.63%), #FFF;
    box-shadow: 0px 10px 20px 5px #ECF6FD;
    color: #fff;
    box-sizing: border-box;
}
.doctor-write h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
    padding-bottom: 10px;
}
.doc-review-date,
.doc-articles-date {
    font-size: 14px;
    line-height: 20px;
}
.doctor-write a {
    color: #ffffff;
}
.doctor-write a:hover {
    text-decoration: underline;
}

.doc-review-item,
.doc-articles-item {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
}
.doc-review-item:last-child,
.doc-articles-item:last-child {
    border-bottom: none;
}
.doc-articles-desc,
.doc-review-desc {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
}
.doc-review-date,
.doc-articles-date {
    font-size: 14px;
    margin-bottom: 10px;
}
.doc-review-title,
.doc-articles-subtitle {
    font-family: 'ProximaNova-Bold';
    font-size: 20px;
}

.main-connect-form {
    padding: 40px 20px;
    background: linear-gradient(to right, #edf5f7, #f3fdec);
    /*display: inline-block;*/
    width: 30%;
    min-width: 300px;
    /*bottom: 75%;*/
    /*left: 30%;*/
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 23000;
}
.main-connect-form .form-container {

}
.main-form-desc {
    text-align: center !important;
}
.close_button {
    top:10px;
    right: 10px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../img/doctors/cross-lg.svg);
    transition: all 0.3s ease;
    margin-left: 10px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 22999;
    display: none;
    transition: all 0.3s ease;
}
.visible {
    display: block !important;
}
.scroll-lock {
    overflow: hidden;
}
.news-content-box.hidden{
    display: none !important;
}
/* glossry */

.glossary {
    background: url("../img/news/bg-molecular.png") no-repeat center;
    background-size: contain;
}
.glos-title {
    font-weight: unset;
}
.glos-search {
    margin: 0 0 30px 0;
    background: #EFF6EB url("../img/doctors/magnifer.svg") no-repeat 17px;
    background-size: 1em;
    width: 100%;
}
.glos-search input {
    width: 65%;
    height: 50px;
    background-color: #EFF6EB;
    border: none;
    border-left: 1px solid #fff;
    margin-left: 56px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-left: 20px;
}

.glos-search-box {
    margin: 0;
}

.glos-letter:hover,
.glos-search-all:hover  {
    text-decoration: underline;
}
.glos-all-letters {
    cursor: pointer;
}
.glos-letter {
    position: relative;
    margin-left: 15px;
    color: rgb(44, 47, 51);
}
.glos-letter::after {
    position: absolute;
    content: '•';
    display: block;
    right: 15px;
    top: -1px;
    color: #E4F2DC;
}
.glos-items {
    margin: 30px -10px;
}
.glos-item {
    width: calc(100% / 4 - 20px);
    min-width: 200px;
    box-sizing: border-box;
    margin: 10px;
    background-color: #EFF6EB;
    height: fit-content;
    transition: all 0.3s ease;
}
.glos-item-top {
    padding: 0 30px;
    font-size: 48px;
    line-height: 78px;
    font-weight: 700;
    position: relative;
    font-family: 'ProximaNova-Bold';
    border-bottom: 1px #fff solid;
}
.glos-item-articles {
    padding: 20px 30px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}
.glos-item-articles a {
    display: block;
    color: #2C2F33;
    padding-bottom: 14px;
    transition: all 0.3s ease;
}

.glos-item-articles a:hover {
    text-decoration: underline;
}

.selected {
    color: green !important;
    font-weight: bold;
}
.faded {
    opacity: 0.5;
}

/* */
#doctors_length,
#doctors_filter,
#doctors_info,
#doctors_paginate
{
    display: none;
}

/* blog main */
.blog-icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

}
.blog-icon.eye {
    width: 17px;
    height: 17px;
    background-image: url("../img/svg/eye-gray.svg");
}
.blog-icon.calendar {
    width: 15px;
    height: 15px;
    background-image: url("../img/svg/calendar-gray.svg");
}

.blog-title {
    margin: 20px 0;
}

.blog-info {
    padding: 5px 10px;
    color: #d7d7d7;
    z-index: 2;
}
.shadow-green {
    box-shadow: 0px 25px 15px -18px rgba(57, 150, 30, .75);
}

.news-button.blog .button {
    transition: background-color 0.3s ease;
}

.news-button.blog .button:hover {
    background-color: rgba(57, 150, 30, 0.81);
}

/* 404 */
.not_found_bg {
    height: 450px;
    background: url("../img/bg_advanced.jpg") center no-repeat;
    background-size: cover;
}
.slide-padding-5 {
    margin-top: 140px;
}
.main-nf {
    height: 450px !important;
    display: flex  !important;
    align-items: center;
}

.site-map-main {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.site-map-box {
    width: calc(50% - 20px);
    box-sizing: border-box;
    margin: 5px;
    padding: 5px;
}
.site-map-box > ul {
    margin: 0px;
    padding: 0px;
}
.site-map-list > li {
    position: relative;
    padding-left: 7px;
}
.site-map-list > li::marker {
    position: absolute;
    content: '•';
    color: #000000;

}

.site-map-sublist > li {
    position: relative;
    padding-left: 7px;
}

.site-map-sublist > li::marker {
    position: absolute;
    content: '◦';
    color: #000000;
}

.site-map-list a {
    font-family: 'ProximaNova-Regular';
    font-size: 16px;
    color: rgb(77, 163, 214);
    text-decoration: none;
    background-color: transparent;
    transition: all .5s ease;
}

.site-map-list a:hover {
    color: rgb(44, 47, 51);
    text-decoration: underline;
}

/* glossary detail */

.padding-glo {
    margin-top: 200px;
}

.glossary-d-main {
    background-image: url('../img/news/bg-molecular.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.gd-writer {
    background-color: #eff6eb;
    padding: 30px 40px;
    width: auto;
    box-sizing: border-box;
    margin: 30px 0;
}
.angle-while {
    position: relative;
}
.angle-while::before {
    content: "";
    background: #fff;
    height: 18px;
    width: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.angle-while::after {
    content: "";
    height: 2px;
    width: 20px;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 10px;
}
.gd-writer-img {
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.gd-term {
    background-color: #eff6eb;
    padding: 30px 40px;
    width: 70%;
    box-sizing: border-box;
    margin: 20px 0 40px;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.gd-term-row {
    padding: 10px 0;
}
.gd-term-row .first {
    width: 33%;
    min-width: 230px;
}

.gd-term-row a {
    color: #278ac6;
    transition: color 0.3s ease;
    margin-right: 5px;
}
.gd-term-row a:hover {
    color: #000000;
    text-decoration: underline;
}
.gd-article p {
    margin-bottom: 16px;
}
.gd-article h2 {
    margin-bottom: 8px;
    font-size: 32px;
    font-family: 'ProximaNova-Regular';
    font-weight: normal;
}

.gd-banner {
    margin: 10px 0;
    height: auto;
    position: relative;
    width: calc(50% - 20px);
    min-width: 350px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.gd-banner.apple {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/banner-apples.png");
}

.gd-banner.doctors {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/banner-docs.png");
}

.gd-banner-desc a {
    color: white;
    text-decoration: underline;
    transition: color 0.3s ease;
}
.gd-banner-desc a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.gd-banner-title {
    margin-bottom: 15px;
    max-width: 85%;
    font-size: 27px;
    line-height: 29px;
}
.lit-list {
    margin-left: 15px;
}
.lit-list ol {
    padding: 0 0 0 10px;
}
.lit-list li {
    margin-bottom: 10px;
}

.gd-main-box {
    padding: 0 20px;
}

.gd-other {
    background: #EFF6EB;
    padding: 30px 0;
}

.gd-other-item {
    box-sizing: border-box;
    padding: 20px 10px;
    width: calc(100% / 3 - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin: 0 10px;
}
.gd-other-item:nth-child(1) {
    margin-left: 0;
}
.gd-other-item:nth-last-child(1) {
    margin-right: 0;
}

.gd-other-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gd-other-img img {
    width: 100%;
    object-fit: cover;
}

.gd-other-item .title {
    padding: 10px 0;
    color: black;
}
.gd-other-item .title:hover {
    text-decoration: underline;
}
.gd-art-dots-list {
    padding-left: 30px;
}

.gd-art-num-list li p{

}

.gd-art-dots-list li {
    position: relative;
    padding-left: 10px;
    margin: 8px 0;
}
.gd-art-dots-list li::marker {
    position: absolute;
    content: '•';
    color: #000000;
}
.gd-breadcrumbs .breadcrumbs {
    margin-left: 20px;
    padding: 0;
}

/* socials */
.socials-sec h1 {
    margin: 30px 0;
}

.socials-padding {
    padding-top: 200px;
}
.socials-sec {
    background: url("../img/bg_social.jpg") no-repeat top;
    background-size: cover;
    height: fit-content;
}
.soc-main {

}

.soc-item {
    box-sizing: border-box;
    width: calc(33% - 20px);
    min-width: 300px;
    padding: 20px;
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.soc-badge {
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    width: 100px;
    min-width: 100px;
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    color: #fff;
    background-color: rgb(57, 150, 30);
    font-size: 3rem;
    font-weight: bold;
    box-shadow: 2px 2px 5px 0px rgba(57, 150, 30, .5);
}
.soc-desc {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-family: 'ProximaNova-Regular';
}

/* term */
.term-disc {
    font-size: 16px;
    line-height: 20px;
    font-family: 'ProximaNova-Regular';
}

.term-disc p {
    margin: 10px 0;
}
.term-disc h3 {
    font-size: 16px;
    font-weight: bold;
}
.term-disc ul {
    padding-left: 20px;
}
.term-disc li {
    padding: 4px 0;
}

.term-disc li {
    position: relative;
    padding-left: 7px;
}
.term-disc li::marker {
    position: absolute;
    content: '•';
    color: #000000;
}
.term-disc a {
    color: rgb(77, 163, 214);
    text-decoration: none;
    background-color: transparent;
    transition: all .5s ease;
}
.term-disc a:hover {
    color: rgb(44, 47, 51);
    text-decoration: underline;
}

/* events */

.section-events {
    margin-bottom: 60px;
}

.events-box {

}
.events-body {
    width: 93%;
    padding: 30px 40px;
}
.events-text {
    font-size: 34px;
    line-height: 44px;
    text-align: left;
}

.events-icons {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.events-date-i  {
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.events-date:first-child {
    margin-right: 100px;
}

.events-date-i.calendar {
    background-image: url('../img/promo-calendar.svg');
}
.events-date-i.globus {
    background-image: url('../img/promo-globus.svg');
}

.index_page {
    height: fit-content;
    max-width: 100%;
}

/* mail form */

.form-mail {
    margin: 30px 0 50px;
    background-image: url(/local/templates/main/css/../img/module/module-prog-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 315px;
}
.form-mail-box {
    padding: 80px 0;
}
.form-mail-box h3 {
    margin: 0 0 10px;
}
.form-mail-form {
    width: fit-content;
    min-width: 300px;
}

.form-mail-form form {
    min-width: 300px;
    width: 100%;
}

/* webinars new prototype */

.w-main-mid {
    display: flex;
    flex-direction: row;
}
.w-main-mid__left {
    width: 15%;
    min-width: 240px;
}
.w-main-mid_right {
    width: 85%;
    min-width: 750px;
}


.wmm-speakers_item {
    display: flex;
}

.wmm-speakers_p-who {
    display: flex;
}

.wmm-speakers_p-flags {
    display: flex;
}

/*!* webinars video *!*/
/*.w-main-mid_videos {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*}*/

/*.wmm-mid_item {*/
/*    max-width: calc(100% / 3 - 20px);*/
/*    margin: 10px;*/
/*}*/

/*.wmm-mid_item-video {*/

/*    box-sizing: border-box;*/
/*    padding: 10px;*/
/*    min-width: 250px;*/
/*    height: 245px;*/
/*    background: #D9D9D9;*/
/*    border-radius: 20px;*/
/*}*/


.blog-article table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
}

.blog-article thead {
    font-weight: bold;
}



.blog-article th, .blog-article td {
    width: 50%;
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.blog-article a {
    color:rgb(44, 47, 51);
    font-size: 14px;
    line-height: 21px;
}
.blog-article a:hover {
    text-decoration: underline;
}

.blog-article colgroup col {
    width: 50%;
}

/* webinars popup */

.close-cross {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 20px;
    cursor: pointer;
}

.webinar-pop {
    position: fixed;
    top: 15%;
    z-index: 10;
    width: 90%;
    min-height: 40%;
    right: 5%;
    height: fit-content;
    display: none;
    overflow-y: hidden;
}

.webinar-pop_box {
    padding: 60px;
    box-sizing: border-box;
    background: linear-gradient(282.95deg, #E8F6FC 0%, #EDFCEF 100%);
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 10px rgba(105, 105, 105, 0.29);
}

.webinar-pop_img {
    background: url("../img/new-main-book.png"),
            radial-gradient(circle, white, transparent);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50%;
    min-width: 200px;
    height: auto;
    min-height: 200px;
    z-index: 1;
    position: relative;
}

.webinar-pop_text {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
    color: #494D49;
    width: 45%;
    font-family: 'ProximaNova-Regular';
}

.webinar-pop_title {
    font-family: 'ProximaNova-Bold';
    margin-bottom: 20px;
}
.webinar-pop_text .green {
    color: #57BD62;
}

.webinar-pop_text .light {
    font-family: 'ProximaNova-Thin';
}

.webinar-pop_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
}

.webinar-pop_button {
    min-width: 300px;
    min-height: 60px;
    padding: 5px 10px;
    border-radius: 40px;
    background: linear-gradient(108.28deg, #98EB99 8.86%, #6BD677 51.98%);
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    color: #FFFFFF;
    transition: all 0.3s ease;
}
.but-arrow {
    margin-left: 10px;
    min-height: 10px;
    min-width: 20px;
    background-image: url("../img/svg/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
}


/* webinar trendy */
.webinar-pop.trendy {
    position: fixed;
    top: 15%;
    z-index: 10;
    width: 90%;
    min-height: 40%;
    right: 5%;
    height: fit-content;
    display: none;
    overflow-y: hidden;
}
.webinar-pop_box.trendy {
    background: linear-gradient(164.28deg, #FFD9D0 0%, #EBFFE8 89.02%);
}

.webinar-pop_img.trendy {
    background: url("../img/trendi.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30%;
    min-width: 200px;
    height: auto;
    min-height: 200px;
    z-index: 1;
    position: relative;
}
.top-info {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.mb-40 {
    margin-bottom: 40px;
}
.top-info__date_new {
    width: 72px;
    height: 72px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 14px;
    border-radius: 24px;
    background: linear-gradient(142.3deg, #5CCC81 7.07%, #82D982 85.34%);
    color: white;
    padding: 6px;
}
.top-info__day {
    font-size: 36px;
}
.top-info__time {
    font-size: 22px;
    text-transform: uppercase;
}
.top-info__online {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 6px ;
    font-size: 16px;
    background: #C6E2CF66;
    justify-content: center;
    border-radius: 25px;
}
.top-info__online-dot {
    width: 9px;
    height: 9px;
    background: #77D682;
    border-radius: 50%;
    margin-right: 5px;
}
.webinar-pop_desc-top.trendy {
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.webinar-pop_title.trendy {
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
}
.webinar-pop_text.trendy {
    width: 70%;
}
.webinar-pop_desc.trendy {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.webinar-pop_author {
    display: flex;
    flex-direction: column;
    margin: 40px 0;
}
.webinar-pop_author-top {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 10px;
}
.webinar-pop_author-bot-info {
    display: flex;
    flex-direction: column;
}
.webinar-pop_author-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.webinar-pop_author-bot-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 5px;
}
.webinar-pop_author-bot-prof {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
}
.webinar-pop_author-bot-photo {
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    border-radius: 50%;
    margin-right: 5px;
    background: aliceblue;
    background: url("../img/dd-author.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.webinar-pop_button.trendy {
    width: 40%;
}
.blog_main .bn-block-back {
    min-height: unset;
    max-height: 340px;
    object-fit: cover;
    object-position: top right;
}

/* Всплывашка ЭК*/

.pop-paris {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 95vw;
    max-height: 95vh;
    z-index: 10000;
    border-radius: 40px;
    overflow: hidden;
    display: none;

}

.paris_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background:
            url("../img/eiffel-bottom.png") no-repeat right bottom,
            radial-gradient(73.86% 131.28% at 76.37% 50%, #FFD9D0 0%, #ffffff 100%);
    background-size: auto 110%, cover;
    background-position: right bottom, center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}


@media (max-width: 768px) {
    .paris_box {
        background: radial-gradient(73.86% 131.28% at 50% 50%, #FFD9D0 0%, #ffffff 100%);
        background-size: auto;
        background-position: center;
        box-shadow: none;
        padding: 30px;
    }
    .paris_box {
        min-height: fit-content;
    }
}
.pop-paris_text {
    width: 45%;
}
.pop-paris_top {
    display: flex;
    flex-direction: row;
    align-items: end;
    margin-bottom: 40px;
}
.pop-paris_logo {
    background: url("https://antiage-expert.com/local/templates/antiage_redesign_v2/verstka_vlad_2/dist/images/logo.webp");
    height: 50px;
    width: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.pop-paris_for {
    background-color: #FF4A33;
    color: white;
    font-weight: 700;
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px 20px 20px 0;
    line-height: 1;
}
.pop-paris_title {
    font-size: 28px;
    font-weight: 700;
    color: #2B2B2B;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "ProximaNova-Bold", sans-serif;
    text-transform: uppercase;
}

.pop-paris_title > div {
    font-size: 48px;
    font-weight: 800;
    color: #FF4A33;
    line-height: 1.1;
    margin-top: 5px;
    font-family: "ProximaNova-Bold", sans-serif;
}
.pop-paris_desc {
    font-size: 20px;
    color: #2B2B2B;
    line-height: 1.4;
    margin-top: 10px;
    font-family: 'ProximaNova-Regular', sans-serif;
    margin-bottom: 40px;
}
.pop-paris_button {
    display: inline-block;
    padding: 18px 36px;
    background-color: #FF4A33;
    color: #FFFFFF;
    text-decoration: none;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    border-radius: 999px;
    line-height: 1;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: none;
    border: none;
    width: 100%;
    max-width: 200px;
    min-width: 200px;
}

.blackout{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    transition: background-color .3s linear;
    opacity: 0;
    width: 100%;
    height: 100%;
}

body.modal-active .blackout{
    opacity: 1;
    pointer-events: auto;
}

.pop-paris_button:hover {
    background-color: #e13e28;
    transform: translateY(-1px);
    cursor: pointer;
}


@media (max-width: 768px) {
    .pop-paris_top {
        display: flex;
        flex-direction: column;
        align-items: start;
        margin-bottom: 20px;
        gap: 10px;
    }
    .pop-paris_text {
        width: 100%;
    }
    .pop-paris_button {
        padding: 16px 12px;
    }
    .pop-paris_title {
        font-size: 20px;
    }
}