h1 {
    margin:0px;
    padding:0px;
}
h1.first-header {
    padding:0px;
}
h1.first-header.product {
    padding: 20px 0 10px;
    margin:0;
}

body {
    display:block;
    font: 15px/1.2 'Roboto', Arial, Helvetica, sans-serif;
    font-weight:300;
    min-width:1040px !important;
}
.subscribe-text {
    font-weight: 400 !important;
}
.nav {
 font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;  
}
.nav .wrapper {
    /*display: flex;*/
}
.search-white-input {
    font-family:'Roboto';
    font-style:normal;
}

.developer-mode {
    position: fixed;
    left: 0;
    top: 0;
    height: 289px;
    background: white;
    width: 200px;
    z-index: 9999999999999999999999;
    background: white url('/ext-lib/images/gears.jpg') center 87px no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 7px 1px black;
    display:none;
}
.developer-mode > div {
    text-align: center;
    background: #ff8700;
    font-size: 20px;
    color: white;
    padding: 10px;
}
.a-cover {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.a-cover-box {
    padding-bottom: 53px;
}

/*-------------------------TOP MENU-------------------------------------*/
.top-up-menu {
    
    background: #bc2222;
}
.top-up-menu > div {
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
}

.top-up-menu > div > div {
    display:flex;
    height: 50px;
    max-height:50px;
    flex-wrap:nowrap;
    justify-content: flex-start;
    align-items: center;
}

a.mapicon {
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
a.mapicon:before{
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 17px;
    background: url("/ext-lib/images/mapicon.png") left top no-repeat;
    margin-left: -20px;
}

.top-icon-left {
    display:flex;
    align-items: center;
}

.top-icon-left > a {
    display:block;
    width: 36px;
    height: 24px;
    display: block;
    border-radius: 3px;
    margin: 0;
    cursor:pointer;
}
.top-icon-left > a:hover {
    background-color: #aa2222;
}

.a-div {
    width: 0;
    height: 14px;
    border-left: 1px solid #e18c8c;
}
.a-home {
    background: url("./img/home.png") no-repeat center;
    width:12px;
    height:14px;
}
.a-sitemap {
    background: url("./img/sitemap.png") no-repeat center;
    width:12px;
    height:12px;
}
.a-mail {
    background: url("./img/mail.png") no-repeat center;
    width:18px;
    height:12px;
}

.top-city-left {
    margin-left:48px;
    position: relative;
}
.top-city-left a {
    font-size: 15px;
    font-weight: 300;
    color: white;
    text-decoration: none;
    border-bottom: 0px dashed white;
    position: relative;
    cursor: pointer;
}

.top-sigin-right > .sign {
    margin: 0;
    position: relative;
    float: none;
    height: 100%;
}
.sign-go {
    height: 100%;
    display: flex;
    align-items: center;
}
.top-cart-right {
    position:relative;
}
.top-cart-right > .basket-go {
    display:inline-block;
    margin-right:20px;
}
.top-cart-right > .basket {
    float:none;
    margin-right: 24px;
}


.top-city-left-question {
    position: absolute;
    background: #fafafa;
    display: flex;
    z-index: 999;
    padding: 0;
    margin: 0;
    line-height: 1;
    align-items:center;
    padding:10px 20px;
    border-radius: 6px;
    box-shadow: 2px 10px 17px -6px rgba(0,0,0,0.53);
    margin-top: 12px;
    
    display:none;
}
.top-city-left-question.active {
    display:flex;
}
.top-city-left-question:after {
    content: "";
    width:20px;
    height: 12px;
    background:url('/ext-lib/images/uprow.png') left top no-repeat;
    position: absolute;
    left:0;
    top:0;
    margin-top:-12px;
    margin-left: 30px;
}
.top-city-left-question > div:first-child {
    white-space:nowrap;
}
.top-city-left-question > div:last-child {
    display:flex;
    flex-wrap:nowrap;
    padding-left:10px;
}
.top-city-left-question > div:last-child > a {
    margin:0 3px;
}

a.a-button {
    display:inline-block;
    background:#fafafa;
    color:#363636;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border:2px solid #e8e8e8;
    padding:12px;
}

a.a-button:hover,
a.a-button.active {
    background:#e1e4e9;
    border-left-color:#c8cbcf;
    border-top-color:#c8cbcf;
}
.center_width_element {
    width:1000px;
    margin:0 auto;
}

/*------------------------------------- HEADER ---------------------------------*/
.a-main-header {
    display:flex;
    flex-wrap:nowrap;
    height:162px;
    width:100%;
    justify-content: space-around;
    border-bottom: 2px solid #fff;
}

.a-main-header > div:first-child {
    background:#eeeeee;
    flex-grow:1;
}
.a-main-header > div:nth-child(2) {
    width:1000px;
    position:relative;
}
.a-main-header > div:last-child {
    background:#f5f5f5;
    flex-grow:1;
}

.a-main-header div.header-content {
    display:flex;
    flex-wrap:nowrap;
    height:160px;
}
.a-main-header div.header-content > div:first-child {
    width:302px;
    background:#eeeeee;
    background: #eeeeee url("./img/header-gray.png") no-repeat right top;
}
.a-main-header div.header-content > div:last-child {
    flex-grow:1;
    background:#f5f5f5;
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.a-main-header a.a-logo {
    width: 160px;
    height: 85px;
    background: url("./img/logo-shop.png") no-repeat;
    margin: 15px 0 0 3px;
    cursor:pointer;
    display: block;
}

div.header-content > div:last-child > div:first-child {
    padding:0 20px;
    width:415px;
}
div.header-content > div:last-child > div:last-child {
    min-width:258px;
}
.a-head-top-left-flex {
    display:flex;
    justify-content: space-between;
    align-items: center;
    min-width:375px;
    width:375px;
}
.a-head-top-left-flex > a {
    display:block;
    cursor:pointer;
    color: #fff;
}
.a-head-top-left-flex > a.a-work {
    height: 55px;
    background: url("../img/pics.png") no-repeat left top;
    padding-left: 60px;
    padding-top: 17px;
    font-size: 15px;
    font-weight: 400;
}
.a-head-top-left-flex > a.a-master {
    height: 55px;
    background: url("../img/master.png") no-repeat left top;
    padding-top: 17px;
    padding-left: 60px;
    font-size: 15px;
    font-weight: 400;
}

.search-white {
    position: relative;
    display: block;
    float:none;
    top:0;
    left:0;
    z-index:1;
}

.header-content .call-phone {
    font: 22pt/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 26px;
}
.header-content .call-note {
    font: 14px/1.2 'Roboto', Arial, Helvetica, sans-serif;
    text-align: right;
}
.call-me {
    width: 204px;
    float: right;
    font-weight: 400;
    font: 18px/43px 'Roboto Condensed', sans-serif;
    box-shadow: 0px 4px 0px 0px rgba(49,49,54,1);
}
/*---------------------------- SHOP STYLE ------------------------------------*/

.vacancys{
    background: url(img/vacancys.png) no-repeat top right;
    min-height: 600px;
    padding-right: 340px;
}
.vacansy {
    background: url(img/vacancy.png) no-repeat top right;
    background-position: right -18px;
    min-height: 305px;
    padding-right: 340px;
}
.vacansy li:first-child{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.sales-old-price {
    color:#808080;
    text-decoration:line-through;
    padding-right:10px;
    padding-top: 20px;
}

.bc span {
    display:inline;
}
.product-descr-item .sales-old-price {
    padding-top: 10px;
}

.sales-price {
    padding-top: 20px;
}
.product-item-sales-article{
    padding-top:22px;
    padding-right:20px;
    float:left;
}
.product-item-sales-center {
    padding-left:25px;
    width:800px;
}
.product-item-sales{
    margin-top:25px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}
.help-box > .product-item-sales:last-child {
    padding-bottom: 0;
    border:0;
}
.product-item-sales-pic {
    width: 166px;
    height: 135px;
    background: #fff;
    border: 1px solid #cdcdcd;
    cursor:pointer;
}
.product-item-sales-pic img {
    display:block;
    margin:0 auto;
}
.product-item-sales-title a {
    font-size:18px;
}
.product-card-sale-pic-big {
    width: 250px;
    margin: 0 auto;
    margin-bottom:10px;
}
.sale-info {
    background:url(img/sale_bg.png) no-repeat;
    height:410px;
    width:630px;
}
.sale-logo{
    background:url(img/sale-logo.png) no-repeat center;
    height:70px;
    margin-bottom:20px
}
.sale-body {
    background:url(img/sale_red.png) no-repeat center;
    height:170px;
}
.sale-text {
    text-align:center;
    margin-bottom:20px;
    font-size:18px;
}
.sale-text span {
    color:#BC2222;
    font-size:23px;
}
.sale-body-text {
    text-align: center;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
}
.sale-body-time {
    overflow:hidden;
    margin-top:20px;
}
.sale-body-days,.sale-body-hours,.sale-body-minutes,.sale-body-seconds, .countdown-amount{
    float: left;
    background: url(img/sale_big_btn.png) no-repeat center;
    width: 65px;
    height: 50px;
    font-size: 35px;
    padding-right: 0px;
    padding-top:5px;
    margin-left: 5px;
    position: relative;
    text-align: center;
}
.countdown-period {
    display:block;
    text-align:center;
    color:#fff;
}
.countdown-section {
    display:block;
    float:left;
    position:relative;
}
.sale-body-hours:after, .sale-body-minutes:after, .countdown-section:after{
    content: ':';
    padding-left: 9px;
    font-size:30px;
    font-weight:bold;
    display: block;
    margin-top: 0px;
    position: absolute;
    top: 4px;
    right: 0;
    margin-right: -5px;
}
.product-card-sale-description {
    padding-top:0px;
}
.sale-time-block,.countdown-row {
    overflow: hidden;
    width: 280px;
    margin: 0 auto;
}
.product-card-sale-content{
    margin-left:50px;
    width:640px;
    float:left;
}
.product-card-sale-pic {
    width:250px;
    float:left;
    margin:0 20px;
}
.product-card-sale-pic a {
    padding-top:10px;
}
.nav-services-sub {
    width:780px;
    -moz-column-count: 2; /* Для Firefox */
    -webkit-column-count: 2; /* Для Safari и Chrome */
    column-count: 2;
}
.menu_block {
    display:block;
    width:365px;
    float:none;
}

.nav-services-sub-item-title {
    margin-top:0px;
    font-size: 15px;
}
.nav-services-sub-item {
    margin-top:0;
    margin-bottom:15px;
    display: block;
}
.nav-services-sub-sub {
    display: block;
}

.nav-services-sub {
    line-height:1;
    border: 2px solid #ffffff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 0px 6px 0px #777, 1px 3px 7px -3px #000;
    z-index: 20;
}


.company-item {
    padding-top:10px;
}
.product-item-detail {
    margin-left:17px;
    width:98%;
}
.visited-item-pic:hover:after {
    display:none;
}
.company-next, .catalog-header-arrow-next,
.catalog-header-arrow-prev,.visited-slider-next,
.visited-slider-prev{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.product-item-nocompare, .product-item-compare {
    padding: 10px 0 0 0px;
    text-align:center;
}
.subscribe-text {
    line-height: 39px !important;
    padding-top: 10px;
    font-family: "Roboto Condensed";
    background-position: 0% 13px;
}

.a-product-item-sales-time {
    margin-bottom:10px;
}

.a-product-item-sales-time > div {
    display:inline-block;
    background:#d9dcde;
    padding:0 10px;
}

.a-product-item-sales-time > div > div {
    margin:0;
    padding:0;
    display:inline-block;
    padding-left:25px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.a-product-item-sales-time > div > div:first-child {
    background: url(img/sales_icon.png) left center no-repeat;
    padding-right:40px;
    color: #bc2222;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

.a-product-item-sales-time > div > div:last-child {
     background: url(img/calendar_icon.png) left center no-repeat;
     text-transform: lowercase;
}

.a-specialoffer {
    margin-top:20px;
}

.social-pluso-buttons > a {
    background-image: url(img/social.png);
    display: inline-block;
    vertical-align: inherit;
    margin: 3px 4px 0 3px;
    padding: 0;
    width: 30px;
    height: 30px;
    overflow:hidden;
    cursor:pointer;
}

.social-pluso-buttons > a.a-vk {
        background-position: -124px 0;
}

.social-pluso-buttons > a.a-facebook {
      background-position: -0px 0;
}

.social-pluso-buttons > a.a-twitter {
     background-position: -31px 0;
}

.social-pluso-buttons > a.a-odnoklassniki {
     background-position: -93px 0;
}

.social-pluso-buttons > a.a-googleplus {
     background-position: -186px 0;
}

a {
    color: #363636;
    font-size: 15px;
}
.help-table-item-content span {
    height: 65px;
    display: block;
    overflow: hidden;
}

.call-phone b {
    color:#363636 !important;
}
.call-phone a {
    color:#363636 !important;
    font-size: 24px;
    text-decoration:none;
}
.filter-more {
    display: block;
    font-family: 'Roboto Condensed', sun-serif;
    margin: 15px 0 0 30px;
    width: 80px;
    font-weight:300;
    white-space:nowrap;
}
.filter-action .btn-yellow {
    width: 170px;
    height: 30px;
    background: url("/wa-data/public/site/themes/ustanovka-shop-new/img/icons.png")no-repeat 36px 2px linear-gradient(to bottom,  #ffc900 0%, #ffc411 100%);
    padding: 0 20px;
    display: inline-block;
    border: 0 none;
    border-top: 1px solid #ffe891;
    border-radius: 5px;
    box-shadow: 0 -1px 0 #ffcd00, 0 1px 1px rgba(0,0,0,.5);
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #363636;
    font: bold 15px/30px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
}
.filter-action .btn-yellow:hover{
    background: url("/wa-data/public/site/themes/ustanovka-shop-new/img/icons.png")no-repeat 36px 2px linear-gradient(to bottom,  #ffe93e 0%, #ffcd00 100%);
}
.filter-more:hover{
  border: none;
  padding-bottom: 1px;
}
.filters .disabled label{
    color: #999;
}
.product-card-pic-big img {
    display:block;
    margin:0 auto;
}
.product-img-link{
    display: block;
    height: 230px;

}
.product-item-nocompare{
    padding: 10px 0 0 12px;
    position: relative;
    padding-left: 0;
}
#compare-scroller{
    width: 995px;
    overflow-x: auto;
    position: absolute;
    top: auto;
    margin: 0 auto;
    margin-top: -11px;
    left: auto;
    margin-left: -15px;
}
#compare-scroller div {
    height:1px;
}
.compare-control{
    margin-bottom: 15px;
    width: 200px;
    position: relative;
    top: 0;
    padding: 0;
}
.compare-control.selected{
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
}
.compare-control span {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
    text-align: center;
    font-weight: 300;
}

#compare-table {
    width:auto;
}

.compare_nav {
    left: 0;
    position: absolute;
    top: 62px;
    width: 220px;
}
#compare-table th{
    vertical-align:top;
    width:auto;
}

#a-compare-table tr:first-child{
    vertical-align:top;
    width:auto;
}

#a-compare-table .compare-control{
    width: 250px;
}

#a-compare-table .compare-control:first-child{
    margin-top: 10px;
}

#a-compare-table tr:first-child td:first-child{
    height: auto;
}

#a-compare-table tr:first-child td {
    padding: 7px;
    text-align: left;
}

#a-compare-table td:first-child {
    background: #f5f5f5;
    width: 280px;
    height: 27px;
    overflow: hidden;
    position: absolute;
    left:0;
    padding-left: 0;
    text-align: left;
}

#a-compare-table td{
    text-align: center;
}

#compare_slider {
    left: 280px;
    position: absolute;
    width: 710px;
    z-index: 1;
}

.compare_prev{
    background-position: left top !important;
    left: -10px;
}

.compare_next{
   background-position: right top !important;
   right: -20px;
}

.compare_prev, .compare_next {
    background: url("/wa-data/public/site/images/bg_6.png")no-repeat;
    cursor: pointer;
    height: 44px;
    position: absolute;
    top: 105px;
    width: 22px;
    z-index: 10;
}

.comparison{
    position:relative;
}

#compare-table td, #a-compare-table td {
    width:auto;
}

#compare-table .comparison-item .product-item-add, #a-compare-table .comparison-item .product-item-add {
    float:none;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 10px;
    margin-bottom: 7px;
}

#a-compare-table tr.empty-space td {
    margin:0;
    padding:0;
}

#a-compare-table tr.empty-space {
    position: relative;
    height: 35px;
}

#a-compare-table {
    width:auto;
}

#a-top-scroller {
    width: 780px;
    width:724px;
    height: 22px;
    overflow: auto;
    margin: 0;
    padding: 0;
    overflow-x:auto;  
    overflow-y:visible;
    position: absolute;
    z-index:2;
    display:none;
}

a.a-compare {
    font-size:15px;
    letter-spacing: .6px;
    color: white;
    background-color: #818181;
    padding: 9px 15px;
    text-decoration: none;
    border: 1px solid #6e6e6e;
    border-radius: 3px;
    background: #818181 url('/ext-lib/images/compare.png') 10px 6px no-repeat;
    padding-left: 33px;
    margin-left: 45px;
}

a.a-compare:hover {
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.53);
}

a.a-compare.compare-remove {
    border-bottom: none;
    border-right: none;
    border-left-width: 2px;
    border-top-width: 2px;
    border-color: #4A4A4A;
}

#a-top-scroller > div {
    height: 1px;
}

.footer-adress {
    margin-top: 12px !important;
    font-size: 14px;
    font-weight: 400;
}
.footer-center-down{
    padding-top:0px;
}
.form-item-radio-info:hover {
     z-index:31;
 }

.catalog-box {
    margin: 0 0 -22px -45px;
}

.catalog-item {
    margin: 0 0 22px 40px;
}
.product-item-pic img {
    display:block;
    margin:0 auto;
}
.product-item img {
    display:block;
    margin:0 auto;
}
.product-item-detail-title{
    height:auto !important;
}
.nav-services-box {
    width:238px !important;
}
.nav-services-sub {
    left:235px !important;
}
.shopnav-item-title {
    padding: 13px 0 10px 0px !important;
    text-align:center;
}
.nav-services {
    width:238px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    float: left;
}
.tab-item-left-title{
    margin-left:0px !important;
    width:40%;
}
.product-box {
    overflow:hidden;
}
.shopnav-sub-item a {
    display:block;
    color:#363636;
}
.visited_big{
    width: 942px;
}
.bestseller:after {
    position: absolute;
    top: 0;
    right: 0;
    background: url('/wa-data/public/shop/themes/ustanovka-shop-new/img/hit_with_text.png');
    width: 61px;
    height: 61px;
    margin-top: -2px;
    margin-right: -2px;
    z-index: 15;
    content: "";
}
.low-price:after {
    position: absolute;
    top: 0;
    right: 0;
    background: url('/wa-data/public/shop/themes/ustanovka-shop-new/img/sale_with_text.png');
    width: 61px;
    height: 61px;
    margin-top: -2px;
    margin-right: -2px;
    z-index: 15;
    content: "";
}
.catalog-item{
    height:160px;
}
.filter {
    margin-top:0px;
}

.basket-popup-name {
    width:60px;
    padding-top: 20px;
}

.basket-popup-button {
    float: right;
}

span.basket-popup-button{
    width:124px;
    margin-left:10px;
}
.logo {
    width:153px !important;
}
.productsperpage-view li {
  margin: 0px !important;
  display: block;
}
.productsperpage-view li a.selected {
  background-color: #D3D3D3 !important;
}

.productsperpage-view {
    display:block !important;
    float:right ;
    margin-top: -5px !important;
}

.auth {
    margin-top:20px;
}

.auth img {
    float:left;
    margin-right:20px;
}

.sign-go a {
    color: #fff;
}

#compare-leash { position: fixed; bottom: 0; box-shadow: 0 2px 9px rgba(0, 0, 0, 0.4); font-size: 1.1em; right: 30px; z-index: 9999; }
#compare-leash a { color: #fff; background: #ffa800; display: block; padding: 10px 15px;
    transition: background 0.5s ease-in-out;
}
#compare-leash a:hover { background: red; color: #fff !important; }
#compare-leash a.just-added { background: #f00; }

.filter-scroll {
    height:310px;
    overflow-y:auto;
}

table tr td {
    padding: 7px 14px;
}
table tr th {
    padding-left: 10px;
}
table tbody {
    text-align:left;
}

#compare-table-fixed {
    overflow-x:auto;
    width:760px !important;

}

.compare-scroll {
    width:auto;
    margin-left:280px;
    overflow-x:auto;
    overflow-y:visible;
    padding-bottom:1px;
}

.compare-features {
    width: 250px;
    position: absolute;
    margin-top: 357px;
}
.compare-features p {
    padding: 0px;
    margin-bottom: 17px;
    border-bottom:1px solid gray;
}

.product-item-detail-compare {
    background:none !important;
}
.sort-select {
    width:242px !important;
}

#scrollup {
    position: fixed; /* фиксированная позиция */
    opacity: 0.8; /* прозрачность */
    padding: 15px 10px 10px; /* отступы */
    background: #aaa;
    border-radius: 5px; /* скругление углов */
    right: 10px; /* отступ слева */
    bottom: 10px; /* отступ снизу */
    display: none; /* спрятать блок */
    cursor: pointer;
    z-index:200;
}

/*Стиль для иконки пояснения*/
.fiwex-popup-hint{
    width: 18px;
    height: 17px;
    background: url("img/info.png") no-repeat;
    margin-left: 5px;
    display: inline-block !important;
    position: relative;
    top: -9px;
    z-index: 30;
    cursor: pointer;
    font-weight: normal;
}
   
/*Стили для облака пояснения*/
.fiwex-tooltip-content{
    width: 264px;
    background: #fff;
    padding: 15px;
    display: none;
    position: absolute;
    left: 20px;
    top: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    cursor: text;
    text-transform: none;
    color: #484848;
    font-size: 14px;
    z-index:100;
}

.fiwex-tooltip-tail{
    position: absolute;
    right:15px;
    top:-10px;
    width:21px;
    height: 10px;
    background: url(/wa-apps/shop/plugins/fiwex/img/tail.png) no-repeat;
}
  
.fiwex-tooltip-title{
    font-weight: bold;
    float: left;
    margin: 0 32px -2px 0;
    padding: 8px 13px;
}
  
.fiwex-tooltip-close{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 14px;
    height: 14px;
    background: url(/wa-apps/shop/plugins/fiwex/img/close.png) no-repeat;
    cursor: pointer;
}
  
.fiwex-tooltip-body{
    clear: both;
    padding: 0 13px 10px;
    overflow: hidden;
}
.btn-green {
    font: normal 16px/36px "Roboto", sans-serif !important;
    border-color: rgba(109, 138, 55, .5);
}

.subscribe-action .wa-submit.btn-green {
    font-size: 15px !important;
}

.wa-field:first-child {
    padding-top:0;
}

.upcoming {
    display:none;
}

/*------------------- custom correct css ---------------------------------------------*/
.content-center.fullscreen_mode {
    width:100%;
    float:none;
}

.content-center.fullscreen_mode > .tag {
    padding-top: 0px;
}

.product-card-pic-big {
    position:relative;
}

.abadge > div {
    position:absolute;
    top:0;
    right:0;
}

.abadge > div > p {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(16px) rotate(45deg);
    padding-left: 0px;
    padding-bottom: -9px;
    margin-left: 24px;
    margin-top: -1px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: -1px 0px 1px black, 0 0 0px black;
    display:none;
}

.abadge-new {
    background: url('/wa-data/public/shop/themes/ustanovka-shop-new/img/new_with_text.png');
    width: 61px;
    height: 61px;
    margin-top: -2px;
    margin-right: -2px;
    
}

.abadge-hit {
    background: url('/wa-data/public/shop/themes/ustanovka-shop-new/img/hit_with_text.png');
    width: 61px;
    height: 61px;
    margin-top: -2px;
    margin-right: -2px;
}

.abadge-lowprice {
    background: url('/wa-data/public/shop/themes/ustanovka-shop-new/img/sale_with_text.png');
    width: 61px;
    height: 61px;
    margin-top: -2px;
    margin-right: -2px;
}

table.a-my-order-table tbody tr > td:nth-child(1),
table.a-my-order-table tbody tr > td:nth-child(2),
table.a-my-order-table tbody tr > td:nth-child(5),
table.a-my-order-table tbody tr > td:nth-child(6){
    white-space:nowrap;
}

table.a-show-my-order tbody tr > td:nth-child(2),
table.a-show-my-order tbody tr > td:nth-child(3),{
    white-space:nowrap;
}

.a-count-discont {
    background: url(img/bg_timer_sale.png) left top no-repeat;
    width:995px;
    height:187px;
    overflow:hidden;
    display:flex;
    align-items: center;
}

.a-count-discont > div {
    padding:0;
    margin:0;
    margin-right:37px;
    overflow:hidden;
}

.a-count-discont > div:last-child {
    margin-right:0;
}

.a-count-discont > div:nth-child(1){
    width:246px;
}

.a-count-discont > div:nth-child(2){
    width:360px;
}

.a-count-discont > div:nth-child(3){
    width:315px;
    padding-right:10px;
    font-size:14px;
    line-height:18px;
}

.a-logo-sale {
    background: url(img/sale-logo.png) no-repeat center;
    height: 70px;
    margin-bottom: 16px;
}

.a-sale-text {
    color:#bc2222;
    font-weight:bold;
    text-transform:uppercase;
    font-size:20px;
    text-align:center;
    letter-spacing:.6px;
    margin-bottom:6px;
}

.a-sale-date-range {
    color:#363636;
    text-transform:lowercase;
    font-size:16px;
    text-align:center;
}

.a-count-discont > div:nth-child(3) > b {
    display:block;
    font-weight:normal;
    color:#bc2222;
    font-size:16px;
    margin-bottom:3px;
    line-height:1;
}

.a-middle-counter-title {
    font-size: 18px;
    line-height: 20px;
    letter-spacing:.6px;
    color:#363636;
    text-align:center;
    margin-bottom:5px;
}

.a-middle-counter-main {
    width:340px;
    margin:0 auto;
    height:100px;
    overflow:hidden;
    background: url(img/group_box.png) center no-repeat;
}

.a-middle-counter-main > table {
    border:0;
    width:auto;
    margin:0 auto;
    margin-top:20px;
}

.a-middle-counter-main > table td {
    margin:0;
    padding:0;
    text-align:center;
    font-size:15px;
    color:#363636;
    text-transform:lowercase;
    line-height:26px;
}

.a-middle-counter-main > table td .a-plato {
    width: 26px;
    height:46px;
    overflow:hidden;
    background: url(img/aplato.png) left top no-repeat;
    box-shadow:0px 1px 3px 0px black;
    margin-right:2px;
    margin-left:2px;
    color:#363636;
    font-size:30px;
    font-weight:bold;
    line-height: 1;
    padding-top:13px;
}

.a-middle-counter-main > table td.space {
    width: 10px;
}

.a-description-category {
    display: block;
    float: none;
    clear: both;
    margin-top:60px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}
.tool-marker {
    background-color: #b8b8b8;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font: bold 14px Arial,sans-serif;
    height: 17px;
    margin-left: 5px;
    text-align: center;
    width: 17px;
    position: relative;
    top: -2px;
}
.filters-description {
    display: none;
    position: absolute;
    left: 20px;
    top: 12px;
    z-index: 12;
    width: 260px;
    min-height: 100px;
    background-color: #fff;
    box-shadow: 0px 1px 6px 2px rgba(153,153,153,1);
    cursor: auto;
}
.filters-description-content {
    color: #484848;
    font: 15px 'Roboto Condensed',sans-serif;
    padding: 15px;
    text-align: left;
    font-weight:300;
}
.filters-description-close {
    color: #777;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    padding: 2px;
}
.slider-marker {
    display: inline-block;
}

.a-in-stock {
    margin-left:55px;
    background: url('/ext-lib/images/check.png') left top no-repeat;
    padding-left: 23px;
    line-height: 23px;
}


#callForm, .popup-call-me form,
.a-callme-selector-content form {
    display:block;
}

#callForm,
.a-callme-selector-content > div {
    display:none;
}

.a-callme-selector-content > div.active {
    display:block;
    padding:10px;
}

.a-callme-selector-content .wa-field {
    padding-top: 12px;
}

.a-callme-selector-content .wa-form .wa-field .wa-name {
    color: #737373;
    text-shadow: 0px 1px 0px #ffffff;
    font-weight: 500;
}

.a-callme-selector-content .wa-form .wa-field .wa-value input[type="text"] {
    min-height:37px;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > p {
    margin:0;
    padding:0;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > label {
    color:#888888;
    text-shadow:0px 1px 0px #ffffff;
    display:block;
    position: relative;
    padding-left:20px;
    margin-bottom:3px;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > label > input[type=radio] {
    display: none;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > label:before {
    content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: white;
  border:1px solid #adadad;
  border-radius: 8px;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > label.checked:before {
    content: "\2022";
    color: #C10000;
    font-size: 27px;
    text-align: center;
    line-height: 16px;
        font-family: Arial;
}


.a-callme-selector-content .wa-form .wa-field > p {
    color:#888888;
    text-shadow:0px 1px 0px #ffffff;
    font-size: 14px;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > select {
    font-size: 17px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
    line-height: 35px;
    color: #363636;
    font-size: 14px;
    width: 30%;
    min-width: 220px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
    text-overflow: '';
    outline: none;
    background: transparent url("/ext-lib/images/dropdownc.png") no-repeat right center;
    padding: 0px 30px 0px 14px;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > select::-ms-expand {
    display: none;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > select > option {
    font-size: 16px;
    border: 1px solid transparent;
    line-height: 35px;
    color: #363636;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > select.error {
       border: 2px solid red;
}

.wform-thanks {
        margin-top: 39px;
    font-size: 20px;
}

.a-selector-callme .wa-field:nth-child(9) {
    display: block;
    position: absolute;
    width: 200px;
    left: 254px;
    margin-top: 5px;
}

.a-selector-question .wa-field:nth-child(10) {
    display: block;
    position: absolute;
    width: 200px;
    left: 254px;
    margin-top: 5px;
}

.a-selector-question .wa-form .wa-field .wa-value textarea {
    width: 100%;
    max-width: 100%;
    resize: none;
    height: 143px;
}

.wa-form .wa-field .wa-value.buttons {
    margin-top:20px;
}

.popup-call-me {
    padding: 25px 30px 0px;
}

.popup-call-me-close:hover{
    outline: 1px solid #888888;
}

.a-callme-selector-content .wa-form .wa-field .wa-value > input[type="submit"] {
  box-shadow: 0px 2px 7px -3px #000000;
  background:linear-gradient(to bottom, #ffc534 5%, #f8b808 100%);
  background-color:#ffc534;
  border-radius:4px;
  border:1px solid #ecad00;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b3a886;
}
.a-callme-selector-content .wa-form .wa-field .wa-value > input[type="submit"]:hover {
  background:linear-gradient(to bottom, #f8b808 5%, #ffc534 100%);
  background-color:#f8b808;
}
.a-callme-selector-content .wa-form .wa-field .wa-value > input[type="submit"]:active {
  position:relative;
  top:1px;
}

 .wa-signup-form .wa-form .wa-field .wa-value > input[type="submit"] {
  box-shadow: 0px 2px 7px -3px #000000;
  background:linear-gradient(to bottom, #ffc534 5%, #f8b808 100%);
  background-color:#ffc534;
  border-radius:4px;
  border:1px solid #ecad00;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-family:Arial;
  font-size:17px;
  padding:6px 24px;
  text-decoration:none;
  text-shadow:0px 1px 0px #b3a886;
}
 .wa-signup-form .wa-form .wa-field .wa-value > input[type="submit"]:hover {
  background:linear-gradient(to bottom, #f8b808 5%, #ffc534 100%);
  background-color:#f8b808;
}
 .wa-signup-form .wa-form .wa-field .wa-value > input[type="submit"]:active {
  position:relative;
  top:1px;
}

.wa-signup-form .wa-value.wa-submit {
    white-space:nowrap;
}

.basket-main-items {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 32px;
    background: white;
}

.basket-main-items > .basket-box {
    margin:0;
    border:0;
    padding:0;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    padding:23px 0px;
}

.basket-main-items > .basket-box:first-child {
    padding-top:0;
}

.basket-main-items > .basket-box:last-child {
    border-bottom:1px solid white;
    padding-bottom:0;
}

.basket-main-items > .basket-box:first-child .basket-close {
    margin-top: -24px;
}

.basket-main-items > .basket-box:last-child .basket-close {
    margin-top: 0;
}

.basket-main-items > .basket-box .basket-close {
    right: 0;
    top: 50%;
    margin-top: -12px;
    left: inherit;
}

.basket-main-items .basket-product-content-cost-count {
    float:none;
    overflow:hidden;
}

.basket-main-items > .basket-box .basket-product-content-count {
    float:right;
    margin-right: 23px;
}

.basket-total {
    border-top: none;
    margin-top: 15px;
    height: 60px;
}

.basket-total-summ {
    width: 220px;
}

.basket-action__payment {
    float: left;
    display: flex;
    align-items: center;
    margin-top: 42px;
}

.basket-action__payment-title {
    font-size: 16px;
    font-weight: 400;
}

.basket-action__payment-list {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0 4px 0 0;
    display: flex;
}

.basket-action__payment-item {
    padding: 0;
    margin: 0 4px 0 0;
    width: 50px;
    height: 30px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    background-color: #fff;
}

.basket-action__payment-item-visa {background-image: url(/wa-data/public/helpdesk/files/faq/08/00/8/63visa.gif);}
.basket-action__payment-item-mastercard {background-image: url(/wa-data/public/site/img/mastercard-1.gif);}
.basket-action__payment-item-yandex {background-image: url(/wa-data/public/site/img/yandexmoney-1.png);}
.basket-action__payment-item-sberbank {background-image: url(/wa-data/public/site/img/sberbank-1.gif);}
.basket-action__payment-item-qiwi {background-image: url(/wa-data/public/helpdesk/files/faq/08/00/8/99qiwi.gif);}
.basket-action__payment-item-webmoney {background-image: url(/wa-data/public/site/img/webmoney.gif);}

.nav-item {
    padding: 0 20px;
}

/*--------------------------- SHIPING --------------------------*/

select.shipping-rates {
    font-size: 17px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2) inset;
    line-height: 35px;
    color: #363636;
    font-size: 14px;
    width: auto;
    min-width: 220px;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
    text-overflow: '';
    outline: none;
    background: transparent url("/ext-lib/images/dropdownc.png") no-repeat right center;
    padding: 0px 30px 0px 14px;
}

select.shipping-rates::-ms-expand {
    display: none;
}



select.shipping-rates > option {
    font-size: 16px;
    border: 1px solid transparent;
    line-height: 35px;
    color: #363636;
}

select.shipping-rates.error {
       border: 2px solid red;
}

.basket-ordering {
    padding-top:0px;
}

ul.a-select-user-auth-mode {
    display:block;
    list-style:none;
    margin-top: 20px;
}

ul.a-select-user-auth-mode > li {
    display:block;
    float:none;
    list-style:none;
    margin-left: 0;
    margin-bottom: 10px;
}

ul.a-select-user-auth-mode label {
    color:#363636;
    text-shadow:0px 1px 0px #ffffff;
    display:block;
    position: relative;
    padding-left:25px;
    margin-bottom:3px;
    cursor:pointer;
}

ul.a-select-user-auth-mode label > input[type=radio] {
    display: none;
}

ul.a-select-user-auth-mode label:before {
    content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: white;
  border:1px solid #adadad;
  border-radius: 8px;
  top: -1px;

}

ul.a-select-user-auth-mode label.checked:before {
    content: "\2022";
    color: #C10000;
    font-size: 27px;
    text-align: center;
    line-height: 16px;
    font-family: Arial;
}

.wa-auth-adapters ul {
    display:flex;
    list-style:none;
    margin:0;
    padding:0;
}

.wa-auth-adapters ul > li {
    list-style:none;
    margin:0;
    padding:0;
    
    font-size: 1.1em;
    margin-bottom: 5px;
    margin-right: 15px;
}

.wa-auth-adapters ul > li > a {
    display: flex;
    align-items: center;
    padding: 0px 5px;
    text-decoration: none;
}
.wa-auth-adapters ul > li > a > img{
    position: relative;
    margin-right: 5px;
    width: 25px;
    display: block;
 }
 
 .basket-sign-up-title {
     display:none;
 }

.wa-auth-adapters {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d2d2;
}

.basket-sign-up-box {
    padding-top: 22px;
}

.wa-form.basket-sign-up-box .wa-field {
    clear: both;
    margin: 0;
    padding-top: 3px;
    width: 415px;
    clear: both;
    display: flex;
    flex-wrap: nowrap;
}

.wa-form.basket-sign-up-box .wa-field .wa-name {
    width: 85px;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 0.95em;
    float: none;
    clear: both;
    white-space: nowrap;
    text-align: right;
    padding-right: 13px;
}

.wa-form.basket-sign-up-box .wa-field .wa-value {
    margin-bottom: 5px;
    position: relative;
    margin-left: 0;
    width: auto;
    flex: 1;
}

.wa-form.basket-sign-up-box .wa-field .wa-value > p {
    margin:0;
    padding:0;
}

.wa-form.basket-sign-up-box .wa-field.wa-required .wa-name:after {
        content: ' *';
    color: red;
}

blockquote {
    color: #555;
    font-size: 0.9em;
    padding: 20px;
    background: #FFFFFF;
    margin-bottom:20px;
    overflow:hidden;
}

.checkout blockquote {
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
}

blockquote em a {
    color: #bc2222;
}

.checkout blockquote img {
    margin-right: 20px;
    float: left;
    border-radius: 50%;
}
.checkout blockquote p {
    margin-bottom: 10px;
    margin-left: 70px;
}
.checkout blockquote p span {
    color: #000;
}

#create-new-user-div .hint {
    margin-bottom: 10px;
}

.wa-form.basket-sign-up-box .form-item-legal.checkbox {
    margin:0;
    float: none;
    height: auto;
    margin-top: 15px;
    padding-left: 25px;
}

#create-user-div {
    clear:both;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.next-buttons {
    display:flex;
    flex-wrap:nowrap;
    margin-top: 20px;
}

.next-buttons > div:first-child {
    margin-right:16px;
}

.basket-return {
    width:auto;
    padding-right:20px;
    margin-top:0;
    float:none;
    clear:both;
    text-shadow: 0px 1px 0px #ffffff;
    background: url("/wa-data/public/shop/themes/ustanovka-shop-new/img/return.png") no-repeat 26px center, linear-gradient(to bottom, #f5f5f5 0%, #d3d3d3 100%);
    padding-left: 46px;
    padding-right: 30px;
}

.basket-return:hover
{
    background: #f5f5f5 url("/wa-data/public/shop/themes/ustanovka-shop-new/img/return.png") no-repeat 26px center;
    color: #464646;
}

input[type="submit"].basket-return{
    background: linear-gradient(to bottom, #f5f5f5 0%, #d3d3d3 100%);
    cursor:pointer;
    box-shadow:none;
    padding-right: 30px;
    padding-left: 30px;
}

input[type="submit"].basket-return:hover
{
    background: #f5f5f5;
    color: #464646;
}
.basket-ordering-delivery-item-box {
    padding-top:0;
}

.basket-ordering-delivery  {
    float: none;
    clear: both;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.basket-ordering-delivery-col {
    float: none;
    clear: both;
     width:100%;
}
.basket-ordering-delivery-item {
    width:100%;
}

.basket-ordering-your-data {
    padding: 20px 0;
    margin-bottom: 20px;
}
.next-buttons.confirm {
        justify-content: space-between;
}

.confirm-content {
    margin-top:20px;
}

.checkout-result.success  {
    width:100%;
    min-height:382px;
    background: url("/ext-lib/images/bgconfirm.png") center top no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
}

.a-allsteps-checkout.checkout.success {
    margin-top:-30px;
}

.success-first-header {
    color: #bc2222;
    font-weight: bold;
    font-size: 27px;
    text-align: center;
    margin-bottom: 37px;
}
.success-title {
    color: #363636;
    font-size: 16px;
}
.success-number {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 10px;
    align-items: center;
}

.success-number > div:last-child {
    margin-left: 30px;
    padding: 10px;
    background: #BC2222;
    color: white;
}
.success-number > div:last-child > span {
    font-size:20px;
}

.success-callback-catalog {
    text-align: right;
    margin-top: 40px;
}
.success-callback-catalog > a {
    background: #f5f5f5 url("/wa-data/public/shop/themes/ustanovka-shop-new/img/return.png") no-repeat 15px center;
    color: #363636;
    padding-left: 33px;
}
.checkout-result.error {
    color:red;
}

.shipping-product-info-main > div:first-child{
    height:2px;
    background:#eff0f0;
    margin-bottom:3px;
}

.shipping-product-info-main > div:nth-child(2){
    background:#eff0f0;
    padding:20px;
}

.shipping-product-info-main > div:last-child{
    height:2px;
    background:#eff0f0;
    margin-top:3px;
}

.shipping-product-info {
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
    width: 100%;
}

.shipping-product-info > div:first-child {
    border-right:1px solid #d6d6d6;
    width:50%;
}
.shipping-product-info > div:last-child {
    border-left:1px solid #ffffff;
    width:50%;
}

.shipping-product-info .shipping-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 11px;
    position:relative;
}

.shipping-product-info > div:first-child {
    padding-right: 20px;
}
.shipping-product-info > div:last-child {
    padding-left: 20px;
}

.shipping-product-info p {
    padding:0;
    margin:0;
}

.shipping-product-info .shipping-item p, .shipping-product-info .shipping-item a {
    padding-top:5px;
}

.shipping-product-info .shipping-item a, .shipping-product-info .shipping-item p {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
}
.shipping-product-info .shipping-item.date-shipping > p:first-child {
    margin-left:30px;
}

.shipping-product-info .shipping-item.date-shipping > p:first-child:before {
    background: url(/ext-lib/images/shipping/1.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    height:24px;
    margin-left: -30px;
    margin-top: -6px;
}

.shipping-product-info .shipping-item a {
    color:#007baf !important;
    display:inline-block;
    text-decoration: none;
    border-bottom: 1px dashed;
}

.shipping-product-info .shipping-item p,
.shipping-product-info .shipping-item a{
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}

.shipping-product-info .shipping-item a.exists {
    border: 0;
    white-space: nowrap;
    color: #363636 !important;
}

.shipping-product-info .shipping-item.price-shipping > a:first-child {
     margin-left:30px;
}

.shipping-product-info .shipping-item.price-shipping > a:first-child:before {
    background: url(/ext-lib/images/shipping/2.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    margin-left: -30px;
    margin-top: -6px;
    height:24px;
}

.shipping-product-info .shipping-item.floor-shipping > a:first-child {
     margin-left:30px;
}

.shipping-product-info .shipping-item.floor-shipping > a:first-child:before {
    background: url(/ext-lib/images/shipping/3.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    margin-left: -30px;
    margin-top: -6px;
    height:24px;
}

.shipping-product-info .shipping-item.price-setting > a:first-child {
     margin-left:30px;
}

.shipping-product-info .shipping-item.price-setting > a:first-child:before {
    background: url(/ext-lib/images/shipping/4.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    margin-left: -30px;
    margin-top: -6px;
    height:24px;
}

.shipping-product-info .shipping-item.price-setting > a {
    color:grey !important;
}

.shipping-product-info .shipping-item.guarantee > p:first-child {
     margin-left:30px;
}

.shipping-product-info .shipping-item.guarantee > p:first-child:before {
    background: url(/ext-lib/images/shipping/5.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    margin-left: -30px;
    margin-top: -6px;
    height:24px;
}

.shipping-product-info .shipping-item.mkad > a:first-child {
     margin-left:30px;
}

.shipping-product-info .shipping-item.mkad > a:first-child:before {
    background: url(/ext-lib/images/shipping/mkad2.png) left top no-repeat;
    content: "";
    position:absolute;
    width:24px;
    margin-left: -30px;
    margin-top: -6px;
    height:24px;
}
.product-card-content > .product-descr-item {
     overflow:inherit;
}
.product-card-content > .product-descr-item.selfdescr {
   
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}

/*-------------------------------- INFORMER ----------------------------------*/
.a-main-informer {
    padding:15px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    position: absolute;
    background:#f5f5f5;
    width: 300px;
    display:none;
    z-index:100;
    top: 0;
    margin-top: -30px;
    cursor:default;
}

.a-main-informer.left {
    left: 0;
    margin-left: -66px;
}

.a-main-informer.right {
     right: -300px;
     margin-right: -21px;
}

.a-main-informer.center {
     margin-right: -21px;
     right: -98px;
} 

.a-main-informer.withclose{
     padding-top:35px;
}
.a-main-informer.center.withclose{
     padding-top:21px;
}

.a-main-informer > .a-informer-close {
    display:block;
    position:absolute;
    background: url("/wa-data/public/site/themes/ustanovka-shop-new/img/icons.png")no-repeat -40px -71px;
    right: 5px;
    top:2px;
    width:31px;
    height:31px;
    cursor:pointer;
}

.a-main-informer > .a-informer-close:hover {
    outline: 1px solid #888888;
}

.a-main-informer > .a-informer-header {
    color:#ba2222;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    padding-bottom: 10px;
    position:relative;
}

.a-main-informer.center > .a-informer-header {
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
}

.a-main-informer.right > .a-informer-header:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:7px;
    height:14px;
    background: url("/ext-lib/images/white_arrow.png") left top no-repeat;
    margin-left: -21px;
    margin-top: 1px;
}

.a-main-informer.left > .a-informer-header:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    width:7px;
    height:14px;
    background: url("/ext-lib/images/white_arrow.png") left top no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: -21px;
    right: 0;
    margin-top: 1px;
}

.main-informer-items {
     display: flex;
     flex-direction: column;
}

.main-informer-items > .informer-list-item {
    display:flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    line-height: 1;
    padding: 10px 0;
    color:#484848;
    border-bottom:1px solid #cdcdcd;
    align-items: center;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
}
.main-informer-items > .informer-list-item > div:first-child {
    width:100%;
    padding-right: 20px;
}

.main-informer-items > .informer-list-item > div:last-child {
    border:1px solid #cdcdcd;
    padding: 9px 26px 4px 26px;
    text-align: center;
    color:#ba2222;
    font-weight:bold;
    white-space:nowrap;
} 

.a-informer-footer {
    position:relative;
    padding-left:35px;
    margin-top: 25px;
    padding-bottom: 10px;
    font-size: 12px;
    color: grey;
}

.a-informer-footer:before {
    content:"";
    position:absolute;
    width:18px;
    height:17px;
    background:url("img/alert.png") left top no-repeat;
    left:0;
    top:0;
}

.bgzvzd {
    display:inline-block;
    height:16px;
    width:96px;
    background:url("img/star.png") left -16px no-repeat;
    margin-left:30px;
}

#productDescription,
.product-item-compare-box{
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight:300;
    color:#666666 !important;
}

#productDescription *,
.product-item-compare-box *{
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight:300;
    color:#666666 !important;
    line-height: 20px !important;
}

#productDescription ul,
.product-item-compare-box ul{
    list-style: disc outside !important;
    margin: 0 !important;
    padding: 0 !important;
}
#productDescription ul li,
.product-item-compare-box ul li{
    list-style:disc outside !important;
    margin: 7px !important;
    padding: 0 !important;
    margin-left: 27px !important;
}

.quickorder-body {
    padding-bottom:23px;
}

.nav-services-gamb{
    position:relative;
    background: #585859 url(/ext-lib/images/gamb_white.png) 20px center no-repeat;
    width:238px;
    padding: 0 15px 0 65px;
    color:white;
    font-weight: 400;
    font-size: 14pt;
}

.nav-services > .nav-services-box {
    display:none;
}

@media screen and (min-width: 991px) {
.nav-services-gamb:hover {background: none;}
.nav-services:hover .nav-services-gamb {background:#ffbf00 url(./img/gamb.png) 20px center no-repeat; color:black;}
.nav-services:hover > .nav-services-box {display:block;}
}

.nav-services:after {
    border-bottom:0;
}
.nav-item {
    font-weight: 500;
    font-family: 'Roboto';
    font-size: 16px;
    float: left;
}
.nav-item > p {
    border-bottom: none;
}
.product-item-compare-box:after {
    text-align:left;
}
.product-item-compare-box > ul {
    list-style:none;
    display:block;
    float:none;
    text-align:left;
}
.product-item-compare-box > ul > li {
    list-style:none;
    display:block;
    float:none;
    text-align:left;
}

.product-item-compare .product-item-compare-box  {
    text-align:left;
}

.basket-go.exists {
    background: #DE5050 url("img/basket.png") no-repeat 15px center;
}

.form-item-radio .wa-form.wa-address input {
    display:block;
}

.shipping .wa-form.wa-address .wa-value > p{
    padding:0;
    margin:0;
}
.shipping .wa-form.wa-address .wa-field-address-shipping {
    display: flex;
}

.shipping .wa-form.wa-address .wa-field-address-shipping > .wa-name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
}

.shipping-main-container {
    display:flex;
    justify-content: space-between;
    width: 1000px;
}

.shipping-main-container .wa-form .wa-field .wa-value input[type="text"] {
    width:70%;
}

.shipping-main-container .wa-form .wa-field .wa-value span.field {
    display:flex;
    align-items: center;
    margin-bottom:15px;
}

.shipping-main-container .wa-form .wa-field .wa-value span.field span {
    width: 70px;
    text-align: right;
    margin-right: 15px;
}

.shipping-main-container .wa-form .wa-field .wa-value span.field input {
    flex: 1;
    min-width: 300px;
    max-width: 300px;
}
.basket-ordering-list-item-content {
    padding-top: 0;
}

.basket-ordering-list-item:last-child {
    border-bottom: none;
}

.a-time-shipping-item {
    display:flex;
    margin-bottom: 8px;
    align-items: center;
}

.a-time-shipping-item input[type="text"] {
    width: 63px !important;
    min-width: 63px !important;
    display:block;
}

.a-time-shipping-item p {
    margin:0;
    padding:0;
    display: inline-block;
}

.a-time-shipping-item > div:nth-child(2),
.a-time-shipping-item > div:nth-child(4) {
    padding:0 10px;
}

.a-time-shipping-item > div > label {
    display:block;
    position: relative;
}

.a-time-shipping-item > div:first-child {
    width: 19px;
    height: 20px;
    padding-top: 2px;
    cursor:pointer;
}

.a-time-shipping-item > div > label > input[type=radio] {
    display: none;
}

.a-time-shipping-item > div > label:before {
   content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: white;
  border:1px solid #adadad;
  cursor:pointer;
  border-radius: 8px;

}

.a-time-shipping-item > div > label.checked:before {
    content: "\2022";
    color: #C10000;
    font-size: 27px;
    text-align: center;
    line-height: 16px;
    font-family: Arial;
}

.shipping-main-container .wa-form:last-child > .wa-field > .wa-name {
    display:none;
}

.a-right-shipping-in-cart > .a-header {
    padding-bottom: 10px;
    font-size:18px;
    font-weight:bold;
}

.a-main-calendar-shipping {
    display:flex;
    margin-top: 36px;
    align-items: center;
}

.a-main-calendar-shipping > div:first-child {
    width:19px;
    height:19px;
    background: url('img/calendar-big.png') left top no-repeat;
}

.a-main-calendar-shipping > div:last-child {
    margin-left: 10px;
}

.shippingDateMain > input {
    display:block;
}

#create-new-user-div .wa-captcha {
    padding-left: 85px;
}

#create-new-user-div .wa-captcha p:first-child {
    display: flex;
    align-items: center;
}

#create-new-user-div .wa-captcha img {
    min-width: 120px;
    display: block;
}

.shipping-main-container .wa-form .wa-field .wa-value .shippingDateMain input[type="text"] {
     width: 281px;
     box-shadow:none;
}

.wa-form .wa-field .wa-value input{
    font-size:15px;
    width: 100%;
}

.sort-switch {
    display:flex;
    flex-wrap:nowrap;
}

.a-logged-user {
    display: inline-block;
    padding: 0;
    padding-top: 0px;
    margin: 0;
    margin-left: 0px;
    margin-left: 22px;
    position: relative;
    text-decoration: none;
    line-height: 1;
    padding-top: 2px;
    color: #fff;
    border-bottom: 1px white dashed;

    border-bottom: none;
    display: flex;
    align-items: center;
    margin-left: 0;
}
.a-logged-user-icon {
    height: 30px;
    width: 30px;
    box-sizing: border-box;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    margin-right: 10px;
}
.a-logged-user-name {
    border-bottom: 1px #fff dashed;
}

.sign-popup {
    z-index: 200000;
    margin-top: 2px;
    top: 100%;
    padding: 0;
}
.sign-popup.logged {
    width: 165px;
    border: 1px solid #d5d5d5;
}
.sign-popup.logged:after {
    right:initial;
    left: 50%;
    margin-left: -10px;
}

.a-profile-menu {
    padding: 15px 0;
}

.a-profile-menu > a {
    display:block;
    text-decoration:none;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    padding:7px 0;
    padding-left:42px;
    text-shadow: 0px 1px 0px white;
}
/*.a-profile-menu > a.profile {
    background: url('/ext-lib/images/logged-user-grey.png') 12px 2px no-repeat; 
}*/
.a-profile-menu > a.profile {
    background-image: url('/ext-lib/images/001/profile-logined__icon.png');
    background-repeat: no-repeat;
    background-position: 15px center;
}

/*.a-profile-menu > a.exit {
    background: url('/ext-lib/images/exit-grey.png') 12px 2px no-repeat; 
}*/
.a-profile-menu > a.exit {
    background-image: url('/ext-lib/images/001/exit-logined__icon.png');
    background-repeat: no-repeat;
    background-position: 15px center;
}

.a-profile-menu > a:hover {
    background-color:#e1e4e9;
    color: #363636;
}

/*.a-profile-menu > a.profile:hover {
    background-image: url('/ext-lib/images/logged-user-red.png')
}*/

/*.a-profile-menu > a.exit:hover {
    background-image: url('/ext-lib/images/exit-red.png')
}*/
.a-profile-menu > div {
    height: 1px;
    background: #CACACA;
    margin: 5px 0px;
    margin-left: 12px;
    margin-right: 23px;
}

.product > .product-item-detail:first-child {
    margin-top:0;
}

.a-product-line-main {
    display:flex;
    flex-wrap:nowrap;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
}

.a-product-line-main > div:first-child {
    width:188px;
}
.a-product-line-main > div:last-child {
    width:100%;
    padding-left:25px;
}
.a-img-line {
    border:1px solid #cdcdcd;
}
.a-img-line img {
    display:block;
    max-width:100%;
    height:auto;
}
.a-add-compare {
    text-align:center;
    margin-top: 20px;
}

.a-center-content-line-text {
    display:flex;
    flex-wrap:nowrap;
}

.a-center-content-line-text > div:first-child {
    width:100%;
}
.a-center-content-line-text > div:first-child > a {
    margin-bottom:20px;
}
.a-center-content-line-text .product-item-detail-add{
    margin:0 auto;
}
.a-center-content-line-text .a-in-stock {
    white-space:nowrap;
    text-align:center;
    margin:0;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    line-height:1;
    line-height: 20px;
    height: 30px;
}

.a-center-content-line-text > div:last-child > div, .a-center-content-line-text > div:last-child > form{
    margin-bottom:10px;
}
.a-center-content-line-text a {
    display:block;
    font-size:15px;
}

.a-line-txt2 {
    display:flex;
    flex-wrap:nowrap;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    margin-top:10px;
}

.a-line-txt2 > div:first-child {
    width:160px;
}

.a-line-txt2 .bgzvzd {
    margin-left:0;
}

.a-all-description {
    color:#666666;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}
.product-item-detail {
    height: auto;
    background: #fcfcfc;
}
.help-table-item-title span {
    display:block;
    margin-top: 13px;
    text-align: center;
}
.a-sel-links > div {
    display:flex;
    margin-top: 15px;
}
.a-sel-links > div > div {
   width:128px;
}
.a-sel-links a {
    color:#007baf;
    text-decoration:none;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    margin-left: 30px;
    border-bottom: 1px dashed;
}

.a-sel-links a.shipping:before {
    background: url(/ext-lib/images/shipping/1.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}

.a-sel-links a.service:before {
    background: url(/ext-lib/images/shipping/4.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}

.a-sel-links a.floor:before {
    background: url(/ext-lib/images/shipping/3.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}

.a-sel-links a.pay:before {
    background: url(/ext-lib/images/shipping/2.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}
.a-sel-links a.garantee:before {
    background: url(/ext-lib/images/shipping/5.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}

.a-sel-links a.mkad:before {
    background: url(/ext-lib/images/shipping/mkad2.png) left top no-repeat;
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -30px;
    margin-top: -6px;
}
.aen-shipping-main .a-shipping-flex {
    display:flex;
    flex-wrap:nowrap;
    margin-top: 31px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b9b9b9;
}
.aen-shipping-main .a-shipping-flex:last-child {
    border:0;
}
.a-shipping-flex > div:first-child {
    width:390px;
}
.a-shipping-flex > div:first-child > .a-title {
    font-weight:bold;
}
.a-shipping-flex > div:first-child > .a-descr {
    text-align:center;
}
.a-shipping-flex > div:not(:first-child){
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    padding: 0 10px;
    border-right: 1px solid #cdcdcd;
}
.a-shipping-flex > div:last-child {
    border:0;
}
.a-shipping-flex > div:not(:first-child) .a-price {
    padding-top:20px;
}
.a-shipping-flex > div:not(:first-child) .a-price span {
    position:absolute;
    padding-left: 31px;
    margin-top:3px;
    color:#96B953;
}
.a-shipping-flex > div:not(:first-child) .a-price div {
    background: #fff;
    border: 1px solid #cdcdcd;
    text-align: center;
    color: #bc2222;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 15px 3px 15px;
}

.a-img-line .a-add-compare i {
    color:#494949;;
}

.a-center-content-line-text .product-item-detail-add.btn-red {
    width:100%;
}

/*clear old sorter*/
.sort-select {
    background:none;
    border:0;
    box-shadow:none;
}
.sort-select-label {
    display:none;
}
.city {
    font: 14px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    padding-top: 7px;
}

.sort-select {
    width: 248px !important;
}
.city > .aregion > a {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    color:white;
    text-decoration: none;
    border-bottom: 1px dashed white;
    position:relative;
    cursor:pointer;
}
.city > .aregion > a:before {
    content:"";
    display:block;
    position:absolute;
    width:12px;
    height:17px;
    background:url("/ext-lib/images/mapicon.png") left top no-repeat;
    margin-left: -17px;
}

.a-just-flex {
    display:flex;
    justify-content: space-between;
}
.a-just-flex > div > span {
    line-height: 25px;
    font: 15px/25px 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}
.form-item-radio .shipping-main-container .wa-form {
    display:none;
}
.form-item-radio > select {
    display:none;
}
.form-item-radio.radio_active .shipping-main-container .wa-form {
    display:block;
}
.form-item-radio.radio_active > select {
    display:block;
    margin-top: 15px;
}

.form-item-radio.radio_active .shipping-main-container .wa-form.wa-address {
    padding-top: 15px;
}


/*----------------------------------------- GROUPED FEATURES ----------------------------------------------*/
#productFeaturesGrouped {
    padding:15px;
    background:#ffffff;
}

.group-feature-item > div:first-child {
    background: #f9f9f9;
    text-transform: uppercase;
    font: 15px/1 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    padding: 11px 10px 5px 10px;
    letter-spacing: 1.2px;
    
}
.group-feature-item > div:last-child > div {
    display:flex;
    flex-wrap:nowrap;
    margin: 20px 15px;
}

.group-feature-item > div:last-child > div > div {
    width:50%;
}

.group-feature-item > div:last-child > div > div:first-child {
    display:flex;
    flex-wrap:nowrap;
}

.group-feature-item > div:last-child > div > div:first-child > div:last-child {
    border-bottom:1px solid #e8e8e8;
    width:100%;
    margin-left: 10px;
    margin-right: 10px;
}

.group-feature-item > div:last-child > div > div:first-child > div:first-child{
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    color:#616161;
    white-space:nowrap;
}

.group-feature-item > div:last-child > div > div:last-child {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}

.helperFeatureAction {
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    width: 20px;
    height: 20px;
    padding: 4px 0px 4px 0px;
    text-align: center;
    color: #bdbdbd;
    cursor: pointer;
    line-height: 1;
    margin-left: 8px;
    font-size: 13px;
    position:relative;
}

.helperFeatureAction:hover {
    color:#fe7b3c;
    border: 1px solid #fe7b3c;
}
.helperFeatureAction > div {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    position: absolute;
    background: #f5f5f5;
    width: 300px;
    display: none;
    z-index: 100;
    margin-top: -21px;
    cursor: default;
    top: 55px;
    left: -20px;
    text-align: left;
    color: #363636;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}

.helperFeatureAction > div:after {
    content: "";
    position: absolute;
    background: url("/ext-lib/images/updownarrow.png") left top no-repeat;
    width: 27px;
    height: 28px;
    left: 0;
    top: 0;
    margin-top: -14px;
    margin-left: 15px;
}

/*------------------------------------ CONTACTS PAGE --------------------------------------------*/
.a-main-contact {
    margin-top:40px;
}
.a-contact-2flexb {
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
}
.a-contact-2flexb > div {
     width:50%;
}
.a-contact-2flexb > div:first-child {
    border-right:1px solid #b9b9c1;
}
.a-contact-2flexb > div:last-child {
    border-left:1px solid #ffffff;
    text-align:right;
}
.a-contact-2flexb > div > div.contect-address-block > span {
    margin:0;
    padding:0;
    display:inline-block;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    min-height:28px;
    background: url("/ext-lib/images/placemark.png") left top no-repeat;
    padding-left: 25px;
    line-height: 28px;
}
.contact-map-buttons {
    text-align:left;
    margin-top:30px;
    display:flex;
    justify-content: space-between;
}
.contect-address-block {
    display:inline-block;
}

.a-map-contact-main {
    padding:10px;
    background:#efefef;
    margin-top:30px;
}
#YMapRoot {
    height:318px;
    width:100%;
    background:#ffffff;
}
.a-contact-footer-main {
    margin-top:30px;
    display:flex;
}
.a-contact-footer-main > div {
    padding:5px;
}
.a-contact-footer-main > div:first-child {
    width:100%;
}
.a-contact-footer-main > div:last-child {
    width:370px;
    background:#efefef;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.a-contact-footer-main > div:first-child > h4 {
    text-transform:uppercase;
    font: 24px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    letter-spacing: 1.2px;
    font-weight:bold;
}
.a-contact-footer-main > div:last-child > h4 {
    text-transform:uppercase;
    font: 18px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    letter-spacing: 1.2px;
}
.a-contact-footer-address-info > div {
    display:flex;
    padding: 0 25px;
    width:100%;
    margin-top:20px;
}
.a-contact-separator {
    margin-bottom: 20px;
    height: 1px;
    background: #dbdbdb;
    margin: 0;
    padding: 0;
    display: block;
    margin: 30px auto;
    width: 80%;
}
.a-contact-footer-text {
    margin-bottom:30px;
    padding:0 25px;
    text-align:center;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}
.a-contact-footer-text > p {
    margin:0;
    padding:0;
}
.a-contact-footer-text > a {
    color:#bc2222;
    font: 16px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    margin-top: 5px;
    display: inline-block;
    text-decoration:none;
}
.a-contact-footer-text > a > div {
    height: 1px;
    border-bottom: 1px dashed;
    color: #444444;
    margin: 0 auto;
    margin: 0 11px;
}
.a-contact-footer-address-info > div > div:last-child {
    padding-left:10px;
    width: 100%;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:bold;
}
.a-contact-footer-address-info > div > div:last-child.oneline {
    align-self: center;
    margin-top: -6px;
}
.afa-info-icon {
    width:46px;
    height:42px;
}
.afa-info-icon.green-placemark {
    background: url("/ext-lib/images/greenicons_placemark.png") left top no-repeat; 
}

.a-contact-footer-address-info .call-phone {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.afa-info-icon.green-address {
    background: url("/ext-lib/images/greenicons_phone.png") left top no-repeat; 
}
.afa-info-icon.green-skype {
    background: url("/ext-lib/images/greenicons_skype.png") left top no-repeat; 
}
.afa-info-icon.green-mail {
    background: url("/ext-lib/images/greenicons_mail.png") left top no-repeat; 
}

.afa-info-icon.green-calendar {
    background: url("/ext-lib/images/greenicons_calendar.png") left top no-repeat; 
}
.a-contact-footer-rec-info > div {
    display:flex;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    margin-bottom:15px;
    color: #504f4f;
}
.a-contact-footer-rec-info > div > div:first-child {
    font-weight:bold;
    padding-right:15px;
}

.drdownMapPoin {
    display: flex;
    margin-left: 20px;
    opacity:0.5;
}
.drdownMapPoin > div:first-child {
    background: url("/ext-lib/images/maph.png") center top no-repeat; 
    width:24px;
    min-height:23px;
    margin-right:10px;
}
.drdownMapPoin > div:nth-child(2){
    align-self:flex-end;
}
.drdownMapPoin > div:last-child {
    background: url("/ext-lib/images/arrowdown.png") center top no-repeat; 
    width:9px;
    min-height:8px;
    margin-left:10px;
    align-self: center;
}
#YMapRoot .a-contact-informer {
    padding: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #f5f5f5;
    text-align: left;
    color: #363636;
    border-radius: 5px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    padding-right: 27px;
    overflow: inherit;
    padding-top:10px;
}

.a-contact-placemark-tail {
    position:absolute;
    width:33px;
    height:27px;
    background: url("/ext-lib/images/placemarkarrow.png") center top no-repeat; 
    left: 41px;
    bottom:-26px;
}
.a-contact-placemark-close {
    display: block;
    position: absolute;
    background: url("/ext-lib/images/icons.png")no-repeat -40px -71px;
    position: absolute;
    right: 5px;
    top: 3px;
    width: 31px;
    height: 31px;
    cursor: pointer;
}
.a-contact-placemark-close:hover {
    outline: 1px solid #fe6319;
}

#a-contact-former {
    max-width:196px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
}

#a-contact-former > div.call-phone {
    margin-top:10px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    min-height:23px;
    background: url("/ext-lib/images/callphone.png") left top no-repeat; 
    padding-left:30px;
    line-height: 30px;
}
/*-------------------------------------------------------------------------- ABOUT ---------------------------------------------------------------------*/
.about-main-page {
    margin-top:36px;
    overflow:hidden;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
}
.about-main-page img.left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.about-main-page > p:nth-child(2) {
    margin-top:0;
}
.about-main-page blockquote {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    display:block;
    margin:20px 0px;
    background:#eeeeee;
    border-left:2px solid #bc2222;
}
.about-main-page a {
    color:#118baa;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:300;
    text-decoration:underline;
    cursor:pointer;
}
.about-main-page ul {
    list-style-image: url("/ext-lib/images/ulstyle.png");
    margin: 10px 0px;
}
.about-main-page ol {
    margin-top:10px;
}

.a-nopay-block {
    background:#f6f8fa;
    padding:20px;
    border:2px dashed #d9dde3;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap:nowrap;
}
.a-nopay-block > div:first-child {
    text-transform:uppercase;
    font: 22px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    color:#c03131;
}
.a-nopay-block > div:last-child {
    margin-top:10px;
}
.a-nopay-block > div:last-child > a {
    color:#434343;
    font: 16px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    text-decoration:underline;
    cursor:pointer;
}
.disable-button-cart {
    font: 16px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight:400;
    display:inline-block;
    color:#6e6e6e;
    border:1px solid #6e6e6e;
    border-radius: 5px;
}
.product-descr-item > .disable-button-cart:first-child {
    padding: 12px 40px;
}
.product-descr-item > .disable-button-cart:not(:first-child) {
    margin-left:10px;
    padding: 12px 15px;
}
.product-descr-item > .disable-button-cart:last-child {
    padding: 7px 15px;
    margin-left:40px;
    background: transparent url('/ext-lib/images/compare-grey.png') 10px 6px no-repeat;
    padding-left: 33px;
}
.help-box .wa-form .wa-field .wa-name {
    width:220px;
    white-space:normal;
}

.help-box .wa-form .wa-field .wa-value .h-file-attachments {
    margin-left:31px;   
}
.help-box .wa-form .wa-field .wa-value .h-file-attachments input[type="file"] {
    margin-left: 23px;
}

.help-box .wa-form .errormsg,
.help .wa-form .errormsg {
    margin-left:230px !important;
}

.checkout .wa-form .wa-field .wa-value .wa-error-msg {
    position: absolute;
    right: 0;
    margin-top: 19px;
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight:300;
}

/*---------------------- REDECLARE PRODUCT DESCRIPTION CSS ---------------------------------------*/
div#productDescription * {
    font: 15px/1.2 'Roboto Condensed', Arial, Helvetica, sans-serif !important;
    font-weight:300;
    color: #363636 !important;
}
div#productDescription h3 {
    margin: 25px 0 15px !important;
    text-transform: uppercase  !important;
    font-size: 16px  !important;
    font-weight: bold !important;
    letter-spacing: 1.1px !important;
}
div#productDescription h4 {
    margin: 25px 0 20px !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase  !important;
    letter-spacing: 1.1px !important;
}

/*------------------------- SEARCH BUTTONS ----------------------------------*/
.search-white-submit:hover {
    background-color:#828181;
}
.city > .aregion > a {
    border-bottom:0;
}
.city > .aregion > a:hover {
    border-bottom: 1px dashed white; 
}

table.a-quickorder-main tr > td:first-child {
    padding-right:10px;
    padding-top: 15px;
}
.quickorder-body .quickorder-submit .quickorder-button{
    padding:0 !important;
}
.top-city-left a {
    border-bottom: 1px dashed white; 
    margin-left: 20px;
}
.top-city-left a:hover {
    border-bottom:1px dashed transparent; 
}

a.sign-go-text {
    text-decoration:none;
    color:white !important;
    border-bottom: 1px dashed transparent;
}
a.sign-go-text:hover {
     border-bottom: 1px dashed white;
}
.footer-call-item-phone {
    font-size: 25px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}
.footer-call-item-phone b {
    font-weight: bold;
}
.footer-call-item-note {
    margin-top: 0;
}
.nav-project-item_service {
    margin-left: -10px;
}
.nav-project-item.nav-project-item_active {
    z-index: 5;
}
.catalog-item.catalog-item_active .catalog-item-title.notpodmenu {
    text-decoration:none;
    color:black;
}
.search-white {
    height: 45px;
}
.search-white-submit {
    margin-right:-1px;
    margin-top:-1px;
    box-shadow:none;
}
.search-white-submit:hover {
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

.footer-nav-item {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.footer {
    height: auto;
}
.footer .footer-box .wrapper {
    background: #454b50 url("/ext-lib/images/footer_bg.png") no-repeat left center;
    background-size: contain;
}
.footer .footer-box .wrapper:after {
    content: '';
    display: table;
    clear: both;
}
.footer .footer-box .footer-center-up {
    padding-top: 50px !important;
}
.footer .footer-box .footer-call {
    padding-left: 47px !important;
}
.footer .footer-box .footer-left-nav {
    margin-top: 9px;
}
.footer .footer-box .footer-col:first-child {
    width: 250px;
}
.footer .footer-box .footer-nav-title {
    margin-bottom: 18px;
    font-weight: 400;
}
.footer .footer-box .a-bottom-menu {
    margin-top: 30px;
    margin-bottom: 17px;
}
.subscribe .subscribe-action {
    padding-top: 10px !important;
}
.subscribe-action input[name="subscriber[email]"] {
    margin-top: 0 !important;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.footer-call-item-city {
    margin-bottom: 15px;
}
.down-copyright {
    color: #c7c7c8;
    font-weight: 400;
    font-size: 14px;
}
.a-bottom-social > div:first-child {
    font-weight: 400 !important;
}
.down-copyright a {
    font-size: 14px;
}
.call-note {
    font-weight: 300 !important;
}
.sort-item {
    margin-left: 10px;
    margin-right: 10px;
}
.sort-item:first-child {
    margin-left: 0;
    width: 85px;
    margin-right: 5px;
}
.sort-item:last-child {
    margin-left: 0;
    margin-right: 0;
}
.aen-main-select-containter > .aen-main-select > .aen-filed-select,
.aen-main-select-containter > .aen-main-select > .aendropdown-list {
    width: 255px !important;
}
div.popup-call-me {
    margin: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 700px !important;
    padding: 15px !important;
}

textarea[name="quickorder_user_comment"] {
    height: 110px !important;
    resize: vertical !important;
}


/*===== стили кнопок =====*/
.btn-yellow,
.style-btn {
    text-align: center;
    border-bottom: 3px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    border-top: 0;
}
.btn-yellow:hover,
.style-btn:hover {
    box-shadow: 0 3px 5px rgba(0,0,0,.5);
    border-top: 0;
}
.btn-yellow:focus,
.style-btn:focus {
    box-shadow: none;
    border-bottom: 0;
    border-top: 2px solid transparent;
}
.btn-yellow,
.style-btn__yellow {
    background: #ffc503;
    border-color: rgba(220, 129, 0 , .5);
}
.btn-yellow:hover,
.style-btn__yellow:hover {
    background: #ffbb00;
}
.btn-yellow:focus,
.style-btn__yellow:focus {
    background: #ffc734;
    border-color: rgba(220, 129, 0 , .5);
}

.btn-yellow,
.basket-submit {
    text-shadow: 0 -1px 0 rgba(255, 232, 140, 0.42);
    color: #363636;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto;
    line-height: 46px;
}


