@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    position: relative;
    z-index: 40;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
    }
}


* {
    font-family: "Raleway", sans-serif;
    outline: none;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.2em;
    -webkit-appearance: none;

}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    padding-left: 5px;
    padding-right: 10px;
}


a {
    color: #01b1e4;
    text-decoration: none;
}

a:hover {
    transition: 0.5s;
    color: #fff;

}


img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
    border: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    vertical-align: top;
    text-align: left;
}

body {

    line-height: 1;
    color: black;
    min-width: 375px;
    /*background: url('../img/bg.svg') repeat-y center top, #background: #FCFCFC;;*/
    /*background-size: contain;*/
    /*background-size: 100% auto ; !* Автоматическая ширина, 100% высота *!*/
}


section {
    position: relative;

}


q {
    quotes: "" "";
}

ul, ol, dir, menu {
    list-style: none;
}

sub, sup {
    vertical-align: baseline;
}

a {
    color: inherit;
}

hr {
    display: none;
}

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink {
    text-decoration: none;
}

nobr {
    white-space: normal;
}

p {
    margin-bottom: 0 !important;
}


::selection {
    color: #fff;
    background: #3636B2;

}


h1, h2, h3, h4 {
    margin: 0 !important;
}


::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1
}

:-moz-placeholder {
    color: #FFF;
    opacity: 1
}

::-moz-placeholder {
    color: #FFF;
    opacity: 1
}

:-ms-input-placeholder {
    color: #FFF;
    opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #FFF;
}

body input:required:valid, body textarea:required:valid {
    color: #FFF;
}


.mt {
    margin-top: 100px;
}

.main_title {
    text-align: center;


    color: #3636B2;
    font-family: Raleway;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 80.6px */
    text-transform: uppercase;
    position: relative;
    z-index: 40;
}

.main_title span {
    color: #3636B2;
}


.main_subtitle {
    margin-top: 25px;
    color: #373737;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 40;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

/* header */
.header {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    min-width: 375px;
}

.header__content {

    padding-top: 30px;


    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header__content-logo a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.header__content-logo a img{
    height: 100%;
}


.header__content-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.header__content-menu {

    display: flex;
    flex-direction: row;

    justify-content: space-between;
    gap: 10px;


}





.header__content-menu li a {
    color: #FFF;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    padding: 10px 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    transform: scale(1);
    transition: 0.3s;

}
.header__content-menu li a:hover{
    background: #fff;
    color: #3636B2;
    transform: scale(1.05);
}
.header__content-menu li a:active{
    background: transparent;
    color: #fff;
    transform: scale(0.95);
}


/*section_one*/

.section_one{
   background: #3636B2;
position: relative;
    overflow: hidden;
}

.first__content {

    display: flex;

    padding-top: 140px;
    padding-bottom: 60px;
    gap: 30px;


}
.first__content-img{
    position: absolute;
    right: -5%;
    bottom: 0;
    width: 60%;
    z-index: 10;
}
.first__content-title{
    position: relative;
    z-index: 30;
    width: 55%;
}
.first__content-title form{
    display: grid;
    gap: 10px;
    padding-top: 20px;
}

.first__content-title h1 {
    color: #FFF;

    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 143%; /* 69.402px */
    text-transform: uppercase;
}

.first__content-title h1 span{
color: #E3FA62;
}

.first__content-title p {
    color: #FFF;
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 153%; /* 45.9px */
}


.first__content-title p.title-form{
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}


.section_one-bg{
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
}


.first__content-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
}

.first__content-button > div{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 30px;
    border-radius:10px;
    border: 2px dashed #fff;
}
.first__content-button > div img{
    width: 26px;
}

.first__content-button > div p{
    margin-top: 0;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}


.btn{
    height: 100%;
    padding: 13px 30px;
    border-radius:30px;
    background: #E3FA62;
    border: 2px solid #E3FA62;
    color: #373737;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.btn:hover{
    color: #373737;
    transform: scale(1.05);
}
.btn:active{
    color: #373737;
    transform: scale(0.95);
}

@media only screen and (max-width: 1200px) {

    .first__content-title h1 {
        font-size: 32px;
    }
    .first__content-title p {
        font-size: 20px;
    }

    .first__content-img {
        right: 0%;
    }

}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .first__content {
        padding-top: 130px;

        gap: 30px;
    }

    .first__content-title{
        width: 100%;
    }
    .first__content-title p {

        line-height: normal;
    }
    .first__content-title p br{
        display: none;
    }

    .section_one-bg {
        position: absolute;
        width: 130%;
    }

.first__content-img{
    display: none;
}


    .first__content-button{
        justify-content: center;
    }



}

@media only screen and (max-width: 600px) {

    .first__content{
        padding-top: 100px;
        flex-direction: column;

    }

    .first__content-title p.title-form{
        margin-top: 30px;
        font-size: 16px;


    }


    .first__content-title h1 {
        font-size: 24px;

    }
    .first__content-title p {
        font-size: 16px;

    }

    .first__content-button > div p {

        font-size: 14px;

    }

    .first__content-button > div {
        padding: 10px;
    }
    .btn {

        padding: 14px 20px;

        font-size: 16px;

    }

    .first__content-button {
        flex-wrap: wrap;
      justify-content: flex-start;
        gap: 15px;
        margin-top: 30px;
    }





}


/*section_info*/


.info__content{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 25px;
}

.info__content li{
   background: #F6F6F6;
    border-radius: 30px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.info__content li p{
    width: 100%;
    color: #373737;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 37.8px */
}



.info__content li img.mouse{
    width: 50px;
    padding: 14px;
    background: #E3FA62;
    border-radius: 50%;
}




.info__content > *:nth-child(2),
.info__content > *:nth-child(4),
.info__content > *:nth-child(6) {
    padding: 0px;
    background: none;
}


.info__content-img{
    width: 100%;

}

.section_info-text{
    margin-top: 40px;
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 49px */
}



@media only screen and (max-width: 1400px) {
    .info__content {
        gap: 30px;
    }

}

@media only screen and (max-width: 1200px) {
    .info__content li p {

        font-size: 16px;
    }
    .section_info-text {
        font-size: 20px;
    }
}


@media only screen and (max-width: 992px) {
    .info__content{

        grid-template-columns: repeat(2, 1fr);

    }
    .info__content li:nth-child(3) {
        grid-row: 2;
        grid-column: 2;
    }

    .info__content li:nth-child(4) {
        grid-row: 2;
        grid-column: 1;
    }
}

@media only screen and (max-width: 768px) {
    .info__content li {
        background: #F6F6F6;
        border-radius: 30px;
        padding: 15px;
        position: relative;
    }

    .info__content li img.mouse {
        width: 30px;
        padding: 7px;
        position: absolute;
        background: #E3FA62;
        border-radius: 50%;
        bottom: 10px;
        right: 10px;
    }

    .info__content li p {
        font-size: 14px;
    }



}

@media only screen and (max-width: 600px) {
    .info__content{
        margin-top: 40px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;

    }
    .section_info-text {
        margin-top: 40px;
        font-size: 16px;
    }
    .info__content li:nth-child(3) {
        grid-row: 1;
        grid-column: 1;
    }

    .info__content li:nth-child(4) {
        grid-row: 1;
        grid-column: 1;
    }

    .info__content li {


        padding: 20px;

    }

    .info__content li p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .info__content li img.mouse {

        width: 30px;
        padding: 7px;
        position: relative;
        background: #E3FA62;
        border-radius: 50%;
        bottom: 0px;
        right: 0px;
    }

}


/*section_career*/

.section_career-container{
    border-radius: 50px;
    background: #3636B2;
    padding: 50px;
}

.section_career-bg{
    position: absolute;
    bottom: -420px;
    left: 0;
    width: 100%;


}




.section_career-container .main_title{
    color: #E3FA62;
}

.section_career-container ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
}

.section_career-container ul li{
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}
.section_career-container ul li h3{
    color: #373737;
    padding: 20px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 39px */
    border-radius: 30px;
    background: #E3FA62;
    width: 100%;

}

.career_container_info{
    margin-top: 15px;
    display: grid;
    gap: 10px;
}

.section_career-container ul li p{
    color: #373737;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%; /* 32.12px */
}







@media only screen and (max-width: 1200px) {

    .section_career-container {
        padding: 50px;
    }
    .section_career-container ul {
        gap: 30px;
        margin-top: 40px;
    }

    .section_career-container ul li p {
        font-size: 16px;
    }

    .section_career-container ul li h3 {
        text-align: center;
        font-size: 20px;
    }


}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {
    .section_career-container ul {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (max-width: 600px) {
    .section_career-container ul {
        margin-top: 30px;
        gap: 20px;
    }
    .section_career-container {
        padding: 20px;
        padding-top: 35px;
    }
.section_career-container ul li {
    padding: 15px;

}

    .section_career-container ul li h3 {
        padding: 15px;
        font-size: 18px;
    }
    .section_career-bg {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
    }



}

/*section_format*/


.format_bg-left{
    position: absolute;
    width: 100%;
    bottom: 0;§
}



.format_content-tab{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 40px;
    border: 3px solid #B3CB3F;
    background: #FFF;
    position: relative;
    overflow: hidden;

}


.format_content-tab .tab_in-info li, .format_content-tab .tab_ek-info li, .format_content-tab .tab_gr-info li{
margin: 0px 15px;
    color: #000;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 500;
display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;

}

.gr_info-ok{
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    background: #E3FA62;
}

.gr_info-no{
    border-radius: 50%;
    padding: 7px;
    width: 40px;
    background: #6CBEC9;
}




.format_content-tab .tab_in-info li:nth-child(1),
.format_content-tab .tab_ek-info li:nth-child(1),
.format_content-tab .tab_gr-info li:nth-child(1){
    margin: 0px;
    color: #000;
text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;

    text-transform: uppercase;

}

.format_content-tab ul li{

    padding: 20px 0px;
    border-bottom: 2px dashed #000;
}

.format_content-tab ul li:nth-child(1){
    background: #E3FA62;
    height: 70px;
    border-bottom: none;

}

.format_content-tab ul li:nth-child(2){
    min-height: 90px;
}

.format_content-tab ul li:nth-child(3){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(4){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(5){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(6){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(7){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(8){
    min-height: 100px;
}

.format_content-tab ul li:nth-child(9){
    min-height: 230px;
}


.format_content-tab ul li:last-child{
    border-bottom: none;
    min-height: 150px;
}


.tab_desk-title li, .tab_gr-title li, .tab_in-title li, .tab_ek-title li{
    color: #3636B2;
    padding: 20px !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    display: flex;
   align-items: center;
    line-height: 1em;

}
.tab_gr-title, .tab_in-title, .tab_ek-title{
    display: none;
}

.format_content-tab ul li:last-child p{
    color: #5536B2;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;

    text-transform: capitalize;
}
.format_content-tab ul li:last-child p span{
    color: #878383;
    text-align: center;
    margin-right: 10px;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;

    text-decoration-line: line-through;
    text-transform: capitalize;
}


.tab_btn{
    padding: 13px 50px;
    border-radius:30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.tab_btn:hover{
    color: #fff;
    transform: scale(1.05);
}

.tab_btn:active{
    color: #fff;
    transform: scale(0.95);
}

.button-new-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.button-new-block p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 30px;
}

.button-new-block .tab_btn{

    padding: 36px 60px;
    border-radius:30px;
    background: #E3FA62;
    border: 2px solid #E3FA62;
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}


.button-new-block .tab_btn:hover{
    color: #000;
    transform: scale(1.05);
}

.button-new-block .tab_btn:active{
    color: #000;
    transform: scale(0.95);
}




@media only screen and (max-width: 1400px) {

    .format_content-tab ul li:nth-child(3) {
        min-height: 140px;
    }
    .format_content-tab ul li:nth-child(9) {
        min-height: 300px;
    }
}

@media only screen and (max-width: 1200px) {

    .format_content-tab .tab_in-info li:nth-child(1), .format_content-tab .tab_ek-info li:nth-child(1), .format_content-tab .tab_gr-info li:nth-child(1) {
        font-size: 20px;
    }

    .format_content-tab .tab_in-info li, .format_content-tab .tab_ek-info li, .format_content-tab .tab_gr-info li {

        font-size: 16px;

    }
    .tab_desk-title li, .tab_gr-title li, .tab_in-title li, .tab_ek-title li {

        font-size: 16px;
    }




}


@media only screen and (max-width: 992px) {
    .format_content-tab {
        overflow: scroll;
    }

    .format_content-tab ul li:nth-child(2) {
        min-height: 100px;
    }
    .format_content-tab ul li:nth-child(6) {
        min-height: 120px;
    }
}

@media only screen and (max-width: 768px) {

    .tab_desk-title {
        flex: 0 0 100px;
        position: sticky;
        left: 0;
        z-index: 10;
        background: #fff;
        box-shadow: 6px -1px 13px 1px rgba(0,0,0,0.06);
        -webkit-box-shadow: 6px -1px 13px 1px rgba(0,0,0,0.06);
        -moz-box-shadow: 6px -1px 13px 1px rgba(0,0,0,0.06);
    }






}

@media only screen and (max-width: 600px) {
    .tab_desk-title {
       width: 140px;

    }

    .format_content-tab .tab_in-info li, .format_content-tab .tab_ek-info li, .format_content-tab .tab_gr-info li {
    font-size: 14px;
}
    .tab_gr, .tab_in, .tab_ek{
        width: 220px;
    }
    .tab_desk-title li, .tab_gr-title li, .tab_in-title li, .tab_ek-title li {
        font-size: 14px;
    }

    .format_content-tab {
        margin-top: 40px;
    }
    .format_content-tab ul li:last-child p{
        display: flex;
        flex-direction: column;
    }

    .format_bg-left {
        position: absolute;
        width: 100%;
        top: 100px;
    }

    .button-new-block p{
        color: #000;
        font-size: 16px;
        padding-bottom: 20px;
    }
    .button-new-block .tab_btn{
        width: 96%;
        padding: 30px;
        border-radius:30px;
text-align: center;
        font-size: 18px;

    }

}


/*section_workshop*/


.workshop_content-ul{
    margin-top: 40px;
    display: grid;
    gap: 25px;
}

.workshop_content-ul > li{
    padding: 50px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.content_ul-left{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.content_ul-left h3{
    color: #E3FA62;


    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%; /* 64px */
    text-transform: uppercase;
}
.content_ul-left span{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    border-radius:10px;
    border: 2px dashed #fff;
    padding: 10px 35px;
}

.content_ul-left span img{
    width: 26px;
}

.content_ul-left span p{
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 57.654% */
}

.ul_left-img{
    margin-top: 25px;
    width: 100%;
}

.content_ul-right{
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: flex-end;
}


.content_ul-right h3{
    color: #FFF;


    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 128%; /* 57.6px */
    text-transform: uppercase;
}

.ul_right-info{

    list-style: disc;
    padding-left: 20px;
    display: grid;
    gap: 15px;
}

.ul_right-info li{
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 131%; /* 34.06px */
}

.ul_right-p{

    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 36.4px */
    padding: 25px;
    border-radius: 30px;
    background: #E3FA62;
}


.workshop_content-ul > li:nth-child(3){
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}
.workshop_content-ul > li:nth-child(3) .content_ul-info{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12px 25px;
    border-radius: 10px;
    border: 2px dashed #373737;
}


.workshop_content-ul > li:nth-child(3) .content_ul-top{
    width: 100%;
    display: flex;

    align-items: center;
    justify-content: space-between;

}

.workshop_content-ul > li:nth-child(3) .content_ul-right h3{



color: #373737;

    text-transform: uppercase;
}

.workshop_content-ul > li:nth-child(3) .content_ul-top span{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    padding: 12px 25px;
    border-radius: 10px;
    border: 2px dashed #373737;
}

.workshop_content-ul > li:nth-child(3) .content_ul-top span img{
    width: 26px;
}


.workshop_content-ul > li:nth-child(3) .content_ul-top span p{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 57.654% */

}


.workshop_content-ul > li:nth-child(3) .content_ul-left {
    width: 45%;

}
.workshop_content-ul > li:nth-child(3) .content_ul-right {
    width: calc(55% - 50px);

}


.workshop_content-ul > li:nth-child(3) .content_ul-left img{
    margin-top: 0;
}

.workshop_content-ul > li:nth-child(3) .ul_right-info li {
    color: #000;
}

.workshop_content-ul > li:nth-child(3) .ul_right-p{
    border-radius: 30px;
    border: 2px solid #3636B;
    background: #3636B2;
    color: #fff;
}

.workshop_content-info{
    margin-top: 25px;
    padding: 40px;
    border-radius: 30px;
    display: grid;
    gap: 30px;
    background: #FFF;
    border: 3px solid #B3CB3F;
}

.workshop_content-info p{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;

}
.content_info-ul{
    display: grid;
    gap: 15px;
    list-style: disc;
    margin-left: 30px;
}
.content_info-ul li{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;

}

.tab_title-mob{
    display: none;
}





@media only screen and (max-width: 1200px) {
    .workshop_content-ul > li {
        padding: 50px;
        gap: 30px;
    }
    .content_ul-left span p {
        font-size: 18px;
    }

    .content_ul-right h3 {
        font-size: 28px;

    }

    .ul_right-info li {
        font-size: 18px;
    }
    .ul_right-p {

        font-size: 16px;

        padding: 20px;

    }
    .ul_left-img {
        margin-top: 80px;

    }

    .workshop_content-ul > li:nth-child(3) .content_ul-info {
        font-size: 20px;

    }


    .workshop_content-ul > li:nth-child(3) .content_ul-top h3 {
        font-size: 28px;
    }

    .workshop_content-ul > li:nth-child(3) .content_ul-top span p {
        font-size: 18px;
    }


    .workshop_content-info {

        padding: 50px;
        gap: 30px;

    }

    .workshop_content-info p, .content_info-ul li {
        font-size: 24px;

    }






}




@media only screen and (max-width: 992px) {





}

@media only screen and (max-width: 768px) {
    .workshop_content-ul > li {
        padding: 30px;
        border-radius: 30px;
        display: flex
    ;
        flex-direction: column;
        gap: 40px;
    }
    .content_ul-left {
        width: 100%;
    }
    .content_ul-right {
        width: 100%;
    }

    .ul_left-img {
        margin-top: 20px;
    }
 .workshop_content-ul > li:nth-child(2){
     flex-direction: column-reverse;
 }

    .workshop_content-ul > li:nth-child(3) .content_ul-left {
        width: 100%;
    }
    .workshop_content-ul > li:nth-child(3) .content_ul-right {
        width: 100%;
    }

    .ul_right-info {
        margin-top: 0px;
    }

    .workshop_content-info {
        padding: 30px;

    }






}

@media only screen and (max-width: 600px) {


    .workshop_content-ul {
        margin-top: 40px;
        gap: 20px;
    }

    .workshop_content-ul > li {
        padding: 20px;
        border-radius: 30px;
        gap: 20px;
    }

    .content_ul-left h3 {
        font-size: 24px;
    }

.content_ul-left {
    flex-wrap: wrap;
    align-items: flex-start;
}
    .content_ul-left span {
        gap: 10px;
        margin-top: 10px;

        padding: 6px 10px;
    }

    .content_ul-left span img {
        width: 14px;
    }
    .content_ul-left span p {
        font-size: 14px;
    }




    .ul_right-info li {
        font-size: 16px;
    }

    .ul_right-p {
        font-size: 14px;
        padding: 15px;
        border-radius: 20px;
    }
        .workshop_content-ul > li:nth-child(3) .content_ul-info {
            font-size: 14px;
        }

    .workshop_content-ul > li:nth-child(3) .content_ul-top h3 {
        font-size: 20px;
        text-align: center;
        padding-top: 30px;
    }
    .workshop_content-ul > li:nth-child(3) .content_ul-top{
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 10px;
    }

    .workshop_content-ul > li:nth-child(3)  .content_ul-top span {
        gap: 10px;



    }

    .workshop_content-ul > li:nth-child(3)  .content_ul-top span img {
        width: 14px;
    }

    .workshop_content-ul > li:nth-child(3) .ul_right-p {
        border-radius: 20px;
    }

    .workshop_content-info p, .content_info-ul li {
        font-size: 16px;
    }
    .workshop_content-info {
        padding: 20px;
        margin-top: 20px;
    }



    .format_content-tab .tab_in-info li, .format_content-tab .tab_ek-info li, .format_content-tab .tab_gr-info li {
        margin: 0px;
        padding: 10px  !important;

    }
    .tab_desk-title li, .tab_gr-title li, .tab_in-title li, .tab_ek-title li {

        padding: 10px  !important;
    }

    .format_content-tab ul li:last-child p {

        font-size: 24px;

    }

    .format_content-tab ul li:last-child p span {

        margin-right: 0px;
        font-size: 18px;

    }
    .tab_btn {
        width: 96%;
        padding: 13px 30px;

        font-size: 14px;

    }



}


/*section_get*/


.section_get{
    background: #E6E6E6;
    padding-top: 100px;
    padding-bottom: 100px;
}
.get_content-ul{
    margin-top: 40px;
    display: grid;
    gap: 25px;
}
.get_content-ul li{
    display: flex;
    align-items: center;
    gap: 25px;

}

.get_content-ul li img{
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    background: #E3FA62;
}

.get_content-ul li p{
    border-radius: 30px;
    padding: 25px;
    color: #000;
    width: 100%;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    background: #FFF;
}

.block_btn{
    margin-top: 25px;
    display: flex;
    justify-content: center;
}



.full_btn{
    padding: 14px 25px;
    border-radius:30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.full_btn:hover{
    color: #fff;
    transform: scale(1.05);
}

.full_btn:active{
    color: #fff;
    transform: scale(0.95);
}


@media only screen and (max-width: 1400px) {



}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .get_content-ul li p {
        border-radius: 20px;
        padding: 20px;
        color: #000;
        width: 100%;
        font-size: 16px;

    }

    .get_content-ul li {
        gap: 20px;
    }

    .get_content-ul li img {

        width: 40px;

    }

    .get_content-ul {
        margin-top: 40px;

        gap: 20px;
    }

    full_btn {
        width: 90%;
        font-size: 16px;


    }

    .section_get {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .full_btn {

        font-size: 16px;
    }

}

/*section_partaking*/


.partaking-content{
    margin-top: 60px;
    position: relative;
    display: grid;
    gap: 80px;
}
.partaking-content img{
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: 10;
    height: 80%;
}


.partaking_content_block{
    position: relative;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-left: 0;
}

.partaking_content_block.ml,
.partaking_content_block.ml{
    margin-left: 20%;
}


.partaking_content_block span{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    line-height: 1;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
padding-bottom: 10px;
}

.content_block-info{
    width: calc(100% - 130px);

}


.content_block-info h4{
    padding-bottom: 10px;
    color: #000;

    font-size: 28px;
    font-style: normal;
    font-weight: 600;

}

.content_block-info p{
    color: #373737;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;

}



@media only screen and (max-width: 1200px) {

    .content_block-info h4 {
        font-size: 28px;
    }

    .content_block-info p {
        font-size: 18px;
    }

    .partaking-content img {

        width: 25%;
    }

}




@media only screen and (max-width: 992px) {
    .partaking-content img{
        display: none;
    }
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {


    .partaking-content img{

    }
    .partaking_content_block.ml, .partaking_content_block.ml {
        margin-left: 0%;
    }
    .partaking_content_block.ml, .partaking_content_block.ml {
        margin-left: 15%;
    }
    .partaking_content_block {
        gap: 20px;

    }
    .partaking-content {
        margin-top: 40px;

        gap: 40px;
    }
    .partaking_content_block span {
        width: 50px;
        height: 50px;

        font-size: 30px;

        padding-bottom: 5px;
    }
    .content_block-info h4 {
        font-size: 18px;
    }
    .content_block-info p {
        font-size: 14px;
    }





}



/*section_baner*/

.section_baner{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #3636B2;
}

.section_baner-content{
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: stretch;
}

.section_baner-content img{
    width: 40%;
}

.baner_content-info{
display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.baner_content-info h3{
    color: #FFF;

    font-size: 38px;
    font-style: normal;
    font-weight: 700;

}

.baner_content-info p{
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;

}

.content_info-btn{
    display: flex;
   justify-content: flex-start;

}









@media only screen and (max-width: 1200px) {

    .baner_content-info h3 {
        font-size: 30px;
        line-height: normal;
    }
    .baner_content-info p {
        font-size: 24px;
        line-height: normal;
    }
}




@media only screen and (max-width: 992px) {
    .section_baner-content {
        align-items: flex-start;
    }
    .baner_content-info h3 {
        font-size: 24px;
        line-height: normal;
    }
    .baner_content-info p {

        font-size: 18px;
        line-height: normal;
    }




}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .section_baner-content {
        gap: 20px;
    flex-direction: column;
        align-items: center;
    }


    .section_baner {
        padding-top: 40px;
        padding-bottom: 40px;

    }

    .section_baner-content img {
        width: 100%;
    }

    .content_info-btn {

        justify-content: center;
    }

    .content_info-btn a{
        width: 100%;
        text-align: center;
    }


}



/*section_why*/


.section_why {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background: #E6E6E6;
}


.slider-program__slider{
    margin-top: 40px;
    align-items: stretch;
}




.sp_slide-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #FFF;
    gap: 30px;
    height: 300px;
    padding: 25px;
}

.sp_slide-block img{
    height: 100px;
}

.sp_slide-block p{
    color: #000;
text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 146%;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '' !important;
}

.swiper-button-my{
    position: relative !important;
    padding-top: 30px;
    display: flex;
    justify-content: flex-start;
    gap: 70px;
}

.swiper-button-my div{
    width: 60px;
    height: 60px;

    border-radius: 50%;
    border:3px solid #3636B2 ;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.swiper-button-my div:hover{
    color: #fff;
    transform: scale(1.05);
}

.swiper-button-my div:active{
    color: #fff;
    transform: scale(0.95);
}

.swiper-button-my div img{
    width: 30px;
}







@media only screen and (max-width: 1400px) {



}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .section_why {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .swiper-button-my {

        padding-top: 30px;
        justify-content: center;
    }

    .slider-program__slider {
        margin-top: 40px;

    }
    .sp_slide-block {

        border-radius: 20px;
        gap: 30px;
        height: 360px;
        padding: 20px;
    }
    .sp_slide-block img {
        height: 30%;
    }




}


/*section_team*/

.section_team{
    position: relative;
}


.team-bg{
position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

.team-content-block{
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}
.team-content-block-left{
    width: 30%;
}

.team__slider{

    padding-bottom: 20px;
    overflow: hidden;
}

.team__slide_block{
    display: flex;
    flex-direction: row;

}

.team__slide_block_left{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.team__slide_block_left .info{

    padding: 20px;
    border-radius: 0px 0px 20px 30px;
    background: #E3FA62;
}

.team__slide_block_left .info h3{
    color: #373737;
    text-align: center;

    font-size: 32px;
    font-style: normal;
    font-weight: 600;

}

.team__slide_block_left .info p{
    color: #373737;
    text-align: center;

    font-size: 25px;
    font-style: normal;
    font-weight: 500;

}

.team__slide_block_left img{
    width: 100%;
}

.comment-slide_right{
    width: 65%;
    display: grid;
    gap: 30px;
    padding: 10px;
    background: #fff;
}
.comment-slide_right p{
    color: #000;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
}

.swiper-button-my.two{
    justify-content: center;

}

.swiper-button-my.two div{
    background: #fff;
}




@media only screen and (max-width: 1200px) {
    .comment-slide_right p {

        font-size: 18px;
    }


}




@media only screen and (max-width: 992px) {
    .team-content-block-left {
        width: 40%;
    }
}

@media only screen and (max-width: 768px) {
    .team-content-block-left {
        width: 50%;
    }
    .team-content-block {
        gap: 30px;
    }
}

@media only screen and (max-width: 600px) {
    .team-content-block-left {
        width: 100%;
    }


    .team-bg {

        width: 90%;
    }

.team-content-block{
    flex-direction: column;
}

    .team__slide_block {
align-items: center;
        flex-direction: column;
        gap: 20px;
    }


    .comment-slide_right {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        background: #fff;
    }

    .team__slide_block_left {
        width: 80%;
    }
    .team__slide_block_left .info h3 {

        font-size: 26px;
    }

    .team__slide_block_left .info p {

        font-size: 18px;
    }
    .team__slide_block_left .info {
        padding: 20px;
        border-radius: 0px 0px 20px 20px;
    }
    .team-content-block {
        margin-top: 40px;
    }

    .comment-slide_right p {
        font-size: 16px;
    }



}

/*section_parents*/



.parents-bg{
    position: absolute;
    bottom: 0;
    right: 0;
}





.accordion {
    width: 100%;
    margin-top: 40px;
}


.accordion-item {
    border-bottom: 1px solid #ddd;

}

.accordion-header {

    padding: 20px 10px;
background: #fff;
    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    color: #000;
gap: 50px;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;

}

.accordion-header p{
    width: 90%;
}



.accordion-header span{
    width: 40px;

    height: 40px;
    border-radius: 50%;
    background: #E3FA62;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 28px;
}

.accordion-item.active .accordion-header span{
    padding-bottom: 3px;
}




.accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 30px;
    background: #fff;

}
.accordion-body-content {
    padding: 0px 0px 30px;
    width: 80%;
    display: grid;
    gap: 15px;
}

.accordion-body-content p{
    color: #373737;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 141%; /* 36.66px */
}

.accordion-body-content ul{
    list-style: disc;
    padding-left: 20px;
    display: grid;
    gap: 10px;
    color: #373737;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}



@media only screen and (max-width: 1200px) {

    .accordion-header{
        font-size: 24px;
    }
    .accordion-body-content p{
        font-size: 18px;
        line-height: normal;
    }




}




@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .parents-bg {
        width: 90%;
    }
    .accordion {

        margin-top: 20px;
    }
    .accordion-header {
        padding: 20px 10px;
    }
    .accordion-header {
        font-size: 18px;
    }
    .accordion-header p{
        width: 80%;
    }
    .accordion-body-content {
        width: 100%;
    }
    .accordion-body-content p {
        font-size: 16px;
    }
    .accordion-body-content ul {
        list-style: disc;
        padding-left: 20px;
        display: grid
    ;
        gap: 10px;
        color: #373737;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
    }
}



/*footer*/


.footer{
    background: #3636B2;
    padding-top: 100px;
    position: relative;
    padding-bottom: 20px;

}
.footer_content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}


.footer_content-bottom{
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer_content-bottom-logo{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.footer_content-bottom-logo img {
    height: 30px;
}
.footer_content-bottom-logo p {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.footer_content-bottom-logo a{
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;

    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    transition: 0.5s;
}

.footer_content-bottom-logo a:hover{
text-decoration: underline;
}

.footer_content-bottom-right p{
    color: #fff;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.footer_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}







.first__content-form {
    margin-top: 30px;
    width: 100%;

}
.first__content-form .main_title{
    color: #FFF;
}

.first__content-form .form_new{
    margin-top: 60px;
    display: grid;
    align-items: flex-end;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}




form input[type=checkbox], form input[type=submit], form input[type=tel], form input[type=text] {
    font-family: inherit;
    font-size: 16px;


}

form button {
    font-family: inherit;
    font-size: 16px
}

form input[type=email], form input[type=tel], form input[type=text] {
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);

    width: 100%;
    padding: 20px 20px;
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;



}
.iti {
    width: 100%;
}
.iti__selected-flag {
    border-radius: 40px 0px 0px 40px;
}

form input[type=email]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: #FFF;
}

form input[type=email]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: #FFF;
}

form input[type=email]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: #FFF;
}

form input[type=email]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: #FFF;
}

form input[type=email]::placeholder, form input[type=tel]::placeholder,  form input[type=text]::placeholder {
    color: #FFF;
}

form input[type=email]:focus, form input[type=tel]:focus, form input[type=text]:focus {
    border-color: #FFF;
}

form input[type=checkbox] {
    accent-color: #fff;
    width: 16px;
    height: 16px;
    cursor: pointer
}

form label {
    color: #fff;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}



form button[type=submit], form input[type=submit] {
    width: 100%;
    padding: 17px 20px;
    border-radius: 30px;
    background: #E3FA62;
    border: 2px solid #E3FA62;
    color: #373737;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

form button[type=submit]:hover, form input[type=submit]:hover {
    transform: scale(1.05);
}
form button[type=submit]:active, form input[type=submit]:active {
    transform: scale(0.95);
}


.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.form .checkbox input[type=checkbox] {
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}
.my_form input[type=checkbox]{
    accent-color: #000 !important;
    -webkit-appearance: auto !important;
}

.checkbox a {
    text-decoration: none;

    color: #FFF;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #FFF;
}

.first__content__image {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    height: 100%;
}





@media only screen and (max-width: 992px) {
    .first__content-form .form_new {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;

    }
}

@media only screen and (max-width: 768px) {


}

@media only screen and (max-width: 600px) {
    .first__content-form .form_new {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        margin-top: 40px;
    }








}







/*all*/



@media only screen and (max-width: 1200px) {

    .main_title {
        font-size: 38px;
    }
    .main_subtitle {
        margin-top: 25px;

        font-size: 28px;
    }
}




@media only screen and (max-width: 992px) {
    .header__content-logo a img:last-child {
       display: none;
    }
}

@media only screen and (max-width: 768px) {
    .header__content-menu li a{
        font-size: 16px;
        padding: 10px 10px;
    }

.main_title br{
    display: none;
}


}

@media only screen and (max-width: 600px) {
    .header__content-menu li a{
        font-size: 12px;
        padding: 10px 10px;
    }
    .header__content-logo a img {
        width: 40px;
    }
    .header__content{
        gap: 20px;
    }

    .main_title {
        font-size: 25px;
    }
    .main_subtitle {
        margin-top: 20px;

        font-size: 18px;
    }

.mt{
    margin-top: 60px;
}

    .footer_content-bottom {
        margin-top: 60px;
        flex-direction: column;
        justify-content: center;
gap: 20px;
    }
.footer_content-bottom-logo img{
    width: 70%;
}
.footer_content-bottom-logo{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .footer_content-bottom-right p {
        text-align: center;
        font-size: 14px;
        line-height: normal;
    }
    .footer {
        padding-top:40px;

        padding-bottom: 40px;
    }



}




/*popup*/




.popup_form {
    display: none;
    position: fixed;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.5s ease-in-out; /* Анимация открытия формы */
}

.popup_form.active {
    display: flex; /* Показываем блок с использованием display: flex */
}

.popup_form_block {

    border-radius: 40px;
    background: #F5F5F5;
    padding: 60px 120px;
    width: 1260px;
    max-height: 90%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;

    border-radius: 20px;
    overflow-y: scroll;

}

.popup_bg{
    position: absolute;
    width: 65%;
    bottom: 0;
    right: 0;
    z-index: 10;
}


.sform_block_form{
    padding: 30px;
    background: #3636B2;
    border-radius: 30px;
    margin-top: 10px;
    position: relative;
    z-index: 30;
}


.sone_block_left_title_new{
    color: #000;

    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 136%; /* 54.4px */
    text-transform: uppercase;
    padding-bottom: 40px;
}

.sone_block_left_title_new span{
    color: #3636B2;
}


.sone_block_left_timer p{
    color: #373737;

    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 32.006px */
}




.popup_form_block_form_h3{
    color: #3636B2;

    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; /* 39.3px */
    padding-bottom: 20px;
}

.sone_block_right p{
    color: #000;

    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 131%; /* 23.58px */
}

.popup_form_block_form{

    position: relative;
    z-index: 300;
    height: 100%;
}
.sform_block_form form{
    display: grid;
    gap: 10px;
}
.sform_block_form form .iti{
    width: 100%;
}







.sone_block_left{
display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}


.popup_form_block.closing {
    opacity: 0;
    pointer-events: none;
    animation: fadeOut 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


button.closeButton {
    background: none;
    border: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 500;
    cursor: pointer;
    transition: transform 0.3s ease;
}

button.closeButton:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
button.closeButton:active {
    transform: scale(0.95);

}

button.closeButton {

    right:20px;
    top:10px;
}


button.closeButton svg{
    width: 40px;
}

.popup_form_block .popup_form_svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


.sone_block_left_timer p{
    color: #151515;
    leading-trim: both;
    text-edge: cap;
    
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}


.sone_block_left_timer .timer-wrapper {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    background: #f3f3f3;

    justify-content: flex-start;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sone_block_left_timer .timer-wrapper_img{
    position: absolute;
    height: 100%;
    z-index: 10;
}
.sone_block_left_timer .timer-wrapper div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 30;
    gap: 20px;
}
.sone_block_left_timer .timer-wrapper div span:first-child {
    text-align: center;
    border-radius: 20px;
    border: 1px solid var(--Dark-grey, #DADADA);
    background: #FFF;
    padding: 20px;

    color: #151515;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 32px */
}

.sone_block_left_timer .timer-wrapper .label {
    display: block;
    color: #909090;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media only screen and (max-width: 1300px) {
    .popup_form_block{
        width: calc(100% - 60px);
        padding: 60px;
    }

    .sone_block_left_title_new {
        font-size: 30px;
    }




}


@media only screen and (max-width: 768px) {
    .sone_block_left_title_new {
        font-size: 40px;
    }
    .popup_form_block {
        padding: 30px;
        position: relative;
        display: flex;
        flex-direction: column;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;

    }





}



@media only screen and (max-width: 600px) {
    .popup_form_block {
        padding: 30px 20px;
        gap: 30px;
        width: calc(100% - 30px);
    }




    .sone_block_left_title_new {
        text-align: center;
        font-size: 24px;
        padding-bottom: 20px;
    }

    .sone_block_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .sone_block_left_timer .timer-wrapper {
        margin-top: 10px;
        gap: 10px;
        background: #f3f3f3;
        justify-content: center;

    }

    .sone_block_left_timer .timer-wrapper div span:first-child {
        text-align: center;

        padding: 15px;

        font-size: 24px;
      
    }

    .sone_block_left_timer .timer-wrapper div {
        gap: 10px;
    }
    .sone_block_left_timer .timer-wrapper .label {
        font-size: 12px;
    }

    .sone_block_left_timer p {
        color: #373737;
       text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 18.2px */
    }

    .popup_form_block_form_h3 {
   text-align: center;
        font-size: 24px;

        padding-bottom: 10px;
    }

    .sone_block_right p {
text-align: center;
        font-size: 14px;

    }
    .sform_block_form {
        padding: 15px;
        background: #3636B2;
        border-radius: 30px;
        margin-top: 10px;
    }

    form input[type=email], form input[type=tel], form input[type=text] {
        border-radius: 30px;
        font-size: 14px;
    }

    form button[type=submit], form input[type=submit] {
        width: 100%;
        padding: 15px 20px;


        font-size: 16px;


    }
    .popup_bg {
        width: 100%;
    }
}









/*Popup new*/


/* Заборонити прокрутку коли відкрито попап */
/*.no-scroll {*/
/*    overflow: hidden;*/
/*}*/


#popupnew {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* активний стан */
#popupnew.active {
    visibility: visible;
    opacity: 1;
}

/* Вікно попапа */
.popup-content {
    max-width: 1300px;
    width: calc(100% - 30px);
    padding: 60px;
    border-radius: 30px;
    background: #E6E6E6;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;

    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

/* плавна поява контенту */
#popupnew.active .popup-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}


.popup-content_bg {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 70%;
}


.popup-content .left{
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    justify-content: center;
}

.popup-content .left h3{
    color: #3636B2;

    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 70px */
    text-transform: uppercase;
}

.popup-content .left p{
    color: #000;
    text-align: left;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.popup-content .left .sform_block_form{
    margin-top: 25px;
    background: transparent;
    padding: 0;
    width: 80%;
}



.popup-content .left .sform_block_form form input[type=email], .popup-content .left .sform_block_form form input[type=tel], .popup-content .left .sform_block_form form input[type=text] {
    border-radius: 40px;
    border: 1px solid #fff;
    background: #fff;
    backdrop-filter: blur(6.5px);
    -webkit-backdrop-filter: blur(6.5px);
    width: 100%;
    padding: 20px 20px;
    color: #878383;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: border .3s
    ease;
    transition: border .3s
    ease;
}
.popup-content .left .sform_block_form .checkbox a {
    text-decoration: none;
    color: #878383;
}


.popup-content .left .sform_block_form form input[type=email]::-webkit-input-placeholder, .popup-content .left .sform_block_form form input[type=tel]::-webkit-input-placeholder, .popup-content .left .sform_block_form form input[type=text]::-webkit-input-placeholder {
    color: #878383;
}

.popup-content .left .sform_block_form form input[type=email]::-moz-placeholder, .popup-content .left .sform_block_form form input[type=tel]::-moz-placeholder, .popup-content .left .sform_block_form form input[type=text]::-moz-placeholder {
    color: #878383;
}

.popup-content .left .sform_block_form form input[type=email]:-ms-input-placeholder, .popup-content .left .sform_block_form form input[type=tel]:-ms-input-placeholder, .popup-content .left .sform_block_form form input[type=text]:-ms-input-placeholder {
    color: #878383;
}

.popup-content .left .sform_block_form form input[type=email]::-ms-input-placeholder, .popup-content .left .sform_block_form form input[type=tel]::-ms-input-placeholder, .popup-content .left .sform_block_form form input[type=text]::-ms-input-placeholder {
    color: #878383;
}

.popup-content .left .sform_block_form form input[type=email]::placeholder, .popup-content .left .sform_block_form form input[type=tel]::placeholder, .popup-content .left .sform_block_form form input[type=text]::placeholder {
    color: #878383;
}

.popup-content .left .sform_block_form form input[type=email]:focus, .popup-content .left .sform_block_form form input[type=tel]:focus, .popup-content .left .sform_block_form form input[type=text]:focus {
    border-color: #3636B2;
}

.popup-content .left .sform_block_form form button[type=submit], .popup-content .left .sform_block_form form input[type=submit] {
    width: 100%;
    padding: 17px 20px;
    border-radius: 30px;
    background: #3636B2;
    border: 2px solid #3636B2;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transform: scale(1);
    transition: transform 0.3s
    ease-in-out;
}


.popup-content .left .sform_block_form .iti--separate-dial-code .iti__selected-dial-code {
    color: #878383;
}




.popup-content .right{
    position: relative;
    z-index: 20;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}
.popup-content .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* Кнопка закриття */
#closePopupNew {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
}




@media only screen and (max-width: 900px) {
    .popup-content {

        grid-template-columns: repeat(1, 1fr);


    }

    .popup-content .right{
        display: none;
    }
    .popup-content_bg {

        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .popup-content {
        gap: 25px;
        padding: 25px;
        width: 100%;
        border-radius: 25px;
    }

    .popup-content .right{
        display: flex;
    }


    .popup-content .left{
        align-items: center;
    }



    .popup-content .left h3{
        font-size: 28px;
        text-align: center;
        padding-bottom: 5px;
    }

    .popup-content .left p{
        font-size: 16px;
        text-align: center;
    }

    .popup-content .left .sform_block_form {
        width: 100%;
    }

    .popup-content .right{
        border-radius: 15px;
    }


}