@charset "UTF-8";
@font-face {
    font-family: Mak;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Mak/mak-2.eot);
    src: url(../fonts/Mak/mak-2.eot?#iefix) format("embedded-opentype"), url(../fonts/Mak/mak-2.woff) format("woff"), url(../fonts/Mak/mak-2.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: #666;
    opacity: 1
}

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

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

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

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

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

.bottom-present-mob {
    display: none;
}

body, html {
    height: 100%
}

.form--white form input[type="email"]::-webkit-input-placeholder {
    color: #fff !important
}
.form--white input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}
.form--white input {
    color: #fff !important
}

.form-red input {
    color: #fff!important;
}
.form-red input[type="email"]::placeholder {
    color: #fff;
    opacity: 1;
}

.form--white form input[type=email] {
    color: #fff !important
}
.form--white form input[type=email] {
    color: #fff !important
}

.form--white form input[type=email]::-webkit-input-placeholder {
    color: #fff
}

.form--white form input[type=email]::-moz-placeholder {
    color: #fff
}

.form--white form input[type=email]:-ms-input-placeholder {
    color: #fff
}

.form--white form input[type=email]::-ms-input-placeholder {
    color: #fff
}

.form--white form input[type=email]::placeholder {
    color: #fff
}
/*.form_content form input[type=email] {*/
/*    color: #fff !important*/
/*}*/

/*.form_content form input[type=email]::-webkit-input-placeholder {*/
/*    color: #fff*/
/*}*/

/*.form_content form input[type=email]::-moz-placeholder {*/
/*    color: #fff*/
/*}*/

/*.form_content form input[type=email]:-ms-input-placeholder {*/
/*    color: #fff*/
/*}*/

/*.form_content form input[type=email]::-ms-input-placeholder {*/
/*    color: #fff*/
/*}*/

/*.form_content form input[type=email]::placeholder {*/
/*    color: #fff*/
/*}*/

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: "Golos Text", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

.main_title span {
    color: #e70000
}

.btn__main {
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    z-index: 999
}

.btn__main a {
    max-width: 426px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 10px 20px;
    width: 100%;
    background: #e70000;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    display: block;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px
}

.main_sbttl {
    margin: 10px auto;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    z-index: 999
}

form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 20px
}

form input[type=checkbox], form input[type=email], 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] {
    padding: 12px 16px;
    color: #fff;
    width: 100%;
    max-width: 330px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff
}

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

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

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

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

form input[type=tel]::placeholder, form input[type=text]::placeholder {
    color: #fff
}

form input[type=tel]:focus, form input[type=text]:focus {
    outline: 0;
    border-color: rgba(255, 255, 255, .8)
}

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

form label {
    color: #fff;
    font-size: 14px;
    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] {
    background: -webkit-gradient(linear, left top, right top, from(#d40000), to(#8c0000));
    background: linear-gradient(90deg, #d40000, #8c0000);
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 14px 50px;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

form button[type=submit]:hover, form input[type=submit]:hover {
    background: -webkit-gradient(linear, left top, right top, from(#b30000), to(#730000));
    background: linear-gradient(90deg, #b30000, #730000)
}

.iti {
    max-width: 330px;
    width: 100%
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px
}

.checkbox a {
    text-decoration: none;
    color: #222;
    margin-left: 10px
}

.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: #e70000;
    color: #fff
}

::selection {
    background-color: #e70000;
    color: #fff
}

.container {
    max-width: 1280px;
    margin: 0 auto
}

.header {
    position: absolute;
    min-height: 100px;
    top: 0;
    right: 0;
    left: 0;
    padding: 32px 0;
    z-index: 99;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.header__content-menu p {
    text-align: right;
    color: #fff;
    font-size: 28px;
    margin: 0;
    line-height: normal;
    font-weight: 500;
}

.header__content-menu  ul {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.header__content-menu  ul li {
    margin-right: 10px;
}

.header__content-menu  ul li {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 5px 10px
}

.header__content-menu  ul li  img {
    margin-right: 10px
}

.header__content-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first {
    background-image: url(../img/1_blok.png);
    width: 100%;
    background-size: cover;
    padding-bottom: 60px;
    background-position: 50% 50%
}

.form-vertical {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.form-vertical input {
    width: 100%;
    max-width: 400px !important;
    margin: 10px 0
}

.form-vertical button {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
    background: #fff !important;
    color: #e70000 !important
}

.form-vertical .iti {
    max-width: 400px
}

.reviews__slider {
    position: relative;
    margin-top: 50px
}

.slide-big {
    width: 64% !important;
    height: 430px !important
}

.slide-medium {
    width: 34% !important;
    height: 405px
}

.slide-small {
    width: 33% !important
}

.reviews-slider_btns {
    position: absolute;
    bottom: -60px;
    width: 15%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.swiper-button-next:after {
    content: url(../img/next.png) !important
}

.swiper-button-prev:after {
    content: url(../img/prev.png) !important
}

.advantages {
    margin: 100px 0
}

.form_content {
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    z-index: 999
}

.form_content form {
    margin-top: 0
}

.form_content form input {
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, .2) !important;
    background: rgba(255, 255, 255, .3) !important;
    color: #fff;
    max-width: 310px
}

.form_content form input[type=email], .form_content form input[type=tel], .form_content form input[type=text] {
    padding: 12px 16px;
    color: #fff !important;
    width: 100%;
    max-width: 310px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
    border-radius: 8px;
    border: 1px solid #eee;
    background: #fff
}

.form_content form input [type=email]::-webkit-input-placeholder, .form_content form input[type=tel]::-webkit-input-placeholder, .form_content form input[type=text]::-webkit-input-placeholder {
    color: #fff !important
}

.form_content form input [type=email]::-moz-placeholder, .form_content form input[type=tel]::-moz-placeholder, .form_content form input[type=text]::-moz-placeholder {
    color: #fff !important
}

.form_content form input [type=email]:-ms-input-placeholder, .form_content form input[type=tel]:-ms-input-placeholder, .form_content form input[type=text]:-ms-input-placeholder {
    color: #fff !important
}

.form_content form input [type=email]::-ms-input-placeholder, .form_content form input[type=tel]::-ms-input-placeholder, .form_content form input[type=text]::-ms-input-placeholder {
    color: #fff !important
}

.form_content form input [type=email]::placeholder, .form_content form input[type=tel]::placeholder, .form_content form input[type=text]::placeholder {
    color: #fff !important
}

.form_content form input[type=checkbox] {
    accent-color: red
}

.form_content form .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17% !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.form_content form .checkbox a {
    color: #fff;
    text-align: left;
    font-size: 12px;
    margin-left: 10px;
    line-height: 12px
}

.form_content form .iti {
    max-width: 310px !important
}

.form_content form .iti--separate-dial-code .iti__selected-dial-code {
    color: #fff !important
}

.form_content form button {
    background: #fff !important;
    color: #e70000 !important
}

.first__content {
    padding-top: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.first__content-form {
    border-radius: 30px;
    padding: 30px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    margin-top: 60px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.first__content-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0
}

.first__content-form form input {
    max-width: 700px;
    margin: 5px 0;
    border-radius: 20px !important;
    border: 1px solid #dadada !important;
    background: rgba(255, 255, 255, .7) !important
}

.first__content-form form input[type=checkbox] {
    accent-color: red
}

.first__content-form form button {
    max-width: 700px;
    width: 100%;
    margin-top: 10px
}

.first__content-form form .iti {
    max-width: 700px;
    margin-top: 5px
}

.first__content-title h2 {
    margin: 0;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px
}

.first__content-title h2 span {
    color: #e70000
}

.first__content-title p {
    font-size: 36px;
    line-height: normal;
    font-style: normal;
    font-weight: 400;
    margin: 30px 0
}

.first__content-title {
    width: 50%
}

.first__content__image {
    width: 46%
}

.padding_left {
    padding-left: 40px
}

.third__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    position: relative
}

.third__content-item {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    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
}

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

.text-left {
    text-align: left
}

.banner {
    margin: 100px 0
}

.banner-content {
    background-image: url(../img/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
}

.advantages__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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
}

.footer {
    margin-top: 50px;
    position: relative
}

.footer:after {
    content: url(../img/decor2.svg);
    position: absolute;
    bottom: 0;
    right: 0
}

.footer_content-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
    z-index: 999
}

.footer_content-top h3 {
    text-align: left;
    font-size: 20px;
    color: #222!important;
    font-weight: 400;
}

.footer_content-top p {
    font-size: 36px;
    font-weight: 500;
    margin: 10px 0;
}

.footer_content-top p span {
    color: #e70000
}

.footer_content-top ul {
    padding-left: 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.footer_content-top ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 10px
}

.footer_content-top ul li img {
    margin-right: 10px
}

.footer_content-bottom {
    margin-top: 100px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999
}

.footer_content-bottom-logo {
    text-align: left
}

.footer_content-bottom-logo p {
    font-size: 12px;
    margin: 0
}

.footer_content-bottom-rights {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer_content-bottom-rights p {
    font-size: 16px;
    margin-right: 10px;
    line-height: normal
}

.footer_content-bottom-rights ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_content-bottom-rights ul li {
    list-style: none;
    margin: 0 5px
}
.footer_content .form_content form {
    justify-content: space-around!important;
    align-items: center;
}
.footer_content .form_content form .iti {
    max-width: 230px!important;
}
.footer_content .form_content form input {
    max-width: 230px!important;
}
.thank {
    background-image: url(../img/1_blok.png);
    min-height: 100vh;
    padding-top: 100px;
    background-size: cover;
    background-position: 50% 50%
}

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

.thank__content-text {
    width: 50%
}

.thank__content-text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #222;
    line-height: normal
}

.thank__content-text p img {
    margin-right: 10px
}

.thank__content-text h3 {
    line-height: 100%;
    color: #222;
    font-size: 76px;
    font-weight: 600;
    font-style: normal
}

.thank__content-text h3 span {
    color: #e70000
}

.thank__content-text a {
    background: #e70000;
    border-radius: 12px;
    padding: 20px 65px;
    text-decoration: none;
    color: #fff;
    margin-top: 50px;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#mobileHeader.fixed {
    position: fixed;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.hero__two {
    margin: 100px 0
}

.hero__two-content {
    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
}

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

.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-list {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 830px;
    margin-top: 37px;
}

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

.hero__two-content-list li img {
    margin-right: 10px
}

.hero__two-mob-image {
    display: none
}

.hero__two-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    display: block;
    color: #e70000;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

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

    padding: 20px;

}

/* Inputs */

.hero-form .iti {
    max-width: 500px!important;
}
.hero-form .form__input {
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    max-width: 500px!important;
    border: 1px solid #fff;
    padding: 0 16px;
    border-radius: 16px;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 16px;
    outline: none;
    backdrop-filter: blur(4px);
}

.hero-form .form__input::placeholder {
    color: rgba(255,255,255,0.8);
}

/* Focus эффект */
.hero-form .form__input:focus {
    background: rgba(255,255,255,0.25);
}

/* Checkbox */
.hero-form .checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px;
    font-size: 14px;
    color: #fff;
}

.hero-form .checkbox input {
    width: 16px;
    height: 16px;
    accent-color: #fff;
    cursor: pointer;
}

.hero-form .checkbox a {
    color: #fff;
    text-decoration: underline;
}

/* Button */
.hero-form .form__submit {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 20px;
    background: #fff;
    color: #d60000;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

.hero-form .form__submit:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 480px) {

    .hero-form {
        margin: 20px 0!important;
    }
    .hero-form .iti {
        margin: 0;
    }
    .hero-form {
        padding: 15px;
    }

    .hero-form .form__input {
        height: 50px;
        font-size: 14px;
    }

    .hero-form .form__submit {
        height: 54px;
        font-size: 16px;
    }
}


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

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

.organizers__content-top {
    margin: 50px 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    font-size: 20px;
    font-weight: 400
}

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

.number__item {
    width: 30%;
    text-align: center;
    padding: 20px
}

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

.stars_reviews_slider {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px
}

.stars_reviews_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px
}

.stars_review {
    width: 17%;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    cursor: pointer;
    text-align: center
}

.stars_review h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: normal
}

.stars_review img {
    width: 100%
}

.stars_review:before {
    content: url(../img/icons/6.svg);
    position: absolute;
    bottom: 14%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    z-index: 999
}

.stars_review:hover:before {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    -ms-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5)
}

.review-thumb {
    position: relative;
    display: block;
    padding: 0;
    border: 0;
    background: 0 0;
    cursor: pointer
}

.review-thumb img {
    width: 100%;
    display: block;
    border-radius: 24px
}

.modal {
    position: fixed;
    inset: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100000
}

.modal[aria-hidden=false] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal[aria-hidden=true] {
    display: none !important
}

.modal__dialog {
    position: relative;
    background: #fff;
    max-width: 600px;
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    min-height: 500px;
    text-align: center;
    overflow: hidden
}

.modal__dialog:after {
    content: url(../img/reviews/decor.svg);
    position: absolute;
    right: 0;
    bottom: 0
}

.modal__dialog--video {
    position: relative;
    width: min(92vw, 960px);
    aspect-ratio: 16/9;
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal__close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: 0 0;
    border: 0;
    font-size: 22px;
    cursor: pointer;
    z-index: 2
}

.modal__dialog--video .video-iframe, .modal__dialog--video .video-native {
    position: absolute;
    inset: 0;
    z-index: 1
}

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99999
}

.modal__hero {
    position: relative;
    width: 280px;
    margin: 12px auto 20px;
    z-index: 999
}

.modal__hero img {
    width: 100%;
    display: block;
    border-radius: 24px
}

.modal__hero .thumb-play {
    position: absolute;
    left: 50%;
    bottom: 16%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .18);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .18)
}

.modal__hero .thumb-play::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
    border-left: 14px solid #0a0a0a;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent
}

.video-iframe iframe, .video-native video {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

.modal__title {
    position: relative;
    z-index: 999
}

.modal__text {
    position: relative;
    z-index: 999
}

.participants {
    margin: 100px 0;
    overflow: hidden
}

.participants-swiper .swiper-pagination {
    bottom: -40px !important
}

.swiper-pagination-bullet-active {
    background: #e70000 !important;
    width: 30px !important;
    border-radius: 4px !important
}

.products__slider .swiper-pagination {
    bottom: 10px !important
}

.products__slider {
    margin: 100px 0
}

.products__slide {
    text-align: center;
    border-radius: 15px;
    border: 1px solid #dadada;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .2);
    position: relative;
    z-index: 999
}

.products__slide span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px auto;
    border: 1px solid silver;
    font-style: normal;
    font-weight: 400
}

.products__slide p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400
}

.stars_reviews {
    margin: 100px 0
}

.reviews_slider {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999;
    gap: 30px
}

.reviews_slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 999
}

.review {
    width: 17%;
    position: relative;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 492px
}

.review h3 {
    margin: 0;
    margin-top: 30px;
    font-size: 32px;
    font-weight: 500;
    line-height: normal
}

.review img {
    width: 100%
}

.review:before {
    content: url(../img/icons/7.svg);
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    z-index: 999
}

.review:hover:before {
    -webkit-transform: translate(-50%, 0) scale(1.5);
    -ms-transform: translate(-50%, 0) scale(1.5);
    transform: translate(-50%, 0) scale(1.5)
}

.reviews h2 {
    text-align: center;
    margin-bottom: 50px
}

.yt-modal {
    position: fixed;
    inset: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1000
}

.yt-modal.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.yt-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6)
}

.yt-modal__dialog {
    position: relative;
    width: min(960px, 92vw);
    background: 0 0
}

.yt-modal__close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #000;
    font-size: 22px;
    line-height: 1
}

.yt-modal__close:hover {
    background: #222;
    color: #fff
}

.yt-modal__frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}

.yt-modal__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px
}

.review[role=button] {
    cursor: pointer
}

.review:focus {
    outline: 2px solid #222;
    outline-offset: 2px
}

/*first__v3*/
.first__v3 {
    position: relative;
    background-image: url("../img/first__v3/1.png");
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 30px;
    /*min-height: 100vh;*/

}
.first__v3-top {
    padding-top: 150px;
    position: relative;
    min-height: 700px;

    text-align: left;

}
.first__v3-top p {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: normal;
    margin-bottom: 20px;
}
.container_v3 {
    max-width: 1440px!important;
}
.first__v3-top .girl {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-45%);
    width: 32%;
}
.first__v3-top h2 {
    font-size: 70px;

    color: #fff;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    line-height: 100%;
    margin: 40px 0;
}
.first__v3-form p {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    top: -50px;
    left: 0;
}
.first__v3-form {
    position: relative;
}
.first__v3-form .form_content {
    background: rgba(255, 255, 255, 0.30)!important;
    backdrop-filter: blur(3px);
}
.center {
    position: relative;
    left: 14%;
}
.bottom2 {
    position: relative;
    left: 8%;
}
.first__v3-top_sbttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 40px;
}
.first__v3-top_sbttl h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    line-height: 112%;
    margin: 0;
    margin-left: 10px;
}
.first__v3-top_sbttl ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    height: fit-content;
}
.first__v3-top_sbttl ul li {
    list-style: none;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-right: 17px;
}
.first__v3-top_sbttl img {
    max-width: 140px;
}

.header__content-logo a img {
    max-width: 200px;

}
@media only screen and (min-width: 1600px) {

    .header__content-logo a img {
        max-width: 300px;
    }

    .first__v3-top {
        padding-top: 170px;
    }

    .header__content-menu ul li {
        font-size: 24px;
    }

    .container_v3 {
        max-width: 1600px!important;
    }


    .first__v3-top h2 {
        font-size: 96px;

        color: #fff;
        font-weight: 500;
        margin: 0;
        line-height: normal;
        line-height: 100%;
        margin: 60px 0;
    }
    .first__v3-top {
        min-height: 800px
    }
    .first__v3-top .girl {
        width: 30%
    }
}
@media only screen and (max-width: 1440px){
    .container_v3 {
        max-width: 1350px !important;
    }
    .first__v3-top h2 {
        font-size: 68px;
    }
}
@media only screen and (max-width: 1300px){
    .container_v3 {
        max-width: 1280px !important;
    }
    .first__v3-top h2 {
        font-size: 68px;
    }
}
@media only screen and (max-width: 1200px){
    .container_v3 {
        max-width: 1180px !important;
    }
}
@media only screen and (max-width: 1024px){

}
@media only screen and (max-width: 992px){
    .header {
        display: none;
    }
    .first__v3 {
        display: none;
    }
}

    /*first__v3*/
.first__v2 {
    width: 100%;
    display: none;
    position: relative;
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    min-height: 90vh
}

.decor {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%
}

.first__v2-content {
    width: 38%
}

.first__v2_peoples {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.first__v2__text {
    position: relative;
    z-index: 99;
    padding-top: 120px
}

.first__v2__text ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

    margin: 20px 0
}

.first__v2__text ul li {
    border-radius: 20px;
    border: 1px solid #fff;
    padding: 5px 10px;


    list-style: none;
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
    position: relative
}

.first__v2__text ul li img {
    position: relative;
    top: 4px
}

.first__v2__text h2 {
    font-size: 50px;
    color: #fff;
    font-style: normal;
    margin: 0;
    line-height: normal;
    font-weight: 600
}

.first__v2__text p {
    color: #fff;
    font-weight: 400;
    font-size: 24px
}

.first__v2-form {
    width: 100%;
    background: 0 0;
    padding: 0;
    border: none
}

.first__v2-form input {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.first__v2-form button {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);


    border-radius: 20px!important;
    background: #E70000!important;

    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    color: #fff !important;
    font-weight: 600
}

.expectations {
    margin: 100px 0
}

.expectations__content-top {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.expectations__content-top-items {
    width: 65%
}

.expectations__content-top-items ul {
    padding-left: 80px
}

.expectations__content-top-items ul li {
    list-style: none;
    position: relative;
    margin: 30px 0
}

.expectations__content-top-items ul li img {
    position: absolute;
    left: -73px;
    top: 0
}

.expectations__content-top-items ul li h3 {
    font-size: 20px;
    margin: 0;
    font-style: normal;
    font-weight: 500
}

.expectations__content-top-items ul li p {
    font-size: 18px;
    margin: 0;
    font-style: normal;
    font-weight: 400
}

.expectations-photo {
    width: 30%;
    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
}

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

.expectations__content-bottom-item {
    width: 32%;
    padding: 10px
}

.expectations__content-bottom-item h3 {
    font-size: 36px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px
}

.expectations__content-bottom-item h3 span {
    color: #e70000;
    font-weight: 500;
    font-size: 36px;
    display: inline
}

.expectations__content-bottom-item span {
    font-size: 20px;
    display: inline-block;
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.expectation-decor {
    padding: 30px;
    position: relative;
    border-radius: 12px;
    border: 1px solid #dadada;
    background: #fff;
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.expectation-decor:after {
    content: url(../img/expectations/decor.svg);
    position: absolute;
    bottom: 0;
    right: 0
}

.expectation-decor img {
    margin-bottom: 40px
}

.expectation-decor h5 {
    font-size: 20px;
    margin: 0;
    font-style: normal;
    line-height: normal;
    font-weight: 600
}

.expectation-decor p {
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    margin: 10px 0;
    font-weight: 400
}

.thank_page {
    width: 100%;
    min-height: 90vh;
    position: relative;
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
}

.decor {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%
}

.thank_page-content {
    width: 38%
}

.thank_page_peoples {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.thank_page__text {
    position: relative;
    z-index: 99;
    padding-top: 80px
}

.thank_page__text ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    margin: 20px 0
}

.thank_page__text ul li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
    position: relative
}

.thank_page__text ul li img {
    position: relative;
    top: 4px
}

.thank_page__text h2 {
    font-size: 50px;
    color: #fff;
    line-height: normal;
    font-style: normal;
    margin: 0;
    line-height: normal;
    font-weight: 600
}

.thank_page__text p {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: normal
}

.thank_page-form {
    width: 100%;
    background: 0 0;
    padding: 0;
    border: none
}

.thank_page-form select {;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .3);
    width: 100%;
    margin: 5px 0;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    height: 50px
}

.thank_page-form select option {
    color: #000;
}

.thank_page-form button {
    -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .2);
    background: #fff !important;
    color: #e70000 !important;
    font-weight: 600
}

.thank_page-form .item {
    width: 100%
}

.footer_thank:after {
    display: none
}
.footer_thank .footer_content-bottom{
    margin-top: 0!important;
}
.widget_page {
    width: 100%;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    padding-top: 100px;
    overflow: hidden
}

.widget_page-content {
    position: relative;
    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
}

.widget__text {
    position: relative;
    z-index: 99;
    padding-top: 120px
}

.widget__text ul {
    padding-left: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 20px;
    margin: 20px 0
}

.widget__text ul li {
    list-style: none;
    font-size: 16px;
    color: #fff;
    margin-right: 18px;
    position: relative
}

.widget__text ul li img {
    position: relative;
    top: 4px
}

.widget__text h2 {
    font-size: 50px;
    color: #fff;
    line-height: normal;
    font-style: normal;
    margin: 0;
    line-height: normal;
    font-weight: 600
}

.widget__text p {
    color: #fff;
    font-weight: 400;
    font-size: 24px
}

@media only screen and (min-width: 1550px) {
    .container {
        max-width: 1280px
    }
}

@media only screen and (max-width: 1300px) {
    .container {
        max-width: 1223px
    }
}

@media only screen and (max-width: 1200px) {
    .container {
        max-width: 1024px
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media only screen and (max-width: 820px) {
    .container {
        max-width: 790px
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 740px
    }
}

@media only screen and (max-width: 600px) {
    .container {
        max-width: 540px
    }
}

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

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

@media only screen and (max-width: 414px) {
    .container {
        max-width: 375px
    }
}

@media only screen and (max-width: 390px) {
    .container {
        max-width: 350px
    }
}

@media only screen and (max-width: 375px) {
    .container {
        max-width: 345px
    }
}

@media only screen and (max-width: 360px) {
    .container {
        max-width: 340px
    }
}

@media only screen and (min-width: 1800px) {
    .thank_page-content {
        padding-bottom: 177px
    }

    .thank_page-content {
        width: 47.5%
    }

    .thank_page__text h2 {
        font-size: 64px
    }

    .first__v2-content {
        padding-bottom: 177px
    }

    .first__v2-content {
        width: 47.5%
    }

    .first__v2 {
        min-height: 77vh !important
    }

    .first__v2__text h2 {
        font-size: 64px
    }
}

@media only screen and (min-width: 1550px) {
    .expectations__content-top h3 {
        font-size: 24px
    }

    .expectations__content-top p {
        font-size: 20px
    }

    .first__v2 {
        min-height: 85vh
    }

    .stars_review h3 {
        font-size: 32px
    }
}

@media only screen and (max-width: 1200px) {
    .thank_page_peoples {
        display: none
    }

    .first__v2-content {
        width: 53%
    }

    .thank_page-content {
        width: 53%
    }

    .first__v2_peoples {
        display: none
    }

    .thank_page-content {
        padding-bottom: 160px
    }

    .first__v2-content {
        padding-bottom: 160px
    }

    .organizers__content-top p br {
        display: none
    }

    .thank__content-text h3 {
        font-size: 68px
    }

    .thank__content-text p img {
        max-width: 280px
    }

    .footer_content-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-wrap: wrap;
        justify-content: space-around;
    }


    .footer {
        margin-top: 100px
    }

    form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form_content form .checkbox {
        width: 25% !important
    }

    .third__content-item-img {
        width: 44%
    }

    .banner-content {
        padding: 30px
    }

    .first__content-title {
        width: 57%
    }

    .first__content__image {
        display: none
    }

    .thank__content-text h3 {
        font-size: 68px
    }

    .thank__content-text p img {
        max-width: 280px
    }
}

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

    .stars_reviews {
        overflow: hidden;
    }

    .first__v2 {
        display: block;
        overflow: hidden;

    }
    .review h3 {
        font-size: 22px;
    }
    .first__content-form-content p {
        color: #fff
    }
    .first__v2-content {
        width: 100%;
    }
    .first__v2__text {
        text-align: center;
    }
    .first__v2__text ul {
        margin: 20px auto;
    }
    .first__v2__text ul li {
        margin-right: 0;
    }
    .first__content-form form {
        align-items: center;
    }
    .expectations__content-top {
        flex-direction: column;
    }
    .thank__content-text a {
        margin-top: 20px
    }

    .thank__content-text {
        width: 100%
    }

    .thank__content-bot {
        text-align: center
    }

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

    .advantages {
        margin: 60px 0
    }

    .advantages__item {
        width: 30%;
        margin: 10px 0
    }

    .advantages__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .third__content-item-text ul li {
        text-align: center
    }

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

    .faces-mob {
        max-width: 300px;
        margin: 20px auto
    }

    .text-left, .text-right {
        text-align: center
    }

    .third__content-item {
        width: 100%
    }

    .third__content {
        -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
    }

    .third__content-item {
        margin-top: 0
    }

    .third__content-item-text {
        width: 100%
    }

    .faces-mob {
        display: block;
        width: 100%
    }

    .program_content-item-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .padding_left {
        padding-left: 0
    }

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

    .main_title {
        font-size: 40px
    }

    .header__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header__content-logo {
        display: none
    }

    .header__content-menu nav ul li {
        width: 50%
    }

    .first__content-title {
        width: 100%
    }

    .thank__content-text a {
        margin-top: 20px
    }

    .thank__content-text {
        width: 100%
    }

    .thank__content-bot {
        text-align: center
    }

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

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

    .footer_content-top-title {
        width: 49%;
    }

    .bottom-present-mob {
        display: block;
    }
    .bottom-present-desk {
        display: none;
    }
    .thank_page_peoples {
        display: block
    }

    .thank_page__text {
        padding-top: 40px
    }

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

    .thank_page_peoples {
        position: inherit;
        width: 100%;
        right: -6px
    }

    .thank_page-content {
        width: 100%;
        padding-bottom: 50px
    }

    .first__v2-content {
        width: 70%;
        padding-bottom: 50px
    }

    .hero__two-content-text br {
        display: none
    }

    .hero {
        display: none
    }

    .advantages__item {
        width: 50%
    }

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

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

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


    .footer_content .form_content form .iti {
        max-width: 400px!important;
    }
    .footer_content .form_content form input {
        max-width: 400px!important;
    }

    .footer_content .form_content form button {
        width: 100%!important;
    }
    .first__v2-content {
        padding-bottom: 20px;
    }

    .decor {
        width: 183%;
    }
    .first__v2__text {
        position: relative;
    }
    .girl-mob {
        position: relative;
        min-height: 270px;
    }
    .girl-mob img {
        position: absolute;
        right: -15px;
        bottom: 0px;
    }
    .present {
        position: absolute;
        top: 38px;
        left: 0;
        z-index: 10;
    }
    .first__v2-content .first__content-form {
        margin-top: 0;
    }

    .hero__two-content-text ul li {
        text-align: left;
        font-size: 16px;
        margin: 10px 0;
    }
    .thank_page {
        overflow: hidden
    }

    .thank_page-form select {
        height: 50px;
    }

    .form_content form .checkbox button {
        width: 100%
    }

    .form_content form input[type=email] {
        margin-top: 15px;
        color: #fff !important
    }

    .form_content form input[type=email]::-webkit-input-placeholder {
        color: #fff
    }

    .form_content form input[type=email]::-moz-placeholder {
        color: #fff
    }

    .form_content form input[type=email]:-ms-input-placeholder {
        color: #fff
    }

    .form_content form input[type=email]::-ms-input-placeholder {
        color: #fff
    }

    .form_content form input[type=email]::placeholder {
        color: #fff
    }

    .first__v2 {
        overflow: hidden
    }

    .expectations__content-top-items ul li h3 {
        line-height: normal
    }

    .expectations__content-bottom-item {
        margin: 10px 0
    }

    .expectations__content-bottom-item h3 {
        font-size: 32px
    }

    .expectations__content-bottom-item h3 br {
        display: none
    }

    .expectations__content-bottom-item {
        width: 100%
    }

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

    .expectations-photo {
        width: 100%
    }

    .expectations__content-top-items {
        width: 100%
    }

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

    .first__v2 {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .thank_page {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .first__v2__text {
        padding-top: 20px
    }
    .first__v2__text p {
        font-size: 20px;
        font-weight: 400;
        line-height: 120%;
        margin: 0;
    }
    .line {
        display: block;
        height: 1px;
        width: 100%;
        background: #fff;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .first__v2__text .logo {
        max-width: 124px;
    }
    .first__v2-form .first__content-form-content {
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.30);
        backdrop-filter: blur(3px);
        padding: 10px 15px;
        padding-bottom: 15px;
    }

    .first__v2-form  .iti {
        margin: 5px 0;
    }
    .first__content-form-content p {
        margin: 0;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
    }
    .first__v2__text h2 {
        font-size: 36px;
        margin: 20px 0;
        text-align: left;
        line-height: 100%;
        font-weight: 500;
    }

    .first__v2__text ul {

        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        align-items: flex-start;
        margin: 0;
    }
    .first__v2__text ul li img {
        top: 0;
        max-width: 15px;
        margin-right: 10px;
    }
    .first__v2__text ul li {
        font-size: 14px;
        display: flex;
        align-items: center;
        border: none;
        padding: 0;
    }

    .first__v2__text {
        text-align: center;
    }
    .first__v2__text p {
        text-align: left;
    }

    .first__v2__text p {
        line-height: 100%;
    }

    .first__v2__text ul li {
        margin-right: 0;
    }

    .first__v2-content {
        width: 100%
    }

    .thank_page-content {
        width: 100%
    }

    .thank_page .decor {
        width: 100%
    }

    .hero__two-content-text ul {-webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
    }

    .third__content-item {
        margin: 20px 0
    }

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

    .banner-content {
        border: 0
    }

    .hero__two {
        padding-bottom: 0 !important;
        border-radius: 30px
    }

    .hero__two-mob-image {
        display: block;
        width: 100%
    }

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

    .hero__two-btn span {
        margin-left: 0;
        margin-top: 30px
    }

    .footer_content-top ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_content-top p {
        text-align: left;
        line-height: normal;
        font-size: 24px;
    }
    .footer_content-top p br {
        display: none;
    }

    .stars_reviews_slider .swiper-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .stars_reviews .swiper-pagination {
        bottom: -30px !important
    }

    .review-thumb {
        display: inline-block
    }

    .products__slider .swiper-pagination {
        bottom: 52px !important
    }

    .number__item {
        width: 100%
    }

    .organizers__content-top p {
        width: 100%;
        line-height: normal;
        margin: 20px 0
    }

    .organizers__content-top {
        -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
    }

    .hero__two-content {
        padding: 0
    }

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

    .hero__two-content {
        background: 0 0
    }

    .hero__two-content-text {
        text-align: center
    }

    .hero__two-content-text h3 {
        line-height: normal
    }

    .third__content-item-img {
        width: 100%
    }

    .banner {
        border: 1px solid #dadada;
        border-radius: 30px
    }

    .banner-content p {
        line-height: normal
    }

    .btn__main a {
        max-width: 285px
    }

    .main_sbttl {
        line-height: normal
    }

    .header__content-menu nav ul {
        margin: 23px 0
    }

    .header__content-menu {
        width: 100%
    }

    .stars_reviews_slider .swiper-wrapper {
        gap: 0
    }

    .stars_reviews {
        overflow: hidden
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important
    }

    .card__title {
        font-size: 18px !important
    }

    .participants .swiper-slide {
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .card__image {
        height: 200px !important
    }

    .card__logo {
        height: 30px !important
    }

    #mobileHeader.fixed {
        position: fixed;
        background: #fff;
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        z-index: 9999
    }

    #mobileHeader {
        -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
    }

    .header {
        min-height: 79px
    }

    .thank__content-text p {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .thank__content-text p img {
        max-width: 146px
    }

    .thank__content-text a {
        display: none
    }

    .thank__content-text h3 {
        font-size: 42px;
        margin-top: 0
    }

    .thank__content-bot img {
        width: 100%
    }

    .first__v2-form  form input {
        border: 1px solid #FFF!important;
        background: rgba(255, 255, 255, 0.30)!important;
        backdrop-filter: blur(3px);
    }

    .first__content-form form .checkbox {
        margin-top: 0!important;
    }

    .header {
        padding: 0
    }

    .header__content-menu nav ul li a {
        line-height: normal
    }

    .first__content-form {
        margin-top: 10px
    }

    .first__content-form form {
        margin: 0
    }

    .form_content form {
        margin-bottom: 0
    }

    .footer_content-top ul li {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_content-top h3 {
        text-align: left;
        font-size: 20px;
    }

    .footer_content-bottom-rights ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_content-bottom-rights p {
        text-align: center
    }

    .footer_content-bottom-rights {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer_content-bottom-logo {
        text-align: center
    }

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

    .reviews {
        overflow: hidden;
        margin: 60px 0
    }

    .slide-big, .slide-medium, .slide-small {
        width: 100% !important;
        height: -webkit-fit-content !important;
        height: -moz-fit-content !important;
        height: fit-content !important
    }

    .main_title br {
        display: none
    }

    .advantages__item {
        width: 100%
    }

    .iti {
        margin: 20px 0
    }

    .form_content form input[type=tel] {
        margin: 20px 0
    }

    .form_content form .form_content form input[type=text] {
        margin-top: 0;
        margin-bottom: 20px
    }

    .form_content form .checkbox {
        width: 100% !important;
        margin-bottom: 20px
    }

    .form_content form .checkbox a br {
        display: none
    }

    .form {
        margin: 60px 0
    }

    .form form {
        margin: 0 !important
    }

    .banner {
        margin: 60px 0
    }

    .third__content-item-text ul {
        padding-left: 20px
    }

    .third__content-item-text ul li {
        line-height: 16px
    }

    .banner-content {
        padding: 30px 15px;
        background: 0 0;
        position: relative;
        overflow: hidden
    }

    .banner .main_title {
        font-size: 36px
    }

    .program_content-item-image img {
        width: 100%
    }

    .program_content {
        margin-top: 0;
        margin-bottom: 30px
    }

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

    .program_content-item-text ul li h4 {
        margin-bottom: 20px;
        line-height: 24px
    }

    .program_content-item-text ul li h4 br {
        display: none
    }

    .program_content-item-text ul li p {
        line-height: 19px
    }

    .program {
        margin: 60px 0
    }

    .checkbox a {
        font-size: 10px
    }

    .first__content {
        padding-top: 107px
    }

    .first__content-title {
        text-align: left
    }

    .first__content-title h2 {
        font-size: 40px;
        line-height: 40px
    }

    .first__content-title h2 span {
        font-size: 40px;
        display: contents
    }

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

    .first__content-title p br {
        display: none
    }

    .first__content-title span {
        display: block;
        font-size: 16px
    }
}

/*stars*/
.stars {
    margin: 100px 0;
}
.stars_cards {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
}
.stars_card {
    width: 48%;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #DADADA;
    background: #FFF;

}
.stars_card-text {
    width: 50%;
    min-width: 253px;
    padding: 30px;
    background-image: url("../img/stars/Content.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 100%;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.stars_card-text h4 {
    font-size: 32px;
    line-height: normal;
    margin: 0 0 10px 0;
    font-style: normal;
    font-weight: 500;
}
.stars_card-text p {
    font-size: 16px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.stars_card-img {
    width: 50%;
    min-height: 313px;
    height: 100%;
}
.stars_card img {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .stars_card {
        width: 100%;
        flex-direction: column;
    }
    .stars_card-img {
        width: 100%;
        min-height: auto;
        height: auto;
    }
    .stars_card img {
        border-bottom-left-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
    .stars_card-text {
        width: 100%;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

}

.study_numbers-v2 {
    margin: 100px 0;
    position: relative;
}
.study_numbers-v2 .main_title {
    text-align: left;
}

.study_numbers-v2__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}

.study_numbers-v2__content-top {
    margin: 50px 0;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #DADADA;
    background: #FFF;
    position: relative;
    z-index: 9999;
    overflow: hidden;
}
.study_numbers-v2__content-top p {
    width: 70%;
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
}
.study_numbers-v2__content-top .decor {
    position: absolute;
    right: 0;
    top: 0;
}

.study_numbers-v2__content-left {
    width: 67%;
}

.study_numbers-v2__content-award {
    width: 30%;
}
.study_numbers-v2__content-award img {
    width: 95%;
}

.study_numbers-v2__content-bottom {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 999;
}
.study_numbers-v2__content-bottom .number__item {
    width: 32%;
    text-align: center;
    padding: 0px;
}
.study_numbers-v2__content-bottom .number__item h4 {
    font-size: 64px;
    margin: 0;
    font-style: normal;
    font-weight: 500;
}
.study_numbers-v2__content-bottom .number__item p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .study_numbers-v2 .study_numbers-v2__content-top p br {
        display: none;
    }
}
@media (max-width: 600px) {
    .study_numbers-v2 {
        margin: 50px 0;
    }
    .study_numbers-v2 .main_title {
        text-align: center;
    }
    .study_numbers-v2 .study_numbers-v2__content-left {
        width: 100%;
    }
    .study_numbers-v2 .study_numbers-v2__content-award {
        display: none;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom .number__item {
        width: 49%;
        padding: 0;
    }
    .study_numbers-v2 .study_numbers-v2__content-bottom .number__item h4 {
        font-size: 44px;
    }
    .study_numbers-v2 .study_numbers-v2__content-top {
        -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;
    }
    .study_numbers-v2 .study_numbers-v2__content-top p {
        width: 100%;
        line-height: normal;
        margin: 20px 0;
    }
}

.footer-locations {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.footer-locations__item {
    display: flex;
    align-items: center;
    gap: 30px;

    background: #efefef;
    padding: 14px 24px;
    border-radius: 40px;

    font-family: inherit;
}

/* Город */
.footer-locations__city {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

/* Адрес */
.footer-locations__address {
    display: flex;
    align-items: center;
    gap: 8px;

    font-size: 16px;
    color: #333;
}

.footer-locations__icon {
    display: flex;
    align-items: center;
}

/* Иконка (ты вставишь свою) */
/*.footer-locations__icon {*/
/*    width: 18px;*/
/*    height: 18px;*/
/*    display: inline-block;*/

/*    !* временно *!*/
/*    background: red;*/
/*    border-radius: 50%;*/
/*}*/

/* Mobile */
@media (max-width: 768px) {
    .footer-locations__item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        border-radius: 20px;
    }

    .footer-locations__city {
        font-size: 20px;
    }

    .footer-locations__address {
        font-size: 16px;
    }
}

.lyceum-screen {
    margin: 100px 0;
}

.lyceum-screen__card {
    display: flex;
    align-items: center;
    gap: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 28px;
    padding: 38px 38px 38px 40px;
    box-sizing: border-box;
}

.lyceum-screen__image {
    flex: 0 0 400px;
    max-width: 400px;
}

.lyceum-screen__image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lyceum-screen__content {
    flex: 1 1 auto;
    max-width: 100%;
}

.lyceum-screen__title {
    margin: 0 0 12px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 600;
    color: #e10600;
}

.lyceum-screen__text {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 400;
    color: #222;
    max-width: 620px;
}

.lyceum-screen__subtitle {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #222;
}

.lyceum-screen__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lyceum-screen__list li {
    position: relative;
    margin-bottom: 14px;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
    color: #222;
}

.lyceum-screen__list li:last-child {
    margin-bottom: 0;
}

.lyceum-screen__list li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 24px;
    height: 24px;
    background: url("../img/list-icon-red.svg") center / contain no-repeat;
}
@media (max-width: 991px) {
    .lyceum-screen__card {
        gap: 28px;
        padding: 28px;
    }

    .lyceum-screen__title {
        font-size: 28px;
    }

    .lyceum-screen__text {
        font-size: 16px;
        text-align: center;
    }
    .lyceum-screen__subtitle {

        text-align: center;
    }
}

@media (max-width: 767px) {

    .lyceum-screen {
        margin: 50px 0;
    }
    .lyceum-screen__card {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 22px;
        padding: 22px;
    }

    .lyceum-screen__image {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .lyceum-screen__content {
        max-width: 100%;
    }

    .lyceum-screen__title {
        font-size: 32px;
        text-align: center;
    }

    .lyceum-screen__list li {
        padding-left: 34px;
        font-size: 16px;
    }

    .lyceum-screen__list li::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 18px;
    }
}