

/* Start:/priem-zakazov-v-raznye-programmy/style.css?17563757282606*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}


.page__raznye {
    font-family: "PT Sans", Arial, sans-serif;
}


/* Section */

.page__raznye .section {
    padding: 25px 0;
}

.page__raznye .section__header {
    margin-bottom: 40px;
}

.page__raznye .section__suptitle {
    font-size: 20px;
}

.page__raznye .section__title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}


.page__raznye .section__text {
    margin-top: 15px;
    font-size: 15px;
}

/*cart*/

.page__raznye .raznye__cart.blue {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px;
    margin: 0 0 10px 0;
    width: 100%;
    background: #00A8DF;
    border-radius: 15px;
    color: #FFFFFF;
}

.page__raznye .raznye__cart.blue .cart__title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page__raznye .raznye__cart.blue .cart__content{
    font-size: 20px;
}


/*list*/

.page__raznye .requirements__items {
    display: flex;

}

.page__raznye .requirements__item {
    width: 50%;
}

.page__raznye .requirements__list {
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    background: #F8F8F8;
    margin-bottom: 32px;
}

.page__raznye .list__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.page__raznye .requirements__list .list__box {
    margin-top: 20px;
}

.page__raznye .requirements__list ul li {
    margin: 12px 0;
    padding: 5px 0 10px 45px;
    list-style: none;
    background-image: url("/kompakt-plity/../images/intro_check.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30px;
}


.page__raznye .other__list ul li {
    padding: 5px 0 10px 10px;
    background: none;
}

.page__raznye .other__list ul li::before {
    content: "•";
    float: left;
    padding: 0 0.5em 0 0;
}


/*form*/

.page__raznye .cost .form-group_new input, textarea {
    max-width: 542px;
    min-height: 60px;
    width: 100%;
    height: 100%;
}


.page__raznye .cost .btn.btn-lg.arr {
    max-width: 542px;
    width: 100%;
}


@media (max-width: 900px) {
    .page__raznye .requirements__items {
        flex-wrap: wrap;
    }

    .page__raznye .requirements__item {
        width: 100%;
        margin: 0!important;
    }

    .page__raznye .cost {
        text-align: center;
    }
}

@media  (max-width: 550px) {
    .page__raznye .section__title, .raznye__cart.blue .cart__title{
        font-size: 25px!important;
    }

    .page__raznye .section__suptitle, .raznye__cart.blue .cart__content {
        font-size: 15px!important;
    }


}





/* End */


/* Start:/local/templates/sniper/components/bitrix/form.result.new/popup/style.css?17563757291604*/
.inputtext {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #e6e6e6;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contacts input[type=checkbox] {
    vertical-align: top;
    display: inline-block !important;
    -webkit-appearance: checkbox;
}

.success {
    font-size: 25px;
    color: #ff7f2d;
    font-weight: 700;
}

.popup-window-content {
    padding: 10px;
    text-align: center;
}

.form-group_new input::placeholder {
    font-size: 15px;
    color: #B7B7B7;
}

.form-group_new textarea::placeholder {
    font-size: 15px;
    color: #B7B7B7;
}

.form-group_new {
    margin-bottom: 10px;
	text-align: left;

}

.form-group_new span {
    /*display: none;*/
}

.form-group_new input {
    width: 100%;
    height: 60px;
    background: #F1F1F1;
    box-shadow: none;
}

.form-group_new textarea {
	width: 100%;
  height: 127px;
  resize: none;
}

.btn.btn-lg.arr {
    width: 100%;
    margin-top: 20px;
    box-shadow: none;
    transition: all 0.3s;
}

.btn.btn-lg.arr:hover {
    background-image: linear-gradient(to bottom, #ffd47f 0, #bd480d 100%);
}

























/* End */
/* /priem-zakazov-v-raznye-programmy/style.css?17563757282606 */
/* /local/templates/sniper/components/bitrix/form.result.new/popup/style.css?17563757291604 */
