/*@font-face {*/
/*    font-family: roboto-example;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/RobotoRegular/RobotoRegular.eot);*/
/*    src: url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoRegular/RobotoRegular.woff) format("woff"), url(../fonts/RobotoRegular/RobotoRegular.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: roboto-example;*/
/*    font-weight: 700;*/
/*    font-style: normal;*/
/*    src: url(../fonts/RobotoBold/RobotoBold.eot);*/
/*    src: url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format("embedded-opentype"), url(../fonts/RobotoBold/RobotoBold.woff) format("woff"), url(../fonts/RobotoBold/RobotoBold.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: playfairMedium;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Medium.eot);*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/playfair/PlayfairDisplay-Medium.woff) format("woff"), url(../fonts/playfair/PlayfairDisplay-Medium.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: playfairBold;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Bold.eot);*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/playfair/PlayfairDisplay-Bold.woff) format("woff"), url(../fonts/playfair/PlayfairDisplay-Bold.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: playfairRegular;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Regular.eot);*/
/*    src: url(../fonts/playfair/PlayfairDisplay-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/playfair/PlayfairDisplay-Regular.woff) format("woff"), url(../fonts/playfair/PlayfairDisplay-Regular.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: RalewayBold;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/Raleway/Raleway-Bold.eot);*/
/*    src: url(../fonts/Raleway/Raleway-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway/Raleway-Bold.woff) format("woff"), url(../fonts/Raleway/Raleway-Bold.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: RalewayMedium;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/Raleway/Raleway-Medium.eot);*/
/*    src: url(../fonts/Raleway/Raleway-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway/Raleway-Medium.woff) format("woff"), url(../fonts/Raleway/Raleway-Medium.ttf) format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: RalewayThin;*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    src: url(../fonts/Raleway/Raleway-Light.eot);*/
/*    src: url(../fonts/Raleway/Raleway-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Raleway/Raleway-Light.woff) format("woff"), url(../fonts/Raleway/Raleway-Light.ttf) format("truetype")*/
/*}*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-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
}

.first_items_title span {
    display: none;
}
body input:focus:required:invalid, body textarea:focus:required:invalid {
    color: #fff
}

body input:required:valid, body textarea:required:valid {
    color: #fff
}

body, html {
    height: 100%
}
.checkbox {
    text-align: left;
}
body {
    font-size: 16px;
    min-width: 375px;
    position: relative;
    line-height: 1.65;
    font-family: "Golos Text", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*//speaker*/
.speaker {
    margin: 100px 0;
}
.speaker-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px;
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;

}
.speaker-block-left {
    width: 45%;
    text-align: left;
    padding-left: 50px;
}
.speaker-block-left h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    color: #E70000;
    margin-bottom: 40px;
}
.speaker-block-left h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}
.speaker-block-left p{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 20px 0;
}
.speaker-block-left ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 10px 0;
}
.speaker-block-right {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 580px;
}
.speaker-block-right img {
    width: 100%;

    height: 100%;
    object-fit: cover;
}
.mob_list {
    display: none;
}
.mob_list_img {
    display: none;
}
@media only screen and (max-width: 768px) {

    .form_first {
        margin: 0 auto;
        margin-top: 160px;

    }
    .first {
        padding-bottom: 20px;
    }

    .form_first .form_new input {
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(3px);
        border-radius: 20px;
    }
    .form_first .form_new button, #popup_sms button {
        border-radius: 20px!important;
        background:  #E70000!important;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.20);
        color: #fff!important;
    }


    .form_first .form_new {

        border-radius: 20px;
        background: rgba(255, 255, 255, 0.30)!important;
        padding: 15px;
        backdrop-filter: blur(3px);
        padding: 15px!important;
    }
    .first_items_title {
        position: relative;
    }
    .form_new input, #popup_sms input {
        margin: 5px 0!important;
    }

    .mob_list_img {
        display: block;
        position: absolute;
        bottom: 310px;
        right: 0;
        width: 95%;
    }

    .mob_list {
        display: flex;
        flex-direction: column;
        list-style: none;
        padding-left: 0;
    }
    .mob_list li {
        font-size: 14px;
        margin: 2px 0!important;
        display: flex;
        align-items: center;
        font-style: normal;
        color: #fff;
        font-weight: 400;
        line-height: 120%;
        margin: 10px 0;

    }
    .mob_list li img {
        margin-right: 10px;
    }
    .speaker-block {
        flex-direction: column;
    }
    .speaker-block-left, .speaker-block-right {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .speaker-block-left h4 {
        font-size: 32px;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .speaker-block-left h2 {
        font-size: 24px;
    }
    .speaker-block-left p{
        font-size: 20px;
        line-height: normal;
    }
    .speaker-block-left ul li {
        text-align: left;
        font-size: 14px;
    }
    .speaker-block-right  {
        margin-top: 20px;
        border-radius: 20px;
        min-height: auto;
    }
}

.program_first {
    width: 100%;
    min-height: 400px;
    background: #fff;
    margin: 100px 0;
    position: relative
}

.program_first_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.program_first_content-left {
    width: 20%;
    position: relative;
    z-index: 99
}

.program_first_content h2 {
    font-size: 32px;
    color: #222;
    line-height: normal;
}
.program_first_content h2 span {
    color: #E70000
    /*background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.program_first_content p {
    font-size: 18px;

}


/*//val*/
.tel.__error, .redBorder {
    border-color: red!important;
}

.greenBorder {
    border-color: green!important;
}
input[type=tel]{
    position: relative;

}
.__error + span::before {
    content: 'Введіть коректний номер';
    position: absolute;
    top: -20px;
    font-size: 12px;
    color: red;
    left: 11px;

}

.iti {
    margin-top: 8px;
}

.iti input, .iti input[type=text], .iti input[type=tel]{
    height: 56px;
    /*max-width: 250px;*/
}

/*//val*/
/* styles of form */

.form_new {

    text-align: center;
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    width: 100%;
    border-radius: 20px;
    /*border: 1px solid #FFF;*/
    padding: 0;
    /*background: rgba(255, 255, 255, 0.60);*/

    backdrop-filter: blur(12.5px);
}

.form_new input, #popup_sms input {
    /*max-width: 250px;*/

    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.20);

    background: rgba(255, 255, 255, 0.30);

    backdrop-filter: blur(6.5px);

    color: #fff;
    font-size: 15px;
    line-height: 1.25;
    /*border-radius: 50px;*/
    /*border: 1px solid #aaaaaa;*/

    transition: all 0.2s linear 0s;
    margin: 10px 0;
    padding: 8px;
    width: 100%;
    height: 56px;
}

.checkbox input {
    width: 2% !important;
    height: 17px!important;
}
.checkbox a {
    color: #fff;
}

::-webkit-input-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff; }

.form_new input, #popup_sms input::placeholder {
    color: #fff;
}

.form_new button, #popup_sms button {
    color: #E70000;
    text-align: center;
    /*font-family: 'Arial', sans-serif;*/
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    background: #fff;
    /*border-radius: 50px;*/
    border: 0px inset red;
    box-shadow: none;
    margin: 10px 0;
    height: 50px;
    padding: 10px 14px 10px 14px;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    width: 100%;

    border-radius: 8px;
    background: #FFF;
    /*max-width: 200px;*/
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #fff;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #4b8dec;
    color: #fff
}

::selection {
    background-color: #4b8dec;
    color: #fff
}

.container {
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

.first {
    background-image: url(../img/bg1.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 800px;
    padding-bottom: 50px;
    position: relative
}

.header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 999
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-content_items {
    max-width: 500px;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.header-content_items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin: 0;
    max-width: 500px;
    width: 100%;
}

.header-content_items ul li {
    list-style: none;
    margin: 10px 5px;
    color: #fff;
    font-size: 18px;
    line-height: 15px;
    /*font-family: RalewayThin;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content_items ul li img {
    margin-right: 10px
}

.header-content_items ul li span {
    font-family: RalewayBold;
    display: inline-block;
    margin-right: 2px
}

.first_items {
    position: relative;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 720px;
    padding-top: 110px
}

.girl {
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 600px;
    display: none;
}

.first_items_title p {
    color: #fff;
    /*font-family: RalewayThin;*/
    font-size: 24px;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    z-index: 9999;
}
.guide {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 2px solid #FFF;
    padding: 15px;
    font-size: 20px!important;
}
.guide img {
    margin-right: 10px;
}
.bottom-text {
    display: flex!important;
    align-items: center;
    color: #fff;
    font-size: 12px!important;
}
.bottom-text svg {
    margin-right: 10px;
}

    /*.first_items_title p span {*/
/*    font-family: RalewayBold*/
/*}*/

.first_items_title h2 {
    /*font-size: 52px;*/
    /*line-height: 57px;*/
    font-size: 48px;
    line-height: normal;
    font-weight: 500;

    color: #fff;
    position: relative;
    z-index: 999;
    margin: 30px 0;
    margin-top: 0;
}


/*partners*/
.partners {
    padding: 50px 0;
    position: relative;
}
.partners__content {
    display: flex;
    justify-content: center;
}

.partners__content-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners__content-item img {
    width: 100%;
    max-width: 600px;
}

.partners__content-item-text {
    padding-left: 20px;
    width: 40%;
}

.partners__content-item h3 {
    font-size: 23px;
    margin-top: 0;

}

.partners__content-item p {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.partners__content-item p img{
    max-width: 30px;
    margin-right: 5px;
}
.partners__content-item ul {
    list-style: none;
    padding-left: 50px;
}
.partners__content-item ul li {
    font-size: 16px;

    line-height: 24px;
    position: relative;
    margin: 30px 0;

}
.partners__content-item ul li:before {
    content: url("../img/arrow.png");
    position: absolute;
    top: 5px;
    left: -52px;
}

.right_text {
    left: 0px
}

.iti--separate-dial-code .iti__selected-flag {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.form_first {
    /*position: absolute;*/
    bottom: -4px;
    width: 100%;
    max-width: 420px;
    min-height: 280px;
    background: transparent;
    /*padding: 20px;*/
    z-index: 9999
}

.wrapForm .mainForm {
    padding: 0 !important
}

.program {
    margin: 100px 0;
}

.program_content {
    margin-bottom: 60px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.program_content-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.padding_left {
    padding-left: 40px;
}

.list li {
    padding-left: 0 !important;
    list-style: circle !important;
    margin: 10px 0 !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.program_content-item-text {
    width: 70%;
}

.program_content-item-text ul {
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 0;
}

.program_content-item-text ul li {
    position: relative;
    padding-left: 90px;
    margin: 46px 0;
}

.program_content-item-text ul li img {
    position: absolute;
    left: 0;
    top: -17px;
}

.program_content-item-text ul li h4 {
    font-size: 24px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
}

.program_content-item-text ul li p {
    font-size: 16px;
    margin: 0;
    font-style: normal;
    line-height: 100%;
    font-weight: 400;
}

.program_content-item-image {
    width: 30%;
}


.red-text {
    /*color: #fc1818*/
    background: var(--red, linear-gradient(250deg, #750117 1.45%, #E70000 98.55%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.program_content-right {
    width: 96%;
    position: relative;

    z-index: 99
}

.program_content-right {
    position: relative;
    display: grid;
   align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    z-index: 999
}

.program_content-right::before {
    content: url("../img/star-small.png");
    /*width: 115px;*/
    /*height: 115px;*/
    /*background: -o-linear-gradient(245deg, #d5e6ff 13.52%, #458cf3 87.59%);*/
    /*background: linear-gradient(205deg, #d5e6ff 13.52%, #458cf3 87.59%);*/
    /*opacity: .5;*/
    position: absolute;
    left: -93px;
    bottom: -98px;
    /*border-radius: 50%;*/
    /*-webkit-box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);*/
    /*box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45)*/
}

.program_content-right::after {
    content: url("../img/star.png");
    /*width: 197px;*/
    /*height: 197px;*/
    /*background: -o-linear-gradient(245deg, #d5e6ff 13.52%, #458cf3 87.59%);*/
    /*background: linear-gradient(205deg, #d5e6ff 13.52%, #458cf3 87.59%);*/
    /*opacity: .5;*/
    /*-webkit-box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);*/
    /*box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);*/
    position: absolute;
    top: -60px;
    right: -10px;
    border-radius: 50%;
    z-index: 6
}

.program_content-right_item {
    width: auto;
    padding: 27px;
    background-image: url("../img/Component.png");
    background-size: cover;
    background-position: 50% 50%;
    z-index: 99;
    position: relative;
    border-radius: 12px;
    border: 1px solid #DADADA;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.program_content-right_item h4 {
    margin: 10px 0;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;

}

.program_content-right_item p {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    /*color: #222;*/
    color: #E70000;
    /*background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*font-family: playfairRegular;*/
    margin: 10px 0
}

.program_content-right_item span {
    color: #222;
    /*font-family: RalewayThin;*/
    font-size: 16px;
    line-height: normal;
    display: inline-block;
}

/*.program_content-right_item span b {*/
/*    font-family: RalewayBold*/
/*}*/

.red-bg {

    top: 20px
}

.statue::after {
    content: url("../img/kisspng-statue-of-liberty-clip-art-5af3b7eef3ee63 1.svg");
    position: absolute;
    bottom: -10px;
    right: -30px
}

.for {
    width: 100%;
    /*background-image: url(../img/bg.png);*/
    background-size: cover;
    background-position: 50% 50%;
    min-height: 700px;
    padding: 75px 0;
    position: relative
}

.for_title h2 {
    color: #222;
    font-size: 56px;
    line-height: 55px;
    text-align: center;
    /*font-family: playfairRegular*/
}
.for_title h2 span {
    background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.for_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.for_items-item {
    width: 40%;
    margin: 20px;
    text-align: center;
}

.for_items-item h3 {
    color: #222;
    position: relative;
    /*font-family: playfairRegular;*/
    font-size: 20px;
    line-height: 22px;
    margin-top: 10px
}

.for_items-item h3::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    bottom: -11px;
    left: 0;
    background: #fff
}

.for_items-item p {
    color: #222;
    font-size: 14px;
    line-height: 21px;
    /*font-family: RalewayThin*/
}

.for_items-item img {
    width: 100%
}

.for_btn {
    margin: 20px 0;
    text-align: center;
    position: relative;
    z-index: 999
}

.btn_main {
    position: relative;
    top: 0;
    left: 50%;
    right: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    outline: 0;
    bottom: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
    font-weight: 600;
    height: 4.8em;
    width: 18.5em;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    -webkit-transition: color .3s .1s ease-out;
    -o-transition: color .3s .1s ease-out;
    transition: color .3s .1s ease-out;
    line-height: 250%
}

/*.btn_main::before {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    content: "";*/
/*    border-radius: 50%;*/
/*    display: block;*/
/*    width: 25em;*/
/*    height: 20em;*/
/*    line-height: 20em;*/
/*    left: -5em;*/
/*    text-align: center;*/
/*    -webkit-transition: -webkit-box-shadow .5s ease-out;*/
/*    transition: -webkit-box-shadow .5s ease-out;*/
/*    -o-transition: box-shadow .5s ease-out;*/
/*    transition: box-shadow .5s ease-out;*/
/*    transition: box-shadow .5s ease-out, -webkit-box-shadow .5s ease-out;*/
/*    z-index: -1*/
/*}*/

.btn_main:hover {
    color: #fff;
    border: 1px solid #fc1818
}

.btn_main:hover::before {
    -webkit-box-shadow: inset 0 0 0 10em #fc1818;
    box-shadow: inset 0 0 0 10em #fc1818
}

.btn_main {
    border: 2px solid #fff;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    /*font-family: RalewayBold;*/
    color: #fff
}

.program_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.program_content-left {
    width: 20%
}

.program_content-left h2 {
    font-size: 32px;
    /*font-family: playfairRegular*/
}

.program_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.program_btns a {
    text-decoration: none;
    color: #4b8dec;
    border: 2px solid #4b8dec;
    padding: 25px 80px;
    display: inline-block;
    margin: 10px 0;
    width: 80%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    position: relative;
    outline: 0
}

.program_btns a:hover {
    background: #4b8dec;
    border: 2px solid #4b8dec
}

.program_content-cards {
    width: 50%;
    position: relative;
    z-index: 999
}

.program_content-cards::before {
    content: "";
    width: 115px;
    height: 115px;
    background: -o-linear-gradient(245deg, #d5e6ff 13.52%, #458cf3 87.59%);
    background: linear-gradient(205deg, #d5e6ff 13.52%, #458cf3 87.59%);
    opacity: .5;
    -webkit-box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);
    box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);
    position: absolute;
    bottom: -47px;
    left: -55px;
    border-radius: 50%
}

.program_content-cards::after {
    content: "";
    width: 197px;
    height: 197px;
    position: absolute;
    top: -71px;
    right: -71px;
    z-index: 5;
    background: -o-linear-gradient(245deg, #d5e6ff 13.52%, #458cf3 87.59%);
    background: linear-gradient(205deg, #d5e6ff 13.52%, #458cf3 87.59%);
    opacity: .5;
    -webkit-box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);
    box-shadow: 0 23px 47px -12px rgba(75, 141, 236, .45);
    border-radius: 50%
}

.active {
    background: #4b8dec;
    color: #fff;
    text-decoration: underline
}

.hidden {
    opacity: 0
}

a.active {
    color: #fff;
    text-decoration: underline
}

.program_content-card {
    width: 100%;
    min-height: 398px;
    background: #fff;
    border: 5px solid #4b8dec;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    padding: 27px;
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s
}

.program_content-card h2 {
    font-size: 32px;
    color: #4b8dec;
    /*font-family: playfairRegular;*/
    margin: 0
}

.program_content-card p {
    font-size: 25px;
    /*font-family: playfairBold;*/
    margin: 0
}

.program_content-card ul li {
    font-size: 16px;
    /*font-family: RalewayThin;*/
    line-height: 21px;
    list-style-type: circle;
    margin: 10px 0
}

.program_content-card blockquote {
    font-style: italic;
}


/* banner__two */
.hero__two {
    margin: 100px 0;
}

.hero__two-content {
    /* background-image: url("https://expokyiv.study.ua/img/baner.png"); */
    background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
    background-size: cover;
    background-position: 50% 50%;
    padding: 48px 60px;
    border-radius: 40px;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

.hero {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 50%;
}

.hero__two-content form {
    max-width: 500px;
}

.hero__two-content-text {
    position: relative;
    z-index: 999;
}

.hero__two-content-text span {
    color: #fff;
    display: block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.hero__two-content-text h3 {
    color: #fff;
    font-size: 36px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hero__two-content-text p {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
}

.hero__two-content-text ul {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}

.hero__two-content-text ul li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.hero__two-content-text ul li img {
    margin-right: 10px;
}

.hero__two-mob-image {
    display: none;
}

.hero__two-btn {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.hero__two-btn a {
    text-decoration: none;
    max-width: 426px;
    border-radius: 20px;
    padding: 10px 20px;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    display: block;
    color: #E70000;
    font-weight: 500;
    font-size: 24px;
    width: fit-content;
}

.hero__two-btn span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin-left: 30px;
}

/* organizers */
.organizers {
    margin: 100px 0;
    position: relative;
    overflow: hidden;
}

.hero__two-gray .hero__two-content {
    background: linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%);
}
.hero__two-gray .hero__two-content-text {
    color: #E70000!important;
}
.hero__two-gray .hero__two-content-text h3 {
    color: #E70000!important;
}

.hero__two-gray .hero__two-content-text ul li {
    color: #222!important;
}

.organizers::before {
    content: url("../img/decor.svg");
    position: absolute;
    top: 0;
    left: 0;
}

.organizers__content-top {
    margin: 50px 0;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    position: relative;
    z-index: 9999;
}

.organizers__content-top p {
    width: 70%;
    margin: 0;
    text-align: center;
    line-height: normal;
    font-size: 20px;
    font-weight: 400;
}

.organizers__content-bottom {
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}

.number__item {
    width: 18%;
    text-align: center;
    padding: 15px;
}

.number__item h4 {
    font-size: 64px;
    margin: 0;
    font-style: normal;
    font-weight: 50;
}

.number__item p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

.banner {
    margin: 100px 0;
}


.banner-content {
    background-image: url("../img/2/Benefits.png");
    background-size: cover;
    padding: 60px;
    background-position: 70% 50%;
    border-radius: 20px;
    border: 1px solid #DADADA;
}

.banner-content p {
    margin: 0 auto;
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
}

.third__content {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.third__content-item {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    width: 48%;
    margin-top: 50px;
    position: relative;
    z-index: 99;
}

.third__content-item-text {
    text-align: center;
}

.third__content-item-text h4 {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: #222;
    font-weight: 600;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.third__content-item-text p {
    font-size: 16px !important;
    font-style: normal;
    margin: 0;
    line-height: normal;
    font-weight: 400;
}

.third__content-item-text ul li {
    font-size: 16px;
    line-height: normal;
    text-align: right;
    margin: 10px 0;
}

.left li {
    text-align: left !important;
}

.third__content-item-img {
    text-align: center;
    margin: 0 auto;
}

.text-right {
    text-align: right;
}

.main_title {
    text-align: center;
    font-size: 40px;
    line-height: 100%;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 999;
}
.main_title span {
    color: #E70000;
}


.text-left {
    text-align: left;
}

.advantages__items {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.advantages__item {
    width: 23%;
    text-align: center;
}

.advantages__item h4 {
    font-size: 20px;
    line-height: normal;
    margin: 20px 0;
}

.advantages__item p {
    font-size: 16px;
    margin: 0;
    line-height: normal;
}


.speakers-title {
    text-align: center
}

.speakers-title h2 {
    font-size: 50px;
    /*font-family: playfairRegular*/
}

.speakers {
    width: 100%;
    padding: 20px 0;
    position: relative
}

.speakers-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.speakers-items-text {
    width: 34%;
    padding-right: 25px
}

.speakers-items-text h3 {
    font-size: 32px;
    /*font-family: playfairRegular*/
}

.speakers-items-text p {
    font-size: 18px;
    /*font-family: RalewayBold;*/
    margin-top: 50px
}

.speakers-items-text ul {
    padding-left: 12px;
    margin: 0
}

.speakers-items-text ul li {
    font-size: 14px;
    list-style: circle;
    /*font-family: RalewayThin;*/
    margin: 10px 0
}

.speakers-items-photo {
    width: 66%
}

.speakers-items-photo img {
    width: 100%
}

.why {
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
    position: relative
}

.why_title {
    text-align: center
}

.why_title h2 {
    font-size: 32px;
    font-style: normal;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 0px;
    /*font-family: playfairRegular*/
}
.why_title h3 {
    margin-top: 0;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.why_title p {
    font-size: 18px;
    /*font-family: RalewayThin*/
}

.why_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.whi__item {
    width: 17%;
    padding: 10px;
    position: relative;
    text-align: center
}

.whi__item p {
    font-size: 40px;

    margin: 0
}

.whi__item h4 {

    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0
}

/*.whi__item::after {*/
/*    content: "";*/
/*    width: 2px;*/
/*    height: 40px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    background: #333;*/
/*    -webkit-transform: translate(0, -50%);*/
/*    -ms-transform: translate(0, -50%);*/
/*    transform: translate(0, -50%)*/
/*}*/

.whi__item:last-child::after {
    display: none
}

.reviews {
    width: 100%;
    padding: 50px 0;
    position: relative;
    min-height: 950px;
    overflow: hidden;
    padding-top: 0;
}

.reviews::after {
    content: "";
    background:  linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
    height: 488px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6
}

.reviews-title h2 {
    font-size: 32px;

}

.reviews-title p {
    font-size: 18px;

}

.bottom-btn {
    margin-top: 50px
}

.why_baner {
    background-image: url("../img/6_blok.png");
    background-size: cover;
    background-position: 50% 50%;
    padding: 100px 0;
    border-radius: 14px;
    border: 1px solid #EEE;

}

/*.bottom-btn a {*/
/*    border-color: #4b8dec;*/
/*    color: #4b8dec*/
/*}*/

.reviews-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    position: relative;
    z-index: 99
}

.reviews-slider_item {
    z-index: 99;
    /*background: #fff;*/
    width: 30%;
    margin: 10px;
    min-height: 550px
}

.reviews-slider_item img {
    width: 100%
}

.reviews-slider_item p {
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 0
}

.reviews-slider_item span {
    font-size: 14px;

    padding: 0 20px;
    padding-bottom: 30px;
    display: inline-block;
    color: #fff;
}

.footer {
    /*background: #4b8dec;*/
    min-height: 120px;
    padding: 20px 0
}

.footer__items-item {
    margin: 0
}

.socials {
    width: 20%;
}

.socials ul {
    display: flex;
    flex-direction: row!important;
}

.footer__items-item p {

    font-size: 12px;
    color: #222
}

.footer__items-item span {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 12px;
    /*display: inline-block;*/
    margin: 20px 0
}

.footer__items-item span svg {
    margin-right: 5px;
}

.footer__items-item ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0
}

.footer__items-item ul li {
    list-style: none;
    width: 29%
}

.footer__items-item ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    color: #fff
}
.gray-form {
    max-width: 500px;
}
.gray-form input {
    color: #222;
    border-radius: 20px;
    border: 1px solid #FFF;

    background: rgba(255, 255, 255, 0.30);

    backdrop-filter: blur(3px);
}
.gray-form button {
    border-radius: 20px;
    background: #E70000;
    color: #fff;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.20);
}
.gray-form input, #popup_sms input::placeholder {
    color: #222!important;
}
.gray-form input::selection {
    color: #222!important;
}

.gray-form ::-webkit-input-placeholder { color: #222; }
.gray-form ::-moz-placeholder { color: #222; opacity: 1; }
.gray-form :-ms-input-placeholder { color: #222; }
.gray-form  .iti--separate-dial-code .iti__selected-dial-code {
    color: #222;
}
.gray-form .checkbox a {
    color: #222;
}
.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.phones {
    width: 48%
}

.decor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translatez(-1px);
    -ms-transform: translatez(-1px);
    transform: translatez(-1px);
    z-index: 9;
    display: none;
}

.decor .container {
    height: 100%
}

.decor__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%
}

.decor__line {
    background: #4b8dec;
    opacity: .1;
    width: 1px
}

.decor__line_black {
    background: #fff;
    opacity: .1
}

.slider-progressbar {
    position: relative;
    width: 200px;
    height: 4px;
    background: #fff;
    margin: 0 20px
}

.slider-progressbar .swiper-pagination-progressbar-fill {
    background: #fff !important
}

.swiper-navigation {
    position: absolute;
    bottom: -20px;
    width: 30%;
    z-index: 99
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.image-slider__current {
    color: #fff;
    font-size: 20px
}

.image-slider__fraction {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.image-slider__sepparator {
    margin: 0 5px
}

.mobile {
    display: none
}

.hidden-rights {
    display: none
}

.anketa {
    width: 100%;
    min-height: 90vh;
    background-image: url(../img/bg.png);
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 0
}
.anketa_bot {
    background-image: url("../img/left_image.png") !important;
}

.bot_block {
    -webkit-transform: translate(-50%, -66%) !important;
    -ms-transform: translate(-50%, -66%) !important;
    transform: translate(-50%, -66%) !important
}

.anketa__content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 400px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999
}

.anketa__content h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin: 0
}

.anketa__content h3 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 25px
}

.anketa__content p {
    text-align: center;
    color: #fff;

    font-size: 20px
}

.anketa .container {
    position: relative;
    min-height: 700px
}

.bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.bot__text {
    width: 50%;
    text-align: left;
}
.bot__text h2 {
    text-align: left!important;
}
.bot__text p {
    text-align: left!important;
}

.btn-8 {
    background-color: #f0ecfc;
    background-image: -o-linear-gradient(135deg, #f0ecfc 0, #c797eb 74%);
    background-image: linear-gradient(315deg, #f0ecfc 0, #c797eb 74%);
    line-height: 42px;
    padding: 0;
    border: none
}

.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.btn-8:after, .btn-8:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: #c797eb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-8:before {
    height: 0%;
    width: 2px
}

.btn-8:after {
    width: 0%;
    height: 2px
}

.btn-8:hover:before {
    height: 100%
}

.btn-8:hover:after {
    width: 100%
}

.btn-8:hover {
    background: 0 0
}

.btn-8 span:hover {
    color: #c797eb
}

.btn-8 span:after, .btn-8 span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: #c797eb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn-8 span:before {
    width: 2px;
    height: 0%
}

.btn-8 span:after {
    height: 2px;
    width: 0%
}

.btn-8 span:hover:before {
    height: 100%
}

.btn-8 span:hover:after {
    width: 100%
}

@media only screen and (max-width: 1200px) {
    .speakers {
        padding: 20px 0
    }

    .program_content-left p {
        font-size: 15px
    }

    .program_content-left h2 {
        font-size: 39px
    }

    .container {
        max-width: 1100px
    }

    .first_items_title h2 {
        font-size: 28px;
        line-height: 35px
    }

    .girl {
        bottom: 148px;
        max-width: 600px
    }
}

@media only screen and (max-width: 992px) {
    .program_content-cards::before {
        bottom: 14px
    }

    .speakers-items-text h3 {
        font-size: 24px
    }

    .program_content-left h2 {
        font-size: 31px;
        line-height: 38px
    }

    .why_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .whi__item {
        width: 33%
    }

    .whi__item::after {
        display: none
    }

    .reviews {
        overflow: hidden
    }

    .socials span {
        display: none
    }

    .rights {
        display: none
    }

    .hidden-rights {
        display: block
    }

    .socials ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__items-item ul li {
        width: 50%
    }

    .footer__items-item {
        text-align: center
    }

    .footer__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .program_content-right_item span {
        font-size: 10px
    }

    .right_text {
        left: 0
    }



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

    .decor {
        display: none
    }

    .form_first {
        position: initial
    }

    .girl {
        position: initial;
        margin: 0 auto;
        padding-top: 20px;
        width: 100%
    }
}

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


    .hero__two-content-text h3 {
        font-size: 32px;
    }

    .checkbox {
        text-align: left;
    }

    .checkbox input {
        height: 9px!important;
    }

    .program_content {
        margin-top: 20px;
    }
    .speaker {
        margin: 50px 0;
    }

    .first_items_title {
        text-align: left;
    }
    .first_items_title p{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }
    .first_items_title span {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        display: flex;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .header-content_items ul {
        display: none;
    }

    .third__content-item {
        width: 100%;
    }
    .third__content {
        flex-direction: column;
    }


    .number__item {
        width: 32%;
    }


    .hero__two-content-text ul li {
        line-height: normal;
        margin: 10px 0;
        margin-right: 12px;
    }



    .organizers__content-top p br {
        display: none;
    }

    .organizers {
        margin: 50px 0;
    }

    .hero__two {
        margin: 50px 0;
    }

    .organizers__content-top p {
        margin: 20px 0;
        width: 100%;

    }
    .organizers__content-top {
        flex-direction: column;
    }

    .program_content-item {
        flex-direction: column;

    }
    .program_first_content-left {
        width: 100%;
        text-align: center;
    }
    .program_first_content {
        flex-direction: column;
    }


    .banner-title ul li  img {
        position: relative;
        top: 6px;
    }


    .why_baner {
        padding: 29px 0;
    }


    .partners {
        padding: 20px 0;
    }

    .partners__content-item-text {
        width: 100%;
    }
    .why_title h3 {
        font-size: 30px;
    }


    .first {
        background-position: 21% 50%;
        min-height: 700px;
    }

    /*.first_items_title p br {*/
    /*    display: none;*/
    /*}*/

    .partners__content-item {
        flex-direction: column;
    }
    .partners__content-item-text {
        padding-left: 0;
    }
    .btn_main {
        width: 90%
    }

    .btn_main::before {
        width: 127%
    }

    .anketa__content {
        width: 100%
    }

    .anketa {
        padding-top: 100px
    }

    .anketa__content {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit
    }

    .anketa {
        min-height: 800px
    }

    .anketa .container {
        min-height: 800px
    }

    .anketa__content h2 {
        font-size: 23px
    }

    .anketa__content h3 {
        font-size: 18px
    }

    .anketa__content p {
        font-size: 13px
    }

    .bot__text {
        width: 100%
    }

    .bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .phones {
        width: 53%
    }

    .image-slider__fraction {
        padding-left: 0
    }

    .reviews {
        overflow: hidden
    }

    .whi__item {
        width: 26%
    }

    .whi__item::after {
        display: none
    }

    .why_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .speakers-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .speakers-items-text {
        width: 100%
    }

    .speakers-items-photo {
        width: 100%
    }

    .program_content-cards {
        min-height: 500px
    }

    .program_btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .program_content-cards {
        width: 100%
    }

    .for_items-item {
        width: 50%
    }

    .for_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .program_content-right {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .program_content-left {
        text-align: center;
        width: 100%
    }

    .program_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-content_items ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-content_items ul li {
        margin: 6px
    }

    /*.header-content_items ul li:first-child  {*/
    /*    display: none*/
    /*}*/

    .header {
        padding: 10px 0;
    }
}

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


    .hero__two-content-text ul li {
        text-align: left;
    }


    .banner-content p {
        line-height: normal;
    }
    .hero__two-gray {
        background: linear-gradient(250deg, #DADADA 1.45%, #EEE 98.55%)!important;
    }

    .hero__two {
        background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);
        border-radius: 30px;
        padding-top: 30px;
    }
    .banner {
        margin: 0;
    }

    .program {
        margin: 50px 0;
    }



    .program_content-item-text ul li {
        padding-left: 72px;
    }


    .program_content-item-text ul li img {
        top: 0;
    }

    .banner-content {
        padding: 30px 15px;
    }

    .program_content-right {
        left: 0;
    }

    .program_first {
        margin: 50px 0;
    }

    .socials {
        width: 100%;
        justify-content: center;
    }
    .footer__items-item ul li {
        width: 23%;
    }

    .socials ul {
        justify-content: center;
    }


    .program_first {
        overflow: hidden;
    }

    .main_title {
        font-size: 36px;
    }

    .hero__two-content {
        text-align: center;
    }
    .hero__two-content {
        padding: 20px;
    }
    .hero {
        width: 100%;
        display: none;
    }
    .hero__two-content-text h3 br {
        display: none;
    }
    .hero__two-mob-image {
        display: block;
        width: 100%;
    }
    .hero__two-content {
        background: transparent;
    }

    .hero__two-btn {
        justify-content: center;
    }

    .number__item {
        width: 100%;
    }
    .program_content-item-text {
        width: 100%;
    }


    .anketa {
        padding-top: 172px;
    }


    .header-content_items ul li {
        font-size: 14px;
    }

    .banner-title ul li {
        width: 100%;
    }
    .banner-title ul li {
        text-align: center;
        margin: 10px 0;
    }
    .banner-title h2 br {
        display: none;
    }

    .program_content-left h2 br {
        display: none;
    }

    /*.title__top {*/
    /*    display: none;*/
    /*}*/


    .partners__content-item p {
        font-size: 16px;
    }

    .partners__content-item ul li {
        font-size: 16px;
        line-height: 22px;
    }

    .partners__content {
        flex-direction: column;
    }
    .partners__content-item {
        width: 100%;
    }
    .bot_block {
        -webkit-transform: inherit !important;
        -ms-transform: inherit !important;
        transform: inherit !important
    }

    .program_content-cards::before {
        bottom: -20px
    }

    .program_content-cards {
        min-height: 670px
    }

    .program_content-card h2 {
        font-size: 29px
    }

    .banner {
        margin: 50px 0
    }

    .hidden-rights p {
        font-size: 14px
    }

    .footer__items-item ul {
        margin: 6px 0
    }

    .footer__items-item span {
        margin: 0
    }

    .phones {
        width: 100%
    }

    .reviews {
        overflow: hidden
    }

    .slider-progressbar {
        margin: 0
    }

    .slider-progressbar {
        height: 7px
    }

    .slider-progressbar {
        width: 100%
    }

    .reviews-title {
        text-align: center
    }

    .reviews-title h2 {
        font-size: 30px;
        margin: 0
    }

    .reviews-title p {
        font-size: 14px
    }

    .reviews-title p br {
        display: none
    }

    .reviews {
        min-height: 886px
    }

    .swiper-navigation {
        bottom: -53px;
        width: 100%;
        left: 0
    }

    .reviews-slider_item {
        margin: 0
    }

    .whi__item h4 {
        font-size: 12px;
        line-height: 17px
    }

    .why_title {
        text-align: center
    }

    .why_title h2 {
        font-size: 30px
    }

    .why_title p {
        font-size: 14px
    }

    .whi__item {
        width: 50%
    }

    .speakers-items-text p {
        font-size: 14px
    }

    .speakers-items-text p br {
        display: none
    }

    .speakers-items-text p {
        margin-top: 10px
    }

    .speakers-items-text h3 {
        font-size: 20px
    }

    .speakers-title h2 {
        font-size: 30px;
        margin: 0
    }

    .banner-title p {
        padding: 0 42px
    }

    .iti__selected-flag {
        height: 56px!important;
    }

    .banner::after {
        top: inherit;
        bottom: 0
    }

    .banner-title p {
        font-size: 16px;
        line-height: 20px
    }

    .banner-title h2 {
        font-size: 30px
    }

    .banner::after {
        width: 167px;
        height: 167px
    }

    .banner-title ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .banner-btn {
        min-height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

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

    .banner-btn {
        width: 100%
    }

    .banner-title {
        width: 100%;
        text-align: center
    }

    .banner_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        /*background-image: url(../img/banner-mob.png)*/
    }


    .program_content-left {
        z-index: 9999
    }

    .program_content-left h2 {
        position: relative;
        z-index: 999
    }

    .program_content-cards::after {
        top: -307px;
        width: 148px;
        right: inherit;
        left: -48px;
        height: 148px
    }

    .program_content-card {
        padding: 20px
    }

    .program_btns a {
        padding: 25px 10px;
        width: 100%
    }

    .for {
        padding: 30px 0;
        background-position: 73% 37%
    }

    .for_title h2 {
        font-size: 30px;
        line-height: 37px;
        text-align: center
    }

    .for_items-item {
        width: 100%;
        margin: 0
    }

    .program_content-left p {
        padding: 0 20px
    }

    .program_content-right_item span {
        font-size: 16px
    }

    .program_content-right_item span br {
        display: none
    }

    .program_btns a {
        font-size: 17px
    }

    .program_content-card ul li {
        font-size: 16px
    }

    .program_content-left p {
        font-size: 16px
    }

    .for_items-item p {
        font-size: 16px
    }

    .for_items-item p br {
        display: none
    }

    .program_content-right::before {
        left: initial;
        right: -52px
    }

    .program_content-right::after {
        right: inherit;
        left: -50px;
        top: -28px
    }

    .program {
        overflow: hidden
    }



    .program_content-left h2 {
        font-size: 30px;
        line-height: 38px
    }

    .program {
        padding:  0
    }

    .program_content-right_item {
        width: 100%;
        height: fit-content;
        position: relative;
        padding-left: 80px;
    }
    .program_content-right_item p {
        position: absolute;
        left: 20px;
        top: 30px;
    }

    .red-bg {
        top: 0;
        right: -20px
    }

    .program_content-right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .girl {
        padding-left: 20px;
        padding-right: 20px
    }

    .first_items_title h2 {
        font-size: 30px;
        line-height: 90%;
        /*font-size: 30px;*/
        /*line-height: 33px;*/
        margin: 0;
    }
   
    .first_items_title h2 br {
        display: none;
    }
    .right_text {
        margin-top: 0!important;
    }

    .first_items_title p {
        /*display: none;*/
        font-size: 20px;
        margin-bottom: 10px;

    }
    .guide {
        display: none;
    }
     .first_items_title p br {
         display: none;
    }

    .why_items {
        justify-content: center;
    }

    .first_items {
        padding-top: 75px
    }

    .first {
        background-image: url("../img/mob-bg.png");
        /*background: linear-gradient(250deg, #750117 1.45%, #E70000 98.55%);*/
        padding-bottom: 30px;
        /*background-image: url("../img/mob-bg.png");*/
    }
    .header-content_items ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header-content_items ul li {
        margin: 6px
    }

    /*.header-content_items ul li:first-child {*/
    /*    display: none*/
    /*}*/

    .header-content{
        flex-direction: column;

        gap: 10px;
    }
    .header-content_logo{
        display: flex;
        justify-content: center;
    }
.header-content_items ul{
    flex-direction: row;
    padding-bottom: 10px;
}



}

@media only screen and (max-width: 440px) {
    .container {
        max-width: 100%
    }
}

