.dropdown-toggle::after {
    display: none;
}

header li {
    list-style-type: none;
}

.ruble {
    font-family: alsrubl-example;
    margin-left: 3px
}

header .top-header {
    background-color: var(--color-color_1);
    min-height: 28px;
}

.drop_menu:hover>ul.dropdown-menu {
    display: block;
}

.drop_menu:hover>ul.dropdown-submenu {
    display: block;
    /*position:relative;*/
    top: 0;
    left: 100%;
    margin-top: 0px;
}

header .top-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .top-header-inner .top-menu {
    z-index: 10001;
    position: relative
}

header .top-header-inner .top-menu>ul {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

header .top-header-inner .top-menu>ul>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    text-decoration: none;
    padding: 6px 10px;
    vertical-align: middle;
}

header .top-header-inner .top-menu>ul>li>a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_down.png);
    display: inline-block;
    width: 12px;
    height: 7px;
    right: 8px
}

header .mobile_down_btn {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1eab9c;
    cursor: pointer;
}

header .mobile_down_btn span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_down.png);
    display: inline-block;
    width: 12px;
    height: 7px;
    right: 8px
}

header .top-header-inner .top-menu>ul>li:hover>a {
    background-color: #18887c
}

header .top-header-inner .top-menu>ul>li>a.dropdown-toggle {
    padding-right: 24px
}

header .top-header-inner .top-menu>ul>li ul {
    border: 0;
    background-color: var(--color-color_1);
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

header .top-header-inner .top-menu>ul>li ul::after,
header .top-header-inner .top-menu>ul>li ul::before {
    display: none
}

header .top-header-inner .top-menu>ul>li ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 15;
    text-decoration: none;
    font-family: rationalist-regular, sans-serif;
    padding: 7px 7px
}

header .top-header-inner .top-menu>ul>li ul li a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right.png);
    display: inline-block;
    width: 5px;
    height: 8px;
    right: 8px;
    margin-top: -4px
}

header .top-header-inner .top-menu>ul>li ul li:hover>a {
    background-color: #18887c
}

header .top-header-inner .top-user ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .top-header-inner .top-user ul li {
    margin-left: 15px;
    list-style-type: none;
    position: relative
}

header .top-header-inner .top-user ul li::after {
    content: "|";
    position: absolute;
    right: -7px;
    top: 0;
    height: 100%;
    width: 1px;
    color: #fff
}

header .top-header-inner .top-user ul li:last-child::after {
    display: none
}

header .top-header-inner .top-user ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: 0
}

header .main-header {
    background-color: var(--color-header_background)
}

header .main-header-inner {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .main-header-inner .top-logo {
    max-width: 263px
}

header .main-header-inner .top-logo img {
    max-width: 100%
}

header .main-header-inner .top-search {
    margin-left: 20px;
    width: 230px
}

header .main-header-inner .top-search .form-row {
    position: relative
}

header .main-header-inner .top-search .form-row input[type=search] {
    width: 100%;
    border: 1px var(--color-color_1) solid;
    padding: 7px 25px 7px 7px;
    font-size: 15px;
    font-weight: 300;
    color: var(--color-color_1);
    line-height: 1
}

header .main-header-inner .top-search .form-row button[type=submit] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    background-color: transparent;
    border: 0;
    padding: 0;
    background-image: url(/icon/search.svg);
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer
}

header .main-header-inner .top-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px
}

header .main-header-inner .top-contacts ul {
    margin: 0;
    padding: 0;
    list-style: none
}

header .main-header-inner .top-contacts ul:last-child {
    margin-top: -2px;
    margin-left: 35px
}

header .main-header-inner .top-contacts ul li {
    min-width: 150px;
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    color: var(--color-color_1);
    font-size: 15px;
    margin-bottom: 2px
}

header .main-header-inner .top-contacts ul li.phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(/icon/phone.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px
}

header .main-header-inner .top-contacts ul li.email {
    padding-left: 20px
}

header .main-header-inner .top-contacts ul li.email::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background-image: url(/icon/mail.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px
}

header .main-header-inner .top-contacts ul li.time {
    padding-left: 20px
}

header .main-header-inner .top-contacts ul li.time::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    background-image: url(/icon/time.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px
}

header .main-header-inner .top-contacts ul li a {
    color: var(--color-color_1);
    border: 0
}

header .main-header-inner .top-cart {
    margin-left: auto
}

header .main-header-inner .top-cart a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 60px;
    position: relative;
    color: var(--color-color_1)
}

header .main-header-inner .top-cart a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 54px;
    height: 40px;
    background-image: url(/icon/cart.svg);
    background-repeat: no-repeat;
    border-right: 1px var(--color-color_1) solid
}

header .main-header-inner .top-cart a:hover {
    text-decoration: none
}

header .main-header-inner .top-cart a div.title {
    font-weight: 400;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px
}

header .main-header-inner .top-cart a div.title span.cart-count {
    background-color: var(--color-body_color_highlight);
    color: #fff;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 5px;
    font-size: 16px
}

header .main-header-inner .top-cart a div.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    font-size: 18px;
    line-height: 20px
}

header .main-header-inner .top-cart a div.info span.cart-total {
    margin-left: 5px;
    font-weight: 400
}

header .main-categories {
    background-color: var(--color-color_2)
}

header .main-categories-inner ul#cats-menu {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin: 0 -15px;
    z-index: 10000
}

header .main-categories-inner ul#cats-menu>li>a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 16px 25px
}

header .main-categories-inner ul#cats-menu>li>a.dropdown-toggle {
    padding-right: 24px
}

header .main-categories-inner ul#cats-menu>li>a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_down.png);
    width: 12px;
    height: 7px;
    right: 8px
}

header .main-categories-inner ul#cats-menu>li:hover>a {
    background-color: #263b3e
}

header .main-categories-inner ul#cats-menu>li ul {
    border: 0;
    background-color: var(--color-color_2);
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

header .main-categories-inner ul#cats-menu>li ul::after,
header .main-categories-inner ul#cats-menu>li ul::before {
    display: none
}

header .main-categories-inner ul#cats-menu>li ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 10px 12px;
    line-height: 17px;
}

header .main-categories-inner ul#cats-menu>li ul li a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right.png);
    width: 5px;
    height: 8px;
    right: 8px;
    margin-top: -4px
}

header .main-categories-inner ul#cats-menu>li ul li:hover>a {
    background-color: #263b3e
}

header .mobile-header {
    display: none
}

header .mobile-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0
}

header .mobile-header-inner .mobile-menu {
    margin-right: 15px
}

header .mobile-header-inner .mobile-menu a {
    display: block;
    width: 24px;
    height: 19px;
    background-image: url(/icon/burger.svg);
    cursor: pointer
}

.burger_btn {
    margin: 15px;
    display: block;
    width: 24px;
    height: 19px;
    background-image: url(/icon/burger_white.svg);
    cursor: pointer
}

header .mobile-header-inner .mobile-logo {
    max-width: 160px;
    margin-right: 15px
}

header .mobile-header-inner .mobile-logo img {
    max-width: 100%
}

header .mobile-header-inner .mobile-auth {
    margin-right: 15px
}

header .mobile-header-inner .mobile-auth a {
    color: var(--color-color_1);
    font-weight: 400
}

header .mobile-header-inner .mobile-auth a:hover {
    text-decoration: none
}

header .mobile-header-inner .mobile-cart a {
    position: relative;
    background-image: url(/icon/cart-mobile.svg);
    background-size: 100%;
    display: block;
    width: 29px;
    height: 26px
}

header .mobile-header-inner .mobile-cart a:hover {
    text-decoration: none
}

header .mobile-header-inner .mobile-cart a span.cart-count {
    background-color: var(--color-body_color_highlight);
    color: #fff;
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    right: -8px;
    top: -5px
}

header .mobile-header .mobile-contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px
}

header .mobile-header .mobile-contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%
}

header .mobile-header .mobile-contacts ul:last-child {
    margin-top: -2px
}

header .mobile-header .mobile-contacts ul li {
    line-height: 20px;
    position: relative;
    padding-left: 15px;
    color: var(--color-color_1);
    font-size: 15px;
    margin-bottom: 2px
}

header .mobile-header .mobile-contacts ul li.phone::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(/icon/phone.svg);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px
}

header .mobile-header .mobile-contacts ul li.email {
    padding-left: 20px
}

header .mobile-header .mobile-contacts ul li.email::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(/icon/mail.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 10px
}

header .mobile-header .mobile-contacts ul li.time {
    padding-left: 20px
}

header .mobile-header .mobile-contacts ul li.time::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 3px;
    background-image: url(/icon/time.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 14px
}

header .mobile-header .mobile-contacts ul li a {
    color: var(--color-color_1);
    border: 0
}

header .mobile-header .mobile-search {
    margin-top: 10px;
    margin-bottom: 10px
}

header .mobile-header .mobile-search .form-row {
    position: relative
}

header .mobile-header .mobile-search .form-row input[type=search] {
    width: 100%;
    border: 1px var(--color-color_1) solid;
    padding: 5px 25px 5px 5px;
    font-size: 15px;
    font-weight: 300;
    color: var(--color-color_1)
}

header .mobile-header .mobile-search .form-row button[type=submit] {
    position: absolute;
    top: 10px;
    right: 8px;
    background-color: transparent;
    border: 0;
    padding: 0;
    background-image: url(/icon/search.svg);
    width: 15px;
    height: 14px;
    background-repeat: no-repeat;
    cursor: pointer
}

main {
    min-height: 400px
}

main .main-slider {
    height: 450px;
    border-bottom: 2px #868788 solid;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

main .main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .48)
}

main .main-slider-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .main-slider-inner .title {
    font-weight: 700;
    font-size: 55px;
    line-height: 1.25;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px
}

main .main-slider-inner .info {
    margin-bottom: 40px
}

main .main-slider-inner .info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .main-slider-inner .info ul li {
    font-weight: 700;
    font-size: 26px;
    color: #fff;
    position: relative;
    padding-left: 15px
}

main .main-slider-inner .info ul li:last-child {
    margin-right: 0
}

main .main-slider-inner .info ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: var(--color-body_color_highlight)
}

main .main-slider-inner .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

main .main-slider-inner .link a {
    background-color: var(--color-body_color_highlight);
    text-decoration: none;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 10px 25px 10px 25px;
    position: relative
}

main .main-slider-inner .link a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    width: 14px;
    height: 22px
}

main .main-slider-inner .link a:hover {
    background-color: #df9f0b
}

main .home-banners {
    margin-top: 25px
}

main .home-banners h1.title {
    color: var(--color-color_2);
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin: 0
}

main .home-banners .home-banners-inner {
    margin-top: 25px
}

main .home-banners .home-banners-inner .banners-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .home-banners .home-banners-inner .banners-row.items-2-2 .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%
}

main .home-banners .home-banners-inner .banners-row.items-1-3 .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%
}

main .home-banners .home-banners-inner .banners-row.items-1-3 .item:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

main .home-banners .home-banners-inner .banners-row.items-3-1 .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%
}

main .home-banners .home-banners-inner .banners-row.items-3-1 .item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%
}

main .home-banners .home-banners-inner .banners-row .item {
    padding: 0 15px
}

main .home-banners .home-banners-inner .banners-row .item a {
    text-decoration: none
}

main .home-banners .home-banners-inner .banners-row .item .inner {
    position: relative;
    height: 320px;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

main .home-banners .home-banners-inner .banners-row .item .inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

main .home-banners .home-banners-inner .banners-row .item .inner .info {
    padding: 15px 15px 10px 15px;
    position: relative;
    z-index: 1
}

main .home-banners .home-banners-inner .banners-row .item .inner .info h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 2px #000
}

main .home-banners .home-banners-inner .banners-row .item .inner .info p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px #000;
    min-height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end
}

main .home-info {
    margin-top: 50px
}

main .home-info-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

main .home-info-inner .info-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%;
    padding: 0 15px
}

main .home-info-inner .info-item:nth-child(1) .inner::after {
    right: -147px
}

main .home-info-inner .info-item:nth-child(2) .inner::after {
    right: -118px
}

main .home-info-inner .info-item:nth-child(3) .inner::after {
    right: -66px
}

main .home-info-inner .info-item .inner {
    background-color: var(--color-color_3);
    height: 390px;
    border-radius: 5px;
    padding: 75px 20px 30px;
    position: relative;
    overflow: hidden
}

main .home-info-inner .info-item .inner::before {
    content: "";
    position: absolute;
    left: -87px;
    top: 23px;
    background-image: url(/icon/info_arrow_left.png);
    width: 287px;
    height: 71px
}

main .home-info-inner .info-item .inner::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -66px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/icon/info_arrow_right.png);
    width: 268px;
    height: 66px
}

main .home-info-inner .info-item .inner .icon {
    min-height: 115px;
    margin-bottom: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

main .home-info-inner .info-item .inner .title {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    margin-bottom: 15px
}

main .home-info-inner .info-item .inner .info {
    color: #fff;
    font-size: 18px
}

main .home-info-inner .slick-dots {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

main .home-info-inner .slick-dots li {
    background-color: var(--color-color_3);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    position: relative
}

main .home-info-inner .slick-dots li.slick-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 3px var(--color-color_3) solid;
    border-radius: 50%
}

main .home-info-inner .slick-dots li button {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    text-indent: -9999px
}

main .category-page-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

main .category-page-inner .category-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px
}

main .category-page-inner .category-sidebar .category-filters {
    background-color: #fff;
    border: 1px var(--color-color_2) solid;
    margin-bottom: 30px
}

main .category-page-inner .category-sidebar .category-catalog {
    background-color: #fff;
    border: 1px var(--color-color_2) solid;
    margin-bottom: 30px
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu {
    padding: 0;
    border-radius: 0;
    background-color: #fff
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu>li>a {
    color: var(--color-body_color_font);
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 9px 15px;
    border-bottom: 1px var(--color-color_2) solid
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu>li>a.dropdown-toggle {
    padding-right: 24px
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu>li>a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right_green.png);
    width: 5px;
    height: 8px;
    right: 8px
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu>li>a:hover {
    background-color: var(--color-color_2);
    color: #fff
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu>li:last-child a {
    border-bottom: 0
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul {
    border: 0;
    background-color: var(--color-color_2);
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul::after,
main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul::before {
    display: none
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul li:last-child a {
    border-bottom: 0
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 9px 15px;
    border-bottom: 1px #fff solid!important
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul li a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right.png);
    width: 5px;
    height: 8px;
    right: 8px;
    margin-top: -4px
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul li:hover {
    background-color: #263b3e
}

main .category-page-inner .category-sidebar .category-catalog ul#catalogs-menu ul li:hover>a {
    background-color: #263b3e
}

main .category-page-inner .category-sidebar .sidebar-header {
    padding: 15px;
    font-size: 24px;
    font-weight: 400;
    background-color: var(--color-color_2)
}

main .category-page-inner .category-sidebar .sidebar-header a {
    color: #fff;
    position: relative
}

main .category-page-inner .category-sidebar .sidebar-header a:hover {
    text-decoration: none
}

main .category-page-inner .category-sidebar .sidebar-header a::after {
    content: "";
    margin-left: 10px;
    width: 14px;
    height: 8px;
    display: inline-block;
    background-image: url(/icon/arrow_top_white.png)
}

main .category-page-inner .category-sidebar .sidebar-header a.active::after {
    background-image: url(/icon/arrow_down_white.png)
}

main .category-page-inner .category-sidebar .sidebar-body {
    background-color: #fff;
    padding: 10px 15px
}

main .category-page-inner .category-sidebar .sidebar-body.catalogs {
    padding: 0
}

main .category-page-inner .category-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding: 0 15px
}

main .category-page-inner .category-main h1.category-name {
    color: var(--color-body_color_font);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    line-height: 36px
}

main .category-page-inner .category-main .category-mobile-toolbar {
    display: none;
    padding: 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

main .category-page-inner .category-main .category-mobile-toolbar .sorting span {
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    position: relative
}

main .category-page-inner .category-main .category-mobile-toolbar .sorting span::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 12px;
    margin-left: 7px;
    background-image: url(/icon/sort_arrows.png)
}

main .category-page-inner .category-main .category-mobile-toolbar .sorting .dropdown-menu.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    border: 1px var(--color-color_2) solid;
    border-radius: 0
}

main .category-page-inner .category-main .category-mobile-toolbar .sorting .dropdown-menu.show a {
    color: var(--color-body_color_font)
}

main .category-page-inner .category-main .category-mobile-toolbar .sorting .dropdown-menu.show a:hover {
    text-decoration: none;
    color: var(--color-body_color_font)
}

main .category-page-inner .category-main .category-mobile-toolbar .open-filters a {
    font-size: 24px;
    font-weight: 400;
    position: relative
}

main .category-page-inner .category-main .category-mobile-toolbar .open-filters a::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 7px;
    background-image: url(/icon/filter.png)
}

main .category-page-inner .category-main .category-mobile-toolbar .open-filters a:hover {
    text-decoration: none;
    color: var(--color-body_color_font)
}

main .category-page-inner .category-main .category-description {
    margin-top: 30px
}

main .category-page-inner .category-main .category-description p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.1
}

main .product-page-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

main .product-page-inner .product-sidebar {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 15px
}

main .product-page-inner .product-sidebar .category-catalog {
    background-color: #fff;
    border: 1px var(--color-color_2) solid;
    margin-bottom: 30px
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu {
    padding: 0;
    border-radius: 0;
    background-color: #fff
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu>li>a {
    color: var(--color-body_color_font);
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 9px 15px;
    border-bottom: 1px var(--color-color_2) solid
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu>li>a.dropdown-toggle {
    padding-right: 24px
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu>li>a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right_green.png);
    width: 5px;
    height: 8px;
    right: 8px
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu>li>a:hover {
    background-color: var(--color-color_2);
    color: #fff
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu>li:last-child a {
    border-bottom: 0
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul {
    border: 0;
    background-color: var(--color-color_2);
    border-radius: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul::after,
main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul::before {
    display: none
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul li:last-child a {
    border-bottom: 0
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding: 9px 15px;
    border-bottom: 1px #fff solid!important
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul li a span.sub-arrow {
    border: 0;
    background-image: url(/icon/arrow_right.png);
    width: 5px;
    height: 8px;
    right: 8px;
    margin-top: -4px
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul li:hover {
    background-color: #263b3e
}

main .product-page-inner .product-sidebar .category-catalog ul#catalogs-menu ul li:hover>a {
    background-color: #263b3e
}

main .product-page-inner .product-sidebar .sidebar-header {
    padding: 15px;
    font-size: 24px;
    font-weight: 400;
    background-color: var(--color-color_2)
}

main .product-page-inner .product-sidebar .sidebar-header a {
    color: #fff;
    position: relative
}

main .product-page-inner .product-sidebar .sidebar-header a:hover {
    text-decoration: none
}

main .product-page-inner .product-sidebar .sidebar-header a::after {
    content: "";
    margin-left: 10px;
    width: 14px;
    height: 8px;
    display: inline-block;
    background-image: url(/icon/arrow_top_white.png)
}

main .product-page-inner .product-sidebar .sidebar-header a.active::after {
    background-image: url(/icon/arrow_down_white.png)
}

main .product-page-inner .product-sidebar .sidebar-body {
    background-color: #fff;
    padding: 10px 15px
}

main .product-page-inner .product-sidebar .sidebar-body.catalogs {
    padding: 0
}

main .product-page-inner .product-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding: 0 15px
}

main .product-page-inner .product-main h1.product-name {
    color: var(--color-body_color_font);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    line-height: 36px
}

main .product-page-inner .product-main ul.product-cats {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline
}

main .product-page-inner .product-main ul.product-cats li {
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 400
}

main .product-page-inner .product-main ul.product-cats li.title {
    color: var(--color-body_color_font);
    text-transform: uppercase
}

main .product-page-inner .product-main ul.product-cats li:last-child {
    margin-right: 0
}

main .product-page-inner .product-main ul.product-cats li.selected a {
    color: var(--color-body_color_font)
}

main .product-page-inner .product-main ul.product-cats li a {
    color: #838383
}

main .product-page-inner .product-main ul.product-cats li a:hover {
    color: var(--color-body_color_font)
}

main .product-page-inner .product-main .product-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

main .product-page-inner .product-main .product-wrapper .product-main-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666%;
    -ms-flex: 0 0 66.6666%;
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
    width: 100%;
    padding: 0 15px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery {
    background-color: #fff;
    border: 1px var(--color-color_2) solid
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery .item {
    height: 400px;
    padding: 15px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery .item img {
    max-width: 100%;
    max-width: 400px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery {
    margin-top: 25px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .item {
    text-align: center;
    margin: 0 15px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .item img {
    width: 100%;
    height: 120px;
    border: 1px var(--color-color_2) solid;
    -o-object-fit: cover;
    object-fit: cover
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    border: 0;
    cursor: pointer;
    z-index: 10000
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .slick-arrow.slick-prev {
    left: 0;
    background-image: url(/icon/arrow_left_dark.png)
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .slick-arrow.slick-next {
    right: 0;
    background-image: url(/icon/arrow_right_dark.png)
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs {
    margin-top: 25px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs>ul li {
    margin-right: 5px;
    cursor: pointer
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs>ul li h2 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #8d8d8d;
    font-weight: 400;
    line-height: 1.1;
    padding: 2px 4px 2px;
    border: 1px transparent solid
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs>ul li h2.active {
    border-left-color: #7298a0;
    border-top-color: #7298a0;
    border-right-color: #7298a0;
    color: var(--color-body_color_font)
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane {
    padding: 10px 4px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane span.hint-yellow {
    background-color: #fff200
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane h3 {
    font-weight: 400;
    font-size: 24px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style: none
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane ul li {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 7px;
    position: relative
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 5px;
    height: 5px;
    background-color: var(--color-color_3);
    border-radius: 50%
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-video {
    margin-top: 25px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share {
    margin-top: 25px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .title {
    font-weight: 700;
    font-size: 18px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a {
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    background-color: var(--color-body_color_font);
    width: 34px;
    height: 34px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .8)
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a.vk::before {
    background-image: url(/icon/vk.svg);
    width: 25px;
    height: 14px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a.ig::before {
    background-image: url(/icon/ig.svg);
    width: 24px;
    height: 24px
}

main .product-page-inner .product-main .product-wrapper .product-main-info .product-share .links a.yt::before {
    background-image: url(/icon/yt.svg);
    width: 21px;
    height: 26px
}

main .product-page-inner .product-main .product-wrapper .product-upsale {
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px
}

main .product-page-inner .product-main .product-wrapper .product-upsale h3.title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}

main .product-page-inner .product-main .product-wrapper .product-upsale .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 18px;
    border: 0;
    cursor: pointer;
    z-index: 10000
}

main .product-page-inner .product-main .product-wrapper .product-upsale .slick-arrow.slick-prev {
    left: -10px;
    background-image: url(/icon/arrow_left_dark.png)
}

main .product-page-inner .product-main .product-wrapper .product-upsale .slick-arrow.slick-next {
    right: -10px;
    background-image: url(/icon/arrow_right_dark.png)
}

main .product-page-inner .product-main .product-wrapper .slick-dots {
    margin: 15px 0 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

main .product-page-inner .product-main .product-wrapper .slick-dots li {
    background-color: var(--color-color_3);
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    position: relative
}

main .product-page-inner .product-main .product-wrapper .slick-dots li.slick-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 3px var(--color-color_3) solid;
    border-radius: 50%
}

main .product-page-inner .product-main .product-wrapper .slick-dots li button {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    text-indent: -9999px
}

main .product-page-inner .product-main .product-wrapper .product-buying {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%;
    padding: 0 15px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner {
    background-color: #fff;
    border: 1px var(--color-color_2) solid;
    margin-bottom: 30px;
    padding: 15px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner h2 {
    font-size: 23px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.2
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-summary {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.2
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-summary p {
    margin-bottom: 0
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-code {
    margin-bottom: 15px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-code span {
    background-color: var(--color-body_color_highlight);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    padding: 3px 7px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-name {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li {
    margin-bottom: 5px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 52px;
    height: 52px;
    background-color: var(--color-color_2);
    color: #fff;
    font-weight: 400;
    font-size: 24px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li a:hover {
    background-color: #2d4b50;
    color: #fff;
    text-decoration: none
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li a.selected {
    background-color: #2d4b50;
    color: #fff
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li a.selected::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 37px;
    height: 25px;
    background-image: url(/icon/options-selected.png)
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul.color li a {
    margin-bottom: 25px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul.color li a span {
    position: absolute;
    font-size: 10px;
    font-weight: 300;
    bottom: -27px;
    left: 0;
    color: var(--color-body_color_font);
    line-height: 12px;
    height: 25px;
    overflow: hidden
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks {
    margin-bottom: 20px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .title {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .sku-stock {
    margin-bottom: 10px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .sku-stock span {
    position: relative;
    padding-left: 27px;
    display: block
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .sku-stock span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .sku-stock span.stock-high::before {
    background-image: url(/icon/stock-high.png)
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-stocks .sku-stock span.stock-none::before {
    background-image: url(/icon/stock-none.png)
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart {
    border-top: 1px var(--color-color_1) solid;
    padding-top: 10px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px 0
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-opt-price,
main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.1
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-opt-price span,
main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-price span {
    font-weight: 400;
    font-size: 18px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-opt-price span.ruble,
main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-features .product-price span.ruble {
    margin-left: 0
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions {
    margin: 20px 0 0;
    padding-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px var(--color-color_1) solid
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 0
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-qty input[type=text] {
    border: 0;
    font-size: 28px;
    padding: 0 3px;
    margin: 0 3px;
    font-weight: 400;
    background-color: transparent;
    color: var(--color-color_2);
    max-width: 40px;
    line-height: 32px;
    text-align: center
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-qty span {
    font-size: 28px;
    line-height: 32px;
    color: var(--color-color_2);
    font-weight: 400;
    cursor: pointer
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-additional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 10px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-additional a.compare {
    background-image: url(/icon/compare.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 23px;
    cursor: pointer
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-actions .product-additional a.fav {
    background-image: url(/icon/fav.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 23px;
    cursor: pointer;
    margin-right: 25px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-buy {
    margin-top: 15px
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-delivery-info {
    text-align: center;
    margin: 10px 0 0
}

main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-cart .product-delivery-info span {
    font-weight: 500
}

main .cart-page-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

main .cart-page-inner .cart-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 15px
}

main .cart-page-inner .cart-main h1.cart-title {
    color: var(--color-body_color_font);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding: 0;
    line-height: 36px
}

main .cart-page-inner .cart-main .cart-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px
}

main .cart-page-inner .cart-main .cart-list .cart-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-body_color_font);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-sizes {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-header .cart-products-del {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6%;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-image img {
    max-width: 120px
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name a {
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name span {
    display: block
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-size {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 17%;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    width: 100%;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 13%;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty .qty-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    border: 1px #747676 solid;
    padding: 3px;
    background-color: var(--color-body_color_highlight);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty .qty-inner span {
    font-weight: 400;
    cursor: pointer
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty .qty-inner input {
    max-width: 40px;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-align: center
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
    width: 100%;
    font-size: 20px;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-del {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 6%;
    -ms-flex: 0 0 6%;
    flex: 0 0 6%;
    max-width: 6%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-del a {
    display: block;
    margin: auto;
    width: 14px;
    height: 14px;
    background-image: url(/icon/delete.png);
    background-repeat: no-repeat
}

main .cart-page-inner .cart-main .cart-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    width: 100%;
    padding: 0 10px
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    margin-bottom: 20px
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-price span.strong {
    font-weight: 400;
    font-size: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-price span.total {
    font-size: 30px;
    font-weight: 400;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-amount,
main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-weight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    margin-bottom: 10px;
    font-size: 18px
}

main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-amount span,
main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-weight span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    width: 100%;
    padding: 0 10px
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons input[type=submit] {
    background-color: var(--color-color_1);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    height: 52px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons input[type=submit]:hover {
    background-color: #1a8a7d
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons a.add-to-order {
    font-size: 24px;
    font-weight: 400;
    height: 52px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: var(--color-color_1);
    color: #fff;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons a.add-to-order:hover {
    background-color: #1a8a7d;
    text-decoration: none
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-info {
    font-size: 18px
}

main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-info p {
    margin-bottom: 10px
}

main .cart-page-inner .cart-main .cart-checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    padding: 0 20px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step {
    margin-bottom: 25px;
    background-color: var(--color-body_color_highlight);
    position: relative
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-name {
    font-size: 24px;
    font-weight: 400;
    color: var(--color-body_color_font);
    margin-bottom: 5px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner {
    padding: 25px 0
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field.line {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    margin-bottom: 3px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field.line .wa-name {
    font-size: 16px;
    min-width: 150px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field.line .wa-value {
    font-size: 16px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field.line .wa-value input {
    font-size: 16px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field .wa-name {
    font-weight: 400;
    margin-bottom: 3px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field .wa-value input {
    border: 1px transparent solid;
    background-color: transparent;
    font-weight: 300;
    padding: 0;
    width: 100%;
    max-width: 320px;
    padding-bottom: 5px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field .wa-value input:focus {
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #959798 solid;
    position: relative
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .label-radio {
    padding-left: 35px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .checkmark-radio {
    width: 14px;
    height: 14px;
    border: 1px var(--color-color_1) solid;
    background-color: transparent;
    top: 4px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .label-radio .checkmark-radio::after {
    background-color: var(--color-color_1);
    top: 3px;
    left: 3px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .description {
    font-size: 16px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .description p {
    margin-bottom: 5px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .description span.alert {
    color: red
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .info {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 5px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: var(--color-body_color_font);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-header .checkout-products-count {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-header .checkout-products-total {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item:last-child {
    margin-bottom: 0
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80%;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-name a {
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-name span {
    display: block
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-price {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 11%;
    -ms-flex: 0 0 11%;
    flex: 0 0 11%;
    max-width: 11%;
    width: 100%;
    font-size: 20px;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-comment span.title {
    display: block;
    margin-bottom: 5px;
    font-weight: 400
}

main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-comment textarea {
    width: 100%;
    border: 1px #959798 solid;
    background-color: transparent;
    min-height: 200px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
    padding: 0 20px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions {
    padding: 10px 15px;
    border: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .title {
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .checkout-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    margin-bottom: 10px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .checkout-info .products-count {
    font-weight: 400;
    font-size: 18px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .checkout-info .products-total {
    font-weight: 400;
    font-size: 18px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .checkout-total-weight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    margin-bottom: 10px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-cart-totals .checkout-total-amount {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #959798 solid
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #959798 solid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-delivery span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-delivery span.delivery-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 5px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-delivery span.delivery-title {
    font-weight: 400;
    font-size: 18px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-delivery span.delivery-total {
    font-weight: 400;
    font-size: 18px;
    text-align: right
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-total-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-total-price .strong {
    font-weight: 400;
    font-size: 24px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-total-price .total {
    font-weight: 400;
    font-size: 24px
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-buttons {
    margin: 15px 0
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-buttons input[type=submit] {
    background-color: var(--color-color_1);
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    padding: 5px 10px;
    width: 100%
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions .checkout-buttons input[type=submit]:hover {
    background-color: #1a8a7d
}

main .cart-page-inner .cart-main .cart-checkout .checkout-side a.back-cart {
    margin-top: 10px;
    display: inline-block
}

main .cart-page-inner .cart-main .checkout-success {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

main .cart-page-inner .cart-main .checkout-success .success-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 100%;
    padding: 0 15px
}

main .cart-page-inner .cart-main .checkout-success .success-info p {
    font-size: 24px;
    font-weight: 400
}

main .cart-page-inner .cart-main .checkout-success .success-info p.strong {
    font-size: 30px;
    margin-bottom: 25px
}

main .cart-page-inner .cart-main .checkout-success .success-info .success-buttons {
    margin-top: 25px
}

main .cart-page-inner .cart-main .checkout-success .success-info .success-buttons a {
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    background-color: var(--color-color_1);
    color: #fff;
    padding: 10px 25px
}

main .cart-page-inner .cart-main .checkout-success .success-info .success-buttons a:hover {
    background-color: #1a8a7d;
    text-decoration: none
}

main .cart-page-inner .cart-main .checkout-success .success-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 100%;
    padding: 0 15px
}

main .cart-page-inner .cart-main .checkout-success .success-image img {
    max-width: 100%
}

main .cart-page-inner .cart-main .checkout-success .success-image p {
    font-size: 30px;
    margin-top: 15px;
    text-align: center;
    font-weight: 400
}

footer .footer-inner {
    padding: 45px 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .footer-inner .footer-contacts .adress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px
}

footer .footer-inner .footer-contacts .adress span.title {
    font-weight: 700;
    font-size: 18px
}

footer .footer-inner .footer-contacts .contacts a {
    font-weight: 700;
    font-size: 18px;
    display: block
}

footer .footer-inner .footer-contacts .contacts a:hover {
    text-decoration: none;
    color: var(--color-body_color_font)
}

footer .footer-inner .footer-info .time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer-inner .footer-info .time span.title {
    font-weight: 700;
    font-size: 18px
}

footer .footer-inner .footer-info .social {
    margin-top: 65px
}

footer .footer-inner .footer-info .social span.title {
    font-weight: 700;
    font-size: 18px
}

footer .footer-inner .footer-info .social .links {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .footer-inner .footer-info .social .links a {
    margin-right: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative;
    background-color: var(--color-body_color_font);
    width: 34px;
    height: 34px;
    border-radius: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

footer .footer-inner .footer-info .social .links a:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .8)
}

footer .footer-inner .footer-info .social .links a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

footer .footer-inner .footer-info .social .links a.vk::before {
    background-image: url(/icon/vk.svg);
    width: 25px;
    height: 14px
}

footer .footer-inner .footer-info .social .links a.ig::before {
    background-image: url(/icon/ig.svg);
    width: 24px;
    height: 24px
}

footer .footer-inner .footer-info .social .links a.yt::before {
    background-image: url(/icon/yt.svg);
    width: 21px;
    height: 26px
}

footer .footer-inner .footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer-inner .footer-links ul li.title {
    font-weight: 700;
    font-size: 18px
}

footer .footer-inner .footer-links ul li a:hover {
    color: var(--color-body_color_font)
}

footer .footer-inner .footer-links ul.last {
    margin-top: 45px
}

footer .footer-inner .footer-links.user ul.last {
    margin-top: 25px
}

footer .footer-inner .footer-copy {
    margin-top: 25px
}

footer .footer-inner .footer-copy p {
    font-size: 14px;
    margin: 0
}

.main-breadcrumbs {
    margin-bottom: 15px;
    margin-top: 15px
}

.main-breadcrumbs ul.breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.main-breadcrumbs ul.breadcrumbs li a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px #000 solid;
    margin-right: 30px
}

.main-breadcrumbs ul.breadcrumbs li a::after {
    content: "→";
    position: absolute;
    right: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--color-body_color_font)
}

.main-breadcrumbs ul.breadcrumbs li a:hover {
    text-decoration: none;
    color: var(--color-color_1);
    border-color: var(--color-color_1)
}

.main-breadcrumbs ul.breadcrumbs li span {
    border-bottom: 1px #000 solid;
    margin-right: 30px
}

.label-checkbox {
    display: block;
    position: relative;
    padding: 4px 5px 4px 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    font-size: 18px
}

.label-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    display: none
}

.checkmark-checkbox {
    position: absolute;
    top: 4px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid var(--color-color_3);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.label-checkbox input:checked~.checkmark-checkbox {
    background-color: #fff
}

.checkmark-checkbox:after {
    content: "";
    position: absolute;
    display: none
}

.label-checkbox input:checked~.checkmark-checkbox:after {
    display: block
}

.label-checkbox .checkmark-checkbox:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    color: #fff;
    width: 13px;
    height: 10px;
    background-image: url(/icon/check_blue.svg);
    background-repeat: no-repeat
}

.label-color {
    display: inline-block;
    position: relative;
    margin-bottom: 7px;
    margin-right: 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 26px;
    width: 26px;
    border-radius: 4px
}

.label-color input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark-checkbox-color {
    position: absolute;
    top: 1px;
    left: 0;
    height: 26px;
    width: 26px;
    border: 1px solid rgba(0, 0, 0, .11);
    border-radius: 4px
}

.checkmark-checkbox-color:after {
    content: "";
    position: absolute;
    display: none
}

.label-color input:checked~.checkmark-checkbox-color:after {
    display: block
}

.label-color .checkmark-checkbox-color:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    left: 7px;
    top: 5px
}

.label-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.label-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%
}

.label-radio:hover input[type=radio]~.checkmark-radio {
    background-color: #ccc
}

.label-radio input[type=radio]:checked~.checkmark-radio {
    background-color: #2196f3
}

.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none
}

.label-radio input[type=radio]:checked~.checkmark-radio:after {
    display: block
}

.label-radio .checkmark-radio:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.custom-select {
    position: relative
}

.custom-select select {
    display: none
}

.select-selected {
    background-color: #1e90ff
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px
}

.select-items div,
.select-selected {
    color: #fff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, .1) transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.select-items {
    position: absolute;
    background-color: #1e90ff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99
}

.select-hide {
    display: none
}

.same-as-selected,
.select-items div:hover {
    background-color: rgba(0, 0, 0, .1)
}

.filters .filters-header {
    position: relative;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px
}

.filters .filter-item {
    padding: 7px 0
}

.filters .filter-item:first-child {
    padding-top: 0;
    border-top: none
}

.filters .filter-item:last-child {
    padding-bottom: 0
}

.filters .filter-item .item-header {
    cursor: pointer;
    font-size: 24px;
    color: var(--color-body_color_font);
    font-weight: 400;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.filters .filter-item .item-header i.icon {
    width: 11px;
    height: 7px;
    margin-left: 5px;
    display: inline-block
}

.filters .filter-item .item-header i.icon.arrow-down {
    background-image: url(/icon/arrow_down_black.png)
}

.filters .filter-item .item-header i.icon.arrow-top {
    background-image: url(/icon/arrow_top_black.png)
}

.filters .filter-item .item-inner {
    margin-top: -6px
}

.filters .filter-item .item-inner .slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 60px;
    margin-top: -6px
}

.filters .filter-item .item-inner .slider input[type=text] {
    font-size: 16px;
    color: var(--color-body_color_font);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    border: 0;
    padding: 0 10px
}

.filters .filter-item .item-inner .slider input[type=text]::-webkit-input-placeholder {
    color: var(--color-body_color_font);
    font-weight: 300
}

.filters .filter-item .item-inner .slider input[type=text]::-moz-placeholder {
    color: var(--color-body_color_font);
    font-weight: 300
}

.filters .filter-item .item-inner .slider input[type=text]:-ms-input-placeholder {
    color: var(--color-body_color_font);
    font-weight: 300
}

.filters .filter-item .item-inner .slider input[type=text]::-ms-input-placeholder {
    color: var(--color-body_color_font);
    font-weight: 300
}

.filters .filter-item .item-inner .slider input[type=text]::placeholder {
    color: var(--color-body_color_font);
    font-weight: 300
}

.filters .filter-item .item-inner .slider input[type=text].min {
    border: 3px var(--color-color_3) solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right-width: 2px
}

.filters .filter-item .item-inner .slider input[type=text].max {
    border: 3px var(--color-color_3) solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left-width: 0
}

.filters .filter-item .item-inner .slider .filter-slider {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    height: 4px;
    margin: 0;
    background-color: #ccc;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    vertical-align: middle
}

.filters .filter-item .item-inner .slider .filter-slider .ui-slider-range {
    height: 4px;
    background-color: var(--color-color_3);
    border-radius: 3px;
    position: absolute
}

.filters .filter-item .item-inner .slider .filter-slider a.ui-slider-handle {
    width: 12px;
    height: 12px;
    background-color: var(--color-color_3);
    border-radius: 50%;
    top: -4px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    position: absolute
}

.filters .filter-item .item-inner .slider .filter-slider a.ui-slider-handle:last-child {
    margin-left: -12px
}

.filters .filter-item .item-inner .show-filters {
    margin: 5px 0 6px 0;
    display: inline-block;
    color: var(--color-body_color_font);
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 18px;
    font-size: 18px;
    position: relative
}

.filters .filter-item .item-inner .show-filters::after {
    content: "";
    margin-left: 5px;
    width: 11px;
    height: 7px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(/icon/arrow_down_black.png)
}

.filters .filter-item .item-inner .show-filters.active::after {
    background-image: url(/icon/arrow_top_black.png)
}

.filters .filter-item .item-inner .show-filters:hover {
    color: var(--color-body_color_font)
}

.filters .filters-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 15px
}

.filters .filters-action button[type=submit] {
    background-color: var(--color-color_1);
    color: #fff;
    padding: 7px 15px;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filters .filters-action button[type=submit]:hover {
    background-color: #1a8a7d
}

.filters .filters-action button[type=submit] span.filters-count {
    margin-left: 10px;
    background-color: var(--color-body_color_highlight);
    color: #fff;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700
}

.filters .filters-action a.filters-reset {
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 24px;
    text-align: center;
    color: var(--color-body_color_font);
    border: 2px var(--color-color_1) solid
}

.filters .filters-action a.filters-reset:hover {
    text-decoration: none
}

.products ul.sorting {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    -webkit-box-align: first baseline;
    -webkit-align-items: first baseline;
    -ms-flex-align: first baseline;
    align-items: first baseline
}

.products ul.sorting li {
    margin-right: 10px;
    margin-bottom: 5px;
    font-weight: 400
}

.products ul.sorting li.title {
    color: var(--color-body_color_font)
}

.products ul.sorting li:last-child {
    margin-right: 0
}

.products ul.sorting li.selected a {
    color: var(--color-body_color_font)
}

.products ul.sorting li a {
    color: #838383
}

.products ul.sorting li a:hover {
    color: var(--color-body_color_font)
}

.products ul.products-list {
    margin: 0 -15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

.products ul.products-list.with-slider {
    display: block;
    margin: 0 -15px 0
}

.products ul.products-list.with-slider li {
    width: initial;
    padding: 0;
    max-width: initial;
    margin: 0 15px
}

.products ul.products-list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px
}

.products ul.products-list li .products-item {
    border: 1px var(--color-color_2) solid;
    padding: 10px;
    background-color: #fff
}

.products ul.products-list li .products-item .products-image {
    position: relative;
    height: 160px
}

.products ul.products-list li .products-item .products-image a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 160px
}

.products ul.products-list li .products-item .products-image a img {
    max-width: 100%;
    max-height: 160px
}

.products ul.products-list li .products-item .products-name {
    margin-top: 10px
}

.products ul.products-list li .products-item .products-name a {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.25;
    max-height: 45px;
    overflow: hidden
}

.products ul.products-list li .products-item .products-name a:hover {
    text-decoration: none;
    color: var(--color-color_2)
}

.products ul.products-list li .products-item .products-summary {
    margin-top: 10px;
    max-height: 50px;
    overflow: hidden
}

.products ul.products-list li .products-item .products-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px -10px 0
}

.products ul.products-list li .products-item .products-features .products-opt-price,
.products ul.products-list li .products-item .products-features .products-price {
    -webkit-box-flex: 0;
    width: 100%;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    line-height: 1.1;
    justify-content: space-between;
}

.products ul.products-list li .products-item .products-features .products-opt-price span,
.products ul.products-list li .products-item .products-features .products-price span {
    font-weight: 400;
    font-size: 18px
}

.products ul.products-list li .products-item .products-features .products-opt-price span.ruble,
.products ul.products-list li .products-item .products-features .products-price span.ruble {
    margin-left: 0
}

.products ul.products-list li .products-item .products-actions {
    margin: 15px 0 15px 0;
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px var(--color-color_1) solid
}

.products ul.products-list li .products-item .products-actions .products-qty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px 0
}

.products ul.products-list li .products-item .products-actions .products-qty input[type=text] {
    border: 0;
    font-size: 28px;
    padding: 0 3px;
    margin: 0 3px;
    font-weight: 400;
    background-color: transparent;
    color: var(--color-color_2);
    max-width: 40px;
    line-height: 32px;
    text-align: center
}

.products ul.products-list li .products-item .products-actions .products-qty span {
    font-size: 28px;
    line-height: 32px;
    color: var(--color-color_2);
    font-weight: 400;
    cursor: pointer
}

.products ul.products-list li .products-item .products-actions .products-additional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0 0 10px
}

.products ul.products-list li .products-item .products-actions .products-additional a.compare {
    background-image: url(/icon/compare.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 23px;
    cursor: pointer
}

.products ul.products-list li .products-item .products-actions .products-additional a.fav {
    background-image: url(/icon/fav.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 23px;
    cursor: pointer;
    margin-right: 25px
}

.products .pagination a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    width: 100%;
    background-color: var(--color-color_1);
    color: #fff;
    padding: 7px 25px;
    font-size: 24px;
    border: 0;
    cursor: pointer;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.products .pagination a::after {
    content: "+";
    display: inline-block;
    margin-left: 7px;
    font-size: 24px
}

.products .pagination a:hover {
    text-decoration: none;
    background-color: #1a8a7d
}

.fixed-toolbar {
    position: fixed;
    bottom: 0;
    z-index: 330;
    width: 100%;
    left: 0;
    background-color: var(--color-color_2)
}

.fixed-toolbar .footer-open-mobile {
    display: none;
    width: 34px;
    height: 34px;
    background: var(--color-color_2);
    top: -35px;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.fixed-toolbar .footer-open-mobile a {
    display: block;
    width: 24px;
    height: 19px;
    background-image: url(/icon/burger.svg);
    cursor: pointer
}

.fixed-toolbar .inner ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

.fixed-toolbar .inner ul li:first-child a {
    border-left: 1px #263b3e solid
}

.fixed-toolbar .inner ul li.viewed a::before {
    content: "\42"
}

.fixed-toolbar .inner ul li.compare a::before {
    content: "\63"
}

.fixed-toolbar .inner ul li.liked a::before {
    content: "\7d"
}

.fixed-toolbar .inner ul li.search a::before {
    content: "\e075"
}

.fixed-toolbar .inner ul li.active a {
    background-color: #263b3e
}

.fixed-toolbar .inner ul li.disabled a {
    pointer-events: none
}

.fixed-toolbar .inner ul li.actions {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fixed-toolbar .inner ul li.actions .lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px
}

.fixed-toolbar .inner ul li.actions .lang.active {
    background-color: #263b3e
}

.fixed-toolbar .inner ul li.actions .lang a {
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff
}

.fixed-toolbar .inner ul li.actions .lang a::before {
    display: none
}

.fixed-toolbar .inner ul li.actions .lang a:hover {
    background-color: transparent;
    text-decoration: none
}

.fixed-toolbar .inner ul li.actions .lang a span.code {
    font-size: 10px
}

.fixed-toolbar .inner ul li.actions .lang a span.flag-icon {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-position: 50%;
    background-size: contain;
    width: 1.33333333em;
    line-height: 1em;
    display: inline-block
}

.fixed-toolbar .inner ul li.actions .lang a span.flag-icon::before {
    content: "\00a0"
}

.fixed-toolbar .inner ul li.actions .lang ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 62px;
    background-color: #263b3e;
    padding: 10px;
    width: 65px;
    left: 0;
    list-style: none;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px var(--color-color_2) solid
}

.fixed-toolbar .inner ul li.actions .lang ul li {
    margin-bottom: 12px
}

.fixed-toolbar .inner ul li.actions .lang ul li:last-child {
    margin-bottom: 0
}

.fixed-toolbar .inner ul li.actions .lang ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.fixed-toolbar .inner ul li.actions .lang ul li a span.code {
    font-size: 10px;
    margin-left: 5px
}

.fixed-toolbar .inner ul li.actions .lang ul li a span.flag-icon {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-position: 50%;
    background-size: contain;
    width: 1.33333333em;
    line-height: 1em;
    display: inline-block
}

.fixed-toolbar .inner ul li.actions .lang ul li a span.flag-icon::before {
    content: "\00a0"
}

.fixed-toolbar .inner ul li.actions .cart-bottom.disabled {
    display: none
}

.fixed-toolbar .inner ul li.actions .cart-bottom a {
    background-color: #009688;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    font-weight: 400;
    position: relative
}

.fixed-toolbar .inner ul li.actions .cart-bottom a:hover {
    background-color: #0fa597;
    color: #fff;
    text-decoration: none
}

.fixed-toolbar .inner ul li.actions .cart-bottom a i {
    font-size: 32px;
    display: block;
    height: 30px
}

.fixed-toolbar .inner ul li.actions .cart-bottom a span.cart_count {
    background-color: #00695b;
    position: absolute;
    top: 14px;
    left: 40px;
    border-radius: 15px;
    height: 15.5px;
    line-height: 1.36;
    font-size: 12px;
    padding: 0 5.5px 0 4.5px
}

.fixed-toolbar .inner ul li.actions .cart-bottom a span.cart-total {
    font-size: 14px;
    margin-left: 5px;
    margin-top: 16px
}

.fixed-toolbar .inner ul li.lang {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 16px 23px;
    display: none
}

.fixed-toolbar .inner ul li.lang.active {
    background-color: #263b3e
}

.fixed-toolbar .inner ul li.lang a {
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.fixed-toolbar .inner ul li.lang a::before {
    display: none
}

.fixed-toolbar .inner ul li.lang a:hover {
    background-color: transparent
}

.fixed-toolbar .inner ul li.lang a span.code {
    font-size: 10px
}

.fixed-toolbar .inner ul li.lang a span.flag-icon {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-position: 50%;
    background-size: contain;
    width: 1.33333333em;
    line-height: 1em;
    display: inline-block
}

.fixed-toolbar .inner ul li.lang a span.flag-icon::before {
    content: "\00a0"
}

.fixed-toolbar .inner ul li.lang ul {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 62px;
    background-color: #263b3e;
    padding: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    list-style: none;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px var(--color-color_2) solid
}

.fixed-toolbar .inner ul li.lang ul li {
    margin-bottom: 12px
}

.fixed-toolbar .inner ul li.lang ul li:last-child {
    margin-bottom: 0
}

.fixed-toolbar .inner ul li.lang ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.fixed-toolbar .inner ul li.lang ul li a span.code {
    font-size: 10px;
    margin-left: 5px
}

.fixed-toolbar .inner ul li.lang ul li a span.flag-icon {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    background-position: 50%;
    background-size: contain;
    width: 1.33333333em;
    line-height: 1em;
    display: inline-block
}

.fixed-toolbar .inner ul li.lang ul li a span.flag-icon::before {
    content: "\00a0"
}

.fixed-toolbar .inner ul li>a {
    display: block;
    padding: 25px 15px 15px 48px;
    border-right: 1px #263b3e solid;
    color: #fff;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    position: relative
}

.fixed-toolbar .inner ul li>a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: extra;
    font-weight: 400;
    font-size: 32px;
    font-style: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fixed-toolbar .inner ul li>a:hover {
    text-decoration: none;
    background-color: #263b3e
}

.fixed-toolbar .inner ul li>a span.count {
    display: block;
    position: absolute;
    top: 7px;
    left: 45px;
    color: #fff;
    background-color: var(--color-body_color_font);
    text-shadow: 0 0 3px rgba(0, 0, 0, .2);
    border-radius: 15px;
    font-size: 13px;
    padding: 0 4.5px 0 4.5px
}

.popup-overlay {
    position: fixed;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 1;
    background: rgba(0, 0, 0, .6);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    display: none;
    z-index: 1000
}

.popup-overlay.active {
    display: block
}

.popup-overlay.visible {
    opacity: 1
}

.hidden-mobile-menu {
    width: 310px;
    min-height: 100%;
    background-color: var(--color-color_1);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: -330px;
    overflow: scroll;
    height: 100%
}

.hidden-mobile-menu.active {
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px)
}

.hidden-mobile-menu ul#mobile-left-menu {
    background: var(--color-color_1)
}

.hidden-mobile-menu ul#mobile-left-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    font-family: rationalist-regular, sans-serif;
    padding-right: 10px !important;
}

.hidden-mobile-menu ul#mobile-left-menu li a span.sub-arrow {
    background-color: transparent;
    border: 0;
    background-image: url(/icon/arrow_down.png);
    width: 12px;
    height: 7px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px
}

.hidden-mobile-menu ul#mobile-left-menu li a span.sub-arrow::before {
    display: none
}

.hidden-mobile-filters {
    width: 310px;
    min-height: 100%;
    background-color: #fff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: fixed;
    z-index: 10001;
    top: 0;
    left: -330px;
    overflow: scroll;
    height: 100%
}

.hidden-mobile-filters.active {
    -webkit-transform: translateX(330px);
    -ms-transform: translateX(330px);
    transform: translateX(330px)
}

.hidden-mobile-filters .filters {
    padding: 15px
}

@media (max-width:1199.98px) {
    header .main-header-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    header .main-header-inner .top-logo {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    header .main-header-inner .top-contacts {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
        margin-left: 80px
    }
    header .main-header-inner .top-search {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 15px
    }
    header .main-header-inner .top-cart {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        margin-top: -165px
    }
    main .main-slider-inner .title {
        font-size: 45px
    }
    main .main-slider-inner .info ul li {
        font-size: 20px
    }
    main .home-banners h1.title {
        font-size: 30px
    }
    main .home-info-inner .info-item .inner {
        height: 100%
    }
    main .home-info-inner .info-item .inner .title {
        font-size: 20px
    }
    main .home-info-inner .info-item .inner .info {
        font-size: 16px
    }
    main .category-page-inner .category-sidebar .sidebar-header {
        padding: 10px;
        font-size: 20px
    }
    main .category-page-inner .category-sidebar .sidebar-body {
        padding: 10px
    }
    .filters .filter-item .item-header {
        font-size: 20px
    }
    .label-checkbox {
        font-size: 16px
    }
    .filters .filters-action button[type=submit] {
        font-size: 20px
    }
    .filters .filters-action a.filters-reset {
        font-size: 18px
    }
    .products ul.sorting li {
        font-size: 15px
    }
    .products ul.products-list>li .products-item .products-name a {
        font-size: 16px;
        line-height: 1.1;
        max-height: 35px
    }
    .products ul.products-list>li .products-item .products-summary {
        font-size: 14px;
        max-height: 60px;
        line-height: 1.1
    }
    .products ul.products-list>li .products-item .products-features .products-opt-price span,
    .products ul.products-list>li .products-item .products-features .products-price span {
        font-size: 16px
    }
    .products ul.products-list>li .products-item .products-actions .products-qty input[type=text] {
        font-size: 22px
    }
    .products ul.products-list>li .products-item .products-actions .products-qty span {
        font-size: 22px
    }
    .products ul.products-list>li .products-item .products-actions .products-additional a.fav {
        margin-right: 15px
    }
    .products ul.products-list>li .products-item .products-buy button[type=submit] {
        font-size: 20px
    }
    .products .pagination a {
        font-size: 20px
    }
    main .product-page-inner .product-sidebar .sidebar-header {
        padding: 10px;
        font-size: 20px
    }
    main .product-page-inner .product-sidebar .sidebar-body {
        padding: 10px
    }
    main .product-page-inner .product-main h1.product-name {
        font-size: 24px;
        margin-bottom: 10px
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }
    main .product-page-inner .product-main .product-wrapper .product-buying {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner h2 {
        font-size: 20px
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-code span {
        font-size: 16px
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-name {
        font-size: 16px
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li a {
        font-size: 20px
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane {
        font-size: 14px
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-tabs .tab-content .tab-pane ul li {
        font-size: 16px
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery .item img {
        height: 100px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-price span.total {
        font-size: 26px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-totals .cart-total-price span.strong {
        font-size: 26px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons {
        margin-bottom: 20px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons input[type=submit] {
        font-size: 22px;
        height: 42px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons a.add-to-order {
        font-size: 22px;
        height: 42px
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-side {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media (max-width:991.98px) {
    header .main-header-inner .top-logo {
        max-width: 200px
    }
    header .main-header-inner .top-contacts {
        margin-left: 20px
    }
    header .main-header-inner .top-contacts ul:last-child {
        margin-left: 15px
    }
    header .main-header-inner .top-cart {
        margin-top: -149px
    }
    header .main-header-inner .top-cart a {
        padding-left: 65px
    }
    header .main-header-inner .top-cart a::before {
        background-image: none
    }
    main .main-slider {
        height: 400px
    }
    main .main-slider-inner .title {
        font-size: 30px
    }
    main .main-slider-inner .info ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    main .main-slider-inner .info ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    main .main-slider-inner .link a {
        font-size: 20px
    }
    main .main-slider-inner .link a::after {
        background-size: 80%;
        top: 16px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    main .home-banners .home-banners-inner .banners-row .item .inner .info h3 {
        font-size: 22px;
        line-height: 26px
    }
    main .home-banners .home-banners-inner .banners-row .item .inner .info p {
        font-size: 16px
    }
    main .home-banners .home-banners-inner .banners-row.items-1-3 .item,
    main .home-banners .home-banners-inner .banners-row.items-1-3 .item:last-child,
    main .home-banners .home-banners-inner .banners-row.items-3-1 .item,
    main .home-banners .home-banners-inner .banners-row.items-3-1 .item:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    footer .footer-inner .footer-contacts {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    footer .footer-inner .footer-info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    footer .footer-inner .footer-links.info {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    footer .footer-inner .footer-links.user {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    footer .footer-inner .footer-links.catalog {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
        margin-top: 25px
    }
    footer .footer-inner .footer-links.catalog ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    footer .footer-inner .footer-links.catalog ul li.title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
    footer .footer-inner .footer-links.catalog ul li {
        margin-right: 25px
    }
    footer .footer-inner .footer-copy {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
    main .category-page-inner .category-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
    main .category-page-inner .category-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
    .products ul.products-list>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .products .pagination a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    main .product-page-inner .product-sidebar {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%
    }
    main .product-page-inner .product-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%
    }
    main .product-page-inner .product-main h1.product-name {
        line-height: 26px;
        margin-bottom: 15px
    }
    main .product-page-inner .product-main ul.product-cats {
        display: none
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .product-page-inner .product-main .product-wrapper {
        position: relative
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery {
        position: absolute;
        top: 0;
        left: 15px;
        max-width: 438px;
        width: 100%
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery .item {
        height: 300px
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery .item img {
        max-width: 300px
    }
    main .product-page-inner .product-main .product-wrapper .slick-dots {
        bottom: initial
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-thumbs-gallery {
        display: none
    }
    main .product-page-inner .product-main .product-wrapper .product-buying {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 370px
    }
    main .product-page-inner .product-main .product-wrapper .product-upsale {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    main .cart-page-inner .cart-main .cart-list .cart-header {
        font-size: 15px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-image img {
        max-width: 90px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name a {
        font-size: 15px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name span {
        font-size: 15px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-size {
        font-size: 15px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty .qty-inner input {
        max-width: 30px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-price {
        padding-left: 10px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-totals {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-side {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-side .checkout-actions {
        padding: 0;
        border: 0
    }
    main .cart-page-inner .cart-main h1.cart-title {
        text-align: center
    }
    main .cart-page-inner .cart-main .checkout-success .success-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
    main .cart-page-inner .cart-main .checkout-success .success-image {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 25px;
        text-align: center
    }
    .fixed-toolbar .inner ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .fixed-toolbar .inner ul li a:hover,
    .fixed-toolbar .inner ul li.active a {
        background-color: transparent
    }
    .fixed-toolbar .inner ul li a {
        padding: 25px 70px 25px 0;
        border: 0!important
    }
    .fixed-toolbar .inner ul li a::before {
        left: 0
    }
    .fixed-toolbar .inner ul li a span.name {
        display: none
    }
    .fixed-toolbar .inner ul li a span.count {
        left: 30px
    }
    .fixed-toolbar .inner ul li.lang {
        padding: 10px 23px
    }
    .fixed-toolbar .inner ul li.lang ul {
        bottom: 50px
    }
}

@media (max-width:767.98px) {
    header .main-categories,
    header .main-header,
    header .top-header {
        display: none
    }
    header .mobile-header {
        display: block
    }
    main .home-banners .home-banners-inner .banners-row {
        margin-bottom: 0
    }
    main .home-banners .home-banners-inner .banners-row.items-1-3 .item,
    main .home-banners .home-banners-inner .banners-row.items-1-3 .item:last-child,
    main .home-banners .home-banners-inner .banners-row.items-2-2 .item,
    main .home-banners .home-banners-inner .banners-row.items-3-1 .item,
    main .home-banners .home-banners-inner .banners-row.items-3-1 .item:first-child {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px
    }
    main .home-banners .home-banners-inner .banners-row .item .inner .info {
        min-height: 50px
    }
    main .home-banners .home-banners-inner .banners-row .item .inner .info p {
        display: none
    }
    footer .footer-inner .footer-contacts,
    footer .footer-inner .footer-info,
    footer .footer-inner .footer-links.info,
    footer .footer-inner .footer-links.user {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
    footer .footer-inner .footer-links.info,
    footer .footer-inner .footer-links.user {
        margin-top: 25px
    }
    footer .footer-inner .footer-links ul.last,
    footer .footer-inner .footer-links.user ul.last {
        margin-top: 0
    }
    main .category-page-inner .category-sidebar {
        display: none
    }
    main .category-page-inner .category-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .products ul.sorting {
        display: none
    }
    main .category-page-inner .category-main .category-mobile-toolbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    main .product-page-inner .product-sidebar {
        display: none
    }
    main .product-page-inner .product-main {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery {
        position: absolute;
        top: 0;
        width: 100%;
        max-width: 510px
    }
    main .cart-page-inner .cart-main .cart-list .cart-header {
        display: none
    }
    main .cart-page-inner .cart-main .cart-list .cart-item {
        position: relative;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-image {
        position: absolute;
        left: 0;
        top: 0;
        width: 90px;
        max-width: 90px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name {
        padding-left: 110px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-size {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        padding-left: 110px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px 0 110px;
        margin-bottom: 5px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-del {
        position: absolute;
        top: 0;
        right: 0
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-price {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 110px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-name {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 25px
    }
    main .cart-page-inner .cart-main .cart-list .cart-item .cart-item-qty {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        position: absolute;
        right: 0;
        bottom: 10px;
        max-width: 60px
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons input[type=submit] {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        padding: 7px 0
    }
    main .cart-page-inner .cart-main .cart-bottom .cart-actions .cart-buttons a.add-to-order {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
        padding: 7px 0
    }
    .fixed-toolbar .footer-open-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:575.98px) {
    main .main-slider-inner .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px
    }
    main .main-slider-inner .info {
        margin-bottom: 20px
    }
    main .main-slider-inner .info ul li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 18px
    }
    main .home-banners h1.title {
        font-size: 22px
    }
    footer .footer-inner {
        padding: 15px 0
    }
    footer .footer-inner .footer-contacts .adress,
    footer .footer-inner .footer-copy p:last-child,
    footer .footer-inner .footer-info .time,
    footer .footer-inner .footer-links.catalog,
    footer .footer-inner .footer-links.info,
    footer .footer-inner .footer-links.user {
        display: none
    }
    footer .footer-inner .footer-info .social {
        margin-top: 0
    }
    footer .footer-inner .footer-info .social span.title {
        display: none
    }
    footer .footer-inner .footer-info .social .links {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
    footer .footer-inner .footer-contacts,
    footer .footer-inner .footer-info {
        max-width: 50%
    }
    footer .footer-inner .footer-contacts .contacts a {
        font-size: 16px;
        font-weight: 400
    }
    footer .footer-inner .footer-copy {
        margin-top: 15px
    }
    .products ul.products-list>li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .products .pagination a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    main .product-page-inner .product-main .product-wrapper .product-main-info .product-gallery {
        width: 330px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    main .product-page-inner .product-main .product-wrapper .product-buying-inner .product-options .options-item .options-choise ul li {
        margin-right: 5px
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .label-radio {
        padding-left: 25px
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner ul li .info {
        position: relative
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .wa-form .wa-field.line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-header .checkout-products-count {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-header .checkout-products-total {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }
    main .cart-page-inner .cart-main .cart-checkout .checkout-steps .checkout-step .checkout-step-inner .checkout-products-list .checkout-products-item .checkout-item-price {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
    main .cart-page-inner .cart-main .checkout-success .success-image {
        display: none
    }
    .fixed-toolbar .inner ul li.actions .cart-bottom a span.cart-total {
        display: none
    }
    main .home-banners .home-banners-inner .banners-row .item .inner {
        height: 150px
    }
    main .home-banners .home-banners-inner .banners-row .item .inner .info h3 {
        font-size: 20px
    }
}

.has-submenu>.caret {
    display: none;
}
