:root {
    --first-color: #0cb6cc;
    --first-color-hover: #24bdd1;
    --first-color-active: #0aa3b7;
    --second-color: #f58b2e;
    --first-radius: 8px;
    --first-shadow: 0 0 4px rgba(102, 102, 102, 0.3);
} 
*, ::before, ::after {
    box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"],
textarea {
    outline: none;
    font-family: "Roboto", sans-serif;
}
ul {
    margin: 0;
    padding: 0;
}
button {
    font-family: "Roboto", sans-serif;
    border: 0;
    cursor: pointer;
    padding: 0;
}
img {
    max-width: 100%;
    object-fit: contain;
    --aspect-ratio: 1 / 1;
}
a {
    color: var(--first-color);
}
a:hover {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #333;
    scroll-behavior: smooth;
}
body.no-scroll {
    overflow: hidden;
}
main {
    background-color: #f7f7f7;
    padding: 15px 0;
    min-height: calc(100vh - 464px);
}
.container {
    padding: 0 15px;
    width: 100%;
}
.button {
    background-color: var(--first-color);
    border-radius: var(--first-radius);
    color: #fff;
    padding: 0 15px;
    display: inline-block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    border: 0;
}
.button:hover {
    background-color: var(--first-color-hover);
}
.button:active {
    background-color: var(--first-color-active);
}
.button.button-xl {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
header {
    padding-top: 50px;
}
header .mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding-top: 5px;
    padding-bottom: 5px;
}
header .mobile .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .mobile .container > *:not(.minicart) {
    margin: 0 5px 0 0;
}
header .mobile nav > button {
    padding: 0 6px;
    position: relative;
    width: 30px;
    height: 28px;
    background-color: var(--first-color);
    border-radius: var(--first-radius);
}
header .mobile nav > button::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px;
    width: calc(100% - 12px);
    background-color: #fff;
    height: 2px;
}
header .mobile nav > button::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 6px;
    width: calc(100% - 12px);
    height: 12px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

header .mobile nav .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    padding: 10px 30px;
    display: none;
}
header .mobile nav .menu .close{
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat center center / 100%;
    right: 15px;
    top: 10px;
    position: absolute;
    z-index: 10;
}
header .mobile nav .menu .phone{
    color: #7b7b7b;
    position: relative;
    text-decoration: none;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
}
header .mobile nav .menu .phone::before{
    content: '';
    background: url(../images/sprite-mobile-menu-gray.png) no-repeat -129px 0;
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: -2px;
}
header .mobile nav .menu .worktime {
    color: #bdb8b8;
    padding: 0 0 10px 20px;
    line-height: 24px;
}
header .mobile nav .menu > ul li {
    display: block;
    padding: 10px 0;
}
header .mobile nav .menu > ul li a {
    color: #7b7b7b;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}
header .mobile nav .menu > ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/sprite-mobile-menu-gray.png) no-repeat 0 0;
}
header .mobile nav .menu > ul li.yandex a::before,
header .mobile nav .menu > ul li.news a::before{
    background-position: -80px 0;
}
header .mobile nav .menu > ul li.flamp) a::before{
    width: 12px;
}
header .mobile nav .menu > ul li.delivery a::before{
    background-position: -45px 0;
}
header .mobile nav .menu > ul li.samovivoz a::before{
    background-position: -112px 0;
}
header .mobile nav .menu > ul li.payment a::before{
    background-position: -11px 0;
}
header .mobile nav .menu > ul li.contacts a::before{
    background-position: -28px 0;
}
header .mobile nav .menu > ul li.job a::before{
    background-position: -62px 0;
}
header .mobile nav .menu > ul li.faq a::before{
	background-position: -98px 0;
	width: 14px;
}
header .mobile nav .menu .catalog {
    margin-bottom: 10px;
}
header .mobile nav .menu .catalog span {
    position: relative;
    display: block;
    padding-left: 20px;
    font-size: 20px;
    font-weight: bold;
    background: url(../images/mobile-menu-arrow.png) no-repeat right center;
    cursor: pointer;
}
header .mobile nav .menu .catalog span::before{
    content: '';
    position: absolute;
    width: 16px;
    height: 11px;
    border-top: 2px solid #717171;
    border-bottom: 2px solid #717171;
    top: 6px;
    left: 0;
}
header .mobile nav .menu .catalog span::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 3px;
    background-color: #717171;
    top: 10px;
    left: 0;
}
header .mobile nav .menu .catalog > ul{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: auto;
    z-index: 1;
    padding: 10px 30px;
}
header .mobile nav .menu .catalog li {
    display: block;
    position: relative;
}
header .mobile nav .menu .catalog li.submenu::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -15px;
    background: url(../images/arrow-gray.png) no-repeat 0 0;
    width: 5px;
    height: 10px;
}
header .mobile nav .menu .catalog li.submenu.active::before {
    background-position: -5px 0;
    width: 10px;
    height: 5px;
    top: 17px;
}
header .mobile nav .menu .catalog li a {
    color: #7b7b7b;
    display: block;
    text-decoration: none;
    padding: 10px 0;
}
header .mobile nav .menu .catalog li.second a {
    color: var(--second-color);
    font-weight: bold;
}

header .mobile nav .menu .catalog > ul ul {
    display: none;
    padding-left: 10px;
}
header .mobile .location button{
    background: url(../images/location.svg) no-repeat 0 0 / 100%;
    width: 25px;
    height: 26px;
}
header .mobile .personal,
header .full .personal,
header .fixed .personal {
    display: block;
    background: url(../images/personal.svg) no-repeat 0 0 / 100%;
    width: 25px;
    height: 25px;
}
header .mobile .logo {
    display: block;
    width: 150px;
}
header .mobile .search-wrapper button {
    background: url(../images/search.svg) no-repeat 0 0 / 100% 100%;
    width: 25px;
    height: 25px;
}
header .mobile .search-wrapper .search {
    position: absolute;
    top: 100%;
    left: 0;
    right:  0;
    z-index: 1;
    display: none;
}
header .mobile .container > .phone {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/call.svg) no-repeat 0 0 / 100% 100%;
}
header .mobile .cart {
    background: url(../images/cart.svg) no-repeat 0 0 / 100% 100%;
    width: 25px;
    height: 25px;
}

header .full {
    display:  none;
}
header .full .top{
    display: flex;
}
header .full .top .prmn-cmngr {
    margin-right: 15px;
}
header .full .top .prmn-cmngr .prmn-cmngr__city,
header .fixed .prmn-cmngr .prmn-cmngr__city  {
    border-bottom: 1px dotted #333;
    cursor: pointer;
}
header .full .top .prmn-cmngr .prmn-cmngr__city:hover,
header .fixed .prmn-cmngr .prmn-cmngr__city:hover {
    border: 0;
}
header .prmn-cmngr .prmn-cmngr__confirm-btns input[type="button"].prmn-cmngr__confirm-btn_no,
header .prmn-cmngr .prmn-cmngr__confirm-btns input[type="button"].prmn-cmngr__confirm-btn_no:hover {
    background: var(--second-color);
    border: 0;
}
header .full .top .worktime {
    font-size: 13px;
    color: #666;
    background: url(../images/clock-blue.png) no-repeat 0px center;
    position: relative;
    padding: 0 13px 0 17px;
    cursor: pointer;
}
header .full .top .worktime::after {
    content: '';
    width: 10px;
    height: 5px;
    background: url(../images/arrow-gray.png) no-repeat -5px 0;
    position: absolute;
    top: 5px;
    right: 0;
}
header .full .top .worktime span {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    margin-top: 10px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-top: 0;
    border-radius: var(--first-radius);
    white-space: nowrap;
    z-index: 1;
}
header .full .top ul {
    display: flex;
    margin-left: auto;
    font-size: 13px;
}
header .full .top ul li {
    display: block;
}

header .full .top ul li a {
    color: #666;
    padding: 2px;
    text-decoration: none;
}
header .full .top ul li a:hover {
    text-decoration: underline;
}
header .full .bottom {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
header .fixed {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    padding: 5px 0;
}
header .fixed .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .fixed .container >*:not(.minicart) {
    margin-right: 10px;
}
header .fixed nav {
    position: relative;
}
header .fixed nav > ul {
    top: 100%;
    left: 0;
    right: auto;
    bottom: auto;
}
header .fixed nav.active > ul {
    display: block;
}
header .fixed nav .catalog-button{
    text-transform: uppercase;
    color: #fff;
    padding: 12px 25px 12px 15px;
    display: inline-block;
    background: url(../images/arrow-white.png) no-repeat 82px center var(--first-color);
    cursor: pointer;
}
header .fixed .prmn-cmngr {
    padding: 13px 0;
    display: none;
}
header .full .search,
header .fixed .search  {
    flex: 1 1 320px;
    position: relative;
    margin: 0 15px;
}
header .search input[type='text'] {
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    height: 36px;
    padding: 0 65px 0 12px;
    font-size: 13px;
    width: 100%;
}
header .search .button-search {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/search.svg) no-repeat center center / 20px;
    width: 36px;
    height: 36px;
    cursor: pointer;
}
header .fixed .phone {
    flex: 0 0 130px;
}
header .full .phone a,
header .fixed .phone a{
    color: #333;
    font-weight: bold;
    background: url(../images/call.svg) no-repeat 0px 2px / 13px;
    padding: 0 0 0 15px;
    text-decoration: none;
}
header .fixed .phone a {
    display: block;
}
.minicart {
    position: relative;
    font-size: 13px;
}
.minicart .cart_open{
    background: url(../images/cart.svg) no-repeat 0 4px;
    height: 40px;
    padding-left: 40px;
    color: #666;
    cursor: pointer;
}
.mobile .minicart .cart_open,
.fixed .minicart .cart_open {
    width: 0;
    overflow: hidden;
}
.minicart .cart_open > span{
    display: block;
    padding-top: 4px;
}
.minicart .cart_open .count {
    position: absolute;
    left: 20px;
    top: 0;
    color: #fff;
    font-size: 12px;
    background: #0cb6cc;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding-top: 1px;
    text-align: center;
    border: 1px solid #fff;
}
.minicart .cart_open .uppercase {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}
.minicart .cart_show {
    position:absolute;
    top: 100%;
    width: 100vw;
    right: -15px;
    box-shadow: -1px 1px 10px -3px #a8aeac;
    padding: 15px;
    display: none;
    background-color: #fff;
    z-index: 2;
}
.minicart .close{
    width: 30px;
    height: 30px;
    background: url(../images/close-gray.png) no-repeat center center / 12px;
    right: 14px;
    top: 9px;
    position: absolute;
    z-index: 10;
}
.minicart .subtitle {
    font-size: 16px;
}
.minicart .body-cart {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 15px 0;
    overflow-y: auto;
    max-height: 356px;
}
.minicart .item,
#simplecheckout_cart .item {
    padding: 10px 0;
}
.minicart .body-cart img,
#simplecheckout_cart img {
    width: 100px;
}
.minicart .body-cart .item-top,
#simplecheckout_cart .item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#simplecheckout_cart .quantity-price {
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    align-items: center;
}
#simplecheckout_cart .prices {
    flex: 1 1 90px;
    
}
#simplecheckout_cart .quantity,
#simplecheckout_cart .prices {
    margin: 0 4px 10px;
}
.minicart .body-cart .quantity button,
#simplecheckout_cart .quantity button {
    background-color: var(--first-color);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.minicart .body-cart .quantity  span,
#simplecheckout_cart .quantity  input[type=text] {
    display: inline-block;
    border: 1px solid var(--first-color);
    width: 45px;
    border-radius: var(--first-radius);
    height: 25px;
    text-align: center;
    line-height: 23px;
}
.minicart .body-cart .total,
#simplecheckout_cart .item .total {
    font-size: 18px;
    font-weight: bold;
}
.minicart .body-cart .remove,
#simplecheckout_cart .remove {
    background: url(../images/delete.svg) no-repeat center center / 20px;
    width: 30px;
    height: 30px;
}
.minicart .body-cart a,
#simplecheckout_cart a {
    color: #333;
}
.minicart .all_summ {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}
.minicart .all_summ span:last-child{
    font-weight: bold;
    color: #333;
}
.minicart .checkout {
    margin: 10px 0 0;
    float: right;
}
.catalog-menu {
    background-color: var(--first-color);
}
.catalog-menu nav > ul {
    display: flex;
    justify-content: space-between;
}
.catalog-menu nav > ul > li:first-child{
    margin-left: 0;
}
.catalog-menu nav > ul > li:last-child{
    margin-right: 0;
}
.catalog-menu nav li,
header .fixed nav li {
    list-style: none;
}
.catalog-menu nav a,
.catalog-menu nav span,
header .fixed nav a,
header .fixed nav span {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 15px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;  
    height: 100%;  
}
.catalog-menu nav li.other {
    background-color: var(--second-color);
}
.catalog-menu nav li.icon-3d{
    position: relative;
}
.catalog-menu nav li.icon-3d::after{
    content: '3D';
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(20deg);
    font-weight: bold;
    color: var(--second-color);
    font-size: 18px;
}
.catalog-menu nav li.submenu,
header .fixed nav li.submenu {
    position: relative;
}
.catalog-menu nav li.catalog span {
    cursor: pointer;
    background: url(../images/arrow-white.png) no-repeat right center; 
}

.catalog-menu nav .catalog {
    position: relative;
}
.catalog-menu nav li ul,
header .fixed nav ul  {
    display: none;
    position: absolute;
    top: -1px;
    left: 100%;
    border: 1px solid #dfd6cd;
    width:240px;
    z-index: 2;
    background-color: #fff;
}
.catalog-menu nav li.catalog > ul,
header .fixed nav > ul {
    top: 100%;
    left: 0;
}
.catalog-menu nav .catalog ul li,
header .fixed nav ul li {
    border-bottom: 1px solid #dfd6cd;
}
.catalog-menu nav .catalog ul li:last-child,
header .fixed nav ul li:last-child {
    border: 0;
}
.catalog-menu nav li:hover > ul,
header .fixed nav li:hover > ul {
    display: block;
}
.catalog-menu nav .catalog a,
header .fixed nav a {
    color: #666;
    text-align: left;
}
.catalog-menu nav .catalog a:hover,
header .fixed nav a:hover {
    color: var(--first-color);
}
.catalog-menu .submenu,
header .fixed nav .submenu {
    background: url(../images/arrow-menu.png) no-repeat 220px center;
}
main .content_top {
    margin-bottom: 30px;
}
.content_top .top-slider {
    position: relative;
    min-height: 152px;
    overflow: hidden;
}
.top-slider .blurimage {
    position: absolute;
    background: url(../images/blurbanner.jpg) no-repeat 100% 100% #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 54.8%;
    z-index: 1;
}

.content_top .top-slider img {
    width: 100%;
}
.slick-slider {
    width: 100%;
}
.slick-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 5px;
    width: 17px;
    height: 30px;
    background: url('../images/slider-arrows.png') no-repeat 0 0;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 1;
    display: none !important;
}
.slick-slider:hover .slick-arrow {
    display: block !important;
}
.slick-slider .slick-next{
    left: auto;
    right: 5px;
    background-position: -17px 0;
}
.slick-slider .slick-dots {
    display: flex;
    margin-bottom: 10px;
}
.slick-slider .slick-dots li {
    display: block;
    background-color: #e6e6e6;
    flex: 1 1 auto;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 2px;
    height: 2px;
}
.slick-slider .slick-dots li.slick-active {
    background-color: var(--first-color);
}

.content_top .mobile-buttons {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content_top .mobile-buttons a {
    background-color: var(--first-color);
    color: #fff;
    border-radius: var(--first-radius);
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    flex: 0 0 45%;
}
.content_top .mobile-buttons a:first-child {
    flex: 0 0 100%;
    margin-bottom: 20px;
}
main .product_day,
.product_list .item,
.product_grid .item{
    width: 260px;
    position: relative;
    background-color: #fff;
    box-shadow: var(--first-shadow);
    display: flex;
    flex-direction: column;
}
main .product_day {
    margin: 0 auto;
    width: 100%;
    max-width: 354px;
}
main .product_day .images {
    max-height: 215px;
    overflow: hidden;
}
.product_day .wrap-labels,
.item .wrap-labels,
.product_grid .item .wrap-labels {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: white;
}
.product_day .wrap-labels .available,
.item .wrap-labels .available,
.product_grid .item .wrap-labels .available{
    /*background: var(--first-color);*/
    background: #abd92f;
    padding: 0px 10px;
    border-radius: 4px;
    font-size: 16px;
    color: white;
    line-height: 32px;
}
.product_list .item .images,
.product_grid .item .images{
    max-height: 235px;
    overflow: hidden;
}
main .product_day .images img {
    width: 100%;
    aspect-ratio: 3/2;
}
main .product_day .persent,
.product_list .item .persent,
.product_grid .item .persent{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: white;
    background: var(--second-color);
    border-radius: 4px;
    line-height: 32px;
    width: 65px;
    text-align: center;
}
main .product_day .info,
.product_list .item .info,
.product_grid .item .info {
    padding: 0 15px 15px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.product_list .item .info,
.product_grid .item .info {
    padding: 0 10px 10px;
}
main .product_day .name,
.product_list .item .name,
.product_grid .item .name {
    margin-bottom: 10px;
}
main .product_day .name a,
.product_list .item .name a,
.product_grid .item .name a{
    color: #333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
main .product_day .specifications,
.product_list .item .specifications,
.product_grid .item .specifications {
    list-style: none;
    margin-bottom: 10px;
    line-height: 24px;    
}
.product_list .item .specifications,
.product_grid .item .specifications {
    font-size: 12px;
    line-height: 16px;
}
main .product_day .labels,
.product_list .item .labels,
.product_grid .item .labels {
    margin: auto 0 20px;
    font-size: 11px;
    color: var(--first-color);
}
.product_list .item .labels,
.product_grid .item .labels {
    margin-bottom: 10px;
}
main .product_day .labels > div,
.product_list .item .labels > div,
.product_grid .item .labels > div,
.product .availablity > div {
    position: relative;
    padding-left: 38px;
    line-height: 20px;
}
main .product_day .labels > div::before,
.product_list .item .labels > div::before,
.product_grid .item .labels > div::before,
.product .availablity > div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
main .product_day .labels .icon-delivery::before,
.product_list .item .labels .icon-delivery::before,
.product_grid .item .labels .icon-delivery::before,
.product .availablity .icon-delivery::before {
    background: url(../images/delivery.png) no-repeat 0 0 / 100%;
    width: 32px;
    height: 16px;
}
main .product_day .labels .icon-build::before,
.product_list .item .labels .icon-build::before,
.product_grid .item .labels .icon-build::before,
.product .availablity .icon-build::before{
    background: url(../images/build.png) no-repeat 0 0 / 100%;
    width: 19px;
    height: 16px;
    left: 10px;
}
main .product_day .labels .icon-available::before,
.product_list .item .labels .icon-available::before,
.product_grid .item .labels .icon-available::before,
.product .availablity .icon-available::before{
    background: url(../images/available.svg) no-repeat 0 0 / 100%;
    width: 19px;
    height: 19px;
    left: 15px;
}
.product .availablity .icon-pickup::before{
    background: url(../images/pickup.png) no-repeat 0 0 / 100%;
    width: 19px;
    height: 19px;
    left: 15px;
}
main .product_day .raiting a,
.product_list .item .raiting a,
.product_grid .item .raiting a {
    display: inline-block;
    position: relative;
    color: #777;
    text-decoration: none;
    background: url(../images/raiting-stars-0.png) no-repeat 0 0 / auto 100%;
    padding-left:  85px;
    line-height: 14px;
    font-size: 12px;
}
main .product_day .raiting a::before,
.product_list .item .raiting a::before,
.product_grid .item .raiting a::before,
.product .raiting::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/raiting-stars.png) no-repeat 0 0 / auto 100%;
    width: 0;
    height: 14px;
}
main .product_day .raiting a.stars-1::before,
.product_list .item .raiting a.stars-1::before,
.product_grid .item .raiting a.stars-1::before,
.product .raiting.stars-1::before{
    width: 15px;
}
main .product_day .raiting a.stars-2::before,
.product_list .item .raiting a.stars-2::before,
.product_grid .item .raiting a.stars-2::before,
.product .raiting.stars-2::before{
    width: 32px;
}
main .product_day .raiting a.stars-3::before,
.product_list .item .raiting a.stars-3::before,
.product_grid .item .raiting a.stars-3::before,
.product .raiting.stars-3::before{
    width: 49px;
}
main .product_day .raiting a.stars-4::before,
.product_list .item .raiting a.stars-4::before,
.product_grid .item .raiting a.stars-4::before,
.product .raiting.stars-4::before{
    width: 66px;
}
main .product_day .raiting a.stars-5::before,
.product_list .item .raiting a.stars-5::before,
.product_grid .item .raiting a.stars-5::before,
.product .raiting.stars-5::before{
    width: 83px;
}
main .product_day .price-block,
.product_list .item .price-block,
.product_grid .item .price-block {
    width: calc(100% - 55px);
}
main .product_day .price-block .price,
.product_list .item .price-block .price,
.product_grid .item .price-block .price {
    font-size: 24px;
    color: #2e2e2e;
}
.product_list .item .price-block .price,
.product_grid .item .price-block .price {
    font-size: 20px;
}
main .product_day .price-block .old-price,
.product_list .item .price-block .old-price,
.product_grid .item .price-block .old-price,
.simplecheckout-cart .old-price {
    color: var(--second-color);
    text-decoration: line-through;
    font-size: 14px;
    display: block;
}
main .product_day .add-to-cart,
.product_list .item .add-to-cart,
.product_grid .item .add-to-cart {
    background: url(../images/card_mini.png) no-repeat center center, var(--first-color);
    width: 35px;
    height: 35px;
    border-radius: 4px;
    flex: 0 0 35px;
}
main .product_day .info > .bottom,
.product_list .item .info > .bottom,
.product_grid .item .info > .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.product_list .item .credit,
.product_grid .item .credit {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
main .full-width-banner{
    display: none;
    margin-bottom: 30px;
}
main .full-width-banner img{
    display: block;
}
main .info_block {
    /* display: flex; */
    margin: 0 -1px 20px;
    /* flex-wrap: wrap; */
}
main .info_block .slick-track {
    display: flex;
}
main .info_block .slick-track .slick-slide {
    display: flex;
    height: auto;
    flex-direction: column;
}
main .info_block a{
    /* flex: 0 0 100%; */
    background-color: #fff;
    color: #333;
    text-decoration: none;
    padding: 20px;
    text-align: center;
}
main .info_block a:hover{
    /* background-color: var(--first-color); */
    color: var(--first-color);
}
main .info_block .image {
    display: flex;
    justify-content: center;
}
main .info_block .image img {
    aspect-ratio: 1/1;
}

main .info_block p {
    font-weight: bold;
    font-size: 20px;
    margin: 5px 0;
}
main .info_block span {
    font-size: 16px;
}
.product_carousel > .title,
.categories_carousel > .title,
.articles_carousel > .title {
    background-color: var(--first-color);
    font-size: 30px;
    color: #fff;
    padding: 30px 0;
}
.product_carousel .title a,
.categories_carousel .title a,
.articles_carousel .title a {
    color: #fff;
    text-decoration: none;
}
.product_carousel .title a:hover,
.categories_carousel .title a:hover,
.articles_carousel .title a:hover {
    text-decoration: underline;
}
.product_carousel .slick-list,
.categories_carousel .slick-list,
.articles_carousel .slick-list {
    margin: 0 -5px;
    padding: 10px 0;
    transform: translateY(-15px);
}
.product_carousel .slick-track,
.categories_carousel .slick-track,
.articles_carousel .slick-track {
    display: flex;
}
.product_carousel .item,
.categories_carousel .item,
.articles_carousel .item {
    margin: 0 5px;
    height: inherit;
    transition: all 0.3s ease-in 0s;
    position: relative;
    z-index: 1;
    background-color: #fff;
    
}
.categories_carousel .item,
.articles_carousel .item {
    box-shadow: var(--first-shadow);
}
.categories_carousel .item a,
.articles_carousel .item a{
    display: block;
    text-decoration: none;
    border-bottom: 3px solid var(--first-color);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.product_carousel .item:hover,
.categories_carousel .item:hover,
.articles_carousel .item:hover {
    transform: translateY(-8px);
}
.product_carousel img,
.categories_carousel img,
.articles_carousel img {
    width: 100%;
    aspect-ratio: 28/25;
}
.categories_carousel .item .title,
.articles_carousel .item .title {
    text-transform: uppercase;
    font-size: 15px;
    color: #928d8d;
    display: block;
    margin: 20px 15px 15px;
}
.categories_carousel .item:hover .title,
.articles_carousel .item:hover .title{
    color: var(--first-color);
}
.articles_carousel .item time{
    margin: auto 20px 10px;
}
.popular_categories {
    background-color: #fff;
    padding: 20px;
    box-shadow: var(--first-shadow);
    margin-bottom: 20px;
}
.popular_categories .title{
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
}
.popular_categories .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.popular_categories a {
    color: #333;
    border: solid 1px #999;
    padding: 5px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: var(--first-radius);
    margin: 5px;
}
.popular_categories a:hover {
    border-color: var(--first-color);
    color: var(--first-color);
}
.bottom_flamp {
    margin-bottom: 20px;
}
.company {
    background-color: #fff;
    padding: 20px;
    box-shadow: var(--first-shadow);
}
.company .toggle_text {
    overflow: hidden;
    font-size: 16px;
    height: 345px;
}
.company h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}
.company .open_text {
    color: var(--first-color);
    cursor: pointer;
    text-align:  center;
    position: relative;
    padding-bottom: 20px;
}
.company .open_text::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background: url(../images/arrow_bottom.png) no-repeat center center;
}
.company .open_text.open::before {
    transform: rotate(180deg);
}
.subscribe-form {
    background-color: var(--first-color);
    padding: 20px 0;
    margin-bottom: -15px;
}
.subscribe-form .title {
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#subscribe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
#subscribe input[type="text"]{
    height: 40px;
    width: 100%;
    border-radius: var(--first-radius);
    border: 1px solid #e6e6e6;
    padding-left: 16px;
    margin-bottom: 10px;
}
#subscribe input[type="text"].invalid {
    border-color: #f00;
}
#subscribe button{
    background-color: var(--second-color);
    color: #fff;
    height: 40px;
    width: 160px;
    border-radius: var(--first-radius);
}
#subscribe .agree {
    margin-top: 10px;
}
#subscribe .agree label{
    position: relative;
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
}
#subscribe .agree label::before {
    content: '';
    position: absolute;
    border: 1px solid #fff;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
}
#subscribe .agree label.checked::before {
    background: url(../images/check-white.png) no-repeat center center;
}

#subscribe .agree a {
    color:  #fff;
}
#subscribe input[type="checkbox"]{
    display: none;
}
footer {
    background-color: #555;
    padding: 20px 0 0;
}

footer .menu .title {
    cursor: pointer;
}
footer .menu .title::after {
    content: '';
    display: inline-block;
    background: url(../images/arrow-white.png) no-repeat center center;
    width: 10px;
    height: 10px;
    margin-left: 10px;
}
footer .menu .title,
footer .contacts .title {
    font-size: 18px;
    color: #f7f7f7;
    text-transform: uppercase;
    border-left: 2px solid var(--first-color);
    padding-left: 15px;
    margin-bottom: 20px;
}
footer .menu ul {
    display: none;
    list-style: none;
    border-left: 2px solid #f5f5f5;
    padding-left: 15px;
    margin-bottom: 20px;
}
footer .menu ul.open {
    display: block;
}
footer .menu ul li{
    margin-bottom: 10px;
}
footer .menu ul li a{
    color: #bbb;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease-in 0s;
}
footer .menu ul li a:hover{
    color: #fff;
}

footer .contacts .box {
    border-left: 2px solid #f5f5f5;
    padding-left: 15px;
    font-size: 18px;
}
footer .contacts .box > div:not(.social),
footer .contacts .skype {
    padding-left: 20px;
    margin-bottom: 10px;
}
footer .contacts .box > div.social {
    display: flex;
    justify-content: space-between;
}
footer .contacts a {
    text-decoration: none;
}
footer .contacts .email {
    background: url(../images/message-blue.png) no-repeat 0 center;
}
footer .contacts .phone {
    background: url(../images/phone_footer-blue.png) no-repeat 0 center;
}
footer .contacts .time {
    background: url(../images/clock-blue.png) no-repeat 0 3px;
    color: #f7f7f7;
}
footer .contacts .skype {
    background: url(../images/skype-blue.png) no-repeat 0 center;
}
footer .bottom {
    background-color: #3b3b3b;
    color: #808080;
    text-align: center;
    padding: 10px 0;
}
footer .bottom a {
    color: #808080;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 13px;
}

.breadcrumb > span:not(:last-child)::after {
    content: '';
    background: url(../images/arrow_bread.png) no-repeat 0 0;
    width: 5px;
    height: 7px;
    display: inline-block;
    margin: 0 4px;
}
.breadcrumb a{
    color: #666;
    text-decoration: none;
}
.breadcrumb a:hover {
    color:var(--first-color);
}
.breadcrumb span[itemprop="item"] {
    color: #757575;
}
main h1 {
    font-weight: normal;
    font-size: 24px;
}
main .category-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
main .category-list .item {
    background-color: #fff;
    border-bottom: 3px solid var(--first-color);
    width: calc(50% - 10px);
    margin: 0 5px 10px;
}
main .category-list .item a {
    text-decoration: none;
}
main .category-list .item img {
    width: 100%;
}
main .category-list .item .title {
    color: #2e2e2e;
    text-transform: uppercase;
    font-size: 16px;
    padding: 20px;
}
main .constructor {
    display: none;
}
main .constructor .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
}
main .content {
    background-color: #fff;
    box-shadow: var(--first-shadow);
    padding: 20px;
    margin-bottom: 20px;
}
main .content .image{
    float: right;
}
main .content::after{
    content: '';
    clear: both;
    display: block;
}
main .content ul{
    list-style-image:  url(/images/information/dots.png);
    list-style-position: inside;
}
main .content p,
main .content ul > li,
main .content ol > li {
    line-height: 20px;
}
main .content h4 {
    color: var(--first-color);
}
main .content .icon {
    padding: 0 0 0 25px;
}
main .content .icon.phone {
    background: url(/images/phone.png) no-repeat 2px 2px;
}
main .content .icon.skype {
    background: url(/images/skype.png) no-repeat 2px 2px;
}
main .content .icon.mail {
    background: url(/images/message.png) no-repeat 2px 2px;
}
main .content table {
    width: 100%;
    border-collapse: collapse;
}
main .content table tbody tr:nth-child(odd) {
    background-color: #eee;
}
main .content table th {
    text-align: left;
}
main .content table th,
main .content table td {
    padding: 10px 5px;
}

main .popup-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

main .popup-buttons button {
    border: 2px solid var(--first-color);
    border-radius: var(--first-radius);
    line-height: 60px;
    padding: 0 20px 0 64px;
    font-size: 14px;
    font-weight: bold;
    background: url(../images/virt_3.png) no-repeat 10px 6px / auto 80% #f7f7f7;
    width: 100%;
    text-align:left;
    margin-bottom: 10px;
    max-width: 420px;
    color: #333;
    height: 64px;
}
main .popup-buttons button:hover {
    background-color: #fff;
}
main .popup-buttons button[data-id=present_vr] {
    line-height: 30px;
}
main .popup-buttons button[data-id=zamer] {
    background-image: url(../images/virt_1.png);
}
main .popup-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, 0.25);
    z-index: 10;
    display: none;
    overflow: auto;
}

main .popup-form .main-popup,
main .popup-form form {
    margin: 20px auto;
    border: 2px solid var(--first-color);
    border-radius: var(--first-radius);
    box-shadow: var(--first-shadow);
    background-color: #fff;
    width: 100%;
    max-width: 768px;
    padding: 20px;
    position: relative;
}
main .popup-form .main-popup {
    max-width: 1024px;
}
main .popup-form#zamer form {
    max-width: 360px;
}
main .popup-form .main-popup .close,
main .popup-form form .close {
    cursor: pointer;
}
main .popup-form form .title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
main .popup-form form .title span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    font-weight: normal;
}
main .popup-form form .fields {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
main .popup-form form .field,
main .popup-form form .more,
main .popup-form form .example {
    width: 100%;
    margin-bottom: 20px;
}
main .popup-form form .length {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
main .popup-form form .example div {
    text-align: center;
}
main .popup-form form .example div:not(.img_a) {
    display: none;
}
main .popup-form form label {
    display: block;
    padding: 0 0 5px 8px;
}
main .popup-form form label span {
    color: #cc220c;
}
main .popup-form form label span.price,
main .popup-form form label span.currency {
    color: var(--second-color);
    font-size: 16px;
}
main .popup-form form input[type="text"],
main .popup-form form input[type="email"],
main .popup-form form input[type="date"],
main .popup-form form textarea,
#occm-form-container input[type="text"],
#occm-form-container input[type="email"],
#occm-form-container textarea{
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    height: 36px;
    padding: 0 12px;
    font-size: 13px;
    width: 100%;
}
main .popup-form form textarea,
#occm-form-container textarea {
    padding-top: 5px;
    height: 70px;
}

main .popup-form form .ui-selectmenu-button {
    background-color: #fff;
    width: 100%;
    height: 36px;
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    padding: 8px 12px;
}
main .popup-form form .ui-selectmenu-icon {
    background-image: none;
    width: 16px;
}
/* .ui-selectmenu-button .ui-icon {
    width: 16px;
} */
main .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0;
    background-color: var(--first-color);
}
main .ui-menu .ui-menu-item-wrapper {
    padding: 6px 12px;
}
main .popup-form form button {
    margin: 0 auto 10px;
    display: block;
    width: 110px;
}

main .popup-form form .slider-range {
    border-radius: 4px/100%;
    border: 1px solid #b3b3b3;
    width: 100%;
    height: 4px;
    position: relative;
    margin-top: 12px;
}
main .popup-form form .slider-range .ui-slider-handle {
    background-color: var(--first-color);
    border: 0;
    cursor: pointer;
    width: 16px;
    height: 16px;
    position: absolute;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
}

main .tags {
    margin-bottom: 10px;
    line-height: 20px;
}
main .tags span {
    color: #333;
}
main .tags a {
    color: #999;
    text-decoration: none;
}
main .tags a::before {
    content: '#';
}
main .tags a:hover {
    border-color: var(--first-color);
    color: var(--first-color);
}

.dream-filter.rdf-mobile-view {
    z-index: 1; 
}
.dream-filter .rdf-form {
    display: none;
}
.dream-filter.rdf-mobile-view .rdf-form {
    border: 0;
    box-shadow: var(--first-shadow);
    width: 335px;
    overflow: hidden;
}
.dream-filter.rdf-mobile-view .rdf-mobile-toggle {
    line-height: 20px;
    top: 10px;
}
.dream-filter.rdf-mobile-view.show .rdf-mobile-toggle{
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/close-gray.png) no-repeat center center / 12px #fff;
}

.dream-filter .rdf-header{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.dream-filter .panel{
    background-color: #fff;
}
.dream-filter .panel-heading a {
    position: relative;
}
.dream-filter .panel-collapse {
    display: none;
}
.dream-filter .panel-collapse.in {
    display: block;
}
.dream-filter .panel-heading a i {
    background: url(../images/arrow_black.png) no-repeat 0 -10px;
    width: 16px;
    height: 10px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.dream-filter.filter-vertical .rdf-group .radio > label,
.dream-filter.filter-vertical .rdf-group .checkbox > label, 
.dream-filter.filter-vertical .rdf-group .image-filter > label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title-section-quiz {
    display: block;
    /*align-items: flex-start;*/
    /*justify-content: flex-start;*/
    /*flex-direction: column;*/
}
.container.product #quiz-choose-kitchen,
.title-section-quiz #quiz-choose-kitchen {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    /*color: #333;*/
    color: #ffffff;
    padding: 0 20px 0 64px;
    font-size: 14px;
    margin: 0px auto 10px;
    /*border: 2px solid var(--first-color);*/
    border: 2px solid var(--second-color);
    border-radius: var(--first-radius);
    font-weight: 600;
    width: 420px;
    max-width: 100%;
    height: 64px;
    /*background: url(../images/manager-profile.png) no-repeat 10px 6px / auto 80% #f7f7f7;*/
    background: url(../images/manager-profile.png) no-repeat 10px 6px / auto 80% var(--second-color);
}
.container.product #quiz-choose-kitchen {
    margin: 10px 0 0 15px;
    padding: 0 20px 0 50px;
    width: 245px;
    min-width: 245px;
    height: 40px;
    /*background: url(../images/manager-profile.png) no-repeat 10px 4px / auto 80% #f7f7f7;*/
    background: url(../images/manager-profile.png) no-repeat 10px 4px / auto 80% var(--second-color);
}

.container.product #quiz-choose-kitchen:hover ,
.title-section-quiz #quiz-choose-kitchen:hover {
    /*text-decoration: none;*/
    /*background-color: #fff;*/

    text-decoration: none;
    background-color: var(--second-color);
}

.product .gallery .title-rewiew-all-images {
    font-weight: 600;
    font-size: 18px;
    margin: 40px 0 15px;
}
.product .gallery .rewiew-all-images {
    display: block;
    margin-bottom: 20px
}
.product .gallery .rewiew-all-images .slick-slide{
    box-shadow: var(--first-shadow);
    margin: 0 10px;
    background-color: #fff;
    height: 70px;
}
.product .gallery .rewiew-all-images .slick-slide img{
    max-width: 100%;
    max-height: 100%;

}
.product .gallery .rewiew-all-images.slick-slider .slick-dots li {
    height: 4px;
}
.product .gallery .rewiew-all-images.slick-slider ul.slick-dots {
    margin-top: 5px;
}

.dream-filter .btn.btn-outline-reset {
    font-weight: normal;
    border-width: 1px;
}
.dream-filter .rdf-filters .rdf-group .radio > label input:checked + span::after,
.dream-filter .rdf-filters .rdf-group .checkbox > label input:checked + span::after {
    content: "";
    background: url(../images/check.png) no-repeat 2px 1px/ 80%;
}
.tags-page .left-block {
    display: none;
}
.left-block .wrap-banner {
    display: none;
}
.left-block .wrap-banner a{
    display: block;
    margin-bottom: 20px;
}
.left-block .wrap-banner img {
    width: 100%;
}
.left-block .how_to {
    background-color: #fff;
    box-shadow: var(--first-shadow);
    padding: 15px;
    margin-bottom: 20px;
    display: none;
}
.left-block .how_to .info {
    background: url(../images/idea.png) no-repeat 0 1px;
    padding: 10px 30px;
    border-bottom: 1px solid #eee;
}
.left-block .how_to a {
    text-decoration: none;
}
.left-block .how_to h2 {
    font-size: 16px;
}
.right-block .view-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.right-block .sort {
    position: relative;
}
.right-block .sort span{
    cursor: pointer;
    color: #666;
    position: relative;
    padding-right: 12px;
}
.right-block .sort span::after {
    content: "";
    position: absolute;
    background: url(../images/arrow-gray.png) no-repeat -5px 0;
    width: 10px;
    height: 5px;
    top: 5px;
    right: 0px;
}
.right-block .sort .select-sort {
    position: absolute;
    top: 100%;
    left: 77px;
    padding: 15px 15px 0;
    background-color: #fff;
    box-shadow: var(--first-shadow);
    display: none;
    z-index: 2;
}
.right-block .sort .select-sort.open {
    display: block;
}
.right-block .sort .select-sort a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
    white-space: nowrap;
}
.right-block .sort .select-sort a:hover {
    text-decoration: underline;
}
.right-block .limit {
    display: none
}
.right-block .limit a {
    color: #666;
    text-decoration: none;
}
.right-block .limit a.selected {
    color: #333;
}
.product_grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.product_grid .item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    max-width: 270px;
}
.product_grid .item .images a {
    display: block;
}
.product_grid .item .images a img {
    width: 100%;
}
.pagination .links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: var(--first-color);
}
.pagination .links a,
.pagination .links span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 3px;
    border: 1px solid var(--first-color);
    border-radius: 50%;
    text-decoration: none;
    text-align: center;
}
.pagination .links span {
    color: #fff;
    background-color: var(--first-color);
}
.pagination .links a.arrow {
    font-size: 25px;
    line-height: 24px;
}
.pagination .results {
    text-align: center;
    margin-bottom: 20px;
}

.product .top-info {
    display: flex;
    margin-bottom: 15px;
}
.product .top-info.top-info-quiz {
    flex-direction: column;
}
.product .top-info.top-info-quiz #quiz-choose-kitchen{
    margin: 10px 0 0 0px;
    width: 100%;
}
.product .top-info .article {
    margin-top: -10px;
    color: #777;
    font-size: 16px;
}
.product .top-info .raiting,
.product .review .raiting {
    background: url(../images/raiting-stars-0.png) no-repeat 0 0 / auto 100%;
    width: 83px;
    height: 14px;
    margin: 30px 0 0 15px;
    position: relative;
}
.product .top-info .raiting {
    flex: 0 0 83px;
}
.product .base-block {
    /* display:flex; */
    margin-bottom: 20px;
    /* align-items: start; */
}
.product .gallery {
    position: relative;
    width: 100%;
}
.product .gallery .images {
    box-shadow: var(--first-shadow);
    margin-bottom: 15px;
    background-color: #fff;
}
.product .gallery .images-additional {
    display: none;
}
.product .gallery .images-additional .slick-list {
    padding: 5px 0;
}
.product .gallery .images-additional .slick-slide{
    box-shadow: var(--first-shadow);
    margin: 0 10px;
    height: 70px;
    background-color: #fff;
}
.product .gallery .images-additional .slick-arrow {
    left: 0;
    background-size: 25px;
    width: 12px;
    height: 21px;
}
.product .gallery .images-additional .slick-next {
    left: auto;
    right: 0;
    background-position: -13px 0;
}
.product .gallery img{
    width: 100%;
}
.product .gallery .images-additional img {
    height: 100%;
}
.product .gallery .label {
    background-color: var(--second-color);
    color: #fff;
    border-radius: var(--first-radius);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 16px;
}
.product .gallery .persent {
    left: auto;
    right: 0;
}
.product .gallery .wrap-labels {
    width: 100%;
    border-radius: var(--first-radius);
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.product .gallery .wrap-labels .sale,
.product .gallery .wrap-labels .available {
    border-radius: var(--first-radius);
    font-size: 16px;
    position: static;
    margin-right: 5px;
}
.product .gallery .wrap-labels .available {
    background: #abd92f;
}
.product .gallery .wrap-labels .sale {
}
.product .gallery .persent {
    left: auto;
    right: 0;
}
.product .base-block .info {
    box-shadow: var(--first-shadow);
    background-color: #fff;
    flex: 1 1 auto;
    /* margin-left: 20px; */
    margin-bottom: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.product .base-block .info .top {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.product .base-block .info .prices .price{
    font-size: 32px;
    font-weight: bold;
}
.product .base-block .info .prices .old {
    font-size: 18px;
    color: var(--second-color);
    text-decoration: line-through;
}
.product .base-block .info .quantity {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.product .base-block .info .quantity button {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 18px;
    line-height: 22px;
    background-color: var(--first-color);
    color: #fff;
    text-align: center;
}
.product .base-block .info .quantity input {
    border: 1px solid var(--first-color);
    border-radius: var(--first-radius);
    text-align: center;
    width: 50px;
    height: 30px;
    margin: 0 5px;
}
.product .base-block .info .relevance {
    text-align: center;
    color: #999;
    font-style: italic;
    margin-bottom: 20px;
}
.product .base-block .info .buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.product .base-block .info .buttons button {
    height: 40px;
}
.product .base-block .info .buttons > button {
    margin-bottom: 10px;
}
.product .base-block .info .add-to-cart {
    background: url(../images/cart_detail.svg) no-repeat 80px center / auto 60% var(--first-color);
    padding-right: 30px;
}
.product .base-block .info .one-click {
    background-color: var(--second-color);

}
.product .base-block .info .online-credit .text {
    color: #999;
    font-size: 12px;
    text-align: center;
}
.product .base-block .info .properties {
    color: #666;
    margin-bottom: 20px;
    line-height: 24px;
}
.product .base-block .info .properties .item span{
    font-weight: bold;
    color: #333;
}
.product .base-block .info .properties .item a {
    color: #666;
}
.product .options .option {
    padding-bottom: 15px;
    line-height: 22px;
}
.product .options .option-image {
    display: flex;
    flex-wrap: wrap;
}
.product .options .image_options {
    margin: 0 3px 5px;
}
.product .options .image_options img.popup {
    display:none;
    position: absolute;
    bottom: calc(100% + 30px);
    left: -35px;
    z-index: 1;
    max-width: unset;
    box-shadow: var(--first-shadow);
    border-radius: var(--first-radius);
} 
.product .options .image_options label:hover img.popup {
    display: block;
}
.product .options .image_options input[type='radio'] {
    display: none;
}
.product .options .image_options label {
    width: 48px;
    display: block;
    position: relative;
    cursor: pointer;
    border-radius: var(--first-radius);
}
.product .options .image_options label:hover:after {
    background: rgba(0, 0, 0, 0.8);
    border-radius: var(--first-radius);
    color: #fff;
    font-size: 12px;
    content: attr(data-title);
    left: -35px;
    bottom: 100%;
    padding: 5px 12px;
    position: absolute;
    z-index: 1;
    min-width: 200px;
}
.product .options .image_options input[type=radio]:checked + label {
    outline: 2px solid var(--first-color);
}
.product .options .image_options label img:not(.popup) {
    display: block;
    border-radius: var(--first-radius);
}
.product .options select {
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    background-color: #fff;
    padding: 5px 10px;
}
.product .availablity {
    color: var(--first-color);
    display:flex;
    justify-content: space-around;
    font-size: 12px;
    margin: auto 0 20px;
}
.product .base-block .bottom {
    display: flex;
    justify-content: space-around;
}
.product .base-block .bottom > div {
    text-align: center;
    color: #666;
}
.product .base-block .bottom > div img {
    display: block;
    margin: 0 auto 10px;
}
.product .tabs {
    box-shadow: var(--first-shadow);
    background-color: #fff;
    margin-bottom: 20px;
}
.product .tabs > ul {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #f2f2f2;
    overflow: auto;
    padding-bottom: 6px;
}
.product .tabs > ul li a{
    display: block;
    padding: 10px 15px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
}
.product .tabs > ul li.active a {
    border-bottom: 2px solid var(--first-color);
}
.product .tabs > div {
    padding: 20px;
}
.product .tabs > div#tab-attribute,
.product .tabs > div#tab-availability{
    padding: 0;
}
.product .tabs > div:not(.active) {
    display: none;
}
.product .tabs table {
    width: 100%;
    border-collapse: collapse;
}
.product .tabs table tr:nth-child(2n) {
    background-color: #e2e2e2;
}
.product .tabs table tr td {
    padding: 10px;
}
.product .tabs table tr td:first-child{
    font-weight: bold;
}

.product .tabs > div#tab-attribute {
    padding: 15px;
}
.product .tabs > div#tab-attribute table.attribute {
    box-shadow: var(--first-shadow);
    background-color: #fff;
    margin-bottom: 25px;
}

.product .tabs table thead tr {
    background-color: var(--first-color);
}
.product .tabs table tr td:nth-child(1n) {
    width: 50%;
}
.product .tabs table tr:nth-child(2n) {
    background-color: #e2e2e2;
}

#tab-description ul {
    list-style-position: inside;
}
#tab-review .review {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
#tab-review .review .raiting {
    margin: -10px 0 10px;
}
#tab-review p {
    margin-top: 0;
}
#tab-review .img-review {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: center;
}
#tab-review .img-review a {
    display: block;
    width: 100px;
    margin: 0 10px;
}
#tab-review form .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
#tab-review form .field {
    margin-bottom: 20px;
}
#tab-review form label {
    display: block;
    font-weight: bold;
    padding-bottom: 5px;
}
#tab-review form label > span {
    color: #cc220c;
}
#tab-review form > .error-text, 
#tab-review form > .success-text {
    color: #cc220c;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}
#tab-review form > .success-text {
    color: var(--first-color);
}
#tab-review form input[type="text"],
#tab-review form textarea {
    border-radius: var(--first-radius);
    border: 1px solid #b3b3b3;
    height: 36px;
    font-size: 13px;
    max-width: 370px;
    width: 100%;
    padding-left: 10px;
}
#tab-review form textarea {
    height: 100px;
    padding-top: 10px;
}
#tab-review form input#captcha {
    width: 150px;
}
#tab-related {
    max-height: 540px;
    overflow: auto;
}
#tab-related ul {
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#tab-related ul li {
    margin: 0 5px 10px;
}
#tab-related ul a {
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    display: block;
    color:#333;
    text-decoration: none;
    line-height: 30px;
    padding: 0 10px;
}
#tab-related ul li.active a {
    border-color: var(--first-color);
    color: var(--first-color);
}
#tab-related .product_grid {
    display: none;
}
#tab-related .product_grid.active {
    display: flex;
}
#tab-availability span.icon {
    background: url(../images/available.svg) no-repeat 0 0 / 17px;
    padding-left: 20px;
    color: var(--first-color);
}
#tab-availability .time-sync {
    color: #b3b3b3;
    text-align: right;
}
.ec-delivery .ec-calc-layout {
    box-shadow: none !important;
}
.ec-delivery .ec-calc-layout .ec-calc {
    padding: 0 !important;
}
#occm-form-container {
    border-radius: var(--first-radius);
    padding: 0 20px 10px;
}
#occm-form-container hr {
    border: 0;
    border-top: 1px solid #eee;
}
#occm-form-container .occm-line {
    padding-bottom: 10px;
}
#occm-form-container .button {
    width: 100%;
    height: 36px;
}
.checkout .top-text {
    background-color: #fff;
    box-shadow: var(--first-shadow);
    padding: 10px 20px;
    border-left: 2px solid var(--first-color);
    margin-bottom: 20px;
}

.simplecheckout-block {
    background-color: #fff;
    box-shadow: var(--first-shadow);
    padding: 20px;
}
#simplecheckout_cart .simplecheckout-cart {
    border: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
}
#simplecheckout_cart .promocode {
    margin-bottom: 20px;
}
#simplecheckout_cart .promocode .question {
    border: 1px solid var(--first-color);
    color: var(--first-color);
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    width: 18px;
    height: 18px;
    position: relative;
    display: inline-block;
    cursor: default;
}
#simplecheckout_cart .promocode .question .text {
    color: #333;
    position: absolute;
    background-color: #fff;
    box-shadow: var(--first-shadow);
    display: none;
    width: 230px;
    padding: 10px;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
#simplecheckout_cart .promocode .question:hover .text {
    display: block;
}
#simplecheckout_cart .promocode .field {
    display: flex;
}

#simplecheckout_cart .promocode input {
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius) 0 0 var(--first-radius);
    height: 36px;
    padding-left: 8px;
    width: 160px;
}
#simplecheckout_cart .promocode button {
    border-radius: 0 var(--first-radius) var(--first-radius) 0;
    height: 36px;
}
#simplecheckout_cart > .total,
#simplecheckout_bottom > .total {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#simplecheckout_cart .create_order,
#simplecheckout_bottom .create_order {
    height: 36px;
}
#simplecheckout_cart .agreement,
#simplecheckout_bottom .agreement {
    margin-top: 20px;
    font-size: 13px;
    color: #666;
}
.simplecheckout-block textarea {
    border: 1px solid #b3b3b3;
    border-radius: var(--first-radius);
    padding: 5px;
    resize: none;
}
.simplecheckout-block .radio {
    position: relative;
    width: 15px;
    height: 15px;
    border: 2px solid var(--first-color);
    display: block;
    border-radius: 50%;
    cursor: pointer;
}
.simplecheckout-block .radio::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 3px;
    background-color: var(--first-color);
    border-radius: 50%;
    display: none;
}
.simplecheckout-block input[type=radio]:checked + .radio::before{
    display: block;
}
.simplecheckout-block input[type=radio] {
    display: none;
}
.simplecheckout-table-form tbody {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.simplecheckout-table-form tbody tr {
    width: 100%;
    margin: 0 5px 10px;
}
.simplecheckout-table-form tbody tr td {
    display: block;
    padding: 0;
}
.simplecheckout-table-form tbody tr td:first-child{
    display: none;
}
.simplecheckout-table-form input[type=text],
.simplecheckout-table-form input[type=email],
.simplecheckout-table-form input[type=tel] {
    border: 1px solid #b3b3b3;
    background-color: #fff;
    border-radius: var(--first-radius);
    height: 36px;
    padding-left: 8px;
    width: 100%;
}
.simplecheckout-methods-table td.title label {
    display: inline !important;
    cursor: pointer;
}
.simplecheckout-methods-table .title img,
.simplecheckout-methods-table .title br {
    display: none;
}
.letters {
    margin-bottom: 20px;
}
.manufacturer-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.manufacturer-list .item {
    flex: 0 0 calc(50% - 20px);
    background-color: #fff;
    box-shadow: var(--first-shadow);
    margin: 0 10px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.manufacturer-list .item .name {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 5px;
    background: #fff;
}
.manufacturer-list .item:hover .name {
    display: block;
}
.sitemap .content {
    display: flex;
}
.sitemap .content > ul {
    flex: 0 0 50%;
    padding-left: 0;
}
.fancybox-content {
    border-radius: var(--first-radius);
}
/* Новости */
.news_list > div::after {
    content: "";
    display: block;
    clear: both;
}
.news_list .image {
    margin-left: 20px;
}

/* Доставка */

.content .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.content .row .area {
    padding: 20px 25px 0;
    flex: 0 0 calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-bottom: 2px solid var(--first-color);
    margin: 0 10px 20px;
}
.content .row .area img {
    max-height: 90px;
    max-width: 150px;
    margin: 0 auto 20px;
}
.content .row .area > span {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
}
.content .row .area > ul {
    margin-bottom: auto;
    padding-bottom: 20px;
}
.content .row .area > ul li span {
    float: right;
}
.content .row .area .prices {
    margin-bottom: 20px;
    display: flex;
}
.content .row .area .prices div {
    flex: 0 0 50%;
    text-align: center;
}
.content .row .area .more {
    text-align: center;
    margin-bottom: 20px;
}
.content .row .area .price {
    font-size: 20px;
    font-weight: bold;
    display: block;
}
.content .row .area .description {
    margin-bottom: 20px;
    position: relative;
}
.content .row .area .hidden {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: calc(100% + 50px);
    left: -25px;
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
}
.content .row .area:hover .hidden {
    display: block;
}

/* Сборка */
.content .assembly-block .item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.content .assembly-block .item img {
    margin-right: 20px;
}
.accordion .ui-accordion-header {
    cursor: pointer;
    border: 0;
    background-color: transparent;

    margin: 0;
    padding: 5px 0;
}
.accordion .ui-accordion-header.ui-state-active {
    background-color: var(--first-color);
}
.accordion .ui-accordion-content {
    padding: 0 20px;
}
.content iframe {
    width: 100%;
}
.video_list .item .image {
    position: relative
}
.video_list .item .image::before {
    content: '';
    background: url(../images/play.svg) no-repeat center center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.success {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 360px;
    background-color: #fff;
    border-radius: var(--first-radius);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    padding: 20px;
    z-index: 1;
}
.success .tovar-img {
    display: block;
    margin: 10px auto;
}
.success .one-click {
    color: var(--first-color);
    font-size: 18px;
    font-weight: bold;
}
.success .continue-link {
    border: 1px solid var(--first-color);
    border-radius: var(--first-radius);
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.success .checkout-link {
    border-radius: var(--first-radius);
    background-color: var(--first-color);
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.success .close,
main .popup-form .main-popup .close,
main .popup-form form .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:  url(../images/close-gray.png) no-repeat center center / 12px;
}


.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.loader::before {
    content: '';
    width: 20px;
    height: 20px;
    background: var(--first-color);
    animation: animloader 2s linear infinite;
}
@keyframes animloader {
    0% {
        transform: translate(0, 0) rotateX(0) rotateY(0);
    }
    25% {
        transform: translate(100%, 0) rotateX(0) rotateY(180deg);
    }
    50% {
        transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
    }
    75% {
        transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
    }
    100% {
        transform: translate(0, 0) rotateX(0) rotateY(360deg);
    }
}

.temp_pit{
	position: fixed;
	top: 0;
	left: 0;
	width: 5px;
	height: 5px;
	cursor: pointer;
    z-index: 999999;
}
.newyear{
    padding: 10px 0 0;
}
.newyear .container{
    padding: 10px 0 10px 65px;
    background: url(../images/newyear.png) no-repeat 5px center / 55px;
    color: var(--first-color);
    font-weight: bold;
    font-size: 18px;
}