

/* Start:/bitrix/templates/adapt_stroy/js/bootstrap-select.min.css?16380911958495*/
/*!
 * Bootstrap-select v1.7.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2015 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */.bootstrap-select{width:220px \0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;z-index:1035;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1036}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%}select.bs-select-hidden,select.selectpicker{display:none!important}select.mobile-device{position:absolute!important;top:0;left:0;display:block!important;width:100%;height:100%!important;opacity:0}



.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.open>.dropdown-menu {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select>.dropdown-toggle:after{
content:'';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
    font-size: 24px;
    width: 0;
    height: 0;
    border-top: 9px solid #0098e1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 10;}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    background-color: #fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -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,-webkit-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;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hidden {
    display: none!important;
}

body .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]{
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    height: 35px;
    border: 1px solid #d0d1d2;
    font-size: 14px;
    outline: none;}

/* End */


/* Start:/bitrix/templates/adapt_stroy/css/orderstyle.css?16380911954307*/
#overlay.inorder{
background-image:url(/bitrix/templates/adapt_stroy/components/myblock/sale.order.ajax/basket_order_v2/loading.GIF);
    background-repeat: no-repeat;
    background-position: center;
}

.pay_m_rasr select{ background-color: #f8fafc;
    border: 1px solid #d5dadc;
    padding: 5px;
    cursor: pointer;}
.divprop8{display:none;}
.divprop8 input{display:none;}
.load_city{display:none;}

.thanks-page {
    padding: 25px 10px;
    width: 100%;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.thanks-box {
    margin-bottom: 25px;
    text-align: center;
}
.thanks-box__heading {
    font-size: 35px;
    color: #0098e1;
    margin: 0;
    margin-bottom: 25px;
}
.thanks-box__sub-heading {
    width: 765px;
    margin: 0 auto 25px;
    font-size: 18px;
    color: #0098e1;
    line-height: 1.6;
}
.thanks-box__info {
    display: table;
    width: 725px;
    margin: 0 auto;
    border: 1px solid #d0d1d2;
    padding: 10px 5px;
    margin-bottom: 35px;
}
.thanks-box__info .col-1-2 {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    text-align: left;
    background: #f5f6f7;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    padding: 15px 20px;
}
.order-info__list {
    width: 100%;
}
ol, ul {
    list-style: none;
}
.order-info__list li {
    font-size: 16px;
    line-height: 1.6;
    color: #a8a8a8;
}
.order-info__list .value--main {
    font-weight: bold;
}
.order-info__list .value {
    display: inline-block;
    margin-left: 5px;
    color: #1b1b1b;
}
.clearfix:after, .row:after {
    clear: both;
}
.thanks-box__pay-link {
    position: relative;
    top: -4px;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 30px;
    background: #0098e1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 0 #008bbd;
    box-shadow: 0 4px 0 #008bbd;
}
.thanks-box__pay-link:hover {
    top: -2px;
    -webkit-box-shadow: 0 2px 0 #008bbd;
    box-shadow: 0 2px 0 #008bbd;
}
.discount-box {
    width: 100%;
    text-align: center;
}
.discount-box__heading {
    font-size: 25px;
    color: #0098e1;
    font-weight: bold;
    margin-bottom: 30px;
}
.discount-form {
    width: 100%;
    text-align: center;
}
.discount-form__input {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 45px;
    background: #fff;
    border: 1px solid #d0d1d2;
    padding-left: 10px;
    margin: 0 10px;
    font-size: 16px;
    outline: none;
}
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.discount-form__submit {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 45px;
    background: #0098e1;
    margin: 0 10px;
    border: 1px solid transparent;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}
.discount-form__submit:hover {
    background: #00a3f2;
}
.hidde
{
display:none;
}








@media only screen and (max-width:1280px) {

    
    
}

@media only screen and (max-width:1024px) {

    .thanks-box__sub-heading {
        width: 100%;
    }
    .thanks-box__info {
        display: block;
        width: 100%;
        padding: 10px;
    }
    
    .thanks-box__info .col-1-2 {
        display: block;
        width: 100%;
        border: none;
    }
    .thanks-box__info .col-1-2:not(:last-child) {
        margin-bottom: 10px;
    }
    
    .discount-form__input,
    .discount-form__submit {
        margin-left: 0;
        margin-right: 0;
    }
    .discount-form__input {
        margin-bottom: 15px;
    }
    
}

@media only screen and (max-width:480px) {
    
    .thanks-box__heading {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .thanks-box__sub-heading {
        font-size: 16px;
        line-height: 1.2;
    }
    
    .order-info__list li {
        font-size: 14px;
    }
    
    .discount-box__heading {
        font-size: 20px;
    }
    
    .thanks-box__pay-link,
    .discount-form__input,
    .discount-form__submit {
        width: 260px;
        height: 40px;
        line-height: 40px;
    }
    
}

/* End */


/* Start:/bitrix/templates/adapt_stroy/components/bitrix/sale.basket.basket/basket_order_v2/style.css?163809119513203*/
 button {
    border: none;
background: none;}
.basket-products__image .img_bascet{ width: 100%;
    height: 100px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
background-size: contain;}

.basket-holder {
    position: relative;
    width: 100%;
    border: 1px solid #dbdbdb;
}

.order-page {
    position: relative;
    width: 100%;
    padding: 20px 25px;
}

.form-order-holder {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.form-order {
    width: 100%;
}

.form-order__heading {
    font-size: 30px;
    margin: 0;
    margin-bottom: 20px;
}

.form-order__item {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.form-order__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    width: 35%;
    margin-top: 7px;
}
.form-order__label > sup {
    color: #f00;
    position: relative;
    top: -3px;
    font-size: 18px;
}

.form-order__input,
.form-order__textarea {
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    height: 35px;
    border: 1px solid #d0d1d2;
    padding-left: 10px;
    font-size: 14px;
    outline: none;
}

.form-order__input:focus,
.form-order__textarea:focus {
    border-color: #008bbd;
}

.form-order__input--house,
.form-order__input--appart {
    width: 90px;
    margin-right: 20px;
}

.form-order__radio-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 63%;
    padding-top: 5px;
}
.form-order__radio-buttons li {
    margin-bottom: 5px;
    font-size: 15px;
    color: #444;
    line-height: 1.4;
}
.form-order__radio-buttons li:hover {
    color: #0098e1;
}

/*  Custom CheckBoxes and RadioButtons  */
.styled-radio {
    cursor: pointer;
}
.styled-radio input[type="radio"] {
    display: none;
}
.styled-radio  .icon {
    position: relative;
    display: inline-block;
    top: 3px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
}
.styled-radio input[type="radio"] + .icon:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background-image: url(/bitrix/templates/adapt_stroy/images/icons-sprite__1.png);
    background-position: -5px -50px;
}
.styled-radio input[type="radio"]:checked + .icon:after {
    content: '';
    background-position: -5px -77px;
}
/*  /Custom CheckBoxes and RadioButtons  */


/*  Custom Select  */
.styled-select {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d0d1d2;
    font-size: 14px;

    overflow: hidden;
    position: relative;
}

.styled-select,
.styled-select select {
    position: relative;
    z-index: 20;
    width: 63%;
    height: 35px;
}

select:focus { outline: none; }

.styled-select select {
    width: 100%;
    height: 35px; 
    padding-left: 10px;
    background: transparent;
    border: none;

    /*hide default down arrow in webkit */
    -webkit-appearance: none; 
}

@-moz-document url-prefix(){
    .styled-select select { width: 110%; }
}

.select__arrow {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 12px;
    font-size: 24px;
    width: 0;
    height: 0;
    border-top: 9px solid #0098e1;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    z-index: 10;
}

.cform-order__item select::-ms-expand { display: none; } /* hide default down arrow in IE10*/

/* hack to fall back in opera */
_:-o-prefocus, .selector {
  .styled-select { background: none; }
}
/*  end Custom Select  */

.form-order__textarea {
    height: 100px;
    resize: vertical;
    padding: 5px 10px;
}

.form-order__submit {
    position: relative;
    display: block;
    width: 90%;
    height: 55px;
    margin: 0 auto;
    background: #0098e1;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    -webkit-box-shadow: 0 4px 0 #008bbd;
    box-shadow: 0 4px 0 #008bbd;
    outline: none;
text-align: center;
    line-height: 55px;
}
.form-order__submit:hover {
    top: 2px;
    -webkit-box-shadow: 0 2px 0 #008bbd;
    box-shadow: 0 2px 0 #008bbd;
}
.form-order__submit:active {
    top: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}






.basket-order-holder {
    float: right;
    width: 55%;
}

.basket-box {
    width: 100%;
    padding: 15px 20px 25px;
    background: #f5faff;
    margin-bottom: 20px;
}

.basket-box__heading {
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
    color: #008bbd;
}



/*  Basket products Styles  */
.basket-products__head {
    width: 100%;
    text-align: right;
}
.basket-products__head li {
    display: inline-block;
    font-size: 16px;
    color: #7e8081;
    width: 20%;
    text-align: center;
    line-height: 1.4;
    padding-right: 10px;
}


.basket-products__list {
    width: 100%;
    margin-bottom: 25px;
    list-style: none;
    padding: 0;
}
.basket-products__item {
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
}
.basket-products__item:after {
    content: '';
    display: table;
    clear: both;
}

.basket-products__item .row {
    float: left;
}
.basket-products__item .row--left {
    width: 60%;
}
.basket-products__item .row--right {
    width: 40%;
}


.basket-products__image {
    float: left;
    width: 30%;
}
.basket-products__image > img {
    display: block;
    width: 100%;
    height: auto;
}

.basket-products__details {
    float: left;
    width: 70%;
    padding-left: 30px;
    padding-right: 10px;
}

.basket-products__title {
    margin: 0;
    font-size: 18px;
    color: #008bbd;
    line-height: 1.6;
    margin-top: -5px;
    margin-bottom: 5px;
}
.basket-products__title a {
    color: inherit;
}

.basket-products__control li {
    display: inline-block;
    font-size: 14px;
}
.basket-products__control li:not(:last-child) {
    margin-right: 5px;
}
.basket-products__control li:not(:last-child):after {
    content: '|';
    position: relative;
    left: 5px;
    top: -1px;
    color: #777;
}
.basket-products__control li a {
    color: #777;
}
.basket-products__control li:hover a {
    color: #111;
}


.basket-products__amount {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 10px;
}

.amount__btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 20px;
    width: 30px;
    height: 25px;
    line-height: 22px;
    background: #0098e1;
    border: 1px solid #0098e1;
    color: #fff;
    text-align: center;
    cursor: pointer;
    outline: none;
}
.amount__btn--minus {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.amount__btn--minus:before {
    content: '_';
    position: absolute;
    font-size: 18px;
    top: -8px;
    left: 8px;
}
.amount__btn--plus {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.amount__btn:hover {
    background: #fff;
    color: #0098e1;
}
.amount__input {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    background: none;
    margin: 0 2px;
}


.basket-products__sum {
    float: left;
    width: 50%;
    text-align: center;
    padding-top: 15px;
    padding-left: 20px;
}
.basket-products__sum .value {
    display: block;
    font-size: 20px;
    color: #484141;
    font-weight: bold;
}

.basket-products__calc {
    display: block;
    padding-top: 18px;
    font-size: 14px;
    color: #777;
}




.basket-footer:after {
    content: '';
    display: table;
    clear: both;
}

.basket-discount-holder {
    float: left;
    width: 50%;
    text-align: left;
    padding-top: 10px;
}
.basket-discount {
    width: 100%;
}
.basket-discount > span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
    font-size: 18px;
    color: #111;
}
.basket-discount > input {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    height: 35px;
    border: 1px solid #d0d1d2;
    padding-left: 10px;
    outline: none;
}

.basket-discount > button {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 35px;
    background: #0098e1;
    color: #fff;
    font-size: 18px;
    margin-left: -5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    outline: none;
}





.basket-result-holder {
    float: left;
    width: 50%;
}

.basket-result {
    float: right;
    padding: 15px 17px;
    background: #dcecff;
    border-radius: 4px;
    font-size: 20px;
}
.basket-result .value {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
}





.basket-benefits {
    width: 100%;
    padding: 15px 20px;
    background: #f5faff;
}

.basket-benefits__heading {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #0098e1;
    margin: 0;
    margin-bottom: 35px;
}


.basket-benefits__list {
    width: 100%;
    padding: 0 20px;
    list-style: none;
}
.basket-benefits__item {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 60px;
    padding-right: 15px;
    margin-bottom: 40px;
    font-size: 18px;
}

.basket-benefits__item .sprite {
    position: absolute;
    top: 50%;
    left: 0;
}
.basket-benefits__item .sprite:after {
    content: '';
    background-image: url(/bitrix/templates/adapt_stroy/components/bitrix/sale.basket.basket/basket_order_v2/images/icons__benefits.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-icons__icon-buy:after {
    width: 42px;
    height: 43px;
    margin-top: -21.5px;
    background-position: -5px -5px;
}

.sprite-icons__icon-like:after {
    width: 45px;
    height: 49px;
    margin-top: -24.5px;
    background-position: -5px -58px;
}

.sprite-icons__icon-time:after {
    width: 45px;
    height: 43px;
    margin-top: -21.5px;
    background-position: -5px -117px;
}

.sprite-icons__icon-warranty:after {
    width: 32px;
    height: 44px;
    margin-top: -22px;
    background-position: -5px -170px;
}

@media only screen and (max-width:1280px) {

    
    
}

@media only screen and (max-width:1024px) {

    .form-order__label,
    .form-order__input,
    .form-order__radio-buttons,
    .form-order__textarea,
    .form-order__submit {
        display: block;
        width: 100%;
    }
    .form-order__label {
        margin: 0;
        margin-bottom: 5px;
    }
    
    .styled-select {
        width: 100%;
    }
    
    .form-order__input--house,
    .form-order__input--appart {
        margin: 0;
    }
    .form-order__input--house {
        margin-bottom: 20px;
    }
    
    .basket-products__head {
        display: none;
    }
    
    .basket-products__item .row {
        float: none;
        width: 100%;
    }
    
    .basket-products__amount {
        width: 30%;
        padding-top: 25px;
    }
    
    .basket-products__sum {
        width: 70%;
        padding-left: 0;
    }
    
    .basket-discount-holder {
        float: none;
        width: 100%;
        padding: 0;
        padding-bottom: 20px;
        text-align: right;
    }
    
    .basket-result-holder {
        float: none;
        width: 100%;
        padding: 0;
        text-align: right;
    }
    
}

@media only screen and (max-width:768px) {

    .basket-order-holder,
    .form-order-holder {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .basket-order-holder {
        margin-bottom: 30px;
    }
    
    .basket-products__item {
        padding-left: 0;
        padding-right: 0;
    }
    
}

@media only screen and (max-width:480px) {
    
    .basket-products__image {
        width: 25%;
    }
    
    .basket-products__details {
        width: 75%;
        padding: 0;
        padding-left: 15px;
    }
    
    .basket-products__title {
        font-size: 14px;
        line-height: 1.2;
        margin-top: 0;
    }
    .basket-products__control li {
        font-size: 12px;
    }
    
    .basket-products__amount {
        width: 50%;
        padding-top: 15px;
        text-align: left;
    }
    
    .basket-products__sum {
        width: 50%;
    }
    
    .amount__btn {
        width: 24px;
        height: 20px;
        line-height: 17px;
        font-size: 17px;
    }
    .amount__btn--minus:before {
        font-size: 14px;
        top: -7px;
    }
    
    .amount__input {
        font-size: 16px;
        width: 18px;
        height: 25px;
    }
    
    
    .basket-products__sum .value {
        font-size: 18px;
    }
    
    .basket-products__calc {
        padding-top: 10px;
        font-size: 12px;
    }
    
    .basket-discount {
        text-align: center;
    }
    
    .basket-discount > button {
        display: block;
        margin: 15px auto 0;
        border-radius: 4px;
    }
    .basket-result {
        float: none;
        width: 100%;
    }
    .basket-result .value {
        display: block;
        margin-top: 5px;
    }
    
    .basket-benefits__list {
        padding: 0;
    }
    
    .basket-benefits__item {
        float: none;
        width: 100%;
        font-size: 14px;
        margin: 0;
        padding-right: 0;
    }
    .basket-benefits__item:not(:last-child) {
        margin-bottom: 25px;
    }
    
    
    .form-order__heading {
        font-size: 24px;
    }
    
    
    
}
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?163809119851*/
font.errortext{color:red}font.notetext{color:green}
/* End */
/* /bitrix/templates/adapt_stroy/js/bootstrap-select.min.css?16380911958495 */
/* /bitrix/templates/adapt_stroy/css/orderstyle.css?16380911954307 */
/* /bitrix/templates/adapt_stroy/components/bitrix/sale.basket.basket/basket_order_v2/style.css?163809119513203 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?163809119851 */
