@charset "utf-8";

:focus {
    outline: 0
}

ush {
    padding: 0;
    margin: 0;
    display: inline
}

clr {
    display: block;
    clear: both
}

.clra:after {
    display: block;
    content: '';
    clear: both
}

.noitems {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #d13e74;
}

.hidden, .sec_input {
    display: none !important
}

a, a:visited {
    color: inherit
}

a:hover {
    color: #d13e74;
    text-decoration: none
}

.icon-basket {
    background-image: url("/css/icon-basket.png");
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

.icon-basket2 {
    background-image: url("/css/icon-basket2.png");
    background-repeat: no-repeat;
    background-position: -2px -2px;
}

.icon-phone {
    background-image: url("/css/icon-phone.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-login {
    background-image: url("/css/icon-login.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-burger {
    background-image: url("/css/icon-burger.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-search {
    background-image: url("/css/icon-search.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.basket1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 36px;
    box-sizing: border-box;
    padding-right: 44px;
    display: inline-block;
    position: relative;
}

.basket1 > div {
    border: 2px solid #a4a4a4;
    padding: 0 10px;
}

.basket1:hover > div {
    border-color: #ffffff;
    color: #ffffff;
}

.basket1 .icon-basket {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #d13e74;
    border: 2px solid #d13e74;
}

.phone1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 42px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
}

.phone1 .icon-phone {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #d13e74;
    border: 2px solid #d13e74;
}

.phone1 > div {
    display: inline-block;
}

.phone1 > div:last-child {
    border: 2px solid #d13e74;
    background-color: #d13e74;
    height: 40px;
    padding: 0 10px;
    float: left;
}

.phone1:hover .icon-phone, .phone1:hover > div:last-child {
    border-color: #ffffff;
}

@media screen and (max-width: 970px) {
    .phone1 > div:last-child {
        display: none;
    }

    .phone1 {
        margin-right: 10px;
    }
}

.login1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 42px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
}

.login1 .icon-login {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border: 2px solid #a4a4a4;
    overflow: hidden;
    background-position: -1px -80px;
}

.login1 .icon-login:hover {
    border-color: #ffffff;
    background-position: -1px -120px;
}

.to-basket1 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 42px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    width: 100%;
    color: #ffffff;
}

.to-basket1 .icon-basket {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #d13e74;
    border: 2px solid #d13e74;
}

.to-basket1 > div {
    display: inline-block;
}

.to-basket1 > div:last-child {
    border: 2px solid #d13e74;
    background-color: #d13e74;
    height: 40px;
    padding: 0 10px;
    float: left;
    width: 100%;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.to-basket1:hover .icon-basket, .to-basket1:hover > div:last-child {
    border-color: #9c3053;
}

.to-basket2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 42px;
    background: none;
    border: none;
    position: relative;
    height: 40px;
    line-height: 36px;
    margin-right: 10px;
    width: 100%;
    color: #ffffff;
}

.to-basket2 .icon-basket2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    border: 2px solid #d13e74;
}

.to-basket2 > div {
    display: inline-block;
}

.to-basket2 > div:last-child {
    border: 2px solid #d13e74;
    height: 40px;
    padding: 0 10px;
    float: left;
    width: 100%;
    letter-spacing: 4px;
    color: #d13e74;
    text-transform: uppercase;
}

.modal-content .to-basket2 > div:last-child, .modal-content .to-basket1 > div:last-child {
    letter-spacing: 0;
}

.to-basket2:hover .icon-basket2, .to-basket2:hover > div:last-child {
    border-color: #9c3053;
}

.icon-burger {
    display: block;
    width: 40px;
    height: 40px;
    background-position: 0 0;
    cursor: pointer;
}

.burger:hover .icon-burger, .icon-burger.opened {
    background-position: 0 -40px;
}

.burger ul {
    padding-top: 10px;
    display: none;
    width: 100%;
    background: #333333;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}

.burger li {
    float: none;
    display: block;
    padding: 0 5px;
    width: 100%;
    clear: both;
}

.icon-burger.opened + ul {
    display: block;
}

.float_right {
    float: right !important;
}

.btn1, .btn2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    padding: 10px 10px;
    text-align: center;
}

.btn1 {
    background: #d13e74;
    border: 1px solid #d13e74;
    color: #ffffff;
}

.btn1:hover {
    color: #ffffff;
    border-color: #fff;
    text-decoration: none
}

.btn2 {
    background: #ffffff;
    border: 1px solid #d13e74;
    color: #d13e74;
}

.btn2:hover {
    color: #000000;
    border-color: #000000;
    text-decoration: none
}

html, body {
    height: 100%
}

body {
    background: #fff;
    font: 16px 'Roboto', sans-serif;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: normal;
    color: #000;
    min-height: 100%;
    min-width: 310px
}

html {
    height: 100%
}

div {
    position: relative
}

.mwrap {
    width: 100%;
    overflow-x: hidden
}

.wrap1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px
}

.frmtxt p {
    padding-bottom: 10px
}

header {
    font-family: 'HeliosCond', Arial, sans-serif;
}

header .header_row1 {
    background: #333333;
    color: #ededed;
    font-family: 'HeliosCond', Arial, sans-serif;
    padding: 25px 0;
    font-weight: normal;
}

.logo img {
    max-width: 100%
}

.nav0, .nav0_short {
    font-family: 'HeliosCond';
    width: 100%;
    text-align: left;
    font-size: 20px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    list-style: none;
}

.nav0 li, .nav0_short > li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #a4a4a4;
    height: 40px;
}

.nav0_short > li {
    border: none;
}

.nav0 li:first-child, .nav0 .float_right, .nav0_short > li:first-child, .nav0_short .float_right {
    border: none;
    margin-left: 0;
    padding-left: 0;
}

@media screen and (max-width: 945px) {
    .nav0 li {
        margin: 0 5px
    }

    .nav0 {
        text-align: center
    }
}

.nav0_short {
    display: none
}

.nav0_short .search_mobile {
    display: none;
}

@media screen and (max-width: 830px) {
    .nav0 {
        display: none
    }

    .nav0_short {
        display: block
    }
}

.nav1 {
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
    font-size: 20px;
    display: flex;
    flex-direction: row;
}

.nav1 .tel_list a {
    display: block;
}

.nav1 > li {
    float: left;
    text-align: center;
    position: relative
}

.nav1 > li:first-child {
    text-align: left;
    line-height: 20px
}

.nav1 > li:first-child a {
    white-space: nowrap;
    clear: both
}

.nav1 > li:last-child {
    text-align: right;
    line-height: 26px
}

.nav1 > li:last-child a {
    display: inline-block
}

.nav1 .colr a, .nav1 button, .nav1 > li > div {
    text-align: right;
    clear: both;
    float: right;
    display: block;
    position: relative;
    width: 100%;
}

.nav1 .colr > a:first-child {
    font-size: 18px
}

.nav1 .coll {
    font-size: 16px;
}

.nav1 .coll span {
    font-size: 22px;
    display: block;
    padding: 5px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: normal;
}

.nav1 .colr > div {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.nav1 li.logo {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.nav1 button.ico-phone:hover, .nav1 > li div:hover {
    color: #d13e74;
    text-decoration: none;
    cursor: pointer
}

.nav1 button.ico-phone {
    color: #d13e74
}

.nav1 > li > .ico-profile {
    position: relative
}

.nav1 .user_menu {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    background: #fff;
    padding: 5px;
    border: 1px solid #ccc;
    z-index: 999
}

.nav1 > li > div .user_menu a {
    display: block;
    width: 100%;
    text-align: left
}

.nav1 > li > .ico-profile:hover .user_menu {
    display: block
}

.nav1 .ico-basket {
    position: relative
}

.nav1 .ico-basket:hover {
    color: #d13e74
}

.nav1 .ico-basket #basket_count {
    position: absolute;
    right: 100%;
    top: 0;
    color: #d13e74;
    background: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    text-align: center;
    border: 1px solid #d13e74
}

.nav1 > li {
    box-sizing: border-box
}

.nav1 .icon-login {
    width: 40px;
    height: 40px;
    background-position: 0 0;
    float: left;
    border-right: 2px solid #444444;
    margin-right: 10px;
    background-position: 0 -40px;
}

.nav1 .user-menu {
    line-height: 40px;
    border: 2px solid #444444;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.nav1 .user-menu:hover, .nav1 .user-menu:hover .icon-login {
    border-color: #d13e74;
}

.nav1 .user-menu a {
    text-align: center;
}

.nav1 .user-menu:hover .icon-login {
    background-position: 0 -40px;
}

.nav1 .search_block .icon-search {
    background-position: 0 -40px;
}

.nav1_short {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.nav1_short li {
    padding: 20px 0;
}

.nav1_short li:first-child {
    padding-bottom: 0;

}

.nav1_short li:last-child {
    padding-top: 0;

}

.nav1_short img {
    max-width: 200px;
}

.nav1_short {
    display: none
}

@media screen and (max-width: 830px) {
    .nav1 {
        display: none
    }

    .nav1_short {
        display: flex
    }
}

@media screen and (max-width: 500px) {
    .nav1_short > li {
        padding: 10px 0;
    }

    .nav1_short > li:first-child, .nav1_short > li:last-child {
        display: none;
    }

    .nav0_short > li.search_mobile {
        display: none !important;
    }

    .header_row1 {
        padding: 15px 0 !important;
    }

    .nav0_short {
        height: 40px !important;
    }
}

.short_nav {
    width: 100%;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
    display: none;
    border-top: 1px solid #333333;
    border-bottom: 3px solid #333333;
    padding: 3px 0;
}

@media screen and (max-width: 992px) {
    .short_nav {
        display: table
    }
}

.short_nav > li {
    display: table-cell;
    float: none;
    text-align: center;
    border-left: 1px solid #333333;
    padding: 10px 1.25%;
    transition: all .5s;
    cursor: pointer
}

.short_nav div.close {
    opacity: 0.8;
    z-index: 99;
}

.short_nav div.close:hover {
    opacity: 1;
}

.short_nav > li:first-child {
    border: none;
}

.short_nav h6 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase
}

.short_nav > li:hover, .short_nav > li.opened {
    background: #d13e74;
    color: #ffffff;
}

.short_nav > li > a {
    color: inherit;
    display: block;
    height: 100%
}

.short_nav li.search {
    background: #000;
    color: #fff;
    position: relative;
    width: 41px
}

.short_nav li.search i {
    font-style: normal;
    white-space: nowrap
}

.short_nav > li > div {
    display: none;
    max-height: 500px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    overflow: hidden;
    overflow-y: auto;
    z-index: 999;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    color: #000;
    text-transform: none;
    font-size: 14px;
    text-align: left;
    padding: 20px
}

.short_nav li.opened > div {
    display: block
}

.short_nav h5 {
    display: block;
    height: 100%
}

.nav2 {
    list-style: none;
    width: 100%;
    border-radius: 2px;
    font-size: 19px;
    text-transform: uppercase;
    color: #333333;
    position: relative;
    font-family: 'PT Sans Narrow', sans-serif;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-bottom: 3px solid #333333;
    border-top: 1px solid #333333;
    padding: 3px 0;
}

.nav2 ul a:hover {
    color: #d13e74
}

.nav2 > li {
    flex: auto;
    text-align: center;
}

.nav2 li.search {
    background: #000;
    color: #fff;
    position: relative
}

.nav2 li.search i {
    font-style: normal;
    white-space: nowrap
}

.nav2 li.search:hover {
    background: #000
}

.nav2 li {
    padding: 10px 1.25%;
    transition: all .5s
}

.nav2 li li {
    text-align: left;
    float: left
}

.nav2 > li > a, .nav2 > li > span {
    cursor: pointer;
    display: block
}

.nav2 > li:hover {
    color: #d13e74
}

.nav2 ul {
    font-family: 'HeliosCond', Arial, sans-serif;
    margin-left: 0;
    position: absolute;
    left: 0;
    background: #ffffff;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 99;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .1s;
    transition-delay: 0s;
    font-size: 19px;
}

.nav2 > li > ul {
    display: flex;
    flex-direction: row;
    top: 100%;
}

.nav2 > ul > li {
    width: 25%;
}

.nav2 > li:hover ul {
    opacity: 1;
    max-height: 1000px;
    transition: all .5s;
    transition-delay: .4s;
    z-index: 9999
}

.nav2 ul ul {
    position: relative;
    box-shadow: none;
    white-space: nowrap;
    color: #3a3839;
    padding-left: 10px
}

.nav2 ul ul li {
    float: none;
    padding: 0 0 5px 0;
    text-transform: none;
    font-size: 19px;
    color: #1f1f1f;
    white-space: normal;
}

.nav2 ul ul ul li {
    padding: 0 0 3px 0;
    color: #6d6b6b;
}

.nav2 li.tm_var1 {
    background: #d13e74;
    color: #fff
}

.nav2 li.tm_var1:hover {
    background: #282828;
    color: #d13e74
}

@media screen and (max-width: 992px) {
    .nav2 {
        display: none
    }
}

.middle {
    clear: both
}

.mlcol, .mccol {
    float: left;
    padding: 0
}

@media (max-width: 992px) {
    .mlcol {
        display: none
    }

    .mccol {
        width: 100%;
    }
}

.breadcrumb {
    background: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
    padding: 10px 0 0 0;
    height: 37px;
    overflow: hidden;
}

.breadcrumb:after {
    content: '';
    display: block;
    clear: both;
}

.breadcrumb > div {
    padding-bottom: 10px;
}

.breadcrumb > div:last-child {
    border-bottom: 1px solid #cccccc;
}

.breadcrumb h1 {
    display: inline
}

.breadcrumb a, .breadcrumb span {
    margin-left: 5px
}

.breadcrumb .icon-right-dir:before {
    color: #000
}

.breadcrumb a {
    color: #d13e74
}

.breadcrumb a:hover {
    color: inherit
}

.nav3_container {
    font-family: 'HeliosCond-Bold';
    font-weight: 400;
    color: #000;
    font-size: 17px;
    max-height: 350px;
    clear: both;
    overflow: hidden;
    border-bottom: 3px solid #333333;
    margin-top: -37px;
    margin-bottom: 15px;
}

.nav3_container_2 {
    max-height: unset;
}

.nav3_container + .nav3_container {
    margin-top: 0;
}

.ip_line1 .nav3_container {
    margin-top: 0;
}

.nav3_container.nav3_index {
    max-height: 276px;
}

.nav3_container + .nav3_nav {
    margin-top: -15px;
}

.nav3_nav.nav3_index {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .nav3_container {
        margin-bottom: 0
    }
}

.nav3 {
    color: #dddddd;
    padding-left: 0;
    font-size: 35px;
    line-height: 35px;
}

.nav3_container .nav3 li > div {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.nav3_container .nav3 li {
    border-bottom: 1px solid #cccccc;
}

.nav3 a:hover {
    color: #d13e74;
}

.nav3 li {
    padding: 10px 0 0;
}

.nav3 li:last-child {
    border-bottom: none;
}

.nav3 a {

    font-size: 20px;
    display: block;
    color: #212121;
    text-transform: uppercase;
}

.short_nav .nav3 a {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.short_nav .nav3 li > div {
    display: none;
}

.nav3 ul {
    padding-left: 10px
}

.nav3 a.sel {
    color: #d13e74
}

.short_nav .nav3 a.sel, .short_nav .nav3 a:hover {
    background: #d13e74;
    color: #ffffff;
}

.nav3.nav3_mod1 a {
    font-size: 15px
}

.nav3_nav {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
}

.nav3_nav div {
    width: 49%;
    display: inline-block;
}

.nav3_nav div:first-child {
    border-right: 1px solid #000000;;
}

.nav3_nav div:before {
    width: 100%;
}

.short_nav .nav3 {
    padding: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase
}

.catalog_items {
    display: flex;
    flex-flow: row wrap;
    padding: 0 15px
}

.catalog_items .rating-container {
    font-size: 15px;
}

.catalog_items .comment_amount {
    font-size: 12px
}

.catalog_items .rating-container .filled-stars {
    text-shadow: none
}

.item_instance .rate .rating-container.rating-disabled:hover:after, .item_instance .favourite.disabled:hover:after {
    content: 'Зарегистрируйтесь для оценки товара';
    position: absolute;
    right: 0;
    top: 100%;
    display: block;
    background: #2b2b2b;
    padding: 5px;
    font-size: 10px;
    color: #fff;
    z-index: 9
}

.nav4 {
    padding: 0 5px;
    background: #fff;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #333333;
    font-family: 'HeliosCond';
    font-size: 22px;
}

.nav4 a:hover {
    color: #d13e74;
}

.nav4 input[type="checkbox"] {
    display: none;
}

.nav4 li {
    margin-right: 0.5%;
    display: inline-block;
    padding: 7px 0;
    color: #1f1f1f;
    line-height: 34px;
}

.nav4 li label {
    cursor: pointer;
}

.nav4 div {
    text-align: left;
    padding: 10px 0 20px 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    display: none;
    z-index: 999;
    white-space: nowrap;
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.3);
    transition: all .1s;
    transition-delay: 0s;
    margin-top: 0;
    color: #000
}

.nav4 label {
    cursor: pointer;
}

.nav4 > li input:checked ~ label {
    color: #d13e74
}

.nav4 li input:checked ~ div {
    display: block;
    transition: all .5s;
    transition-delay: .4s;
    text-align: center
}

.nav4 li input:checked ~ div table {
    display: inline-block
}

.nav4 div a {
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding: 0 40px 5px 40px;
    line-height: normal;
}

.nav4 .tm_var1 {
    font-weight: bold
}

.nav4 > li:first-child {
    padding: 7px 0;
    font-size: 22px;
    color: #1f1f1f;
    text-align: center;
    line-height: 34px;
}

.nav4 > li:first-child h2 {
    border-right: 1px solid #333333;
}

@media screen and (max-width: 992px) {
    .nav4 {
        display: none
    }
}

.nav4_1 {
    padding: 6px 5px;
    font-size: 25px;
}

.nav4_1 li {
    margin-right: 5px;
    display: block;
    padding: 2px 3px;
    cursor: pointer
}

.nav4_1 div {
    text-align: left;
    padding: 0 5px 0 5px;
    background: #fefae4;
    z-index: 999;
    transition: all .1s;
    transition-delay: 0s
}

.short_nav .nav4_1 div {
    background: transparent
}

.nav4_1 table {
    width: 100%
}

.nav4_1 td {
    width: 50%
}

.nav4_1 tr.alfa td {
    width: 100%;
    padding: 0 10px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 1px solid #000
}

.nav4_1 div a {
    display: block;
    box-sizing: border-box;
    text-align: left;
    padding: 0 10px 5px 10px
}

.nav4_1 .tm_var1 {
    font-weight: bold
}

.subcat_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.c_cat {
    margin-bottom: 15px;
    font-size: 16px;

    font-weight: 400;
    text-align: center
}

.c_cat img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.c_item {
    font-family: 'HeliosCond';
    margin-bottom: 15px;
    font-size: 19px;
    text-align: center;
    padding-bottom: 194px;
    position: relative;
    padding-top: 15px;
    border: 1px solid #fff
}

.c_item .img.l_sale:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/css/icon-sale.png");
    position: absolute;
    right: 7px;
    top: 7px
}

.c_item .title {
    display: block;
}

.li_sale:before {
    content: '';
    display: block;
    width: 120px;
    height: 119px;
    background-image: url("/css/ico-sale.png");
    position: absolute;
    left: -6px;
    top: -7px;
    z-index: 99
}

#item_extra .c_item {
    padding-bottom: 90px
}

#item_extra h3 {
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
    font-weight: bold;
    color: #202020;
}

.c_item .title span {
    display: block;
    font-size: 20px;
    font-family: 'HeliosCond-Bold';
}

.c_item .mod_sel, .c_item_list .mod_sel, #by .mod_sel {
    font-size: 12px
}

.c_item .mod_sel.many label, .c_item_list .mod_sel.many label {
    padding-left: 3px
}

.c_item .mod_sel .mod_variant, .c_item_list .mod_sel .mod_variant {
    font-size: 12px;
    line-height: normal;
    padding: 3px 3px 3px 3px
}

#by .mod_sel .mod_variant {
    font-size: 12px
}

.c_item:hover a {
    color: #d13e74
}

.c_item .bblock {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.c_item .bblock span {
    font-size: 50%;
}

.c_item .img {
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    display: inline-block
}

.c_item .selector {
    padding-top: 5px;
    margin: 0 6% 10px 6%;
    height: 44px
}

@media (max-width: 720px) {
    .c_item .selector {
        margin: 0 0 10px 0
    }
}

.c_item_list .selector {
    margin: 0 0 10px 0;
    display: inline-block
}

.c_item .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.c_item .price {
    font-size: 32px;
    margin-bottom: 10px;
    color: #d13e73;
}

.c_item .price strong {
    font-weight: normal;
}

.c_item .price_old {
    color: #aaaaaa;
    font-size: 27px;
    position: relative;
}

.c_item .price_old:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    border-top: 2px solid #dddada;
}

.c_item .mod_woi {
    margin: 0;
    max-width: 100%;
    width: auto;
    min-width: 33%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 10px
}

.c_item .by {
    display: block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-top: 1px solid #333333;
    border-bottom: 3px solid #333333;
    color: #1f1f1f;
    cursor: pointer;
    position: relative;
}

.c_item .by .icon-basket {
    display: inline-block;
    background-position: -2px -42px;
    padding-left: 45px;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    font-weight: bold;
}

.c_item .by:hover {
    color: #d13e73
}

.c_item_list {
    clear: both;
    font-size: 16px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: 1px solid #dadada;
    margin-bottom: 20px;
    padding: 15px
}

.c_item_list .l_sale {
    display: inline-block;
    position: relative
}

.c_item_list .l_sale:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/css/icon-sale.png");
    position: absolute;
    right: 7px;
    top: 7px
}

.c_item_list:hover a {
    color: #d13e74
}

.c_item_list .img {
    float: left
}

.c_item_list .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.c_item_list .detail {
    text-align: right;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333333;
}

.c_item_list .detail a {
    color: #d13e74
}

.c_item_list .detail a:hover {
    color: #a1444f
}

.c_item_list .descr {
    float: left;
    text-align: left
}

.c_item_list .title {
    font-size: 18px;
    text-align: left;
    font-weight: 700
}

.c_item_list .descr_short {
    margin-bottom: 10px;
    font-size: 14px
}

.c_item_list .article {
    font-size: 12px;
    text-align: left;
    padding-top: 10px
}

.c_item_list .filters {
    font-size: 14px;
    padding: 10px 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.c_item_list .filters span {
    font-weight: 700
}

.c_item_list .price {
    font-size: 19px;
    font-weight: 600;
    padding-right: 20px;
    line-height: 28px;
    height: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.c_item_list .comment_amount {
    position: relative;
    right: unset;
    top: unset;
}

.c_item_list .price_old {
    font-size: 15px;
    text-decoration: line-through;
    padding-right: 20px
}

.c_item_list .bblock {
    text-align: right;
    display: inline-block;
    float: right;
    padding-top: 5px
}

.c_item_list .mod_woi.sel {
    width: inherit
}

.c_iitem_list .mod.mwoi {
    display: inline-block
}

.c_item_list .bblock > div {
    display: inline-block;
    float: right
}

.c_item_list .by {
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    color: #333333;
    cursor: pointer
}

.c_item_list .by:hover {
    color: #d13e74
}

.c_item_list .by .icon-basket {
    display: inline-block;
    background-position: -2px -47px;
    padding-left: 45px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
}

.filters {

    font-weight: 400;
    color: #313131
}

.filters h5 {
    font-size: 16px;
    margin-bottom: 10px
}

.filters > div > div {
    margin-bottom: 10px
}

.filters .cb {
    max-height: 210px;
    clear: both
}

.filters h6, .filters h5 {
    padding: 3px;
    color: #202020;
    margin-bottom: 5px;
    padding-right: 16px;
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #f4dcde;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
}

.filters h5 {
    display: none
}

.filters h6 i {
    position: absolute;
    right: 4px;
    top: 3px
}

.filters h6.collapsed .icon-down-open-big, .filters h6 .icon-up-open-big {
    display: block
}

.filters h6.collapsed .icon-up-open-big, .filters h6 .icon-down-open-big {
    display: none
}

.filters h6.collapsed ~ div.cb, .filters h6.collapsed + span {
    max-height: 0;
    overflow: hidden
}

.filters h6 i:before {
    margin: 0 0 0 3px;
    cursor: pointer
}

.filters label {
    display: block;
    width: 100%;
    line-height: 21px;
    font-size: 19px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    font-family: 'HeliosCond';
}

.filters label.dp {
    font-weight: bold;
}

.filters label:not(.ds) {
    cursor: pointer
}

.filters label:not(.ds):hover {
    color: #d13e74
}

.filters label.ds {
    color: #c3c0c0
}

.filters .alfa {
    display: block;
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
}

.filters .alfa span {
    cursor: pointer;
    margin-right: 3px;
    float: left
}

.filters .alfa span:hover {
    color: #d13e74
}

.filters hr {
    margin: 5px 0
}

.filters label input {
    height: 13px;
    width: 13px;
    margin: 3px 5px 0 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    display: none
}

.filters label i {
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #cccccc;
    position: absolute;
    left: 0;
    top: 4px;
}

.filters label input:checked + i:before {
    content: '';
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    display: block;
    background: #000000
}

.filters .amount {
    border: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    background: transparent
}

.filters .ui-slider-horizontal {
    margin-top: 10px
}

.cat_title {
    margin-bottom: 20px
}

.cat_title .cat_nav {
    padding: 0 15px
}

.cat_title .cat_nav > div {
    float: left;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0
}

@media (max-width: 1260px) {
    .cat_title .cat_nav .sort_container {
        float: none;
        text-align: center;
        clear: both
    }
}

.cat_title .cat_nav > div:first-child {
    line-height: 27px;
    padding: 0
}

.cat_title .cat_nav div.right {
    float: right
}

.cat_title .cat_nav select {
    padding: 3px;
    margin: 0 10px
}

.sort {
    display: inline-block
}

.sort li {
    display: inline-block;
    margin: 0 2px;
    cursor: pointer
}

.sort li i {
    display: inline-block;
    padding: 0 3px
}

.sort li i:hover, .sort li i.sel, .sort li span:hover, .sort li span.sel {
    color: #d13e74
}

.pagination {
    margin: 0 10px 0 0
}

.pagination li span, .pagination li a {
    padding: 0;
    margin: 0 3px;
    border: 0
}

.pagination li a {
    color: #aaaaaa
}

.pagination .disabled span, .pagination .disabled a {
    color: #ccc
}

.pagination > .active > a {
    background: none;
    color: #333333;
    font-weight: bold;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .pagination > .active > a:hover, .pagination > .active > span:hover {
    color: #d13e74;
    background: none;
    border: none;
}

.cat_title .cat_nav .chosen-container {
    margin: 0 10px
}

.cat_title .cat_nav .chosen-container .chosen-single {
    padding: 3px;
    line-height: 21px;
    height: 27px
}

.cat_title .cat_nav .chosen-container .chosen-single div b {
    background-position: 4px 4px
}

.cat_title .cat_nav #par_per_page_chosen {
    width: 60px !important
}

.cat_title .filters_selected {
    font-size: 14px;
    padding: 10px 15px 0 15px;
    line-height: 14px
}

.cat_title .filters_selected div {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 5px 5px 0
}

.cat_title .filters_selected div:first-child {
    font-weight: bold;
    border: 1px solid #b7b7b7
}

.cat_title .filters_selected div:hover {
    border-color: #d13e74;
    color: #d13e74
}

.cat_title .filters_selected i {
    padding-left: 5px;
    font-size: 14px
}

.cat_title .filters_selected i:before {
    margin-right: 0
}

.as_block, .as_row {
    display: inline-block;
    width: 13px;
    height: 16px;
    opacity: .5
}

.as_block.sel, .as_row.sel, .as_block:hover, .as_row:hover {
    opacity: 1
}

.as_block {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/gif;base64,R0lGODlhDQANAJECAP///zQ0NAAAAAAAACH5BAEAAAIALAAAAAANAA0AAAIdjCUWqMqX2orToYuBxhzbLz1VSIndiXLg2JjUKhYAOw==)
}

.as_row {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(data:image/gif;base64,R0lGODlhDQANAIABADAwMAAAACH5BAEAAAEALAAAAAANAA0AAAIRhI+pyxcPo5yy2duo3g/7XwAAOw==)
}

.cat_bottom {
    clear: both
}

.cat_bottom > div {
    float: right
}

footer {
    font-family: 'HeliosCond', Arial, sans-serif;
    clear: both;
    margin-top: 20px;
    font-size: 14px;
    color: #777777;
    background: #282828;
    line-height: normal;
}

footer .phone1 {
    margin-top: 10px;
    color: #ffffff;
}

.footer_row1 ul {
    list-style: none;
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    background: #333333;
    color: #bbbbbb;
}

.footer_row1 li {
    display: inline-block;
    padding: 25px 10px;
}

.footer_row2 .wrap1 {
    display: flex;
    flex-wrap: nowrap;
    padding: 30px 0;
    border-bottom: 1px solid #444444;
}

footer .copy {
    clear: both;
    text-align: center;
    text-transform: none;
    color: #777777;
    font-size: 17px;
    line-height: 17px;
    padding: 30px 0;
}

.footer_catalog {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-rule: 1px solid #444444;
    -webkit-column-rule: 1px solid #444444;
    column-rule: 1px solid #444444;
    line-height: 28px;
}

.footer_catalog div {
    display: inline-block;
    margin-right: 5px;
}

.footer_row2 > div > div:first-child {
    border-right: 1px solid #444444;
}

.footer_row2 > div > div:last-child {
    border-left: 1px solid #444444;
    font-size: 17px;
}

.footer_row2 > div > div:last-child ul li:last-child {
    font-size: 22px;
    color: #bababa;
}

.footer_logo {
    max-width: 100%
}

.soc {
    margin-top: 40px;
    font-size: 14px;
    text-transform: none
}

.ico-fb, .ico-vk, .ico-gp, .ico-ok, .ico-tw {
    background-image: url("/css/icon-soc-fb.png");
    background-position: 0 0;
    background-size: cover;
    display: inline-block;
    height: 31px;
    width: 31px;
    margin-right: 5px
}

.ico-fb:hover, .ico-vk:hover, .ico-gp:hover, .ico-ok:hover, .ico-tw:hover {
    background-position: 0 -31px
}

.ico-vk {
    background-image: url("/css/icon-soc-vk.png");
}

.ico-gp {
    background-image: url("/css/icon-soc-gp.png");
}

.ico-ok {
    background-image: url("/css/icon-soc-ok.png");
}

.ico-tw {
    background-image: url("/css/icon-soc-inst.png");
}

.soc ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer_row2 .wrap1 {
        display: block;
    }

    .footer_row2 > div > div:first-child, .footer_row2 > div > div:last-child {
        border: none;
        text-align: center;
    }

    .soc {
        margin-top: 10px;
    }

    .soc ul {
        justify-content: center;
    }

    .footer_row2 > div > div > div:last-child {
        margin-bottom: 10px;
    }

    .footer_row2 > div > div > div:last-child div {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

    .footer_row2 > div > div > ul li:last-child div.footer_phones {
        display: inline-block;
        padding-right: 10px;
        position: relative;
    }

    .footer_row2 > div > div > ul li:last-child .phone1 > div:last-child {
        display: block;
    }

    .footer_row2 > div > div > ul li:last-child div:after {
        content: ';';
    }

    .footer_row2 > div > div > ul li:last-child div:last-child:after {
        content: '';
    }
}

#item {
    padding-top: 20px
}

#item .rate {
    display: inline-block
}

.favourite {
    display: inline-block;
    margin-left: 10px;
    color: #d13e74
}

#item .rating-container {
    font-size: 15px;
    padding-top: 10px;
    display: inline-block
}

#item .rate_comment .rating-container {
    padding-top: 0
}

#item .rating-container .filled-stars {
    text-shadow: none
}

#item .img .swiper-slide img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    max-height: 400px
}

#item .descr .title, #item .title_mobile {
    font-size: 31px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: left;
    font-weight: 700
}

#item .title_mobile {
    padding-bottom: 15px;
}

#item .descr .price_discount {
    padding-top: 20px;
    text-align: left;
    color: #999999;
    font-size: 19px;
    font-family: 'HeliosCond';
    line-height: 26px;
}

#item .descr .price {
    padding-top: 10px;
    font-size: 37px;
    text-align: center;
    font-weight: 300;
    color: #d13e74;
    font-family: 'PT Sans Narrow', sans-serif;
}

#item .descr .price_old {
    color: #aaaaaa;
    font-size: 32px;
    text-decoration: line-through;
    display: inline-block;
}

#item .descr .price span {
    font-size: 50%;
}

#item .descr .price_old + strong {
    margin-left: 15px;
}

#item .descr .price strong {
    font-weight: normal;
}

#item .descr .price .price_fast {
    padding-left: 20px;
    color: #676767;
    font-size: 16px;
    font-weight: normal
}

#item .descr .price .price_fast i {
    color: #d13e74
}

#item .descr .article {
    font-size: 22px;
    font-family: 'HeliosCond';
    line-height: 30px;
    text-align: left;
    padding-top: 10px
}

#item .count_center {
    text-align: center
}

#item .descr .selector {
    text-align: center;
    padding-top: 20px
}

#item .descr .spinner {
    width: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

#item .descr .selector .mod {
    clear: both;
    padding: 10px 3px 0 3px
}

#item .swiper-pagination img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

#item .swiper-pagination .ttlimg1 {
    width: 100%;
    max-width: 20px;
    overflow: hidden
}

#item .all_cat2 {
    padding-top: 20px;
    text-transform: uppercase;
}

#item .all_cat2 > div {
    display: inline;
}

#item .all_cat2 a {
    text-align: left;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}

#item .all_cat2 > div:last-child {
    float: right;
}

#mod_prev {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    background: #fff;
    z-index: 9;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .3s
}

#mod_prev:hover, #mod_prev.sel {
    max-width: 100%;
    max-height: 100%
}

#mod_prev img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%
}

.pallets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
    padding-top: 20px
}

.pallets_variant {
    float: left;
    font-size: 12px;

    text-align: center;
    padding: 3px;
    box-sizing: border-box;
    border: 1px solid transparent
}

.pallets_variant:hover, .pallets_variant.sel {
    border-color: #d13e74
}

.pallets_variant img {
    max-width: 100%;
    display: block;
    margin: 0 auto 10px auto
}

.mod_sel {
    display: inline-block;
    position: relative;
    border: 1px solid #000;
    text-align: left;
    width: 100%;
    padding: 5px 10px;
}

.mod_sel label {
    padding: 0 5px;
    display: block;
    box-sizing: border-box;
    padding-left: 30px;
    margin-right: 20px;
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 19px
}

.mod_sel label:after {
    content: '';
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAQAAAC/O6xzAAAAW0lEQVQY02MwDjTuNWZAgmzGa401GYwFjC8aN8EFmY3XA4WZQUxR4xvGpVDBJcbbgOoZIGpkjO8YZxkzGs803m/MBRKBaVY2fmS8w/iEMR+Ej7BK23ivsSCMBwBp7Rq8CKnEQgAAAABJRU5ErkJggg==);
    width: 11px;
    height: 6px;
    margin: auto;
    transition: .4s ease-out
}

.mod_sel .mod_vaiants {
    padding: 0 10px 0 0;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    border: 0 solid #ccc;
    max-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    transition: .4s ease-out;
    overflow-x: hidden;
    z-index: 99;
    background: #fff
}

input:checked ~ .mod_vaiants {
    max-height: 190px;
    border-width: 1px
}

.mod_sel .mod_vaiants::-webkit-scrollbar {
    width: 4px
}

.mod_sel .mod_vaiants::-webkit-scrollbar-thumb {
    background-color: #333
}

.mod_sel .mod_vaiants::-webkit-scrollbar-track {
    background-color: #f9f9fa
}

.mod_sel .mod_variant {
    font-size: 18px;
    min-height: 24px;
    height: auto;
    line-height: normal;
    cursor: pointer;
    font-weight: 300;
    padding: 7px 3px 5px 30px;
    box-sizing: border-box;
    font-family: 'PT Sans Narrow', sans-serif;
}

.mod_sel .mod_variant img, .mod_sel label img {
    position: absolute;
    left: 3px;
    top: 3px;
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
    float: left
}

.mod_sel label > span {
    font-size: 70% !important;
}

.mod_sel .mod_variant > span {
    font-size: 100%;
}

.mod_sel .mod_variant span span, .mod_sel label span span {
    font-weight: 300;
    text-decoration: line-through
}

.mod_sel .mod_variant:hover, .mod_sel .mod_variant.sel {
    color: #d13e74
}

.mod_sel input {
    display: none
}

.mod.mwoi {
    text-align: center
}

.item_block .mod.mwoi2 {
    width: 48%
}

.mod.mwoi2 {
    text-align: center;
    display: inline-block
}

.mod_woi {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    float: none;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #292929
}

.mod_woi:hover, .mod_woi.sel {
    background: #d13e74;
    color: #fff;
    border: 1px solid #d13e74
}

.c_item .mod_woi:hover, .c_item .mod_woi.sel {
    background: #fff;
    color: #d13e74;
    border: 1px solid #d13e74
}

input:checked ~ label:after {
    transition: .4s ease-out;
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg)
}

#item .descr .by {
    padding-top: 10px
}

#item .filters {
    font-family: 'HeliosCond';
    line-height: 30px;
    padding-top: 10px;
    font-size: 19px;
}

#item .filters span {
    font-weight: 700;
    font-size: 22px;
}

.to_basket, .to_by, .by_close, .by_to_basket {
    display: block;
    padding: 5px;
    text-align: center;
    border: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase
}

.to_basket, .by_close {
    position: relative;
    border: 3px solid #ffffff;
    background: #d13e74;
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
    -moz-box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
    box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
}

.to_basket:hover, .by_close:hover {
    background: #a73358
}

.to_by, .by_to_basket {
    position: relative;
    border: 3px solid #ffffff;
    background: #ffffff;
    color: #d13e74;
    -webkit-box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
    -moz-box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
    box-shadow: 0 0 0 1px rgba(209, 62, 116, 1);
}

.to_by:hover, .by_to_basket:hover {
    color: #a73358;
}

#item .img_descr {
    display: flex;
    flex-wrap: wrap;
}

#item .descr_full {
    position: relative;
    clear: both;
    border-top: 1px solid #000000;
    margin-top: 40px;
}

#item .descr_full label {
    display: inline-block;
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 14px;
}

#item .descr_full label div:first-child {
    padding: 10px 30px;
    position: relative;
    font-weight: 500;
    cursor: pointer
}

@media (max-width: 635px) {
    #item .descr_full label div:first-child {
        padding: 10px
    }
}

@media (max-width: 720px) {
    #item .descr_full label div:first-child {
        padding: 5px;
        font-size: 14px
    }
}

#item .descr_full input[type="radio"], #item .descr_full .txt {
    clear: both;
    padding: 10px;
    display: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-weight: 300;
    font-family: 'HeliosCond';
    font-size: 19px;
}

#item .descr_full input:checked + label {
    border-bottom: 0;
    color: #d65786;
    position: relative;
}

#item .descr_full input:checked + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -3px;
    width: 100%;
    background: #d65786;
    height: 3px;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

#item .descr_full input:checked + label div:first-child:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
    z-index: 99
}

#item .descr_full #t1:checked ~ .txt.t1, #item .descr_full #t2:checked ~ .txt.t2, #item .descr_full #t3:checked ~ .txt.t3, #item .descr_full #t4:checked ~ .txt.t4 {
    display: block
}

.ui-slider-horizontal {
    height: 1px;
    margin: 0 4px;
    border: 0;
    background: #000000
}

.ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    background: #d13e74;
    border: none;
}

.ui-slider-horizontal .ui-slider-range {
    border: none;
    height: 10px;
    background: #d13e74;
    top: -5px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
    top: -5px
}

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 1px solid #e5e5e5
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0
}

.jcarousel li {
    width: 200px;
    float: left;
    border: 1px solid #a1a1a1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .5
}

.jcarousel li:hover, .jcarousel li.sel {
    opacity: 1
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    cursor: pointer
}

.jcarousel-control-prev, .jcarousel-control-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #4e443c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 4px #f0efe7;
    -moz-box-shadow: 0 0 4px #f0efe7;
    box-shadow: 0 0 4px #f0efe7
}

.jcarousel-control-prev {
    left: 15px
}

.jcarousel-control-next {
    right: 15px
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4e443c;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4e443c;
    -moz-box-shadow: 0 0 2px #4e443c;
    box-shadow: 0 0 2px #4e443c
}

.jcarousel-pagination a.active {
    background: #4e443c;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #f0efe7;
    -moz-box-shadow: 0 0 2px #f0efe7;
    box-shadow: 0 0 2px #f0efe7
}

#by_sel .by {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.modal-content #by_sel .by {
    position: relative;
}

#by_prev img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px
}

#by_sel {
    padding-bottom: 30px
}

#bymodal {
    text-align: center
}

#bymodal .price {
    margin-bottom: 10px
}

#bymodal .price {
    padding-top: 10px;
    font-size: 37px;
    text-align: center;
    font-weight: 300;
    color: #d13e74;
    font-family: 'PT Sans Narrow', sans-serif;
}

#bymodal .price_old {
    color: #aaaaaa;
    font-size: 32px;
    text-decoration: line-through;
    display: inline-block;
}

#bymodal .price span {
    font-size: 50%;
}

#bymodal .price_old + strong {
    margin-left: 15px;
}

#bymodal .price strong {
    font-weight: normal;
}

#bymodal .mod {
    margin: 0 auto 10px auto;
    font-family: 'PT Sans Narrow', sans-serif;
}

#bymodal input:checked ~ .mod_vaiants {
    max-height: 145px
}

#bymodal #title {

    font-size: 16px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #d13e74
}

#bymodal #title span {
    font-weight: 700;
    display: block
}

.count {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 25px;
    position: relative;
    line-height: 20px;
    border: 1px solid #c5c5c5;
    font-size: 20px;
}

.count i {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    height: 30px;
    width: 25px;
    font-style: normal;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

.count i.dec {
    left: 0;
    transform: rotate(-90deg);
}

.count i.inc {
    right: 0;
    transform: rotate(-90deg);
}

.count input[type="text"] {
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    padding: 0;
    margin: 0;
    font-style: normal;
    border-top: none;
    border-bottom: none;
    color: #d13e72;
}

.count i {
    color: #ccc
}

.count i:hover {
    color: #000;
    border-color: #000
}

.count input {
    width: 30px
}

.modal-header {
    border: 0;
    text-align: center;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    font-size: 23px;
}

.modal-content {
    border-radius: 0
}

.modal-body {
    padding-top: 0
}

.left-border {
    border-left: 2px solid #000000;
}

@media (max-width: 768px) {
    .modal-body .left-border {
        border: none;
        padding-top: 20px;
    }
}

strong {
    font-weight: bold;
}

.woi {
    display: inline-block;
    white-space: nowrap
}

.woi .mod_sel {
    text-align: center
}

.woi .mod_sel label {
    padding-left: 5px
}

.woi .mod_sel .mod_variant {
    padding-left: 5px
}

.success {
    color: #000000;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700
}

.basket {
    margin-bottom: 20px
}

.basket h1 {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #1f1f1f;
    font-size: 40px;
    text-align: left;
    font-weight: bolder;
    padding: 20px 0 70px;
}

.basket .basket_del {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #000;
}

.basket .basket_del::before {
    font-size: 22px;
    line-height: 22px;
}

.b_item {
    font-size: 15px;
    border-top: 1px solid #444444;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.b_item img {
    max-width: 100%
}

.b_item .title {
    font-family: 'HeliosCond';
    color: #1f1f1f;
    font-weight: bold;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 10px;
}

.b_item .mod_title {
    font-family: 'HeliosCond';
    color: #999999;
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 10px;
}

.b_item > div:first-child {
    border-right: 1px solid #444444;
}

.b_item > div:last-child {
    padding-bottom: 57px;
    position: relative
}

.b_item .price {
    border-top: 1px solid #dddddd;
    position: absolute;
    bottom: 0;
    right: 0;
    white-space: nowrap;
    padding: 8px 0;
    left: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 35px;
}

.b_item .price > li {
    box-sizing: border-box;
    padding: 0 5px;
    flex: 1 0 auto;
}

.b_item .price > li:last-child {
    text-align: right;
    color: #aaaaaa;
    font-size: 30px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.b_item .price > li:last-child span {
    font-size: 22px;
}

.b_item .count {
    margin-bottom: 0
}

.b_item .price > li:first-child {
    font-size: 18px
}

@media (max-width: 500px) {
    .b_item > div {
        width: 100%;
    }

    .b_item > div:first-child {
        border: none;
        text-align: center;
        padding-bottom: 10px;
    }

    .b_total > div {
        width: 50%;
    }

    .b_total > div:first-child {
        display: none;
    }
}

.basket > h1 + div {
    border-top: none;
}

.basket > .b_item + .b_total {
    border-top: 2px solid #444444;
}

.b_total {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #aaaaaa;
    font-size: 30px;
    line-height: 49px;
}

.b_total div {
    padding: 3px 0;
    border-bottom: 1px solid #dddddd;
}

.b_total div:first-child {
    border-bottom-color: transparent;
}

.b_total div:first-child + div {
    font-size: 19px;
    color: #1f1f1f;
    font-family: 'HeliosCond';
    font-weight: bold;
}

.b_total div:last-child {
    text-align: right;
    height: 56px;
}

.b_total .b_total_red {
    color: #d13e72;
}

.b_total div:last-child span {
    font-size: 22px;
}

.b_order .b_login {
    padding: 10px
}

.b_order h2 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 25px;
    text-align: center;
    padding-bottom: 28px;
    text-transform: uppercase;
}

.b_order .b_recipient {
    clear: both;
    padding: 10px
}

.b_order #bt2:checked ~ .b_recipient {
    border-top: 0
}

.basket_form {
    border-left: 2px solid #444444;
    margin-top: 130px;
}

#loginmodal .modal-dialog {
    max-width: 335px
}

#loginmodal .btn1 {
    text-transform: none
}

.maincontent {
    border-top: 1px solid #ccc;
    padding: 15px 0
}

.maincontent .page_header {
    font-weight: bold;
    text-align: center;
    font-size: 120%;
    margin-bottom: 20px
}

.maincontent .page_content {
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    text-align: justify
}

.maincontent td {
    border: 1px solid #ccc
}

.maincontent .tbl_center {
    margin: 0 auto
}

.frm1 {
    display: block;
    margin: 0 auto;
    float: none
}

form .title {
    padding: 5px 10px;
    font-size: 16px;
    background: #fff;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px
}

form .form_links {
    font-size: 15px;
    text-align: left;
    font-family: 'PT Sans Narrow', sans-serif;
}

form .form_links a {
    display: inline-block;
}

form .required label:after {
    content: '*'
}

input[type="text"], input[type="password"], textarea, textarea.form-control {
    box-sizing: border-box;
    border: 1px solid #c5c5c5;
    outline: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.has-error .help-block {
    font-size: 12px
}

.chosen-container {
    margin-bottom: 0;
    width: 100% !important
}

.form-control {
    border-radius: 0
}

.delivery_description, .payment_description {
    margin-bottom: 15px;
    margin-top: -15px;
    font-size: 12px;
    border: 1px solid #ccc;
    padding: 5px
}

.form-success {
    text-align: center;
    padding: 5px
}

.flash_ok {
    padding: 5px;
    background: #d13e74;
    color: #fff;
    text-align: center;
    box-sizing: border-box
}

.tbl1 {
    width: 100%;
    font-size: 80%
}

.tbl1 tr:first-child td {
    font-weight: bold;
    text-align: center
}

.tbl1 td {
    border: 1px solid #ccc;
    padding: 5px;
    text-align: right;
    vertical-align: top
}

.tbl1 .al {
    text-align: left
}

.lk_container {
    padding: 10px;
    border: 1px solid #ccc
}

.nav5 {
    padding: 15px 0
}

.nav5 li {
    margin: 0 15px 10px 15px;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    color: #1e1e1e;
    font-weight: bold;
    border-bottom: 1px solid #fff
}

.nav5 .sel, .nav5 li:hover {
    border-bottom: 1px solid #2d574a;
    color: #000
}

@media (max-width: 800px) {
    .nav5 {
        text-align: center
    }
}

.lk_container .tabs {
    display: none
}

.lk_container .tabs.sel {
    display: block
}

#lk_2 div {
    padding: 5px;
    border-bottom: 1px solid #ccc
}

.lk_container .tabs > .tabso {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    cursor: pointer;
    padding-right: 20px;
    position: relative
}

.lk_container .tabs > .tabso .icon-up-open-big, .lk_container .tabs > .tabso .icon-down-open-big {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block
}

.lk_container .tabs > .tabso .icon-down-open-big {
    display: none
}

.lk_container .tabs > .tabso.sel .icon-down-open-big {
    display: inline-block
}

.lk_container .tabs > .tabso.sel .icon-up-open-big {
    display: none
}

.lk_container .tabs > .tabso:hover {
    background: #dcdcdc
}

.lk_container .tabs > .tabso.sel {
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #dcdcdc
}

.lk_container .tabs > .tabso > .c1 {
    width: 130px
}

.lk_container .tabs > .tabso > .c2 {
    width: 90px
}

.lk_container .tabs > .tabso > .c3 {
    width: 180px
}

.lk_container .tabs > .tabso > div {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px
}

@media (max-width: 670px) {
    .lk_container .tabs > .tabso > div {
        display: block;
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
}

.lk_container .tabs > div > div:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none
}

.lk_container .tabsod {
    margin-top: -5px;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px
}

.lk_container .tabsod td {
    padding: 5px
}

.lk_container .tabsod img {
    width: 75px
}

.lk_promo .swiper-container {
    border: 1px solid #ccc
}

.lk_promo img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.lk_promo .c_item {
    padding-bottom: 20px
}

.lk_promo .c_item:hover {
    border-color: #fff
}

.lk_promo_title {
    margin: 15px;
    color: #d13e74;
    text-align: center
}

#lk_2 .icon-cancel {
    position: absolute;
    right: 0;
    top: 5px;
    display: inline-block
}

#lk_3 .c_item_list .title {
    font-size: 14px
}

#lk_3 .favourite {
    position: absolute;
    right: 0;
    top: 5px
}

#lk_3 .c_item_list .price_old {
    display: inline-block
}

#lk_4 .stat {
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase
}

.order_delivery {
    font-size: 14px;
    margin-bottom: 20px
}

.order_items {
    margin-bottom: 20px
}

.order_items > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc
}

.order_items > div:last-child {
    display: block;
    color: #fff;
    border: 0
}

.order_items > div > div:first-child {
    margin-right: 15px
}

.order_items > div > div:last-child {
    font-size: 14px
}

.order_items > div > div:last-child a {
    font-weight: bold
}

.ip_line1 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

@media (max-width: 992px) {
    .ip_line1 {
        display: block;
        flex-wrap: wrap
    }
}

.ip_line1 .mccol {
    padding: 0 0 0 10px
}

@media (max-width: 992px) {
    .ip_line1 .mccol {
        padding: 0
    }
}

.ip_line2 {
    clear: both;
    padding-top: 30px
}

.ip_line2 .c_item {
    padding-bottom: 86px
}

.ip_line2 .section_title {
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #202020
}

.swiper-container.solo .swiper-button-prev, .swiper-container.solo .swiper-button-next, .swiper-container.solo .swiper-pagination {
    display: none
}

.promo_icon {
    background-image: url("/css/cat_promo_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 26px;
    height: 28px;
    float: left;
    margin-right: 5px
}

.promo_descr_item {
    color: #d13e74;
    padding: 5px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.promo_descr_item td {
    vertical-align: middle
}

.promo_descr_item tr td:first-child {
    padding-right: 20px
}

.promo {
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    overflow: hidden;
    text-indent: -99999px;
    width: 70px;
    height: 70px;
    z-index: 99;
    background: url('/css/icon-action.png') no-repeat 0 0
}

#notification .modal-body {
    text-align: center
}

#notification .ntf_title {
    color: #d13e74;
    margin-bottom: 10px
}

.comments_container {
    max-width: 840px;
    width: 100%;
    margin: 0 auto
}

.comments_block {
    max-height: 500px;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 5px
}

.comments_container .form-group {
    text-align: center
}

.comments_container textarea {
    height: 83px
}

.comments_container .rate {
    margin-bottom: 20px
}

.comments_container .comments_list > li {
    margin-bottom: 15px
}

.comments_block .comments_list > li {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px
}

.comments_block .comments_list > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0
}

.comments_block .comments_list .no_comment {
    text-align: center
}

.comments_form .comments_list {
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 5px;
    background: #fff
}

.comments_form .comments_list li {
    margin-top: 0
}

.comments_list li:after {
    content: '';
    display: block;
    clear: both
}

.comments_list li i {
    display: block;
    padding-top: 5px;
    font-style: italic;
}

.comments_form {
    margin-bottom: 10px
}

.comments_container .pages {
    margin-top: 45px;
    text-align: center
}

.comments_container .pages ul {
    display: inline-block
}

.article_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.article_list > div {
    margin-bottom: 70px;
    padding-bottom: 78px;
    position: relative;
}

.article_list a:hover {
    color: inherit
}

.article_list img {
    max-width: 100%
}

.article_list .date {
    padding-top: 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
    color: #aaaaaa;
}

.article_list .title {
    font-family: 'HeliosCond';
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #333333;
}

.article_list .description {
    height: 78px;
    font-size: 18px;
    line-height: 26px;
    font-family: 'HeliosCond';
    overflow: hidden;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.article_list .description::after {
    content: '/... /';
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffffff;
    color: #d13e72;
    display: block;
    padding-left: 10px;
}

.article_pages {
    margin: 0px auto;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 42px;
    line-height: 42px;
}

.article_pages li {
    display: inline-block;
    padding: 0 2px;
}

.article_pages .pagination .last, .article_pages .pagination .first {
    font-size: 20px;
}

.article_pages .pagination > li > a, .article_pages .pagination > li > span {
    line-height: 47px;
}

.ip_comment {
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 7%;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 35px;
}

.ip_comment strong {
    display: block;
    margin-bottom: 10px;
}

.ip_comment > div {
    padding: 80px 45% 0 0;
    background-image: url("/css/bg_index_comments.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 700px) {
    .ip_comment > div {
        padding: 20px;
        background: none;
    }
}

.ip_comment > div > div {
    padding-left: 7%;
    font-family: 'HeliosCond';
    font-size: 22px;
}

.ip_comment > div > div:last-child {
    font-weight: bold;
    padding-top: 10px;
}

.ip_comment .btn1 {
    margin-top: 40px;
    font-weight: normal;
    padding: 22px 30px;
    font-size: 28px;
}

.promotion img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.promotion .title {
    color: #d13e74;
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px
}

.promotion .title span {
    display: inline-block;
    padding: 0 15px;
    background: #fff
}

.promotion .title:before {
    content: '';
    display: block;
    background: #d13e74;
    height: 2px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px
}

.promotion .date {
    text-align: center
}

.promotion .date_title {
    margin-bottom: 5px;
    color: #555
}

.promotion .countdownhide {
    visibility: hidden
}

.swiper-banner img {
    max-width: 100%;
    width: 100%;
}

.adv {
    border-left: 2px solid #ccc;
    padding: 20px 20px 0 20px
}

.adv li {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    color: #292929
}

.adv table tr:first-child td:last-child {
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 10px
}

.adv table tr:first-child td:first-child {
    max-width: 50%;
    width: 30%
}

.adv table tr:first-child td {
    vertical-align: middle
}

.adv table tr:last-child td {
    padding-top: 10px;
    font-family: 'HeliosCond';
    font-size: 17px;
    color: #888888;
}

form input[type="checkbox"] {
    display: none
}

form input[type="checkbox"] + label {
    padding: 0 0 0 20px
}

form input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    top: -2px;
    background-image: url("/css/checkbox.png");
    background-repeat: no-repeat;
    background-position: 0 0
}

form input[type="checkbox"]:checked + label:before {
    background-position: 0 -18px
}

form .form-group:last-child {
    margin-bottom: 0
}

.modal-dialog {
    margin: 3px auto
}

.nothing_found {
    padding: 20px 40px;
    border: 2px solid #ccc;
    text-align: center;
    margin: 0 auto 30px auto;
    font-weight: bold
}

#addetect {
    padding: 5px;
    text-align: center;
    background: #ffa39e;
    font-size: 12px;
    font-weight: bold
}

@media (max-width: 670px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left
    }

    .col-xxs-12 {
        width: 100%
    }

    .col-xxs-11 {
        width: 91.66666667%
    }

    .col-xxs-10 {
        width: 83.33333333%
    }

    .col-xxs-9 {
        width: 75%
    }

    .col-xxs-8 {
        width: 66.66666667%
    }

    .col-xxs-7 {
        width: 58.33333333%
    }

    .col-xxs-6 {
        width: 50%
    }

    .col-xxs-5 {
        width: 41.66666667%
    }

    .col-xxs-4 {
        width: 33.33333333%
    }

    .col-xxs-3 {
        width: 25%
    }

    .col-xxs-2 {
        width: 16.66666667%
    }

    .col-xxs-1 {
        width: 8.33333333%
    }
}

.promotion {
    margin-bottom: 40px
}

#site_notification {
    padding: 5px;
    border-bottom: 1px solid #d13e74;
    margin: 5px 0;
    color: #d13e74;
}

#catalog_container {
    position: relative
}

#catalog_container:before {
    content: '';
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.72);
    display: none
}

#catalog_container.lock:before {
    display: block
}

.lock_rate:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999
}

.comment_total {
    font-size: 19px;
    font-family: 'HeliosCond';
}

.small_notification {
    color: #7a7a7a;
    font-size: 19px;
    font-family: 'HeliosCond';
    line-height: 26px;
    padding: 5px 0
}

#site_notification_basket {
    padding: 10px;
    font-family: HeliosCond;
    color: #1f1f1f;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
}

button:disabled {
    background: #cccccc;
}

.rating-container .empty-stars {
    color: #b7b7b7 !important;
}

.rating-container .filled-stars {
    color: #dba591 !important;
    -webkit-text-stroke: 1px transparent !important;
    text-shadow: none !important;
}

.nav0_short .search_block {
    float: left;
}

.search_block {
    display: inline-block;
    line-height: 36px;
    height: 40px;
    padding-right: 42px;
    position: relative;
    background: #ffffff;
    border: 2px solid #a4a4a4;
    width: 100%;
}

.search_block input {
    border: none;
    padding: 0 5px;
    margin: 0;
    background: #ffffff;
    width: 100%;
}

.search_block button {
    border: none;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.search_block button:hover {
    border-color: #ffffff;
}

.search_block .icon-search {
    background-position: 0 -40px;
}

.nav0_short > li > ul li:first-child {
    display: none;
}

@media screen and (max-width: 600px) {
    .nav0_short > li > form {
        display: none;
    }

    .nav0_short > li > ul li:first-child {
        display: block;
    }

    .nav0_short > li.search_mobile > form {
        display: block;
    }

    .nav0_short > li.search_mobile {
        display: block;
        margin-left: 0;
        padding-left: 0;
    }

    .nav0_short {
        height: auto;
    }
}

.swiper-button-next, .swiper-button-prev, .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-button-next.icon-right-open-big:before, .swiper-button-prev.icon-left-open-big:before {
    font-size: 44px;
    width: auto;
}

.swiper-slide.c_item {
    width: 290px;
}

.swiper-slide.swiper-brand {
    width: 150px;
    padding: 0 20px;
}

.swiper-slide.swiper-brand img {
    width: 100%;
}

.modal-header .close {
    color: #d13e74;
    opacity: 1;
    font-size: 40px;
    line-height: 28px;
}

.modal-header .close:hover {
    color: #aa3359;
}

.full-width {
    width: 100%;
}

#login_form .btn1, #login_form .btn2 {
    width: 45%;
}

#login_form .btn2 {
    float: right;
}

#registration-form .btn1 {
    margin: 0 auto;
    display: block;
    width: 300px;
}

#registration-form .form_links > div {
    margin: 0 auto;
    width: 300px;
}

#registration-form .form_links a {
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
}

#registration-form .form_links a:last-child {
    float: right;
}

.empty_basket {
    margin: 20px 0;
    padding: 15px;
    text-align: center;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    border: 2px solid #d13e74;
}

.theme-krajee-svg.rating-md .krajee-icon, .theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 1rem !important;
    height: 1rem !important;
}
