/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
.popup-nav-wrapper *,
.popup-nav-wrapper *::before,
.popup-nav-wrapper *::after {
  box-sizing:  border-box;;
}
.popup-nav-wrapper,
.popup-nav-wrapper::before,
.popup-nav-wrapper::after {
  box-sizing: inherit;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
a{-webkit-tap-highlight-color: transparent;}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body.active-nav {
    overflow-y: hidden;
}
.popup-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 101;
}
.popup-nav-wrapper,
.popup-nav-wrapper a {
    font: 14px 'Open Sans', sans-serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
.popup-nav {
    position: relative;
    padding-bottom: 40px;
}
/*.popup-nav .col-sm-4.col-6 {
    border-radius: 10px;
}*/
.popup-nav__header {
    position: relative;
    background-color: #fff;
    padding-top: 5px;
    padding-right: 70px;
    padding-bottom: 10px;
    text-align: center;
}
@media (max-width: 420px) {
    .popup-nav__header {
        text-align: left;
    }
    .popup-nav__logo {
        max-width: 100%;
        height: auto;
    }
}
.popup-nav__close {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.popup-nav__item {
    height: 100%;
    padding: 10px;
    text-align: center;
}
.popup-nav__item:hover {
    background-color: #fff;
    color: #000;
}
.popup-nav__item--optional {
    display: flex;
}
.popup-nav__text {
    display: inline-block;
    width: 100%;
}
.popup-nav__item--optional .popup-nav__text {
    margin: auto;
}
.popup-nav__img {
    display: inline-block; 
    max-width: 100px;
    height: 100px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 20px;
}
.popup-nav-wrapper.js-popup-nav{zoom:1.1}
.row.no-gutters[style="padding-top: 5px;"]{zoom:1.1}
.popup-nav__level2 {
    position: absolute;
    left: 0;
    top: 70px;
    padding-bottom: 40px;
    z-index: 102;
}
.popup-nav__level2 a {
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    color: #147baf;
    background-color: #c1eaff;
    text-align: center;
}
.popup-nav__level2 .col-sm-12:nth-child(2n) a {
    background-color: #e9f5fb;
}
.popup-nav__level2 a:hover,
.popup-nav__level2 .col-sm-12:nth-child(2n) a:hover{
    background-color: #f260c0;
    color: #fff;
}
.popup-nav__level2 a.backward-button {
    display: block;
    padding-top: 20px;
    padding-left: 10px;
    padding-bottom: 20px;
    border: 3px solid #f260c0;
    color: #f260c0;
    background-color: transparent;
}

/* =================*/
body {
    min-width: 480px;
    font: 16px 'Open Sans', sans-serif;
    color: #3d3c42;
}

.common-home {
    background: url(../img/bg-top.jpg) no-repeat left top;
    background-size: contain;
}
p, li {
    font-size: 18px;
}
p {
    line-height: 24px;
    padding-bottom: 10px;
}
a {
    color: #4bb7ed;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #0277bd;
    padding-bottom: 40px;
}
.wrapper h2, h2,
.wrapper .h2, .h2  {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
h3, .h3-like, .wrapper h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
h3, .wrapper h3 {
    margin-bottom: 10px;
}
h4, .wrapper h4 {
    margin-bottom: 10px;
}
h4, .h4-like, .wrapper h4 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}


.wrapper {
    max-width: 1360px;
    margin: 0 auto;
}
.wrapper--white-cover {
    background-color: #fff;
    padding-bottom: 40px;
}

.body-fixed-header .fixed-layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 98;
}

a.thumbnail:focus{
    outline: none;
}

.common-home  #carousel-example-generic .item.slide__showroom {
    background-position: left 0!important;
}

.header {
    position: relative;
    margin-bottom: 40px;

    -webkit-box-shadow: 0px 10px 33px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow:    0px 10px 33px 0px rgba(0, 0, 0, 0.23);
    box-shadow:         0px 10px 33px 0px rgba(0, 0, 0, 0.23);
}
.header__showroom {
    margin-left: 30px;
}
.header__showroom span {
    padding-top: 2px;
    padding-bottom: 2px;
}
.header__showroom a {
    text-transform: none;
}

.header__showroom span, .menu a, .advantages figcaption, .submenu a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
.header__showroom span:first-child {
    width: 48px;
    padding-left: 6px;
    margin-right: 5px;
    text-align: left;
    background: url(../img/bg-showroom.png) no-repeat 50% 50%;
    color: #fff;
}
.header__buttons {
    float: right;
}
.header__phones {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}
.header__phones-social{
    display: contents;
}
.header__phones-social a{
    margin-right: 5px;
}
.header__phones-social a:last-child{
    margin-right: 20px;
}
.header__button {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.header__button--call {
    width: 50px;
    background: #353535 url(../img/icon-call.png) no-repeat 50% 50%;
}
.header__button--call:hover {
    background: #5d5d5d url(../img/icon-call.png) no-repeat 50% 50%;
}
.header__button--cart {
    width: 100px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #66cafd url(../img/icon-cart.png) no-repeat 10% 50%;
}
.header__button--cart:hover {
    background: #66dbfd url(../img/icon-cart.png) no-repeat 10% 50%;
}
.header__button--cart-in {
    background: #f260c0 url(../img/icon-cart.png) no-repeat 10% 50%;
	text-decoration:none!important;
}
.header__button--cart-in:hover {
    background: #ff7bd2 url(../img/icon-cart.png) no-repeat 10% 50%;
}
.header__button--search {
    display: none;
    height: 34px;
    line-height: 34px;
    width: 40px;
    background: url(../img/icon-search.png) no-repeat 50% 50%;
}
.header__button--search:hover {
    border: 2px solid #66cafd;
}
.header__optional-menu {
    margin-top: 5px;
    padding-right: 40px;
    float: right;
    width: 787px;
}
.header__search {
    position: relative;
    top: 2px;
    margin-right: 800px
}
.header__search input[type="text"] {
    width: 85%;
    margin-right: -29px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 33px;
    line-height: 33px;
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
}
.header__search button {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 22px;
    background: #fff url(../img/icon-search.png) no-repeat right top;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    z-index: 5;
}
.header__search button:active {
    top: 2px;
}
.header__row {
    background-color: #fff;
    padding-left: 40px;
}
.header__row--top {
    padding-top: 20px;
}
.header__menu {
    margin-top: 2px;
    background-color: #fff;
}
.header__phones-adaptive-break{
    display: none;
}

.phones {
    display: inline-block;
    vertical-align: middle;
}
.phones__vel, .phones__mts {
    padding-left: 25px;
    margin-right: 10px;
}
.phones__vel {
    background: url(../img/icon-vel.png) no-repeat left 50%;
}
.phones__mts {
    background: url(../img/icon-mts.png) no-repeat left 50%;
}

.optional-menu li{
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    padding: 0 7px;
}

.optional-menu__actions:before{
    content: '%';
    color: #fff;
    background: #f54949;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: 500;
    margin-right: 4px;
}

.optional-menu a {
    color: #000;
}
.optional-menu__info {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: -5px;
    margin-right: 17px;
}

.submenu {
    display: none;
    position: absolute;
    left: 0;

    z-index: 100;
    border-top: 2px solid #0277bd;
    border-bottom: 2px solid #979797;

    -webkit-box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.67);
    -moz-box-shadow:    0px 13px 13px 0px rgba(0, 0, 0, 0.67);
    box-shadow:         0px 13px 13px 0px rgba(0, 0, 0, 0.67);
}
.submenu > ul {
    margin: 20px 40px;
}
.submenu a {
    white-space: nowrap;
}

.menu > ul > li {
    float: left;
    padding-top: 7px;
    height: 41px;
    position: relative;
    width: 10.9%;
    text-align: center;
}
.menu > ul > li:first-child {
    text-align: left;
}
.menu > ul > li:first-child > a {
    padding-left: 40px;
}
.menu > ul > li > a {
    text-align: left;
    text-decoration: none;
}
.menu > ul > li > a:hover {
    text-decoration: underline;
}
.menu__submenu {
    top: 100%;
    background-color: #fff;
}
.menu__submenu ul {
    float: left;
    text-align: left;
}
.menu__submenu a {
    text-decoration: none;
}
.menu__submenu a:hover {
    text-decoration: underline;
}

.menu__has-submenu:nth-child(8){
    /*width: 12.8%;*/
}
.menu__has-submenu:hover {
    background-color: #0277bd;
}
.menu__has-submenu:hover > a{
    color: #fff;
}
.menu__has-submenu:hover .menu__submenu {
    display: block;
}
.menu__has-submenu:last-child .menu__submenu, .menu__has-submenu:nth-last-child(2) .menu__submenu, .submenu--from-right {
    left: auto;
    right: 0;
}

.breadcrumbs {
    margin-top: -20px;
    margin-left: -7px;
}
.breadcrumbs li {
    float:left;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    margin-right: 5px;
}
.breadcrumbs .is-active {
    cursor: default;
    text-decoration: none;
}
.breadcrumbs a {
    color: #000;
    #background-color: #fff;
    padding: 0 7px;
}
.breadcrumbs-back {
    padding-left: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #3fadde;
    font-weight: 700;
    background: url(../img/breadcrumb-back.png) no-repeat left 50%;
}

.catalog-tags h2,
.catalog-tags .h2 {
    margin-bottom: 0;
    margin-right: 10px;
}
.catalog-tags ul {
    margin-top: 25px;
}
.catalog-tags li {
    float:left;
    margin-right: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
}
.catalog-tags a {
    display: inline-block;
    padding: 4px 7px;
    background-color: #f2f1e9;
    color: #000;
    text-decoration: none;
}
.catalog-tags a:hover {
    text-decoration: underline;
}
.catalog-tags .is-active a {
    background-color: #5cb5e3;
    cursor: default;
    color: #fff;
}
.catalog-tags .is-active a:hover {
    text-decoration: none;
}

.params__wrapper {
    position: relative;
    width: 240px;
    padding-bottom: 20px;
    background-color: #efe8d7;

}
.params__cell {
    padding: 0 20px;
    margin-bottom: 20px;
}
.params__cell--head {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2f2f2f;
    color: #fff;
}
.params__cell--head select {
    width: 100%;
    height: 38px;
    border: none;
    font-size: 16px;
}
.params__title {
    margin-bottom: 10px;
}
.params__submit {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    border: none;
    font-size: 18px;
    color: #fff;
    background-color: #000;
    outline: none;
    cursor: pointer;
}
.params__submit:active {
    position: relative;
    top: 3px;
}
.params__submit:hover {
    background-color: #2f2f2f;
}
.params__adaptive-btn {
    display: none;
    position: absolute;
    /*left: 170px;*/
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/button-params.png) no-repeat left top;
    background-size: contain;
    cursor: pointer;
    z-index: 95;
}
.params__adaptive-btn:active {
    margin-top: 2px;
}
.form-show-popup {
    z-index: 97;
}
.collapse__clicker, .params__show-link {
    font-weight: 700;
    color: #ff7e00;
    border-bottom: 1px dashed #ff7e00;
    cursor: pointer;
}
.collapse__clicker:hover, .params__show-link:hover {
    color: #e47100;
    border-bottom: 1px dashed #e47100;
}
.params__reset {
    font-weight: 700;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}
.params__reset:hover {
    color: #606060;
}

.catalog {
    margin-right: 240px;
}
.catalog__wrapper {
    background-color: #fff;
}
.catalog-layout {
    margin: 20px 0 0 0;
    background: url(../img/bg-catalog.png) repeat-x left top;
}
.catalog-detached {
    background-color: #fff;
}

.icon-star {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/icon-stars.png) no-repeat left top;
}
.icon-star--hinted {
    background-position: left -18px;
}
.icon-comments {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.icon-comments:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    display: block;
    width: 24px;
    height: 23px;
    background: url(../img/icon-comments.png) no-repeat left top;
}
.icon-video {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #f61c0d;
}
.icon-video:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    display: block;
    width: 24px;
    height: 18px;
    background: url(../img/icon-video.png) no-repeat left top;
}
.icon-comments:hover, .icon-video:hover {
    text-decoration: underline;
}
.icon-comments:hover:before, .icon-video:hover:before {
    opacity: 0.69;
}

.catalog__item .icon-star,
.catalog__item .icon-star--hinted,
.catalog__item .icon-comments,
.catalog__item .icon-video {
    vertical-align: top;
}

.catalog__item {
    position: relative;
}
.catalog__item.col-33 {
    width: 25%;
}
.catalog .catalog__item:nth-child(4n+5) {
    clear: left;
}
/*.catalog .catalog__item:nth-child(3n+4) {
clear: left;
}*/
.catalog__item:hover {
    position: relative;
    -webkit-box-shadow: 0px 9px 17px 0px rgba(50, 50, 50, 0.53);
    -moz-box-shadow:    0px 9px 17px 0px rgba(50, 50, 50, 0.53);
    box-shadow:         0px 9px 17px 0px rgba(50, 50, 50, 0.53);
    z-index: 3;
}



.catalog__item-colors-wrapper {
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.catalog__item:hover .catalog__item-colors-wrapper{
    opacity: 1;
    height: auto;
}

/*
.catalog__item:hover .catalog__item-colors-wrapper{
opacity: 1;
}
.catalog__item:hover .catalog__item-colors-wrapper:before,
.catalog__item:hover .catalog__item-colors-wrapper:after {
display: block;
}*/

.catalog__item-title,
.catalog__item-price,
.catalog__item-rating {
    padding-bottom: 5px;
}

.catalog__item-pic {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
    height: auto;
}
.catalog__item-price {
    font-weight: 700;
}
.catalog__item-rating {
    border-bottom: 2px solid #f2f1e9;
}
.catalog__item-price span {
    font-weight: 300;
    text-decoration: line-through;
}
.catalog__item-params {
    padding: 0 40px 30px 40px;
}
.catalog__item-rating .inline-wrapper {
    margin-right: 5px;
}
.catalog__item-rating .inline-wrapper + .inline-wrapper {
    margin-right: 0;
}
.catalog__item-pic {
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.67) 67%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.catalog__item-actions {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.catalog__item-actions-discount {
    display: inline-block;
    background-color: #ff9c00;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-actions-hit {
    display: inline-block;
    background-color: #0277bd;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.catalog__item-actions-new {
    display: inline-block;
    background-color: #0277bd;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-actions-lider {
    display: inline-block;
    background-color: #f54949;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-actions-vip {
    display: inline-block;
    background-color: #f260c0;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-actions-test {
    display: inline-block;
    background-color: #c1c1c1;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-actions-lite {
    display: inline-block;
    background-color: #f7d725;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.catalog__item-colors {
    padding: 0 40px;
}
.catalog__item-colors .slick-slide img {
    width: 100%;
    height: auto;
}
.catalog__item-colors .slick-slide img {
    opacity: 0.53;
}
.catalog__item-colors .slick-slide img:hover {
    opacity: 1;
    cursor: pointer;
}
/*
.catalog__item-colors {
white-space: nowrap;
overflow: hidden;
}*/
/*
.catalog__item-colors-wrapper {
position: relative;
padding: 0 40px;
opacity: 0.53;
}
.catalog__item-colors-wrapper:after,
.catalog__item-colors-wrapper:before {
content: '';
display: none;
width: 27px;
height: 27px;
position: absolute;
right: 0;
top: 50%;
margin-top: -13px;
background: url(../img/icon-arrow-right-128.png);
background-size: contain;
cursor: pointer;
}
.catalog__item-colors-wrapper:before {
background: url(../img/icon-arrow-left-128.png);
background-size: contain;
right: auto;
left: 0;
}
*/
/*
.catalog__item-colors img {
width: 23%;
height: auto;
cursor: pointer;
border: 1px solid transparent;
}
.catalog__item-colors img:hover {
border: 1px solid #0277bd;
}*/
/*.catalog__item-colors img.is-active,
.catalog__item-colors img.is-active:hover {
border: 1px solid #0277bd;
}*/
.catalog__item-colors-container {
    display: inline-block;
    width: 100%;
}

.pagination {
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    background: #fff;
}
.pagination li {
    display: inline-block;
    margin-bottom: 20px;
}
.pagination a {
    padding: 0 7px;
    text-decoration: none;
    color: #000;
}
.pagination a:hover {
    text-decoration: underline;
}
.pagination span {
    padding: 0 7px;
    background-color: #000;
    color: #fff;
    cursor: default;
}
.pagination span:hover {
    text-decoration: none;
}
.pagination__prev  a{
    padding: 0;
    margin-right:  20px;
}
.pagination__next a{
    padding: 0;
    margin-left: 20px;
}
.pagination__per-page {
    margin-left: 0px;
    display:inline-block;
}

.pagination__pages{
    display: inline-block;
}

.pagination__pages li:last-child{
    margin-right: 40px;
}

.pagination__per-page select {
    font-size: 18px;
    line-height: 18px;
    padding: 3px;
}

.slide__showroom-info {
    background-color: rgba(255,255,255,0.9);
}
.slide__products {
    background-color: #fff;
}
.slide__products figure {
    padding-bottom: 20px;
    text-align: center;
}
.slide__products figcaption {
    font-size: 14px;
    text-align: left;
    padding: 20px 40px 20px 40px;
}
.slide__products figcaption a {
    text-transform: uppercase;
    font-weight: 700;
}
.slide__text-strong, .slide__text-strong li{
    font-size: 24px;
    font-weight: 700;
}

.slide__showroom--bg1 {
    background: url(../img/slide-1.jpg) no-repeat left bottom;
    background-size: cover;
}
.slide__showroom--bg2 {
    /*	background: url(../img/slide-2.jpg) no-repeat left top;*/
    background-size: cover;
}
.slide__showroom--bg3 {
    /*	background: url(../img/slide-3.jpg) no-repeat left bottom;*/
    background-size: cover;
}
.slide__showroom-info h2,
.slide__showroom-info .h2 {
    font-size: 36px;
}
.slide__showroom-info {
    width: 560px;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 30px;
    margin-bottom: -90px;
}
.slide__showroom-info h2, .slide__showroom-info .h2, .slide__showroom-info ul {
    padding-bottom: 10px;
}
.slide__text-strong--decorated {
    position: relative;
    margin-left: -40px;
    padding: 10px 0px 10px 41px;
    display: inline-block;
    background-color: #66ccff;
    color :#fff;
}
.slide__text-strong--decorated:after {
    content: '';
    position: absolute;
    right: -39px;
    top: 0;
    width: 39px;
    height: 100%;
    background: url(../img/bg-showroom-blue.png) no-repeat right 50%;
}

.advantages {
    background-color: #212223;
    color: #e6d4aa;;
}
.advantages > .wrapper {
    position: relative;
}
.advantages h3 {
    position: absolute;
    left: 40px;
    bottom: 93px;
    padding: 5px 10px;
    background-color: #000;
}
.advantages figure {
    float: left;
    width: 20%;
}
.advantages figure img {
    width: 100%;
    height: auto;
}
.advantages figcaption {
    display: block;
    margin: 15px 40px 40px 40px;
    padding-top: 13px;
    border-top: 2px solid #e6d4aa;
}

.brands {
    background-color: #f2f1e9;
    padding: 40px 0;
}
.brands h3 {
    padding-left: 40px;
}
.brands__list > li {
    position: relative;
    float: left;
    width: 3.571%;

    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #000;
    border-bottom: 2px solid #000;
}
.brands__list > li:first-child {
    width: 4.1%;
}
/*
.brands__list > li:first-child, .brands__list > li:last-child {
width: 1.8515%;
}
.brands__list > li:first-child {
text-align: left;
}
.brands__list > li:last-child {
text-align: right;
white-space: nowrap;
}
*/
.brands__list > li:last-child {
    white-space: nowrap;
}
.brands__list > li:hover {
    color: #fff;
    background-color: #0277bd;
    border-bottom: 2px solid #0277bd;
}
.brands__list > li:hover .submenu {
    display: block;
}
.brands__submenu {
    top: 26px;
    background-color: #212223;

}
.brands__submenu ul {
    text-align: left;
}
.brands__submenu a {
    color: #fff;
    text-decoration: none;
}
.brands__submenu a:hover {
    color: #66cafd;
    text-decoration: underline;
}

.category-links {
    background: url(../img/bg-category-links.png) repeat-x left top;
    background-size: auto 50%;
    padding-bottom: 40px;
}
.category-links--catalog {
    background: none;
    padding-bottom: 0;
}
.category-links__block {
    background-color: #fff;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}
.category-links__block h3 {
    padding-left: 40px;
    background: url(../img/icon-crown.png) no-repeat left 50%;
}
.category-links__question {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 20px;
}
.category-links__question:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 2px;
    width: 19px;
    height: 19px;
    background: url(../img/icon-question.png) no-repeat left top;
}
.category-links__question:hover:before {
    background: url(../img/icon-question.png) no-repeat left -19px;
}
.category-links__block p {
    font-size: 16px;
    margin-left: 150px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.category-links__block p span {
    position: relative;
    margin-left: -150px;
    display: inline-block;
    width: 150px;
    font-weight: 700;
    color: #606060;
}
.category-links__block p a {
    color: #606060;
    text-transform: uppercase;
}
.category-links-column {
    padding-left: 40px;
}
.category-links-column .h3-like {
    padding-top: 40px;
    padding-bottom: 10px;
}
.category-links-column a {
    color: #000;
}
.category-links-column dd {
    padding-bottom: 10px;
    margin-right: 15px;
}
.category-links__etc span, .category-links__etc a {
    color: #0277bd!important;
}

.category-links__block--subcategory {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}
.category-links__block--subcategory h2,
.category-links__block--subcategory .h2{
    margin-bottom: 0;
}
.category-links__block--subcategory h1{
    display: inline-block;
    vertical-align: middle;
    font-size: 48px;
    font-weight: 700;
    color: #3d3c42;
    padding-bottom: 0;
}

.category-links__block--subcategory .category-links__question {
    top: 10px;
}
.category-links__block--detached {
    padding-top: 0;
}
.category-links__block--detached h2,
.category-links__block--detached .h2 {
    display: inline-block;
    vertical-align: middle;
}
.category-links__block--detached .category-links__question {
    /* margin-left: 20px;
    line-height: 36px;*/
}

.info-hint-container {
    position: relative;
    padding-right: 27px;
}
.info-hint {
    position: absolute;
    right: 10px;
    top: 5px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../img/icon-question.png) no-repeat left top;
    cursor: pointer;
    vertical-align: middle;
}
.info-hint:hover {
    background-position: left -19px;
}
.info-hint:hover .info-hint__content{
    display: inline-block;
}
.info-hint .info-hint__content {
    display: none;
    width: 260px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    right: 27px;
    font-size: 16px;
    background-color: #fff;
    z-index: 203;
    cursor: default;
}
.info-hint .info-hint__content:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: -10px;
    bottom: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    z-index: 205;
}

.promo-about {
    background: #212223 url(../img/bg-promo-top.png) left top repeat-x;
    color: #fff;
    padding-bottom: 90px;
}
.promo-about h2,
.promo-about .h2 {
    color: #000;
    line-height: 99px;
    margin-bottom: 90px;
    padding-left: 40px;
}
.promo-about__img {
    position: relative;
    margin-top: -98px;
}
.promo-about__content {
    background: url(../img/bg-about-promo.jpg) right top no-repeat;
}
.promo-about__content-top {
    padding-right: 850px;
    padding-bottom: 140px;
    padding-left: 40px;
}
.promo-about__inset {
    color: #e6d4aa;
    margin-bottom: 90px;
}
.promo-about__inset--delivery {
    padding-left: 300px;
    position: relative;
}
.promo-about__inset--delivery:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -120px;
    width: 267px;
    height: 216px;
    background: url(../img/inset-delivery.png) no-repeat left top;
}
.info-content{
    text-align:justify;
}
.info-content img{
    padding: 15px 0px;
}
.info-content h2{
    background-color:#e6e6e6;
    padding:14px;
    margin:17px 0px 23px 0px;
    border:1px solid transparent;
    border-radius:4px;
    font-size:25px;
    text-transform:uppercase;
}
.info-content h3{
    font-size: 23px;
}
.info-content ol{
    text-align:justify;
    margin:10px 0px 20px 35px;
    list-style:decimal;
}
.info-content ol li{
    padding-bottom: 8px;
}
.info-content ul{
    text-align: left;
    margin:10px 0px 20px 35px;
    list-style-type:circle;
    padding-bottom: 3px;
    line-height: 24px;
}
.info-content ul li{
    padding-bottom: 8px;
}
.tab-spisok {
    display:table;
    width:100%;
}
.tab-spisok-plus li{
    background: url(/catalog/view/image/plus-1.png) left center no-repeat;
    list-style: none;
    padding: 5px 0px 5px 34px;
}
.tab-spisok-minus li{
    background: url(/catalog/view/image/minus-1.png) left center no-repeat;
    list-style: none;
    padding: 5px 0px 5px 34px;
}
.info-important{
    border: 1px solid #aaf8a2;
    padding: 15px 15px 15px 80px;
    margin: 4px 0px 24px 0px;
    background: url(/catalog/view/image/ico_success.png) 3px center no-repeat;
}

.cat-content h2,
.cat-content .h2{
    font-size:28px;
    margin-top:15px;
    margin-bottom:10px;
}
.cat-content p{
    text-align:justify;
}
.cat-content ul{
    text-align:justify;
    margin: 10px 0px 20px 35px;
    list-style-type: circle;
}
.cat-content a:hover{
    color:#1b98d6;
}
.brend-content{
    margin: 20px 0px;
}
.brend-content h2,
.brend-content .h2{
    font-size:28px;
    margin-top:15px;
    margin-bottom:10px;
}
.brend-content p{
    text-align:justify;
}
.brend-content ul{
    text-align:justify;
    margin: 10px 0px 20px 35px;
    list-style-type: circle;
}
.brend-content a:hover{
    color:#1b98d6;
}
.book-banner {
    height: 209px;
    padding-top: 90px;
    margin-top: -42px;
    background: url(../img/bg-book-banner.png) no-repeat 50% top;
    z-index: 99;
    position: relative;
}
.book-banner h2,
.book-banner .h2 {
    color: #37a5de;
    line-height: 48px;
    font-weight: 800;
    padding-right: 200px;
    text-align: center;
}
.book-banner h2 span,
.book-banner .h2 span {
    font-size: 60px;
}
.book-banner p {
    font-size: 16px;
}
.book-banner__button {
    display: inline-block;
    padding: 5px 10px;
    background-color: #0277bd;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.book-banner__button:hover {
    background-color: #026aa7;
}

.review-list-comment p{
    font-size: 15px;
    line-height: 16px;
    padding-bottom: 2px;
}

.review-list-comment p:last-child{
    padding-bottom: 0;
}

.reviews {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f1e9;
}
.reviews__block {
    padding-bottom: 40px;
}
.reviews__block h4,
.reviews__block h3.h4-like {
    padding-left: 90px;
    padding-bottom: 10px;
    background: url(../img/commas.png) no-repeat left top;
    margin-bottom: 10px;
    text-transform: none;
}
.reviews__block img {
    margin-left: 40px;
    margin-bottom: 20px;
}
.reviews__social-blocks {
    float: left;
    width: 40%;
}

.social-blocks--detached h3 {
    padding-top: 40px;
    margin-bottom: 0;
}
.social-blocks--detached {
    background-color: #efe8d8;
}
.social-blocks--detached .social-blocks__wrap {
    background-color: transparent;
}

.social-blocks__wrap {
    background-color: #fff;
    padding: 20px 40px 40px;
}
.social-blocks__tabs dt {
    margin-top: 20px;
}
.social-blocks__tabs span{
    display: block;
    padding-left: 100px;
    line-height: 69px;
    white-space: nowrap;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}
.social-blocks__tabs span:hover {
    text-decoration: none;
}
.social-blocks__tabs-vk {
    background: url(../img/icon-social-vk.png) no-repeat left 50%;
}
.social-blocks__tabs-fb {
    background: url(../img/icon-social-fb.png) no-repeat left 50%;
}
.social-blocks__tabs-inst {
    background: url(../img/icon-social-inst.png) no-repeat left 50%;
}
.social-blocks__tabs .is-active{
    background-color: #212223;
}
.social-blocks__tabs .is-active > span {
    color: #fff;
    text-decoration: none;
    cursor: default;
}
.social-blocks__tabs-content {
    padding: 40px;
    overflow: hidden;
}

.has-social {
    padding-bottom: 40px;/*
margin-left: 2%;
margin-left: 2%;*/
}
.has-social .social-blocks {
    float: right;
    width: 420px;
    border: 20px solid #f2f1e9;
    background-color: #f2f1e9;
    /*margin: 2%;*/
}
.has-social .social-blocks__wrap {
    background-color: transparent;
    padding: 0;
}
.has-social__content {
    margin-right: 460px;
}

.accordion__content {
    display: none;
}
.accordion__content.is-active {
    display: block;
}
.tabs__content {
    display: none;
}
.tabs__content.is-active {
    display: block;
}

.tabs--news-and-info .tabs__content {
    padding-top: 40px;
    margin-bottom: 40px;
}
.tabs--news-and-info .tabs__content .wrapper {
    border-bottom: 2px solid #c9c8bd;
    padding-bottom: 20px;
}
.tabs--news-and-info .tabs__selectors {
    text-align: center;
    background-color: #f2f1e9;
}
.tabs--news-and-info .tabs__selectors > span {
    display: inline-block;
    padding: 20px 30px;
    white-space: nowrap;
}
.tabs--news-and-info .tabs__selectors span span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px dashed black;
}
.tabs--news-and-info .tabs__selectors span span:hover {
    color: #0277bd;
    border-bottom: 2px dashed #0277bd;
}
.tabs--news-and-info .tabs__selectors .is-active span, .tabs--news-and-info .tabs__selectors .is-active span:hover  {
    border: none;
    cursor: default;
}
.tabs--news-and-info .tabs__selectors .is-active{
    color: #0277bd;
    background-color: #fff;
}

.map-block {
    position: relative;
    padding-top: 40px;
    margin-bottom: 40px;
}
.map-block__header {
    position: absolute;
    left: 40px;
    top: 80px;
    display: inline-block;
    font-size: 48px;
    font-weight: 700;
    background-color: #fff;
}

.showroom {
    margin-bottom: 40px;
}
.showroom--detached {
    padding-top: 40px;
}
.showroom img {
    width: 99%;
    height: auto;
}
.showroom__phones span {
    display: block;
}

.item-head {
    margin-top: 20px;
    background-color: #fff;
}
.item-color-slider, .item-cart-info {
    padding: 40px;
}
.item-color-slider {
    background-color: #fff;
}
.item-color-title {
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    display: inline-block;*/
    position: static;
    display: block;
    text-align: center;
    padding: 7px;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    font-weight: 700;
}
.item__img-contain {
    width: 100%;
    height: auto;
}
.item__img-wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.item-cart-info {
    background-color: #ebfaff;
}
.item-cart-info h3{
    font-size: 32px;
    text-transform: none;
}
.item-cart-info h1{
    font-size: 32px;
    text-transform: none;
    font-weight: 700;
    color: #3d3c42;
    line-height: 42px;
    padding-bottom: 10px;
}

.item-cart-info a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}
.item-cart-info__stars {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.item-cart-info__stars .icon-star {
    width: 29px;
    height: 28px;
    background: url(../img/icon-stars2.png) no-repeat left top;
}
.item-cart-info__stars .icon-star--hinted {
    background-position: left -28px;
}
.item-cart-info__price {
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}
.item-cart-info__price span.old-price {
    margin-left: 20px;
    font-size: 24px;
    font-weight: normal;
    text-decoration: line-through;
}
.item-cart-info__price span.autocalc-product-price {
    margin-left: 0px;
    text-decoration: none;
    font-size: 32px;
    font-weight: 700;
}
.item-cart-info__cart-button {
    display: inline-block;
    padding: 0 20px;
    border: 3px solid #f45858;
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f45858;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
}
.item-cart-info__cart-button:hover {
    border: 3px solid #ff0000;
    color: #ff0000;
}
.item-cart-info__cart-button:active {
    position: relative;
    top: 3px;
}
.item-cart-info__dec-button, .item-cart-info__inc-button {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    outline: none;
    background: url(../img/icons-inc-dec.png) no-repeat left top;
    cursor: pointer;
    vertical-align: middle;
}
.item-cart-info__inc-button {
    background-position: left -32px;
}
.item-cart-info__count {
    margin: 0 20px;
    white-space: nowrap;
}
.item-cart-info__count-input {
    display: inline-block;
    width: 25px;
    text-align: center;
    border: none;
    background: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    vertical-align: middle;
}
span.item-cart-info__count-input { padding-right: 16px;}
.item-cart-info__list {
    margin-top: 20px;
    margin-bottom: 20px;
}
.item-cart-info__list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.item-cart-info__list li:before {
    content: '';
    display: block;
    width: 24px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/icons-ticks.png) no-repeat left -18px;
}
.item-cart-info__list-red-position {
    color: #f45858;
}
li.item-cart-info__list-red-position:before {
    background: url(../img/icons-ticks.png) no-repeat left 0px;
}
.item-cart-info__list a {
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    vertical-align: baseline;
}
.item-cart-info__small-text {
    padding-top: 5px;
    font-size: 14px;
}

.item-more-info {
    margin-top: 40px;
}
.item-more-info strong {
    font-size: 24px;
    font-weight: 700;
}
.item-more-info img {
    margin: 0 40px 10px 10px;
}

.item-tabs-wrapper {
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.item-tabs .tabs__selectors {
    text-align: center;
    margin-bottom: 30px;
}
.item-tabs .tabs__selector {
    display: inline-block;
    margin-bottom: 10px;
}
.item-tabs .tabs__selector span {
    white-space: nowrap;
}
.item-tabs .tabs__selector {
    padding: 10px 40px;
    font-size: 24px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}
.item-tabs .tabs__selector.is-active {
    text-decoration: none;
    cursor: default;
    background-color: #ebfaff;
}
.item-manufacturer-link {
    float: right;
    padding: 20px;
    font-weight: 700;
    text-align: center;
    border: 1px solid gray;
}
.item-tabs dl {
    margin-bottom: 40px;
}
.item-tabs dt {
    padding-bottom: 5px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
}
.item-tabs dd {
    padding-bottom: 5px;
    position: relative;
    font-size: 18px;
}
.item-tabs dd:before {
    /*content: '—';*/
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.item-details {
    margin-bottom: 40px;
}
.item-details p{
    color: #8097a1;
    font-size: 13px;
    line-height: 14px;
}

.item-details__cols h5 {
    font-size: 13px;
    color: #8097a1;
    margin-bottom: 10px;
}
.item-details__cols p, .item-details__cols h5 {
    padding-right: 40px;
    font-size: 13px;
}

.item-details__cols p{
    color: #8097a1;
    line-height: 14px;
    font-size: 13px;
}



.social-more {
    margin-top: 40px;
    margin-bottom: 40px;
}

.comment-block__author {
    font-size: 14px;
    font-weight: 700;
}
.comment-form {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    background-color: #f2f1e9;
}
.comment-form h3 {
    font-size: 32px;
}
.comment-form textarea {
    width: 98%;
    padding: 1%;
    margin-bottom: 20px;
    font: 18px 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 700;
    outline: none;
    border: 2px solid #000;
}
.comment-form input {
    width: 48%;
    border: none;
    background: transparent;
    border-bottom: 2px solid #000;
    font-size: 18px;
    outline: none;
    font-style: italic;
}
.comment-form input:nth-child(odd) {
    margin-right: 3%;
    margin-bottom: 40px;
}
.comment-form__send-button {
    display: inline-block;
    border: 3px solid #000;
    padding: 10px 20px;
    background-color: #fff;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}
.comment-form__send-button:active {
    position: relative;
    top: 3px;
}
.comment-form__send-row {
    margin-top: 20px;
}
.comment-form__send-row .icon-star {
    cursor: pointer;
}
.comment-form__send-row .icon-star {
    margin-top: 10px;
}

.book-banner-640 {
    height: 209px;
    padding-top: 90px;
    margin-top: -42px;
    background: url(../img/bg-book-banner.png) no-repeat -550px top;
}
.book-banner-640 h2,
.book-banner-640 .h2 {
    color: #37a5de;
    line-height: 48px;
    font-weight: 800;
    padding-right: 200px;
    text-align: center;
}
.book-banner-640 h2 span,
.book-banner-640 .h2 span {
    font-size: 60px;
}
.book-banner-640 p {
    font-size: 16px;
}
.book-banner-640 .col-60 {
    display: none;
}
.book-banner-640 .col-40 {
    float: none;
    width: auto;
    margin-left: 250px;
}



.sprite {
    background-image: url(../img/sprite-social-icons.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.sprite-social-icon-fb {
    width: 40px;
    height: 40px;
    background-position: 0 0;
}

.sprite-social-icon-inst {
    width: 40px;
    height: 40px;
    background-position: 0 -40px;
}

.sprite-social-icon-ok {
    width: 40px;
    height: 40px;
    background-position: 0 -80px;
}

.sprite-social-icon-tw {
    width: 40px;
    height: 40px;
    background-position: 0 -120px;
}

.sprite-social-icon-vk {
    width: 40px;
    height: 40px;
    background-position: 0 -160px;
}

.quantity-wrapper {
    white-space: nowrap;
}

.button-utf {
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    outline: none;
    font-size: 46px;
    border: none;
    vertical-align: middle;
    color: #000;
    cursor: pointer;
}
.button-utf:hover {
    color: #0277bd;
}
.button-utf:active {
    position: relative;
    top: 3px;
}
.button-utf--dec:before {
    content: '\002D';
    position: relative;
    top: -3px;
}
.button-utf--inc:before {
    content: '\002B';
}
.button-utf--close:before {
    content: '\00D7';
}
.button-utf--close:hover {
    color: #f54949;
}

.quantity-inp {
    width: 37px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 1px solid #000;
    font-size: 18px;
    line-height: 24px;
    outline: none;
    vertical-align: middle;
    text-align: center;
}

.shopping-cart-table-wrapper {
    position: relative;
    padding: 0 40px;
}
.shopping-cart-table {
    width: 100%;
}
.shopping-cart-table td {
    vertical-align: middle;
}
.shopping-cart-table thead tr {
    border-bottom: 2px solid #000;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.shopping-cart-table tbody tr {
    border-bottom: 1px solid #999;
}
.shopping-cart-table tbody td {
    padding: 20px 20px 20px 0;
}
.shopping-cart-table tbody td.text-right {
    font-weight: bold;
}
.shopping-cart-table__cost {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}
.shopping-cart-table__cost span {
    font-size: 14px;
    font-weight: normal;
}
.shopping-cart-table tfoot {
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
}
.shopping-cart-table tfoot b {
    font-size: 24px;
    font-weight: bold;
    color: #f260c0;
}
.shopping-cart-table tfoot td {
    padding: 20px 0 20px 20px;
}
.shopping-cart-table__button-order,
.simplecheckout input#button-confirm {
    padding: 10px;
    margin-left: 10px;
    border: none;
    background: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #f260c0;
    cursor: pointer;text-decoration: none;
}
.shopping-cart-table__button-order:hover,
.simplecheckout input#button-confirm:hover {
    background-color: #ff7bd2;
}

.shopping-cart-table--not-editable .button-utf--inc,
.shopping-cart-table--not-editable .button-utf--dec {
    display: none;
}
.shopping-cart-table--not-editable .quantity-inp {
    border: none;
    font-size: 18px;
}
.shopping-cart-table--not-editable tfoot {
    text-align: left;
}
.shopping-cart-table--not-editable tfoot .shopping-cart-table__button-order {
    display: block;
    margin: 20px 0 0 0;
}


.common-form {
    background-color: #e9f6ff;
    padding: 40px;
    margin: 0 0 40px 0;
}
.common-form__hint {
    color: #7b7b7b;
    font-style: italic;
    font-size: 16px;
}
.common-form__hint--alert {
    color: red;
}
.common-form__row {
    margin-bottom: 20px;
}
.common-form__label {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
}
.common-form__label.is-required {
    position: relative;
}
.common-form__label.is-required:after {
    content: ' \002A';
    color: #f54949;
}
.common-form__input {
    display: inline-block;
    width: 300px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #c4d7e5;
    vertical-align: middle;
}
.common-form__select {
    display: inline-block;
    width: 320px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #c4d7e5;
    vertical-align: middle;
    margin-left: 10px;
}
.invalid-input {
    border-color: red;
    color: red;
}
.common-form__textarea {
    display: inline-block;
    width: 320px;
    height: 100px;
    padding: 5px 10px;
    font-size: 18px;
    border: 1px solid #c4d7e5;
    vertical-align: middle;  margin-left: 10px;
}

.information-contact .common-form__textarea{
    width: 300px;
    margin-left: 0px;
}

.information-contact .common-form{
    min-width: 280px;
    max-width: 900px;
    display: inline-block;
    margin-right: 10px;
}

.common-form__h3-like {
    margin-bottom: 20px;
    line-height: 1.3;
}

.footer {
    margin-top: 10px;
    background-color: #212223;
}
.footer .optional-menu a{
    color: #fff;
}
.footer .optional-menu__info {
    color: #fff;
}
.footer__container {
    padding: 0 40px 20px 40px;
}
.footer__menu {
    margin-bottom: 10px;
}
.footer__menu .menu__submenu {
    bottom: 100%;
    top: auto;
    border-top: 2px solid #e6d4aa;
}
.footer__menu > ul > li > a{
    color: #e6d4aa;
}
.footer__menu .menu__submenu a {
    color: #000;
}
.footer__menu .menu__has-submenu:hover {
    background-color: #e6d4aa;
}
.footer__menu {
    padding-top: 10px;
    border-bottom: 2px solid #e6d4aa;
}
.footer__phones {
    margin-right: 33px;
    font-weight: 700;
    color: #fff;
}
.footer__social a {
    margin-right: 10px;
}
.footer__social {
    margin-right: 40px;
}
.footer__redfox {
    float: right;
    margin-top: 10px;
}
.footer__redfox, .footer__redfox a {
    font-size: 14px;
    color: #fff;
}
.footer__social,
.footer__phones,
.footer__cards {
    display: inline-block;
    margin-top: 10px;
}

.popup{
    display: none;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(255,255,255,0.9);
}
.popup__layout {
    position:relative;
    float: left;
    left: 50%;
}
.popup__content {
    position:relative;
    float: left;
    left: -50%;
}
.popup__content--theme-default {
    margin-top: 106px;
    /*padding: 40px;*/
	    padding: 20px 10px 0;
    background-color: #fff;
    border-bottom: 3px solid rgba(0,0,0,0.63);

    -webkit-box-shadow: 0px 11px 23px 0px rgba(0, 0, 0, 0.53);
    -moz-box-shadow:    0px 11px 23px 0px rgba(0, 0, 0, 0.53);
    box-shadow:         0px 11px 23px 0px rgba(0, 0, 0, 0.53);
}

.popup__content--theme-default input,
.popup__content--theme-default label,
.popup__content--theme-default textarea {
    display: inline-block;
    vertical-align: middle;
    font-size: 33px;
}
.popup__content--theme-default input,
.popup__content--theme-default textarea {
    border: 3px solid #000;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
}
.popup__content--theme-default input {
    width: 300px;
    line-height: 51px;
    padding: 0 23px;
}
.popup__content--theme-default textarea {
    max-width: 450px;
    padding: 7px 23px 0 23px;
}
.popup__content--theme-default label {
    width: 230px;
    line-height: 57px;
    vertical-align: top;
}
.popup__content--theme-default label.is-required {
    position: relative;
}
.popup__content--theme-default label.is-required:after {
    content:'*';
    position: absolute;
    right: 10px;
    top: 0;
    color: red;
}
.popup__content--theme-default #search input[type="text"] {
    width: 470px;
}
.popup__content--theme-default #search button {
    height: 57px;
    width: 57px;
    margin-left: 23px;
    border: none;
    background: transparent url(../img/icon-search-128.png) no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
}
.popup__content--theme-default .callback-block__submit {
    margin-left: 230px;
    width: auto;
    cursor: pointer;
    border: none;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
}
.popup__content--theme-default .form-hint {
    font-size: 33px;
    color: red;
}
.popup--header p {
    padding: 10px 100px 10px 100px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.popup--header p a{
    color: #000!important;
}

.popup-item-added p {
    color: #3fadde;
}
.popup-item-added__back-button,
.popup-item-added__cart-button {
    font-size: 18px;
    padding: 10px;
    border: 2px solid gray;
    background: none;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}


.popup-item-added__back-button:hover {
    background: gray;
    color: #fff;
}
.popup-item-added__cart-button {
    border-color: #f260c0;
    color: #f260c0;
}
.popup-item-added__cart-button:hover {
    background: #f260c0;
    border-color: #f260c0;
    color: #fff;
}

.popup-item-added__cart-button a{
    text-decoration: none;
    color: #000;
}

.popup-item-added__cart-button:hover a{
    color: #fff;
}

.popup-one-click .popup__content {
    max-width: 800px;
}
.popup-one-click__order-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid gray;
}
.popup-one-click__order-row img {
    float: left;
    width: 150px;
    height: auto;
}
.popup-one-click__order-row div {
    padding-left: 170px;
}
.popup-one-click__order-row b {
    font-weight: bold;
}
.popup-one-click__button-order{
    padding: 10px;
    border: none;
    background: none;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #f260c0;
    cursor: pointer;
}


.callback-block h2,
.callback-block .h2 {
    font-weight: 800;
    line-height: 53px;
}

.callback-block .h2
{
    display: block;
}

.callback-block .not-valid {
    border-color: red!important;
    color: red!important;
}
.callback-block li {
    padding-bottom: 10px;
}
.callback-block__submit:active,
button:active {
    position: relative;
    top: 5px;
}
.callback-block__submit:hover {
    background-color: #65c1ef;
}


.popup__close-button {
    display: block;
    position: absolute;
    right: 53px;
    top: 53px;
    width: 53px;
    height: 53px;
    background: url(../img/icon-close-128.png) no-repeat 50% 50%;
    background-size: contain;
    z-index: 100;
    cursor: pointer;
}
.popup__close-button:active {
    margin-top: 5px;
}
.popup--header {
    position: relative;
    display: block;
    overflow-x: visible;
    overflow-y: visible;
    background-color: #f5f2ba;
}
.popup.popup--header  {
    z-index: 98;
}
.popup--header .popup__close-button {
    top: 50%;
    margin-top: -17px;
    width: 33px;
    height: 33px;
    background: url(../img/icon-close-128-white.png) no-repeat left top;
    background-size: contain;
}
.popup--header .popup__close-button:active {
    margin-top: -13px;
}

.smart-filters-wrapper {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
}
.smart-filters-container {
    padding-right: 190px;
    min-height: 50px;
}
.mfilter-selected-filters {
    margin-right: 0;
    display: block;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 25px;
}
.mfilter-selected-filters dt,
.mfilter-selected-filters dd {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.mfilter-selected-filters dt {
    position: relative;
    padding: 0 0 0 10px;
    margin: 0 15px 0 0;
    height: 30px;
    line-height: 30px;
    background-color: #494949;
    color: #fff;
}

.mfilter-selected-filters-cnt{
    background: #fff!important;
    border: none!important;
    padding: 3px!important;
}


.mfilter-selected-filters a {
    line-height: 28px;
    border: 1px dashed #f54949;
    padding: 0 10px;
    color: #f54949;
    text-decoration: none!important;

}
.mfilter-selected-filters dd .button-utf--close{
    line-height: 30px;
    font-size: 30px;
}
.mfilter-selected-filters dt:after{
    content: '';
    display: inline-block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #494949;
}

.mfilter-selected-filters-cnt a > span.mfilter-close i{
    margin: 8px 0 0 10px!important;
}

.mfilter-selected-filters-cnt:before{
    content:'Выводятся только:';
    position: relative;
    font-size: 16px;
    color: #000;
    display: block;
    margin-left: 5px;
}

.mfilter-button-bottom{
    text-align: center!important;
    padding: 15px 4px 0px 0!important;
    border-top:  1px solid #dddddd!important;
    vertical-align: middle;
    overflow: visible!important;
    clear: none!important;
    float: none;
}

.mfilter-box {
    margin-bottom: 0px!important;
}

.mfilter-content{
    border-bottom: 0!important;
}

.mfilter-button-bottom a{
    border: none;
    padding: 5px 10px;
    color: #fff;
    background: #f54949;
    font-weight: normal;
    float: none;
}

.mfilter-button-bottom .mfilter-reset-icon{
    display: none;
}

.smart-filters__reset {
    position: absolute;
    right: 0;
    top: 30px;
    border: none;
    padding: 10px;
    background-color: #f54949;
    outline: none;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.smart-filters__reset:hover {
    opacity: 0.8;
}

.text-content {
    padding-left: 40px;
    padding-right: 40px;
}
.text-content__img {
    float: left;
    margin: 0 40px 30px -40px;
}
.text-content-info {
    padding: 40px;
    margin-bottom: 40px;
    background-color: #efe8d8;
}
.text-content-info img.float-right {
    margin-left: 40px;
    margin-bottom: 40px;
}
.text-content-info img.float-left {
    margin-right: 40px;
}
.text-content-info h3 {
    padding-top: 50px;
}

.collapse__clicker {
    color: #000;
    font-size: 18px;
    border-bottom: 1px dashed #000;
    text-decoration: none;
}

.text-content-half-faded{
    position: relative;
}

.text-content-half-faded-fade:after{
    content: "";
    position: absolute;
    height: 120px;
    max-height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#f2f1ea 80%);
}

.text-content-half-faded-nofade:after{
    content: "";
    position: absolute;
    height: 120px;
    max-height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}


.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.text-content__article-img {
    float: left;
    margin-right: 33px;
    width: 150px;
    height: auto;
}
.text-content__article-img-big {
    display: inline-block;
    margin: 0 auto;
}
.text-content__article {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid gray;
}
.text-content p+h3 {
    margin-top: 20px;
}
.text-content__dl, .text-content__ul, .text-content__ol {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.text-content__ol {
    list-style-type: decimal;
    list-style-position: inside
}
.text-content__ol li {
    margin-bottom: 10px;
}
.text-content__dl dt {
    margin-bottom: 10px;
    font-weight: bold;
}
.text-content__dl dd+dt {
    margin-top: 20px;
}
.text-content__ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
}
.text-content__ul li:before {
    content: '—';
    position: absolute;
    left: 0;
    top: 0;
}
p+.text-content__ul, p+.text-content__ol{
    margin-top: 20px;
}
.text-content__table-wrapper {
    position: relative;
    overflow-x: auto;
    margin-bottom: 40px;
}
.text-content__table {
    width: 100%;
}
.text-content__table th {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
}
.text-content__table tr {
    border-bottom: 1px solid gray;
}
.text-content__table td {
    vertical-align: top;
    padding: 20px 20px 20px 0;
}
.text-content__table--seats td:nth-child(2) {
    white-space: nowrap;
}
.text-content__table td:last-child {
    padding-right: 0;
}
.text-content__table-pic-cell img{
    width: 200px;
    height: auto;
}
.text-content strong {
    font-weight: bold;
}
.text-content__figure {
    text-align: center;
    margin-bottom: 20px;
}
.text-content__figure img {
    width: 100%;
    height: auto;
}
.text-content__figure figcaption {
    margin-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin: 0 20px;
    border-bottom: 1px solid gray;
}
.text-content__figure figcaption a {
    display: inline-block;
    padding: 0 5px;
    background-color: #0277bd;
    color: #fff;
    text-decoration: none;
}
.text-content__figure figcaption a:hover {
    background-color: gray;
}

.wrapper--news > .clearfix {
    margin: 0 0 20px 0;
}
.text-content--news {
    padding: 0 40px;
    margin-bottom: 25px;
}
.text-content--news:last-child {
    margin-bottom: 0!important;
}

.bg-to-bottom {
    padding-bottom: 40px;
    background: url(../img/bg-to-bottom.png) repeat-x left bottom;
    background-size: auto 100%;
}
.img-news {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.js-slick-slider-items .slick-list {
    padding: 5px 0 20px 0;
}
.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: url(../img/icon-arrow-left-128.png);
    background-size: cover;
    z-index: 200;
}
.slick-arrow:hover {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-size: cover;
}
.slick-arrow.slick-next {
    left: auto;
    right: 0;
    background: url(../img/icon-arrow-right-128.png);
    background-size: cover;
}
.slick-arrow.slick-disabled,
.slick-arrow.slick-disabled:hover {
    cursor: default;
    opacity: 0.1;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.col-60, .col-50, .col-40, .col-33, .col-25 {
    float:left;
}
.col-60 {
    width: 60%;
}
.col-50 {
    width: 50%;
}
.col-40 {
    width: 40%;
}
.col-33 {
    width: 33.333%;
}
.col-25 {
    width: 25%;
}

.shopping-cart-table .visible-xs {
    display: none;
}

.catalog__item > a {
    padding-left: 1%;
    padding-right: 1%;
}
.catalog__item-pic {
    padding-left: 0;
    padding-right: 0;
}
.check {
    display: none;
}
.h2-like{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-bottom: 1px solid #d6d6d6;
}
.h2-like-block{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}
.h3-like-block{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    text-transform: uppercase;
}
.h4-like-block{
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.h2-like-sovety{
    font-size: 48px;
    color: #37a5de;
    line-height: 48px;
    font-weight: 800;
    padding-right: 200px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.h2-like-blog{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 0px;
    border-bottom: 1px solid #d6d6d6;
}
.information-information-6 h1{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-bottom: 1px solid #d6d6d6;
}
.information-information-17 h1{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-bottom: 1px solid #d6d6d6;
}
.information-information-4 h1{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-bottom: 1px solid #d6d6d6;
}
.information-information-13 h1{
    color: #3d3c42;
    font-size: 48px;
    margin-bottom: 30px;
    padding: 20px 40px;
    border-bottom: 1px solid #d6d6d6;
}
.rating-right{
    width: 78%;
    float: left;
}
#site_rating{
    font-size: 14px;
    width: 21%;
    float: right;
    color: #fff;
    line-height: 28px;
    font-weight: 300;
}
#site_rating a{
    color: #fff;
}

.adv-o-nas figcaption {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: lighter;
}

.adv-o-nas figure {
    float: left;
    margin: 0px auto;
    text-align: center;
}


/* ==========================================================================
Media Queries
========================================================================== */

@media only screen and (min-width: 480px) {

}

@media only screen
and (max-device-width : 320px) {
    .header__buttons {
        float: left;
        margin-top: 0px !important;
        margin-bottom: 15px;
        margin-left: 0px !important;
    }

    .header__phones {
        line-height: 20px;
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .menu > ul > li{
        position: static;
    }

    .menu .menu__submenu{
        left: 3%!important;
        right: auto!important;
        width: 94%!important;
    }

    .rating-right{
        float: none;
        width: 100%;
    }

    #site_rating{
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}

@media only screen and (min-width: 1140px) {

    /* ===============
    Maximal Width
    =============== */

    /* .wrapper {
    width: 1026px;
    margin: 0 auto;
    }*/
}
@media only screen and (max-width: 1180px) {
    .header__phones {
        font-size: 16px;
    }
    .header__phones span {
        display: inline-block;
        margin-bottom: 1px;
    }

    .promo-about__content {
        background: none;
    }
    .promo-about__content-top {
        padding-right: 40px;
        padding-bottom: 90px;
    }
    .reviews .col-60, .reviews__social-blocks {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1060px) {
    .header__phones {
        line-height: 20px;
    }
    .header__phones-adaptive-break {
        display: inline;
    }
    .menu {
        padding-left: 30px;
    }
    .menu > ul > li > a br{
        display: none;
    }
    .menu > ul > li{
        display: inline-block;
        width: auto;
        height: auto;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu > ul > li:first-child a {
        padding-left: 0;
    }
    .submenu > ul {
        margin: 5px 10px;
    }
    .header__optional-menu {
        float: left;
        width: auto;
        margin-left: -5px;
    }
    .header__search {
        display: none;
    }
    .header__button--search {
        display: inline-block;
    }
    .footer__redfox {
        clear: left;
        float: left;
    }

    .text-content-info img.float-right, .text-content-info img.float-left {
        float: none;
        padding: 0;
        margin: 0;
    }
    .text-content-info img.float-right {
        margin-left: 50px;
    }
    .text-content-info img.float-left {
        margin-top: 20px;
    }
    .text-content-info h3 {
        padding-top: 20px;
    }
    .header__phones-social{
        display: inline-block;
        margin-bottom: 7px;
    }
}
@media only screen and (min-width: 961px) {
    aside.params {
        right: 0!important;
    }
}
@media only screen and (max-width: 960px) {
    .category-links .col-60, .category-links .col-40 {
        float: none;
        width: 100%;
    }
    .category-links-column dt {
        clear: left;
    }
    .category-links-column dd {
        float: left;
    }

    .params {
        position: fixed;
        padding-left: 40px;
        overflow-x: hidden;
        overflow-y: hidden;
        float: none;
        right: -240px;
        top: 0;
        height: 100%;
        padding-bottom: 0;
        z-index: 199;
    }
    .params.params--adaptive {
        overflow-y: scroll;
    }
    .params__adaptive-btn {
        display: block;
    }
    .catalog {
        margin-left: 10px;
        margin-right: 10px;
    }
    aside.params.params--adaptive {
        padding-left: 210px;
    }
    .params--adaptive .params__adaptive-btn {
        left: 170px;
    }
    .item-head .col-50 {
        width: 100%;
        float: none;
    }
    .catalog__item-price {
        font-weight: 700;
        font-size: 21px;
    }

    .catalog a {
        text-decoration: none;
    }
}
@media only screen and (max-width: 860px) {
    .body-fixed-header {
        padding-top: 0!important;
    }
    .body-fixed-header .fixed-layout {
        position: relative;
    }
    .header__row--top .float-right {
        clear: left;
        float: left;
    }



    .header__showroom {
        margin-left: 0;
    }
    .promo-about__content .col-60, .promo-about__content .col-40 {
        float: none;
        width: 100%;
    }
    .promo-about__content .col-40 .promo-about__inset {
        margin-bottom: 0;
        margin-top: 40px;
    }
    .tabs--news-and-info .col-33, .wrapper--news .col-33 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .wrapper--news > .clearfix {
        margin: 0;
    }
    .showroom .col-33 {
        float: none;
        width: 100%;
    }
    .map-block__header {
        position: static;
        left: auto;
        right: auto;
        margin-left: 40px;
        font-size: 32px;
        margin-left: 15px;
    }
    .has-social .social-blocks {
        float: none;
        margin: 20px auto 40px auto;
    }
    .has-social__content {
        margin-right: 0;
    }
    .catalog-detached .col-25 {
        width: 50%;
    }
    .catalog-detached .col-25:nth-child(2n+3) {
        clear: left;
    }
    .rating-right{
        float: none;
        width: 100%;
    }
    #site_rating{
        float: none;
        margin-top: 10px;
        width: 100%;
    }
}
@media only screen and (max-width: 850px) {
    .popup__content--theme-default .callback-block label {
        display: block;
    }
    .popup__content--theme-default .callback-block__submit {
        margin-left: 0;
    }

    .slide__showroom-info {
        margin-bottom: 0;
    }
    .slide__products.col-60 {
        width: 100%;
    }
    .slide__products-pic {
        /*width: 60%;
        height: auto;*/
    }

    .item-details .col-25 {
        width: 50%;
    }
}
@media only screen and (max-width: 730px) {


    .popup__content--theme-default button {
        display: block;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .popup__content--theme-default input[type="text"] {
        width: 90%;
        padding: 0 5%;
    }
    .brands__list > li:first-child, .brands__list > li {
        width: 10%;
    }
    .brands__list > li:first-child, .brands__list > li:last-child {
        text-align: center;
    }
    .text-content__img {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 0 30px 0;
    }
    .category-links__block--detached .col-50 {
        width: 100%;
        float: none;
    }

    .shopping-cart-table tr:nth-child(odd) {
        border-bottom: none;
    }
    .shopping-cart-table tr:nth-child(even) td {
        padding-top: 0;
    }
    .shopping-cart-table thead tr {
        border-bottom: 2px solid #000!important;
    }
    .shopping-cart-table .hidden-xs {
        display: none;
    }
    .shopping-cart-table .visible-xs {
        display: table-row;
    }

    .text-content__img-wrap img{
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .text-content__figure {
        width: 50%;
    }
    .text-content__figure:nth-child(2n+3) {
        clear: left;
    }
}
@media only screen and (max-width: 640px) {
    .book-banner .col-60 {
        display: none;
    }
    .book-banner .col-40 {
        float: none;
        width: auto;
        margin-left: 250px;
    }
    .book-banner {
        background: url(../img/bg-book-banner.png) no-repeat -550px top;
    }
    .slide__showroom-info {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }

    .catalog .catalog__item.col-33 {
        width: 50%;
    }
    .catalog .catalog__item:nth-child(3n+4) {
        clear: none;
    }
    .catalog .catalog__item:nth-child(2n+3) {
        clear: left;
    }

    .text-content__article-img {
        float: none;
        margin-bottom: 20px;
        margin-left: 120px;
    }

    .text-content__article {
        margin-left: 30px;
        margin-right: 50px;
    }

    .text-content__article h3 {
        font-size: 18px;
    }

    .info-content ul li {
        padding-bottom: 8px;
        font-size: 16px;
    }

    .info-content p {
        font-size: 16px;
    }

    .col-33 {
        width: 100%;
    }

    .cat-content p {
        text-align: justify;
        font-size: 16px;
    }

    .cat-content ul li {
        font-size: 16px;
        text-align: left;
        line-height: 24px;
    }

    .item-tabs-wrapper iframe {
        width: -webkit-fill-available;
    }
}
@media only screen and (max-width: 560px) {
    .advantages figure {
        width: 50%;
    }
    .advantages h3 {
        bottom: auto;
        top: 40px;
    }
    .category-links__block img {
        float: none;
    }
    .promo-about__content-top {
        padding-bottom: 0;
    }
    .promo-about__inset--delivery {
        padding-top: 270px;
        padding-left: 0;
        margin-bottom: 40px;
    }
    .promo-about__inset--delivery:before {
        top: 0;
        margin-top: 40px;
        left: 50%;
        margin-left: -133px;
    }
    .reviews__block > img {
        float: none;
    }
    .shopping-cart-table-wrapper {
        padding: 0 0 0 20px;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 680px) {
    body {
        min-width: 320px;
    }
    h4, .h4-like, .wrapper h4 {
        font-size: 22px;
    }
    body div.wrapper h2, h2,
    body div.wrapper .h2, .h2 {
        font-size: 40px;
    }
    #column-right.params {
        z-index: 100;
    }
    .owl-carousel div.owl-wrapper-outer {
        width: calc(100% - 8px);
    }
    .carousel .slide__showroom-info h2,
    .carousel .slide__showroom-info .h2 {
        font-size: 40px;
        line-height: 45px;
        padding-top: 20px;
    }
    .slide__products figure {
        width: 100%;
    }
    .slide__products figcaption {
        padding: 20px;
    }
    .tabs--news-and-info .tabs__selectors span span {
        font-size: 20px;
    }
    .book-banner .text-content {
        padding: 70px 0 0;
    }
    .book-banner .col-40 {
        margin-left: 50%;
    }
    .social-blocks__wrap {
        padding: 10px;
    }
    .social-blocks__tabs span {
        padding-left: 80px;
    }
    .social-blocks__tabs-content {
        padding: 10px;
    }
    .social-blocks__tabs-content iframe {
        width: 100% !important;
    }
    .social-blocks .text-content, .category-links__block {
        padding-left: 10px;
        padding-right: 10px;
    }
    .has-social .social-blocks {
        width: calc(100% - 40px);
    }
    body div.wrapper h2, h2,
    body div.wrapper .h2, .h2 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 30px;
        text-align: left;
    }
    .category-links__block p {
        font-size: 15px;
    }
    .book-banner-640 .col-40 {
        margin-left: 50%;
    }
    .book-banner-640 .col-40 .text-content {
        padding-right: 10px;
        padding-left: 10px;
    }
    .popup__content--theme-default #search input[type="text"] {
        width: 90%;
    }
    .search-block .live-search {
            margin-top: 68px;
    }
    .popup__content--theme-default #search button {
        height: 40px;
        margin-left: 0;
        width: 40px;
    }
    .popup__close-button {
        height: 40px;
        right: 35px;
        top: 80px;
        width: 40px;
    }
    .checkout-simplecheckout .text-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    table.simplecheckout-cart th, table.simplecheckout-cart td {
        padding: 0;
    }
    table.simplecheckout-cart td.price {
        white-space: normal;
    }
    .common-form__input, .common-form__select, .common-form__textarea {
        width: calc(100% - 30px);
        margin-left: 0;
    }
    .common-form, div.simplecheckout-block-content {
        padding: 0;
    }
    .simplecheckout-block, .common-form__hint--alert {
        padding: 10px;
    }
    .shopping-cart-table__button-order, .simplecheckout input#button-confirm {
        margin-left: 0;
    }
    .simplecheckout_payment select option {
        max-width: 100%;
    }
    .category-links__block--subcategory h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 400px) {
    .simplecheckout-cart td:last-child, .simplecheckout-cart th:last-child {
        display: none;
    }
    .simple-content {
        margin: 0;
    }
    .simplecheckout-block, .common-form__hint--alert {
        padding: 0;
    }
}
@media only screen and (max-width: 350px) {
    table.simplecheckout-cart {
        position: relative;
        left: -10px;
    }
}

/* ==========================================================================
Helper classes
========================================================================== */
.text-align-center {
    text-align: center;
}
.font-bold {
    font-weight: 700;
}
.float-left {
    float: left;
    margin-top: 10px;
}
.float-right {
    float: right;
}
.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
Print styles
========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    .h2
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    .h2
    h3 {
        page-break-after: avoid;
    }
}

dl.star-rating ol {margin: 0; padding: 0; list-style: none; width: 150px; height: 30px; position: relative; background: url(../image/stars.png);}
dl.star-rating li {float: left; margin: 0; padding: 0;}
dl.star-rating li a {display: block; width: 30px; height: 30px; text-indent: -9999px; position: absolute; text-decoration: none; z-index: 10; color: #ccc}
dl.star-rating li a:hover {background: url(../image/stars.png) left center; left: 0; z-index: 2;}
dl.star-rating a.star1 {left: 0;}
dl.star-rating a.star1:hover {width: 30px;}
dl.star-rating a.star2 {left: 30px;}
dl.star-rating a.star2:hover {width: 60px;}
dl.star-rating a.star3 {left: 60px;}
dl.star-rating a.star3:hover {width: 90px;}
dl.star-rating a.star4 {left: 90px;}
dl.star-rating a.star4:hover {width: 120px;}
dl.star-rating a.star5 {left: 120px;}
dl.star-rating a.star5:hover {width: 150px;}
dl.star-rating li.current {background: url(../image/stars.png) left bottom; height: 30px; z-index: 1;}
dl.star-rating ol>li a:hover{text-indent: 150px}
dl.star-rating li span{text-indent: 0; position: absolute; width: 30px; text-align: center; top: 30px; right: -12px;}

.header__search .dropdown-menu, .poip_img_serg {
    display: none;
}

.alert-danger {color: red; font-size: 20px;    margin: 0 10px;}
.catalog__item:hover .poip_img_serg {display: block;}

#carousel_serg {max-width: 1320px;
    margin: 0 auto;}

.comment-block{
    border-bottom: 1px solid #000;
    padding: 25px 0;
}
#review{
    margin-bottom: 5px;
}


.comment-block__stars{
    float: right;
}

.poip_img_serg .owl-carousel .owl-wrapper-outer {width: 96%;}
/*@media only screen and (min-width: 640px) {
#mfilter-content-container {min-height:900px}
}*/

#mfilter-content-container #content:after,
#mfilter-content-container #content:before{
    content: " ";
    display: table;
}

#mfilter-content-container #content:after {
    clear: both;
}


select.options-select {
    background: #ebfaff;
    width: 268px;
    padding: 8px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 37px;
    margin-bottom: 20px;
    color: #3d3c42;
}

select.options-select option{
    border-bottom: 1px solid #fff;
}

select.options-select option:hover{
    background: #026aa7;
}


.footer-rekvizity-text{
    font-size: 10px;
    line-height: 12px;
    color: #666;
}

.phones a,
.slide__showroom-info a[href="tel:+375296525008"],
.slide__showroom-info a[href="tel:+375295559696"]{
    text-decoration: none;
    color: #3d3c42;
}

.phones.footer__phones a{
    text-decoration: none;
    color: #fff;
}


.mfp-arrow.mfp-arrow-left:active,
.mfp-arrow.mfp-arrow-right:active{
    position: absolute;
    top: 50%;
}

.mfp-counter{
    display: none;
}


.clearfix.comment-form__send-row fieldset .form-group.required {
    margin-bottom: 10px;
}

li.order_call_captcha_li {
    display: flex;
}

@media screen and (max-width: 680px)
{
    li.order_call_captcha_li {
        display: block;
    }
}

.mfp-close{
    position: absolute!important;
}


/*Instagram widget styles*/


.widget-preview-wrapper {
    margin: 0;
    padding: 2px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}

.widget-preview-wrapper *, .widget-preview-wrapper *:before, .widget-preview-wrapper *:after {
    box-sizing: inherit;
}

.widget-preview-wrapper {
    display: inline-block;
}

.widget-preview {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 5px #c3c3c3;
    background-color: #fff;
}

.widget-copyright {
    display: block;
    text-align: center;
}

.widget-copyright a {
    text-decoration: none;
    padding: 0;
    font-size: 12xpx;
    color: #3c3c3c;
}

/* head */
.widget-preview__title {
    position: relative;
    padding: 5px;
    background-color: #46729b;
    overflow: hidden;
}

.widget-preview__title a {
    display: block;
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.widget-preview__title span {
    position: absolute;
    top: 5px;
    left: 40px;
    height: 52px;
    overflow: hidden;
    vertical-align: top;
    padding-left: 0px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    line-height: 25px;
    text-decoration: none;
    font-weight: normal;
}
.widget-preview__title a span{
    color: #fff;
    font-size: 18px;
}

.widget-profile {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.widget-profile::after {
    display: block;
    content: '';
    clear: both;
}

.widget-profile td {
    border: 1px solid #c3c3c3;
}

.profile-image {
    padding: 8px;
    width: 80px;
    border-left: 0 !important;
}

.profile-image img {
    width: 60px;
    height: 60px;
}

.profile-data {
    padding: 0 5px 5px 5px;
    font-weight: bold;
}

.profile-data:last-child {
    border-right: 0 !important;
}

.profile-data span {
    display: block;
    font-size: 9px;
    font-weight: bold;
    color: #999;
}

.profile-subscribe {
    border-right: 0 !important;
}

.profile-subscribe a {
    display: inline-block;
    padding: 3px 15px;
    border: 3px solid #FFF;
    border-radius: 5px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #ad4141;
}

/* images table */
.widget-body {
    background-color: #ffffff;
}

.widget-body table {
    border-collapse: collapse;
    margin: 0 auto;
}

.widget-body tr {
    margin: 0;
    padding: 0;
}

.widget-body td {
    box-sizing: content-box;
    margin: 0;
    padding:  5px;
    font-size: 0;
    overflow: hidden;
    position: relative;
    width: 101px;
    height: 101px;
}

.widget-body img {
    position: absolute;
    top: -1000%;
    bottom: -1000%;
    margin: auto;
    display: block;
    /*height: 100%;*/
    padding: 5px;
    width: 101px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}
@media screen and (max-width: 768px) {
    .footer__menu ul{
        display: none;
    }
    .showroom__phones{
        display: none;
    }
    .footer__phones{
        display: none;
    }
}


/*20.05*/
.menu-icon {
    display: none;
    width: 38px;
    height: 38px;
    vertical-align: top;
    margin-right: 10px;
    margin-top: -3px;
    cursor: pointer;
}
/*20.05*/
.menu-icon:hover,
.popup-nav__close:hover {
    opacity: 0.75;
}
/*20.05
.menu-icon:active,
.popup-nav__close:active {
    position: relative;
    top: 3px;
}*/
/*20.05*/
@media (max-width: 860px) {
    .menu-icon {
        display: inline-block;
        margin-bottom: 15px;
    }
}
.header__showroom {
    /*20.05*/
    margin-left: 20px;
}
/*20.05*/
@media (max-width: 1330px) {
    .header__showroom {
        display: block;
        margin-left: 0;
    }
}
/*20.05*/
@media (max-width: 860px) {
    .header__showroom {
        display: inline-block;
        margin-left: 9px;
        padding-bottom: 15px;
    }
}
/*20.05*/
@media (max-width: 640px) {
    .header__showroom {
        display: block;
        margin-left: 0;
    }
}
/*20.05*/
@media (max-width: 380px) {
    .header__showroom span {
        font-size: 12px;
    }
}

/*20.05 font-size: 13px*/
.header__showroom span:first-child {
    width: 55px;
    padding-left: 6px;
    margin-right: 5px;
    text-align: left;
    font-size: 13px;
    background: url(../img/bg-showroom.png) no-repeat 50% 50%;
    color: #fff;
}
.header__buttons {
    float: right;
}
/*20.05*/
@media (max-width: 860px) {
    .header__buttons {
        float: none;
        display: block;
        padding-bottom: 15px;
    }
    .header__buttons a {
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        width: 10%;
    }
    .header__buttons span {
        display: inline-block;
        padding-right: 0;
        padding-left: 0;
        width: 23%;
    }
}
/*20.05*/
@media (max-width: 680px) {
    .header__buttons a,
    .header__buttons span.header__button--call {
        width: 25%;
    }
    .header__buttons span.header__button--search,
    .header__buttons span.header__button--cart-in, .header__buttons a.header__button--cart-in {
        width: 50%;
    }
}
/*20.05 стиль для социалок при наведении*/
.header__buttons a:hover {
    opacity: 0.75;
}
.header__phones {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
}
/*20.05*/
@media (max-width: 1100px) {
    .header__phones {
        line-height: 20px;
        font-size: 18px;
    }
}
/*20.05*/
@media (max-width: 860px) {
    .header__phones {
        float: none;
        padding-bottom: 23px;
        display: block;
        line-height: 20px;
        font-size: 23px;
    }
}
.header__button--call {
    /*20.05*/
    width: 38px;
    background: #353535 url(../img/icon-call.png) no-repeat 50% 50%;
}
/*20.05*/
.header__button--search {
    display: none;
    height: 38px;
    line-height: 38px;
    /*20.05
    border: 2px solid #353535;
    */
    width: 40px;
    /*20.05*/
    background: #dbdbdb url(../img/icon-search.png) no-repeat 50% 50%;

}
/*20.05*/
.header__button--search:hover {
    opacity: 0.75;
}
/*20.05 Стиль с текущего сайта*/
.optional-menu__actions:before {
    content: '%';
    color: #fff;
    background: #f54949;
    border-radius: 50%;
    padding: 2px 6px;
    font-weight: 500;
    margin-right: 4px;
}
/*20.05*/
@media (max-width: 860px) {
    .header__row--top .float-left,
    .header__row--top .float-right {
        float: none
    }
}
/*20.05*/
@media (max-width: 860px) {
    .header__row {
        padding-right: 20px;
        padding-left: 20px;
    }
}
.header__menu {
    margin-top: 2px;
    /*20.05*/padding-bottom: 5px;
    background-color: #fff;
}
/*20.05*/
@media (max-width: 860px) {
    .header__menu {
        display: none;
    }
}
.header__phones-adaptive-break{
    display: none;
    width: 1px;
}
/*20.05*/
@media (max-width: 1100px) {
    .header__phones-adaptive-break {
        display: block;
    }
}
/*20.05*/
@media (max-width: 860px) {
    .header__phones-adaptive-break {
        display: none;
    }
}
/*20.05*/
@media (max-width: 530px) {
    .header__phones .phones__vel,
    .header__phones .phones__mts {
        display: block;
    }
    .header__phones .phones__vel {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 1180px) {
    /*20.05
    .header__phones {
        font-size: 16px;
    }
    .header__phones span {
        display: inline-block;
        margin-bottom: 1px;
    }*/

    .promo-about__content {
        background: none;
    }
    .promo-about__content-top {
        padding-right: 40px;
        padding-bottom: 90px;
    }
    .reviews .col-60, .reviews__social-blocks {
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1060px) {
    /*20.05
    .header__phones {
        line-height: 20px;
    }*/
    /*20.05
    .header__phones-adaptive-break {
        display: inline;
    }*/
    .menu {
        padding-left: 30px;
    }
    .menu > ul > li > a br {
        display: none;
    }
    .menu > ul > li{
        display: inline-block;
        width: auto;
        height: auto;
        padding-top: 0;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menu > ul > li:first-child a {
        padding-left: 0;
    }
    .submenu > ul {
        margin: 5px 10px;
    }
    .header__optional-menu {
        float: left;
        width: auto;
        margin-left: -5px;
    }
    .header__search {
        display: none;
    }
    .header__button--search {
        display: inline-block;
    }
    .footer__redfox {
        clear: left;
        float: left;
    }

    .text-content-info img.float-right, .text-content-info img.float-left {
        float: none;
        padding: 0;
        margin: 0;
    }
    .text-content-info img.float-right {
        margin-left: 50px;
    }
    .text-content-info img.float-left {
        margin-top: 20px;
    }
    .text-content-info h3 {
        padding-top: 20px;
    }
}
@media only screen and (max-width: 860px) {
    .body-fixed-header {
        padding-top: 0!important;
    }
    .body-fixed-header .fixed-layout {
        position: relative;
    }
    /*20.05
    .header__row--top .float-right {
        clear: left;
        float: left;
        margin-top: 10px;
    }*/
    /*20.05
    .header__showroom {
        margin-left: 0;
    }
    */
    .promo-about__content .col-60, .promo-about__content .col-40 {
        float: none;
        width: 100%;
    }
    .promo-about__content .col-40 .promo-about__inset {
        margin-bottom: 0;
        margin-top: 40px;
    }
    .tabs--news-and-info .col-33, .wrapper--news .col-33 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .wrapper--news > .clearfix {
        margin: 0;
    }
    .showroom .col-33 {
        float: none;
        width: 100%;
    }
    .map-block__header {
        position: static;
        left: auto;
        right: auto;
        margin-left: 40px;
    }
    .has-social .social-blocks {
        float: none;
        margin: 20px auto 40px auto;
    }
    .has-social__content {
        margin-right: 0;
    }
    .catalog-detached .col-25 {
        width: 50%;
    }
    .catalog-detached .col-25:nth-child(2n+3) {
        clear: left;
    }
}
.ymap{width:100%}
@media (max-width: 680px) {
header.header.wrapper{zoom:1.2}
    .common-home {
        background-image: none;
    }

    .common-home #carousel-example-generic .item.slide__showroom {
        background-image: var(--slide-bg-mobile) !important;
    }

    .common-home .slide__showroom-info {
        width: auto;
        padding: 20px 5%;
    }

    .common-home .slide__products {
        display: flex;
        width: 100%;
    }

    .common-home .slide__products figure {
        width: 33.333%;
        padding-bottom: 10px;
    }

    .common-home .slide__products figcaption {
        padding: 10px 8px;
        font-size: 12px;
        line-height: 16px;
    }

    .common-home .slide__products-pic {
        max-width: 90%;
        height: auto;
    }

    .common-home .slide__text-strong,
    .common-home .slide__text-strong li {
        font-size: 20px;
        line-height: 24px;
    }

    .header__buttons a, .header__buttons span.header__button--call {
        width: 25%;
    }
	.h2-like-blog{
		font-size: 30px;
    line-height: 35px;
	}
	.ymap{width:100%}
.popup__content--theme-default #search input[type="text"] {
     width: 70%;
	     display: inline-block;
    float: left;
}
.popup__content--theme-default #search button{
	display: inline-block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}
.header__button--search:hover{border:none}
.popup__close-button{top:55px}
.information-contact .common-form{max-width:100%}
.g-recaptcha div{width:100%!important}
.common-form .col-sm-2, .common-form .col-sm-10, .comment-form .col-sm-2, .comment-form .col-sm-10{padding-left:0px!important; padding-right:0px!important}
.testimonial-testimonial .g-recaptcha iframe{max-width:100%!important}
.testimonial-testimonial .col-sm-6.text-left.pagination{padding:0!important}
.popup.popup-item-added .popup__content--theme-default{padding: 20px 10px 30px;}
.popup.popup-item-added .popup__layout, .popup.popup-item-added .popup__content.popup__content--theme-default{width:95%}
.popup-item-added__back-button, .popup-item-added__cart-button{width:100%; box-sizing: border-box;    display: block;
        text-align: center;}
.popup.popup-search    .popup__content--theme-default{padding: 10px 10px 10px;}
}
.popup.popup-item-added .popup__content--theme-default{padding: 20px 10px 10px;}
@media (max-width: 400px) {
header.header.wrapper{zoom:1.1}
.popup.popup-callback .popup__content.popup__content--theme-default{width:320px}
.popup.popup-callback .popup__content--theme-default textarea{max-width:85%}
}
@media (max-width: 860px) {
    .header__optional-menu {
        display: none;
    }
}
.header__search input[type="submit"] {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 22px;
    background: #fff url(../img/icon-search.png) no-repeat right top;
    border: none;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    z-index: 5;
}
.testimonial-testimonial .container, .information-contact .container{    max-width: none!important;}
.out_of_stock{
    height: 50px;
    background: #cbedf9;
    width: 250px;
}
.out_of_stock p{
    text-align: center;
    padding-top: 5%;
    text-transform: uppercase;
}
.left-col {
    width: 50%;
    min-width: 180px;
    height: auto;
    box-sizing: border-box;
    float: left;
    padding-right: 10px;
}
.right-col {
    width: 33.3333%;
    min-width: 180px;
    height: auto;
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
}
