@font-face {
    font-family: 'Lato Regular';
    src: url('../fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato Medium';
    src: url('../fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato Semibold';
    src: url('../fonts/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'Lato Light';
    src: url('../fonts/Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Lato-Light.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Lato-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background: #fff;
    min-width: 320px;
    font-family: 'Lato Regular', sans-serif;
    font-size: 14px;
    width: 100%;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
}

p, ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-size: 24px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: normal;
}
h2, h3, h4 {
    font-size: 18px;
}

.default-input {
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    outline: none;
    width: 100%;
    padding: 0 0 0 10px;
    background-color: #fff;
}
.default-button {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    color: #fff;
    background-color: #339900;
    width: auto;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.default-button.green {
    background-color: #339900;
}
.default-textarea {
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    outline: none;
    width: 100%;
    padding: 5px 5px 5px 10px;
    background-color: #fff;
}



.clear { clear: both; font-size: 0; height: 0; line-height: 0; }
.required { color: red; }

.mobile-menu-open {
    overflow: hidden;
}

#overlay {
    display: none;
    position: fixed;
    z-index: 990;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
#overlay2 {
    display: none;
    position: fixed;
    z-index: 990;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('../images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center center;
}
.i-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 11;
}

/* --- scroll top --- */
#toTop {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
    z-index: 10;
}
#toTop img {
    width: 43px;
    height: 43px;
}
/* --- scroll top (end) --- */


/* --- mobile app install --- */
.app-install {
    cursor: pointer;
    z-index: 1000;
    position: fixed;
    width: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.08);
    box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.08);
    border-top: 1px dotted #ccc;
    display: none;
}
.app-install .wrap {
    position: relative;
}
.app-install .inner {
    padding: 13px 0;
    background-image: url('../images/app/ideapad-32px.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    position: relative;
    width: 85%;
}
.app-install .inner span {
    padding-left: 55px;
    display: block;
    line-height: 94%;
}
.app-install .close {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 10px;
    top: 37%;
    cursor: pointer;
    background-image: url('../images/close-x.png');
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}
/* --- mobile app install (end) --- */

.ui-widget {
    font-family: 'Lato Regular';
    font-size: 14px;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px;
}


#header {
    /*width: 1100px;*/
    top: 0;
    z-index: 100;
    background-color: #f48127;
    margin: 0 auto;
}

#content {
    /*padding-bottom: 400px;*/
    width: 100%;
    /* padding-top: 84px; */
}

#content .center {
    margin: 0 auto;
    padding: 0;
    position: relative;
    /*max-width: 1100px;*/
    height: 100%;
    min-width: 320px;
}

.banners {
    width: 100%;
}



.header{
    position: relative;
}
.header-top {
    height: 40px;
    background-color: #f2f2f2;
}
.header-top__content {
    display: flex;
    align-items: center;
    /*max-width: 1100px;*/
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.header-main {
    background-color: #fff;
    /*max-width: 1100px;*/
    top: 0;
    z-index: 100;
    margin: 0 auto;
}
.header-main__content {
    position: relative;
    display: flex;
    align-items: flex-start;
    /*max-width: 1100px;*/
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 30px 0;
}
.header-main__logo {
    position: relative;
    flex-shrink: 0;
    width: 148px;
    text-align: center;
    color: #666;
}
.header-main__logo a img {
    width: 100%;
    height: auto;
}

.header-info{
    display: flex;
    margin-left: 40px;
    /*height: 78px;*/
    font-size: 14px;
}
.header-info-inner+.header-info-inner {
    margin: 0 0 0 40px;
}
.header-info .info-phone {
    font-size: 17px;
    /*margin-bottom: 6px;*/
    font-family: 'Lato Medium';
    padding-top: 8px;
}
.header-info .info-phone a {
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}
.header-info .info-phone a.to-shop {
    display: inline-block;
    color: #fff;
    background-color: #e41e15;
    padding: 6px 14px;
}
.header-info .info-email-us {
    /*background: url('../images/email.png') no-repeat;
    padding: 2px 0 0 34px;
    height: 32px;*/
}
.header-info .info-email-us a {
    background: url(../images/email.png) no-repeat;
    display: inline-block;
    height: 20px;
}
.header-info .info-email-us a span {
    border-bottom: 1px #333 dashed;
    padding: 0 0 0 0;
    margin-left: 28px;
    display: inline-block;
}

.header-main__controls {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 10px 0 20px;
}
.header-main__controls img {
    width: 29px;
    height: 29px;
}
.header-main__search-btn {
    cursor: pointer;
}
.header-main__pr-btn {
    margin: 0 20px;
    display: block;
}
.header-main__email-btn {
    display: none;
}
.header-main__cart-btn {
    position: relative;
}
.header-main__cart-btn span {
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #e1140a;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}





/* ОСНОВНАЯ НАВИГАЦИЯ (МЕНЮ)  */

#navigation{
    /* margin: 0 auto; */
    /* padding: 0; */
    position: relative;
    /* max-width: 1100px; */
    /* height: 100px; */
    /*min-width: 320px;*/
    /*margin-left: 196px;*/
    padding-bottom: 25px;
}

.header-main__nav {
    display: flex;
    height: 100%;
    justify-content: center;
}

.header-main__nav-item{
    position: relative;
    display: inline-block;
    align-self: flex-end;
    margin: 0 7px;
}
.header-main__nav-item+.header-main__nav-item{
    /*margin-left: 20px*/
}
.header-main__nav-item:hover>a{color: red}
.header-main__nav-item:hover .header-main__nav-dropdown{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}

.header-main__nav-link {
    font-size: 16px;
    /*line-height: 20px;*/
    color: #000;
    text-decoration: none;
    padding-bottom: 15px;
}

.header-main__nav-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 25px);
    left: 0px;
    width: 200px;
    padding: 20px 0px;
    box-sizing: border-box;
    background-color: #f2f2f2;
    z-index: 12;
}

/* ЭТО ПРАВИЛО ДЛЯ ОТЛАДКИ ВЫПАДАЮЩЕГО БЛОКА. УБРАТЬ ПОСЛЕ ВЕРСТКИ!!! */
/*.header-main__nav-item .header-main__nav-dropdown{
    display:flex;
    flex-direction:column;
    align-items:flex-start
}*/

.header-main__nav-dropdown:before{
    content:'';
    position:absolute;
    top:-15px;
    left:0;
    height:15px;
    width:100%;
}

.header-main__nav-dropdown:after{
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 10%;
    margin-left: -5px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
}

.header-main__nav-dropdown-item {
    font-size: 14px;
    /* line-height: 25px; */
    color: #000000;
    text-decoration: none;
    /*width: calc(100% - 20px);*/
    width: 100%;
    padding: 7px 0 7px 0;
}
.header-main__nav-dropdown-item span {
    display: block;
    padding: 0 20px;
}

.header-main__nav-dropdown-item:hover {
    background-color: #1563e4;
    color: #FFFFFF;
}

.header-main__menu-btn {
    display: none;
}

/* END ОСНОВНАЯ НАВИГАЦИЯ (МЕНЮ)  */

/* МЕДИА НАВИГАЦИЯ (МЕНЮ)  */
.header-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    /*width: 100%;*/
    background-color: #fff;
    transform: translateY(100%);
    visibility: hidden;
    transition: all 0.3s;
    z-index: 999;

    top: 0;
    width: 75%;
    overflow: scroll;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.24), 0 0 16px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.24), 0 0 16px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.24), 0 0 16px rgba(0, 0, 0, 0.18);
}
.header-menu.shown {
    transform: translateY(0);
    visibility: visible;
}
.header-menu__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);

    background-color: #e41e15;
}
.header-menu__close {
    position: relative;
    display: flex;
    cursor: pointer;
}
.header-menu__close:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: -10px;
    cursor: pointer;
}
.header-menu__list {
    display: flex;
    /*padding: 20px;*/
    flex-direction: column;
}
.header-menu .header-menu__list .header-main__nav-item+.header-main__nav-item {
    margin-left: 0px;
}
.header-menu .header-menu__list .header-main__nav-item .header-main__nav-dropdown{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    position: relative;
    width: auto;
    padding: 0px 0px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    z-index: 12;

}

.header-menu .header-menu__list .header-main__nav-dropdown:after{
    content: "";
    position: relative;
    bottom: auto;
    left: auto;
    margin-left: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
}

.header-menu__list a.header-main__nav-link {
    display: block;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border-bottom: 1px dotted #dedede;
}
.header-menu__list .header-main__nav-dropdown-item span {
    padding-left: 30px;
}
/* END МЕДИА НАВИГАЦИЯ (МЕНЮ)  */


/* БОЛЬШИЕ КВАДРАТИКИ ГРУПП */
.main-groups{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

    /*width: 1100px;*/
    margin: 17px 0;
}
.main-groups-square{
    width: 264px;
    height: 175px;
    position: relative;
    display: block;
    text-decoration: none;
}
.main-groups-square.odd{
    background-color: #ededed;
    margin: 5px 0;
}
.main-groups-square.even{
    background-color: #f5f5f5;
}

.main-groups-square:hover{
    background-color: #ff0000;
    color: #FFFFFF;
}

.main-groups-square-title{
    position: absolute;
    top: 46px;
    left: 15px;
    font-family: 'Lato Medium';
    font-size: 18px;
}

.main-groups-square-img {
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.main-groups-square-img img {
    max-width: 185px;
    max-height: 130px;

    -webkit-filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.13));
    filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.13));

}
/* END БОЛЬШИЕ КВАДРАТИКИ ГРУПП */


/*
.menu {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}
.menu-item{ position: relative; }
.menu-item+.menu-item{margin-left: 15px;}
.menu-link{
    font-size: 18px;
    color: #000;
}
*/
.menu {
    /*margin: 30px 0;*/
    width: 100%;
    margin-top: 30px;
}
.menu ul {
    margin: 0 auto;
    /*padding: 0;*/
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    max-width: 1100px;

    padding: 30px 0;
    border-top: 1px solid #dbdbdb;
    /*grid-template-columns: repeat(2,1fr);
    grid-row-gap: 8px;
    display: grid !important;
    display: -ms-grid;
    grid-auto-flow: dense;
    grid-column-gap: 8px;
    overflow: visible;*/
}
.menu ul li {
    list-style-type: none;
    flex-grow: 1;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    /*box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;*/
}
.menu ul li a {
    font-size: 18px;
    color: #000;
}

.footer{
    text-align: center;
    /*margin-top: 100px;*/
}
.footer-main{
    background-color: #f7f7f7;
    padding: 20px;
}
.footer-main>div{ margin: 4px auto 0 auto; }
.footer-main>div+div{}
.footer-law {
    background-color: #333f49;
    color: #FFFFFF;
    padding: 20px 60px 100px 60px;
}
.footer .info-phone {
    margin-bottom: 6px;
}
.footer .info-phone a {
    font-size: 18px;
}
.footer .info-email-us {
    /*background: url('../images/email.png') no-repeat;
    padding: 2px 0 0 34px;
    height: 32px;
    width: 116px;*/
    /*height: 32px;
    line-height: 32px;*/
    padding: 10px 0;
}
.footer .info-email-us a {
    background: url('../images/email.png') no-repeat;
    display: inline-block;
    height: 20px;
}
.footer .info-email-us a span {
    border-bottom: 1px #333 dashed;
    padding: 0 0 0 0;
    margin-left: 28px;
    display: inline-block;
}


/* SEARCH FORM */
.header-search {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1;
    bottom: 10px;
}
.header-search__content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    /*padding: 10px 0 55px;*/
}
.header-search__input-wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header-search__icon {
    display: flex;
    margin-left: 20px;
}
.header-search__input {
    flex: 1 1 auto;
    margin: 0 20px;
    padding: 26px 0;
    border: none;
    background-color: #ffffff;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    line-height: 20px;
    outline: none;
}
.header-search__close {
    position: relative;
    display: flex;
    cursor: pointer;
    margin-right: 20px;
}
/* END SEARCH FORM */


/* BREADCRUMBS */
.breadcrumbs-wrapper{
    border-top: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
}
.breadcrumbs {
    margin: 15px 0;
    line-height: 16px;
    color: #999;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.breadcrumbs>span {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.breadcrumbs__item {
    color: #000;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #999;
}
.breadcrumbs>span+span:before {
    content: '/';
    font-size: 12px;
    margin: 0 8px;
    vertical-align: top;
}
/* END BREADCRUMBS */

.product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
    padding: 5px 0px;
    /*background-color: #edf6fc;*/
}
.product-title {
    margin: 0;
    font-size: 28px;
    line-height: 34px;
}

.product-title sup {
    text-transform: lowercase;
    color: #de170e;
    font-size: 13px;
}

.product-badges {
    display: flex;
    flex-flow: wrap;
    /*margin: -5px -5px 5px;*/
    margin-top: 20px;
}
.product-badge {
    margin: 6px 5px 0 5px;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    cursor: default;
}
.catalog-item__badge_bg {
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
}
.catalog-item__badge_bg_red {
    color: #fff;
    background: #e1140a;
}
.catalog-item__badge_bg_blue {
    color: #fff;
    background: #1563e4;
}
.product-add-compare {
    font-size: 14px;
    line-height: 20px;
    color: #b0b0b0;
    cursor: pointer;
    order: 999;
    margin-left: auto;
    align-self: end;
}


.product-content {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 40px;

    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.product-content .break {
    flex-basis: 0;
    height: 0;
}
.product-content__col.left-side {
    /*width: calc(50% - 15px);*/
    /*width: 50%;*/

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    flex: 0 0 55%;

    max-width: 55%;
}
/*.product-content__col+.product-content__col {
    margin-left: 60px;
}*/
.product-content__col.left-side .pad {
    padding-right: 60px;
}
.product-content__col.right-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;

    max-width: 45%;
}


/* PRODUCT SLIDER */
.product-images-wrap {
    margin: 30px 0 0 0;
}
.main-photo {
    text-align: center;
    margin-bottom: 56px;
}
.main-photo img {
    height: auto;
    max-width: 490px;
    width: 100%;
}
.ext-images .inside {
    padding: 0 75px;
}
.ext-images a img {
    width: auto;
    height: 50px;
    margin: 0 auto;
}
.ext-images .slick-track {
    margin: 0 auto;
}
.ext-images .slick-prev {
    background: url('../images/arrow-up.png');
    left: 0;
    width: 40px;
    height: 40px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 15%;
}

.ext-images .slick-next {
    background: url('../images/arrow-up.png');
    right: 0;
    width: 40px;
    height: 40px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 15%;
}
.slick-prev:before, .slick-next:before {
    content: '';
}
.slick-initialized .slick-slide {
    overflow: hidden;
}
/* END PRODUCT SLIDER */

.price-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 26px 30px 40px 30px;
    flex-wrap: wrap;
    background-color: #f0f0f0;
}
.price-block-row{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}
.price-block-row+.price-block-row{
    margin: 16px 0 0 0;
}
.price-block .old-price {
    text-decoration: line-through;
    color: #c30037;
    font-size: 18px;
}
.price-block .current-price {
    color: #000000;
    font-size: 30px;
    margin-right: 10px;
}
.price-block .current-price span {
    font-size: 18px;
}
.price-block .articul {
    color: #7d7d7d;
    font-size: 13px;
}
.default-button.order-button {
    cursor: pointer;
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    background-color: #339900;
    width: 200px;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.default-button.not-available {
    color: #333;
    cursor: default;
    display: block;
    padding: 10px;
    background-color: transparent;
    width: 200px;
    box-sizing: border-box;
    border: 0;
    text-align: center;
    text-decoration: none;
}




.delivery-short-block {
    width: 100%;
    margin: 36px 0 0 0;
}
.delivery-short-block-row {
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding: 0 0 10px 0px;
}
.delivery-short-block-row+.delivery-short-block-row{margin-top: 10px;}
.delivery-short-block-left {
    width: 30px;
    padding: 0 0 0 30px;
}
.delivery-short-block .icon {
    display: block;
    width: 20px;
    position: relative;
    top: -1px;
    height: 20px;
    /* background-size: 60px 60px; */
}
.delivery-short-block .money-icon {
    background: url(../images/money-icon.png) center center no-repeat;
}
.delivery-short-block .map-icon {
    background: url(../images/map-icon.png) center center no-repeat;
}
.delivery-short-block .car-icon {
    background: url(../images/car-icon.png) center center no-repeat;
}
.delivery-short-block-right{}

/* --- slider box, slick --- */
.slider-box {
    width: 100%;
}
.slider-box .slider-item img { width: 100%; max-width: 100%; height: auto; }
.slider-box .slick-prev, .slider-box .slick-next { width: 24px; height: 74px; }
.slider-box .slick-prev { background: url('../images/left.png'); left: 10px; z-index: 10; }
.slider-box .slick-next { background: url('../images/right.png'); right: 10px; z-index: 10; }
/* --- slider box, slick (end) --- */

/* --- pathway --- */
.pathway {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 0;
    color: #999;
}
.pathway a {
    color: #999;
}
.pathway .sep {
    padding: 0 5px;
}
/* --- pathway (end) --- */

/* --- main charact --- */
.product-main-charact {
    padding: 35px 0 0 30px;
    text-align: left;
}
.product-main-charact-title {
    font-family: 'Lato Semibold';
    font-size: 16px;
    padding-bottom: 15px;
}
.product-main-charact table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.product-main-charact table td {
    vertical-align: top;
}
.product-main-charact table .cname, .product-main-charact table .cvalue {
    padding: 4px 0;
}
.product-main-charact table .cname {
    width: 45%;
    font-family: 'Lato Semibold';
    font-size: 15px;
}
.product-main-charact table .cvalue {
    width: 55%;
}
.product-main-charact table .cvalue span {
    padding-left: 10px;
    color: #666;
    display: inline-block;
}
/* --- main charact (end) --- */

/* --- model characts --- */
.product-tabs-content__title {
    font-family: 'Lato Semibold';
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 80px;
}
.product-specification {
    margin-top: 30px;
    margin-bottom: -50px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: block;
    width: 100%;
}
.product-specification__item {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.product-specification__title {
    margin-bottom: 20px;
    display: block;
    text-align: left;
    font-weight: 400;
    font-family: "Lato Semibold",sans-serif;
    font-size: 18px;
    line-height: 22px;
}
.product-specification__row:last-child {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.product-specification__row {
    display: flex;
    padding: 5px 0;
    border-top: 1px solid rgba(0,0,0,.1);
    font-size: 14px;
    line-height: 20px;
    position: relative;
}
.product-specification__col {
    flex: 1;
}
.product-specification__col+.product-specification__col {
    margin-left: 30px;
}
/* --- model characts (end) --- */

/* --- catalog --- */
.catalog-groups {
    /*display: flex;*/
    /*padding: 0 35px;*/
    background-color: #f0f0f0;
    /*overflow-x: auto;
    -webkit-overflow-scrolling: touch;*/
    margin-top: -1px;

    padding: 0 22px;
}

/*.catalog-groups::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}*/
/*.catalog-groups:after {
    content: "";
    display: block;
    min-width: 20px;
}*/
.group-item {
    display: inline-block;
    padding: 18px 0 16px;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(0,0,0,0);
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;

    margin: 0 12px;
}
/*.group-item+.group-item {
    margin-left: 25px;
}*/
.group-item.active {
    border-color: #de170e;
}

.sorting-box {
    padding: 20px 0 15px 0;
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
.sorting-box .product-count {
    float: left;
    color: #999;
}
.sorting-box .sort-items {
    display: inline-block;
    width: auto;
    position: relative;
}
.sorting-box .sort-items a {
    color: #999;
    display: inline-block;
    width: auto;
    min-height: 12px;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    margin-left: 15px;
    opacity: 0.5;
}
.sorting-box .sort-items a.active {
    opacity: 1;
}
.sorting-box .sort-items a span {
    padding-right: 15px;
}
.sorting-box .sort-items a.up {
    background-image: url('../images/sort-up.png');
}
.sorting-box .sort-items a.down {
    background-image: url('../images/sort-down.png');
}

.catalog-wrapper {
    width: 100%;
    display: table;
    padding-bottom: 20px;
}
.filters-box {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    min-width: 280px;
}

.product-list {
    width: 100%;
    text-align: center;
}
.product-list .item {
    /*float: left;*/
    width: 265px;
    margin: 0 2px 50px 2px;
    position: relative;
    display: inline-block;

}
/*.product-list.catalog .item {
    width: 360px;  265px; - 4 колонки
}*/
.product-list .item-right {
    text-align: left;
    padding: 0 10px;
}
.product-list .item .img-wrap {
    width: 245px;
    height: 185px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.product-list.catalog .item .img-wrap {
    width: 290px; /* 180px; - для четырех колнок */
    height: 200px;
}
.product-list .item .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-list .item .ware-price {
    margin-top: 15px;
    font-size: 21px;
    text-align: center;
    position: relative;
}
.product-list .item .item-title {
    padding: 15px 0 10px 0;
    position: relative;
}
.product-list .item .display-case {
    position: absolute;
    display: inline-block;
    text-transform: lowercase;
    color: #de170e;
    font-size: 12px;
    top: 0;
    left: 0;
}
.product-list .item .item-title a {
    font-size: 16px;
}
.product-list .item .ware-price .old-price {
    text-decoration: line-through;
    color: #c30037;
    font-size: 18px;
}
.product-list .item .ware-price .new-price { padding-left: 15px; }
.product-list .item .order-button {
    margin: 15px auto 0 auto;
    background-color: #1563e4;
    width: 100%;
}
.product-list .item .not-available {
    margin: 15px auto 0 auto;
    width: 100%;
    min-height: 41px;
}
.default-button.order-button.inactive {
    opacity: 0.8;
}
.product-list .item .chars {
    position: relative;
    font-size: 13px;
    color: #666;
    max-height: 93px;
    min-height: 93px;
    overflow: hidden;
}
.product-list .item .chars .char-item {
    white-space: nowrap;
}
.product-list .item .chars:after {
    content: "";
    text-align: right;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 100%);
    pointer-events: none;
}
.big-title-default {
    padding: 40px 0;
}
/* --- catalog (end) --- */

/* --- pagination --- */
.pagination {
    margin: 30px auto 30px auto;
    text-align: center;
}
.pagination li {
    display: inline-block;
    margin: 5px 13px;
    vertical-align: top;
}
.pagination li.active,
.pagination li:hover {

}
.pagination li a {
    display: block;
    color: #000;
}
.pagination li.active a,
.pagination li:hover a {
    color: #bbb;
}
/* --- pagination (end) --- */


/* --- filters --- */
.mobile-filters {
    display: none;
    width: 100%;
    /*float: left;*/
    margin-bottom: 40px;
}
.mobile-filters div {
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
    /*border: 1px solid #ccc;*/
    border-radius: 3px;
    /*background-image: url('../images/filter_group_down.png');
    background-repeat: no-repeat;
    background-position: center left 10px;*/
}
/*.mobile-filters .groups-button {
    float: left;
    width: 49%;
}*/
.mobile-filters .filters-button {
    /*float: right;
    width: 49%;*/
    background-color: #e41e15;
    color: #fff;
    margin: 0 auto;
    max-width: 400px;
}


.modal-adaptive .children-groups,
.modal-adaptive .choice {
    position: relative;
}
.modal-adaptive .children-groups .close,
.modal-adaptive .choice .close {
    display: none;
    margin: 10px 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url('../images/delete.png') no-repeat;
}
.children-groups {
    border-bottom: 1px solid #959595;
    margin-bottom: 25px;
}
.children-groups .item {
    padding: 0 0 25px 0;
}
.children-groups .item.active a {
    color: #c30037;
}
.children-groups .item.installmentplan a {
    color: #c30037;
}
.children-groups .item.installmentplan.active a {
    border-bottom: 1px dotted #c30037;
}
.choice {
    /*width: 231px;*/
    padding: 10px 10px 0 10px;
}
.choice .buttons {
    /*padding: 0 15px;*/
    text-align: center;
}
.choice .default-button {
    display: inline-block;
    cursor: pointer;
    color: #fff;
    text-align: center;
    padding: 9px 20px;
    box-sizing: border-box;
    border: 0;
    line-height: normal;
    font-family: 'Lato Semibold';
    width: auto;
}
.choice .default-button.apply {
    background-color: #1563e4;
}
.choice .default-button.reset {
    background-color: #939ea8;
}
.choice .default-button.more {
    margin-top: 15px;
    background-color: #e41e15;
    /*width: 100%;*/
}
.choice .default-button.back {
    background-color: #e41e15;
    width: auto;
    display: inline-block;
    margin-left: 4px;
}


ul.params { padding: 0; margin: 0; list-style-type: none; }
ul.params input {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
ul.params .inputs-wrapper input {
    /*width: 88px;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 14px;
    padding: 10px 10px;
    color: #666;
    float: right;*/

    height: 36px;
    box-sizing: border-box;
    border: 1px solid #b5b5b5;
    font-family: "Lato-Regular",sans-serif;
    font-size: 14px;
    outline: none;
    width: 85px;
    padding: 0 0 0 10px;
    margin-left: 10px;
    background-color: #FFFFFF;
}
ul.params .inputs-wrapper input:first-child {
    /*float: left;*/
}
ul.params li {
    margin-bottom: 22px;
    list-style-image: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}
ul.params li.current-filter {
    /*display: none;*/
    border-bottom: 0;
}
ul.params li strong {
    display: block;
}
ul.params li.type1 strong {
    margin-bottom: 20px;
}
ul.params li strong.opened {
    /*background-image: url('../images/filter_group_up.png');*/
}
ul.params li strong span.currency {
}
ul.params li strong span.title {
    display: block;
    padding: 0 15px 0 0;
}

ul.params li div.selected {
    display: block;
}
ul.params li div.not-selected {
    /*display: none;*/
}
/*ul.params li.type2 div.not-selected:nth-of-type(n+2) {
    display: none;
}*/
ul.params li.type2 div.not-selected.hided {
    display: none;
}
ul.params li .show-all {
    color: #e41e15;
    cursor: pointer;
    margin-top: 20px;
}

ul.params li .inputs-wrapper {
    /*float: left;
    width: 100%;
    margin-top: 20px;*/
}
ul.params li .irs--flat {
    margin-top: 15px;
}
ul.params li .irs--flat .irs-bar {
    background-color: #999;
}
ul.params li .irs--flat .irs-from,
ul.params li .irs--flat .irs-to,
ul.params li .irs--flat .irs-single {
    background-color: #c30037;
}
ul.params li .irs--flat .irs-from:before,
ul.params li .irs--flat .irs-to:before,
ul.params li .irs--flat .irs-single:before {
    border-top-color: #c30037;
}
ul.params li .irs--flat .irs-handle > i:first-child {
    background-color: #333;
    cursor: pointer;
}
/*ul.params li.type2 div,*/
ul.params li.type3 div div {
    margin: 0 0 8px 0;
}
ul.params li .inactive {
    opacity: 0.3;
}
ul.params li.type2 input[type=checkbox] {

}


/* --- formfilter --- */
.catalog-wrapper.formfilter {
    /*display: block;*/
    margin-top: 40px;
}
.catalog-wrapper.formfilter .filters-box {
    /*width: 100%;
    display: block;*/
}
.catalog-wrapper.formfilter .filters-box-full {
    /*padding-left: 15px;*/
}
.catalog-wrapper.formfilter .choice {
    width: 100%;
    /*padding: 0 15px;*/
    padding: 0;
}
.catalog-wrapper.formfilter .header {
    font-size: 18px;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

/*
.catalog-wrapper.formfilter ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/
.catalog-wrapper.formfilter ul li {
    /*width: 231px;*/
    margin: 20px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.catalog-wrapper.formfilter .coll_s {
    width: 33% !important;
}
.catalog-wrapper.formfilter .coll_s li {
    padding-left: 15px;
}
.catalog-wrapper.formfilter .buttons {
    float: left;
    width: 100%;
    /*border-top: 1px solid #959595;*/
    padding: 0;
    text-align: right;
}
.catalog-wrapper.formfilter .buttons .default-button {
    width: auto;
    float: none;
    display: inline-block;
    margin-top: 20px;
}


/* checkbox and radio style */
ul.params li.type3 label,
ul.params li.type2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
    /*color: #999;*/
}
ul.params li.type3 input[type=radio],
ul.params li.type2 input[type=checkbox] {
    display: none;
}
ul.params li.type3 label:before,
ul.params li.type2 label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #f0f0f0;
    border: 1px solid #b0b0b0;
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

ul.params li.type3 label:before {
    border-radius: 8px;
}
ul.params li.type2 label:before {
    /*border-radius: 3px;*/
}

ul.params li.type3 input[type=radio]:checked + label:before {
    /*content: "\2022";*/
    content: "\2714";
    color: #fff;
    background-color: #e41e15;
    text-align: center;
    /*font-size: 29px;
    line-height: 13px;*/
    font-size: 12px;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border: 0;
}

ul.params li.type2 input[type=checkbox]:checked + label:before {
    content: "\2714";
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);*/
    font-size: 12px;
    background-color: #e41e15;
    color: #fff;
    text-align: center;
    line-height: 16px;
    width: 16px;
    height: 16px;
    border: 0;
}
ul.params li.current-filter {
    margin-bottom: 8px;
    padding-bottom: 0;
}
ul.params li.current-filter div {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    /*border-radius: 2px;*/
    padding: 5px 0;
    cursor: pointer;
    background-image: url('../images/filter-close.png');
    background-repeat: no-repeat;
    background-position: right 7px center;
}
ul.params li.current-filter div span {
    padding: 0 15px;
    display: block;
}

.filter-result {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    margin-left: 15px;
    margin-top: -13px;
}
.filter-result .inner {
    cursor: default;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    background: #000;
    position: relative;
    color: #fff;
    border-radius: 0 4px 4px 0;
    opacity: 0.7;
}
.filter-result .inner:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 15px solid #000;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
}
.filter-result .inner span {
    padding: 0 15px;
}
/* --- filters (end) --- */

/* --- user --- */
.padding-content {
    padding: 40px 0 40px 0;
    text-align: left;
}
/*.user-form .inputs {
    width: 50%;
}*/
.user-form {
    width: 100%;
    float: left;
}
.user-form a {
    color: #666;
    text-decoration: underline;
}
.user-form .lft {
    width: 50%;
    float: left;
}


.user-form .inputs {
    margin: 40px 0 0 0;
}
.user-form .inputs .item-row {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin: 0 0 20px 0;
}
.user-form .inputs .item-row .elem-title {
    margin-right: 5px;
    flex: 0 0 75px;
}
#b_quick .user-form .inputs .item-row .elem-title {
    flex: 0 0 100px;
}
.user-form .inputs .item-row .elem-wrapper {
    position: relative;
    flex: 1 1;
    /*min-width: 370px;*/
}
.user-form .lost-pass {
    float: right;
    color: #999;
}
.user-form .memory {
    float: left;
}
.user-form .inputs .item-row .hint {
    color: #666;
    font-family: 'Lato Light';
    text-align: justify;
}
.user-form .inputs .item-row .personal {
    cursor: pointer;
    color: #666;
    text-decoration: underline;
}


.user-form .lft.full { width: 100%; float: left; }
.user-form .rgt { float: left; width: 40%; padding-top: 120px; }
.basket-page .user-form .rgt { padding-top: 10px; }
/*.user-form .data-fields{ max-width: 340px; }*/
.user-form .default-input{
    /*max-width: 340px;*/
}
.user-form .default-button {
    /*max-width: 210px;*/
    background-color: #1563e4;
    padding: 10px 30px;

}
.user-form .captcha-wrapper { float: left; width: 100%; }
.user-form .captcha-wrapper .input-wrap{
    margin: 20px 0 0 0;
    float: left;
    width: 50%;
}
.user-form .captcha-wrapper .captcha-captcha {
    margin-top: 10px;
    float: left;
    width: 50%;
}
.user-form .pass-enter {
    position: relative;
    /*max-width: 340px;*/
}
.user-form .pass-enter .eye {
    cursor: pointer;
    width: 24px;
    height: 17px;
    position: absolute;
    top: 11px;
    right: 12px;
}
.user-form .pass-enter .eye.close { background-image: url('../images/close-eye.png'); }
.user-form .pass-enter .eye.open { background-image: url('../images/open-eye.png'); }
.user-form .social-labels { padding-top: 10px; }
.user-form .or-text {
    width: 100%;
    color: #e4e5e9;
    height: 1px;
    background-color: #e4e5e9;
    border: none;
    text-align: center;
    margin: 40px 0 20px 0;
    font-style: italic;
}
.user-form .or-text::before {
    content: "или";
    position: relative;
    top: -10px;
    background-color: white;
    padding: 2px 10px;
    color: #e4e5e9;
}
.errors-text.alone { color: #cf1919; padding: 10px 0 0 0; }
.user-form .errors-text:empty, .feedback-box .errors-text:empty {
    display:none;
}
.user-form .errors-text, .feedback-box .errors-text {
    color: #e41e15;
    /*padding: 0 0 0 10px;*/
    background-color: #fcfcfc;
    border: 1px dotted #dedede;
    /*max-width: 320px;*/
    padding: 10px;
    margin-bottom: 15px;
}
.user-form .errors-text ul, .feedback-box .errors-text ul { margin: 5px 0 0 18px; list-style: disc; }
.user-form .errors-text ul li, .feedback-box .errors-text ul li { padding: 3px 0 0 0; }
.user-form .text {
    padding: 60px 0 0 20px;
}
.user-form .text .title {
    display: block;
    font-weight: 500;
    padding-bottom: 15px;
}
.user-form .check {
    /*overflow:hidden; конфликт с jquery.formstyler */
}
.user-form .check .finput {
    margin-right: 62px;
}
.user-form .check .fstatus {
    float: right;
    width: 62px;
}
.user-form .check .fstatus span {
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin: 7px 0 0 20px;
}
.user-form .check.ok .fstatus span { background-image: url('../images/ok.png'); }
.user-form .check.no .fstatus span { background-image: url('../images/no.png'); }
/* --- user (end) --- */

/* --- lk --- */
.profile-menu {
    margin: 20px 0 10px 0;
}
.profile-menu a {
    display: inline-block;
    margin: 0 50px 15px 0;
}
.profile-menu a.active {
    color: #c30037;
    text-decoration: underline;
}
/* --- lk (end) --- */

/* --- datepicker --- */
.ui-datepicker { background-color: #f6f6f6 !important; }
#ui-datepicker-div { z-index: 20 !important; }
.default-input.datepicker {
    background-image: url('../images/points.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
/* --- datepicker (end) --- */

/* --- feedback --- */
.feedback-box {
    display: none;
    min-width: 320px;
}
.feedback-box .title {
    font-family: 'Lato Semibold';
    padding-bottom: 10px;
}
.feedback-box .hint {
    font-size: 12px;
    color: #999;
}
.feedback-box .personal {
    cursor: pointer;
    color: #c30037;
}
/* --- feedback (end) --- */

/* --- policy --- */
.policy.fancybox-content {
    max-width: 70%;
    max-height: 70%;
}
.policy { display: none; }
.policy .header {
    padding-bottom: 20px;
    font-family: 'Lato Semibold';
}
.policy .text {
    font-size: 13px;
    line-height: 18px;
}
/* --- policy (end) --- */

/* --- basket --- */
.empty-cart {
    margin-top: 40px;
    text-align: center;
}
.empty-cart .hint {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    padding: 35px 0;
}
.empty-cart .wish {
    font-size: 16px;
    font-family: 'Lato Semibold';
    margin-top: 40px;
}
.empty-cart .default-button {
    background-color: #1563e4;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: none;
}

.ui-tabs .tab-box {
    border-left: 1px dotted #dedede;
    border-right: 1px dotted #dedede;
    border-bottom: 1px dotted #dedede;
    padding: 20px;
}
.ui-tabs .tab-box .padding-content {
    padding: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    color: #000;
    border-color: #de170e;
}
.ui-tabs .ui-tabs-nav li {
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
}
.ui-tabs .ui-tabs-nav {
    font-size: 14px;
    background-color: #f0f0f0;
    padding: 0 8px;
}
.ui-widget-header {
    border-bottom: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
    display: inline-block;
    padding: 18px 0 16px;
    box-sizing: border-box;
    border-bottom: 3px solid rgba(0,0,0,0);
    font-size: 16px;
    line-height: 16px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 12px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    color: #000;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 18px 0 16px;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {
    color: #000;
}

/* --- Выбор доставок на /basket/order/ --- */
table.standart {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.orange {
    color: #c30037 !important;
    margin: 0 0 10px 20px;
}

.info_description {
    margin: 10px 0 10px 15px;
    color: #999;
    font-weight: normal;
    font-size: 14px;
}

.info_item > .right {
    width: 17%;
    text-align: right;
}

.info_item > .left {
    width: 80%;
}

.standart .left {
    float: left;
}

a.dotted, span.dotted, label.dotted {
    display: inline-block;
    line-height: normal;
    text-decoration: none;
    border-bottom: dotted 1px #333;
}

#order-form a.dotted{ color: #333 }
#order-form .jq-selectbox {
    width: 80%;
    margin: 4px 0 0 20px;
}
#order-form select {width: 80%}
#order-form .jq-selectbox__select-text { white-space: normal; }
#order-form table.standart tr > td:nth-child(1) { display: none; }
#order-form h3, #order-form h4 { font-weight: normal; }
#order-form strong {
    font-family: 'Lato Medium';
}
.gray { color: gray; }

#address-list-wrapper {margin-left: 20px}
#address-list-wrapper h5{margin-bottom: 10px;}
#address-list-form input{ margin-right: 10px }
#add-new-addr,
a.edit-addr {
    border-bottom: dotted 1px #5c9aed;
    color: #5c9aed;
    width: auto;
    display: inline-block;
    cursor: pointer;
}

#make-order{ width: 250px; float: right  }
#back-to-cart{ width: 250px; float:  left}
#delivery-info-message .orange{ margin: 20px 0 0px 0; }

#order-sum, #error-message, #order-sum-with-discount {
    color: #c30037;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 8px;
    font-family: 'Lato Medium';
}
#order-sum span, #order-sum-with-discount span {
    color: gray;
}
#order-sum-with-discount {
    display: none;
    border-top: 0;
    padding-top: 0;
}
#promocode-box .block_column {
    background: url('../images/2x2.png') repeat;
}
.tc-delivery-type {
    display: none;
    border: 1px dotted #ccc;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
}
.tc-delivery-type .loader {
    display: none;
    width: 31px;
    height: 31px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url('../images/ajax-loader2.gif') no-repeat;
}
.tc-delivery-type .error {
    padding: 15px 0 0 10px;
    display: none;

}
.tc-delivery-type .error span {
    color: red;
}
.tc-delivery-type select {
    margin-top: 5px;
    padding: 10px;
}
.tc-delivery-type .costTotal {
    /*color: #fff;
    background-color: #c30037;
    padding: 5px 8px;
    border: 1px dotted #ccc;
    border-radius: 5px;*/
    display: inline-block;
    margin: 13px 0 0 10px;
}
.tc-delivery-type .costTotal span.delivery-price {
    color: #c30037;
}
.block_column, .block_color {
    margin: 0 0 20px;
}

.block_column .block_content {
    position: relative;
    padding: 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
}
.standart .right {
    float: right;
}

#my_orders_wrapper .block_content {
    border-top: solid 1px #ddd;
    border-radius: 5px;
}
.order_title h4 {
    font-size: 21px;
    font-weight: normal;
    color: #577dc6;
}
.order_cancel {
    overflow: hidden;
}

.order_details table a {
    color: #104889;
    text-decoration: underline;
}
.red {
    color: #e41e15 !important;
}
.table_border {
    position: relative;
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.order_details .order_product table {
    margin: 0px;
}

.table_border {
    position: relative;
    border: 1px solid #dddddd;
    border-collapse: separate;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.table_border th, .table_border td {
    border-left: 1px solid #dddddd;
}
.order_details {
    margin-top: 15px;
}
.order_details .order_info {
    line-height: 22px;
}
.order_product {
    margin-top: 15px;
}
.table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table thead th {
    vertical-align: bottom;
}

.table th {
    font-weight: bold;
    background: #f2f2f2;
    border-top: none;
}
.table th, .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}
/* --- basket (end) --- */


/* --- order finish --- */
.order-finish { width: 100%; text-align: center; padding-top: 70px; }
.order-finish .congr { font-size: 24px; padding-bottom: 40px; }
.order-finish .successful { color: #32914d; padding-bottom: 10px; }
.order-finish .email { padding-bottom: 25px; }
.order-finish .buttons .default-button { width: 210px; display: inline-block; color: #fff; }
.order-finish .thanks { color: #666; padding: 40px 0; }
.order-finish .logo { height: 135px; background: url(../images/logo-auth.png) no-repeat center center; }
.order-finish .alert-info { border-top: 1px solid #ccc; padding: 40px 0 0 0; }
.order-finish .alert-info .title { font-size: 23px; padding-bottom: 25px; }
.order-finish .alert-info p { font-size: 14px; }
.order-finish .alert-info p.red { }
/* --- order finish (end) --- */

/* --- info --- */
.info-text {
    margin-top: 25px;
    line-height: 21px;
}
.info-text .default-button {
    background-color: #1563e4;
    padding-left: 40px;
    padding-right: 40px;
    text-transform: none;
}
.info-text ul {
    list-style-type: none;
}
.info-text ul li {
    padding: 4px 0;
}
.info-text ul > li {
    text-indent: 0;
}
.info-text ul > li:before {
    content: "\2014\00a0\00a0";
    text-indent: 0;
}
.info-text a {
    text-decoration: underline;
}

.shop-images {
    float: left;
    width: 100%;
    text-align: center;
}
.shop-images a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    max-width: 500px;
    line-height: 0;
    margin: 5px;
}
.shop-images a img {
    display: inline;
    width: 100%;
    height: auto;
}
/* --- info (end) --- */

/* --- cart --- */
.basket-table-wrap {
    width: 100%;
    display: table;
}
.basket-table-wrap .cart-content {
    display: table-cell;
    vertical-align: top;
    width: 755px;
}
.basket-table-wrap .cart-content {
    display: table-cell;
    vertical-align: top;
    width: 755px;
}
.basket-table-wrap .cart-total {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

.basketWares {
    width: 100%;
    vertical-align: middle;
}
.basketWares td {
    border-bottom: 1px solid #ddd;
}
.basketWares .photo {
    width: 160px;
    text-align: center;
}
.basketWares .img-wrap {
    width: 160px;
    height: 200px;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.basketWares .img-wrap img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.basketWares td.info {
    padding: 10px 10px;
    color: #999;
    font-size: 12px;
    position: relative;
}
.basketWares td.amount {
    width: 120px;
    text-align: center;
}
.basketWares td.amount input { width: 40px; border-radius: 0; padding: 4px 4px 3px 4px; border: 0; text-align: center; display: inline-block; }
.basketWares td.amount .change-amount { padding: 0 5px; cursor: pointer; font-size: 18px; font-weight: 600; }
.basketWares td.amount .change-amount.plus { color: green; }
.basketWares td.amount .change-amount.minus { color: red; }
.basketWares td.price {
    font-size: 20px;
    padding: 0 10px;
    width: 100px;
    /*white-space: nowrap;*/
}
.basketWares td.price span {
    font-size: 16px;
}
.basketWares td.delete {
    width: 16px;
    text-align: center;
}
.cart-total .box {
    margin-top: 30px;
    width: 100%;
    background-color: #f0f0f0;
    color: #000;
    position: relative;
    font-size: 16px;
    min-width: 330px;
}
.cart-total .box .wrap {
    padding: 25px;
}
.cart-total .box .row {
    float: left;
    width: 100%;
    position: relative;
}
.cart-total .box .row.total {
    margin-top: 40px;
}
.cart-total .box .default-button {
    display: block;
    margin-top: 40px;
}
.cart-total .default-button {
    /*position: absolute;
    right: 20px;
    bottom: 20px;
    width: 120px;*/
}
.cart-total .clear-all-basket {
    color: #999;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url('../images/delete.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.cart-total .clear-all-basket span {
    padding-right: 15px;
}
.cart-total .order-sum {
    font-size: 26px;
}
.cart-total.order .order-sum {
    font-size: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.basketWares-buttons {
    width: 160px;
    /*text-align: center;*/
    padding-top: 20px;
}
.basketWares-buttons .default-button {
    width: 120px;
    margin: 0 auto;
}
.clamped-margin {
    margin-top: 40px;
    margin-bottom: 20px;
}
#cart-delivery b {
}
.basketWares td.info a {
    font-size: 16px;
}
/* --- cart (end) --- */

a.google-play {
    display: inline-block;
    margin: 3px 0;
    width: 148px;
    height: 45px;
    background: url(../images/google_play.png) no-repeat;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: 0;
}