body {
    font-family: "PT Sans", sans-serif;
    padding-bottom: 0;
    color: #414141;
    background: #fff;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.article ul {
    list-style-position: inside;
}

/* resp-table */
.resp-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tab-pane {
    padding-top: 20px;
}
#header-grad {
    position: relative;
    color: #cbd9d7;
    background: #1c2f2d;
    background: -webkit-linear-gradient(#163443, #1c2f2d);
    background: -o-linear-gradient(#163443, #1c2f2d);
    background: -moz-linear-gradient(#163443, #1c2f2d);
    background: linear-gradient(#163443, #1c2f2d);
    background-image: url(img/cpl-bokeh.png) no-repeat center center;
}
#bokeh {
    display: block;
    height: 100%;
    background: url(img/cpl-bokeh.png) no-repeat center center;
    background-size: 100% auto;
}
.bokehack {
    min-height: 400px;
    background-size: auto 100% !important;
}
#after-header-grad {
    background: #fbf7f8;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #415559);
    background: -o-linear-gradient(rgba(0, 0, 0, 0), #415559);
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), #415559);
    background: linear-gradient(rgba(0, 0, 0, 0), #415559);
}
.after-hidden-grad {
    height: 50px;
    background: #fff;
    background: -webkit-linear-gradient(#fff, #eee);
    background: -o-linear-gradient(#fff, #eee);
    background: -moz-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
}
h1 {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 0;
    letter-spacing: -0.02em;
    color: #414141;
}
.item-row h2 {
    font-weight: bold;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    color: #414141;
}
.headline {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.14286;
    margin-top: 80px;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}
.intro {
    font-size: 24px;
    font-weight: 200;
    line-height: 1.35417;
    max-width: 960px;
    letter-spacing: normal;
}
.btn-readmore {
    font-size: 16px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    color: #ccc;
    border-bottom: 1px dashed #ccc;
    border-radius: 0;
    background: transparent;
}
.btn-readmore:hover {
    color: #ff870a;
    border-bottom-color: #ff870a;
}
.btn-ext {
    font-size: 16px;
    padding-top: 0;
    padding-left: 0;
    color: #0087fa;
    background: transparent;
}
.btn-ext:hover {
    text-decoration: underline;
    color: #0087fa;
}
.info-block {
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 10px;
}
.main-nav-pan {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.9);

    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px);
}
.YSNP {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 80px;
    background: rgba(65, 85, 89, 0.5);

    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.btn-buy {
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    color: #fefefe;
    border-radius: 60px;
    background: #efa000;
    background: -webkit-linear-gradient(#e14e18, #efa000);
    background: -o-linear-gradient(#e14e18, #efa000);
    background: -moz-linear-gradient(#e14e18, #efa000);
    background: linear-gradient(#e14e18, #efa000);
    background-position-y: 90%;
    background-size: 200%;
}
.btn-buy:hover {
    color: #fff;
    background-position-y: 40%;
}
.featurette {
    margin-bottom: 40px;
    padding-bottom: 60px;
    border-bottom: 1px solid #aaa;
}
.dark-block {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 10px;
    background: #f5fafd;
}
.card-item {
    position: relative;
    height: 280px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #333;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.09);
}
.card-item:hover {
    margin-top: 0;
    margin-bottom: 30px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 8px 6px 6px rgba(0, 0, 0, 0.04);
}
.card-item:nth-child(3) {
    /*тут какой-то пиздец с DOM*/
    margin-left: -30px;
}
.card-item img {
    max-width: 100%;
    height: 150px;
    margin-top: 10px;
}
.card-item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.additional-info {
    text-align: center;
    color: #414141;
}
.additional-info-block a:after {
    font-size: 18px;
    display: inline-block;
    margin-left: 3px;
    content: "›";

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.spec-nav li {
    display: inline-block;
    margin: 0 10px;
    padding-top: 40px;
}
.spec-nav i {
    margin-right: 5px;
}
.spec-nav li > a {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px 10px 17px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #fff;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.3);
}
.spec-nav li > a:hover {
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.6);
}
.hidden {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.minima {
    overflow: hidden;
    height: 320px;
}
.price {
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
    color: #e9690e;
}
.cpl-buy {
    position: absolute;
    right: 10px;
    bottom: 0;
    left: 10px;
    padding: 10px 15px;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    color: #fefefe;
    border-radius: 6px;
    background: #efa000;
    background: -webkit-linear-gradient(#e14e18, #efa000);
    background: -o-linear-gradient(#e14e18, #efa000);
    background: -moz-linear-gradient(#e14e18, #efa000);
    background: linear-gradient(#e14e18, #efa000);
    background-position-y: 90%;
    background-size: 200%;
}
.cpl-buy-more {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    text-decoration: none;
    color: #fefefe;
    border-radius: 6px;
    background: #29756b;
}
.cpl-buy-mlf:hover,
.cpl-buy-more:hover {
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
.cpl-buy-mlf {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    text-decoration: none;
    color: #fefefe;
    border-radius: 6px;
    background: #efa000;
}
.mlf-price {
    font-size: 30px;
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #888;
}
.item-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 0;
}
.YSNP button {
    margin-bottom: 20px;
}
.invis {
    opacity: 0;
}
h3 span {
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    vertical-align: top;
    opacity: 0.6;
}
h3 img {
    float: left;
    margin-top: -20px;
    margin-right: 10px;
}
h3 {
    height: 80px;
    padding-top: 20px;
    vertical-align: middle;
}
.what-in-box div {
    font-size: 16px;
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.what-in-box p {
    font-weight: bold;
}
.row {
    max-width: 100%;
}
@media (max-width: 767px) {
    #header-grad {
        padding-top: 0;
    }
    h1 {
        font-size: 36px;
    }
    .headline {
        font-size: 28px;
    }
    .intro {
        font-size: 20px;
    }
    .info-block {
        padding-top: 0;
    }
    .card-item:nth-child(3) {
        margin-left: 0;
    }
    .card-item {
        margin-right: 0;
    }
    ul {
        padding-left: 0;
    }
    div#container.container {
        height: 210px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .card-item:nth-child(3) {
        margin-left: 0;
    }
}
/* products */
#products-wrap {
    margin: 0;
    padding: 0;
}
#products-wrap > div:not([class*="item-row"]) {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    border: none !important;
    height: 150px !important;
}
#products-wrap > div:not([class*="item-row"]) > div {
    float: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
#products-wrap > div:not([class*="item-row"]) .storage {
    margin: 0 0 5px 0;
}
#products-wrap > div:not([class*="item-row"]) .storage ~ div {
    margin: 0 5px 0 0 !important;
    height: 23px;
}
#products-wrap > div:not([class*="item-row"]) [style*="background-image: url(/static/img/hidden-price-bck.png)"] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}
#products-wrap.container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
#products-wrap.container .item-row {
    width: auto;
    max-width: 270px;
    padding: 0;
}
.opt-item-card {
    padding: 10px;
}
.opt-item-card .opt-buy-btn {
    margin-right: 10px;
    margin-left: 10px;
}
@media (min-width: 576px) {
    #products-wrap.container .item-row {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;

        max-width: 520px;
        margin-right: -10px;
        margin-left: -10px;
    }
    .opt-item-card {
        -webkit-flex: 0 1 238px;
        -ms-flex: 0 1 238px;
        flex: 0 1 238px;
        max-width: 238px;
        width: 238px;
    }
}
@media (min-width: 768px) {
    #products-wrap.container .item-row {
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
    }
}
.opt-item-card__inner {
    position: relative;
    overflow: hidden;
    min-width: 202px;
    min-height: 100px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.buy-button2,
.opt-buy-btn {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    height: 36px;
    margin: 10px 0;
    padding: 6px 0;
    transition: all 0.4s;
    text-align: center;
    color: #fff;
    border: 1px solid #ee8228;
    border-radius: 4px;
    background: #f98c31;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.opt-buy-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #fbaa0f;
}
.opt-card-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    display: block;
    overflow: hidden;
    height: 32px;
    margin: 10px;
    text-align: left;
    color: #1a1a1a;
}
.opt-card-title:hover {
    text-decoration: none;
    color: #1a1a1a;
}
.opt-card-storage-stat {
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding-left: 10px;
    text-align: left;
    color: #8a8a8a;
}
.opt-card-storage-stat i {
    font-size: 8px;
    color: green;
}
.opt-card-package-stat {
    font-size: 12px;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding-right: 10px;
    text-align: right;
    color: #8a8a8a;
}
.opt-card-price-block {
    position: relative;
    display: block;
    margin: 10px;
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
}
.price-block-stat {
    font-size: 12px;
    line-height: 1.1;
    display: block;
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    color: #8a8a8a;
}
.price-block-stat:first-of-type span {
    text-decoration: line-through;
}
.price-block-stat:last-of-type span {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #1a1a1a;
}
.card-sale-stat {
    font-size: 10px;
    line-height: 1.2;
    position: absolute;
    top: 8px;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 4px 0;
    text-align: center;
    letter-spacing: -0.3px;
    color: #fff;
    border: 1px solid #2990bb;
    border-radius: 4px;
    background: #3eaede;
}
.card-sale-stat span {
    font-size: 14px;
}
.opt-card-img {
    position: relative;
    height: 204px;
    text-align: center;
}
.opt-card-img img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.country-stat {
    position: absolute;
    bottom: -3px;
    left: 10px;
    width: 16px;
    height: 12px;
}
.opt-card-img a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: pointer;
}
ul.nav-tabs {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.nav-tabs > li {
    font-size: 18px;
    float: none;
    margin: 0 0 20px 0;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.nav-tabs > li > a {
    margin: 0;
}
@media(max-width: 575px) {
    .nav-tabs > li > a {
        border: none !important;
    }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #f3f3f3;
}
@media(min-width: 576px) {
    .nav nav-tabs {
        padding-right: 0;
        padding-left: 0;
    }
    .nav-tabs > li {
        display: inline-block;
        margin-bottom: 0;
        border: none;
    }
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        font-weight: bold;
        color: #333;
        border: none;
        border-bottom: 4px solid #f17126;
        background: #fff;
    }
}
.nav-tabs > li.active > a:hover {
    cursor: pointer;
}
.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: #666;
    border: none;
    background: #fff;
}
/* cat */
.cat-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.cat-row + .accordion {
    padding: 10px 0;
}
.cat-card {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    max-width: 50%;
    margin-bottom: 5px;
    padding: 5px;
    text-align: center;
    color: #666;
    border: 1px solid #eee;
    border-radius: 4px;
}
.cat-card:nth-child(2n + 1) {
    -webkit-flex: 0 1 calc(50% - 5px);
    -ms-flex: 0 1 calc(50% - 5px);
    flex: 0 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
    width: calc(50% - 5px);
    margin-right: 5px;
}
.cat-card a {
    text-decoration: underline;
    color: inherit;
}
.cat-card p {
    margin: 0;
}
.cat-card button {
    border: none;
    background: transparent;
}
.cat-card-img {
    display: none;
    text-align: center;
    background: url(img/cat.png);
}
.cat-card-img img {
    min-width: 100px !important;
    margin: 5px auto;
    background: url(img/cat.png);
}
.cat-card-title {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
@media (min-width: 768px) {
    .cat-row {
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .cat-card {
        margin: 0;
        border: none;
        border-radius: 0;
    }
    .cat-card,
    .cat-card:nth-child(2n + 1) {
        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
    }
    .cat-card-img {
        display: block;
    }
}
@media (min-width: 1200px) {
    .cat-card-title {
        font-size: 16px;
    }
}
/* panel */
.panel {
    margin: 0;
    border: 0;
    background: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 400px) {
    .panel__inner {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -ms-flex-align: start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}
.panel__inner ul {
    max-width: 200px;
    margin: 0 auto;
    padding: 15px;
}
#category-index-list-cat {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    padding: 0;
    margin: 20px 0;
    width: auto;
}
.manuf-sort-main {
    -webkit-flex: 0 1 238px;
    -ms-flex: 0 1 238px;
    flex: 0 1 238px;
    max-width: 238px;
    width: 238px;

    font-weight: bold;
    line-height: 1.7;
    display: inline-block;
    padding: 0 15px;
    color: #333;
    text-align: left;
}
@media(min-width: 768px) {
    #category-index-list-cat {
        margin-right: -10px;
        margin-left: -10px;
    }
    .manuf-sort-main {
        padding-right: 10px;
        padding-left: 10px;

        -webkit-flex: 0 1 20%;
        -ms-flex: 0 1 20%;
        flex: 0 1 20%;
        max-width: 20%;
        width: 20%;
    }
}
.manuf-sort-main span {
    color: #adadad;
}
.panel li {
    display: block;
    color: #323232;
}
.cat-subcat {
    font-weight: bold;
    color: #adadad;
}
.cat-subcat a {
    text-decoration: underline;
    color: #414141;
}
#manufacture-index-list .nav-tabs > li {
    font-size: 14px;
}
#manufacture-index-list .nav-tabs {
    border: 0;
}
#manufacture-index-list .nav-tabs > li > a,
#manufacture-index-list .nav-tabs > li > a:focus,
#manufacture-index-list .nav-tabs > li > a:hover {
    color: #666;
    border: none;
    background: #fff;
}
#manufacture-index-list .nav-tabs > li.active > a,
#manufacture-index-list .nav-tabs > li.active > a:focus,
#manufacture-index-list .nav-tabs > li.active > a:hover {
    font-weight: bold;
    box-sizing: border-box;
    color: #3eaedc;
    border: none;
}
#manufacture-index-list {
    padding-top: 0;
}
.header-nav {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    box-sizing: border-box;
    height: 46px;
    margin-top: 20px;
    padding: 10px 0;
    color: #fff;
    background: #f98c31;
}
.header-nav ul {
    box-sizing: border-box;
    padding-left: 140px;
}
.header-nav li {
    display: inline-block;
    margin-right: 15px;
}
@media (min-width: 1200px) {
    .header-nav li {
        margin-right: 20px;
    }
}
.header-nav li a {
    font-size: 16px;
    color: #fff;
}
.top-nav {
    padding-left: 20px;
}
@media(max-width: 991px) {
    .top-nav.row {
        margin: 0;
        padding: 0;
    }
}
.top-nav li {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    color: #1e8cc7;
}
.header {
    padding-top: 10px;
}
@media(max-width: 767px) {
    .search-wrap {
        margin-right: -22px;
        margin-left: -7px;
    }
}
#search-body input.search-input {
    display: inline-block;
    box-sizing: border-box;
    width: 80%;
    height: 36px;
    padding: 5px 10px;
    color: #333;
    border: 0;
    border-radius: 4px 0 0 4px;
    background: #e8e8e8;
}
#search-body button {
    font-weight: bold;
    display: inline-block;
    width: 20%;
    height: 36px;
    vertical-align: top;
    color: #fff;
    border: 0;
    border-radius: 0 4px 4px 0;
    background: #f98c2f;
}
.callback-block {
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #333;
}
.callback-block span {
    font-size: 12px;
    line-height: 1.2;
    display: block;
    color: #1e8cc7;
}
* {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0;
}
#container {
    float: none !important;
    position: relative;
    overflow: hidden;
    margin: 10px auto 0;
    padding: 0;
    border-radius: 8px;
}

#gallery {
    overflow: hidden;
}
#thumbs {
    position: relative;
    overflow: hidden;
    width: 25%;
    opacity: 0.6;
    display: none;
}
@media (min-width: 1200px) {
    #gallery,
    #thumbs {
        float: left;
    }
    #gallery {
        width: 75%;
        height: 315px;
    }
    #thumbs {
        display: block;
    }
}
#thumbs img,
#gallery img {
    width: 100%;
    margin: 0;
}
#next {
    font-size: 30px;
    position: absolute;
    right: 12%;
    bottom: 10px;
    display: block;
    width: 47px;
    transition: all 0.2s;
    text-align: center;
    color: #fff;
}
#next:hover {
    bottom: 20px;
    height: 43px;
    transition: all 0.2s;
}
#keyword {
    margin-right: 0;
}
#content {
    margin-left: inherit;
    padding: 0;
}
@media(max-width: 767px) {
    #content {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.buy-val-crtl {
    text-align: center;
    margin-bottom: 10px;
}

/* cloud_in_cart */
.cloud_in_cart {
    float: none !important;
}
.cloud-cart-btn {
    text-align: center;
    max-width: 250px;
    margin: 10px auto;
}
.item_cart_num_value {
    color: #f67f2f;
    border: 1px solid #f67f2f;
    background-color: #fff3eb;
}
.item_cart_num {
    color: white !important;
    border: 1px solid #f67f2f;
    background: #fb8e27;
}
.item_backcart_num,
.item_backcart_num_value,
.item_cart_num_value,
.item_cart_num,
.item_cart_num_enabled {
    padding: 6px 8px;
    margin: 0;
    width: auto;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
}

/* loggedin */
.loggedin {
    position: relative;
}
.loggedin,
.notloggenin {
    padding-right: 0;
}
.loggedin a:hover,
.notloggenin a:hover {
    text-decoration: none;
}

/* user-menu */
.user-menu-button,
.user-name {
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.loggedin .user-name {
    font-size: 12px;
    color: #000;
    margin-right: 5px;
}
.user-menu-button {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    user-select: none;
    transition: .2s ease;
    border: 0;
    border-radius: 50%;
    background: #1d8dca;
}
.user-menu-button:hover {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
}
.user-menu-button > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 10px !important;
    height: 6px !important;
}
.user-menu {
    position: absolute;
    z-index: 100;
    top: 30px;
    right: 0;
    display: none;
    overflow: hidden;
    width: 150px;
    border-radius: 10px;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .3);
}
.user-menu__link {
    font-size: 14px;
    line-height: 1;
    display: block;
    padding: 7px 10px;
    text-align: left;
    color: #414141 !important;
    background: transparent;
}
.user-menu__link:hover {
    background: rgba(242, 242, 242, .5);
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}

/* availability */
.availability {
    height: auto;
    margin: 0;
    padding: 0;
}
.item_availbility_block {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.storage {
    margin: 0 auto;
    border-color: #e3e3e3;
}

/* product-card */
.product-card-head__title {
    margin: 15px 0;
    text-align: center;
}
.product-card-more img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.product-card-info__left {
    margin-bottom: 30px;
}
@media(min-width: 768px) {
    .product-card-info:after {
        clear: both;
        content: "";
        display: block;
    }
    .product-card-info__left,
    .product-card-info__right {
        float: left;
    }
    .product-card-info__left {
        margin-bottom: 0;
        width: 40%;
    }
    .product-card-info__right {
        padding-left: 30px;
        width: 60%;
    }
}
.product-card-info #image {
    overflow: visible;
    position: relative;
    padding: 0;
    border: none;
    width: 100%;
}
.product-card-info .product-card-info__img {
    padding: 15px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.product-card-info #carousel ul img,
.product-card-info .product-card-info__img > img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.product-card-info #carousel {
    height: 83px;
}
.product-card-info #carousel ul {
    height: auto;
}
.product-card-info #carousel li {
    border-color: #e3e3e3;
    border-radius: 3px;
}
.product-card-info #carousel ul a {
    display: block;
    padding: 5px;
}
.product-card-info #carousel ul a,
.product-card-info .product-card-info__img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    height: 100%;
}

/* item_prop_table */
.item_prop_table {
    margin-top: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
}
.item_prop_line_block {
    height: auto;
}
.item_prop_line_block:nth-child(odd) {
    background-color: #e3e3e352;
}
.item_main_property_block,
.item_prop_main_block {
    float: none;
    width: 100%;
    margin-left: 0;
}
.item_prop_line_block:after,
.item_prop_main_block:after {
    clear: both;
    content: "";
    display: block;
}
.item_prop_line_value,
.item_prop_line_name {
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 7px;
    width: 50%;
}
.analog-screen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 60px;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 4px 4px 0 0;
    }
.analog-btn {
    font-size: 14px;
    text-decoration: none;
    background: #108cc9;
    padding: 8px 12px;
    border-radius: 3px;
    color: #fff;
    line-height: 50px;
    }

.analog-btn:hover {
    background: #02bff6;
}
.product-card-info #set_wrap {
    padding: 15px;
    width: 100%;
    border: 4px solid #e3e3e3;
    border-radius: 3px;
}
.product-card-info #set {
    padding: 0;
    border: none;
}
.product-card-more #tabs,
.product-card-more #desc,
.product-card-more #compound,
.product-card-more #rules {
    display: block;
    border: none;
    width: 100%;
}
.product-card-more #rules a {
    display: inline-block;
}
.product-card-more #rules img {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media(max-width: 767px) {
    .product-card-more #rules table,
    .product-card-more #rules tbody,
    .product-card-more #rules tr,
    .product-card-more #rules td {
        display: block;
        width: 100%;
    }
}
#tabs_current a,
#tabs_current a:hover {
    font-size: 18px;
    font-weight: normal;
    border: none;
    background: transparent;
}
#content .video {
    position: static !important;
    padding: 30px 15px;
    text-align: center;
    background-color: #e3e3e3;
    border-radius: 3px;
}
#content .video > * {
    overflow: hidden;
    position: relative;
    height: 0;
    padding: 0 0 56.25% 0;
    margin: 0 auto;
    max-width: 640px;
    line-height: 1;
    border-radius: 3px;
}
@media(min-width: 992px) {
    #content .video > * {
        padding-bottom: 34.5%;
    }
}
#content .video > * > iframe {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}

/* icons */
#icons {
    margin: 0;
    padding: 30px 0;
    border-color: #e3e3e3;
}
#icons ul {
    margin-bottom: 0;
    list-style: none;
}
#icons li:not(:last-child) {
    margin-bottom: 20px;
}
#icons img {
    margin-left: 0;
}
@media (min-width: 768px) {
    #icons ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #icons li:not(:last-child) {
        margin-right: 30px;
        margin-bottom: 0;
    }
}
#tabs li,
#tabs a,
#tabs li.right {
    font-size: 18px;
    font-weight: bold;
    display: block;
    float: none;
    border: none;
}
.item_prices_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;

    height: auto;
}
.item_prices_block .item_price_block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    float: none;
    padding: 5px;
    border-radius: 4px;
    width: 100%;
    margin-top: 20px;
    min-height: 50px;
}
.item_prices_block .item_price_block:last-child {
    background-image: url(/static/img/hidden-price-bck.png);
}
.item_prices_block .item_price_text,
.item_prices_block .item_price_value {
    font-size: 12px;
}
@media(min-width: 576px) {
    .item_prices_block {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .item_prices_block .item_price_block {
        margin-top: 0;
        width: auto;
    }
    .item_prices_block .item_price_block:not(:last-child) {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 15px;
    }
    .item_prices_block .item_price_block:last-child {
        max-width: 310px;
    }
}
.text-cat {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

/* tagsBlockWrap */
#tagsBlockWrap {
    float: none;
    width: 100%;
    margin-left: 0;
}
#plus_top_catalog_button1,
#plus_top_catalog_button2 {
    margin-top: -6px;
}
@media(max-width: 767px) {
    #tagsBlockWrap {
        margin-right: 15px;
        margin-left: 15px;
        width: auto;
        max-width: none;
        min-width: auto;
    }
    #plus_top_catalog_button1,
    #plus_top_catalog_button2 {
        float: none !important;
        margin-top: 20px;
    }
}
.item_price_block .item_price_discount {
    display: none;
}
#big-price {
    font-size: 56px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}
#customer-discount {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #32aee1;
}
.product-card-info .opt-buy-btn {
    margin-right: auto;
    margin-left: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    max-width: 250px;
    height: auto;
}

/* MOBILE */

.mobile-container,
.mobile-container * {
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .mobile-container {
        display: none;
    }
}
.mobile-nav {
    position: fixed;
    z-index: 9969;
    top: 0;
    left: -240px;
    overflow: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    padding: 20px 0;
    background: #fff;

    -webkit-overflow-scrolling: touch;
}
.mobile-nav--open {
    left: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
/* fix-css: mobile */
.page-wrapper {
    overflow-x: hidden;
}
/* mobile menu */
.mobile-menu {
    margin: 0;
    padding: 0;
}
.mobile-menu li {
    list-style: none;
}
.mobile-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}
.mobile-menu .active > a,
.mobile-menu a:focus,
.mobile-menu a:hover {
    background: #eee;
}
/* mobile-nav-toggle */

.mobile-nav-toggle {
    position: fixed;
    z-index: 9969;
    top: 15px;
    left: 15px;
    padding: 10px 12px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
}
.mobile-nav-toggle > span {
    position: relative;
    display: block;
    width: 25px;
    height: 18px;
    text-indent: -9999px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.mobile-nav-toggle > span:before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    content: "";
    border-top: 2px solid #fff;
}
@media (min-width: 992px) {
    .mobile-nav-toggle {
        display: none;
    }
}
.mobile-nav-overlay {
    position: fixed;
    z-index: 9959;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.mobile-nav-overlay--locked {
    display: block;
    visibility: visible;
}
.body-is-locked {
    overflow: hidden;
    height: 100%;
}
@media (min-width: 992px) {
    .body-is-locked {
        overflow: visible;
    }
}
.mobile-nav-toggle--open {
    left: 260px;
}
.mobile-nav-toggle--open {
    background-color: transparent;
}
/* mobile-link */
.mobile-link {
    border-top: 1px solid #eee;
}
.mobile-link li {
    list-style: none;
}
.mobile-link a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
}
/* transition */

.mobile-nav,
.body-is-locked,
.mobile-nav-toggle,
.mobile-nav-toggle--open {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* header-nav */
@media (max-width: 991px) {
    .callback-block,
    .top-nav__item,
    .header-nav {
        display: none;
    }
    .top-nav__item--login {
        display: block;
    }
}
.mobile-header__item {
    display: block;
    margin: 15px 0 0;
    text-align: center;
}
.mobile-logo {
    margin-top: 80px;
}
@media (min-width: 768px) {
    .mobile-header__item:last-child {
        text-align: right;
    }
    .mobile-logo {
        margin-top: 15px;
    }
}
.mobile-callback,
.mobile-phone {
    display: block;
}
.mobile-phone {
    font-size: 22px;
    font-weight: bold;
}
.mobile-callback {
    font-size: 18px;
}
@media (min-width: 768px) {
    .mobile-header {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
}
/* page-footer */
.page-footer {
    position: relative;
    padding: 20px 0 55px 0 !important;
    border-top: none !important;
}
.page-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    background-color: #f5fafd;
}
.page-footer__inner {
    position: relative;
    z-index: 2;
}
.footer-page__item {
    padding: 15px 0;
}
@media (min-width: 768px) {
    .page-footer__inner {
        margin-right: -15px;
        margin-left: -15px;
    }
    .footer-page__item {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        align-items: stretch;
        -ms-flex-align: stretch;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
.footer-page__item--bootom {
    border-top: 1px solid #64c1e9;
}
.footer-page__title {
    font-size: 16px;
    font-weight: 700;
    margin-top: 0;
    color: #414141;
}
.footer-page__list {
    list-style: none;
}
.footer-page__list li {
    list-style: none;
    color: #414141;
}
.footer-page__item--bootom p {
    margin-bottom: 0;
    color: #808386;
}
.page-footer #city_phone {
    float: none;
    margin-top: 0;
    color: inherit;
}
.page-footer #city_phone ul {
    position: static;
    padding: 0;
    background: none;
    box-shadow: none;
}
.page-footer #city_phone a {
    font-weight: normal;
}
/* back_to_top */
.back_to_top {
    position: fixed;
    z-index: 1000;
    right: 15px;
    bottom: 20px;
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 9px rgba(111, 111, 111, 0.45);
}
.back_to_top:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}
.back_to_top img {
    display: block;
    width: inherit !important;
    height: inherit !important;
}
@media (min-width: 768px) {
    .back_to_top {
        bottom: 9px;
    }
}
/* recommend */
.recommend.more-prod__row {
    overflow: hidden;
    border-color: #e3e3e3;
}
.more-prod {
    display: inline-block;
    width: 100%;
}
.more-prod .more-prod__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    position: relative;
    width: 300px;
    height: auto;
    min-height: 225px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 1px;
}
.more-prod .more-prod__list::before,
.more-prod .more-prod__list::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    background-color: #fff;
}
.more-prod .more-prod__list::before {
    left: 0;
}
.more-prod .more-prod__list::after {
    right: 0;
}
.more-prod .more-prod__item {
    float: none;
    width: 300px;
    min-width: 300px;
    padding: 10px;
    border-left: 1px solid #e3e3e3;
    border-right: none !important;
}
.more-prod .more-prod__item:first-child {
    border-left: transparent;
}
@media (min-width: 768px) {
    .more-prod .more-prod__list {
        width: 600px;
    }
}
@media (min-width: 992px) {
    .more-prod .more-prod__list {
        width: 900px;
    }
}
@media (min-width: 1200px) {
    .more-prod .more-prod__list {
        width: auto;
    }
    .more-prod .more-prod__item {
        width: 20%;
        min-width: 20%;
    }
}
.more-prod .more-prod__title {
    font-size: 32px;
    font-weight: 200;
    margin: 0;
    padding: 10px 0 30px 0;
    text-align: center;
    width: 100%;
    height: auto;
}
.more-prod .more-prod__item a {
    display: block;
}
.more-prod li span {
    padding: 0;
}
.more-prod .more-prod__img {
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    height: 160px;
}
.more-prod .more-prod__img img {
    margin: 0 !important;
    max-height: 130px !important;
}
.more-prod [id*="control-"] {
    top: 0 !important;
    bottom: 0 !important;
    z-index: 2;
    margin: auto !important;
    height: 20px;
}

/* buy-together */
.buy-together__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    float: none;
    height: auto !important;
}
@media(min-width: 768px) {
    .buy-together__list {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        float: none;
        height: auto !important;
    }
}
.buy-together__list li {
    float: none !important;
    list-style: none !important;
}
.buy-together__item {
    overflow: hidden;
    border: 1px solid #e3e3e3 !important;
    height: auto;
    width: 250px !important;
    padding: 10px;
    border-radius: 4px;
}
.buy-together__img {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    margin: -11px -11px 0 -11px;
    padding: 10px;
    height: 175px !important;
    background-color: #ffffff5e;
    border-radius: 3px;
}
.buy-together__img img {
    margin: 0 !important;
    max-width: 100% !important;
    width: auto !important;
    height: 100% !important;
    max-height: 100% !important;
}
.page-wrapper img[src*="/static/img/wholesale-noimage.png"],
.page-wrapper img[src*="/static/img/wholesale-noimage2.png"] {
    width: 64px !important;
    height: 64px !important;
}
.buy-together__title {
    margin: 0 !important;
    min-height: 78px;
}
.buy-together__form {
    padding: 0 10px;
}
@media(max-width: 991px) {
    .buy-together__form {
       display: block !important;
    }
    .buy-together-result {
        margin: 0 auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .buy-together-result {
        margin-top: 30px;
    }
}
.buy-together__form,
.buy-together-cost {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.availability__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy-together__title,
.buy-together-cost,
.availability__inner {
    padding: 20px 0;
}
.buy-together-cost__item,
.availability__item {
    width: 100px;
}
.availability__item:first-child,
.buy-together-cost__item:first-child {
    text-align: left;
}
.availability__item:last-child {
    text-align: right;
}
.availability__item:last-child img,
.availability__item:last-child span {
    display: inline-block;
    vertical-align: middle;
}
.availability .in-box {
    top: auto;
    margin-top: 4px;
}
.buy-together-cost {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #414141;
}
.buy-together-cost b {
    color: #414141;
}
.availability__inner {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.buy-together__list .buy-together__divider {
    position: relative;
    width: 50px;
    height: 75px;
    border: none !important;
}
.buy-together__list .storage {
    border-color: #e3e3e3;
}
.buy-together__list .buy-together__divider i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.buy-together__list .buy-together__divider i:before {
    position: relative;
    right: 6px;
    display: inline-block;
}
@media(min-width: 768px) {
    .buy-together__list .buy-together__divider {
        height: 185px;
    }
}

/* buy-together-result */
.buy-together-result {
    border: 1px solid #e3e3e3;
    width: 250px;
    padding: 10px;
    border-radius: 4px;
}
.buy-together-result__title {
    margin-top: 0 !important;
}

/* signup-form */
@media(max-width: 991px) {
    .promoheader {
        text-align: center;
    }
    .signup-form {
        float: none;
        margin-right: auto;
        margin-left: auto;
        max-width: 275px;
    }
    .signup-form table,
    .signup-form tbody,
    .signup-form tr,
    .signup-form td {
        display: block;
        width: 100%;
        max-width: 100%;
        text-align: left !important;
    }
    .signup-form + .signup-txt-block {
        float: none;
        margin-left: 0;
        padding: 15px;
        width: 100%;
    }
    .ui-widget-content {
        z-index: 1002 !important;
    }
}
@media(max-width: 1023px) {
    .cp_btn {
        display: none !important;
    }
}

/* igryoptom */
@media(max-width: 575px) {
    .igryoptom #main_content [id*="galeryBox"] {
        width: 225px;
        margin-right: auto;
        margin-left: auto;
    }
    .igryoptom #main_content [id*="galeryBox"],
    .igryoptom #main_content [id*="galeryBox"] * {
        box-sizing: content-box;
    }
    .igryoptom #main_content .galNextBtn {
        right: 15px !important;
    }
    .igryoptom #main_content .galPrevBtn {
        left: 15px !important;
    }
}
@media(max-width: 991px) {
    .recipient table,
    .recipient tbody,
    .recipient tr,
    .recipient td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* tabs */
.nav-tabs {
    border-bottom: none;
}
/* main-news */
.igryoptom .main-news {
    position: relative;
    margin-top: 0;
    padding: 20px 0;
}
.igryoptom .main-news__list {
    overflow: hidden;
    height: 205px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.igryoptom .main-news__item {
    float: left;
    width: 50%;
    padding: 0 5px;
    text-align: center;
}
@media(min-width: 576px) {
    .igryoptom .main-news__item {
        width: 33.3333%;
    }
}
@media(min-width: 768px) {
    .igryoptom .main-news__item {
        width: 25%;
    }
}
@media(min-width: 992px) {
    .igryoptom .main-news__item {
        width: 20%;
    }
}
/* discount-tb */
.discount-tb {
    display: block;
    overflow-x: auto;
    width: 100%;
    max-width: 400px;
}
.discount-tb td {
    padding: 10px;
}
@media(max-width: 991px) {
    .discount-tb {
        margin-right: auto;
        margin-left: auto;
    }
}
@media(min-width: 992px) {
    .discount-tb {
        float: left;
    }
    .discount-tb~ .discount-tb {
        margin-left: 40px;
    }
}

/* cart */
#cart_placeholder > h1 {
    margin-bottom: 10px;
}
.m-cart-form {
    overflow: hidden;
    position: relative;
}
.m-cart-form__button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    text-decoration: none;
    border-radius: 50%;
    background: #33AEE0;
    width: 45px;
    height: 45px;
    box-shadow: 0 4px 9px rgba(0, 0, 0, .2);
}
.js-slide-right {
    right: 15px;
    display: block;
}
.js-slide-left {
    left: 15px;
    display: none;
}
.right-end-scroll .js-slide-right {
    display: none;
}
.right-end-scroll .js-slide-left {
    display: block;
}
.m-cart-form__button:hover {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.m-cart-form:after,
.m-cart-form:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
}
.m-cart-form:before {
    left: -1px;
    box-shadow: 5px -5px 10px #000;
    opacity: 0;
}
.right-end-scroll.m-cart-form:before {
    opacity: 1;
}
.m-cart-form:after {
    right: -1px;
    box-shadow: -5px -5px 10px #000;
    opacity: 1;
}
.right-end-scroll.m-cart-form:after {
    opacity: 0;
}
@media(min-width: 992px) {
    .m-cart-form__button,
    .m-cart-form:after,
    .m-cart-form:before {
        display: none;
    }
}
.m-cart-form__table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
}

/* singlestable */
@media(max-width: 991px) {
    .singlestable {
        display: block;
        width: 100%;
        padding-bottom: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .singlestable .trow:last-child td {
        border-bottom: none;
    }
}

/* set_wrap */
#set_wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media(min-width: 768px) {
    #set_wrap {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* main-gallery */
.main-gallery__list {
    position: relative;
}
.main-gallery__title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
}

/* tabs-group */
.tabs-group {
    display: block;
    white-space: nowrap;
    margin-bottom: 5px;
}
.tabs-group * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important;
}

/* cart-fixed-pane */
.cart-fixed-pane {
    position: fixed;
    z-index: 1000;
    right: 15px;
    top: 15px;
    width: 40px;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .3);
    border-radius: 50%;
}
@media(min-width: 768px) {
    .cart-fixed-pane {
        top: auto;
        right: auto;
        bottom: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background: #33aee0;
    }
}
#cart.cl-cart {
    margin: 0;
    width: 100%;
    height: auto;
    border: none;
    background: none;
    border-radius: 0;
}
.cl-cart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.cl-cart-link {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;

    position: relative;
    display: inline-block;
    text-decoration: none;
    border-radius: 50%;
    background: #fb8e27;
    width: 40px;
    height: 40px;
}
.cl-cart-link:hover {
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
.svg-arrow {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 24px;
}
.svg-arrow--right {
-webkit-transform: scale(1) rotate(90deg);
transform: scale(1) rotate(90deg);
}
.svg-arrow--left {
-webkit-transform: scale(1) rotate(-90deg);
transform: scale(1) rotate(-90deg);
}
.cl-cart-text * {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}
.cl-cart-text__price,
.cl-cart-text__plain,
.cl-cart-link__text {
    display: none;
}
@media(max-width: 767px) {
    .cl-cart-text__count {
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
        position: absolute;
        text-align: center;
        top: -5px;
        right: -5px;
        z-index: 1;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background: #1d8dca;
    }
}
.cl-cart-link__icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 19px;
}

@media(min-width: 768px) {
   .cl-cart {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;

        padding: 10px;
    }
    .cl-cart-link {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;

        padding: 9px 40px;
        margin-left: 10px;
        color: #fff;
        border-radius: 4px;
        width: auto;
        height: auto;
    }
    .cl-cart-link .cl-cart-link__icon,
    .cl-cart-text br {
        display: none;
    }
    .cl-cart-link__text {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    .cl-cart-text__price,
    .cl-cart-text__plain,
    .cl-cart-link__text {
        display: inline-block;
    }
}

/* manufacturer */
.manufacturer-button {
    position: fixed;
    z-index: 9949;
    top: 15px;
    right: 65px;
    display: none;
    text-align: center;
    background-color: #f98c31;
    box-shadow: -2px 0 8px rgba(0, 0, 0, .3);
    border-radius: 20px;
    padding: 10px 16px;
}
.manufacturer-button__text {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    letter-spacing: .5px;
    text-decoration: none;
}
.manufacturer-popup {
    overflow: hidden;
    position: fixed;
    z-index: 9979;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    display: none;
    width: 100%;
    height: 100%;
}
@media(min-width: 768px) {
    .manufacturer-button,
    .manufacturer-popup {
        top: 50%;
        left: 15px;
        right: auto;
        bottom: auto;
    }
    .manufacturer-button {
        left: -40px;
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        -ms-transform-origin: 50% 50% 0;
            transform-origin: 50% 50% 0;
        border-radius: 100px;
    }
    .manufacturer-button__icon {
        display: none;
    }
    .manufacturer-button__text {
        display: inline-block;
    }
    .manufacturer-popup {
        margin-top: -170px;
        width: 200px;
        height: 450px;
        box-shadow: 0 1px 24px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
}
.manufacturer-button.is-show {
    display: block;
}
.manufacturer-button:hover {
    color: #fff;
    -webkit-filter: brightness(95%);
    filter: brightness(95%);
}
.manufacturer-popup-title {
    position: relative;
    padding: 8px 15px;
    background: #F98C31;
}
@media(min-width: 768px) {
    .manufacturer-popup-title {
        padding-right: 10px;
        padding-left: 10px;
    }
}
.manufacturer-popup-title__text {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    position: relative;
}
.manufacturer-popup-title__btn {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    display: block;
    margin: auto;
    width: 16px;
    height: 16px;
}
.manufacturer-popup-title__btn img {
    display: block;
    width: inherit;
    height: inherit;
}
.manufacturer-popup__list {
    padding: 15px;
}
@media(min-width: 768px) {
    .manufacturer-popup__list {
        padding: 10px;
    }
}
.manufacturer-popup-body {
    position: absolute;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.manufacturer-popup__item {
    margin-bottom: 8px;
}
.manufacturer-popup__item a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
@media(min-width: 768px) {
    .manufacturer-popup__item a {
        font-size: 14px;
    }
}
.manufacturer-popup__item span {
    color: #f98c2f;
}
.manufacturer-popup__item a:hover {
    text-decoration: underline;
}
