/*#select_town-error {display:none !important;}*/
#select_town.error {border: 1px solid #ccc  !important;}

.text-left { text-align: left !important; }

.menu { width: 100%; }
.basket-select__block { min-height: 42px; } .basket-radio { min-height: 32px; }
.brands-item a { display: inline-block; color: #212121; text-decoration: none;}
.thanks_page main { background-image: url(../img/thanks.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%; }
.product-img img {width: 100%;}
.catalog-photo img {max-width: 100%;}
.alert { height: 120px; }
.product-bottom { max-height: 325px; }
.blogCurrent h3 {
    font: 100% Exo2-Bold,Arial,sans-serif;
    font-size: 100%;
    font-size: 20px;
    color: #1b1b1b;
    background: transparent;
}
.blogCurrent h2 {
    font: 100% Exo2-Bold,Arial,sans-serif;
    font-size: 100%;
    font-size: 24px;
    color: #1b1b1b;
    background: transparent;
}
.slick-slide img {
    max-width: 100%;
}
.product-img span {
	height: 100px;
}

.headerList {
    margin-left: 20px;
}
/*.header-bottom{
	margin-top: 22px;
}
.headerListMobile {
	display:none;
	margin-bottom: 22px;
}
.headerListMobile .header-info {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.headerListMobile .headerList {
	display: block;
}
@media (max-width:1270px){
	.headerList { display: block}
}
@media (max-width:740px){
	.headerList { display: none}
	.headerListMobile { display: block }
}
@media (max-width:735px){
	.careList {
	    margin-top: 40px;
	}
	.careList li {
	    margin-bottom: 20px;
	}
}

.homeSlider-left .homeSlider-left-h2 span{
	text-shadow: 0 5px 9.5px hsla(0,0%,9%,.4);
}

.basket-select__block::after {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ddd url(../img/svg/down-arrow-mobile.svg) no-repeat 50% 50%;
    background-size: 15px 15px;
	pointer-events: none;
}
.basket-select__block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ccc !important;
  background: #ffffff;
  background-image: none;
}
*/

.visible-mob { display: none;}
.visible-desctop { display: block;}


.cardInfo-price p span {
	display: block;
	font-size: 26px;
}
.product-price {
	font-size: 22px;
}
.product-price b, .product-price i{
	font-style: normal;
	font-size: 18px;
}
.offers-item p b,.offers-item p i{
	font-style: normal;
}

#card_description span,
#card_characteristics span,
#card_complectation span,
#card_survey span
{
	font-weight: 600;
}

#contact_form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
    z-index: 100;
    padding: 50px;
    max-width: 500px;
    min-width: 300px;
    -webkit-box-shadow: 0 2px 5px .1px hsla(0,0%,9%,.4);
    box-shadow: 0 2px 5px .1px hsla(0,0%,9%,.4);
}
.contact_form {

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}
.contact_form {

    position: fixed;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 99999;

}
#contact_form_close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    line-height: .85;
    text-align: center;
    -webkit-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
    font-size: 0;
}

#contact_form .inputTextField {

    margin-top: 10px;
    width: 100%;
    border: 1px solid #ffc500;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    font: 100% Exo2-Regular,Arial,sans-serif;
        font-size: 100%;
    font-size: 14px;

}
#contact_form input[type="submit"] {
    border: none;
    background: #ffc500;
    height: 42px;
    font: 100% Exo2-Bold,Arial,sans-serif;
        font-size: 100%;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px .1px hsla(0,0%,9%,.4);
    box-shadow: 0 2px 5px .1px hsla(0,0%,9%,.4);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    transition: -webkit-box-shadow .1s ease-in-out;
    -o-transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
        margin-top: 0px;
    display: block;
    margin-top: 40px;
}
#contact_form_close::after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/svg/close_popup.svg);
    -webkit-background-size: cover;
    background-size: cover;
    content: "";
}

.contacts .contentText-block {
    width: 100%;
    padding-right: 0;
}
.contacts-body {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.contacts-body .contacts-item {
    width: 50%;
}
.contacts-item iframe {
    width: 100%;
    height: 500px;
}
@media only screen and (max-width: 735px) {
	.visible-mob { display: block;}
	.visible-desctop { display: none;}

    .contacts-body .contacts-item:nth-child(odd) {
        padding-right: 15px;
    }
    .contacts-body .contacts-item:last-child {
        width: 100%;
    }
}

.range-slider {
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
}
.range-slider {
    height: 5px !important;
}

.homeSlider-left-h2 span {
    text-shadow: 0 5px 9.5px hsla(0,0%,9%,.4);
}


header a.headerList-viber.headerList-viber_mobile{
display: none;
}

@media only screen and (max-width: 1270px) {
header a.headerList-viber.headerList-viber_mobile{
display: block;
}
}

.hidden-block {
	display: none !important;
}

.crosslinks {
	margin-top: 15px;
}

#pageContent ul,
.card-container ul,
.blogCurrent-wrap ul {
	padding-left: 30px;
	list-style: disc;
}
#pageContent a,
.card-container a,
.blogCurrent-wrap a,
.link {
    color: #222222;
    font-weight: bold;
}

#pageContent a:hover,
.card-container a:hover,
.blogCurrent-wrap a:hover,
.link:hover {
    color: #ffc500;
}

.filter-price > p,
.filter-row > p {
	text-transform: inherit;
}

/* Temporary */
a.cmpbutton { display: none; }

/*
.product-price:after {
   width: 45px;
}
 .firstProduct__btn.new-year__btn {
   width: auto;
   margin-bottom: 10px;
   height: 35px;
   box-shadow: 0 2px 5px 0.1px rgba(23, 23, 23, .4);
}
 .firstProduct__btn.new-year__btn a {
   color: #1b1b1b;
   font-size: 14px;
   text-transform: none;
   line-height: 1;
   display: flex;
   justify-content: center;
   align-items: center;
   padding-bottom: 1px;
}
 .firstProduct__btn.new-year__btn a:hover {
   text-decoration: none;
}
 .firstProduct__btn.new-year__btn a span {
   line-height: 1;
}
 .new-year__btn-mob {
   display: none;
}
 .header-search {
   margin-top: 0;
}
 .formSearch {
   height: 80px;
   background: transparent;
}
 .formSearch-input {
   background: #ebebeb;
   height: 35px;
}
 .formSearch .formSearch-btn {
   background: #ebebeb;
   top: auto;
   bottom: 0;
}
 @media only screen and (max-width: 1270px) {
   form.formSearch {
     top: 5px;
  }
   .firstProduct__btn.new-year__btn {
     height: 30px;
     margin-bottom: 7px;
  }
   .formSearch .formSearch-btn {
     bottom: auto;
  }
}
 @media only screen and (max-width: 850px) {
   div.header-bottom .search-block {
     height: 85px;
  }
   div.header-bottom {
     margin-top: 85px;
  }
}
 @media only screen and (max-width: 680px) {
   .formSearch .new-year__btn {
     display: none;
  }
   div.header-bottom {
     margin-top: 100px;
  }
   form.formSearch {
     top: 57px;
     height: 34px;
  }
   div.header-bottom .search-block {
     height: 100px;
  }
   div.header-info .headerRight-block {
     margin-top: 0;
  }
   .new-year__btn-mob {
     display: block;
     max-width: 135px;
     position: absolute;
     right: 0;
     bottom: -2px;
     margin-bottom: 0 !important;
     height: 34px !important;
  }
   .new-year__btn-mob a {
     font-size: 12px !important;
  }
   .header-info {
     padding-bottom: 40px;
  }
}
*/
.basket-promo {
   width: 100%;
   display: flex;
   justify-content: flex-end;
}
 .basket-promo__wrap {
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
   width: 390px;
}
 .basket-promo__label {
   padding-top: 9px;
}
 .basket-promo__label p {
   font-size: 16px;
}
 .basket-promo__input {
   width: 195px;
   position: relative;
}
 .basket-promo__input .ajax-loader {
   right: -25px;
   left: auto;
   top: 10px;
}
 .basket-promo input {
   width: 100%;
   height: 40px;
   border: 1px solid #ccc;
   padding: 10px;
   font: 100% 'Exo2-Medium', 'Arial', sans-serif;
   font-size: 16px;
}
 .basket-promo input:focus {
   border-color: #999;
}
 .basket-promo__discount-valid {
   display: none;
}
 .basket-promo__discount-invalid {
   display: none;
   color: red;
}
 .basket-promo__discount span {
   margin-left: 5px;
   margin-right: 5px;
   color: #28b22b;
}
/*-----------------------------------*/
.header-bottom {
    position: relative;
    z-index: 10;
}
.formSearch-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, .1);
    font-size: 0;
}
.firstProduct__btn.new-year__btn {
    width: auto;
    margin-bottom: 10px;
    height: 35px;
    box-shadow: 0 2px 5px 0.1px rgba(23, 23, 23, .4);
}
.firstProduct__btn.new-year__btn a {
    color: #1b1b1b;
    font-size: 14px;
    text-transform: none;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
}
.firstProduct__btn.new-year__btn a:hover {
    text-decoration: none;
}
.firstProduct__btn.new-year__btn a span {
    line-height: 1;
}
.formSearch-autocomplete ul {
    display: none;
}
.formSearch-autocomplete a {
    font-family: 'Exo2-Medium', 'Arial', sans-serif;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    color: #000;
    text-decoration: none;
}
.formSearch-autocomplete a:hover {
    background: rgba(0, 0, 0, .05);
}
.formSearch-autocomplete__empty {
    min-height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
}
.formSearch-autocomplete__img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.formSearch-autocomplete__desc {
    padding-left: 10px;
    width: calc(100% - 50px);
}
.formSearch-autocomplete__desc-name {
    font-size: 14px;
}
.formSearch-autocomplete__desc-price {
    font-size: 14px;
    color: #333;
}
.formSearch-autocomplete__desc-oldPrice {
    font-size: 14px;
    margin-right: 20px;
    text-decoration: line-through;
    color: #999;
}
.basket-total__discount {
    margin-top: -30px;
    display: none;
}
.popup-basket {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: none;
    left: 0;
}
.popup-basket__close {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 0.85;
    text-align: center;
    transition: opacity 0.1s ease-in-out;
    font-size: 0;
}
.popup-basket__close::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url('../img/svg/close_popup.svg');
    background-size: cover;
}
.popup-basket__close::after {
    content: '';
}
.popup-basket__wrap {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.popup-basket__bg {
    display: block;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.popup-basket__form {
    background: #fff;
    position: relative;
    padding: 20px 20px;
    width: 100%;
    max-width: 1200px;
    min-width: 300px;
    z-index: 9999;
    padding-bottom: 70px;
}
.popup-basket__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
.popup-basket__promo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.popup-basket__promo-back {
    width: auto;
}
.popup-basket__promo-back a {
    color: #1b1b1b;
}
.popup-basket__promo-back a:hover {
    text-decoration: none;
}
.popup-basket__promo .basket-promo {
    width: auto;
}
.popup-basket__title {
    margin-bottom: 20px;
}
.popup-basket__title p {
    text-align: center;
    font-family: 'Exo2-SemiBold', 'Arial', sans-serif;
    font-size: 26px;
}
.popup-basket__quick {
    position: relative;
}
.popup-basket__quick-title {
    text-align: center;
    margin: 20px 0;
    font-family: 'Exo2-SemiBold', 'Arial', sans-serif;
    font-size: 22px;
}
.popup-basket__quick-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup-basket__quick-success {
    text-align: center;
    font-size: 18px;
    margin: 15px 0;
}
.popup-basket__quick-block {
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 0 auto;
}
.popup-basket__quick input[type="submit"] {
    border: none;
    background: #ffc500;
    height: 35px;
    font-family: 'Exo2-Bold', 'Arial', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 2px 5px 0.1px rgba(23, 23, 23, .4);
    transition: box-shadow 0.1s ease-in-out;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: block;
}
.popup-basket__quick .error label {
    font-size: 12px;
    color: #e9242d;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.popup-basket__quick .error #quick_order_form_phone {
    border-color: #e9242d;
}
.popup-basket__quick input[type="text"] {
    width: 100%;
    border: 1px solid #ffc500;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
    font-family: 'Exo2-Regular', 'Arial', sans-serif;
    font-size: 14px;
    margin-right: 20px;
}
.popup-basket .basket-promo__input .ajax-loader {
    right: 5px;
}
.popup-basket .basket-promo input {
    padding-right: 35px;
}
.popup-basket__content {
    min-height: 220px;
    position: relative;
    background-image: none;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
}
.popup-basket__content.loading {
    background-image: url('../static/loading.gif');
}
@media only screen and (max-width: 660px) {
    .popup-basket__promo {
        flex-wrap: wrap;
    }
    .popup-basket__promo-back {
        width: 100%;
        margin-bottom: 20px;
    }
    .basket-promo__label p {
        margin-bottom: 10px;
    }

	.basket-back .btn{
        max-width: 100% !important;
    }
    .popup-basket__promo-back.basket-back{
        width: 100% !important;
    }
}
@media only screen and (max-width: 425px) {
    .basket-total__discount {
        margin-top: -10px;
    }
    .basket-total span {
        font-size: 18px;
    }
    .basket-promo__label {
        padding-top: 0;
    }
    .basket-promo__label p {
        max-width: 160px;
    }
    .popup-basket__quick-row {
        flex-wrap: wrap;
    }
    .popup-basket__quick input[type=text] {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .popup-basket .basket-promo__wrap {
        width: 100%;
    }
    .popup-basket .basket-promo__input {
        width: 100%;
        max-width: 100%;
    }
    .popup-basket .basket-promo__label p {
        max-width: 100%;
    }
}

.popup-basket .contentText-wrap{
    padding-bottom: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.formSearch-autocomplete__img img{
  max-width: 100%;
}

select{
  -webkit-appearance: none;
}

.basket-quick__success p{
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.basket-quick__success{
  display: none;
}
.popup-basket.success .popup-basket__content{display: none;}
.popup-basket.success .basket-total__discount{display: none;}
.popup-basket.success .popup-basket__promo{display: none;}
.popup-basket.success .popup-basket__quick{display: none;}
.popup-basket.success .basket-quick__success{display: block;}

.popup-basket .basket-total{
    margin-top: 60px;
}
.basket-page .ui-widget.ui-widget-content{
  z-index: 99999;
}
.popup-basket__promo{
    margin-top: 20px;
}

.popup-basket__promo-back.basket-back{
    width: 220px;
}

.basket select{
    background: transparent!important;
}
.basket-select__block:after{
    z-index: -1;
}

.formSearch-autocomplete__desc-code {
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.footer-block .footerList.footer-bank li{
	display: inline-block;
}