::-webkit-scrollbar {
    width: 0;
}

.body {
    font-family: "Inter Tight";
    color: #151515;
    overflow-x: hidden;
    position: relative;
}

img {
    width: fit-content;
    height: auto;
}

.container-self {
    width: 100%;
    padding: 0 8.854vw;
    margin-right: auto;
    margin-left: auto;
}

.button {
    color: #fff;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    height: 6.25vw;
    line-height: 6.25vw;
    display: flex;
    max-width: 21.8vw;
    width: 100%;
    padding: 0 2vw;
    justify-content: center;
    text-align: center;
    background: #0F62FE;
    outline: none;
    border: none;
    transition: all .3s;
    text-decoration: none;
}

.button:hover {
    opacity: .8;
    text-decoration: none;
    color: #fff;
}

.button.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
}

.hero {
    position: relative;
    margin-bottom: 7vw;
}

.hero.no-margin {
   margin: 0;
}

.hero__bg {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 32.29vw;
    height: 100%;
    object-fit: cover;
    z-index: 55;
}

.hero__top {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding: 1.8vw 0;
}

.hero__top img {
    width: 18vw;
}

.hero__center {
    padding: 2.7vw 0;
}

.hero__center .title {
    font-size: 3.698vw;
    font-weight: 700;
    margin: 0;
    width: 40vw;
    line-height: 115%;
}

.hero__center .desc {
    font-size: 1.042vw;
    font-weight: 300;
    line-height: 120%;
    color: #626262;
    margin: 0 0 .85vw 0;
}

.hero__bottom .inner__line {
    border-top: 1px solid rgba(21, 21, 21, .1);
}

.hero__bottom .inner__line-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 58vw;
}

.hero__bottom .inner__line .item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.5vw 0;
}

.hero__bottom .inner__line .item p {
    color: #626262;
    font-size: 1.041665vw;
    font-weight: 300;
    line-height: 120%;
    margin: 0;
}

.hero__bottom .inner__line .item h5 {
    font-size: 1.7185vw;
    margin: 0;
    font-weight: 700;
    line-height: 150%;
    color: #0F62FE;
    width: 21vw;
}

.hero__bottom .inner__line .item h6 {
    font-size: 1.041665vw;
    font-weight: 700;
    line-height: 120%;
    margin: 0.8vw 0 0 0;
}

.hero__bottom .inner__line .item h6 span {
    display: block;
    font-weight: 400;
    font-size: 88%;
}

.hero__bottom .inner__line .item__col {
   width: 50%;
}

.hero__bottom .inner__line .item__first {
    border-right: 1px solid rgba(21, 21, 21, .1);
    padding-right: 3vw;
}

.hero__bottom .inner__line .item__first p {
    width: 20vw;
}

.hero__bottom .inner__line .item__second {
    padding-left: 3vw;
}

.hero__bottom .inner__line .item__second .item__col:nth-child(1),
.hero__bottom .inner__line .item__second .item__col:nth-child(2) {
    margin-bottom: 2vw;
}

.hero__bottom .inner__line .item__third {
    border-right: 1px solid rgba(21, 21, 21, .1);
    padding-right: 3vw;
}

.hero__bottom .inner__line .item__fourth {
    padding-left: 3vw;
}

.hero__bottom .inner__line .item__fourth .item__col:first-child {
    width: 22%;
    padding-right: 1vw;
}

.hero__bottom .inner__line .item__fourth .item__col:first-child img {
    width: 100%;
}

.hero__bottom .inner__line .item__fourth .item__col:last-child {
    width: 70%;
}

.prizes {
    margin-bottom: 7vw;
}

.prizes__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.prizes__inner-item {
    width: calc(100% / 3 - 15px);
}

.prizes__inner-item.large {
    width: 100%;
}

.prizes__inner-item_title {
    font-size: 2vw;
    margin-bottom: 3vw;
}

.prizes__inner-item_image {
    display: block;
    width: 17.813vw;
    margin: 0 auto 1.615vw;
}

.prizes__inner-item_name {
    color: #626262;
    font-size: 1.042vw;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.6px;
}

.about {
    margin-bottom: 7vw;
}

.about__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about__inner .program {
    width: 52vw;
}

.about__inner .program__title {
    font-size: 1.6vw;
    margin-bottom: 1vw;
}

.about__inner .program__list {
    list-style: none;
    padding: 0;
}

.about__inner .program__list li {
    position: relative;
    color: #626262;
    font-size: .885415vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: .8vw;
    padding-left: 1vw;
}

.about__inner .program__list li:last-of-type {
    margin-bottom: 0;
}

.about__inner .program__list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
}

.about__inner .program__line {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 1.4vw 0;
}

.about__inner .program__line:first-child {
    padding-top: 0;
}

.about__inner .program__line-time {
    font-size: 1.8vw;
    font-weight: 700;
    line-height: 100%;
    width: 12vw;
}

.about__inner .program__line-text {
    color: #626262;
    font-size: 1.041665vw;
    font-weight: 300;
    line-height: 140%;
    width: calc(100% - 2.5vw);
    padding-left: 0;
}

.about__inner .program__line-arrow {
    width: 1.05vw;
}

.about__inner .speakers {
    width: 26vw;
}

.about__inner .speakers__title {
    font-size: 2vw;
    margin-bottom: 3vw;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.about__inner .speakers__item {
    position: relative;
}

.about__inner .speakers__item:last-child {
    margin: 0;
}

.about__inner .speakers__item img {
    display: block;
    width: 100%;
    margin-bottom: 1.2vw;
}

.about__inner .speakers__item h4 {
    font-size: 1.8vw;
    margin: 0 0 1vw 0;
    line-height: 125%;
}

.about__inner .speakers__item p {
    font-size: 1.041665vw;
    color: #626262;
    font-weight: 300;
    letter-spacing: -0.6px;
    margin: 0;
    line-height: 180%;
}

.contact__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.contact__inner-title {
    width: 24vw;
    font-size: 1.8vw;
    font-weight: 700;
    margin: 0;
    line-height: 150%
}

.contact__inner-form {
    width: 52vw;
}

.contact__inner-form .title {
    font-size: 1.8vw;
    line-height: 90%;
    font-weight: 700;
    margin-bottom: 1.5vw;

}

.contact__inner-list {
    list-style: none;
    padding: 0;
    width: 22vw;
    margin-top: .8vw;
}

.contact__inner-list li {
    position: relative;
    color: #626262;
    font-size: .885415vw;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: .8vw;
    padding-left: 1vw;
}

.contact__inner-list li:last-of-type {
    margin-bottom: 0;
}

.contact__inner-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
}

.contact__inner-form .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact__inner-form .input-item {
    width: calc(50% - 15px);
    margin-bottom: 2vw;
}

.contact__inner-form .input-item .input {
    color: #151515;
    font-size: 1.11vw;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: .8vw 0;
    display: block;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid rgba(21, 21, 21, 0.50);
}

.contact__inner-form .input-item .input::placeholder {
    color: #3b3b3b;
}

.contact__inner-form .input-item .calendar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #151515;
    font-size: 1.11vw;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.44px;
    border-bottom: 2px solid rgba(21, 21, 21, 0.50);
    padding: .8vw 0;
    column-gap: 1vw;
    cursor: pointer;
}

.contact__inner-form .input-item .calendar img {
    width: 1.5vw;
}

.contact__inner-form .form-check {
    padding: 0;
    width: 100%;
}

.contact__inner-form .form-check input {
    display: none;
    padding: 0;
}

.contact__inner-form .form-check .checkmark {
    position: absolute;
    left: 0;
    top: -0.3vw;
    height: 2vw;
    width: 2vw;
    border: 2px solid rgba(21, 21, 21, 0.50);
}

.contact__inner-form .form-check input:checked ~ .checkmark {
    background-color: #151515;
    border-color: #151515;
}

.contact__inner-form .form-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.contact__inner-form .form-check input:checked ~ .checkmark:after {
    display: block;
}

.contact__inner-form .form-check .checkmark:after {
    left: 0.7vw;
    top: 0.35vw;
    width: 0.4vw;
    height: 0.8vw;
    border: solid white;
    border-width: 0 0.2vw 0.2vw 0;
    transform: rotate(45deg);
}

.contact__inner-form .form-check  label {
    font-size: .89vw;
    color: #626262;
    line-height: 150%;
    margin: 0;
    padding-left: 3vw;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.contact__inner-form .form-check  a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

.contact__inner-form .form-button {
    width: 100%;
    margin: 0;
}

.contact__inner-form .form-button .button {
    max-width: 100%;
}

.contact__inner-mail {
    font-size: 1.041665vw;
    font-weight: 300;
    color: #626262;
    line-height: 150%;
    position: relative;
    margin-top: -6.55vw;
}

.contact__inner-mail svg {
    margin-bottom: .8vw;
    width: 2vw;
    height: fit-content;
}

.contact__inner-mail p {
    margin: 0;
}

.contact__inner-mail p strong {
    display: block;
    font-weight: 700;
}

.contact__inner-mail a {
    font-weight: 700;
    color: #151515;
    display: inline-block;
    text-decoration: none;
}

.footer {
    padding: 3vw 0;
    text-align: center;
    font-size: 1.041665vw;
    color: #626262;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.4px;
}

@media screen and (max-width: 767px) {
    .container-self {
        padding: 0 15px;
    }

    .button {
        max-width: 100%;
        font-size: 4.3vw;
        height: 13.25vw;
        line-height: 13.25vw;
    }

    .hero__top {
        padding: 4vw 0;
    }

    .hero__top img {
        width: 100%;
        max-width: 345px;
    }

    .hero__bg {
        position: relative;
        width: 100%;
        height: 45vw;
    }

    .hero__center {
        padding: 4vw 0;
    }

    .hero__center .title {
        font-size: 8.5vw;
        margin: 0 0 3.8vw 0;
        width: 100%;
    }

    .hero__center .desc {
        font-size: 4.5vw;
    }

    .hero__bottom .inner__line-content {
        width: 100%;
    }

    .hero__bottom .inner__line .item {
        width: 100%;
        border: none;
        padding: 4vw 0;
        border-top: 1px solid rgba(21, 21, 21, .1);
    }

    .hero__bottom .inner__line .item__first p {
        width: 100%;
    }

    .hero__bottom .inner__line .item p {
        font-size: 4vw;
    }

    .hero__bottom .inner__line .item h5 {
        font-size: 6.08vw;
        width: 100%;
    }

    .hero__bottom .inner__line .item h6 {
        font-size: 4vw;
    }

    .hide-xs {
        display: none !important;
    }

    .hero__bottom .inner__line {
        border: none;
    }

    .prizes {
        margin-bottom: 15vw;
    }

    .prizes__inner {
        display: block;
    }

    .prizes__inner-item {
        width: 100%;
        margin-bottom: 3vw;
    }

    .prizes__inner-item.large {
        margin-bottom: 0;
    }

    .prizes__inner-item_title {
        font-size: 6vw;
        margin-bottom: 4vw;
    }

    .prizes__inner-item_image {
        display: block;
        width: 60vw;
        margin: 0 auto 2.5vw;
    }

    .prizes__inner-item_name {
        font-size: 3.5vw;
    }

    .about__inner .program {
        width: 100%;
    }

    .hero__bottom .inner__line .item__fourth .item__col:first-child {
        padding-right: 5vw;
    }

    .about__inner .program__title {
        font-size: 5vw;
    }

    .about__inner .program__list li {
        font-size: 3vw;
        padding-left: 2.5vw;
        margin-bottom: 2vw;
    }

    .contact__inner-list {
        width: 100%;
    }

    .contact__inner-list li {
        font-size: 3vw;
        padding-left: 2.5vw;
        margin-bottom: 2vw;
        width: 100%;
    }

    .about__inner .program__line {
        padding: 3vw 0;
    }

    .about__inner .program__line-time {
        font-size: 3.8vw;
        width: 24vw;
    }

    .about__inner .program__line-text {
        font-size: 3vw;
        width: calc(100% - 3.5vw);
    }

    .about__inner .program__line-arrow {
        width: 2.5vw;
    }

    .about__inner .speakers {
        width: 100%;
        margin-top: 4vw;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: space-between;
    }

    .about__inner .speakers__title {
        width: 100%;
        font-size: 6vw;
    }

    .about__inner .speakers__item {
        width: 100%;
    }

    .about__inner .speakers__item img {
        margin-bottom: 3.2vw;
    }

    .about__inner .speakers__item h4 {
        font-size: 4.9vw;
    }

    .about__inner .speakers__item p {
        font-size: 3.4vw;
        line-height: 140%;
    }

    .about__inner .speakers__item p br {

    }

    .contact__inner-title {
        width: 100%;
        font-size: 5vw;
        margin-bottom: 2.5vw;
    }

    .contact__inner-form {
        width: 100%;
    }

    .contact__inner-form .title {
        font-size: 5vw;
        margin-bottom: 3.5vw;
    }

    .contact__inner-form .input-item {
        width: 100%;
        margin-bottom: 3vw;
    }

    .contact__inner-form .input-item .input {
        font-size: 3vw;
        padding: 2vw 0;
    }

    .contact__inner-form .input-item .calendar {
        font-size: 3vw;
        padding: 2vw 0;
        column-gap: 2vw;
    }

    .contact__inner-form .input-item .calendar img {
        width: 4vw;
    }

    .contact__inner-form .form-check .checkmark {
        width: 8vw;
        height: 8vw;
        top: 1vw;
    }

    .contact__inner-form .form-check .checkmark:after {
        left: 2vw;
        top: 1.1vw;
        width: 2.4vw;
        height: 3.8vw;
        border-width: 0 1vw 1vw 0;
    }

    .contact__inner-form .form-check label {
        font-size: 3.5vw;
        padding-left: 10vw;
    }


    .contact__inner-mail {
        margin: 3vw 0 0 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 2vw;
        font-size: 3vw;
    }

    .contact__inner-mail svg {
        margin-bottom: 0;
        width: 7vw;
    }

    .footer {
        padding: 8vw 0 5vw;
        padding: 8vw 0 5vw;
        font-size: 3vw;
    }
}