@charset  "UTF-8";
        @import  url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i&display=swap&subset=cyrillic");

        .d-flex {
            display: flex;
            /*flex-wrap: nowrap;*/
            flex-wrap: wrap;
        }

        .sltop__form_wrapper {
            position: relative;
            font-family: 'PT Sans', sans-serif;
            font-size: 20px;
        }

        .sltop__form_wrapper form {
        }

        .sltop__form_wrapper form::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            background: #000;
            transition: all .3s;
            cursor: progress;
        }

        .sltop__form_wrapper form.loading::after {
            visibility: visible;
            opacity: .8;
        }

        .sltop__form_wrapper form .sltop__form_result_msg,
        .sltop__form_wrapper form .sltop__form_result_msg_202 {
            position: absolute;
            z-index: 2;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 21px;
            transition: all .3s;
        }

        .sltop__form_wrapper form.success .sltop__form_success_msg,
        .sltop__form_wrapper form.success_202 .sltop__form_success_msg_202 {
            opacity: 1;
            visibility: visible;
        }

        .sltop__form_wrapper form.fail .sltop__form_fail_msg {
            opacity: 1;
            visibility: visible;
        }

        .sltop__form_wrapper .sltop__form_elemen {
            position: relative;
            padding-bottom: 20px;
        }

        .sltop__form_wrapper .sltop__form_title {
            font-size: 30px;
            font-weight: 700;
            line-height: 35px;
            color: #000;
            margin: 0 0 35px;
        }

        .sltop__form_wrapper .sltop__form_license {
            color: #484848;
            font-size: 14px;
            font-style: italic;
            line-height: 20px;
        }

        .sltop__form_wrapper input,
        .sltop__form_wrapper select,
        .sltop__form_wrapper textarea {
            display: block;
            width: 100%;
            max-width: 300px;
            height: 44px;
            box-sizing: border-box;
            font-size: 20px;
            font-weight: 400;
            line-height: 44px;
            color: #000;
            padding: 0 22px;
            margin-right: 16px;
            background-color: #fff;
        }

        .sltop__form_wrapper input:focus,
        .sltop__form_wrapper select:focus,
        .sltop__form_wrapper textarea:focus {
            border-color: #8ad4ee;
            box-shadow: 0 0 0 0.2rem rgba(32, 168, 216, .25);
        }

        .sltop__form_wrapper textarea {
            width: 100%;
            max-width: 100%;
            height: 120px;
            padding: 11px;
            line-height: 1.2;
            resize: vertical;
        }

        .sltop__form_wrapper button[type=submit] {
            min-height: 53px;
            border: none;
            color: #fff;
            font-size: 23px;
            font-weight: 400;
            line-height: 1;
            padding: 14px 20px 14px;
            text-align: center;
            cursor: pointer;
            margin-right: 20px;
            background: #d01d00;
            white-space: nowrap;
            transition: all 0.2s ease;
        }

        .sltop__form_wrapper button[type=submit]:hover {
            opacity: .8;
        }

        /*.sltop__form_wrapper .sltop__form_success_msg,*/
        /*.sltop__form_wrapper .sltop__form_fail_msg {*/
        /*    position: absolute;*/
        /*    top: 0;*/
        /*    right: 0;*/
        /*    bottom: 0;*/
        /*    left: 0;*/
        /*    opacity: 0;*/
        /*    visibility: hidden;*/
        /*    display: flex;*/
        /*    justify-content: center;*/
        /*    align-items: center;*/
        /*    background: rgba(0, 0, 0, 0.5);*/
        /*    transition: all .3s;*/
        /*}*/

        /*.sltop__form_wrapper .sltop__form_success_msg.active,*/
        /*.sltop__form_wrapper .sltop__form_fail_msg.active {*/
        /*    opacity: 1;*/
        /*    visibility: visible;*/
        /*}*/

        .sltop__form_wrapper {
            background-position: 50% 0;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .sltop__form_wrapper {
            width: 100%;
            min-height: 100px;
            padding-top: 80px;
            padding-bottom: 130px;
            background-color: #ffcc00;
            background-image: url("https://lk.newapi.ru/app/build/img/form/computer/bg-yellow.jpg");
        }

        .sltop__form_wrapper button[type=submit] {
            background: #d01d00;
        }

                .sltop__form_wrapper {
            background: none;
        }

        .sltop__form_wrapper button[type=submit] {
            background: #ccc;
        }

        
                .sltop__form_wrapper {
            background-image: none;
        }

        
        .sltop__form_wrapper {
            background-color: #F5F5F7;
            background-image: none;
        }

        
        .sltop__form_wrapper button[type=submit] {
            background-color: #0000FF;
        }

        
        
        .sltop__form_wrapper {
             width: 100%;
                         min-height: 100px;
                         padding-top: 80px;
                         padding-bottom: 130px;
        
        }

        .sltop__form_wrapper .container {
            max-width: 450px;
            margin: 0 auto;
            padding: 0 10px;
        }

                    .sltop__form_wrapper button[type=submit] {
            color: #FBF5F5;
        }
        
        