@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);

* {
    -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
}

body, html {
    height: 100%
}

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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    color: #fff
}

::selection {
    background-color: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    color: #fff
}

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

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    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_date p {
    border-radius: 40px;
    background: #222;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px
}

.header__logo {
    margin: 30px 0
}

.first {
    position: relative;
    background-image: url(../img/1.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 0;
    min-height: 800px;
    width: 100%;
    margin: 0 auto
}

.girl {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-45%, 0);
    -ms-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
    max-width: 600px;
    width: 100%
}

.first__content-form {
    width: 65%;
    position: relative;
    z-index: 999;
    border-radius: 12px;
    padding: 0 10px;
    background: rgba(218, 218, 218, .1);
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px)
}

.first__content-form h3 {
    color: #fff;
    font-weight: 400
}

.first__content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 50px;
    position: relative
}

.first__content-diploma {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right
}

.first__content-diploma p {
    color: #fff;
    font-weight: 400;
    font-size: 14px
}

.first__content-text {
    width: 100%
}

.first__content-text h1 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    position: relative
}

.first__content-text h1 span {
    position: relative;
    left: 220px
}

.first__content-text p {
    color: #fff
}

.top_logo {
    top: -5px
}

.bottom_list {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 100px
}

.bottom_list li {
    margin-right: 30px;
    position: relative
}

.speakers {
    position: relative
}

.speakers-decor {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -85%);
    -ms-transform: translate(-50%, -85%);
    transform: translate(-50%, -85%)
}

.speakers_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0
}

.speakers_content-image {
    width: 50%;
    position: relative
}

.speakers_content-image-text {
    position: absolute;
    bottom: 19%;
    left: 50px;
    width: 20%;
    text-align: right
}

.speakers_content-image-text p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: normal
}

.speakers_content-image-text span {
    font-size: 13px;
    line-height: normal;
    display: inline-block;
    color: #fff
}

.speakers_content-text {
    width: 38%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.speakers_content-text h3 {
    font-size: 48px;
    line-height: normal;
    font-style: normal;
    font-weight: 500
}

.speakers_content-text h3 span {
    color: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%)
}

.speakers_content-text p {
    font-size: 16px
}

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

.bottom_logo-item {
    border-radius: 20px;
    padding: 20px;
    width: 242px;
    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;
    height: 123px;
    background: #eee
}

.footer {
    background-image: url(../img/6_blok.png);
    background-size: cover;
    background-position: 50% 50%;
    width: 98%;
    border-radius: 20px;
    padding-top: 2px;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 50px auto
}

.footer__content {
    min-height: 604px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 20px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    padding-top: 30px
}

.footer__content-bottom {
    border-top: 1px solid rgba(255, 255, 255, .4);
    width: 100%;
    position: relative
}

.footer__content-bottom h3 {
    font-size: 46px;
    line-height: normal;
    color: #fff;
    margin: 0;
    margin-top: 20px
}

.footer__content-bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff
}

.footer__content-bottom a {
    position: absolute;
    bottom: 15px;
    right: 0
}

.top_list-footer li {
    background: rgba(21, 21, 21, .2) !important;
    -webkit-backdrop-filter: blur(3px) !important;
    backdrop-filter: blur(3px) !important;
    color: #fff !important
}

.btn_main {
    color: #fff;
    border-radius: 40px;
    background: linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    font-size: 16px;
    font-style: normal;
    border: 1px solid linear-gradient(250deg, #750117 1.45%, #e70000 98.55%);
    padding: 22px;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn_main img {
    position: relative;
    left: -10px;
    top: 5px
}

.btn_main-transparent {
    color: #fff;
    border-radius: 40px;
    background: 0 0;
    font-size: 16px;
    border: 1px solid #fff;
    font-style: normal;
    padding: 22px;
    text-decoration: none;
    font-weight: 500;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 50px
}

.thank_content-btns {
    margin-top: 100px
}

.thank_content-btns a {
    margin: 0 10px
}

.footer__content-top {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__bottom-logo {
    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;
    padding-top: 50px
}

.footer__bottom-logo p {
    color: #fff;
    font-size: 13px
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: url(../img/icons/arr-r.svg) !important
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: url(../img/icons/arr-l.svg) !important
}

.thank {
    position: relative;
    background-image: url(../img/Thank.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 0;
    min-height: 100vh;
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.thank .girl {
    max-width: 500px
}

.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: 46%;
    padding-top: 80px
}

.thank_content-text h3 {
    font-size: 48px;
    line-height: normal;
    font-weight: 600
}

.thank_content-text h3 img {
    position: relative;
    top: 10px
}

.thank_content-text h3 span {
    font-size: 48px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
    display: inline-block
}

.thank_content-text span {
    font-weight: 400;
    line-height: normal;
    font-size: 18px;
    display: block;
    margin-bottom: 50px
}

.thank_content-image {
    position: relative;
    width: 55%
}

.thank_content-image img {
    width: 100%
}

.thank_content-image p {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 16px
}

.form input {
    padding: 20px 20px;
    width: 100%;
    border-radius: 48px;
    border: 1px solid #eee;
    background: #fff;
    margin-top: 8px
}

.form--vertical button {
    padding: 20px;
    width: 100%;
    border-radius: 58px;
    background: #e70000;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.form--horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.form--horizontal input {
    max-width: 260px
}

.form--horizontal button {
    padding: 20px;
    width: 100%;
    border-radius: 58px;
    background: linear-gradient(250deg, #005f2d 1.45%, #02a850 98.55%);
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    max-width: 250px;
    height: 60px
}

.form--horizontal .checkbox {
    width: 100% !important
}

.form--horizontal .checkbox a {
    color: #fff
}

.form--horizontal .iti {
    max-width: 260px
}

.form--horizontal .select {
    max-width: 250px
}

.iti {
    width: 100%;
    margin-top: 8px
}

.form button {
    border: none;
    cursor: pointer
}

select {
    color: #313131;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.25;
    border: 1px solid #aaa;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    padding: 8px 9px 8px 12px;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    max-width: 450px;
    width: 100%;
    margin-top: 0
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px
}

.options li {
    margin: 0 0;
    padding: 5px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.checkbox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox input {
    width: 3% !important;
    height: 20px !important
}

.checkbox a {
    color: #222;
    font-size: 14px
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 26px;
    right: 18px
}

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

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #333;
    padding: 9px;
    margin: 8px 0;
    height: 57px;
    text-align: left;
    width: 100%;
    border-radius: 8px
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 74px;
    padding: 15px;
    padding-right: 27px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px
}

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

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 99999;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    display: block
}

.options li {
    margin: 0 0;
    padding: 5px;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.options li:hover {
    background-color: #d70000;
    color: #fff
}

.animation_title {
    text-align: center
}

.animation_title h2 {
    font-size: 40px;
    font-weight: 500
}

.animation_title h2 span {
    color: #e70000
}

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

.red_block {
    padding: 100px 0;
    background: linear-gradient(244deg, #750117 -49.89%, #e70000 83.88%)
}

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

.red_block-first_left {
    width: 30%
}

.red_block-first_left span {
    border-radius: 40px;
    padding: 10px;
    color: #e70000;
    font-size: 13px;
    background: #fff
}

.red_block-first_left h3 {
    font-size: 40px;
    color: #fff;
    line-height: normal
}

.red_block-first_right {
    width: 70%
}

.red_block-first_right img {
    width: 100%
}

.icon_block {
    text-align: left
}

.icon_block p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0
}

.icon_block span {
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #fff;
    padding: 0;
    background: 0 0
}

.red_block-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #fff
}

.red_block-second .icon_block {
    width: 30%
}

.for-whom_title {
    text-align: center
}

.for-whom_title h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: normal
}

.for-whom_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 100px
}

.for-whom_item {
    text-align: center;
    width: 30%;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    border-radius: 20px;
    padding: 20px
}

.for-whom_item h4 {
    color: #fff;
    font-size: 20px;
    line-height: normal
}

.for-whom_item p {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.for-whom_item:hover {
    background: #fff
}

.for-whom_item:hover h4 {
    color: #222;
    font-size: 20px;
    line-height: normal
}

.for-whom_item:hover p {
    font-size: 14px;
    font-weight: 400;
    color: #222
}

.peculiarities {
    position: relative;
    min-height: 550px
}

.logo_decor {
    position: absolute;
    left: 0;
    top: 0
}

.peculiarities_title {
    text-align: left
}

.peculiarities_title h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    line-height: normal;
    position: relative;
    z-index: 999
}

.peculiarities_slider {
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.peculiarities_slider-item {
    width: 40%;
    text-align: right
}

.peculiarities_slider-item p {
    color: #fff;
    font-size: 16px
}

.bottom_form {
    width: 100%;
    padding: 20px;
    margin: 100px 0
}

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

.footer_map-content-left {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_map-content-left img {
    max-width: 200px
}

.footer_map-content-left h3 {
    color: #fff;
    margin-top: 100px;
    font-weight: 500;
    font-size: 40px;
    line-height: normal
}

.date p {
    color: #fff;
    font-size: 124px;
    line-height: normal;
    margin: 0
}

.date span {
    color: #fff;
    font-size: 16px;
    display: block
}

.bottom_text {
    width: 100%;
    text-align: right
}

.bottom_text p {
    color: #fff;
    text-align: right
}

.text-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.text-item {
    position: relative;
    cursor: pointer;
    padding-left: 50px;
    opacity: .2;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.text-item.active, .text-item:hover {
    opacity: 1
}

.number {
    font-size: 18px;
    color: #222;
    position: absolute;
    top: 3px;
    left: 0
}

.main-text {
    font-size: 28px;
    font-weight: 500;
    color: #333;
    display: block
}

.hidden-text {
    font-size: 16px;
    color: #222;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .3s ease-in-out, opacity .3s ease-in-out;
    transition: max-height .3s ease-in-out, opacity .3s ease-in-out
}

.hidden-text.visible, .text-item:hover .hidden-text {
    max-height: 100px;
    opacity: 1
}

.image-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.active .number {
    border-bottom: 4px solid red
}

#dynamic-image {
    max-width: 100%;
    max-height: auto;
    border-radius: 15px;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.girl_mob{
    display: none;
}
.red_img{
    display: none;
}






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

@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 {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%
    }
}


@media only screen and (min-width: 1500px) {
    .thank .girl {
        max-width: 600px
    }

    .girl {
        max-width: 700px
    }

    .first {
        min-height: 1000px
    }
}

@media only screen and (max-width: 1200px) {
    .footer_map-content-left {
        width: 30%
    }

    .footer_map-content-right {
        width: 60%
    }

    .footer_map-content-right img {
        width: 100%
    }

    .footer_map-content-left h3 {
        font-size: 33px
    }

    .peculiarities_slider-item img {
        width: 100%
    }

    .red_block-first_left h3 {
        font-size: 28px
    }

    .speakers_content-text {
        width: 43%
    }

    .speakers_content-image-text {
        width: 26%;
        bottom: 14%
    }

    .speakers_content-image img {
        width: 100%
    }

    .first__content-form {
        width: 100%
    }

    .girl {
        max-width: 550px
    }
}

@media only screen and (max-width: 992px) {
    .red_block-first_right {
        display: none
    }

    .red_block-first_left {
        width: 100%
    }

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

    .speakers_content-image {
        width: 80%
    }

    .speakers_content-text {
        width: 100%
    }

    .speakers_content {
        -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;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .girl {
        -webkit-transform: translate(-22%, 0);
        -ms-transform: translate(-22%, 0);
        transform: translate(-22%, 0)
    }
}

@media only screen and (max-width: 768px) {
    .peculiarities {
        min-height: 450px
    }

    .checkbox input {
        padding: 5px !important
    }

    .speakers-decor {
        width: 100%
    }

    .text-item {
        margin: 10px 0
    }

    .animation_content {
        -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;
        gap: 10px;
        padding: 10px
    }

    .text-section {
        width: 100%;
        gap: 10px
    }

    .text-item {
        padding-left: 30px
    }

    .number {
        font-size: 14px;
        top: 0
    }

    .main-text {
        font-size: 20px
    }

    .hidden-text {
        position: absolute;
        font-size: 14px;
        line-height: normal
    }

    .hidden-text.visible, .text-item:hover .hidden-text {
        position: inherit
    }

    .image-section {
        width: 100%
    }

    #dynamic-image {
        border-radius: 0
    }

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

    .for-whom_item {
        width: 50%
    }

    .red_block-second .icon_block {
        width: 50%
    }

    .speakers_content-image {
        width: 100%
    }

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

@media only screen and (max-width: 600px) {
    .speakers_content-image-text p{
        text-align: center;
    }
    .speakers_content-image-text span{
        text-align: center;
    }
    .girl_mob{
    display: block;
        width: 80%;
     margin: 0 auto;
}
    .form--horizontal .checkbox a {
        text-align: left;
        color: #FFF;
        leading-trim: both;
        text-edge: cap;

        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .first__content-text p {
        margin-top: 16px;
        margin-bottom: 40px;
        text-align: center;
        font-size: 14px;
    }
    .first__content-form {
        padding: 40px 30px;
    }

    .first__content-form h3 {
        margin: 0;
        margin-bottom: 40px;
        font-size: 18px;
    }

    .btn_main{
        margin: 0 auto;
        width: 80%;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .animation_content{
        padding: 0;
    }

    .animation{
        margin-bottom: 90px;
    }


    .thank {
        background-position: 21% 50% !important
    }

    .first__content-diploma {
        position: inherit;
        text-align: center;
        margin-top: 40px
    }

    .first__content-diploma p{
        margin-bottom: 0;
    }



    .first__content-diploma br {
        display: none
    }

    .animation_title h2 {
        font-size: 32px;
        line-height: normal
    }

    .animation_content-photo img {
        width: 100%
    }

    .peculiarities_slider-item p {
        width: 60%;
        position: relative;
        margin-left: 37%;
        font-size: 13px
    }
    .swiper-wrapper {
        align-items: flex-end;
    }
    .bottom_form{
        margin-top: 60px;
        margin-bottom: 80px;
    }



    .red_block {
        padding-bottom: 20px
    }

    .footer_map-content-left {
        text-align: center
    }

    .footer_map-content-left img {
        width: 80%;
        margin: 0 auto
    }

    .date {
        margin: 0 auto;
        margin-bottom: 40px
    }
    .bottom_text p{
        text-align: center;
    }

    .footer_map-content-right {
        width: 100%
    }

    .footer_map-content-left h3 {

        margin-top: 60px
    }
    .footer_map-content-left h3 br{
        display: none;
    }

    .footer_map-content-left {
        width: 100%
    }

    .peculiarities_title h3 {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 32px
    }

    .for-whom_title h3 {
        font-size: 32px
    }

    .red_block-second .icon_block {
        width: 100%;
        margin: 10px 0
    }

    .red_block {
        padding-top: 65px;
        overflow: hidden
    }
    .red_block-first_left h3 {
        font-size: 30px;
        margin-bottom: 35px;
    }

    .red_block-first_left h3 br{
        display: none;
    }

.red_img{
    display: block;
    width: 100%;
    margin-bottom: 50px;
}


    .logo_decor {
        width: 100%
    }

    .for-whom_item {
        width: 100%
    }

    .icon_block {
        display: flex;
        align-items: flex-start;
        gap:25px;
        width: 100%
    }
    .icon_block p{
        margin-top: 0;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .icon_block p br{
        display: none;
    }


    .red_block-second {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        margin-top: 40px;
        gap: 40px;
        padding-bottom: 50px;
        flex-direction: column
    }

    .for-whom_title h3{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .for-whom_items{
        padding-bottom: 50px;
        gap: 15px;
    }
    .for-whom_item {
        padding: 30px;
        background: #fff;
    }

    .for-whom_item h4, .for-whom_item p  {
        color: #000;
    }



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

    .speakers_content-image-text {
        width: 55%;
        left: 22%;
        bottom: 10%
    }

    .speakers_content-text h3 {
        font-size: 32px;
        margin-bottom: 25px;
        margin-top: 0
    }
    .speakers_content-text p {
        margin-top: 0;
    }




    .form--horizontal button {
        margin-top: 10px
    }

    .form--horizontal .iti, .form--horizontal button, .form--horizontal input {
        max-width: 450px
    }

    .first {
        background-position: 40% 54%
    }

    .bottom_list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 25px;
        margin-top: 30px

    }
    .bottom_list li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        width: 30%;
    }
    .bottom_list li img{
        width: 100%;
    }



    .girl {
        display: none
    }

    .header_date {
        margin: 20px 0
    }

    .first__content-text h1 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 42px
    }
}