@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*MAIN*/
html {
    font-size: calc(100vw / 192);
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    --green: #2ac48a;
    --white: #fff;
    --black: #000;
    --red: #cd0000;
    --grey: #7D7D7D;
}
@media(max-width: 767px){
    html {
        font-size: calc(100vw / 36);
    }
}
html *{
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    font-size: 2rem;
}
@media (max-width: 767px) {
    body {
        height: auto;
        overflow-y: auto;
    }
}



.webinar_page {
    padding: 6rem;
    position: relative;
    height: 100vh;
}

@media (max-width: 767px) {
    .webinar_page {
        padding: 3rem;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}

.webinar_page:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -75rem;
    right: -50rem;
    width: 150rem;
    height: 150rem;
    border-radius: 50%;
    pointer-events: none;
    background: #FAF9F9;
    z-index: -1;
}

@media (max-width: 767px) {
    .webinar_page:before {
        content: none;

    }
}

.webinar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logo {
    width: 17.2rem;
    height: 7.9rem;
}

@media (max-width: 767px) {
    .logo {
        width: auto;
        height: 4rem;
        margin-left: auto;
    }
}

.label_free {
    width: 26rem;
    height: 5rem;
    background: var(--green);
    border-radius: 4rem;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .label_free {
        width: 13rem;
        height: 3rem;
        font-size: 1.2rem;
    }
}

.webinar-date__inner {
    width: 55%;
    float: left;
}

.webinar-date {
    display: inline-flex;
    align-items: center;
    background-image: url("/webinar/images/line.svg");
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 3rem;
    margin-top: 7rem;
}

@media (max-width: 767px) {
    .webinar-date {
        padding-bottom: 1rem;
        margin-top: 3rem;
    }
}

.webinar-date img {
    width: 3.7rem;
    height: 3.7rem;
    margin-right: 1.7rem;
}

@media (max-width: 767px) {
    .webinar-date img {
        width: 2rem;
        height: 2rem;
        margin-right: 1rem;
    }
}

.webinar-date span {
    font-weight: 400;
    font-size: 2.8rem;
    color: var(--black);
}
@media (max-width: 767px) {
    .webinar-date span {
        font-size: 1.4rem;
    }
}
.webinar-theme {
    margin-top: 9rem;
    width: 55%;
    float: left;
}
@media (max-width: 767px) {
    .webinar-theme {
        margin-top: 2rem;
    }
}
.webinar-label {
    font-weight: 300;
    font-size: 2.4rem;
    color: var(--grey);
    margin-bottom: 1rem;
}
@media (max-width: 767px) {
    .webinar-label {
        font-size: 1.2rem;
        margin-bottom: .5rem;
    }
}
.webinar-label_theme {
    font-size: 2.8rem;
}

@media (max-width: 767px) {
    .webinar-label_theme {
        font-size: 1.4rem;
    }
}


.webinar-title {
    font-weight: 500;
    font-size: 4.8rem;
    color: var(--black);
    text-transform: uppercase;
    width: 75rem;
    max-width: 100%;
    min-height: 24rem;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 767px) {
    .webinar-title {
        font-size: 2rem;
        width: 100%;
        min-height: auto;
        display: inline-flex;
        align-items: center;
    }
}
.webinar-btn__inner {
    width: 55%;
    float: left;
}
.webinar-btn2,
.webinar-btn {
    width: 50rem;
    height: 11rem;
    background: var(--green);
    font-weight: 500;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9rem;
    cursor: pointer;
    margin-top: 10rem;
    border: 0;
    outline: none;
    opacity: 1;
    transition: all .3s;
}

@media (max-width: 767px) {
    .webinar-btn2,
    .webinar-btn {
        width: 100%;
        height: 5rem;
        font-size: 1.6rem;
        border-radius: 5rem;
        margin-top: 3rem;
    }
}
.webinar-btn:hover {
    opacity: .8;
}
.webinar-speakers {
    margin-bottom: 5rem;
    width: 45%;
    float: right;
}
@media (max-width: 767px) {
    .webinar-speakers {
        margin-top: 2rem;
    }
}
.webinar-speaker {
    margin-bottom: 1rem;
    font-size: 2rem;
}
@media (max-width: 767px) {
    .webinar-speaker {
        font-size: 1.2rem;
        padding-right: 4rem;
    }
}
.webinar-program {
    margin-bottom: 5rem;
    width: 45%;
    float: right;
}

@media (max-width: 767px) {
    .webinar-program {
        margin-bottom: 2rem;
    }
}

.webinar-program ul {
    list-style: none;
    padding: 0;
}
.webinar-program li {
margin-bottom: 1rem;
    font-size: 2rem;
}
@media (max-width: 767px) {
    .webinar-program li {
        font-size: 1.4rem;
    }
}

.webinar-program li:before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    pointer-events: none;
    background: var(--green);
    margin-right: 2.5rem;
}

@media (max-width: 767px) {
    .webinar-program li:before {
        width: .5rem;
        height: .5rem;
        margin-right: 1rem;
    }
}

.webinar-speaker__name {
    font-size: 2.4rem;
    font-weight: 500;
}
@media (max-width: 767px) {
    .webinar-speaker__name {
        font-size: 1.6rem;
    }
}
.webinar-time {
    width: 45%;
    float: right;
}
.webinar-time__time {
    font-size: 2.4rem;

}
@media (max-width: 767px) {
    .webinar-time__time {
        font-size: 1.2rem;
    }
}
.webinar-form-modal {
    position: fixed;
    width: 74rem;
    background: #FFFFFF;
    box-shadow: 0 0 2rem -5px rgba(0, 0, 0, 0.05);
    border-radius: 2rem;
    padding: 3rem 9rem;
    left: 50%;
    margin-left: -37rem;
    top: 50%;
    z-index: 10;
    display: none;
}

@media (max-width: 767px) {
    .webinar-form-modal {
        width: 100%;
        border-radius: 0;
        padding: 2rem;
        left: 0;
        margin-left: 0;
    }
}
.webinar-form-modal.open {
    display: block;
}

.webinar-form-modal__title {
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 4rem;
}

@media (max-width: 767px) {
    .webinar-form-modal__title {
        font-size: 1.2rem;
        margin-bottom: 2rem;
    }
}

.webinar-form {

}
.webinar-form__item {
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    .webinar-form__item {
        margin-bottom: 1rem;
    }
}

.webinar-form__input {
    font-weight: 300;
    font-size: 2rem;
    color: #000;
    height: 5rem;
    border: 2px solid #D9D9D9;
    border-radius: 1rem;
    padding: 0 2rem;
    width: 100%;
}

@media (max-width: 767px) {
    .webinar-form__input {
        font-size: 1.4rem;
        height: 3rem;
        border: 1px solid #D9D9D9;
        padding: 0 1rem;
        border-radius: .5rem;
    }
}
.webinar-form__input::placeholder {
    color: #6B6B6B;
}
.webinar-form__label {
    margin-bottom: 1rem;
}

@media (max-width: 767px) {
    .webinar-form__label {
        margin-bottom: .5rem;
        font-size: 1.2rem;
    }
}

.webinar-form-modal_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
}
@media (max-width: 767px) {
    .webinar-form-modal_bg {
        background: #fff;
    }
}

.webinar-form-modal.open + .webinar-form-modal_bg {
    display: block;
}

.webinar-form__checkboxs {
    margin: 1rem 0;
}

@media (max-width: 767px) {
    .webinar-form__checkboxs {
        margin: .5rem 0;

    }
}

.webinar-form__checkbox {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
    height: 3rem;
    position: relative;
}

@media (max-width: 767px) {
    .webinar-form__checkbox {
        height: 2rem;
    }
}



.webinar-form__checkbox label {
    font-weight: 300;
    font-size: 1.8rem;
    color: #000000;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-left: 2rem;
}

@media (max-width: 767px) {
    .webinar-form__checkbox label {
        font-size: 1rem;
        padding-left: 1rem;
    }
}

.webinar-form__checkbox input {
    margin-left: .75rem;
}
@media (max-width: 767px) {
    .webinar-form__checkbox input {
        margin-left: .35rem;
    }
}
.webinar-form__checkbox label a {
    color: var(--green);
    text-decoration: none;
}
.webinar-form__checkbox label a:hover {
    text-decoration: underline;
}

.webinar-form__checkbox label:before {
    content: "";
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border: solid 2px #000;
    margin-right: 1.5rem;
    position: absolute;
    left: 0;
    background: #fff;
}

@media (max-width: 767px) {
    .webinar-form__checkbox label:before {
        width: 1.5rem;
        height: 1.5rem;
        border: solid 1px #000;
        margin-right: 1rem;
    }
}

.webinar-form__checkbox input:checked + label:before {
    border: solid 1px var(--green);
    background-image: url(/webinar/images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem;
}

@media (max-width: 767px) {
    .webinar-form__checkbox input:checked + label:before {
        border: solid 1px var(--green);
        background-size: 1rem;
    }
}

.webinar-form__btn {
    width: 100%;
    height: 9rem;
    background: var(--green);
    font-weight: 500;
    font-size: 3.2rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    cursor: pointer;
    margin: 2rem 0;
    border: 0;
    outline: none;
    opacity: 1;
    transition: all .3s;
}
@media (max-width: 767px) {
    .webinar-form__btn {
        height: 4rem;
        font-size: 1.6rem;
        margin: 1rem 0;
    }
}
.webinar-form__btn:hover {
    opacity: .8;
}

.webinar-form__politika {
    font-weight: 300;
    font-size: 1.4rem;
    color: #6B6B6B;
    text-align: center;
}

@media (max-width: 767px) {
    .webinar-form__politika {
        font-size: .8rem;
    }
}

.webinar-form__politika a {
    color: var(--green);
    text-decoration: none;
}
.webinar-form__politika a:hover {
    text-decoration: underline;
}

.webinar-form-modal__close {
    fill: #6B6B6B;
    position: absolute;
    width: 6rem;
    height: 6rem;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
    transition: all .3s;
}

@media (max-width: 767px) {
    .webinar-form-modal__close {
        width: 3rem;
        height: 3rem;
        right: 1rem;
        top: 1rem;
    }
}

.webinar-form-modal__close:hover {
    fill: #000;
}

#preloader {
    display: none; /* Скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 1.5em;
}
@media (max-width: 767px) {
    #preloader {
        font-size: 1.4rem;
        text-align: center;
        line-height: 2rem;
    }
}
.webinar_success {
    text-align: center;
}

.webinar_success__title {
    font-weight: 600;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    color: var(--green);
    display: inline-flex;
    align-items: center;
    background-image: url("/webinar/images/line-success.svg");
    background-size: 40rem auto;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 3rem;
    margin-bottom: 6rem;
}

@media (max-width: 767px) {
    .webinar_success__title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 6rem 0 3rem;
        background-size: 20rem auto;
        padding-bottom: 2rem;
    }
}

.webinar_success__text {
    font-size: 2rem;
    margin-bottom: 7rem;
}
@media (max-width: 767px) {
    .webinar_success__text {
        font-size: 1.2rem;
        margin-bottom: 3rem;
    }
}
.webinar_success__soc {}
.webinar_success__soc a {
    text-decoration: none;
}
.webinar_success__soc svg {
    width: 10rem;
    height: 10rem;
    margin: 2rem;
}

@media (max-width: 767px) {
    .webinar_success__soc svg {
        width: 5rem;
        height: 5rem;
        margin: 1rem;
    }
}

@media (max-width: 767px) {
    .webinar-date__inner {
        width: 100%;
        float: none;
        order:1;
    }

    .webinar-theme {
        width: 100%;
        float: none;
        order:2;
        position: relative;
        z-index: 1;
    }

    .webinar-speakers {
        width: 100%;
        float: none;
        order:3;
        position: relative;
        z-index: 1;
    }

    .webinar-program {
        width: 100%;
        float: none;
        order:5;
    }

    .webinar-time {
        width: 100%;
        float: none;
        order:6;
    }

    .webinar-btn__inner {
        width: 100%;
        float: none;
        order:8;
    }
}
.bottom-mob-title,
.styled-mob {
    display: none;
}

@media (max-width: 767px) {
    .styled-mob {
        display: block;
        background-image: url(/webinar/images/style_bg.svg);
        background-size: 100% auto;
        background-repeat: no-repeat;
        padding: inherit;
        margin: -20rem -3rem 0;
        height: 44rem;
        background-position: 0 -24rem;
        order: 4;
    }
    .styled-mob .webinar-btn2,
    .styled-mob .webinar-btn {
        background: #fff;
        color: #000;
        margin: 19.5rem 3rem 5rem;
        width: calc(100% - 6rem);
    }
    .bottom-mob-title {
        font-weight: 400;
        display: block;
        text-align: center;
        align-items: center;
        background-image: url("/webinar/images/bottom-mob-title.svg");
        background-position: bottom;
        background-repeat: no-repeat;
        font-size: 1.8rem;
        line-height: 2.5rem;
        margin: 2rem 0 0;
        background-size: 13rem auto;
        padding-bottom: 1rem;
        order: 7;
    }

    .bottom-mob-title span {
        color: var(--green);
    }
}


.lkbut{
    width: 26rem;
    height: 5rem;
    background: var(--green);
    border-radius: 4rem;
    font-weight: 500;
    font-size: 2.4rem;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.lkbut:hover {
	text-decoration: underline;
}

.webinar-btn2 {
  background: #ccc;
}