/*
* Air Datepicker v2.2.3
Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested on Android 4.4+ and iOS8+).
http://t1m0n.name/air-datepicker/docs/index-ru.html
github.com/t1m0n/air-datepicker
*/
.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,0.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,0.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,0.5);background-color:rgba(92,196,239,0.1);border-radius:0 4px 4px 0}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{color:#fff;border:none;background:#5cc4ef}.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--years{height:170px}.datepicker--cells-years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #ccd8df;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0 0.3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0 .3s;transition:opacity .3s ease,transform .3s ease,left 0 0.3s,-webkit-transform .3s ease;z-index:8031}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0 0;transition:opacity .3s ease,transform .3s ease,left 0 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker-inline .datepicker--pointer{display:none}.datepicker--content{box-sizing:content-box;padding:4px}.-only-timepicker- .datepicker--content{display:none}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #ccd8df;border-right:1px solid #ccd8df;width:10px;height:10px;z-index:-1}.-top-left- .datepicker--pointer,.-top-center- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-top- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-bottom- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-left- .datepicker--pointer,.-bottom-center- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-top- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-bottom- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-top-left- .datepicker--pointer,.-bottom-left- .datepicker--pointer{left:10px}.-top-right- .datepicker--pointer,.-bottom-right- .datepicker--pointer{right:10px}.-top-center- .datepicker--pointer,.-bottom-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body{display:none}.datepicker--body.active{display:block}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-title,.datepicker--nav-action{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action:hover{background:#f0f0f0}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title:hover{background:#f0f0f0}.datepicker--nav-title.-disabled-{cursor:default;background:none}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:4px;border-top:1px solid #efefef}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.datepicker--time{border-top:1px solid #efefef;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type='range']{background:none;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type='range']::-webkit-slider-thumb{-webkit-appearance:none}.datepicker--time-row input[type='range']::-ms-tooltip{display:none}.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type='range']:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type='range']:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type='range']:focus{outline:none}.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type='range']:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type='range']:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type='range']::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type='range']::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type='range']::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type='range']::-webkit-slider-thumb{margin-top:-6px}.datepicker--time-row input[type='range']::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type='range']::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type='range']::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type='range']::-ms-fill-lower{background:transparent}.datepicker--time-row input[type='range']::-ms-fill-upper{background:transparent}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,0.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}
/*!С этим товаром покупают */
.сart-related {padding-top: 40px}
.сart-related .owl-stage {display: -webkit-box;display: -ms-flexbox;display: flex}
.сart-related .owl-item {-webkit-box-flex: 1;-ms-flex: 1 0 auto;flex: 1 0 auto}
/*! Быстрый заказ ***/
.fancybox-container._quickOrder {z-index: 8030}
.fancybox-container._quickOrder .fancybox-content {max-width: 900px;width: 100%;padding: 15px;padding-top: 45px;border-radius: 0px;    background:linear-gradient(to right, #181818 0%,#28262b 50%,#181818 100%);}
.fancybox-container._quickOrder .fancybox-slide--html .fancybox-close-small {
  right: 0;
  top: 0;
}
@media all and (max-width:481px) {
  .fancybox-container._quickOrder {padding: 15px}
}
.fancybox-container._quickOrder .form-list {margin-bottom: 0}
.fancybox-container._quickOrder .formfast-cart {display: block;position: static;width: 100%;padding: 0}
.fancybox-container._quickOrder #closeOrder {display: none;}
.fancybox-container._quickOrder .formfast-col.coupons {
  margin-bottom: 30px;
}
/*!*/
#OrderAjaxBlock .formfast .buttons {margin: 30px 0;padding: 0 15px;width: 50%;margin-left: auto}
#OrderAjaxBlock.row {-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.formfast {text-align: center}
.formfast .title {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: left;
  padding: 10px;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  background-color: #caa462;
  color: #fff;  
}
.formfast .title .fal {display: none;}
.formfast #caps_lock {display: none;width: 230px;padding: 10px 0;margin: 0 auto}
.formfast #caps_lock .fa-warning {font-size: 18px;color: #cc003d}
.formfast .form-list .fields {max-width: 100%;margin: auto;margin-bottom: 20px}
.formfast .form-list .fields._comment {margin-bottom: 0}
.formfast .form-list .fields > label {display: block;margin-bottom: 8px;text-align: left}
.formfast .form-list .fields-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-align: center;-ms-flex-align: center;align-items: center;margin-bottom: 20px}
.formfast .form-list .fields-row:last-child {margin-bottom: 0}
.formfast .form-list .fields-row._address {-ms-flex-wrap: nowrap;flex-wrap: nowrap}
.formfast .form-list .fields-row._address .fields._big {width: calc(50% - 7px);margin-right: 14px;-ms-flex-negative: 0;flex-shrink: 0}
.formfast .form-list .fields-row._address .fields {margin: 0}
.formfast .form-list .fields-row._address .fields._small {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.formfast .form-list .fields-row._address .fields._small {margin-right: 14px}
.formfast .form-list .fields-row._address .fields._small:last-child {margin-right: 0}
.fields-row._deliveryConvenient {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.formfast .fields.deliveryConvenientDate,
.formfast .fields.deliveryConvenientTime {width: calc(50% - 7px);margin: 0}
.formfast .quickform-select-convenient {font-size: 16px}
.formfast .quickform-select-convenient.error + label.error {
  display: none !important;
}
.formfast .quickform-select-convenient.error + .jq-selectbox__select {
  border-color: #caa462;
}
#deliveryConvenientDate {font-family: 'Roboto Condensed',sans-serif}
#quickDeliveryCountry-styler {flex-wrap: wrap;}
.formfast .contactWantRegister + .contactRegisterNeedElement {
  margin-top: 10px;
  margin-bottom: 0;
}
.formfast .contactRegisterNeedElement {margin-top: 10px}
.formfast .input-box {position: relative;display: flex;}
.formfast .input-box .input {max-width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.formfast .input-box .input.textarea {
  height: 80px;
  padding: 15px;
  white-space: pre-wrap  
}
.formfast .input-box .input + label.error {display: none!important;}
.formfast .button {margin: 10px 0}
.formfast-row {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}
.formfast-row._spase-between {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between}
.formfast-col {background: rgba(0,0,0,.2);margin-bottom: 30px;border-radius: 0px}
.formfast-col.coupons {margin-bottom: 0;}
.formfast-col._products {border-bottom-right-radius: 0}
.formfast-col.delivery,
.formfast-col.payment {width: calc(50% - 7.5px)}
.formfast-col.payment {
  display: flex;
  flex-direction: column;
}
.quick_order_payment {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.payment .orderStagePaymentList {
  flex-grow: 1;
}
.formfast-col.account .form-list {-ms-flex-wrap: wrap;flex-wrap: wrap;padding: 20px;border: 1px solid rgb(206 197 191 / 50%);border-top: 0;}
.quickform-select-box {width: 100%;}
.formfast .jq-selectbox {width: 100%;text-align: left}
.delivery .manufacturer-list,
.payment .orderStagePaymentList {padding: 20px;border: 1px solid rgb(206 197 191 / 50%);border-top: 0;}
.adress .form-list {padding: 20px;border: 1px solid rgb(206 197 191 / 50%);border-top: 0;}
.customer .input-box {margin-bottom: 15px}
.customer .input-box:last-child {margin-bottom: 0}
.customer .contactRegisterNeedElement {margin-top: 8px}
.customer .control {margin-top: 10px}
.customer .control input {display: inline-block;vertical-align: middle;margin-top: 1px}
.delivery .manufacturer-list .currentDeliveryDesc,
.payment .quick_order_payment .currentPaymentDescription {margin-top: 15px;overflow: hidden;text-align: left}
.payment .quick_order_payment .currentPaymentDescriptio {font-size: 14px;}
.delivery .manufacturer-list .currentDeliveryDesc > div {word-break: break-word;font-size: 14px;}
.delivery .manufacturer-list .currentDeliveryDescription {margin-top: 5px}
.delivery .manufacturer-list .currentDeliveryDescription._hide {display: none;}
.delivery .deliveryZonePrice {margin-left: 20px;font-weight: 700}
.delivery .orderStageDeliveryListTable {width: 100%}
.delivery .orderStageDeliveryListTable.table-box > tbody > tr > td {width: auto;text-align: left;word-break: break-word}
.delivery .orderStageDeliveryListTable .cell1 {background: #f5f5f5;padding: 0 5px;text-align: center!important}
.delivery .orderStageDeliveryListTable .cell3 {min-width: 160px}
.delivery .orderStageDeliveryListTable input {cursor: pointer;vertical-align: middle;margin: 0}
.delivery .mainSelect {font-size: 16px}
.delivery .zoneSelect {margin-top: 10px;}
.orderStageDeliveryDefaultPrice,
.orderStageDeliveryZonePrice {margin-left: 10px;}
.orderStageDeliveryDefaultPrice .price,
.orderStageDeliveryZonePrice .price {
  color: #caa462;
}
.payment .orderStagePayment {float: left;position: relative;width: 100%;margin: 0 0 15px 0}
.payment .orderStagePayment:last-child {margin: 0}
.payment .orderStagePayment .cell1 {float: left;width: 18px}
.payment .orderStagePayment .cell1 input {margin: 0;vertical-align: middle}
.payment .orderStagePayment .cell1 label.invalidInput {position: absolute;bottom: -15px}
.payment .orderStagePayment .cell2 {float: left;width: 90%}
.payment .paymentSelect {font-size: 16px}
.formfast-col._comment .form-list {
  padding: 20px;
  border: 1px solid rgb(206 197 191 / 50%);
  border-top: 0;  
}
.coupons .couponBlock {padding: 20px;    border: 1px solid rgb(206 197 191 / 50%);border-top: 0;}
.coupons .couponBlockCoupon {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center}
.coupons .couponBlock .couponBlock-title {display: block;margin-bottom: 8px;font-weight: 400;text-align: left}
.coupons .couponBlock .input-box {display: flex;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1}
.coupons .couponBlock .input {max-width: 100%}
.coupons .couponBlock .coupon_clear {display: block;width: 40px;height: 36px;position: absolute;top: 0;right: 0;padding: 10px 15px;cursor: pointer;opacity: 0;visibility: hidden;-webkit-transition: all .3s;transition: all .3s}
.coupons .couponBlock .coupon_clear:hover {color: #caa462;}
.coupons .couponBlock .coupon_clear.active {opacity: 1;visibility: visible}
.coupons .couponBlockSale {text-align: left;color: #b5b6b7;-webkit-transition: color .3s;transition: color .3s;padding-top: 10px}
.coupons .couponBlockSale.active {    color: #caa462;}
.coupons .couponBlockSale .couponNum {font-family: 'Roboto Condensed';font-weight: 700}
.coupons .couponBlocLabel {font-size: 12px}
.couponBlockPrice p {
  margin-bottom: 0;
}
.coupons .couponBlockPrice .couponNum:after {content: "руб.";display: inline-block;margin-left: 5px;line-height: 1.1;font-weight: 600;font-size: 14px}
.coupons .coupon-btn {margin: 0;margin-left: 15px;-ms-flex-negative: 0;flex-shrink: 0}
.coupons .coupon-btn._disabled {opacity: .3;pointer-events: none}
@media (max-width: 991px) {
  .formfast-col.coupons {
    margin-bottom: 30px;
  }  
}
@media (max-width: 481px) {
  .coupons .couponBlockCoupon {
    flex-wrap: wrap;
  }
  .coupons .coupon-btn {
    margin: 0 auto;
    margin-top: 15px;
  }
}
.formfast .cart-products-list {margin: 0;padding: 0;list-style: none;max-height: 275px;overflow: auto;
  border: 1px solid rgb(206 197 191 / 50%);
  border-top: 0;
}
.formfast .cart-products-list .cart-products-item {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 0;padding: 0 0px}
.formfast .cart-products-list .cart-products-item:last-child div {border-bottom: 0!important}
.formfast .cart-products-list .cart-products-item > div {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-right: 1px solid rgb(206 197 191 / 50%);-ms-flex-item-align: stretch;align-self: stretch}
.formfast .cart-products-list .cart-products-item > div:last-child {border-right: 0}
.formfast .cart-products-list .cart-products-item .product-image {width: 95px;text-align: center;padding-right: 10px;padding-left: 10px;;padding-top: 10px;padding-bottom: 10px;-ms-flex-negative: 0;flex-shrink: 0;border-bottom: 1px solid rgb(206 197 191 / 50%);}
.formfast .cart-products-list .cart-products-item .product-image img {margin: auto;max-width: 100%;max-height: 80px}
.formfast .cart-products-list .cart-products-item .product-name {overflow: hidden;white-space: normal;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;padding: 0 10px;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-negative: 0;flex-shrink: 0;width: 15%;border-bottom: 1px solid rgb(206 197 191 / 50%);}
.formfast .cart-products-list .cart-products-item .product-price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border-bottom: 1px solid rgb(206 197 191 / 50%);}
.formfast .cart-products-list .cart-products-item .price {font-size: 15px;    color: #cec5bf;}
.formfast .cart-products-list .cart-products-item .product-price,
.formfast .cart-products-list .cart-products-item .product-quantity,
.formfast .cart-products-list .cart-products-item .product-total-price {width: 15%;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;padding: 0 10px;border-bottom: 1px solid rgb(206 197 191 / 50%);}
.formfast-cart {display: none;position: -webkit-sticky;position: sticky;top: 80px;padding-left: 15px}
.formfast-cart > .title {position: relative;overflow: hidden;margin: 0;padding: 10px;text-align: center;
  background-color: #caa462;
  color: #fff;
  border: 1px solid rgb(206 197 191 / 50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;
  border-top-left-radius: 0px;border-top-right-radius: 0px}
.formfast-cart > .title span {font-size: 18px;text-transform: uppercase;}
.formfast-cart > .title .title-link {font-size: 15px}
.formfast-cart .subtotal {margin-bottom: 0;border: 1px solid rgb(206 197 191 / 50%);border-top: 0;border-bottom-left-radius: 0px;border-bottom-right-radius: 0px; background: rgba(0,0,0,.2);padding: 20px;}
.formfast-cart .subtotal > div {padding: 0;margin-bottom: 20px;}
.formfast-cart .subtotal > div:first-child {padding-top: 10px}
.formfast-cart .subtotal > div:last-child {padding-bottom: 10px}
.formfast-cart .subtotal > div .label {text-transform: none;vertical-align: middle}
.formfast-cart .subtotal > div.delivery-sum .price.RUB .num {margin-right: 4px}
.formfast-cart .subtotal .price {float: right;font-size: 18px;    color: #CEC5BF;}
.formfast-cart .subtotal .price:after {font-size: 11px}
.formfast-cart .subtotal .price.total-sum {font-size: 20px}
.formfast-cart .buttons {margin-bottom: 0!important;text-align: center}
.formfast-cart .buttons .pp {font-size: 12px;line-height: 14px;margin-top: 20px}
/*! Корзина ***/
.cartTable {width: 100%;border-collapse: collapse;}
.cartTable #closeOrder {display: none}
.cartTable .cartTable-cart-count span {font-family: 'Roboto Condensed'}
.cartTable thead {background: rgba(0,0,0,.2);}
.cartTable tbody {background: rgba(0,0,0,.2);}
.cartTable tbody tr {border-top: 0}
.cartTable tbody tr td,
.cartTable thead tr td {
  line-height: 18px;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid rgb(206 197 191 / 50%)
}
.cartTable thead tr td {
  border: 1px solid rgb(206 197 191 / 50%)
}
.cartTable thead tr td {background-color: transparent;text-align: center}
.cartTable .cartTable-delete {text-align: center}
.cartTable .cart-delete-label {display: inline-block;vertical-align: top;width: 16px;height: 16px;padding-left: 0;font-size: 0}
.cartTable-delete .cart-delete-btn {display: block;margin: auto;margin-top: 3px;line-height: 13px;width: 25px;padding: 0}
.cart-item-delete-label {display: inline-block;vertical-align: top;width: 16px;height: 16px;padding-left: 0;font-size: 0}
.cart-item-delete-wrap {width: 25px;display: inline-block;vertical-align: middle}
.cartTable tbody tr .cart-name {text-align: left;padding: 20px}
.cartTable tbody tr td.image {text-align: center;border-right: 0}
.cartTable tbody tr td.name {text-align: left;border-left: 0}
.cartTable tbody tr td.name a {display: block;font-size: 16px;line-height: 20px;margin-bottom: 10px;max-height: 53px;overflow: hidden}
.cartTable tbody tr td.name a:hover {color: #caa462}
.cartTable tbody tr td.name .art {margin-bottom: 5px;font-size: 14px;opacity: .5;}
.cartTable tbody tr td.name .properties {font-size: 14px;opacity: .5;}
.cartTable tbody tr .cart-qty .qty-wrap {display: inline-block;vertical-align: middle;margin-right: 0;margin-bottom: 10px;    height: 40px;line-height: 40px;}
.cartTable tbody tr .cart-qty .qty-set {
  display: flex;
}
.cartTable tbody tr .cart-qty .qty-set > a {
  position: static;
  flex-grow: 1;
}
.cartTable tbody tr .cart-qty-mesure {display: block}
.cartTable tbody tr td.closetd {padding: 0}
.cartTable tbody tr .cartTable-remove-item {padding: 8px}
.cartTable tfoot tr.discounttr td {padding: 15px;border-bottom: 1px solid rgb(206 197 191 / 50%)}
.cartTable tfoot tr.discounttr td.disc-name {border-left: 1px solid rgb(206 197 191 / 50%);    background: rgba(0,0,0,.2);}
.cartTable tfoot tr.discounttr td.disc-name + td {border-right: 1px solid rgb(206 197 191 / 50%);background: rgba(0,0,0,.2);}
.cartTable tfoot tr.discounttr .disc-name .title {vertical-align: middle}
.cartTable tfoot tr.discounttr .disc-name .num {display: inline-block;width: 36px;height: 36px;line-height: 36px;text-align: center;vertical-align: middle;background: #f50056;color: #fff;font-size: 12px;border-radius: 50%}
.cartTable tfoot tr.discounttr .hide,
.cartTable tfoot tr.total .hide {border-bottom: 0}
.cartTable tfoot tr.total td {padding: 15px;border-bottom: 1px solid rgb(206 197 191 / 50%)}
.cartTable tfoot tr.total td.disc-name {border-left: 1px solid rgb(206 197 191 / 50%);    background: rgba(0,0,0,.2);}
.cartTable tfoot tr.total td.disc-name + td {border-right: 1px solid rgb(206 197 191 / 50%);    background: rgba(0,0,0,.2);}
.cartTable tfoot tr.total .title {vertical-align: middle}
.cartTable .price {font-size: 18px;white-space: nowrap;    color: #cec5bf;}
.cartTable .goods-image-other {max-width: 100px;max-height: 100px}
.cartTable .TotalSum .price {font-size: 22px}
.cartTable .buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}
.cartTable .buttons .button {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
.cartTable .inputText {text-align: center;padding: 0;max-width: 80px;border-color: #dce4e9}
.cartTable .inputText:disabled {background-color: #ececec;cursor: not-allowed}
@media all and (max-width:1199px) {
  .formfast .form-list .fields.small.first {margin-right: 0}
  .cartTable tbody tr .cart-name .image {display: block;text-align: center;margin: 0 0 15px 0}
  .cartTable tbody tr .cart-name .name {width: 100%}
}
@media all and (max-width:768px) {
  .cartTable thead {display: none}
  .cartTable td.hide {display: none}
  .cartTable tbody tr td,
  .cartTable thead tr td {border-bottom: 0;padding: 0}
  .cartTable tbody tr {display: block;position: relative;width: 100%;margin-bottom: 20px;border-bottom: 1px solid rgb(206 197 191 / 50%)}
  .cartTable tbody tr:last-child {margin: 0}
  .cartTable tbody tr > td {display: inline-block}
  .cartTable tbody tr .cart-qty-mesure {display: none}
  .cartTable tbody tr .cart-name {display: block;text-align: center;margin-bottom: 0}
  .cartTable tbody tr td.image {display: block;text-align: center;border-right: 1px solid rgb(206 197 191 / 50%);}
  .cartTable tbody tr td.image img {margin: 10px}
  .cartTable tbody tr td.name {display: block;border-top: 0;padding: 10px;border-left: 1px solid rgb(206 197 191 / 50%);}
  .cartTable tbody tr td.name a {margin-bottom: 0}
  .cartTable tbody tr td.name div {display: none}
  .cartTable tbody tr td.cart-price.hide {display: none}
  .cartTable tbody tr td.cart-price {
    display: block;position: relative;width: 100%;line-height: 38px;text-align: center;border-right: 0;border-left: 0;
    padding-left: 105px;
    padding-right: 55px;
  }
  .cartTable tbody tr td.closetd {position: absolute;right: 0;bottom: 0;line-height: 21px;padding: 0 10px;border-top: none;}
  .cartTable tbody tr td.cart-qty {position: absolute;left: 0;z-index: 1;border: none;bottom: 0px;}
  .cartTable tbody tr td.cart-qty .input {border: 0;background-color: transparent;height: 39px;max-width: 70px}
  .cartTable tbody tr td.cart-qty .qty-set > a {height: 39px;line-height: 39px}
  .cartTable tbody tr td.cart-qty .qty-wrap {
    border-radius: 0;
    border-top: none;
    border-bottom: none;    
    margin-bottom: 0;
    height: 38px;
    line-height: 38px;    
  }
  .cartTable tfoot tr {display: block;float: left;width: 100%;border-bottom: 1px solid rgb(206 197 191 / 50%)}
  .cartTable tfoot tr > td {float: left}
  .cartTable tfoot tr > td:last-child {float: right}
  .cartTable tfoot tr.actions {border-bottom: 0}
  .cartTable tfoot tr.actions td {display: block;width: 100%}
  .cartTable tfoot tr.discounttr {background: rgba(0,0,0,.2);}
  .cartTable tfoot tr.discounttr td.disc-name {background: transparent;}
  .cartTable tfoot tr.discounttr td.disc-name + td {background: transparent;}
  .cartTable tfoot tr.discounttr td,
  .cartTable tfoot tr.total td {border-bottom: 0}
  .cartTable tfoot tr.total {background: rgba(0,0,0,.2);}
  .cartTable tfoot tr.total td.disc-name {background: transparent;height: 54px;}
  .cartTable tfoot tr.total td.disc-name + td {background: transparent;}  
  #OrderAjaxBlock .formfast .buttons {width: 100%}
}
@media all and (max-width:767px) {
  .formfast-col.delivery,
  .formfast-col.payment {width: 100%}
  .formfast .form-list .fields-row._address {-ms-flex-wrap: wrap;flex-wrap: wrap}
  .formfast .form-list .fields-row._address .fields._big {width: 100%;margin-right: 0;margin-bottom: 20px}
  .formfast .form-list .fields-row._address .fields._small {width: calc(33.3% - 14px);-webkit-box-flex: 0;-ms-flex-positive: 0;flex-grow: 0;margin-bottom: 0px;}
}
@media all and (max-width:641px) {
  .delivery .orderStageDeliveryListTable .cell3 {min-width: auto}
}
@media all and (max-width:481px) {    
  .cartTable tbody tr .cart-qty .qty-wrap {border-radius: 0}
  .formfast .form-list .fields-row._address .fields._small {width: 100%;margin-right: 0;margin-bottom: 20px;}
  .formfast .form-list .fields-row._address .fields._small:last-child {margin-bottom: 0;}
  .formfast .fields.deliveryConvenientDate {margin-bottom: 20px}
  .formfast .fields.deliveryConvenientDate,
  .formfast .fields.deliveryConvenientTime {width: 100%}
  .cartTable {table-layout: fixed}
  .cartTable tbody tr td.cart-qty .input {max-width: 40px;padding: 5px}
  .cartTable tfoot tr.actions td {display: block}
  .cartTable tfoot tr.discounttr td.disc-name {max-width: 160px}
  .cartTable .buttons {flex-wrap: wrap;}
  .cartTable tfoot tr.actions .buttons .button {display: block;width: 100%;max-width: 100%;}
  .cartTable tfoot tr.actions .buttons .button:first-child {margin-bottom: 10px}
  .cartTable .TotalSum .price {font-size: 16px}
  .formfast .form-list .fields.small.first {margin-right: 0}
  .formfast .cart-products-list .cart-products-item .product-image {width: 65px}
  .formfast .cart-products-list .cart-products-item .product-name {width: calc(100% - 65px)}
  .formfast .cart-products-list .cart-products-item .product-total-price {width: 35%;-ms-flex-negative: 0;flex-shrink: 0}
  .formfast .cart-products-list .cart-products-item .product-quantity {min-width: 65px}
  .formfast .cart-products-list .cart-products-item .product-price {display: none}
}