::-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.8vw;
    font-style: normal;
    font-weight: 700;
    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: #F7592E;
    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 {
    padding: 1.8vw 0 0;
}

.hero__top img {
    width: 24vw;
}

.hero__center {
    padding: 2.2vw 0;
}

.hero__center .title {
    font-size: 3.9vw;
    font-weight: 700;
    line-height: 120%;
    margin: 0 0 0.5vw 0;
    width: 51vw;
}

.hero__center .title.thx {
    margin-bottom: 2.5vw;
}

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

.hero__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 1.2vw;
    width: 51vw;
}

.hero__list-item {
    width: 50%;
}

.hero__list-item p {
    color: #151515;
    font-size: 1.082vw;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
}

.hero__list-item p strong {
    color: #F7592E;
    margin-left: .5vw;
    font-weight: 700;
}

.hero__list-item p strong a {
    color: inherit;
    text-decoration: underline;
}

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

.hero__info-text {
    color: #151515;
    font-size: 1.082vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 54vw;
}

ul.hero__info-text {
    font-weight: 700;
    padding-left: 1.15vw;
}

.hero__info-text.orange {
     color: #F7592E;
    font-weight: 700;
    margin: 2vw 0 0 0;
 }

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

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

.hero__bottom .inner__line .item h5 {
    font-size: 2.08vw;
    margin: 0;
    font-weight: 700;
    line-height: 150%;
    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__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: 23vw;
}

strong {
    font-weight: bold;
}

.hero .languages {
    display: flex;
    column-gap: .85vw;
    margin-bottom: 1.5vw;
}

.hero .languages-item {
    color: #151515;
    font-size: .94vw;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}

.hero .languages-item.active, .hero .languages-item:hover {
    color: #F7592E;
    text-decoration: underline;
}

.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 {
    padding-right: 0;
    width: 40%;
}

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

.hero__bottom .inner__line .item__fourth .item__col:first-child {
    width: 40%;
    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: 57%;
    padding: 0;
}

.about {
    margin-bottom: 7vw;
}

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

.about__inner .program {
    width: 100%;
}

.about__inner .program__title {
    font-size: 2vw;
    margin-bottom: 3vw;
    font-weight: 700;
}

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

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

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

.about__inner .program__line-time.red {
    color: #F7592E
}

.about__inner .program__line-text {
    color: #151515;
    font-size: 1.041665vw;
    font-weight: 300;
    line-height: 180%;
    width: 69vw;
    padding-left: 3vw;
}

.about__inner .program__line-text * {
    max-width: 1000px;
    display: block;
}

.about__inner .program__line-text strong {
    font-weight: 700;
}

.about__inner .program__line-text span {
    display: block;
    color: #F7592E
}

.about__inner .program__line-text ul {
    padding-left: 20px;
}

.about__inner .program__line-text.red {
    color: #F7592E
}

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

.about__inner .speakers {
    width: 26vw;
}

.about__inner .speakers__title {
    font-size: 2vw;
    margin-bottom: 3vw;
    font-weight: 700;
}

.about__inner .speakers__item {
    position: relative;
    padding: 1.5vw 3.2vw;
    margin-bottom: 1.8vw;
    color: #fff;
    height: 15.85vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

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

.about__inner .speakers__item img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

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

.about__inner .speakers__item p {
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: -0.6px;
    margin: 0;
    line-height: 120%;
    position: relative;
}

.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-title span {
    display: block;
    font-weight: 400;
    font-size: .93vw;
    line-height: 150%;
    margin-bottom: 1vw;
}

.contact__inner-form {
    width: 100%;
}

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

}

.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: #151515;
}

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

.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 #151515;
}

.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: .93vw;
    color: #151515;
    line-height: 150%;
    margin: 0;
    padding-left: 3vw;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.contact__inner-form .form-check  a {
    color: #151515;
    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: .93vw;
    font-weight: 300;
    color: #151515;
    line-height: 150%;
    position: relative;
    margin-top: -16.5vw;
}

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

.contact__inner-mail p {
    margin: 0;
    width: 23vw;
}

.contact__inner-mail p a {
    display: block;
}

.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;
    font-size: 1.041665vw;
    color: #151515;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.footer__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer__inner .info__flex {
    display: flex;
    align-items: center;
    column-gap: 1.4vw;
}

.footer__inner .info__text {
    margin: 0;
    line-height: 180%;
}

.footer__inner .info__flex-icon {
    width: 2.6045vw;
}

.footer__inner .info__flex-icon svg {
    width: 100%;
    height: auto;
}

.footer__inner .info__flex-text a {
    display: block;
    color: inherit;
    text-decoration: none;
    font-weight: 700;
}

body {
    background: url("img/bg.png") no-repeat left bottom;
    background-size: 47%;
}
.contact .copyright {
    padding: 3vw 0;
    text-align: center;
    font-size: 1.041665vw;
    color: #151515;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.4px;
}

.desc-thx {
    font-size: 2vw;
    font-weight: 700;
}


.contact__inner-form .input-item .label {
    color: #151515;
    font-size: 0.93vw;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin: 0 0 .45vw 0;
}

.contact__inner-form .input-item .input,
.contact__inner-form .input-item select {
    font-size: 0.93vw;
    color: #151515;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.44px;
    padding: .8vw;
    display: block;
    width: 100%;
    outline: none;
    box-shadow: none;
    border: 1px solid #E4E4E4;
    background: #F8F8F8;
}

.contact__inner-form .form-radio .line-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.contact__inner-form .form-radio .line-item .radio {
    position: absolute;
    left: 0;
    top: 0.2vw;
    height: 2vw;
    width: 2vw;
    border: 2px solid #151515;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.contact__inner-form .form-radio .line-item:hover input~.radio {
    background-color: #fff;
}

.contact__inner-form .form-radio .line-item input:checked~.radio {
    background-color: #fff;
}

.contact__inner-form .form-radio .line-item .radio:after {
    content: "";
    position: absolute;
    display: none;
}

.contact__inner-form .form-radio .line-item input:checked~.radio:after {
    display: block;
}

.contact__inner-form .form-radio .line-item .radio:after {
    top: 50%;
    left: 50%;
    width: 1vw;
    transform: translate(-50%, -50%);
    height: 1vw;
    border-radius: 50%;
    background: #151515;
}

.contact__inner-form .input-item .input::placeholder {
    color: #151515;
    font-weight: 400;
}


.contact__inner-form .form-radio .line {
    justify-content: flex-start;
    column-gap: 2vw;
}

.contact__inner-form .form-radio .line-item {
    width: fit-content;
    margin: 0;
    padding-left: 3vw;
    position: relative;
    min-height: 2.2vw;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: .93vw;
}

.contact__inner-form .form-radio .line {
    justify-content: flex-start;
    column-gap: 2vw;
}

.contact__inner-form .line:last-child {
    margin-bottom: 0;
}
.contact__inner-form .line {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.contact__inner-form .line .label {
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
}

.contact__inner-form .line-item {
    position: relative;
    width: calc(50% - 15px);
    margin-bottom: .5vw;
}

.contact__inner-form .line-item.privacy {
    width: 100%;
}

.contact__inner-form .line-item:last-child {
    margin-bottom: 0;
}

.contact__inner-form .line-item label {
    min-height: 2.2vw;
    display: flex;
    align-items: center;
}


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

    .desc-thx {
        font-size: 4vw;
    }

    .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: 400px;
    }

    .hero__bg {
        position: relative;
        width: 100%;
        height: 95vw;
        object-position: top;
    }

    .hero .languages {
        column-gap: 4vw;
    }

    .hero .languages-item {
        font-size: 3.5vw;
    }

    .hero__center {
        padding: 4vw 0;
    }

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

    .hero__list {
        width: 100%;
    }

    .hero__list-item {
        width: 100%;
    }

    .hero__list-item p {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .hero__info-text {
        width: 100%;
        font-size: 3.8vw;
    }

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

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

    .hero__bottom .inner__line .item {
        width: 100%;
        border: none;
        padding: 4vw 0;
    }

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

    .hero__bottom .inner__line {
        border: none;
    }

    .about__inner .program {
        width: 100%;
    }

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

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

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

    .about__inner .program__line-text {
        font-size: 3.7vw;
        width: 62vw;
        padding-left: 0;
        padding-right: 1vw;
    }

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

    .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%;
        height: 62vw;
    }

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

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

    .contact__inner-mail p {
        width: 100%;
        line-height: 1.5;
        font-size: 4vw;
    }

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

    .contact__inner-title span {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .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: 3.5vw;
        padding: 2vw;
        border-width: 1px;
    }

    .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: 7vw;
        height: 7vw;
        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: 2vw;
        width: 7vw;
    }

    .footer {
        padding: 5vw 0 5vw;
        font-size: 3.5vw;
        text-align: left;
    }

    ul.hero__info-text {
        padding-left: 5vw;
    }

    .footer__inner {
        flex-direction: column;
        gap: 8vw;
    }

    .footer__inner .info__flex {
        column-gap: 5vw;
    }

    .footer__inner .copyright {
        width: 100%;
        text-align: left;
    }

    .footer__inner .info__flex-icon {
        width: 10vw;
    }

    .hero__center .title.thx {
        margin-bottom: 5.5vw;
    }

    .contact__inner-form .form-radio .line-item {
        padding-left: 5.5vw;
        font-size: 3.5vw;
    }

    .contact__inner-form .form-radio .line-item .radio {
        width: 4.5vw;
        height: 4.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }

    .contact__inner-form .form-radio .line-item .radio:after {
        width: 2.5vw;
        height: 2.5vw;
    }
    .contact__inner-form .input-item .label {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    body {
        background-size: contain;
    }

    .contact__inner-form .input-item .label {
        font-size: 3.5vw;
    }
}