.open-form {
    margin-bottom: 20px;
}


.open-form__form {
    display: flex; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox;
    flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column;
}

.open-form__text {
    -webkit-box-ordinal-group: 10; -webkit-order: 9; -ms-flex-order: 9; order: 9;
    padding: 20px;
    margin-top: 20px;
}

.open-form__title {
    padding-bottom: 0;
}
.open-form__title::before {
    display: none;
}

.zvonite-title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 10px;
}
.zvonite-phone {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}
.zvonite-phone::before {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #EB3B3B;
    position: absolute;
    bottom: 0;
    left: 0;
}
.zvonite-phone .link-phone {
    font-size: 20px;
    font-weight: 700;
}

.lightform .open-form {
    background-image: url(form-light-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lightform .open-form__text {
    background-color: #fff;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.lightform  .zvonite-phone .link-phone {
    color: #333;
}

.lightform .open-form__infotext {
    color: #000;
}
.lightform .open-form__title {
    font-family: 'Gilroy';
}
.darkform .open-form {
    background-image: url(abrakadabra-fun-p-iskri-kostra.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.darkform a {
    color: inherit;
}
.darkform input, 
.darkform textarea {
    background-color: transparent;
    border: 1px solid #fff;
    font-family: 'Oswald';
    color: #fff;
}
.darkform .btn {
    font-family: 'Oswald';
}
.darkform .open-form__text {
    background-color: #F3F2F2;
    color: #000;
}
.darkform .open-form__title {
    color: #fff;
}
.darkform .zvonite-title {
    font-family: 'Oswald';
}

.darkform .zvonite-phone .link-phone {
    font-family: 'Oswald';
}



@media (min-width:768px) {
    .open-form__text {
        margin-top: 40px;
    }
}


@media (min-width:1200px) {
    .open-form { 
        background-image: none;
        background-color: #fff;
        margin-bottom: 62px;
        position: relative;
        overflow: hidden;
    }
    .open-form__title {
        margin-bottom: 30px;
    }
    .open-form__form {
        padding-right: 56%;
    }
    .open-form .btn {
        padding: 24px 43px;
        min-width: 100px;
        margin-top: 10px;
    }
    .open-form__text {
        position: absolute;
        top: -20px;
        bottom: 0;
        left: 50%;
        height: 398px;
        margin: auto;
        padding: 100px 80px;
    }
    .open-form__container {
        position: relative;
        z-index: 2;
    }
    .zvonite-phone .link-phone {
        font-size: 40px;
    }
    .zvonite-title {
        margin-bottom: 12px;
    }
    .zvonite-phone {
        margin-bottom: 50px;
        padding-bottom: 26px;
    }
    .zvonite-mail {
        font-size: 18px;
    }

    .open-form::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        width: 65.3%;
    }
    .open-form__text:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        
        width: 100vw;
        z-index: -1;
    }
    .darkform .open-form {
        background-image: none;
    }
    .darkform .open-form::before {
        background-image: url(abrakadabra-fun-p-iskri-kostra.webp);
    }
    .darkform .open-form__text:before { 
        background-color: #F3F2F2;
    }
    .lightform .open-form {
        background-image: none;
    }
    .lightform .open-form::before { 
        background-image: url(form-light-bg.webp);
    }
    .lightform .open-form__text {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .lightform .open-form__text:before { 
        background-color: #fff;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

    .lightform .zvonite-title {
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 5px;
    }
    .lightform .zvonite-phone .link-phone {
        font-size: 36px;
    }
    .lightform .zvonite-mail {
        font-size: 16px;
    }
    .lightform .open-form__text {
        padding: 106px 80px;
    }
}

@media (min-width:1400px) {
    
}