@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap);

@font-face {
    font-family: spritegraffiti;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/sprite-graffiti.eot);
    src: url(../fonts/sprite-graffiti.eot?#iefix) format("embedded-opentype"), url(../fonts/sprite-graffiti.woff) format("woff"), url(../fonts/sprite-graffiti.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
}

body, html {
    height: 100%
}



body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    font-family: Unbounded, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.header__btn-show {
    opacity: 1;
    margin: 20px 0;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.text-center {
    text-align: center
}

::-moz-selection {
    background-color: #ed1c24;
    color: #fff
}

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

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

.header {
    position: absolute;
    width: 100%;
    min-height: 80px;
    padding: 10px 0;
    z-index: 99
}

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

.header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__btn a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #212128;
    padding: 10px 13px;
    border-radius: 50px;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 5px;
    font-size: 12px;
}
.header__btn a svg {
    margin-right: 10px;
}

.header__btn a img {
    max-width: 33px;
    width: 100%;
    margin-right: 10px
}

.first {
    width: 100%;
    padding: 85px 0;
    min-height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(rgba(237, 28, 36, 0)));
    background: linear-gradient(180deg, #ed1c24 0, rgba(237, 28, 36, 0) 100%);
    position: relative
}

.image__center {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 0
}

.first__content {
    position: relative;
    min-height: 730px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.first__content-left {
    width: 31%;
    height: inherit;
    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;
    position: relative;
    z-index: 999;
    color: #fff
}

.first__content-left h2 {
    font-size: 30px;
    margin-top: 29px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 0;
    line-height: normal
}

.first__content-left h2 b {
     font-weight: 500;
     font-size: 43px;
     text-transform: uppercase;
}

.first__content-left p {
    /*font-family: "Inter Tight", sans-serif;*/
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 26px;
    border-radius: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(31, 31, 31, .15);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    margin-left: 20px;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.bottom p {
    font-family: spritegraffiti;
    font-size: 84.89px;
    line-height: normal;
    margin: 0;
    font-style: normal;
    font-weight: 400
}

.bottom .bottom_item h4 {
    padding-left: 50px;
    font-size: 22px;
    font-style: normal;
    line-height: 20px;
    font-weight: 400;
    position: relative
}

.bottom .bottom_item h4:before {
    content: "";
    width: 1px;
    height: 208%;
    background: #fff;
    position: absolute;
    left: 24px;
    top: -13px
}

.girl {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-44%, 0);
    -ms-transform: translate(-44%, 0);
    transform: translate(-44%, 0);
    z-index: 9999;
    max-width: 469px;
    width: 100%
}
.iti--separate-dial-code .iti__selected-dial-code {
    color: #333
}
.iti__flag-box, .iti__country-name {
    color: #333;
}
.first__content-right-top {
    width: 67%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.first__content-right-top img {
    width: 100%;
    max-width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -54%);
}
.first__content-right {
    width: 33%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}



.first__content-right-form {
    border-radius: 24px;
    min-height: 430px;
    padding: 20px;
    background: #fff
}

.first__content-right-form p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #333
}

.participants {
    padding: 100px 0;
    position: relative;
    min-height: 100vh;
    overflow: hidden
}

.participants:before {
    content: "";
    width: 850px;
    height: 850px;
    background: #f2f4f6;
    border-radius: 500px;
    position: absolute;
    top: 50%;
    right: -400px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.main_title {
    text-align: center
}

.main_title h3 {
    font-size: 34px;
    margin: 0;
    color: #1f1f1f;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: Unbounded;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 999;
    margin: 0 auto
}

.main_title h3:before {
    content: url(../img/circle.svg);
    position: absolute;
    left: -31px;
    top: -16px;
    z-index: -1
}

.participants_item {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 12px 64px -20px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 64px -20px rgba(0, 0, 0, .1);
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0;
    position: relative;
    z-index: 99
}

.participants_item-photo {
    position: relative;
    width: 40%
}

.participants_item-photo img {
    width: 100%
}

.bottom_logo {
    position: absolute;
    bottom: 22px;
    left: 22px;
    max-width: 150px
}

.participants_item-text {
    width: 54%;
    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
}

.participants_item-text span {
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 40px;
    padding: 10px;
    color: #fff;
    background: #ed1c24;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.participants_item-text h4 {
    font-size: 18px;
    font-style: normal;
    margin: 15px 0;
    line-height: normal;
    font-weight: 700
}

.participants_item-text p {
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin: 22px 0;
    line-height: 22px
}

.participants__items {
    margin-top: 50px
}

.bottom_text {
    color: #1f1f1f !important;
    display: block;
    font-size: 16px !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    border-radius: 10px !important;
    padding: 15px !important;
    background: #f2f4f6 !important
}

.baner {
    padding: 50px 0;
    padding-top: 0
}

.baner__content {
    background-image: url(../img/baner.png);
    background-size: cover;
    padding: 30px 50px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 30px;
    min-height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.baner_left {
    width: 47%;
    position: relative
}

.baner_left h3 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff
}

.baner_left:after {
    content: url(../img/arrow.svg);
    position: absolute;
    bottom: 50px;
    right: -50px
}

.baner_right {
    width: 35%
}

.form_baner {
    border-radius: 24px;
    min-height: 400px;
    padding: 20px;
    background: #fff
}

.form_baner p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.baner_left_bottom {
    color: #fff;
    padding: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.for {
    padding: 100px 0;
    background-image: url(../img/bg2.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 100vh
}

.for_item {
    padding: 50px;
    padding-bottom: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border-radius: 30px;
    margin: 20px 0;
    min-height: 400px
}

.for_left {
    width: 50%;
    margin-bottom: 50px;
    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
}

.for_left h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.for_left ul li {
    font-size: 16px;
    font-style: normal;
    font-family: "Inter Tight";
    font-weight: 300;
    line-height: 24px;
    margin: 20px 0;
    position: relative;
    list-style: none
}

.for_left ul li:before {
    content: url(../img/check.svg);
    position: absolute;
    left: -35px;
    top: 4px
}

.for_image {
    position: absolute;
    bottom: 0
}

.for_image_first {
    right: 50px
}

.for_image_second {
    left: 50px
}

.for__items {
    margin-top: 100px
}

.for_item_bottom {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    margin-top: 100px
}

.award {
    padding-top: 100px;
    position: relative;
    overflow: hidden
}

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

.award_content_title {
    width: 25%;
    position: relative
}

.award_content_title p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.award_content_title h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: normal
}

.award_content_title h3 span {
    color: #ed1c24
}

.award_content_items {
    width: 40%
}

.award_content_items ul {
    padding-left: 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
}

.award_content_items ul li {
    width: 45%;
    list-style: none;
    margin: 15px 0;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.award_content_items ul li span {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    background: #ed1c24;
    border-radius: 60px;
    padding: 10px 16px;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 21px
}

.award_image {
    position: absolute;
    bottom: -25%;
    right: -250%
}

.bottom_item_footer ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bottom_item_footer ul li {
    list-style: none
}

.bottom_item_footer ul li p {
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.bottom_item_footer ul li span {
    font-family: Unbounded;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

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

.space:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: -25px
}

.speakers {
    padding: 50px 0
}

.speakers__banner {
    border-radius: 30px;
    background-image: url(../img/speackers.png);
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px 50px;
    min-height: 750px;
    position: relative
}

.girls {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    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
}

.speakers_title {
    text-align: center
}

.speakers_title h3 {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    margin: 20px 0;
    line-height: normal
}

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

.speakers__item {
    color: #fff;
    width: 26%
}

.speakers__item h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0
}

.speakers__item span {
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: .7px;
    display: block;
    text-transform: uppercase
}

.speakers__item ul {
    padding-left: 0
}

.speakers__item ul li {
    list-style: none;
    margin: 40px 0;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.info {
    padding: 100px 0;
    background-image: url(../img/info_bg.png);
    background-size: cover;
    background-position: 50% 50%;
    min-height: 850px
}

.info_title h3:before {
    left: inherit !important;
    right: 0
}

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

.accordion_photo {
    width: 50%;
    position: relative
}

.accordion_photo-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    opacity: 0
}

.active_photo {
    opacity: 1;
    z-index: 999
}

.accordion {
    padding-top: 40px;
    width: 50%
}

.accordion__items {
    padding-left: 0
}

.accordion__items li {
    list-style: none
}

.accordion__title {
    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;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(36, 41, 50, .0705882353);
    padding: 16px 0
}

.accordion__title p {
    color: #ed1c24;
    font-family: Unbounded;
    font-size: 46px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.accordion__title h3 {
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 70%;
    line-height: normal
}

.accordion__icon {
    padding: 14px 20px;
    border-radius: 50px;
    border: 1px solid #222;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.accordion__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

.accordion__content p {
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.accordion__content p {
    padding-bottom: 24px
}

.active .accordion__content {
    max-height: 150px
}

.active .accordion__icon {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.thank {
    overflow: hidden
}

.thank_menu {
    position: absolute;
    width: 100%;
    min-height: 100px;
    z-index: 999;
    color: #fff;
    margin: 20px 0;
    overflow: hidden
}

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

.thank_menu-content-right {
    width: 44%;
    border-radius: 20px;
    background: rgba(31, 31, 31, .55);
    padding: 0 20px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.thank_menu-content-right ul {
    padding-left: 0;
    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
}

.thank_menu-content-right ul li {
    list-style: none;
    margin: 0 10px;
    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;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.thank_menu-content-right ul li img {
    margin-right: 5px
}

.thank {
    width: 100%;
    position: relative;
    min-height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(rgba(237, 28, 36, .05)));
    background: linear-gradient(180deg, #ed1c24 0, rgba(237, 28, 36, .05) 100%);
    padding: 100px 0
}

.footer_thank {
    background: #fff;
    padding: 50px;
    width: 100%
}

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

.footer_thank-content-item {
    width: 33%
}

.footer_thank-content-item ul {
    padding-left: 0
}

.footer_thank-content-item ul li {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer_thank-content-item ul li p {
    font-family: "Inter Tight";
    font-size: 16.265px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.footer_thank-content-item ul li p a {
    text-decoration: none;
    color: #222
}

.footer_thank-content-item ul li span {
    color: #bdbdbd;
    display: block
}

.footer_thank-content-item ul li img {
    margin-right: 20px
}

.footer_thank-content-item p {
    font-family: Unbounded;
    font-size: 16.265px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

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

.thank-content-left {
    width: 40%;
    padding-top: 150px;
    color: #fff
}

.thank-content-left h4 {
    font-family: Unbounded;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0
}

.thank-content-left h4 br {
    display: none
}

.thank-content-left p {
    font-family: "Inter Tight";
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.thank-content-left span {
    display: block;
    font-family: "Inter Tight";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin: 30px 0;
    line-height: normal
}

.thank-content-right {
    width: 57%;
    padding: 40px 0
}

.thank-content-right_form {
    border-radius: 30px;
    background: #fff;
    padding: 50px;
    min-height: 800px;
    position: relative;
    position: relative;
    z-index: 999
}

.thank-content-right_form p {
    color: #1f1f1f;
    font-family: Unbounded;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    line-height: normal
}

.sales_content {
    position: relative;
    z-index: 999;
    padding-left: 30px
}

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

.sales_content p span {
    display: block;
    width: 70%;
    color: #1f1f1f;
    font-family: Unbounded;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.sales_content:after {
    content: "";
    background: #f2f4f6;
    width: 120%;
    height: 137%;
    position: absolute;
    top: -400px;
    left: 0;
    right: 0
}

.sales_content-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0
}

.sales_content-item {
    position: relative;
    z-index: 999;
    width: 32%;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    margin-top: 10px
}

.sales_content-item p {
    color: #fff;
    leading-trim: both;
    font-family: Unbounded;
    font-size: 21.714px;
    font-style: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    margin: 15px auto;
    border-radius: 54.286px;
    padding: 10px;
    background: linear-gradient(104deg, #ff787d 5.27%, #ed1c24 94.49%);
    line-height: normal;
    text-align: center
}

.sales_content-item span {
    color: #1f1f1f;
    text-align: center;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    opacity: .5;
    display: block
}

#form_212867_1 {
    margin-top: 20px
}

.award_content_items-mob, .image_bottom, .image_mobile, .info__mobile, .mobile-photo {
    display: none
}

.info__mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    margin-top: 50px
}

.info__mobile_item {
    width: 100%
}

.info__mobile_item img {
    width: 100%
}

.info__mobile_item span {
    color: #ed1c24;
    font-family: Unbounded;
    font-size: 22px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.info__mobile_item h4 {
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    width: 70%;
    line-height: normal
}

.info__mobile_item p {
    color: #1f1f1f;
    font-family: "Inter Tight";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.redBorder, .tel.__error {
    border-color: red !important
}

.greenBorder {
    border-color: green !important
}

input[type=tel] {
    position: relative
}

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

.iti {
    margin-top: 8px
}

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

.form_new {
    position: relative;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.form_new input {
    padding: 25px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #ccc;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    outline: 0;
    -webkit-transition: all linear .5s;
    transition: all linear .5s
}

.form_new input[type=text]:focus {
    border-bottom: 2px solid #ccc
}

.form_new input[type=tel]:focus {
    border-bottom: 2px solid #ccc
}

.form_new input[type=email]:focus {
    border-bottom: 2px solid #ccc
}

.form_new button {
    border-radius: 50px;
    padding: 20px;
    color: #fff;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #ed1c24;
    border: 1px solid #ed1c24;
    -webkit-transition: all linear .5s;
    transition: all linear .5s;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer
}

.checkbox {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox input {
    width: 4%;
    border-radius: 50px
}

.checkbox a {
    color: #1f1f1f;
    font-family: "Inter Tight";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 23px;
    text-decoration: none
}

.iti input, .iti input[type=tel], .iti input[type=text] {
    max-width: 400px !important;
    width: 100%
}

.thank_menu-content-right-mob {
    width: 100%;
    padding: 10px;
    display: none
}

.item_hidden {
    display: none !important
}

.thank_anketa {
    overflow: visible !important
}

.item_check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin: 10px 0
}

.item_check input {
    width: 10% !important;
    margin-top: 0 !important
}

.item_check-box {
    border-bottom: 0 !important
}

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

@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: 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: 410px
    }
}

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

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

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

@media only screen and (min-width: 1900px) {
    .first {
        min-height: 1100px;
        height: 1100px
    }

    .bottom {
        margin-bottom: 20px
    }

    .girl {
        max-width: 600px !important
    }
}

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

    .first__content-right-top img {
        max-width: 850px;
    }
    .for {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content
    }

    .bottom {
        margin-bottom: 20px
    }

    .girl {
        max-width: 517px
    }

    .first__content-right-form {
        min-height: 460px
    }

    .first__content {
        min-height: 800px
    }
}

@media only screen and (max-width: 1300px) {
    .award_content_title h3 {
        font-size: 32px
    }

    .award_image {
        max-width: 750px
    }
}

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

    .first__content-left h2 b {
        font-size: 32px;
    }
    .baner_left h3 {
        font-size: 40px
    }

    .accordion_photo-item {
        width: 72%
    }

    .accordion_photo-item img {
        width: 100%
    }

    .first__content-right-form p {
        font-size: 14px;
        line-height: 20px
    }

    .bottom p {
        font-size: 18px !important
    }

    .first__content-left p {
        font-size: 12px
    }

    .header__btn a {
        font-size: 10px;
    }

    .first__content-left h2 {
        font-size: 30px
    }

    .first__content {
        min-height: 668px
    }
}

@media only screen and (max-width: 992px) {
    .first__content-right-top img {
        display: none;
    }
    .award_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .award_content_items {
        width: 100%
    }

    .award_image {
        right: 0;
        bottom: 0;
        max-width: 250px
    }

    .award_content_title {
        width: 100%
    }

    .speakers__banner {
        min-height: 650px
    }

    .speakers_title h3 {
        font-size: 40px
    }

    .speakers__item {
        width: 45%
    }

    .girls {
        display: none
    }

    .for_image_second {
        left: 0
    }

    .for_image_first {
        right: 0
    }

    .baner_left h3 {
        font-size: 33px
    }

    .bottom_text {
        font-size: 14px !important
    }

    .participants .main_title h3:before {
        top: -20px;
        right: 126px
    }

    .participants_item-text {
        width: 100%;
        padding-top: 20px
    }

    .participants_item-photo {
        width: 100%
    }

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

    .main_title h3:before {
        top: 16px;
        right: 74px;
        z-index: -1;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .main_title h3 {
        font-size: 28px;
        text-align: center
    }

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

    .accordion_content {
        display: none
    }

    .first__content-left h2 {
        font-size: 40px
    }

    .image_bottom {
        display: block
    }

    .image_bottom img {
        width: 100%
    }

    .bottom_item_footer {
        bottom: 0 !important;
        margin: 30px auto !important;
        background: rgba(31, 31, 31, .55);
        -webkit-backdrop-filter: blur(4.9796953201px);
        backdrop-filter: blur(4.9796953201px)
    }
    
    .first__content-left .bottom {
        display: none;
    }

    .first__content-right {
        width: 50%
    }

    .image_mobile {
        display: none;
        width: 100%
    }

    .bottom {
        position: relative;
        bottom: 38px;
        width: 90%;
        margin: 0 auto
    }

    .bottom_item_footer ul li p {
        font-size: 26px !important
    }

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

    .first__content-left {
        width: 77%
    }

    .first__content {
        align-items: center;
    }

    .baner_right {
        width: 44%;
    }

    .first {
        min-height: fit-content;
    }

    .girl {
        display: none
    }

    .image__center {
        display: none
    }
}

@media only screen and (max-width: 768px) {
    .thank-content-left span {
        font-size: 13px
    }

    .timeline {
        width: 100%
    }

    .sales_content-item p {
        font-size: 37px
    }

    .sales_content-item {
        padding: 35px;
        margin: 10px 0
    }

    .sales_content p span {
        font-size: 18px;
        width: 100%
    }

    .sales_content-item {
        width: 100%
    }

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

    .discont {
        display: none
    }

    .sales_content:after {
        content: "";
        background: #f2f4f6;
        width: 148%;
        left: -100px;
        height: 100%;
        top: 0
    }

    .thank_menu-content-right ul li {
        border-right: 1px solid #fff;
        margin: 0;
        padding: 0 10px
    }

    .thank_menu-content-right ul li:last-child {
        border: none
    }

    .thank_menu-content-right-mob {
        padding: 13px
    }

    .thank_menu-content-right {
        border-radius: 50px
    }

    .thank_menu-content-right ul {
        margin: 5px 0
    }

    .thank_menu-content-right ul li {
        font-size: 11px
    }

    .item_check-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -webkit-box-orient: initial !important;
        -webkit-box-direction: initial !important;
        -ms-flex-direction: initial !important;
        flex-direction: initial !important
    }

    .thank-content-left h4 {
        margin-bottom: 20px
    }

    .thank_menu-content-right ul li img {
        display: none
    }

    .thank_menu-content-right-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .thank-content-right_form {
        padding: 25px;
        min-height: 700px
    }

    .thank-content-right_form p {
        font-size: 16px
    }

    .thank-content-right {
        padding: 20px 0
    }

    .thank-content-left p {
        font-size: 18px
    }

    .thank-content-left h4 {
        font-size: 22px
    }

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

    .thank-content-left {
        width: 100%;
        padding-top: 30px
    }

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

    .thank_menu-content-right-desk {
        display: none
    }

    .footer_thank-content-item p {
        text-align: center
    }

    .footer_thank-content-item ul li img {
        max-width: 40px;
        margin-right: 0
    }

    .footer_thank-content-item ul li {
        -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;
        margin: 40px 0;
        text-align: center
    }

    .footer_thank-content-item {
        width: 70%
    }

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

    .award_image {
        right: -91px;
        bottom: -30px
    }

    .top {
        top: -8px
    }

    .top2 {
        top: -40px
    }

    .speakers__item-right h4:after {
        content: url(../img/mobile-photo/4.png);
        position: absolute;
        top: -9px;
        right: 18px
    }

    .speakers__item-left h4:after {
        content: url(../img/mobile-photo/3.png);
        position: absolute;
        top: -9px;
        right: 18px
    }

    .speakers__item h4 {
        width: 100%;
        position: relative
    }

    .speakers__item span {
        width: 100%
    }

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

    .speakers__item ul li {
        margin: 20px 0;
        position: relative
    }

    .speakers__item ul li:before {
        content: "";
        position: absolute;
        left: 0;
        top: -20px;
        width: 5px;
        height: 5px;
        background: #fff;
        border-radius: 50px
    }

    .speakers__item ul li {
        font-size: 14px
    }

    .speakers__item span {
        font-size: 11px
    }

    .speakers__item h4 {
        font-size: 18px
    }

    .speakers__banner {
        padding: 20px
    }

    .girls {
        display: none
    }

    .speakers__item ul {
        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
    }

    .speakers__item ul li {
        width: 40%;
        position: relative
    }

    .speakers_title h3 {
        font-size: 30px
    }

    .speakers__item {
        width: 100%
    }

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

    .for .main_title h3:before {
        top: -20px;
        right: 162px
    }

    .for_left ul li {
        font-size: 14px
    }

    .for_left {
        position: relative;
        margin-bottom: 0
    }

    .mobile-photo {
        display: block;
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
        transform: translate(-50%, -100%)
    }

    .for_item {
        padding: 30px;
        padding-top: 100px
    }

    .for_left ul li:before {
        left: 50%;
        -webkit-transform: translate(-50%, -30px);
        -ms-transform: translate(-50%, -30px);
        transform: translate(-50%, -30px)
    }

    .for_left ul {
        padding-left: 0
    }

    .for_left ul li {
        text-align: center;
        margin: 50px 0
    }

    .for_left h3 {
        text-align: center
    }

    .for_left {
        width: 100%
    }

    .for_image_first, .for_image_second {
        display: none
    }

    .bottom {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    .baner__content {
        padding: 10px 17px;
        border-radius: 40px
    }

    .baner_right {
        width: 100%
    }

    .baner_left:after {
        display: none
    }

    .baner_left {
        width: 100%
    }

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

    .bottom {
        padding: 19px;
        bottom: 22px
    }

    .bottom_item_footer ul li span {
        font-size: 14px
    }

    .bottom_item_footer ul li p {
        font-size: 22px !important
    }

    .first__content-right {
        width: 100%
    }

    .first__content-left {
        width: 100%
    }
}

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

    .first__content-left p {
        font-size: 15px;
    }

    .first__content-right-top {
        width: 100%;
        margin-top: 20px;
    }

    .first__content-right-top img {
        width: 100%;
        max-width: 800px;
        position: relative;
        top: 0;
        left: 0;
        transform: inherit;
    }
    
    
    .first__content-left h2 b {
        font-size: 36px;
    }
   .first__content-left h2 {
        font-size: 27px;
    }
    .bottom .bottom_item h4:before {
        top: -19px
    }

    .bottom .bottom_item h4 {
        font-size: 18px
    }

    .thank-content-left br {
        display: block !important
    }

    .header__btn {
        margin-top: 20px
    }

    .header__btn a {
        font-size: 10px
    }

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

    .header__btn-hidden {
        display: none;
    }

    .header__btn-show {
        display: flex;
        opacity: 1;
        margin-bottom: 20px;
    }

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

    .info__mobile_item {
        padding: 0 10px
    }

    .info .container {
        max-width: 600px
    }

    .info {
        padding-bottom: 0;
        min-height: 450px;
        padding-top: 30px
    }

    .award {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .award_content_items-mob {
        display: block;
        overflow-x: scroll
    }

    .award_content_items-desk {
        display: none
    }

    .award_content_items {
        margin-top: 50px
    }

    .award_content_items ul li {
        width: 100%;
        margin: 15px
    }

    .award_content_items ul {
        border-radius: 34px 0 0 34px;
        background: #f2f4f6;
        overflow-x: scroll;
        width: 520%;
        padding: 10px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .award_content_title h3 {
        font-size: 26px
    }

    .award_content_title {
        width: 70%
    }

    .award_image {
        right: -249px;
        bottom: -70px
    }
}