@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700&subset=cyrillic-ext&display=swap');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic-ext&display=swap');
html,
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 400;
    overflow-x: hidden;
	color: #232121;
}

a {
    outline: none; 
}
strong, b {
	font-weight: 600; 
}
p {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px) {
    html,
    body {
        font-size: 14px;
    }  
}
@media screen and (max-width: 1280px) and (min-width: 1125px) {
     .js-content-navigation-news div.news-cell__header {
        min-height: 250px;
    } 
}
@media screen and (max-width: 1124px) and (min-width: 1025px) {
     .js-content-navigation-news div.news-cell__header {
        min-height: 200px;
    } 
}
body.full-overflow,
html.full-overflow {
    overflow: hidden;
}

button,
input,
textarea {
    font-family: inherit;
}

/*  */
:root{
    --main-color: #ff8400;
    --second-color: #c4c4c4;
	--main-green: #32AE1F;
	--green-hover: #47d232;
    --orange-hover:	#fd911e;	
}

#layered_form div div ul {margin:0;}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
	line-height: 1.5;
}

a{
    outline: none;
	color: #232121;
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    html,
    body {
        font-size: 14px;
    }
}

body.full-overflow,
html.full-overflow {
    overflow: hidden;
}

button,
input,
textarea {
    font-family: inherit;
}


/* header */

.sd-header {}

.sd-header__nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sd-header__bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 0;
    background-color: #fff;
}
.title_block {
    text-align: center;
}
h1 {
	font-size: 30px;
	font-weight: 600;
}
h2 {
	font-size: 24px;
	font-weight: 600;
}
h3 {
	font-size: 18px;
	font-weight: 600;
}
@media screen and (max-width: 1024px) {
    .sd-header {
        padding-top: 48px;
    }
	h1 {
		font-size: 18px;
	}
	h2 {
		font-size: 16px;
	}
	h3 {
		font-size: 14px;	
	}
	html, body {
		font-size: 14px;
	}
}


/* logo */

.sd-header__logo {
    width: 377px;
    margin-right: 8px;
    padding-left: 0;
    box-sizing: border-box;    
}

.sd-header__logo img {
    max-width: 100%;
    height: auto;
}


/* layout */

.sd-container {}

.sd-container+.sd-container {
    margin-top: 70px;
}

#order-opc .sd-container+.sd-container {
	margin-top: 0;
}
.sd-container+.sd-container:last-child {
    margin-bottom: 210px;
}

.sd-container+.sd-container.is-product {
    margin-top: 35px;
}
.sd-container.is-product {
	margin-top: 20px;
}

.sd-container.is-gray {
    background-color: #F4F4F4;
    margin-top: 0;
    padding: 10px 0 10px;
}

.sd-layout {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 32px;
}

.sd-layout.is-short {
    padding: 0 96px;
}

@media screen and (max-width: 1024px) {
    .sd-container+.sd-container {
        margin-top: 15px;
    }
    .sd-layout {
        padding: 0 15px;
        
    }
    #index .sd-layout {
        margin-bottom: 30px;
    }
    .sd-layout.is-short {
        padding: 0 16px;
    }
    .sd-container.is-gray.bottom-block {
        margin-top: -40px; 
    }
}


/* top banner */

.sd-header-top {
    height: 30px;
    width: 100%;
    position: relative;
    background-position: 50%;
    background-size: 1920px 30px;
    background-repeat: no-repeat;
}

.sd-header-top__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
}


/* nav */

.sd-nav {
    display: flex;
    flex-direction: row;
    background-color: #171717;
    color: #fff;
}

.sd-nav__title {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}

.sd-nav__list {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: 40px;
    font-size: 1rem;
}

.sd-nav__item {
    line-height: 1;
}

.sd-nav__link,
.sd-nav__link:visited {
    display: block;
    padding: 12px 20px;
    line-height: 1;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.sd-nav__link:hover,
.sd-nav__link:focus {
    color: var(--main-color);
    text-decoration: none;
    outline: none;
}


/* language */

.sd-language {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #171717;
    font-size: 15px;
}

.sd-language__item {
    display: inline-block;
    vertical-align: top;
    list-style: none;
    margin: 0;
    padding: 0;  
    line-height: 1;
}

.sd-language__button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.sd-language__button.active {
    background-color: #FFF;
    color: var(--main-color);
}

.sd-language__button.link,
.sd-language__button.link:visited {
    background-color: #171717;
    color: #fff;
    text-decoration: none;
}

.sd-language__button.link:hover,
.sd-language__button.link:focus {
    outline: none;
    background-color: var(--main-color);
    color: #ffffff;
}

.sd-language__link {
    display: block;
    background-color: #171717;
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    width: 100%;
    height: 100%;
}


/* search */

.sd-search {
    position: relative;
    border: 1px solid #C4C4C4;
    width: 40%;
    max-width: 615px;
    margin-left: auto;
    margin-right: 25px;
}

.sd-search__form {}

.sd-search__input {
    display: block;
    position: relative;
    height: 46px;
    font-size: 15px;
    font-weight: 400;
    color: #232121;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 12px 48px 12px 24px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    outline: none;
}

.sd-search__button {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    background: 0 0;
    border: none;
    width: 48px;
    height: 46px;
    outline: none;
    padding: 0;
    background-image: url('../assets/img/new/icon-search.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sd-search__button:hover,
.sd-search__button:focus {
    outline: none;
    background-color: #f7f7f7;
}
.sd-compare__button img {
    width: 100%;
}
.sd-compare__button.active img {
    opacity: 0;
}
.sd-compare__button.active {
    background-image: url('../assets/img/new/Compare-orange.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.sd-cart__button svg {
    width: 46px;
    height: 37px;
    padding-left: 10px;
}
.sd-cart__button.active svg path {
    fill: var(--main-color);
}
@media screen and (max-width: 1440px) {
    .sd-search {
        width: 30%;
    }
    .sd-search.is-mobile {
        width: 100%;
    }
    .sd-search.is-mobile .sd-search__input {
        padding: 12px 24px 12px 48px;
    }
    .sd-search.is-mobile .sd-search__button {
        left: 0;
        right: auto;
    }
}


/* account */

.sd-account {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 32px;
}

.sd-account__button {
    height: 38px;
    width: 38px;
    border: none;
    background: 0 0;
    padding: 0;
    line-height: 1;
}

.sd-account__icon {
    width: 100%;
    height: 100%;
}

.sd-account__button:hover,
.sd-account__button:focus {
    outline: none;
    cursor: pointer;
}

.sd-account__button:hover .sd-account__icon,
.sd-account__button:focus .sd-account__icon {
    fill: var(--main-color);
}


/* compare */

.sd-compare {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 10px;
}

.sd-compare__button {
    height: 34px;
    width: 40px;
    border: none;
    background: 0 0;
    padding: 0;
    line-height: 1;
    position: relative;
}

.sd-compare__icon {
    width: 100%;
    height: 100%;
}

.sd-compare__button:hover,
.sd-compare__button:focus {
    outline: none;
    cursor: pointer;
}

.sd-compare__button:hover .sd-compare__icon,
.sd-compare__button:focus .sd-compare__icon,
.sd-compare__button.active .sd-compare__icon {
    fill: var(--main-color);
}

.sd-compare__button.disabled:hover .sd-compare__icon,
.sd-compare__button.disabled:focus .sd-compare__icon,
.sd-compare__button.disabled .sd-compare__icon {
    fill: var(--second-color);
}

.sd-compare__label {
    visibility: hidden;
    position: absolute;
    top: -8px;
    right: -10px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: var(--main-color);
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s;
}

.sd-compare__button.active .sd-compare__label {
    transform: scale(1);
    visibility: visible;
}


/* cart */

.sd-cart {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-right: 25px;
}

.sd-cart__button {
    height: 38px;
    width: 38px;
    border: none;
    background: 0 0;
    padding: 0;
    line-height: 1;
    position: relative;
}

.sd-cart__icon {
    width: 100%;
    height: 100%;
}

.sd-cart__button:hover,
.sd-cart__button:focus {
    outline: none;
    cursor: pointer;
}

.sd-cart__button:hover .sd-cart__icon,
.sd-cart__button:focus .sd-cart__icon,
.sd-cart__button.active .sd-cart__icon {
    fill: var(--main-color);
}

.sd-cart__button.disabled:hover .sd-cart__icon,
.sd-cart__button.disabled:focus .sd-cart__icon,
.sd-cart__button.disabled .sd-cart__icon {
    fill: var(--second-color);
}

.sd-cart__label {
    visibility: hidden;
    position: absolute;
    top: -8px;
    right: -23px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    background-color: var(--main-color);
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0.2s;
}

.sd-cart__button.active .sd-cart__label {
    transform: scale(1);
    visibility: visible;
}


/* shops */

.sd-shops {}

.sd-shops__button {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background: 0 0;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
}

.sd-shops__icon {
    margin-right: 10px;
}

.sd-shops__decoration {
    font-size: 18px;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    margin-left: 7px;
}
.sd-shops__decoration:hover {
	border-bottom: 1px solid #fff;
}
.sd-shops__modal {
    position: absolute;
    display: none;
    width: 760px;
    padding: 34px 25px 50px;
    background-color: #fff;
    box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
    z-index: 99;
    box-sizing: border-box;
    left: 50%;
    margin-left: -320px;
    top: 150px;
}

.sd-shops__container {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #c4c4c4;
}
.sd-shops__container:last-child {
    border-bottom: none;
}
.sd-shops__container:nth-child(2) .sd-shops__shop {
    padding-top: 0; 
}
.sd-shops__container:last-child .sd-shops__shop {
    padding-bottom: 0; 
}
.sd-shops__phones {
	padding-top: 60px;
}
.sd-header .sd-shops__phones {
    padding-top: 10px;
}
.sd-shops__title {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--main-color);
    line-height: 1.5;
    text-decoration: none;    
    margin-left: 25px;
	border-bottom: 1px solid var(--main-color);
	position: relative;
	margin-bottom: 15px;
}
.sd-shops__title:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 20px;
	background-image: url(/themes/dilecta/assets/img/new/Location.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: -25px;
	top: 3px;
}
.sd-shops__title:hover {
    border-bottom: 1px solid #FFF;
}

.sd-shops__list {
    display: flex;
    flex-direction: row;
}

.sd-shops__item+.sd-shops__item {
    margin-left: 30px;
    width: 25%;
    
    
}

.sd-shops__shop {
    position: relative;
    width: 25%;
    max-width: 247px;    
    border-right: 1px solid #c4c4c4; 
    padding: 25px;
}
.sd-shops__shop:first-child {
    padding-left: 0;
}
.sd-shops__shop:last-child {
    border-right: none;
    padding-right: 0;
}
.sd-shops__address {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #232121;
    margin-bottom: 15px;
    height: 100px;
    
}
.address_notes{
    padding: 7px 0px;
    margin: 0px;
}
.address_notes.true:before{
    content:"";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('/img/lamp.svg');
    margin: -8px 9px -4px -1px;
}
.address_notes.empty {
    display:none;
}
.sd-shops__time-block {
    height: 65px;
    position: relative;
    padding-left: 32px;
}
.sd-shops__time-block:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/themes/dilecta/assets/img/new/Data.svg) no-repeat;
    top: 5px;
    left: 1px;
    background-size: contain;
}
.sd-shops__time {
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #6D6D6D;
}

.sd-shops__phone {
    display: block;
    color: #232121;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
    text-decoration: none;
    line-height: 1;
}

.sd-shops__phone::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.sd-shops__phone.is-viber::after, .sd-shops__phone.is-telegram::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.sd-shops__phone.is-viber::after {
    background-image: url(../assets/img/viber.svg);
    
}
.sd-shops__phone.is-telegram::after {
    background-image: url(../assets/img/telegram.svg);
    
}
.sd-shops__phone.is-viber.is-telegram::after {
    background-image: url(../assets/img/viber_telegram.svg);
        width: 47px;
    
}

.sd-shops__phone.is-kyivstar::before {
    background-image: url(../assets/img/kyivstar.svg);
}

.sd-shops__phone.is-lifecell::before {
    background-image: url(../assets/img/lifecell.svg);
}

.sd-shops__phone.is-vodafone::before {
    background-image: url(../assets/img/vodafon.svg);
}

.sd-shops__phone.is-phone::before {
    background-image: url("../assets/img/new/Phone.svg");
}

.sd-shops__container .sd-shops__item {
    width: 30%;
}

.sd-shops__phone .extra-phone-number {
    margin-left: 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #6D6D6D;
}

.fs-shop__phone .extra-phone-number {
    color: #6D6D6D;
    font-size: 12px;
    line-height: 21px;
    margin-left: 30px;
}

.contact-container .sd-shops__phone .extra-phone-number {
    font-size: 12px;
}

@media screen and (max-width: 1024px) {
    .sd-shops__modal {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        z-index: 22;
    }
  
    .sd-shops__shop:first-child {
        padding-left: 25px;
    }
    .sd-shops__container {
        display: block;
		margin-top: 50px;
		padding: 0 15px;
        border-bottom: none;
    }
    .sd-shops__container+.sd-shops__container {
        margin-top: 0;
    }
    .sd-shops__container:nth-child(2) {
        padding-top: 15px;
    }
    .sd-shops__title {
        margin-bottom: -5px;
    }

	.sd-shops__address, .sd-shops__time, .sd-shops__phone {
		font-size: 14px;
	}
    .sd-shops__container .sd-shops__item,
    .sd-shops__shop {
        width: 100%;
			
    }
	.sd-shops__shop {
		border-bottom: 1px solid #c4c4c4;
		margin-bottom: 20px!important;
        padding: 0;
        border-right: none;
	}
/*
    @supports (position: sticky) {
        .sd-shops__title {
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            margin-bottom: 0;
        }
    }
*/
    .sd-shops__list {
        display: block;
        margin-top: 10px;
    }
    .sd-shops__item {
        padding: 10px 20px;
    }
    .sd-shops__item+.sd-shops__item {
        margin: 0;
        border-top: 1px solid #C4C4C4;
    }
    .sd-shops__shop+.sd-shops__shop {
        margin: 0;
        width: 100%;
    }
}


/* main navigation */

.sd-main-nav {
    width: 355px;
    position: relative;
}

.sd-main-nav__fade {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 11;
}
.sd-main-nav__fade.is-active {
	display: block;
}
.sd-main-nav__button {
    display: block;
    width: 100%;
    padding: 22px 15px 20px 50px;
    background: var(--main-color);
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    text-align: left;
    background-image: url(../assets/img/new/CatalogMenuWhite.svg);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    outline: none;
	cursor: pointer;
}
.sd-main-nav__button:hover {
	background-color: var(--orange-hover);
}
.sd-main-nav__list {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #C4C4C4;
    position: relative;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
	border-bottom: none;
}

.sd-main-nav__list.is-home {
    display: block;
}

.sd-main-nav__list.is-active {
    display: block;
    position: absolute;
    width: 100%;
}

.sd-main-nav__header {
    display: none;
}

.sd-main-nav__item {
    display: flex;
}

.sd-main-nav__item {
    border-bottom: 1px solid #C4C4C4;
	
}

.sd-main-nav__link {
    display: block;
    font-size: 16px;    
    font-weight: 400;
    color: #232121;
    text-decoration: none;
    line-height: 1;
    padding: 9px 4px 9px 10px;
    box-sizing: border-box;
    width: 100%;
	letter-spacing: -0.5px;
}
.sd-main-nav__link span {
	position: relative;
	top: -4px;
}
.sd-main-nav__elem {
    width: 50px;
    height: 46px;
    background-image: url(../assets/img/new/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: 70% 52%;
    background-color: #fff;
    border: none;
    display: block;
    outline: none;
}

.sd-main-nav__link::before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    width: 34px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-right: 8px;
}

.sd-main-nav__link.is-cat-53::before {
    background-image: url(../assets/img/new/Sale.svg);
}
.sd-main-nav__link.is-cat-5::before {
    background-image: url(../assets/img/catalog/icon-5.svg);
}
.sd-main-nav__link.is-cat-4::before {
    background-image: url(../assets/img/catalog/icon-6.svg);
}
.sd-main-nav__link.is-cat-40::before {
    background-image: url(../assets/img/catalog/icon-2.svg);
}

.sd-main-nav__link.is-cat-20::before {
    background-image: url(../assets/img/catalog/icon-3.svg);
}

.sd-main-nav__link.is-cat-25::before {
    background-image: url(../assets/img/catalog/icon-25.svg);
}

.sd-main-nav__link.is-cat-39::before {
    background-image: url(../assets/img/catalog/icon-5.svg);
}

.sd-main-nav__link.is-cat-18::before {
    background-image: url(../assets/img/catalog/icon-18.svg);
}

.sd-main-nav__link.is-cat-57::before {
    background-image: url(../assets/img/catalog/icon-7.svg);
}

.sd-main-nav__link.is-cat-50::before {
    background-image: url(../assets/img/catalog/icon-7.svg);
}

.sd-main-nav__link.is-cat-26::before {
    background-image: url(../assets/img/catalog/icon-26.svg);
}
.sd-main-nav__link.is-cat-130::before {
    background-image: url(../assets/img/catalog/icon-40.svg);
}
.sd-main-nav__link.is-cat-brand::before {
    background-image: url(../assets/img/new/Brands.svg);
}
.sd-main-nav__link.is-cat-205::before {
    background-image: url(../assets/img/catalog/icon-sertif.svg);
}
.sd-main-nav__link.is-cat-207::before {
    background-image: url(../assets/img/catalog/icon-markdown.svg);
}
.sd-main-nav__link.elem {
    background-image: url('../assets/img/menu-arrow.svg');
    background-repeat: no-repeat;
    background-position: 330px 50%;
}

@media screen and (min-width: 1025px) {
    .sd-main-nav {
        z-index: 12;
    }
    .sd-main-nav__item:hover>.sd-main-nav__link,
    .sd-main-nav__link:hover,
    .sd-main-nav__link:focus {
        background: #F4F4F4;
    }
    .sd-main-nav__item:hover>.sd-level-nav,
    .sd-level-nav__item:hover>.sd-level-nav,
    .sd-level-nav__link:hover+.sd-level-nav,
    /*.sd-level-nav__link:focus + .sd-level-nav,*/
    .sd-main-nav__link:hover+.sd-level-nav
    /*.sd-main-nav__link:focus + .sd-level-nav*/
    {
        display: block;
    }
    .sd-main-nav__item:hover>.sd-main-nav__elem,
    .sd-main-nav__link:hover+.sd-main-nav__elem,
    .sd-main-nav__elem:hover {
        background-color: #f4f4f4;
    }
	.mobile-header__close {
		display: none;
	}
}

/* title */

.title {
    display: block;
    text-align: center;
    margin: 0;
    font-size: 30px;
    font-weight: 400;   
    line-height: 1.4;  
    margin-bottom: 20px;
	text-decoration: none;
}

.head-sale{
	display: block !important; 
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .title{
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center;    
        font-weight: 400;
        text-transform: none;
        letter-spacing: normal;
    }
	
    #index .product-carousel {
    height: auto;
        min-height: 1px;
    }
}


/* product carousel */

.product-carousel {
    height: 545px;
    padding: 5px 60px;
    box-sizing: border-box;
}

.product-carousel:hover {
    z-index: 1;
}

.flickity-button {
    color: #b8b5ae;
    background: transparent !important;
	outline: none;
}
.flickity-prev-next-button .flickity-button-icon {
	opacity: 0;
}
.flickity-prev-next-button.previous:before {
	content: '';
	display: block;
	width: 14px;
	height: 28px;
	background-image: url("/themes/dilecta/assets/img/new/ArrowBigLeft.svg");
	background-size: contain;
	background-repeat: no-repeat;
} 
.flickity-prev-next-button.previous:hover:before {
	background-image: url("/themes/dilecta/assets/img/new/ArrowBigLeftOrange.svg");
}
div .flickity-prev-next-button.previous {
    left: 30px;
}
.news-carousel .flickity-prev-next-button.previous {
	left: -10px;
}
.news-carousel .flickity-prev-next-button.next {
	right: -50px; 
}
.flickity-prev-next-button.next:before {
	content: '';
	display: block;
	width: 14px;
	height: 28px;
	background-image: url("/themes/dilecta/assets/img/new/ArrowBigRigt.svg");
	background-size: contain;
	background-repeat: no-repeat;
}
.flickity-prev-next-button.next:hover:before {
	background-image: url("/themes/dilecta/assets/img/new/ArrowBigRigtOrange.svg");
}
.flickity-button:hover {
    background: 0 0;
	color: var(--main-color);
}

.product-cell {
    width: 25%;
    position: relative;
    padding: 0 10px;
    cursor: default;
    box-sizing: border-box;

}

.product-cell .product-card {
    width: 100%;
    transition: transform .2s;
}
.brand-carousel .flickity-slider {
	top: 20px;
}
.sale_title a {
    display: none;
}
@media screen and (max-width: 1440px) {
    .product-cell {
        width: 33.3%;
    }
}

.product-card.more_view{
	padding-top: 0;
	height: calc(100% + 5px);
}

@media screen and (max-width: 1024px) {
    .product-carousel {
        height: auto;
		min-height: 500px;
        padding: 0 20px;
    }
    .product-card {
        padding-top: 35px;
        max-width: 250px;
        margin: 0 auto;
    }
    .flickity-prev-next-button.next {
        right: -10px !important;
    }
    .flickity-prev-next-button.previous {
        left: -10px !important;
    }
    .product-page .flickity-prev-next-button.next,
    .product-page .flickity-prev-next-button.previous {
        display: none;
    }
	#layered_block_left #enabled_filters {
		position: relative;
    	top: -1px;
    	margin-bottom: 1px
	}

    .sale_title a {
        display: inline-block;        
        position: relative;
        color: var(--main-color);
        font-size: 14px;
    }
    .sale_title a:after {
        content: '';
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/img/enter2.svg) no-repeat;
        margin-left: 8px;
    top: 6px;
    position: relative;
    }

	.head-sale:after{
		display: none !important;
	}
	
	.head-sale:hover{
		color: #f7871a !important;
	}
	
	.product-card.more_view{
		height: calc(100% + 30px);
	}
    #index .slider-container.sd-layout {        
        margin-top: -28px!important;
		margin-bottom: 20px!important;
    } 
    .slider-container.sd-layout {
        margin: 0!important;
    } 
	.sd-layout-category-slider .js-product-carousel {
		
	}
}

/*
.flickity-slider .product-card.more_view:last-child{
	height: calc(100% - 42px);
}
*/

@media screen and (max-width: 900px) {
	.product-card.more_view{
		height: 100%;
	}
}

@media screen and (max-width: 800px) {
    .product-cell {
       
		margin-bottom: 20px;
		    padding: 0 10px 0 0;
    }
    .product-carousel .flickity-button {
        display: none;
    }
    .product-carousel {
        padding: 0;
    }
    .product-card__price-text {
        display: none;
    }
}

@media screen and (max-width: 600px) { 
    .product-carousel {
        min-height: 5px;
    }
    .sd-footer .sd-layout, .is-short.sd-layout {
        margin-bottom: 0!important;
    }
}
/* product cart */


.product-card {
    background-color: #fff;
    /*border: 1px solid #C4C4C4;*/
    border: 1px solid #C4C4C4;
    position: relative;
    padding-top: 50px;
    max-width: 350px;
    margin-bottom: 40px;
}

.product-card__cell {
    padding: 10px;
}

.product-card__header {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 10px 10px 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.product-card__header img {
	max-width: 100px;
}
.product-card__label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.product-card__price span {
	font-size: 0.75em;
}
.product-card__price.is-old span {
	font-size: 12px;
}
.sd-product__price span {
	font-size: 34px;
	font-weight: 400;
}
.sd-product__price.is-old span {
	font-size: 20px;
	font-weight: 400;	
}
.product-card__image {
    padding: 0 0px;
    margin: 0;
    text-align: center;
    position: relative;
}
.limited_offer_block {
    position: absolute;
    bottom: 10px; 
    left: 20px;
}
.product-card__thumb {
    width: 100%;
    max-width: 260px;
    height: auto;
    margin-top: -10px;
}

.product-card .product-card__name, .product-card .product-card__name h3 {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #232121;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4;
    height: 70px;
    overflow: hidden;
    padding: 0 5px;
}
.sd-footer .sd-layout {
	padding: 0 96px;
}
@media screen and (max-width: 1024px) {
	.product-card .product-card__name, .product-card .product-card__name h3 {
	 font-size: 14px; 
	 line-height: 20px;
        height: 60px;
	}
	.sd-footer .sd-layout {
		padding: 0 16px;
	}
}

.product-card__name {
    margin: -20px 0 10px;
    padding: 0 18px;
}
.product-card__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin: 10px 0 15px;
    
}

.product-card__availability {
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
}

.product-card__availability.is-in {
    color: var(--main-green);
}
.product-card__block.is-avail {
	height: 16px;
}
.product-card__availability.is-out {
    color: #DA2549;
	max-width: 100px;	
}

.product-card__rating {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product-card__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 15px 0 0px 0;
    position: relative;
    overflow: hidden;
	bottom: -1px;
}

.product-card__button {
    margin: 0;
    padding: 15px 5px;
    border: none;
    background: 0 0;
    line-height: 1;
    border-radius: 0;
    width: 50%;
    box-sizing: border-box;   
    font-weight: 600;
    cursor: pointer;
    outline: none;
    font-family: "Open Sans", sans-serif;
}
.prod-right-block {
	display: flex;
}
.product-card__button.inform-me {
	width: 100%;
	border-top: 1px solid #00A7DB;
	border-bottom: 1px solid transparent;
	color: #00a7db;
	font-size: 18px;
	transition: all ease-in-out .5s;
}
.product-card__button.inform-me:hover {
	box-shadow: inset -1px 0px 7px 0px rgba(0, 167, 219,0.35);
}
.product-card__button.is-buy {
    
    color: #fff;
    background-color: var(--main-green);
    font-size: 18px;
	transition: all ease-in-out .5s;
}
.product-card__button.is-buy:hover {
	 background-color: var(--green-hover);
}
.product-card__button.is-one-click {
    border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid transparent;
    color: var(--main-green);
    font-size: 18px;
}
.product-card__button.is-one-click:hover {
	box-shadow: inset -1px 0px 7px 0px rgb(50 174 31 / 35%);
}

.sd-footer__button .ds-button-dashed:hover {
	box-shadow: inset -1px 0px 7px 0px rgba(255,132,0,0.35);
}

@media screen and (min-width: 1441px) {
    .product-card {
        width: 25%;
    }
}

@media screen and (max-width: 1440px) {
    .product-card {
        width: 33.3%;
    }
}

@media screen and (max-width: 1170px) {
    .product-card {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .product-card {
        width: 100%;
    }
    .product-card__header {
        padding: 16px 18px 0;
    }

	.catalog-page .product-card__button.is-buy {
		width: 100%;
	}
	.catalog-page .product-card__button.is-one-click {
		display: none;
	}
}

.product-card__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 19px 20px;
    /*border-top: 1px solid #C4C4C4;*/
    margin: 20px 0 0;
    position: relative;
    z-index: 12;
}

.product-card__info-list {
    padding: 0;
    margin: 0;  
    list-style: none;
    width: 85%;
}

.product-card__info-list li {
    display: block;   
    line-height: 1.6;
    color: #232121;
    margin: 0;
}

.product-card__info-list li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background-color: var(--main-green);
    margin-right: 6px;
    margin-top: -3px;
}

.product-card__info-icon {
    width: 15%;
    text-align: center;
}

.product-card__info.is-hidden {
    display: none;
}
.viewed .flickity-page-dots {
	display: none;
}
@media screen and (min-width: 1025px) {
    .product-card:hover {
        border-color: var(--main-color);
        transform: scale(1.05);
    }
    .product-cell .product-card:hover {
        margin-bottom: 165px;
    }
    .product-card:hover .product-card__info.is-hidden {
        display: flex;
    }
    .flickity-slider .product-card:hover .product-card__button.is-one-click,
    .grid .product-card:hover .product-card__button.is-one-click {
	    border-bottom: 1px solid var(--main-green);
		border-top: 1px solid var(--main-green);
    }
    .flickity-slider .product-card:hover .product-card__button.inform-me,
    .grid .product-card:hover .product-card__button.inform-me {
	    border-bottom: 1px solid #00a7db;
    }
}

@media screen and (max-width: 1024px) {
    .product-card__name {
        padding: 0 12px;
        height: 50px;
        font-size: 15px;
		overflow: hidden;
    }
    .product-card__block {
        padding: 0 6px;
    }
	.catalog-page .sd-layout__products.list .product-card__block:nth-child(2) {
		width: 70%;
		box-sizing: border-box;
	}
    .product-card__block.is-avail {
        display: flex;
      
    }
    .product-card__block.is-avail .ms-prod-rating__link span {
        display: none;
    }
	.list .product-card__block.is-avail {
		width: 30%;
		box-sizing: border-box;
	}
    .product-card__availability {
       text-align: left;
        font-size: 0.9rem;
    }
    .list .product-card__rating {
	    flex-direction: column;
	    align-items: flex-start;
        justify-content: center;
        width: 100%;
    }
    .product-card__button.is-one-click {
        display: none;
    }
    .product-card__button {
        width: 100%;
    }
}


/* product cart price */
.price-block {
    justify-content: space-between;
	margin-top: 30px;
	align-items: flex-end;
	
}
.product-card__price-text {
	margin-right: 10px; /* mynew */
    font-size: 15px;
    line-height: 1;
    color: #6D6D6D;
    font-weight: 400;
}

.product-card__price-data {
    justify-content: center;
    display: flex;    
    flex-direction: row;
    align-items: center;
	position: relative;
}

.product-card__price {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1;
}

.product-card__price-currency {
    font-weight: 400;
}

.product-card__price.is-new {
    color: #DA2549;
    margin-left: auto;
}

.product-card__price.not-in-stock {
    color: #c4c4c4;
}

.old-price_and_reduction {
    position: absolute;
    top: -16px;
    left: 0;
}
.old-price_and_reduction .reduction {
    display: inline-block;
    padding: 2px 3px;
    background: #DA2549;
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    position: absolute;
    right: -45px;
    top: -5px;
    width: 30px;
    text-align: center;
}
.product-card__price.is-old {
    color: #6D6D6D;
    font-size: 15px;
    font-weight: 400;
    
}
.product-card__price.is-old:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 6px;
	background: #DA2549;	
}
@media screen and (max-width: 1024px) {
    .product-card__price {
        font-size: 20px;
    }
    .product-card__price.is-old {
        font-size: 12px;
            }
    .product-card__price.is-new {
        margin-left: 0;
    }
    #product_list .product-card__price.is-old:before {
        top: 11px;
    }
    .old-price_and_reduction {
        top: -23px;
    }
    .old-price_and_reduction .reduction {
        top: 0;
    }
     
}


/* product rating */

.ms-prod-rating {
    font-size: 0;
}

.ms-prod-rating--center {
    text-align: center;
}

.ms-prod-rating__item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
	min-width: 65px;
}

.ms-prod-rating__star {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 14px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.ms-prod-rating__star.is-product {
    width: 21px;
    height: 20px;
}

.ms-prod-rating__star+.ms-prod-rating__star {
    margin-left: 2px;
}

.ms-prod-rating__star.is-o {
    background-image: url(/themes/dilecta/assets/img/new/StarEmpty.svg);
}

.ms-prod-rating__star.is-full {
    background-image: url(/themes/dilecta/assets/img/new/StarFull.svg);
}

.ms-prod-rating__link {
    font-size: 15px;
    font-weight: 400;
    color: #6D6D6D;
    margin-left: 10px;
    line-height: 1;
    outline: none;
	text-decoration: none;
}

.ms-prod-rating__link.is-product {
    font-size: 18px;
    margin-left: 15px;
}

.ms-prod-rating__link:hover,
.ms-prod-rating__link:focus {
    color: var(--main-color);
}
#product .top-text-block h2 {
	font-weight: 400;
}
.top-text-block {
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C4C4C4;
	margin-bottom: 40px;
} 
.waranty-page .top-text-block h1 {
	margin-bottom: 40px;
}
.waranty-page .top-text-block p {
	font-weight: 400;
}
#cms #center_column ul.small li{
	font-size: 15px;
	margin-bottom: 10px;
	color: #6D6D6D;
}
#cms #center_column .waranty-page ol > li, .waranty-page ol > li p {
	margin-bottom: 30px;
}
.waranty-page hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: none;
    border-top: 1px solid #c4c4c4;
}
.waranty-page .not-found {
	max-width: 700px;
	color: #6D6D6D;		
}
.delivery-block {
	margin-left: 30px;
	margin-bottom: 40px;
}
.sd-tabs__container .delivery-block h3, #cms #center_column .delivery-block h3{
	color: #232121;
	font-weight: 600;
	font-size: 18px;
	margin-left: -30px;
}
.sd-tabs__container .delivery-block h3 img, #cms #center_column .delivery-block h3 img {
	margin-right: 10px;
	position: relative;
    top: 3px;
}

.column-container {	
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.col-50 {
	width: calc(50% - 50px);
}
@media screen and (max-width: 1024px) {
    .ms-prod-rating__link {
	    margin-left: 5px;
	    margin-top: 2px;
        font-size: 12px;
    }
    .ms-prod-rating__star.is-product {
        width: 12px;
        height: 12px;
    }
    .ms-prod-rating__link.is-product {
        margin-left: 0;        
        font-size: 12px;
    }
	.col-50 {
		width: 100%;
	}
}

/* product label */

.product-label {
    font-size: 15px;    
    color: #fff;
    font-weight: 400;
    padding: 4px 6px;   
    background: var(--main-color);    
    text-align: center;
    box-sizing: border-box;
	display: inline-block;
    height: 28px;
    line-height: 19px;
	white-space: nowrap;
    margin-right: 15px;
    z-index: 9;
}

.product-card .product-label {
    margin-left: -9px;
    
}
.product-label.preorder-label {
    background-color: var(--main-green);
}
.product-label.is-sale {
    background-color: #DA2549;
	margin-right: 15px;
}
.product-label.is-markdown {
    background-color: #9a59cb;
    margin-right: 15px;
}
.product-label.is-new {
    background-color: var(--main-green);
}
.product-label.is-limited {    
    background-color: var(--main-green);
    margin-right: 0;
}
@media screen and (max-width: 1024px) {
    .product-label {
         
        padding: 1px 4px;
		height: 23px;
    }
}


/* product-gift */

.product-gift {
    position: relative;
	display: inline-block;
}

.product-gift__icon {
    width: 27px;
    height: 34px;
    background-image: url('../assets/img/new/Present.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

.product-gift__modal {
    position: absolute;
    display: none;
    width: 150px;
    border: 1px solid #DA2549;
    border-radius: 2px;
    transform: translateX(-61px) translateY(10px);
    background-color: #fff;
    z-index: 1;
    padding: 18px 8px 15px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
}
.offer-block .product-gift__modal {
    display: flex;
    width: 283px;
    height: 86px;
    transform: translateX(-300px) translateY(-86px);
     box-shadow:none;
    padding: 8px 10px;
}
.offer-block .product-gift:hover .product-gift__modal {
    display: flex;
}
.product-gift__modal::before {
    content: "";
    display: block;
    width: 60%;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    top: -40px;
}

.product-gift__modal:after {
    content: "";
    width: 22px;
    height: 11px;
    position: absolute;
    display: block;
    background-image: url(../assets/img/gift-arr.png);
    background-repeat: no-repeat;
    background-size: 22px 11px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
}
.offer-block .product-gift__modal::after {
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    left: auto;
    right: -6px;
    top: 72%;
    border-top: 1px solid #DA2549;
    border-right: 1px solid #DA2549;
}
.product-gift__label {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #DA2549;
    text-align: center;    
    margin-bottom: 15px;
}
.offer-block .product-gift__thumb {
    max-width: 70px;
}
.product-gift__price {
    color: #6D6D6D;
    font-size: 24px;
    position: relative;
    display: inline;
    line-height: 1;
}
.product-gift__price:before {
    content: '';
    width: 75%;
    height: 1px;
    background: #6D6D6D;
    display: block;
    position: absolute;
    top: 60%;
    left: 0;
}
.product-gift__price span {
    font-size: 20px;
}
.offer-block .bounty-text-block {
    width: calc(100% - 70px);
    position: relative;
    padding-left: 10px;
}
.offer-block .product-gift__label {
    padding: 6px 12px;
    color: #fff;
    background: #DA2549;
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
}
.offer-block .product-gift__title {
    margin-top: 10px;
    color: #6D6D6D;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    line-height: 1;
    text-align: left; 
}
.product-gift__image {
    text-align: center;
    margin-bottom: 10px;
}

.product-gift__thumb {
    max-width: 90px;
    height: auto;
}

.product-gift__title {
    font-weight: 400;
    font-size: 11px;
    color: #232121;
    line-height: 1.4;
    text-align: center;
    text-decoration-line: underline;
}

.product-label+.product-gift {
    margin-left: 20px;
}

.product-gift:hover .product-gift__modal {
    display: block;
	z-index: 99999;
}

@media screen and (max-width: 1024px) {
    .product-gift__icon {
        width: 22px;
        height: 32px;
    }
	 .product-card .product-gift__icon {
        width: 16px;
        height: 20px;
    }
    .product-card .product-gift {
        width: 16px;
    	height: 20px;
    }
    .offer-block .product-gift__modal {
        display: none;
        width: 235px;
        height: 101px;
        transform: translateX(-60px) translateY(-96px);
    }
    .offer-block .product-gift__thumb {
        max-width: 50px;
    }
    .offer-block .bounty-text-block {
        width: calc(100% - 50px);
    }
    .offer-block .product-gift__modal::after {
        right: -7px;
    }
    .offer-block .product-gift__label {
        padding: 4px 5px;
    }
    .product-gift__price {
        font-size: 20px;
    }
    .product-gift__price span {
        font-size: 16px;
    }
	.list .product-card__bottom, .grid .product-card__bottom  {
		height: 45px;
	}
	.product-card .product-compare {
		position: relative;
		margin-left: 15px;
		top: 2px;
	}
    .sd-shops__address {
        height: auto;        
    }
	
}


/* product compare */

.product-compare {
    width: 40px;
	height: 34px;
    filter: grayscale(1);    
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: 0 0;
    background-image: url('../assets/img/new/Compare-orange.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: none;
	margin-left: 24px;
	opacity: 0.6;
}

.product-compare.is-selected,
.product-compare:hover,
.product-compare:focus {
    filter: grayscale(0);
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .product-compare {
        width: 22px;
        height: 22px;
    }
}


/* product like */

.product-like {
    width: 30px;
    height: 30px;
    filter: grayscale(1);
    opacity: 0.5;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    background: 0 0;
    background-image: url('../assets/img/like.svg');
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    outline: none;
}

.product-like.is-product {
    width: 30px;
    height: 30px;
}

.product-like.is-selected,
.product-like:hover,
.product-like:focus {
    filter: grayscale(0);
    opacity: 1;
}

.product-compare+.product-like {
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
    .product-like {
        width: 22px;
        height: 22px;
    }
    .product-compare+.product-like {
        margin-left: 4px;
    }
	.list .product-like {
		width: 35px;
		height: 35px;
	}
    .list .product-compare {
	    width: 35px;
	    height: 35px;
    }
}

@media screen and (max-width: 480px) {
	.list .product-like {
		width: 22px;
		height: 22px;
	}
    .list .product-compare {
	    width: 22px;
	    height: 22px;
    }
}


/* product info icon */

.info-icon {
    /*position: relative;*/
    filter: grayscale(1);
    opacity: 0.5;
}
.info-icon:hover {
    filter: grayscale(0);
    opacity: 1;  
		position: relative;
	z-index: 1;
}
.info-icon__icon {
    max-width: 24px;
}

.info-icon__modal {
    position: absolute;
    display: none;
    width: 340px;
    border: 1px solid #C4C4C4;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 100;
    padding: 20px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
    text-align: left;
    right: -18px;
    transform: none;
	top: 50px;
	z-index: 999;
}

.info-icon__modal::before {
    content: "";
    display: block;
    width: 60%;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -30%;
    top: -40px;
}

.info-icon__modal:after {
    content: "";
    width: 34px;
    height: 15px;
    position: absolute;
    display: block;
    background-image: url(../assets/img/info-arr.png);
    background-repeat: no-repeat;
    background-size: 33px 15px;
    top: -15px;
    left: 87%;
    margin-left: -17px;
}

.info-icon__label {
    font-size: 18px;
    line-height: 1.2;    
    color: var(--main-color);
    text-align: left;    
    margin-bottom: 10px;
}

.info-icon__description {}

.info-icon__description p {
    margin: 1em 0;
    text-align: left;
    font-size: 15px;
  
}
.info-icon__link {
    font-size: 12px;
    color: var(--main-color);
    font-weight: 600;
    text-align: left;
}

.info-icon+.info-icon {
    margin-top: 12px;
}

.info-icon:hover .info-icon__modal {
    display: block;
}


/* brand carousel */

.brand-carousel {
    padding: 10px 60px;
    box-sizing: border-box;
}

.brand-cell {
    width: 25%;
    position: relative;
    padding: 0 40px;
    cursor: default;
    box-sizing: border-box;
    text-align: center;
	margin-top: -18px;
}

.brand-cell__link {
    filter: grayscale(1);
    opacity: 0.3;
}

.brand-cell__link:hover,
.brand-cell__link:focus {
    filter: grayscale(0);
    opacity: 1;
}

.brand-cell__img {
    max-width: 100%;
    height: auto;
	min-height: 35px;
	max-height: 75px;
}

@media screen and (max-width: 1024px) {
    .brand-carousel {
        padding: 0px 0px 20px;        
        margin-top: -10px;
        width: 100%;
        background: #fff; 
      
    }
    .sd-layout.is-short.man-slider {
        padding: 0;
    }
    .brand-cell {
        width: 20%;
        padding: 7px 15px 5px;        
        height: 50px;
        opacity: 1;
        margin-top: -20px;
    }
    .brand-cell a {
        background: #fff;
        padding: 1px 5px 10px 5px;
        width: 100%;
        display: block;
        
    }
    .brand-carousel .flickity-prev-next-button.next {
        display: none;
    }
    .brand-carousel .flickity-prev-next-button.previous {
        display: none;
    }
    .sd-layout-category-slider .flickity-viewport {
        overflow: visible;
    }
}

@media screen and (max-width: 600px) {
    .brand-cell {
        width: 40%;
    }
    div.news-cell__description {
        height: 115px;
    }
}

/* news carousel */

.news-carousel {
    padding: 10px 0px;
    box-sizing: border-box;
}

.news-cell {
    width: 40%;
    position: relative;
    padding: 0 20px;
    cursor: default;
    box-sizing: border-box;
    text-align: center;
}

.news-cell__item {
    width: 100%;
    max-width: 5265px;
    margin: 0 auto;
    text-align: left;
}

.news-cell__header {   
    margin-bottom: 20px;
    text-align: center;
    min-height: 300px;
}

.news-cell__thumb {
    width: 100%;
    height: auto;	
    max-width: 100%;
}

.news-cell__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    color: var(--main-color);
    
    margin-bottom: 15px;
	min-height: 30px;
}

.news-cell__date {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: left;
    color: #6D6D6D;
    
    margin-bottom: 10px;
}

.news-cell__description {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.444;
    text-align: left;
    color: #232121;
    margin-bottom: 15px;
	max-height: 80px;
    height: auto;
}

.news-cell__link {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    text-align: left;
    color: #232121;
    text-decoration: underline;
}

.ds-home-news {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
	margin-bottom: 40px;
}

.ds-home-news.is-shveykin {
    height: 260px;
}

.ds-home-news.is-shveykin::before {
    content: "";
    display: block;
    width: 325px;
    height: 290px;
    background-image: url(../assets/img/shveykin.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.6;
    transform: translateX(40px) translateY(25px);
}

@media screen and (max-width: 1024px) {
    .news-carousel {
        padding: 0px 0 15px;
        background: #fff;
    margin-left: -1%;
    width: 102%;
    }
    .news-cell {
        width: 50%;
        padding: 0 5px;
    }
    .news-cell__header {
        padding: 0px;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
		min-height: 120px;
    }
    .news-cell__title {
        font-size: 16px;
        line-height: 1.2;
        text-transform: none;
        overflow: hidden;
        height: 58px;       
        margin-top: 7px;
    }
    .news-cell__date {
        font-size: 0.875rem;
    }
    .news-cell__description {
        font-size: 14px;
        overflow: hidden;
        height: 64px;
        position: relative;
    }
    .news-cell__description:before {
        content: '';
        display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgb(255,255,255);
    background: linear-gradient(
180deg
, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%, rgba(255,250,255,0.6) 50%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
    }
    .news-cell__link {
        font-size: 14px;
        text-align: left;
        display: block;
        color: #828282;
        margin-top: -10px;
    }
    
    .news-cell__link:after {
        content: '⟶';
        position: absolute;
    margin-left: 3px;
    } 
    .news-carousel .flickity-viewport {
        height: 425px!important;
    }
    .news-carousel .flickity-prev-next-button.previous {
        display: none;
    }
    .news-carousel .flickity-prev-next-button.next {
        display: none;
    }
    .js-content-navigation-news {
        margin-top: 10px;
    }
    .ds-home-news {
        height: auto;
        margin-top: -45px;
		position: relative;
        display: block;
    	text-align: right;
    }
    .ds-home-news::before {
        content: none;
        display: block;
        width: 170px;
        height: 150px;
        transform: translateX(0px) translateY(25px);
        background-image: url(../assets/img/shveykin.svg);
        background-repeat: no-repeat;
        background-size: contain;
        opacity: 0.6;
    }
    .ds-home-news.is-shveykin {
        height: 40px;
    }
    .ds-home-news.is-shveykin::before {
        width: 170px;
        height: 150px;
        transform: translateX(0px) translateY(25px);
        content: none;
    }
}

@media screen and (max-width: 360px) {
    .ds-home-news {
        justify-content: flex-end;
    }
    .ds-home-news::before {
        position: absolute;
        left: 20px;
    }
    .ds-home-news.is-shveykin {
        justify-content: flex-end;
    }
    .ds-home-news.is-shveykin::before {
        position: absolute;
        left: 20px;
    }
}


/* button */

.ds-button-dashed {
    display: inline-block;
    padding: 15px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid var(--main-color);
    border-radius: 0;
    background: 0 0;
    min-width: 220px;
    text-decoration: none;
    box-sizing: border-box;
    color: var(--main-color);
    outline: none;
    cursor: pointer;
}
.ds-button-dashed:hover {
	box-shadow: inset -1px 0px 7px 0px rgba(255,132,0,0.35);
}
.ds-button-dashed.is-full {
    border: 2px solid var(--main-color);
    color: #fff;
    background-color: var(--main-color);
}
.ds-button-dashed.is-full:hover {
	border: 2px solid var(--orange-hover);
	background-color: var(--orange-hover);
}
#button_order_cart:hover {
	background-color: var(--orange-hover);
}
#pagination_more:hover,  #button_order_cart_close:hover{
	border: 1px solid var(--orange-hover);
	color: var(--orange-hover);
	    box-shadow: inset -1px 0px 7px 0px rgba(255,132,0,0.35);
}
@media screen and (max-width: 1024px) {
   .ds-home-news .ds-button-dashed {
        min-width: 135px;
        border: none;
        padding: 10px;        
        font-weight: 400;
    }
    .ds-home-news .ds-button-dashed:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/enter2.svg) no-repeat;
    margin-left: 8px;
    top: 6px;
    position: relative;
}
}


/* home articles */

.home-articles {}

.home-articles__list {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 90px;
}

.home-articles__item+.home-articles__item {
    margin-top: 10px;
}

.home-articles__link {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #232121;
    font-weight: 400;
    text-decoration: none;
}

.home-articles__link:hover,
.home-articles__link:focus {
    text-decoration: underline;
}

.home-articles__link::before {
    content: "›";
    display: inline-block;
    vertical-align: baseline;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #232121;
    font-weight: 400;
    margin-right: 5px;
}
div.home_categories a.level3 {
	color: #6d6d6d;
}
div.home_categories a.level3:hover {
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .home-articles__list {
        column-count: 1;
        column-gap: 0;
    }
    .home-articles__link {
        font-size: 1rem;
    }
}


/* home seo */

.home-seo  {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #232121;
    column-count: 2;
    column-gap: 90px;
}
.is-short .home-seo p {
	 font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    color: #232121;
}
.home-seo p {
    margin: 0;
}

.home-seo p+p {
    margin-top: 2em;
}

.home-seo b,
.home-seo strong {
    color: var(--main-color);
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .home-seo {
        font-size: 1rem;
        column-count: 1;
        column-gap: 0;
    }
    .home-articles__link {
        font-size: 1rem;
    }
}


/* footer */

.sd-footer {
    background-color: #373737;
}

.sd-footer__info {
    width: 30%;
}

.sd-footer__container.is-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 70px 0 30px;
    color: #fff;
}

.sd-footer__container.is-bottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px 0 45px;
    color: #fff;
    position: relative;
}

.sd-footer_card{
    position: absolute;
    bottom: 51px;
    right: 0;
}

.sd-footer__logo {
    display: block;
    margin-bottom: 15px;
}

.sd-footer__logo-img {
    width: 100%;
    max-width: 270px;
    height: 44px;
}

.sd-footer__name {
    font-size: 15px;    
    color: #fff;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 22px;
}

.sd-footer__description {
    font-size: 15px;
    font-weight: 400;
    color: #d5d5d5;
    text-align: left;
    line-height: 1.65;
    margin: 22px 0 25px;
}
.sd-footer__description a {
    color: #d5d5d5;
}

.sd-footer__text {
    font-size: 15px;
    font-weight: 400;
    color: #fff;       
    margin: 25px 0;    
}
.sd-footer__cat {
    width: 70%;
    margin-left: 70px;
    display: flex;
    flex-direction: row;
}

.sd-footer__col {
    width: 33.3%;
}

.sd-footer__col+.sd-footer__col {
    margin-left: 35px;
}

.sd-footer__title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 1.4;
    margin-bottom: 22px;
}

.sd-footer__list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sd-footer__list li {
	margin-bottom: 12px;
}
.sd-footer__item+.sd-footer__item {
    margin-top: 10px;
}

.sd-footer__link {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
}

.sd-footer__link.is-contact {
    font-size: 16px;
}

.sd-footer__link:hover,
.sd-footer__link:focus {
    border-bottom: 1px solid var(--main-color);
    color: var(--main-color);
}

@media screen and (max-width: 1024px) {
    .sd-footer__info {
        width: 100%;
    }
    .sd-footer__cat {
        display: none;
    }
    .sd-footer__logo {
        text-align: center;
    }
    .sd-footer__name {
        text-align: center;
        font-size: 12px;
		font-weight: 700;
    }
	
    .sd-footer__description {
        text-align: left;
        font-size: 12px;
		margin: 20px 0;
    }
    .sd-footer__button {
        text-align: center;
    }
    .sd-footer__text {
        margin-bottom: 0;
        padding: 0;
        max-width: 285px;
        margin: 20px auto 0;
		font-size: 12px;
		text-align: center;
    }
    .sd-footer__container.is-top {
        padding: 40px 0 5px;
    }
}


/* social */

.sd-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    cursor: pointer;
    outline: none;
}

.sd-social:hover,
.sd-social:focus {
    background-color: #fff;
}

.sd-social:hover svg path,
.sd-social:focus svg path {
    fill: #373737;
}




.sd-social+.sd-social {
    margin-left: 25px;
}


/* home container */

.home-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media screen and (max-width: 1024px) {
    .home-container {
        display: block;
    }
}


/* home slider */

.sd-slider {
    width: 100%;
    margin-left: 20px;
    padding-bottom: 26px;
}

.slider-carousel .flickity-page-dots .dot {
    width: 50px;
    height: 5px;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
}

.slider-carousel .flickity-page-dots .dot.is-selected {
    background-color: var(--main-color);
}

.slider-carousel .flickity-page-dots {
    bottom: 10px;
}

.slider-cell {
    width: 100%;
}

.slider-cell__image {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .sd-slider {
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
            padding-bottom: 20px;
    }
    .slider-carousel .flickity-page-dots .dot {
        width: 16px;
        margin: 0 3px;
    }
    .slider-carousel .flickity-prev-next-button.next {
        right: 0;
    }
    .slider-carousel .flickity-prev-next-button.previous {
        left: 5px!important;
    }
}


/* home info */

.home-info {
    margin-top: 45px;
    display: flex;
    flex-direction: row;
}

.home-info__item {}

.home-info__item+.home-info__item {
    margin-left: 30px;
}

.home-info__link {
    display: flex;
    flex-direction: row;
    filter: grayscale(1);
    opacity: 0.6;
    text-decoration: none;
	align-items: center;
}

.home-info__link:hover,
.home-info__link:focus {
    filter: grayscale(0);
    opacity: 1;
}
.home-info__text {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
    color: var(--main-color);
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .home-info {
        display: none;
    }
}


/* mobile */

.header-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {
    .sd-header-top{
        display: none;
    }
	.sd-header-bottom {
		position: relative;
	}
	.sd-header-bottom,  .sd-header__bottom{
		padding: 0!important;
	}
    .sd-header-bottom .sd-header__logo, .sd-header-bottom .sd-shops, .sd-header-bottom .sd-search, .sd-header-bottom .sd-compare, .sd-header-bottom .sd-cart {
        display: none;
    }
    .sd-nav {
        display: none;
    }
    .header-mobile {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        background-color: #171717;
        padding: 13px 0 7px 0;
        box-sizing: border-box;
        height: 48px;
        z-index: 20;        
    }
    .header-mobile__container {
        display: flex;
        flex-direction: row;
        align-items: center;
		justify-content: space-between;
    }
	div #cart_popup {
		width: 95%;
		padding: 20px;
		height: auto;
		overflow: scroll;
		margin: 20px auto;
		min-height: 1px;
		left: 10px;
		transform: none;
		top: 20px;
	}
}

.mobile-burger {
    width: 25px;
    height: 20px;
    background: 0 0;
    background-image: url(../assets/img/new/Burger.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
	margin-right: 15px;
}


/* MOBILE SHOPS BUTTON */

.mobile-shops {
    background: 0 0;
    border: 0;
    box-shadow: none;
    line-height: 1.25em;
    text-align: left;    
    font-weight: 600;
    padding-left: 20px;
    background-image: url(../assets/img/new/Location-white.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    width: 20px;
    height: 20px;
    margin: 0 0px 0 13px;
    background-size: contain;
}


/* MOBILE SEARCH BUTTON */

.mobile-search {
    background: 0 0;
    border: 0;
    box-shadow: none;
    line-height: 1;
    text-align: left;  
    background-image: url(../assets/img/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    width: 20px;
    height: 20px;   
    outline: none;
	margin: 0 20px 0 15px;
}

/* MOBILE CART BUTTON */

.link-mobile-cart {   
    border: 0;
    box-shadow: none;    
    text-align: left;
    color: #fff;    
    background-image: url(../assets/img/new/Cart-white.svg);
    background-repeat: no-repeat;   
    background-size: contain;
    width: 20px;
    height: 20px;   
    display: inline-block;
	position: relative;
	top: -4px;
   
}
.mobile-cart {
    position: relative;
    border: none;
    background: transparent;
}

/* MOBILE NAVIGATION */

.mobile-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    opacity: 1;
    visibility: hidden;
}

.mobile-header__fade {
    z-index: 32;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .33);
}

.mobile-header__container {
    display: block;
    position: absolute;
    z-index: 38;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 310px;
    background: #fff;
    cursor: pointer;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    /*transition-delay: 0.2s border-radius;*/
/*    overflow: hidden;*/
}
.js-mobile-search .mobile-header__container {
	height: 100px;	
	max-width: 100%;
}
.js-mobile-search .mobile-header__inner {
	overflow-y: hidden;
}
.mobile-header__container.is-full {
    max-width: 100%;
}

.mobile-header__inner {
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
    -webkit-overflow-scrolling:touch;
}

.mobile-header__header {
    display: block;
    background-color: #131212;
    padding: 14px 16px;
    position: relative;
	width: 311px;
    box-sizing: border-box;
}

.mobile-header__header.is-search {
    background-color: #fff;
    padding: 25px 50px 20px 20px;
	width: 100%;
}

.mobile-header__logo {
    max-width: 110px;
    height: auto;
}

.mobile-header__back {
    border: none;
    background: 0 0;
    width: 30px;
    height: 30px;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 6px;
    top: 10px;
    background-image: url(../assets/img/new/arrow-white.svg);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    outline: none;
    z-index: 1;
	transform: rotate(180deg);
}

.mobile-header__back.is-dark {
    background-image: url(../assets/img/arrow-back-dark.svg);
}

.mobile-header__back.is-burn {
    left: 2px;
    padding: 0;
    background-size: 30px;
}
.filter .mobile-header__close {
	top: 6px;
}
.mobile-header__close {
    border: none;
    background: 0 0;
    width: 28px;
    height: 24px;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    right: 5px;
    top: 12px;
    background-image: url(../assets/img/new/Close-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    outline: none;
    z-index: 1;
}
.sd-shops__modal .mobile-header__close {
    width: 20px;
}
.mobile-header__close.is-label {
    position: fixed;
}

.mobile-header__close.is-dark {
    background-image: url(../assets/img/new/Close.svg);
    top: 38px;
    width: 20px;
    height: 20px;
    right: 16px;
}
.mobile-header-submenu {
    display: none;
}
.open.mobile-header-submenu {
    display: block;
}
.mobile-header__body {
    padding: 0 15px 20px;
    position: relative;
}
.phone-button {
    display: block;
    padding: 12px 15px;
    color: #fff;
    background: #FF8400;
    margin-top: 15px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
	font-size: 18px;
}
.phone-button:hover, .phone-button:visited {
    color: #fff;
}
.phone-button img {
    position: relative;
    top: 3px;
    left: -10px;
}

.mobile-header__body+.mobile-header__body {
    border-top: 1px solid #70A0D2;
}

.mobile-header.active {
    visibility: visible;
}

.mobile-header.active .mobile-header__container {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-header__list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-header__list.is-control {
    background-color: #F4F4F4;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
}
.mobile-header__item img {
	max-width: 30px;
	position: absolute;
    top: 14px;
}
.mobile-header__item .mobile-header-submenu img {
    top: 12px;
}
.mobile-header__link {
    color: #232121;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
	padding-left: 35px;
    display: block;
} 
.have-submenu span {
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    text-align: right;
}

.mobile-header__link.red {
    color: #DA2549;
}
.mobile-header__link.is-account {
    font-size: 0.9375rem;
    text-decoration: underline;
}
.mobile-header-submenu {
    list-style-type: none;
    margin-top: 20px;
    position: relative;
    padding-left: 30px;
}
.mobile-header-submenu .mobile-header__item:after {
    content: none;
}
.mobile-header__link.is-control {
    padding-left: 48px;
    background-repeat: no-repeat;
    background-position: 20px 50%;
}
.mobile-header-submenu:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 92%;
    top: -5px;
    right: -10px;
    background: #E5E5E5;   
    
}
.mobile-header__link.is-cart {
    background-image: url(../assets/img/menu-cart.svg);
}

.mobile-header__link.is-like {
    background-image: url(../assets/img/menu-like.svg);
}

.mobile-header__link.is-shop {
    background-image: url(../assets/img/menu-shop.svg);
}

.mobile-header__link.is-compare {
    background-image: url(../assets/img/menu-compare.svg);
}

.mobile-header__link.is-viewed {
    background-image: url(../assets/img/menu-viewed.svg);
}

.mobile-header__catalog {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    width: 100%;
    height: 50px;
    text-align: left;
    cursor: pointer;
    color: #FF8400;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px 4px 40px;
    box-sizing: border-box;
    background-image: url(../assets/img/new/CatalogMenuMobile.svg);
    background-repeat: no-repeat;
    background-position: 2px 50%;
}

.mobile-header__item {
    padding: 17px 20px 18px 5px;   
	position: relative;
	border-bottom: 1px solid #C4C4C4!important;
}
.mobile-header-submenu .mobile-header__item {
    padding: 13px 17px 15px 0; 
}

.mobile-header__item.is-account {
    padding: 14px 20px 14px 40px;
    background-image: url(../assets/img/account-icon.svg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    border: none;
}

.mobile-header__item.is-catalog {
    padding: 0;
    border: none;
	margin-top: 5px;
}

.mobile-header__item:last-child {
    border-bottom: none;
}

.mobile-header__item.is-control {
    border-color: #fff;
    padding-left: 0;
}

.mobile-header__language {
    display: inline-block;  
    float: right;
}

.mobile-language {
    display: inline-block;     
    text-align: center;
    color: #6D6D6D;
    width: 35px;
    height: 13px;
    box-sizing: border-box;
    line-height: 1;    
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
.mobile-header__language .sd-language__item span {
    border-right: 1px solid #6D6D6D;
}
.mobile-language+.mobile-language {
    margin-left: 5px;
}

.mobile-language.is-active {
   
    color: #fff;
	
}

.mobile-header__sub {
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    height: -webkit-calc( 100% - 70px);
    height: calc( 100% - 70px);
    padding: 0 0 10px;
    background: #fff;
    overflow-y: scroll;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-header__sub.active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mobile-header-sub {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-header-sub__item {
    padding: 20px 45px;
    padding: 0;
}

.mobile-header-sub__item+.mobile-header-sub__item {
    border-top: 1px solid #70A0D2;
}

.mobile-header-sub__link {
    display: block;
    padding-right: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #232121;
    padding: 20px 45px;
}

.mobile-header-sub__link.active {
    background: rgba(112, 160, 210, 0.1);
    color: #232121;
}

.mobile-header-sub__link-car {
    display: block;
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M11.2917 0.958313L12.75 2.41665L6.5 8.66665L0.25 2.41665L1.70833 0.958313L6.5 5.74998L11.2917 0.958313Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    -o-transition: 0.2s transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.mobile-header-sub__link-car.active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-header-sub__second-list {
    padding: 10px 45px 30px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    display: none;
}

.mobile-header-back {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #232121;
    padding: 20px 45px 20px 90px;
    background: rgba(112, 160, 210, 0.1);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1;
    text-align: left;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='21' viewBox='0 0 13 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.54' fill-rule='evenodd' clip-rule='evenodd' d='M12.9281 2.97835L10.6619 0.712158L0.949646 10.4244L10.6619 20.1366L12.9281 17.8704L5.48202 10.4244L12.9281 2.97835Z' fill='%2370A0D2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 45px 50%;
}


/* breadcrumbs */

.sd-breadcrumbs {
    width: 100%;  
    background-color: #F4F4F4;
    padding: 19px 30px;
    box-sizing: border-box;
	padding-right: 10px;
	overflow: hidden;
}

.sd-breadcrumbs__list {
    padding: 0;
    margin: 0;
    list-style: none;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.sd-breadcrumbs__item {
    display: inline;
    line-height: 1;
    color: #232121;
}

.sd-breadcrumbs__item+.sd-breadcrumbs__item::before {
    content: "";    
    width: 6px;
	height: 12px;
	background: url('../assets/img/new/arrow-black.svg');
    margin-right: 10px;
    margin-left: 10px;
	display: inline-block;
    background-size: contain;
}

.sd-breadcrumbs__link {    
    color: #232121;
    text-decoration: none;
}

.sd-breadcrumbs__link:hover,
.sd-breadcrumbs__link:focus {
    text-decoration: underline;
}

.sd-breadcrumbs__text {
    font-size: 15px;
    color: #232121;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .sd-breadcrumbs {
        width: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding: 6px 15px 10px;
    }
    .sd-breadcrumbs__item,
    .sd-breadcrumbs__link,
    .sd-breadcrumbs__text {
        font-size: 14px;
    }
}


/* product */

.sd-product {
	position: relative;
}

.sd-product__title {
    font-size: 30px;
    font-weight: 600; 
    margin: 0 0 22px 0;   
    padding: 0;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;	
}

.sd-product__detail {    
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;    
    text-align: right;
    position: absolute;
    right: 0;
    top: 53px;
}

.sd-product__sku {   
    line-height: 1;
    color: #6D6D6D;
	
}

.sd-product__code {
    font-size: 18px;
    line-height: 1;
    color: #6D6D6D;
	margin-bottom: 10px;
	min-height: 25px;
}

.sd-product__data {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    flex-wrap: wrap;
}

.sd-product__images {
    width: 40%;
}
.detail-code {
	display: inline-block;    
    padding: 10px 10px 8px 10px;
    font-weight: 400;
	white-space: nowrap;
}
.detail-code-i {
	color: #232121;
	font-weight: 600;
}
.sd-product__info {
    width: calc(60% - 40px);
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.sd-product__info-column {
    width: 100%;
}

.sd-product__info-column.is-small {
    width: 35%;
    max-width: 225px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sd-product__info-column.is-full {
    width: 100%;
    margin-top: 17px;
/*
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
*/
}

.sd-product__availability {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}

.sd-product__availability .is-in {
    color: var(--main-green);
}

.sd-product__availability .is-out {
    color: #DA2549;
}

.sd-product__rating {
    display: flex;
    flex-direction: row;
}

.sd-product__cost {
    
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    max-width: 490px;
}

.sd-product__price-text {
    font-size: 1.5rem;
    line-height: 1;
    color: #6D6D6D;
    font-weight: 400;
    margin-right: 15px;
}

.sd-product__price-data {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.sd-product__price {
    font-size: 50px;
    color: var(--main-color);
    font-weight: 600;
    line-height: 1;
    margin-right: 10px;
    font-family: "Open Sans", sans-serif;
}

.no-avb .sd-product__price-data .reduction {
    margin-right: 7px;
}
.sd-product__price-currency {
    font-weight: 400;
}

.is-new .sd-product__price {
    color: #DA2549;
    margin-left: auto;
    position: relative;
    top: 2px;
}

.sd-product__price.not-in-stock {
    color: #c4c4c4;
}

.sd-product__price.is-old {
    color: #6D6D6D;
    font-size: 24px;
    font-weight: 400;    
    margin-left: auto;
	display: inline-block;
}
.sd-product__price.is-old:before {
	content: '';
	display: block;
	width: 79px;
	height: 1px;
	background: #DA2549;
	position: absolute;
	left: 0px;
    top: 10px;
}
.sd-product__buy {
    display: flex;
    flex-direction: row;
    width: 49%;
    max-width: 430px;
    position: relative;
    overflow: hidden
}
.old-price-block {
	position: absolute;
    top: -52px;

}
.sd-product__buy .product-card__one-click-popup input {
    height: 50px
}

.sd-product__buy .product-card__one-click-popup {
    border: 1px solid var(--main-green);
}

.sd-product__button {
    margin: 0;
    padding: 15px 5px;
    border: none;
    background: 0 0;
    line-height: 1;
    border-radius: 0;
    width: 50%;
    box-sizing: border-box;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    font-family: "Open Sans", sans-serif;
}
#product .product-card__one-click-popup input {
	border-bottom: none;
}

.sd-product__button.is-buy {
    border-top: 2px solid var(--main-green);
    color: #fff;
    background-color: var(--main-green);
    font-size: 18px;
}

.sd-product__button.is-one-click {
    border: 1px solid var(--main-green);
    color: var(--main-green);
    font-size: 18px;
    margin-left: 15px;
}

.sd-product__button.not-in-stock {
    border: 1px solid #6D6D6D;
    color: #6D6D6D;
    font-size: 18px;
    width: 230px;
}
.sd-product__button.not-in-stock:hover {
	color: var(--main-color);
	border-color: var(--main-color);
}

.sd-product__button.add-to-cart:hover,
.sd-product__button.add-to-cart:focus {
	background-color: var(--green-hover);
	border-top: 2px solid var(--green-hover);
}
.sd-product__button.is-one-click:hover {
	box-shadow: inset -1px 0px 7px 0px rgba(50, 174, 31,0.35);
}
.sd-product__payment {
    width: 14%;
    padding-left: 24px;
}

.sd-product__payment-list {
    display: flex;
}

.sd-product__payment-item {
    display: flex;
	padding: 4px 20px;
	border: 1px solid #C4C4C4;
	width: 49%;
	align-items: center;
    justify-content: center;
	height: 50px;
    box-sizing: border-box;
}
.sd-product__payment-item:hover {
	border: 1px solid var(--main-color);
}
.sd-product__payment-item:first-child {
	margin-right: 15px;
}
.sd-product__payment-text {
    margin-left: 10px;
    box-sizing: border-box;
    width: 80px;
    font-size: 12px;
    line-height: 1.2;
    
}
.telegram-block {
    display: flex;
    width: 30%;
    padding-top: 7px;
    padding-left: 20px;
}
.telegram-text {
    margin-left: 7px;
    position: relative;
    top: -10px;
}
.telegram-block a {
    text-decoration: none!important;
}
.telegram-block a:hover {
    color: var(--main-color);
}
.sd-product__payment-icon {
	position: relative;
	top: 2px;
}
.sd-product__payment-item:hover .sd-product__payment-text {
    color: var(--main-color);
}
.sd-product__payment-text.is-private {
    
}

.sd-product__payment-text.is-credit {
    
}

.sd-product__motivation {
    margin-top: 25px;
}

.sd-product__motivation-list {
    display: flex;
}

.sd-product__motivation-item {
    
    background: 0 0;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    line-height: 1;
    text-align: left;
    outline: none;
    cursor: pointer;    
}
.block-function-btn {
	position: absolute;
    top: 10px;
    right: 15px;
}

.sd-product__motivation-item+.sd-product__motivation-item {
    margin-left: 20px;
}

.sd-product__motivation-icon {
    width: 40px;
    height: 34px;    
    background-position: 50%;
    background-size: contain;    
    background-repeat: no-repeat;
}

.sd-product__motivation-icon.is-like {
    background-image: url(../assets/img/like.svg);
}

.sd-product__motivation-icon.is-compare {
    background-image: url(../assets/img/new/Compare-orange.svg);
}

.sd-product__motivation-icon.is-alert {
    background-image: url(../assets/img/new/Alert.svg);
    width: 17px;
	height: 20px;
    color: #232121;
}
.sd-product__motivation-text.is-alert {
	color: #6D6D6D;
    margin-left: 10px;
}
.sd-product__motivation-text {
    margin-left: 8px;
    font-size: 15px;
    line-height: 1.4;
}

.sd-product__motivation-text:hover {
   color: var(--main-color);
}

.sd-product__motivation-item:hover .sd-product__motivation-icon,
.sd-product__motivation-item:focus .sd-product__motivation-icon,
.sd-product__motivation-item.is-active .sd-product__motivation-icon {
    filter: grayscale(0);
    opacity: 1;
}

.sd-product__shipping {
    max-width: 520px;
    margin-top: 47px;
}

.sd-product__shipping-title {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 5px;
    
}

.sd-product__shipping-list {}

.sd-product__shipping-item {
    font-size: 15px;
    font-weight: 600;
    color: #232121;
    line-height: 1.3;
    padding: 17px 11px 17px 38px;
    background-repeat: no-repeat;
    background-position: 12px 50%;
}

.sd-product__shipping-item:nth-child(odd) {
    background-color: #F4F4F4;
}

.sd-product__shipping-item.is-pickup {
    background-image: url(../assets/img/shipping-pickup.svg);
}

.sd-product__shipping-item.is-courier {
    background-image: url(../assets/img/shipping-courier.svg);
}

.sd-product__shipping-item.is-parcel {
    background-image: url(../assets/img/shipping-parcel.svg);
}

.sd-product__manufacturer {
    margin-top: 16px;
}

.sd-product__manufacturer-link {}

.sd-product__manufacturer-img {
    max-width: 100%;
    height: auto;
	min-width: 200px;
    max-height: 60px; 
}

.sd-product__timer {
    margin-top: 32px;
}

.sd-product__privilege {
    width: 100%;
    margin-top: 20px;
}

.sd-product__privilege-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sd-product__privilege-item {    
    display: flex;       
    box-sizing: border-box;
    font-size: 15px;
    color: var(--main-color);
	margin-right: 50px;
}
.sd-product__best-price-item {
	display: flex;
	cursor: pointer;
	margin-right: 50px;
}
.is-warranty-icon {
    background-image: url(../assets/img/new/Guarantee-orange.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.sd-product__privilege-item.is-exchange {
    background-image: url(../assets/img/exchange.svg);
}

.sd-product__privilege-item+.sd-product__privilege-item {
    margin-top: 8px;
}

.sd-product__instruction {
    width: 100%;
    margin-top: 20px;
	z-index: 9;
}

.sd-product__instruction-link {
    display: inline-block;
    font-size: 15px;   
    line-height: 1.4;
    text-align: center;
    padding: 48px 12px 12px 0px;
    background-image: url(../assets/img/new/Instruction.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
}

.sd-product__instruction-link:hover,
.sd-product__instruction-link:focus {
    color: var(--main-color);
}

.sd-product__tabs {
    margin-top: 30px;
}

@media screen and (max-width: 1024px) {
    .sd-product__title {
        font-size: 18px;
        margin-bottom: 10px;
		padding-right: 0;
    }
	.sd-product__detail {
		position: relative;
		top: 0;
	}
    .sd-product__sku {
        display: none;
    }
    .sd-product__code {
        font-size: 14px;
    }
    .sd-product__data {
        display: block;
        margin-top: 20px;
		position: relative;
    }
    .sd-product__data .product-label {
        font-size: 12px;
    }
    .static-banner .sd-product__motivation-item.is-compare {
        right: 0;
    }
    .sd-product__images {
        width: 100%;
    }
    .sd-product__info-column {
        width: 100%;
    }
    .sd-product__info {
        width: 100%;
        margin-left: 0;
    }
	.sd-product__manufacturer {
        right: 0;
        top: -5px;    
        position: absolute;
        margin-top: 0;
	}
    .sd-product__mobile-grid {
        display: flex;
        justify-content: start;
		position: absolute;
    	top: -44px;
    }

    .sd-product__availability {
        font-size: 14px;
    }

    .sd-product__cost {
        margin-top: 5px;
        max-width: 100%;
    }
    .sd-product__price-text {
        font-size: 1rem;
        margin-right: 10px;
    }
    .sd-product__price {
        font-size: 28px;
    }
    .sd-product__price span {
        font-size:20px;
    }
    .sd-product__price.is-old {
        font-size: 18px;
        margin-right: 0;
        position: relative;
        top: -7px;
    }
    .sd-product__payment-list {
        justify-content: space-around;
    }
    .sd-product__buy {       
        width: 100%;
        
    }
	.sd-product__payment {
		 width: 30%;
        padding-left: 0;
        padding-right: 20px;
	}
    .telegram-block {
        width: 60%;
        padding-top: 23px;
        padding-left: 0;
    }
    .sd-product__button.is-buy {
        font-size: 18px;
        width: 48%;
        margin-right: 4%;
    }
    .sd-product__button.is-one-click {
        font-size: 18px;
        margin-left: 0;      
        width: 48%;
    }
    .sd-product__payment {
        margin-top: 16px;
       
    }
   
    .sd-product__motivation-list {
        display: flex;
        justify-content: space-around;
    }
    .sd-product__payment-text {
        width: 65px;
    }
    .sd-product__motivation {
        margin-top: 0;
        max-width: 100%;
    }
    .sd-product__motivation-item.is-like {
        display: none;
    }
    .sd-product__motivation-item.is-compare {
        margin-left: 0;
    }
    .sd-product__shipping {
        max-width: 100%;
    }
    .sd-product__shipping-title {
        text-align: center;
        font-size: 1.125rem;
        margin-bottom: 15px;
    }
    .sd-product__info-column.is-small {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 100%;
        margin-top: 29px;
		margin-bottom: 150px;
		position: relative;
    }
	.sd-product__info-column.is-small.no-logo.no-inctr {
		margin-bottom: 110px;
	}
	.sd-product__info-column.is-small.no-online-demo {
		    margin-bottom: 70px;
	}
	div .sd-product__privilege-list {
		    margin-top: 84px;
	}
    .sd-product__timer {
        display: none;
    }
    .sd-product__privilege {
        display: inline-block;
		position: absolute;
		margin: 0px;
		height: 60px;
    }
	div.no-online-demo .sd-product__privilege-list {
		margin-top: 50px;
	}
	.sd-product__privilege ul .is-warranty {float:left; margin: 65px 0px 0px 0px;width: 155px;}
	.sd-product__privilege ul .is-exchange {float:right; margin: 65px 0px 0px 0px; width: 155px;}
	.no-logo.no-inctr .sd-product__privilege ul .is-warranty, .no-logo.no-inctr .sd-product__privilege ul .is-exchange,.no-online-demo .sd-product__privilege ul .is-warranty, .no-online-demo .sd-product__privilege ul .is-exchange {
		margin-top: 3px;
	}
    .sd-product__instruction {
        margin-top: 0;
    }
    .sd-product__instruction-link {
        padding: 20px 0 0 60px;
        font-size: 12px;
        background-position: 12px 50%;
        background-size: 39px 40px;
        min-height: 40px;
        max-width: 280px;
        text-align: left;
    }
    .sd-product__manufacturer-img {
        max-width: 85px;
    }
    .sd-product__info-column.is-full {
            margin-top: 0;
    }
    .sd-product__tabs {
        margin-top: 17px;
    }
    .sd-product__shipping-item {
        background-size: 24px;
        padding-left: 48px;
    }
    .sd-product__data .carousel-cell {
        padding: 25px 0;
    }
    .sd-product__data .sd-product__thumb {
        padding: 0;
    }
    .sd-product__data .ms-prod-rating__link.is-product {
        font-size: 14px;
        margin-left: 10px;
    }
    .sd-product__data .ms-prod-rating__star.is-product {
        width: 1rem;
        height: 1rem;
    }
    .sd-product__data .sd-product__price.is-old {
        font-size: 18px;
        top: 2px;
    }
	.block-function-btn {
		top: 7px;
	}
    .offer-block {
        width: 100%;
        margin-left: -15px;
    }
	div.sd-product__price-data .reduction {
		font-size: 12px;
		    padding: 2px 4px;
	}
	.is-warranty a, .sd-product__motivation-text.is-alert {
		font-size: 12px;
	}
	.carreier-metod-title {
		font-size: 14px;
	}
	.shop-adress, .pick-up-day, .work_time, .delivery-price {
		font-size: 12px;
	}
	.price-and-rating {
		flex-wrap: wrap;
	}
}


/* carousel images product page */

.image-carousel {
    border: 1px solid #C4C4C4;
    position: relative;
}
.sd-product__images .slick-dotted.slick-slider {
	margin-bottom: 1px;
	margin-top: 1px;
}
.sd-product__images .carousel-cell {
	padding: 15px;
}
.static-banner {
    position: absolute;
    z-index: 10;     
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.carousel-cell {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}

.thumbs-carousel {
    padding: 0 20px
}

.thumbs-carousel .flickity-prev-next-button.previous {
    width: 30px;
    height: 30px;
    left: -10px;
}

.thumbs-carousel .flickity-prev-next-button.next {
    width: 30px;
    height: 30px;
    right: -10px;
}

.thumbs-cell {
    width: 25%;
    padding: 6px;
    box-sizing: border-box;
    margin-top: 12px;
}

.sd-product__thumb {
    max-width: 100%;
    height: auto;    
    box-sizing: border-box;
	cursor: pointer;
}

.thumbs-cell.is-nav-selected .sd-product__thumb {
    outline: 2px solid var(--main-color);
    outline-offset: -2px;
}
.sd-tabs__container.description__container h3 {
	margin-top: 40px;
}
@media screen and (max-width: 1024px) {
    .image-carousel {
        border: none;
    }
    .thumbs-carousel {
        top: -35px;
    }
    .thumbs-cell {
        width: 10px;
        height: 10px;
        border: 1px solid var(--main-color);
    }
    .thumbs-cell+.thumbs-cell {
        margin-left: 5px;
    }
    .thumbs-cell.is-nav-selected {
        background-color: var(--main-color);
    }
    .thumbs-cell img {
        display: none;
    }
    .thumbs-carousel .flickity-prev-next-button.previous,
    .thumbs-carousel .flickity-prev-next-button.next {
        display: none;
    }
    .static-banner {
        left: 0;
        top: 0;
    }
    .sd-product__motivation-item+.sd-product__motivation-item {
    margin-left: 0px;
    }
}


/* home-content-navigation */

.home-content-navigation {
    display: none;
}

@media screen and (max-width: 1024px) {
    .home-content-navigation {
        display: flex;
        width: 96%;
        margin-left: 2%;
        justify-content: space-around;
    }
    .home-content-navigation-block {
        visibility: hidden; 
		height: 0px;
    }
    .home-content-navigation-block.is-active {
        visibility: visible; 
		height: auto;
    }
    .home-content-navigation-title {
       display: none;
    }
    .ms-prod-tab {
        background: #e5e5e5;
        border: none;
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        width: 48%;
        height: 40px;
        color: #232121;
        outline: none;
    }
    .ms-prod-tab.is-active {
        background: var(--main-color);
        font-size: 16px;
        color: #fff;
    }
}


/* timer */

.sd-timer {}

.sd-timer__title {
    text-align: center;
    color: #6D6D6D;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 15px;
}

.sd-timer__body {
    padding: 11px 15px 11px 55px;
    border: 1px solid var(--main-color);
    background-image: url(../assets/img/clock.svg);
    background-repeat: no-repeat;
    background-position: 14px 50%;
}

.sd-timer__time {
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: var(--main-color)
}


/* call back */

.sd-call {
    display: flex;
}

.sd-call__container {
    display: flex;
}

.sd-call__label {
    text-align: right;
    max-width: 290px;
    margin-right: 28px;
}

.sd-call__phone {
    border: 1px solid var(--main-green);
    border-right-style: solid;
    display: flex;
    padding: 9px 15px;
    font-size: 1.25rem;
    color: var(--main-green);
    width: 200px;
    position: relative;
}

.sd-call__input {
    display: block;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    line-height: 1;
    background: 0 0;
    font-size: 1.25rem;
    color: var(--main-green);
    padding: 0;
    width: 183px;
}

.sd-call__input::-webkit-input-placeholder {
    color: var(--main-green);
}

.sd-call__input::-moz-placeholder {
    color: var(--main-green);
}

.sd-call__input:-ms-input-placeholder {
    color: var(--main-green);
}

.sd-call__input:-moz-placeholder {
    color: var(--main-green);
}

.sd-call__input:focus {
    outline: none;
}

.sd-call__button {
    background-color: var(--main-green);
    background-image: url(../assets/img/send.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 47px;
    height: 47px;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
    outline: none;
}


/* product tabs */

.sd-tabs__header {
    display: flex;
    justify-content: space-between;
    background-color: #F4F4F4;
}

.sd-tabs__button {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 1;
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    color: #232121;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

.sd-tabs__button.is-active {
    background: var(--main-color);
    color: #fff;
    font-weight: 500;
}

.sd-tabs__button:not(.is-active):hover,
.sd-tabs__button:not(.is-active):focus {
    text-decoration: underline;	
}

.sd-tabs__navigation {
    display: none;
}

.sd-tabs__container {
    padding: 15px 0 0;
}

.sd-tabs__category {
    display: flex;
    flex-wrap: wrap;  
    margin-top: 40px;
}

.sd-tabs__category::after {
    content: "";
    display: block;
    max-width: 350px;
}

@media screen and (min-width: 1441px) {
    .sd-tabs__category::after {
        width: 25%;
    }
}

@media screen and (max-width: 1440px) {
    .sd-tabs__category::after {
        width: 33.3%;
    }
}

@media screen and (max-width: 1170px) {
    .sd-tabs__category::after {
        width: 50%;
    }
}

@media screen and (max-width: 1170px) {
    .sd-tabs__category {
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .sd-tabs__header {
        overflow: scroll;
		margin-left: -16px;
    	margin-right: -16px;
    }
	.sd-tabs {
		position: relative;
	}
	.sd-tabs:after {
		background: linear-gradient(270deg,#f4f4f4,hsla(0,0%,100%,0));
		content: "";
		height: 50px;
		pointer-events: none;
		position: absolute;
		right: -16px;
		top: 0;
		width: 90px;
	}
    .sd-tabs__button {
        text-align: left;
        padding: 15px;
        font-size: 14px;
        line-height: 1.1;
		font-weight: 600;
    }
  
    .sd-tabs__category {
        margin-left: -12px;
        margin-right: -12px;
        margin-top: 20px;
    }
    .sd-tabs__category .product-cell {
        width: 50%;
        padding: 0 5px;
    }
    .sd-tabs__button.is-active {
        color: #fff;
		background: var(--main-color);
    }
    .sd-tabs__button:not(.is-active):hover,
    .sd-tabs__button:not(.is-active):focus {
        text-decoration: none;
    }
}

.sd-tabs__item {
    display: none;
}

.sd-tabs__item.is-active {
    display: block;
}

.sd-tabs__container h2 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--main-color);
    font-weight: 600;
    margin: 30px 0;
    font-family: 'Open Sans', sans-serif;	
}
.sd-tabs__container h3 {
    font-size: 24px;
    line-height: 1.5;
    color: var(--main-color);
    font-weight: 600;
    margin: 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.sd-tabs__container p {
    font-size: 18px;
    margin: 0;
    margin-bottom: 30px;
    color: #232121;
    text-align: left;
}

.sd-tabs__container a {
    color: #232121;
}

.sd-tabs__container a:hover,
.sd-tabs__container a:focus {
    color: var(--main-color);
}

.sd-tabs__container ul {
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}

.sd-tabs__container li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

.sd-tabs__container ul li:before  {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background-color: var(--main-green);
    margin-right: 15px;
	position: relative;
    top: -2px;
}
#cms #center_column ul.shopmarker, #cms #center_column ul.nomarker {
	margin-left: 0; 
	padding-left: 0;
	list-style-type: none;
}
 ul.shopmarker li:before {
	content: '';	
    display: inline-block;
	position: relative;
    
}
#cms ul.shopmarker li:before {
    top: 3px;
}
.sd-tabs__container iframe { 
    display: block;
}
.sd-tabs__container li span {
    display: inline-block;
    vertical-align: top;
}
.sd-tabs__container .features li span:first-child {
    width: 31%;
    position: relative;
}
.sd-tabs__container .features li span:first-child:after {
    content: '';
    display: block;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
    bottom: 5px;
    z-index: 1;
    width: 90%;
    left: 8%;
}
.sd-tabs__container li span:first-child div {
    display: inline-block;
    background: #fff;
    z-index: 9;
    position: relative; 
    padding-right: 10px;
}
.sd-tabs__container li span:nth-child(2) {
    position: relative;
    top: 3px;
}
.description-inner {
	height: 355px;
	overflow: hidden;
	position: relative;
	
}
.full_text .description-inner {
	height: auto;
}
.description-inner:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 80px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) -22.31%, #FFFFFF 121.66%);
	bottom: 0;
    left: 0;
}
.full_text .description-inner:after {
	content: none;
}

.read-more-description {
	font-weight: 600;
	font-size: 15px;
	margin-top: 20px;
    display: block;
	cursor: pointer;
}
.read-more-description:hover {
	color: #FF8400;
}
@media screen and (max-width: 1024px) {
    .sd-tabs__container h2,
    .sd-tabs__container h3 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3;
		margin: 15px 0;
    }
	.sd-tabs__container h2 {
		font-size: 16px;
	}
    .sd-tabs__container .product-text-title {
        font-size: 16px;
        color: #232121;
        font-weight: 600;
        margin: 1em 0;
    }
    .sd-tabs__container h2:first-child,
    .sd-tabs__container h3:first-child {
        margin-top: 0;
    }
    .sd-tabs__container p {
        margin-top: 15px;
		margin-bottom: 15px!important;
        font-size: 14px;
        line-height: 24px;
    }
    .sd-tabs__container .sd-tabs__video {
        margin-left: -16px;
        margin-right: -16px;
    }
    .sd-tabs__body.is-for-tab {
        margin-bottom: 43px;
    }
    .sd-tabs__container li {
        font-size: 14px;
		margin-bottom: 10px;
    }
    .sd-tabs__container li:before {
        width: 10px;
        height: 10px;
        margin-right: 10px;
    }
    .sd-tabs__container iframe {
        max-width: 100%;
        height: auto;
    }
	.read-more-description {	
		font-size: 12px;
	}
	.description-inner {
		height: 500px;
	}
    .sd-container .title {
        /*margin-bottom: 0;*/
/*		text-align: center;*/
    }
}


/* services list */

.fs-shop {}

.fs-shop__title {
    text-align: center;
}

.fs-shop__list {
    margin-top: 30px;
}

.fs-shop__item {
    display: inline-block;
    vertical-align: top;
    width: 21%;
}

.fs-shop__item+.fs-shop__item {
    margin-left: 5%;
}

.fs-shop__city {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 0;
    padding-left: 25px;
    background-image: url(/themes/dilecta/assets/img/new/Location.svg);
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.fs-shop__address {
    margin-top: 15px;
	padding-left: 25px;
}

.fs-shop__address+.fs-shop__address {
    margin-top: 30px;
}

.fs-shop__line {
    font-size: 1.25rem;
    line-height: 1.4;
    color: #232121;
}

.fs-shop__bold {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 70px;
}

.fs-shop__time {
    color: #6D6D6D;
    font-size: 15px;
    line-height: 21px;
    padding-left: 32px;
    position: relative;
    min-height: 63px;
}
.fs-shop__time:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/themes/dilecta/assets/img/new/Data.svg) no-repeat;
    top: 5px;
    left: 1px;
    background-size: contain;
}
.fs-shop__phones {
    margin-top: 15px;
}

.fs-shop__phone {
    display: block;
    color: #232121;
    font-weight: 600;
    font-size: 15px;
    margin: 10px 0;
    text-decoration: none;
    line-height: 1;
}

.fs-shop__phone::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.fs-shop__phone.is-viber::after, .fs-shop__phone.is-telegram::after {
    
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}

.fs-shop__phone.is-viber::after{
    background-image: url(../assets/img/viber.svg);
}
.fs-shop__phone.is-telegram::after {
    background-image: url(../assets/img/telegram.svg);
}
.fs-shop__phone.is-viber.is-telegram::after {
    background-image: url(../assets/img/viber_telegram.svg);
    width: 47px;
}

.fs-shop__phone.is-phone::before {
    background-image: url(../assets/img/new/Phone.svg);
}

.fs-shop__phone.is-vodafone::before {
    background-image: url(../assets/img/vodafon.svg);
}

.fs-shop__phone.is-lifecell::before {
    background-image: url(../assets/img/lifecell.svg);
}

.fs-shop__phone.is-kyivstar::before {
    background-image: url(../assets/img/kyivstar.svg);
}

.fs-shop-address {
    font-weight: 600;
    text-align: center;
}

.fs-shop-title {
    padding: 15px 15px 15px 64px;
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-color: #F4F4F4;
}

.fs-shop-title.is-pickup {
    background-image: url(../assets/img/shipping-pickup.svg);
    background-size: 36px 34px;
}

.fs-shop-title.is-courier {
    background-image: url(../assets/img/shipping-courier.svg);
    background-size: 43px 40px;
}

.fs-shop-title.is-pickuppost {
    background-image: url(../assets/img/shipping-pickuppost.svg);
    background-size: 43px 40px;
}

.fs-shop-title.is-pickuppost {
    background-image: url(../assets/img/shipping-pickuppost.svg);
    background-size: 43px 40px;
}

.fs-shop-title.is-parcel {
    background-image: url(../assets/img/shipping-parcel.svg);
    background-size: 43px 40px;
}

.fs-shop-title.is-services {
    background-image: url(../assets/img/services.svg);
    background-size: 43px 40px;
}

@media screen and (max-width: 1024px) {
    .fs-shop__list {
        margin-top: 0;
    }
    /*
    .fs-shop__item {
        width: 24%;
        margin: 0;
        padding-right: 1%;
        box-sizing: border-box;
    }
*/
    .fs-shop__item {
        width: 100%;
        margin-bottom: 0;
        margin-top: -2px;
        padding: 0;
        box-sizing: border-box;
    }
    h3.fs-shop-title {
        font-size: 1rem;
        font-weight: 600;
        margin-left: -16px;
        margin-right: -16px;
    }
    .fs-shop__city {
        color: #fff;
        background-color: var(--main-color);
        border-bottom-color: var(--main-color);
        background-image: url(/img/new/Location.svg);
        background-position: 22px 50%;
        line-height: 48px;
        margin-left: -16px;
        margin-right: -16px;
        position: sticky;
        top: 0;
        padding-left: 50px;
    }
    .fs-shop__item+.fs-shop__item {
        margin-left: 0;
    }
    .fs-shop__city {
        font-size: 16px;
    }
    .fs-shop__address {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .fs-shop__address+.fs-shop__address {
        margin-top: 0;
    }
    .fs-shop__line {
        font-size: 0.875rem;
    }
    .fs-shop__bold {
        font-size: 14px;
        margin-bottom: 4px;
        min-height: 1px;
    }
    .fs-shop__phones {
        margin-top: 20px;
        
    }
    .fs-shop__phone {
        font-size: 14px;
        font-weight: 600;
        margin: 0 0 10px;
    }
    .fs-shop__phone::before {
        width: 14px;
        margin-right: 4px;
    }
    .sd-shops__phones_svet.shops-list-03 {
            margin-bottom: 10px;
    }
    .fs-shop__time {
        font-size: 14px;
        line-height: 1.5;
    }
    .fs-shop__time br {
        display: none;
    }
    .sd-tabs__item .fs-shop__time br {
        display: block;
    }
    .fs-shop__phone .extra-phone-number {
        font-size: 12px;
        white-space: nowrap;
    }
    .fs-shop__city:not(.is-active) {
        background-color: #fff;
        color: var(--main-color);
        background-image: url(../assets/img/geo.svg);
        border-top: 1px solid var(--main-color);
    }
    .fs-shop__item:last-child .fs-shop__city:not(.is-active) {
        border-bottom: 1px solid var(--main-color);
    }
    .fs-shop__city:not(.is-active)~.fs-shop__address {
        display: none;
    }
}

@media screen and (max-width: 800px) {}

.grid-for-tab {
    display: none;
}

#place-for-tab {
    display: none;
}

@media screen and (max-width: 1024px) {
    .burn-everything #place-for-tab {
        display: block;
    }
    .burn-everything .home-container {
        display: none;
    }
    .burn-everything .sd-container+.sd-container.is-product {
        margin-top: 0;
    }
    .burn-everything .sd-product__data {
        margin-top: 0;
    }
    .burn-everything .grid-for-tab {
        display: flex;
        flex-direction: row;
        margin-left: -16px;
        margin-right: -16px;
        border-top: 36px solid #f4f4f4;
        padding: 10px 16px;
    }
    .burn-navigation {
        display: block;
        position: relative;
        height: 55px;
        line-height: 55px;
        white-space: nowrap;
        padding-left: 44px;
        color: #6D6D6D;
        font-size: 1rem;
        font-weight: 600;
        background-color: #f4f4f4;
        margin-left: -16px;
        margin-right: -16px;
        overflow: hidden;
    }
    .burn-everything .sd-product__motivation-item.is-like {
        display: flex;
    }
    .burn-everything .sd-product__motivation-item.is-compare {
        margin-left: 20px;
        display: flex
    }
    .burn-everything .sd-product__motivation-item.is-like .sd-product__motivation-text,
    .burn-everything .sd-product__motivation-item.is-compare .sd-product__motivation-text {
        display: none;
    }
    .grid-for-tab__col.is-img {
        width: 120px;
    }
    .grid-for-tab__col+.grid-for-tab__col {
        margin-left: 20px;
    }
    .grid-for-tab__img {
        max-width: 100%;
    }
    .grid-for-tab__name {
        font-size: 0.8125rem;
        line-height: 1.4;
        color: #232121;
        font-weight: 600;
        
        padding-top: 15px;
        margin-bottom: 5px;
    }
    .grid-for-tab__code {
        font-size: 0.6875rem;
        color: #6D6D6D;
    }
    .burn-everything .sd-product__cost {
        margin-top: 5px;
    }
	.sd-product__motivation-icon {		
		height: 26px;
	}
	.ms-prod-rating__star {
		width: 11px;
    	height: 12px;
	}
}


/* review */

.fr-review__list {
    border-bottom: 1px solid #C4C4C4;
}

.fr-review__row {
    display: flex;
}

.fr-review__row+.fr-review__row {
    padding-left: 260px;
}

.fr-review__col.is-first {
    width: 260px;
    min-width: 260px;
    padding: 0 50px 0 65px;
    box-sizing: border-box;
}

.fr-review__col.is-body {
    width: 100%;
}

.fr-review__col.is-last {
    width: 260px;
    min-width: 260px;
    padding: 0 65px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.fr-review__item {
    padding: 34px 0;
}

.fr-review__item+.fr-review__item {
    border-top: 1px solid #C4C4C4;
}

.fr-review__name {
    font-size: 15px;
    line-height: 1.5;
    color: #6D6D6D;
    margin-bottom: 8px;
}

.fr-review__date {
    font-size: 15px;
    line-height: 1.5;
    color: #6D6D6D;
    margin-bottom: 8px;
}

.fr-review__rating {
    margin-bottom: 20px;
}

.fr-review__label {
    display: block;
    font-size: 12px;      
    padding-left: 29px;
    color: var(--main-color);
    height: 24px;
    line-height: 24px;
    background-image: url(../assets/img/new/buy_in_shop.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    font-family: "Open Sans", sans-serif;
    white-space: nowrap;
}

.fr-review__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #232121;
    margin-bottom: 20px;
}

.fr-review__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    color: #232121;
    margin-bottom: 22px;
}

.fr-review__answer-outer {
    position: relative;
}

.fr-review__answer {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    text-align: left;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #6D6D6D;
    text-decoration: underline;
    padding-left: 42px;
    background-image: url(../assets/img/answer.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    cursor: pointer;
    outline: none;
    position: relative;
}

.fr-review__answer:hover,
.fr-review__answer:focus {
    color: var(--main-color);
    background-image: url(../assets/img/answer-show.svg);
}

.fr-review__likes.is-top .fr-review__like.is-bottom {
    filter: grayscale(1);
    opacity: 0.5;
}

.fr-review__likes.is-bottom .fr-review__like.is-top {
/*
    filter: grayscale(1);
    opacity: 0.5;
*/
}

.fr-review__like.is-top .fr-review__count {
    position: absolute;
    bottom: -5px;
    right: 32px;
    line-height: 1;
    text-align: right;
    color: var(--main-green);
}

.fr-review__like.is-bottom .fr-review__count {
    position: absolute;
    bottom: -5px;
    left: 32px;
    line-height: 1;
    text-align: right;
    color: #da2549;
}

.fr-review__like {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    height: 35px;
    width: 35px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    cursor: pointer;
    outline: none;
    position: relative;
}

.fr-review__like.is-top {
    background-image: url(../assets/img/new/like.svg);
}

.fr-review__like.is-bottom {
    background-image: url(../assets/img/new/deslike.svg);
}

.fr-review__like-line {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 35px;
    background-color: #C4C4C4;
    margin: 0 15px;
}

.fr-review__answer-line {
    padding-top: 25px;
    padding-left: 42px;
    margin-top: 30px;
    border-top: 1px dashed #C4C4C4;
}

.fr-answer-line__header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.fr-answer-line__name {
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem;
    font-weight: 400;
    color: #6D6D6D;
    padding-left: 42px;
    background-image: url(../assets/img/answer.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    margin-right: 25px;
}

.fr-review__header {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.fr-review__footer {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}
.fr-review__footer .more_comments {
	border-bottom: 1px solid #232121;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
}
.fr-review__footer .more_comments:hover {
	 color: var(--main-color);
	border-color: var(--main-color);
}
@media screen and (max-width: 1024px) {
    .fr-review__header {
        margin-left: -16px;
        margin-right: -16px;
    }
    .fr-review__row {
        display: flex;
        flex-direction: column;
    }
    .fr-review__col.is-first,
    .fr-review__col.is-first {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .fr-review__col.is-first {
        display: flex;
        flex-wrap: wrap;
    }
    .fr-review__name {
        width: 50%;
        order: 1;
        font-size: 18px;
        margin: 0;
        margin-bottom: 5px;
    }
    .fr-review__date {
        width: 50%;
        order: 3;
        font-size: 1rem;
        margin: 0;
        line-height: 1;
    }
    .fr-review__label-line {
        width: 50%;
        order: 2;
        font-size: 0.75rem;
        margin: 0;
        margin-bottom: 10px;
        text-align: right;
    }
    .fr-review__label {
        font-size: 0.75rem;
        display: inline-block;
    }
    .fr-review__rating {
        width: 50%;
        order: 4;
        text-align: right;
    }
    .fr-review__title {
        
        margin-bottom: 10px;
    }
    .fr-review__text {
        font-size: 14px;
		margin-bottom: 0;
    }
    .fr-review__bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 15px;
    }
    .fr-review__answer-line {
        padding-left: 20px;
    }
    .fr-review__answer-line .fr-review__text {
        padding-left: 42px;
        margin-bottom: 0;
    }
    .fr-answer-line__header {
        justify-content: space-between;
    }
}


/* answer modal */

.fr-answer-modal {
    position: absolute;
    padding: 24px 37px;
    top: -24px;
    left: -37px;
    width: 390px;
    background: #fff;
    box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.3), 0px 15px 12px rgba(0, 0, 0, 0.22);
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    color: #232121;
    z-index: 1;
    display: none;
}

.fr-answer-modal__title {
    padding-left: 42px;
    background-image: url(../assets/img/answer-show.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: var(--main-color);
    margin-bottom: 35px;
    height: 32px;
    line-height: 32px;
    font-size: 1.125rem
}

.fr-answer-modal__close {
    position: absolute;
    background-image: url(../assets/img/close-dark.svg);
    top: 28px;
    right: 33px;
    opacity: 0.5;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.fr-answer-modal__line+.fr-answer-modal__line {
    margin-top: 15px;
}

.fr-answer-modal__line.is-footer {
    margin-top: 35px;
}

.fr-answer-modal__line.is-footer button {
    width: 100%;
}

.fr-answer-modal__input {
    height: 46px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 1.125rem;
    color: #232121;
    width: 100%;
    margin: 0;
    display: block;
}

.fr-answer-modal__textarea {
    height: 198px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 1.125rem;
    color: #232121;
    width: 100%;
    margin: 0;
    resize: none;
    display: block;
}

@media screen and (max-width: 1024px) {
    .fr-answer-modal {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: scroll;
        z-index: 40;
        width: 100%;
        height: 100%;
    }
    .fr-answer-modal__title {
        font-size: 1.125rem;
        font-weight: 600;
        text-align: center;
        color: #232121;
        background: 0 0;
        padding: 0;
        
    }
	.sd-product__price.is-old:before {
		top: 8px;
		width: 62px;
	}
}


/* new review */

.new-review {
    display: none;
    position: relative;
    width: 100%;
    padding: 40px 40px 50px;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
}

.new-review__close {
    padding: 0;
    line-height: 1;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url(../assets/img/new/Close.svg);
    background-position: 50%;
    background-size: contain;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.new-review__close:hover {
	filter: opacity(0.6);
}
.new-review__title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #232121;
    text-align: center;
    margin-bottom: 50px;
    
}

.new-review__form {
    /*max-width: 880px;*/
    margin: 0 auto;
    display: flex;
    position: relative;
}

.new-review__col+.new-review__col {
    /*margin-left: 85px;*/
}

.new-review__col.is-float {
    position: absolute;
    margin-left: 0;
    top: 148px;
    width: 310px;
}

.new-review__line+.new-review__line {
    margin-top: 30px;
}

.new-review__line+.new-review__line.is-short {
    margin-top: 15px;
}

.new-review__line.is-rating {
    display: flex;
    justify-content: space-between;
}

.new-review__input {
    height: 46px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #6D6D6D;
    width: 409px;
    display: block;
}
.fr-review__likes span {
	font-size: 12px;
}
.new-review__textarea {
    height: 140px;
    border: 1px solid #C4C4C4;
    border-radius: 0;
    box-shadow: none;
    line-height: 1;
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 15px;
    color: #6D6D6D;
    width: 90%;
    resize: none;
    display: block;
}

.new-review__checkbox {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.new-review__pseudocheckbox {
    position: relative;
    padding-left: 30px;
    font-size: 15px;
    line-height: 26px;
}

.new-review__pseudocheckbox::before {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 4px;
    left: 0;
    background: #fff;
    border: 1px solid #C4C4C4;
    border-radius: 0;
}

.new-review__checkbox.box-error+.new-review__label .new-review__pseudocheckbox::before {
    border: 1px solid #da2549;
}

.new-review__checkbox:checked+.new-review__label .new-review__pseudocheckbox::before {
    background: var(--main-color);
    border: 1px solid var(--main-color);
}

.new-review__footer {
    padding-top: 70px;
    display: flex;
    justify-content: center;
}

.new-review__info {
    font-size: 10px;
    line-height: 1.4;
    color: #DA2549;
}

@media screen and (max-width: 1024px) {
    .new-review {
        border: none;      
        background: #fff;       
        margin-bottom: 20px;
		padding: 15px;
    }
    .new-review__title {
        font-size: 18px;
		margin-bottom: 30px;
    }
    .new-review__form {
        display: block;
    }
    .new-review__col+.new-review__col {
        margin-left: 0;
        margin-top: 30px;
    }
    .new-review__textarea,
    .new-review__input {
        width: 100%;
		font-size: 14px;
    }
	.new-review__pseudocheckbox {
		font-size: 14px;
	}
    .new-review__col.is-float {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .new-review__footer .ds-button-dashed.is-full {
        width: 100%;
    }
    .sd-shops__shop {
        max-width: 100%;
    }
}


/* rating selector */

.rating-block {
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
}

.rating-block__caption {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 600;
}

.rating-block__group {
    position: relative;
    width: 10em;
    height: 2em;
    font-size: 0.825rem;
    background-image: url(/themes/dilecta/assets/img/new/StarEmpty.svg);
    -webkit-background-size: 2em 1.9em;
    background-size: 2em 1.9em;
    background-repeat: repeat-x;
}

.rating-block__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.rating-block__star {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: 0.825rem;
    height: 2em;
    -webkit-background-size: 2em 1.9em;
    background-size: 2em 1.9em;
    background-repeat: repeat-x;
}

.rating-block__star:hover,
.rating-block__input:checked+.rating-block__star {
    background-image: url(/themes/dilecta/assets/img/new/StarFull.svg);
}

.rating-block__star:hover~.rating-block__star {
    background-image: url(/themes/dilecta/assets/img/new/StarEmpty.svg);
}

.rating-block__star:nth-of-type(1) {
    z-index: 5;
    width: 2em;
}

.rating-block__star:nth-of-type(2) {
    z-index: 4;
    width: 4em;
}

.rating-block__star:nth-of-type(3) {
    z-index: 3;
    width: 6em;
}

.rating-block__star:nth-of-type(4) {
    z-index: 2;
    width: 8em;
}

.rating-block__star:nth-of-type(5) {
    z-index: 1;
    width: 10em;
}


/* ******************** */

@media screen and (max-width: 1024px) {
    .l-mobile-hide {
        display: none ! important;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}

@media screen and (min-width: 1025px) {
    .l-desktop-hide {
        display: none ! important;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1024px) {
    .burn-everything .is-for-tab {
        display: none ! important;
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }
}


/* ********************** */

@media screen and (max-width: 1024px) {
    .product-card.is-accessoire {
        padding-top: 40px;
       
        margin-bottom: 9px;
    }
    .product-card.is-accessoire .product-card__header {
        padding: 10px 6px 0;
    }
    .product-card.is-accessoire .product-card__name {
        
        line-height: 1.2;
        
        margin-top: 5px;
    }
    .product-card.is-accessoire .product-card__price-text {
        font-size: 0.5625rem;
    }
    .product-card.is-accessoire .product-card__price {
       
    }
    .product-card.is-accessoire .product-card__price.is-old {
       
    }
    .product-card.is-accessoire .product-card__thumb {
        
    }
    .product-card.is-accessoire .product-label {

    }
    .product-card.is-accessoire .product-card__stuff {
        line-height: 1;
    }
    .product-card.is-accessoire .product-compare {
        width: 18px;
        height: 18px;
    }
    .product-card.is-accessoire .product-like {
        width: 18px;
        height: 18px;
    }
    .product-card.is-accessoire .product-compare+.product-like {
        margin-left: 0;
    }
    .product-card.is-accessoire .product-gift {
        display: none;
    }
    .product-card.is-accessoire .product-card__button.is-buy {
        width: 100%;  
        
    }
    .product-card.is-accessoire .product-card__button.is-one-click {
        display: none;
    }
    .product-card.is-accessoire .ms-prod-rating__star {
       
    }
    .product-card.is-accessoire .ms-prod-rating__link {
        
    }
    .product-card.is-accessoire .product-card__availability {
        display: none;
    }
	
}


/* popup */

.sd-popup-fade {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 14;
    display: none;
}

.sd-popup {
    background: #fff;
    z-index: 15;
    padding: 30px;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    position: fixed;
    max-width: 100%;
    display: none;
    max-height: 100vh;
}
#privat_popup.sd-popup, #mono_popup, #best_price_popup{
	width: 543px;
	max-width: 100%;
}
.sd-popup--header {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;   
    margin: 0;
	color: var(--main-color);
}
.sd-popup--header.popup-header--best-price, #contact_popup .sd-popup--header, #notify_me_popup .sd-popup--header {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.2;
	text-align: left;
	padding-left: 50px;
	position: relative;
	    margin-bottom: 25px;
}
#privat_popup .popup-header--best-price:before, #mono_popup .popup-header--best-price:before, #best_price_popup .popup-header--best-price:before{
	content: '';
	position: absolute;
	display: block;
	width: 34px;
	height: 34px;
	background-size: contain;
	left: 0;
	top: 15px;
	background-repeat: no-repeat;
}
#contact_popup .sd-popup--form-input {
	width: 100%;
}
#contact_popup .sd-popup--header {
	padding-left: 0;
}
#privat_popup .popup-header--best-price:before {
	background-image: url("/themes/dilecta/assets/img/new/PrivatBank.svg");
}
#mono_popup .popup-header--best-price:before {
	background-image: url("/themes/dilecta/assets/img/new/Monobank.svg");
}
#best_price_popup .popup-header--best-price:before {
	background-image: url("/themes/dilecta/assets/img/new/Alert.svg");
}
.sd-popup--close {
    position: absolute;
    top: 32px;
    right: 32px;
    opacity: .5;
    cursor: pointer;
	z-index: 999;
}
.sd-popup--close:hover {
	opacity: 1;
}
.sd-popup ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.sd-popup ul li {
	margin-bottom: 8px;
		
}
.sd-popup ul.with_markers {
	padding-left: 20px;
}
.sd-popup ul.with_markers li {
	position: relative;
	
}
.sd-popup ul.with_markers li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 8px;
	background: url("/themes/dilecta/assets/img/new/marker.svg");
	position: absolute;
    left: -17px;
    top: 6px;
}
.sd-popup--form-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-direction: column; 
    position: relative;
}

.sd-popup--form-container.form-container--row {
    flex-direction: row;
    margin-bottom: 0;
}

#contact_popup .form-container--row {
    flex-direction: column;
}

.input-error {
    color: #DA2549;
    font-size: 12px;
    max-width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 110%);
    margin-left: 50%;
}

.input-error.input-error--fullwidth {
    width: 100%
}

.sd-popup--form-input {
    width: 270px;
    height: 46px;
    border: 1px solid #C4C4C4;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 15px;
}
#notify_me_popup .sd-popup--form-input {
	width: 100%;
}
#notify_me_popup .sd-popup--header {
	padding-left: 0;
}
.sd-popup--form-textarea {
    width: 568px;
    height: 184px;
    border: 1px solid #C4C4C4;
    padding: 14px 20px;
    box-sizing: border-box;
    font-size: 15px;
    resize: none;
}

.sd-popup--checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sd-popup--checkbox input[type=radio],
.sd-popup--checkbox input[type=checkbox] {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.sd-popup--checkbox-fake {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #C4C4C4;
    margin: 0;
}

.sd-popup--checkbox-fake:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 8px;
    border-right: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transition: all 0.2s;
}

.sd-popup--checkbox input:checked+.sd-popup--checkbox-fake:before {
    transform: translate(-50%, -60%) rotate(45deg) scale(1);
}

.sd-popup--form-button {
    width: 100%;
    height: 48px;
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    border: 0;   
    display: block;
    margin: 20px auto 0;
	cursor: pointer;
}
.sd-popup--form-button:hover {
	background: var(--orange-hover);
}
.sd-popup--form-button.form-button--dashed {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

@media screen and (max-width: 769px) {
    .sd-popup--form-container.form-container--column-m {
        flex-direction: column;
        align-items: center;
    }
    #notify_me_popup .form-container--column-m .sd-popup--form-container,
    #notify_me_popup .form-container--column-m .sd-popup--form-button {
        width: 100%;
        margin: 0 0 8px;
    }
    .sd-popup .sd-popup--checkbox {
        font-size: 14px;
    }
    .sd-popup {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: none;
        box-sizing: border-box;
        z-index: 20;
        overflow-y: scroll;
        padding: 15px;
    } 
	#online_video_popup.sd-popup {
		top: 5%;
		padding: 15px;
		max-width: 100%;
	}
	
	.sd-popup--header.popup-header--online-video {
		font-size: 18px;
		font-weight: 400;
	}
    .sd-popup--header {
        font-size: 18px;
    }
    .sd-popup--form-container {
        flex-direction: column;
        /* margin: 0; */
    }
    .sd-popup--form textarea,
    .sd-popup--form input,
    .sd-popup--form button {
        width: 100%;
        margin-bottom: 10px;
        max-width: 420px;
    }
    .sd-layout__category-products.grid .product-card__price-data {
        justify-content: left;
        padding-left: 5px;
    }
    .sd-layout__category-products.grid {
        margin: 0 -14px;
        width: calc(100% + 28px);
    }
}

#cart_popup {
    width: 950px;
}

.sd-popup--product,
.sd-popup--product {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #C4C4C4;
    margin-bottom: 15px;
    padding: 21px 37px 21px 18px;
}

.sd-popup--product>div,
.sd-popup--product>div {
    margin: 0 30px;
}

.sd-popup--product img,
.sd-popup--product img {
    width: 171px;
    height: 121px;
}

.sd-cart-product--gift {
    display: inline-block;
    padding: 0 35px 0 24px;
    line-height: 22px; 
    white-space: nowrap;
}

.sd-cart-product--name {
    max-width: 250px;
    font-size: 18px;
}

.sd-cart-product--quantity {
    display: flex;
    align-items: center;
    font-size: 36px;
}

.sd-cart-product--quantity input {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0 16px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
}

.sd-cart-product--quantity span {}

.sd-cart-product--prise {
    font-size: 26px;
}

.sd-popup--buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.sd-popup--buttons a {
    margin: 0 20px;
}

.sd-dashed-button {
    border: 1px solid var(--main-color);
    text-decoration: none;
    padding: 15px 0;
    width: 250px;
    background: transparent;
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    color: var(--main-color);
    font-weight: 600;
	cursor: pointer;
}

.sd-fullcolor-button {
    text-decoration: none;
    padding: 15px 0;
    width: 250px;
    background: var(--main-color);
    display: block;
    text-align: center;
    box-sizing: border-box;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
	#cart_popup .sd-cart-products {
		display: none;
	}
    .sd-popup--product .sd-popup--product {
        display: block;
        padding: 11px 10px;
    }
    .sd-popup--product img .sd-popup--product img {
        float: left;
        width: 100px;
        height: auto;
    }
    .sd-popup--product .sd-cart-product--name .sd-popup--product .sd-cart-product--name {
        max-width: none;
        margin-left: 120px;
    }
    .sd-popup--product .sd-cart-product--quantity .sd-popup--product .sd-cart-product--quantity {
        width: auto;
        display: inline-block;
        font-size: 15px;
        margin-top: 5px;
    }
    .sd-cart-product--quantity input {
        width: 24px;
        height: 24px;
        font-size: 15px;
        margin: 0 10px;
    }
    .sd-popup--product .sd-cart-product--quantit input .sd-popup--product .sd-cart-product--quantit input {
        width: 24px;
        height: 24px;
        font-size: 15px;
    }
    .sd-popup--product .sd-cart-product--prise .sd-popup--product .sd-cart-product--prise {
        display: inline-block;
        font-size: 15px;
        float: right;
        margin-top: 6px;
    }
}


/* login & register popups */

.sd-popup--column-wrap {
    display: flex;
    align-items: center;
}

.sd-popup--column {
    width: 60%;
    display: flex;
    padding: 0 40px;
    position: relative;
}

.sd-popup--column:nth-of-type(1):after {
    content: '';
    position: absolute;
    width: 0px;
    height: 270px;
    right: 0;
    top: 0;
    border: 1px solid #C4C4C4;
}

#register_popup .sd-popup--column:nth-of-type(1):after {
    height: 392px;
}

.sd-popup--column:nth-of-type(2) {
    width: 39%;
    top: -65px;
    display: flex;
    flex-direction: column;
}

.register-form,
.login-form {
    display: flex;
    flex-direction: column;
}

.register-form--links,
.login-form--links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    margin-top: 10px;
}

.register-form--link,
.login-form--link {
    color: #595959;
    font-size: 15px;
    line-height: 19px;
}

.register-form--capcha,
.login-form--capcha {
    text-align: center;
}

.register-form .sd-popup--form-button,
.login-form .sd-popup--form-button {
    width: 271px;
}

.register-form .sd-popup--form-button {
    margin: 64px 0 0;
}

.register-form .sd-popup--checkbox span {
    white-space: nowrap
}

.register-form--soc-wrap,
.login-form--soc-wrap {
    display: flex;
    justify-content: center;
}

.register-form--soc-link,
.login-form--soc-link {
    width: 56px;
    height: 56px;
    border: 2px solid #6d6d6d;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 7px;
}

.register-form--soc-link i,
.login-form--soc-link i {
    font-size: 33px;
    color: #6d6d6d;
}

.password-form .sd-popup--form-input {
    margin-left: auto;
    margin-right: auto;
}

.password-form .sd-popup--form-button {
    margin-top: 24px;
    width: 270px;
}

.register-form--soc-header,
.login-form--soc-header {
    text-align: center;
}

.sd-shops__container .sd-shops__item:first-child:last-child {
    width: 100%;
	box-sizing: border-box;
	padding-left: 25px;
}

.thumbs-carousel .slick-prev {
    left: -5px;
}

.thumbs-carousel .slick-prev:before {
    content: url(../assets/img/new/ArrowBigLeft.svg);    
}
.thumbs-carousel .slick-prev:hover:before {
    content: url(../assets/img/new/ArrowBigLeftOrange.svg);    
}
.slick-lightbox-inner .slick-prev:before {
    content: url(img/lightbox-arrow-l.svg);
    
}

.thumbs-carousel .slick-next {
    right: -5px;
}

.thumbs-carousel .slick-next:before {
    content: url(../assets/img/new/ArrowBigRigt.svg);    
}
.thumbs-carousel .slick-next:hover:before {
    content: url(../assets/img/new/ArrowBigRigtOrange.svg);    
}
.slick-lightbox-inner .slick-next:before {
    content: url(img/lightbox-arrow-r.svg);
}

.thumbs-carousel {
    margin-top: 10px;
}

.thumbs-carousel .slick-slide {
    border: 1px solid #C4C4C4;
    margin: 0 5px;
}

.thumbs-carousel .slick-slide.slick-center {
    border: 2px solid var(--main-color);
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    filter: grayscale(0);
}

.product-card__one-click-popup {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
	min-height: 50px;
    top: 0px;
    background: #fff;
    border: 1px solid var(--main-green);
    box-sizing: border-box;
    transition: 0.5s;
    transform: translateX(0%);
	overflow: hidden;
   
}

.product-card__one-click-popup.hide {
    transform: translateX(100%);
}

.product-card__one-click-popup form {
    display: flex;
}

.product-card__one-click-popup input {
    width: calc(100% - 60px);
    border: none;
    padding-left: 45px;
    box-sizing: border-box;
    color: var(--main-green);
    font-size: 18px;
    line-height: 50px;
	height: 52px;
}

.product-card__one-click-popup button {
    width: 60px;
    height: 50px;
    border: none;
    background: var(--main-green);
	cursor: pointer;
}
.product-card__one-click-popup button:hover {
	background: var(--green-hover);
}
.ds-home-news .ds-button-dashed:hover {
	border: 1px solid var(--orange-hover);
    color: var(--orange-hover);
    box-shadow: inset -1px 0px 7px 0px rgba(255,132,0,0.35);
} 
.product-card__one-click-popup form.success {
	display: block;
	color: var(--main-green);
	padding: 5px 0 0 50px;
    line-height: 18px;
}
.product-card__one-click-popup form.success span {
	display: block;
}
.sd-popup--form-input:focus {
	border: 1px solid #C4C4C4;
}
@media (max-width: 1024px) {
    .product-card__one-click-popup button {
        height: 50px;
    }
     .product-card__one-click-popup button svg{
/*        height: 50px;*/
    }
    .product-card__one-click-popup input {
        line-height: 50px;
    }
	.slick-lightbox .slick-lightbox-close {
		top: 40px;
	}
	.ds-button-dashed {
		font-size: 15px;
	}
	.sd-layout h2.deliverypay-h2, .deliverypay-h3, .fs-shop-title-servisees {
		font-size: 16px!important;
	}
	#cart_popup .sd-popup--header {
		color: #232121;
	}
	.sd-popup--header.popup-header--best-price, #contact_popup .sd-popup--header, #notify_me_popup .sd-popup--header {		
		font-size: 18px;
	}
	#privat_popup .popup-header--best-price:before, #mono_popup .popup-header--best-price:before, #best_price_popup .popup-header--best-price:before {
		top: 7px;
	}
}

.product-card__one-click-popup .sd-popup--close svg {
    width: 20px;
    height: 20px;
}

.product-card__one-click-popup .input-error {
    bottom: 23px;
    left: 14px;
    width: auto;
    transform: translate(0, 130%);
    margin: 0;
    text-shadow: 0 0 3px #fff;
}

.product-card__one-click-popup .sd-popup--close {
    top: 50%;
    right: auto;
    left: 15px;
    transform: translateY(-50%);
    height: 20px;
}

.product-card__one-click-popup p {
    font-size: 26px;
    color: #6D6D6D;
    padding-left: 45px;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.hidden {
    display: none;
}

@media (max-width: 375px) {
    .product-card__one-click-popup p {
        font-size: 22px;
        padding-top: 1px;
    }
}

@media (max-width: 614px) {
    .sd-popup--column {
        width: 100%;
        justify-content: center;
    }
    .sd-popup--column-wrap {
        flex-direction: column;
        overflow-x: hidden;
    }
    .sd-popup--header {
        margin-bottom: 20px;
    }
    .register-form,
    .login-form {}
    .sd-popup--form-input {
        margin: 0 auto
    }
    .sd-popup--column:nth-of-type(2) {
        width: 300px;
    }
    .register-form .sd-popup--form-button,
    .login-form .sd-popup--form-button {
        margin: 160px auto -142px;
    }
    .register-form--soc-header,
    .login-form--soc-header {
        width: 100%;
        border-top: 2px solid #C4C4C4;
        padding-top: 10px;
    }
    .sd-popup {
        min-height: 100vh;
    }
    .sd-popup--column:nth-of-type(1):after {
        content: none;
    }
    .sd-popup--close {
        top: 22px;
        right: 22px;
    }
}

@media (max-width: 1024px) {
    div.thumbs-carousel {
        display: none;
    }
    .product-carousel {
        text-align: center;
		position: relative;
    }
	
    div.product-slider img {
        display: inline;
        max-height: 470px;
    }
    .sd-product__buy .product-card__one-click-popup input {
        height: 50px
    }
	.old-price-block {
    position: absolute;
    top: -30px;
}
}

.product-slider .slick-dots li button:before {
    width: 9px;
    height: 9px;
    color: transparent;
    display: block;
    border: 1px solid #c4c4c4;
    opacity: 1;
	top: 5px;
    left: 5px;
}
.sd-popup--text.required {
	color: #DA2549;
	font-size: 12px!important;
} 
.product-slider .slick-dots li.slick-active button:before {
    background: var(--main-color);
	border-color: var(--main-color);
    color: transparent;
    opacity: 1;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
}

@media (min-width: 1025px) {
    .product-slider .slick-dots {
        display: none !important;
    }
}

#best_price_popup .popup-header--best-price {
    color: var(--main-color);
    font-size: 24px;
    display: flex;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: left;
}

#best_price_popup .popup-header--best-price span {
    padding: 0 12px 0;
}

#notify_me_popup .sd-popup--form-input {
    margin: 0 auto;
}

#notify_me_popup .sd-popup--form-button {
    width: 100%;
    margin: 0 5px;
	cursor: pointer;
}
#notify_me_popup .sd-popup--form-button:hover {
	background: var(--orange-hover);
}
#notify_me_popup .sd-popup--checkbox .checkbox-text {
    position: relative;
    padding-left: 28px;
}

#notify_me_popup .sd-popup--checkbox {
    text-align: left;
}

.sd-popup--form-container:last-child {
    margin-bottom: 0;
}

.form-container--row .sd-popup--form-container:last-child {
    margin-bottom: 32px;
}

#best_price_popup .input-error,
#best_price_popup .sd-popup--text,
#best_price_popup .sd-popup--form-container,
#best_price_popup .sd-popup--form-input {
    width: 100%;
    max-width: 100%;
}

#best_price_popup .input-error {
    bottom: 11px;
}

#best_price_popup .sd-popup--form-button {
    margin-top: 0;
}

@media (max-width: 768px) {
    #cart_popup.sd-popup {
        padding: 40px 0 40px;
		
    }
    .sd-popup--buttons {
        flex-direction: column;
        align-items: center;
    }
    .sd-popup--buttons a {
        margin: 10px;
    }
	  .js-product-carousel .flickity-viewport, .man-slider .flickity-viewport{        
		  position: relative;
    }
	  .js-product-carousel .flickity-viewport:before, .man-slider .flickity-viewport:before{
          content: '';
		  display: block;
		  position: absolute;
		  right: -26px;
    	  top: 4px;
		  width: 60px;
		  height: 100%;		 
		  background: linear-gradient(270deg, #FFFFFF -48.39%, rgba(255, 255, 255, 0) 55.84%);
		  z-index: 9;
    } 
    .man-slider .flickity-viewport:before {
        width: 120px;
         background: linear-gradient(270deg, #FFFFFF -20.39%, rgba(255, 255, 255, 0) 80%);
    }
}

.input-success {
    font-size: 11px;
    width: 271px;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 110%);
    margin-left: 50%;
    color: var(--main-green);
}

.new-review__line {
    position: relative;
}

.new-review__line .input-error {
    transform: translate(0, 110%);
    margin-left: 0;
    left: 0;
}

.sd-tabs__body.is-for-tab {
    margin-bottom: 66px;
}

.burn-body .sd-tabs__container li {
    display: flex;
    border-bottom: 1px solid #C4C4C4;
    font-size: 12px;
    justify-content: space-between;
}

.burn-body .sd-tabs__container li:before {
    content: none;
}

.burn-body .sd-tabs__container li span {
    position: relative;
    top: 2px;
    background: #fff;
    padding: 0 2px;
}

@media ( max-width: 1024px) {
    /* half-width cells for larger devices */
    .product-page .product-carousel {
        padding: 0;
        margin: 0 -11px;
    }
    .product-page .product-cell {
        width: 50%;
        padding: 0 2.5px;
    }
    .product-page .product-card__header {
        padding: 10px 8px 0;
    }
    .product-page .product-card__image {
        padding: 5px 20px;
        margin-top: -28px;
    }
    .product-page .product-card .product-label {
        margin-left: -9px;
        min-width: 80px;
        font-size: 10px;
    }
    .product-page .product-label+.product-gift {
        margin-left: 5px;
    }
    .product-page .product-gift__icon {
        width: 19px;
        height: 24px;
    }
    .product-page .product-card__price {
        font-size: 15px;
    }
    .product-page .product-card__price.is-old {
        font-size: 10px;
    }
    .product-page .product-card__button.is-buy {
        width: 100%;
        padding: 10px;
    }
    .product-page .product-card__button.is-one-click {
        display: none;
    }
    .product-page .sd-container+.sd-container:last-child {
        margin-bottom: 30px;
    }
    .product-page .fr-answer-modal__body {
        display: flex;
        flex-direction: column;
    }
    .product-page .fr-answer-modal__line:nth-child(2),
    .product-page .fr-answer-modal__line:nth-child(3) {
        order: -1;
    }
    .product-page .fr-answer-modal__line:nth-child(3) {
        margin-bottom: 15px;
    }
    .product-page .product-carousel .product-compare,
    .product-page .product-carousel .product-like {
        width: 19px;
        height: 19px;
    }
    .fr-review__title {
        font-size: 14px;
        line-height: 34px;
    }
	.fr-review__footer .more_comments {
		font-size: 14px;
	}
    .sd-container+.sd-container.is-product {
        margin-top: 21px;
    }
	.rating-block__caption {
		font-size: 16px;
	}
    .product-slider .slick-dots {
        bottom: 20px;
		display: flex;
    	justify-content: space-around;
    }
    .product-slider.slick-dotted.slick-slider {
        margin-bottom: 0;
		margin-top: 20px;
    }
  
    .product-cell .product-card {
        margin-bottom: 0;
		padding-top: 30px;
    }
    .sd-product__buy .product-card__one-click-popup {       
        left: 0;
    }
    #best_price_popup .sd-popup--form-container {
        margin-bottom: 6px;
    }
    .product-gift__modal {
        pointer-events: none;
            right: -24px;
    }
    .static-banner .product-gift__icon {
        width: 27px;
        height: 34px;
    }
	.product-card .product-label {
		font-size: 11px;
	}
}

.fr-answer {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: 0 0;
    text-align: left;
    line-height: 32px;   
    font-weight: 400;
    padding-left: 42px;
    background-image: url(../assets/img/new/Answer.svg);
    background-repeat: no-repeat;
    background-position: 0 17px;
    cursor: pointer;
    outline: none;
    position: relative;
    border-top: 1px solid #C4C4C4;
    margin-top: 13px;
    padding-top: 13px;
}

.fr-answer .fr-review__col.is-first {
    align-items: center;
    padding: 0;
    margin: 3px 0 16px;
}

.fr-answer .fr-review__name {
    color: #6D6D6D;
    font-size: 18px;
    width: 100%;
}

.fr-answer__text {
    font-size: 15px;
    line-height: 23px;
}

.sd-call__phone-answer {
    width: auto;
    border-right-style: dashed;
}


/* catalor page */

.sd-layout__category-products .product-cell {
    height: 540px;
    width: 33%;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
    transition: transform .2s;
}
.sd-layout__category-products .product-cell:hover {
    z-index: 12;
    transform: scale(1.04);
}
.sd-layout__category-products .product-cell:hover .product-card {
    z-index: 12;
}

.catalog-page .grid .product-card,  .sd-layout__category-products .grid .product-card{
    position: absolute;
    top: 0;
    max-width: 350px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
}

.catalog-page {}

.product-banner {
    position: absolute;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    height: 538px;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.catalog-page .sd-layout__category-products .product-cell.banner-wrap {
    padding: 0;
}

.sd-layout--category {
    display: flex;
}

.sd-layout__category-filter {
    width: 355px;
    margin-top: 31px;
    box-sizing: border-box;
	border-top: 1px solid #eeee;
}

.category-filter--header {
    background: var(--main-color);
    background-image: url(../assets/img/new/filter.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 15px 20px;
    padding: 8px 10px 7px 50px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;    
    display: flex;
    justify-content: space-between;    
}


.category-filter--section {
    display: flex;
    flex-direction: column;
    border: 0 solid #C4C4C4;
    border-width: 0 1px;
    padding: 0 20px;
    position: relative;
}

.category-filter--section:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #C4C4C4;
    margin-top: 30px;
    margin-bottom: 8px;
}

.category-filter--section:last-of-type:after {
    content: none;
}

.category-filter--section:last-of-type {
    border-bottom-width: 1px;
    padding-bottom: 30px;
}

.category-filter--section-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    
    color: #232121;
}

.category-filter--input-wrap {
    display: flex;
}

.category-filter--input-wrap input {
    width: 110px;
    border: 1px solid #C4C4C4;
    padding: 0 10px 0 10px;
    box-sizing: border-box;
    font-size: 15px;
}

.category-filter--input-wrap span:after {
    content: '';
    width: 33px;
    border-bottom: 1px solid #000;
    display: block;
    margin: 12px 15px;
}

.category-filter--range-input {
    display: flex;
    position: relative;
    padding: 21px 0 8px;
}

.category-filter--range-input input {
    width: 100%;
}

.sd-layout__category-products {
    width: calc(100% - 355px);
    box-sizing: border-box;
    padding-left: 20px;
}

.sd-layout__category-products .product-cell {
    width: 33%;
}

.category-filter--section .sd-popup--checkbox {
    margin-top: 6px;
    margin-bottom: 6px;
}

.category-filter--section .sd-popup--checkbox-fake {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;    
    width: 19px;
    height: 19px;    
    transition: 0.3s;
}

.category-filter--section .sd-popup--checkbox input:checked+.sd-popup--checkbox-fake {
    background: var(--main-color);
    border-color: var(--main-color);
}

.category-filter--section .sd-popup--checkbox input:checked+.sd-popup--checkbox-fake:before {
    content: none;
}

.products-layout--nav {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
	justify-content: right;
    padding: 0px 0 20px;
    margin-top: -50px;
}

.products-layout--view {
    display: flex;
    align-items: center;
	    width: 75px;
}

.sd-layout--filters {
    padding: 0 19px 0 10px;
    position: relative;
}

.product-layout--select-label {
    position: relative;
}

.product-layout--select-label:after {
    content: '';
    width: 7px;
    height: 13px;
    background: url("/themes/dilecta/assets/img/new/arrow-black.svg");
	transform: rotate(90deg);
    right: 10px;
    top: 12px;
    display: block;
    position: absolute;
    
}
#productsSortForm .product-layout--select-label:after {
	top: 5px;
}
.product-layout--select {
    font-size: 15px;
    line-height: 22px;
    color: #232121;
    padding: 3px 3px 3px 12px;
    width: 190px;
    box-sizing: border-box;
    border: 1px solid #C4C4C4;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    position: relative;
    margin-left: 5px;
    outline: none;
    z-index: 2;
	cursor: pointer;
}

.product-layout--select option {
    line-height: 24px;
}

.product-layout--select option:hover {
    background: var(--second-color);

}

.product-layout--select.product-layout--select-quantity {
    width: 72px;
}

.product-layout--select-label.product-layout--select-label-quantity:after {
    top: 9px;
}

.product-layout--icon {
    width: 28px;
    height: 25px;
    box-sizing: border-box;
    display: block;
    margin: 0 4px;
    filter: grayscale(1);
}

.product-layout--icon.active {
    filter: grayscale(0);
}

.product-layout--grid {
    background: url(img/icon-grid.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-layout--list {
    background: url(img/icon-list.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.sd-layout__category-products.list .product-card__image {
    padding: 26px 18px 26px 50px;
}

.sd-layout__category-products.list {
    display: none;
}

.catalog-page .sd-layout__category-products.list .product-cell {
    width: 100%;
    height: 285px;
}

.catalog-page .sd-layout__category-products.list .product-card {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 0;
    height: 285px;
}

.catalog-page .sd-layout__category-products.list .product-banner {
    max-width: none;
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding-top: 0;
    height: 285px;
}

.catalog-page .sd-layout__category-products .product-banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}

.catalog-page .sd-layout__category-products.list .product-card__block {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.list .product-card__info {
    border: none;
    margin-top: 0;
    width: 100%;
    padding: 5px 0 0;
}

.list .product-card__info-icon {
    display: flex;
    align-items: baseline;
    width: 100%;
    justify-content: space-around;
}

.list .product-card__thumb {
    max-width: 230px;
}

.list .product-card__name {
    margin: 5px 0 20px;
    text-align: left;
    z-index: 9;
}

.list .product-card .product-card__block:nth-child(3) {
    max-width: 35%;
}

.list .product-card>.product-card__block:nth-child(4) {
    width: 31%;
    align-items: normal;
    padding: 0;
    height: 100%;
    margin: 0;
    border-left: 1px solid #C4C4C4;
}

.catalog-page .sd-layout__category-products.list .product-card__block.price {
    flex-direction: row;
    justify-content: start;
}

.list .product-card__price-data {
    width: auto;
}

.list .product-card__price-data .product-card__price {
    padding-left: 15px;
}

.list .product-card__availability {
    margin: 15px 0;
}

.list .product-card__bottom {
    margin: 20px 0 0 -2px;
}

.info__icon-wrap {
    display: flex;
    text-decoration: underline;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
}

.info__icon-wrap.privat {
    color: var(--main-green);
}

.info__icon-wrap.kredit {
    color: #AD0022;
}

.info__icon-wrap.monobank {
    color: #232121;
}

.info__icon-wrap img {
    margin-right: 11px;
}

.sd-layout__category-pagination {
    position: relative;
    padding-bottom: 30px;
    display: flex;
	justify-content: flex-end;
    padding-top: 30px;
}

.sd-product-page__pagination ul {
    margin: 0;
	padding: 0;
}

.sd-product-page__pagination li {
    list-style: none;
    display: inline-block;
    width: 52px;
    height: 52px;
    border: 1px solid var(--main-color);
    box-sizing: border-box;   
    color: var(--main-color);
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
}
.sd-product-page__pagination li:hover {
	box-shadow: inset -1px 0px 7px 0px rgb(255 132 0 / 35%);
	    color: var(--orange-hover);
}
.sd-product-page__pagination li:first-child {
    margin-left: 0;
}

.sd-product-page__pagination li:last-child {
    margin-right: 0;
}

.sd-product-page__pagination li.active {
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.mb-65 {
    margin-bottom: 65px;
}

.mt-31 {
    margin-top: 15px;
	margin-bottom: 20px;
}

.sd-product-page__buttons-wrap button {
    margin-right: 25px;
}

.refresh-filter {
    width: 15px;
    height: 15px;
    background: url(img/close-dark.svg) no-repeat;
    position: absolute;
    right: 20px;
    top: 25px;
    background-size: contain;
    opacity: 0.5;
}

.category-filter__toggle {
    background-size: 20px;
    display: inline-block;
    width: 70%;
   	color: #fff!important;
    height: 25px;
    padding: 10px 0;
}

.category-filter__toggle:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left: 140px;
    top: 11px;
    position: absolute;
    /*background: url(img/filter-arrow.svg) no-repeat;*/
    background-size: contain;
    transform: rotate(-90deg);
}

.sd-layout__category-filter.open .category-filter__toggle:after {
    background: url(img/close.svg) no-repeat;
    background-size: contain;
    top: 10px;
    width: 23px;
    height: 23px;
    left: 133px;
}
.sd-layout--searh .sd-layout__category-products {
	width: 100%;
}
.sd-layout--searh .sd-layout__category-products .product-cell {
	width: 24%;
}
.article-content_txt img {
	max-width: 100%;
	height: auto;
}
.mobile-logo {
	max-width: 130px;
}
.have-submenu .rotate svg {
    transform: rotate(180deg);
}
.mobile-brg {
    display: none;
}
.sd-layout--searh .sd-layout--filters{
	padding-left: 0;
}
@media screen and (max-width: 1255px) {
    .catalog-page .sd-layout__category-products .product-cell {
        width: 47%;
        margin: 0 1% 30px;
    }
	#search.catalog-page .sd-layout__category-products .product-cell, #manufacturer.catalog-page .sd-layout--brands .sd-layout__category-products .grid .product-cell{
		width: 31%;
	}
}

@media screen and (max-width: 1399px) {
	.list .product-card__thumb {
		max-width: 200px;
	}
	.product-card__thumb {
		min-height: 200px;
	}
	.sd-layout__products.list .product-card__image {
		margin-top: 40px;
	}
	.list .product-card>.product-card__block:nth-child(4) {
		width: 40%;
	}
	.list .product-card__info-icon {
		justify-content: flex-start;
	}
	.list .product-card__info-icon .info-icon {
		margin-right: 10px;
	}
}

@media screen and (max-width: 1299px) {
	.list .product-card__thumb {
		max-width: 180px;
	}
	.product-card__thumb {
		min-height: 1px;
	}
	.sd-layout__products.list .product-card__image {
		margin-top: 40px;
	}
	.list .product-card>.product-card__block:nth-child(4) {
		width: 45%;
	}
	.list .product-card__info-icon {
		justify-content: flex-start;
	}
	.list .product-card__info-icon .info-icon {
		margin-right: 10px;
	}
	.info__icon-wrap {
		font-size: 10px;
	}
	.info__icon-wrap img {
		width: 25px;
		height: 25px;
		margin-right: 5px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
	.list .product-card__thumb {
		max-width: 160px;
	}
	.product-card__thumb {
		min-height: 160px;
	}
	.sd-layout__products.list .product-card__image {
		margin-top: 60px;
	}
	.list .product-card>.product-card__block:nth-child(4) {
		width: 45%;
	}
	.list .product-card__info-icon {
		justify-content: flex-start;
	}
	.list .product-card__info-icon .info-icon {
		margin-right: 5px;
	}
	.info__icon-wrap {
		font-size: 8px;
	}
	.info__icon-wrap img {
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
    .list .product-compare {
	    width: 20px;
	    height: 20px;
    }
    .list .product-like {
	    width: 20px;
	    height: 20px;
    }
	.list .product-card .product-card__block:nth-child(3) {
		max-width: 30%;
	}
    .list .product-card__name {
	    height: 40px;
	    margin-bottom: 15px;
	    font-size: 1.1rem;
	    line-height: 1.2;
    }
    .list .product-card__block_list ul {
	    font-size: 12px;
    }
	.list .product-card__price.is-new {
		font-size: 18px;
	}
	.list .product-card__price.is-old {
		font-size: 12px;
	}
    .list .product-card__button.is-buy {
	    font-size: 1.1rem;
    }
    .list .product-card__button.is-one-click {
	    font-size: 1.1rem;
    }
	.fs-shop__item+.fs-shop__item {
    margin-left: 1%;
}
	.fs-shop__item {
    display: inline-block;
    vertical-align: top;
    width: 23%;
}
	.home_categories {
		display: flex!important;
    
    flex-wrap: wrap;
	}
	.home_categories_bigb {
		width: 33%!important;
	}
	.home_categories_b {
		width: 33%!important;
	}
	.home_categories_b.home_categories-city {
		width: 60%!important;
	}
}

@media screen and (max-width: 1024px) {
    .mobile-brg {
    display: block;
}
    .products-layout--nav {
        display: none !important;
    }
    .list .product-card__name {
	    width: 65%;
	    padding: 0;
	    margin: 13px 0 20px;
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
        font-size: 15px;
    }
    .sd-layout__category-products.list,
    .sd-layout__category-products.grid {
        padding: 0;
    }
    .sd-layout--category {
        flex-direction: column;
    }
    .category-filter--section-wrap {
        display: none;
        position: relative;
        z-index: 2;
        background: #fff;
        width: 100%;
    }
	.category-filter--section-wrap.active {
        display: block;
    }
    .list .product-card .product-card__block:nth-child(3) {
        display: block;
        width: 0;
        margin: 0;
        overflow: hidden;
    }
    .list .product-card>.product-card__block:nth-child(4) {
	    flex-direction: row;
	    flex-wrap: wrap;
	    align-items: flex-end;
        width: 65%;
        border-left: 0;
        padding-top: 80px;
	    padding-bottom: 70px;
        box-sizing: border-box;
	    position: relative;
    }
	.list .product-card__stuff {
		bottom: -220px;
		position: absolute;
		right: 55%;
		z-index: 999;
	}
    .sd-layout__category-filter {
        position: relative;
    }
    .sd-layout__category-filter,
    .sd-layout__category-products {
        width: 100%;
    }
    .catalog-page .sd-layout__category-products .product-cell {
        width: 30.95%;
        margin: 0 1% 30px;
    }
    .sd-layout__category-pagination {
        flex-direction: column;
        align-items: center;
    }
    .sd-product-page__pagination {
        position: relative;
        margin-top: 30px;
    }
    .category-filter--section {
        border-width: 0 0 1px 0;
        padding-bottom: 20px;
    }
    .filter-mobile .mobile-header__header {
        background: url(img/filter-icon.svg) 12px 13px no-repeat, var(--main-color);
        color: #fff;
        padding: 10px 30px 10px 46px;
        font-size: 15px;
        
        font-weight: 600;
    }
    .filter-mobile .mobile-header__body {
        padding: 0;
    }
    .category-filter--section:after {
        content: none;
    }
    .products-layout--view {
        display: none;
    }
    .category-filter--header .product-layout--grid {
        background: url(img/grid-m.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }
    .category-filter--header .product-layout--list {
        background: url(img/list-m.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }
    .category-filter--header .product-layout--grid.active {
        background: url(img/grid-active-m.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }
    .category-filter--header .product-layout--list.active {
        background: url(img/list-active-m.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
    }
	.sd-product-page__pagination ul {
		padding-left: 0;
	}
	.list .product-card__info {
		display: none;
	}
	.list .product-card__bottom {
		width: 70%;
		margin-left: 0;
		right: 0;
		position: absolute;
		bottom: 0;
	}
	.sd-container+.sd-container:last-child {
    margin-bottom: 75px;
	}
		.home_categories {
		display: flex!important;
    
    flex-wrap: wrap;
	}
	.home_categories_bigb {
		width: 33%!important;
	}
	.home_categories_b {
		width: 33%!important;
	}
	.catalog-page .sd-layout__category-products .grid .product-cell {
		    width: 47%!important;
    margin: 0 1% 20px!important;
		height: 480px;
	}
	.sd-product__manufacturer-img {
		max-width: 100px;
		min-width: 1px;
		margin-right: 10px;
	}
	#index .product-carousel .flickity-viewport {
		min-height: 420px!important;
	}
	.home_categories_b.home_categories-city {
		width: 65%!important;
	}
    div.flickity-slider .product-cell {
        opacity: 1;
    }
    .product-carousel .flickity-viewport {
        left: -10px;
    }
    #product .title {
        position: relative;
        text-align: left;
    }
	 .sd-container+.sd-container.is-product {
		margin-top: -15px;
	}
	.sd-container.is-product {
		margin-top: 15px;
	}
	.product-compare {
		opacity: 1;
	}
	.sd-main-nav__link span {
		position: relative;
		top: -2px;
	}
}

@media screen and (max-width: 768px) {
	.sd-product-page__pagination ul {
		margin: 20px auto;
	}
	.sd-product-page__pagination li { 
		width: 35px;
		height: 35px;
    	line-height: 35px;
	}
    .catalog-page .sd-layout__category-products .product-cell, #search.catalog-page .sd-layout__category-products .product-cell {
        width: 49%;
    }
    .sd-layout__category-products.list .product-card__header {
        height: 100%;
    }
    .sd-layout__category-products.list .product-card__label {
        top: 8px;
        position: absolute;
    }
    .sd-layout__category-products.list .product-card__stuff {
        position: absolute;
        bottom: -1px;
        z-index: 2;
        right: calc(65% - 57px);
    }
    .sd-layout__category-products.list .product-card__image {
        width: 40%;
        padding: 26px 0;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .list .product-card .product-label {
        margin-left: -18px;
        padding: 5px 5px;
        line-height: 18px;
        font-size: 9px;
        height: 24px;
        min-width: 95px;
    }
	.search-empty {
    margin-top: 50px;
}
    .list .product-label+.product-gift {
        margin-left: 4px;
    }
    .sd-layout__category-products.list .info__icon-wrap {
        font-size: 0;
    }
    .list .product-card .product-card__block:nth-child(3) {
        display: block;
        width: 0;
        margin: 0;
    }
    .catalog-page .sd-layout__category-products.list .product-cell {
        margin: 0 -18px -5px;
        width: calc(100% + 36px);
        height: 130px;
    }
    .list .product-gift__icon {
        width: 19px;
        height: 23px;
    }
    .sd-layout__category-products.list .product-card__info-list {
        display: none;
    }
    .list .product-card__info {
        display: none
    }
    .list .product-card__name {
        position: absolute;
        margin: 13px 0 20px 15px;
    }
    .list .product-card>.product-card__block:nth-child(4) {
        padding-top: 44px;
        box-sizing: border-box;
        position: relative;
    }
    .list .product-card__availability {
        display: none;
    }
    .list .ms-prod-rating__star {
        width: 10px;
        height: 10px;
    }
    .sd-layout__category-products.list .product-card__bottom {
        width: calc(100% - 66px);
        margin-left: 66px;
        margin-top: 0;
    }
    .sd-layout__category-products.list .product-card__button {
        width: 100%;
        padding: 6px 5px 10px;
    }
    .sd-layout__category-products.list .product-card__button.is-one-click {
        display: none;
    }
    .catalog-page .sd-layout__category-products.list .product-card__block.is-avail {
        padding: 0;
        width: 73px;
        float: left;
    }
    .list .product-card__rating {
        flex-direction: column;
        width: auto;
    }
    .list .ms-prod-rating__link {
        margin: 3px auto 0;
    }
    .sd-layout__category-products.list .product-card__image {
        width: 30%;
        padding: 26px 0;
        box-sizing: border-box;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .catalog-page .sd-layout__category-products.list .product-card__block.price {
        align-items: baseline;
        margin: 0;
        width: calc(100% - 73px);
        position: absolute;
        right: 0;
        margin-top: 8px;
    }
    .list .product-card__price-data {
        flex-direction: column;
    }

    .list .product-card__price-data .product-card__price {
        font-size: 18px;
		padding-left: 0;
       
    }
    .list .product-card__info {
        display: none;
    }
    .sd-layout__category-products.list .product-card__image a {
        display: block;
        max-height: 100%;
    }
    .list .product-card__thumb {
        max-height: 102px;
        width: auto;
    }
	
    .catalog-page .sd-layout__category-products.list .product-card {
        height: 130px;
    }
    .catalog-page .sd-layout__category-products.list .product-banner {
        height: 130px;
    }
    .list .product-card__button.inform-me {
        border-left: 1px solid;
    }
    .catalog-page .sd-layout__category-products.grid .product-banner img {
        max-width: none;
        max-height: 100%;
    }
    .sd-layout__category-filter, #category div.sd-layout__category-filter {
        width: calc(100% + 20px);
        margin: 0;
		margin: 60px -10px 20px;
    }
	#manufacturer .sd-layout__category-filter {
		display: none;
	}
    .category-products--title {
        font-size: 26px;
        position: absolute;
        top: 65px;
    }
	
	.sd-layout__category-products .category-products--title{
		position: static;
		margin-top: 20px;
		padding: 0;
	}
    .catalog-page .sd-layout__category-products.grid .product-cell {
        margin: 0 .5% 23px;
        width: 48.42%
    }
	.home_categories_bigb {
		width: 100%!important;
	}
	.home_categories_b {
		width: 100%!important;
	}
	div .home-seo-full {
		column-count: 1;
	}
	.home_categories_b.home_categories-city {
		width: 100%!important;
	}
	ul.cityes-list {
		column-count: 2;
	}
    div .sd-layout-category-slider {
        min-height: 585px;
        max-width: 100%;
    }
}

@media screen and (max-width: 500px) {
	.home_categories_b, .home_categories_b.home_categories-city {
		width: 100%!important;
	}
   .sd-layout__products.list .product-card__image {
        padding: 5px!important;
	       margin-top: 60px;
    }
	
    .catalog-page .sd-layout__category-products.grid .product-cell {
        margin-bottom: 0;
    }
    .product-banner,
    .catalog-page .sd-layout__category-products .grid .product-cell
    {
        height: 420px!important;
        padding: 0;
    }
    .sd-layout__category-products.grid .product-card .product-card__header {
        padding: 10px 6px 0;
    }

        .sd-layout__category-products.grid .product-card .product-card__stuff {
        line-height: 1;
    }
    .sd-layout__category-products.grid .product-card .product-compare {
        width: 18px;
        height: 18px;
    }
    .sd-layout__category-products.grid .product-card .product-like {
        width: 18px;
        height: 18px;
    }
    .sd-layout__category-products.grid .product-card .product-compare+.product-like {
        margin-left: 0;
    }
    .sd-layout__category-products.grid .product-card .product-gift {
        display: none;
    }
    .sd-layout__category-products.grid .product-card .product-card__button.is-buy {
        width: 100%;
        font-size: 0.875rem;
        padding: 8px 5px;
    }
    .sd-layout__category-products.grid .product-card .product-card__button.is-one-click {
        display: none;
    }
    .sd-layout__category-products.grid .product-card .ms-prod-rating__star {
        width: 0.5625rem;
        height: 0.5625rem;
    }
    .sd-layout__category-products.grid .product-card .ms-prod-rating__link {
        font-size: 0.5rem;
    }
    .sd-layout__category-products.grid .product-card .product-card__availability {
        display: none;
    }
    .sd-product-page__buttons-wrap {
        margin-top: 20px;
		display: none;
    }
	.list .product-card__thumb {
		max-height: 105px;
		min-height: 105px;
		max-width: 105px;
	}
	.list .product-card__name {
		width: 65%;
		margin-left: 14px;
		margin-right: 0;
		box-sizing: border-box;
		padding-right: 5px;
	}
	.list .product-card>.product-card__block:nth-child(4) {
		height: calc(100% - 8px);
		margin-bottom: 0;
	}
	.catalog-page .sd-layout__products.list .product-cell {
		height: 210px;
	}
	.catalog-page .sd-layout__products.list .product-card {
		height: 205px;
	}
	.catalog-page .sd-layout__products.list .product-card__block {
		margin-bottom: 8px;
	}
	.catalog-page .sd-layout__products.list .product-card__block {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	.list .product-card__bottom {
		margin-top: 0;
	}
		
	.catalog-page .sd-layout__products.list .product-card__block.is-avail {
		padding-left: 0;
		margin-top: 20px;
		width: 100%;
	}
	.list .product-card__stuff {
		bottom: -150px;
		right: 53%;
	}
	.list .product-card__bottom {
		bottom: 10px;
	}
	.product-card__block_list p {
		display: none;
	}
	.catalog-page .sd-layout__products.list .product-card__block:nth-child(2){
		width: 100%;
	}
	.list .product-card__price-data{
		display: block;
	}
	.list .product-card__price-data .product-card__price {
		display: inline-block;
	}
	.product-card__price-text {
		display: none;
	}
/*
	.product-card__price-data {
		display: block;
	}
*/
}

@media screen and (max-width: 400px) {
	.product-banner,
	.catalog-page .sd-layout__category-products .product-cell,
	.catalog-page .sd-layout__category-products .product-cell {
		height: 425px;
		padding: 0;
	}
}

.mobile-filter__button {
    background: var(--second-color);
    color: #fff;
    width: 159px;
    border: 0;
    font-size: 15px;
    padding: 7px;
    margin: 40px auto 0;
}

.mobile-filter__button.active {
    background: var(--main-green);
}

.sd-layout--brands .sd-layout__category-products {
    width: 100%;
    margin: 0;
}

.catalog-page .sd-layout--brands .sd-layout__category-products.grid .product-cell {
    width: 24.7%
}

.sd-layout--brands .category-filter__toggle:after {
    left: 175px;
}

.sd-layout--searh h1 {
    font-size: 22px;
    font-weight: 100;
    font-style: italic;
    line-height: 41px;
}

.no-results-txt {
    font-size: 22px;
    text-align: center;
    font-style: italic;
    color: #6D6D6D;
    margin-top: 0;
    margin-bottom: 143px;
}

.search-empty .is-for-tab .sd-container:first-child:last-child {
    margin-bottom: 300px;
}

@media screen and (max-width: 1560px) {
    .catalog-page .sd-layout--brands .sd-layout__category-products.grid .product-cell {
        width: 30.7%;
    }
}
@media screen and (max-width: 1024px) {
	.sd-container .mobile-header__header.is-search, .product-card__block_list p{
		display: none;
	}
		.product-card .product-label {
		margin-left: -15px;
		margin-right: 17px;	
	}
	.product-card__header img {
		margin-left: -10px;
	}
}
@media screen and (max-width: 768px) {
    .catalog-page .sd-layout--brands .sd-layout__category-products.grid .product-cell {
        width: 48.42%;
    }
    .sd-layout--filters {
        position: static;
    }
    h1.category-products--title {       
	    left: 0;
	    font-size: 18px;
	    line-height: 22px;	    
	    text-align: center;	    
		margin-top: 40px;
    }
    
    .layout-brands--logo {
        text-align: center;
        margin: 20px 0;
    }
    .sd-layout--searh h1 {
        font-size: 14px;
        text-align: left;
        max-width: 100%;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 29px 21px 15px;
        overflow: hidden;
        color: #6D6D6D;
    }
    .no-results-txt {
        font-size: 14px;
        margin: 30px 20px 50px;
    }
    .sd-layout--searh h1 {
        top: 85px;
        padding-left: 21px;
        box-sizing: border-box;
        margin-left: 0;
    }
    .no-results-txt br {
        display: none;
    }
    .sd-layout--searh .mobile-header__header.is-search {
        padding: 0;
        margin: 13px 0 0;
    }
	#search .sd-layout__category-products {
		padding-top: 5px; 
	}
	#search .sd-layout--searh .sd-layout__category-filter {
		margin: 20px -13px 45px;
	}
    .sd-layout--searh .sd-layout__category-filter {
        margin: 34px -13px 6px;
    }
    .sd-layout--searh .mobile-header__close.is-dark {
        top: 13px;
    }
    .search-empty .is-for-tab .sd-container:first-child:last-child {
        margin-bottom: 100px;
    }
	.mobile-header__header.is-search {
		/*top: 40px;*/
	
	}
	
    .sd-layout__category-products {
	    width: calc(100% + 2*13px);
	    padding: 0;
	    margin-left: -13px;
	    margin-right: -13px;
    }

}

@media screen and (max-width: 500px) {
    .layout-brands--logo img {
        width: 128px;
    }
    .sd-layout--brands .sd-layout__category-products {
        width: calc(100% - -33px);
        margin: 0 -15px;
    }
	.catalog-page .sd-layout__category-products .product-cell {
		width: 49.5%;
		margin: 0;
	}
    .catalog-page .sd-layout--brands .sd-layout__category-products.grid .product-cell {
        width: 47%;
    }
    .grid.sd-layout__products:not([style="display: none;"]) {
	    display: flex !important;
	    flex-wrap: wrap;
	    justify-content: space-between;
    }
	.product-card__header {
		padding: 11px 11px 0 11px;
	}
	

	
	.product-card__stuff {
		height: 18px;
	}
	.product-card__bottom {
		margin-top: 15px;
		height: 46px;
	}

	.flickity-slider .product-card__button.is-buy, .flickity-slider .product-card__button.is-one-click, .flickity-slider .product-card__button {
		padding: 13px 5px;
	}
	/*.product-label {*/
		/*min-width: 90px;*/
		/*font-size: 0.70rem;*/
		/*padding: 5px 4px;*/
	/*}*/
	.product-label+.product-gift {
		margin-top: 2px;
		margin-left: 5px;
	}
	.product-compare+.product-like {
		margin-left: 0;
	}	

	.grid .product-card__price {		
		display: inline-block;
	}
	.grid .product-card__price.is-new {
		margin: auto;
	}	
}

@media screen and (min-width: 768px) {
    .layout-brands--logo {
        float: right;
        position: absolute;
        top: -15px;
        right: 20px;
    }
}

.sd-cart--delete-product {
    display: block;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    background: url(/themes/dilecta/assets/img/new/Close.svg) center center no-repeat;
    background-size: contain;
   
}

.sd-cart--title {
    text-align: center;
    font-size: 30px;
    
    font-family: Open Sans;
}

.sd-cart--sum-wrap {
    display: flex;
    flex-direction: column;
	margin-top: 15px;
	padding-right: 177px;
    border-bottom: 1px solid #c4c4c4;
}

.sd-sum--container p {
    margin: 20px 0;
}

.sd-cart--sum-wrap .sd-sum--container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    font-size: 24px;
    white-space: nowrap;
}

.sd-cart--sum-wrap .sd-sum--container:last-child {    
    color: var(--main-color);
    align-items: baseline;
}

.sd-cart-product--gift-txt {
    display: inline;
    font-size: 12px;
    color: #6D6D6D;
	position: relative;
    top: -10px;
}

.sd-sum--container p:nth-child(2) {
    width: 279px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 120px;
    box-sizing: border-box;
}

.sd-sum--input {
    box-sizing: border-box;
    width: 180px;
    margin: 0 20px;
    height: 50px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #c4c4c4;
}
.sd-sum--input:focus {
	border: 1px solid #c4c4c4;
}
.sd-sum--container button {
    width: 50px;
    height: 50px;    
    display: block;
    padding: 0;
    min-width: 0;
	position: relative;
    top: 1px;
}

.sd-cart--finish-order {
    display: flex;
}

.sd-cart--finish-order .cart-form--contaner {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.sd-cart--finish-order .cart-form--contaner label {
    display: flex;
    flex-direction: column;
}

.sd-cart--finish-order .cart-form--contaner .form-container--input span.input-title {
    font-size: 15px;
    line-height: 23px;
    margin: 12px 0 10px;
}

.sd-cart--finish-order .cart-form--contaner:first-child input[type=text] {
    width: 420px;
    height: 50px;
	padding: 0 10px;
	box-sizing: border-box;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(2) input[type=text] {
    width: 330px;
    height: 46px;
}

.sd-cart--finish-order .cart-form--contaner:first-child textarea {
    width: 420px;
    height: 108px;
    max-width: 100%;
    resize: none;
	padding: 10px;
	box-sizing: border-box;
}

.sd-cart--finish-order .form-container--comment {
    font-size: 12px;
    color: #DA2549;
    margin: 23px 0 12px;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .sd-popup--checkbox {
    padding-left: 30px;
    line-height: 23px;
    font-size: 15px;
	
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .order-payment-detail-block .sd-popup--checkbox {
	padding-left: 50px;
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .sd-popup--checkbox.nocall {
	font-size: 15px;
	max-width: 100%;
	color: #6D6D6D;
	    
}

.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .sd-popup--checkbox-fake {
    width: 20px;
    height: 20px;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
    box-sizing: border-box;
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .order-payment-detail-block .sd-popup--checkbox-fake {
	left: 20px;
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .order-payment-detail-block .online_disabled .sd-popup--checkbox-fake {
	top: 16px;
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .nocall .sd-popup--checkbox-fake {
	border-radius: 0;
	width: 20px;
	height: 20px;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .form-container--input {
    display: none;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) input:checked+.sd-popup--checkbox-fake {
    border-color: var(--main-color);
    border-width: 1px;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) input:checked+.sd-popup--checkbox-fake:before {
    background-color: var(--main-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    transform: translate(-6px, -6px) rotate(45deg) scale(1);
    left: 10px;
    top: 10px;
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .nocall input:checked+.sd-popup--checkbox-fake {
	border: 1px solid #C4C4C4;
	
}
.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .nocall input:checked+.sd-popup--checkbox-fake:before {
	background-color: transparent;
	border-radius: 0;
	width: 4px;
    height: 8px;
    border-right: 2px solid #6D6D6D;
    border-bottom: 2px solid #6D6D6D;
        transform: translate(-50%, -60%) rotate(45deg) scale(1);
    left: 50%;
    top: 50%; 
}

.cart-form--contaner .cart-form--header {
    
    font-size: 24px;
    line-height: 35px;
}

.sd-cart--finish-order .cart-form--contaner .form-container--input .delivery-details--txt {
    display: flex;
    font-size: 12px;
    line-height: 19px;
    color: #6D6D6D;
    max-width: 270px;
    align-items: center;
    margin: 10px 0 0px;
    flex-wrap: wrap;
}

.delivery-details--txt img {
    margin-right: 15px;
	max-width: 20px;
	max-height: 20px;
}
.details--txt {
    display: block;
    width: calc(100% - 35px);
}
.carrier_cost {
    margin-left: 35px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.carrier_cost span {
    display: inline-block;
    padding: 2px 10px;
}
.carrier_cost span.carrier_np_free {
    background: rgba(50, 174, 31, 0.07);
}
.carrier_cost span.carrier_np_pay {
    background: rgba(255, 132, 0, 0.07);
}
.cart-product--container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 50%;
}
.cart-product--container.cart_product {
	justify-content: flex-start;
}
.cart-product--container span {
	max-width: 200px
}
.cart-product--container img {
    margin-right: 20px;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(3) .form-container--comment {
    color: var(--second-color);
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    max-width: 50%;
}

.sd-cart--finish-order .cart-form--contaner:nth-child(3) .active .form-container--comment {
    color: var(--main-color);
}
.payment_option select {
	padding: 7px 4px;
	font-size: 15px;
	border: 1px solid #c4c4c4;
	color: #232121;
}
.payment_option .select-title {
	font-size: 15px;
	margin-right: 15px;
}
.online-select {
	padding-bottom: 10px;
}
.calc_res {
	padding-left: 10px;
}
.finish-order--order-sum {
    border-top: 1px solid #C4C4C4;
    display: flex;
    flex-direction: column;
    
}
.finish-order--order-sum #delivery_order_notice {
    background-color: rgba(50, 174, 31, 0.07)
}

.finish-order--order-sum p {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    margin: 15px auto 0;
}
.finish-order--order-sum .total_price_container {
    text-align: right;
}
.finish-order--order-sum p:last-of-type {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    border-top: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 15px 0 0;
    box-sizing: border-box;
    margin: 25px auto 0;
}

.finish-order--button {
    width: 60%;
    height: 48px;
    background: var(--main-color);
    color: #fff;
    font-size: 18px;
    border: 0;    
    display: block;
	cursor: pointer;
	font-weight: 600;
}
.finish-order--button:hover {
	background: var(--orange-hover);
}
.sd-cart--finish-order .cart-form--contaner:nth-child(3) {
    justify-content: space-between;
}
.title.sale_title {
	margin-top: 50px;
	text-decoration: none;
}

.pb-125 {
    padding-bottom: 125px;
}

.sd-container.is-gray.cart-bottom {
    padding: 60px 0;
    width: calc(120%);
    margin-left: -10%;
}

.sd-container.is-gray.cart-bottom>div {
    width: 50%;
    margin: 0 auto;
    padding-left: 325px;
    display: flex;
}

.cart-bottom.is-shveykin::before {
    transform: translateX(40px) translateY(-24px);
    position: absolute;
    left: calc(25% - 165px);
}

.cart-bottom--txt {
    display: inline-block;
    width: 540px;
    padding-right: 20px;
    box-sizing: border-box;
}

.cart-bottom--txt:after {
    content: url(img/phone-arrow.png);
    float: right;
    margin-right: 35px;
    position: relative;
    top: -25px;
}

.cart-bottom--title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: var(--main-color);
    
}

.cart-bottom--txt p:last-of-type {
    font-size: 15px;
    line-height: 25px;
    box-sizing: border-box;
    padding-right: 175px;
}

.sd-container+.sd-container.is-cart {
    margin: 35px 0 0;
}

.sd-cart--sum-wrap .sd-sum--container:last-child p:last-child {
    font-size: 26px;
    font-weight: 600;
}

.finish-order--order-sum p:last-of-type span {
    font-size: 24px;
}
.finish-order--order-sum p:last-of-type span span {
	font-size: 18px;
}
p.product_info {
    padding: 5px 10px;    
    line-height: 25px;
    font-size: 15px;
	color: #6D6D6D;
	display: inline-block;
    margin: 0;
}
p.in_stock {
    background-color: rgba(50, 174, 31, 0.12);
}
p.in_preorder {
    background-color: rgba(255, 132, 0, 0.12);
}
p.out_stock {
    background-color: rgba(218, 37, 73, 0.12);
}
.sd-cart--product-in_stock {
	box-shadow: 0px 0px 10px rgba(50, 174, 31, 0.25);
	border: none!important;	
}
.sd-cart--product-in_preorder {
	box-shadow: 0px 0px 10px rgba(255, 132, 0, 0.25);
	border: none!important;	
}
.sd-cart--product-out_stock {
	box-shadow: 0px 0px 10px rgba(218, 37, 73, 0.25);
	border: none!important;	
}
.delivery-details--txt.txt-shop {
    position: absolute;
    left: 30px;
}
@media screen and (max-width: 1024px) {
    .sd-cart--finish-order {
        flex-direction: column;
        align-items: center;
    }
    .finish-order--button,
    .finish-order--order-sum p:last-of-type,
    .finish-order--order-sum p {
        width: 100%;
    }
    .sd-cart--finish-order .cart-form--contaner {
        min-width: 300px;
		width: 100%;
    }
	.cart-form--contaner .cart-form--header {
		font-size: 18px;
	}
	.home_categories a.level2, .home_categories .categories_name-shop {
		font-size: 16px;
	}
	.sd-popup--header.popup-header--best-price, #best_price_popup .popup-header--best-price {
		font-size: 18px;
		line-height: 24px;
	}
	.sd-popup--form-input, .sd-popup--form-textarea {
		font-size: 14px;
	}
	.sd-popup .sd-popup--checkbox {
		font-size: 12px;
	}
	.is-compare-category h1 {
		font-size: 18px;
	}
    .sd-cart-product--name>p.product_info {
        font-size: 12px;
        line-height: 18px;
    }
    .sd-cart--product .info-icon__modal {
       left: -110px;
        right: auto;
        width: 310px;
    }
    .sd-cart-product--gift-txt {
        top: 2px;
    }
    .info-icon__modal:after {
        left: 36%;
    }
}

@media screen and (max-width: 768px) {
        .sd-cart--sum-wrap .sd-sum--container:last-child p{
                margin-top: 0;
                margin-bottom: 0;
        }
        .sd-cart--sum-wrap .sd-sum--container:last-child{
            width: calc(100% + 16px);
            padding: 10px 8px 0;
            margin: 0 -8px;
            box-sizing: border-box;
        }
    .sd-cart .sd-cart--product {
        flex-direction: column;
        padding: 11px 17px 0 17px;
        align-items: flex-end;
        position: relative;
        margin: 3px 3px 8px 3px;
    }
    .cart-product--container:first-child {
        width: 100%;
        margin: 0;
    }
    .sd-cart .cart-product--container img {
        width: 110px!important;
    }
    .sd-cart .cart-product--container>span {
        width: 40%;
        text-align: center;
        position: relative;
        top: 5px;
    }
    .sd-cart-product--name {
        width: 70%;
        margin-left: 0;
        max-width: none;
    }
    .sd-cart-product--name>p {
        font-size: 14px;        
        margin-bottom: 15px;
		line-height: 21px;
		display: flex;
        margin-top: 3px;
    }
    .sd-cart-product--gift-txt {
        font-size: 12px;
    }
    .cart-product--container:last-of-type {
        margin: 0;
        width: 60%;
        margin-top: -15px;
        justify-content: space-between;
        margin-left: 20px;
		margin-bottom: 10px;
    }
  
	div .sd-cart--finish-order .address_delivery select, div .sd-cart--finish-order .address_delivery input[type=text] {
		width: calc(100% + 70px)!important;
		margin-left: -30px;
	}
	div .sd-cart--finish-order .cart-form--contaner:first-child textarea {
		width: 270px;
	}
  
    .sd-cart--delete-product {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    .sd-container+.sd-container.is-product.sd-cart {
        margin: 0;
    }
    .sd-layout.pb-125.pt-70 {
        padding: 30px 16px;
    }
    .sd-cart--finish-order .cart-form--contaner:nth-child(2) input[type=text] {
        max-width: 90%;
    }
    .sd-cart--finish-order .cart-form--contaner .form-container--input span {
        font-size: 15px;
        margin-top: 5px;
    }
    .sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .sd-popup--checkbox {
        font-size: 14px;
        margin: 8px 0;
    }
    .finish-order--order-sum p:last-of-type,
    .finish-order--order-sum p {
        font-size: 14px;       
        box-sizing: border-box;
    }
    .finish-order--order-sum p:last-of-type {
    
    padding: 15px 0;
    }
	.finish-order--button {
		margin-top: 15px;
	}
    .sd-sum--container {}
    .sd-sum--container p {
        font-size: 16px;
    }
    .sd-sum--container p:nth-child(2) {
        padding-left: 0;
        width: 172px;
    }
	.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .order-payment-detail-block .sd-popup--checkbox-fake {
		left: 0;
	}
	.sd-cart--finish-order .cart-form--contaner:nth-child(n+2) .order-payment-detail-block .sd-popup--checkbox {
    padding-left: 30px;
}
	.sd-cart--sum-wrap .sd-sum--container {font-size: 18px;}
    .sd-sum--input {
        margin: 5px;
        width: 105px;
	    height: 50px;
		padding: 10px;
    }

    .cart-form--contaner .cart-form--header {
        font-size: 16px;
        margin-bottom: 0;
		margin-top: 10px;
    }
    .sd-cart--finish-order .cart-form--contaner {
        width: 100%;
        max-width: 100%;        
        box-sizing: border-box;
    }
    .sd-cart--title + p{
            font-size: 13px;
            line-height: 15px;
            text-align: center;
            color: #6D6D6D;
            margin-top: 0;
    }
    .finish-order--order-sum{
            
            padding: 0;
    }
    .cart-form--contaner:before{
        content: '';
        width: 100%;
        display: block;
        border-top: 1px solid #9C9C9C;
        margin-top: 15px;
    }
    .cart-form--contaner:last-child:before{
        margin-top: 20px;
    }
    .cart-form--contaner:first-of-type:before{
        content: none;
    }
    .sd-cart--title{
        font-size: 18px;
        margin-bottom: 10px;
    }
	div .sd-cart--finish-order .cart-form--contaner:first-child input[type=text] {
		width: 100%;
	}
	div .sd-cart--finish-order .cart-form--contaner:first-child textarea {
		width: 100%!important;
	}
}

.pt-70 {
    padding-top: 70px;
}

.is-viber {
    white-space: nowrap;
}
.order, .related {
	padding-top: 50px;
	padding-bottom: 70px;
}

@media screen and (min-width: 1025px) {
    .sd-cart>.sd-layout:first-child {
        padding: 0 125px;
        margin: 0 auto;
    }
    .sd-cart--finish-order .cart-form--contaner>label:first-of-type {
        margin-top: 0;
    }
    .sd-cart--finish-order .cart-form--contaner:first-child>label:first-of-type span:first-child {
        margin-top: 0;
    }
    .sd-cart--finish-order .cart-form--contaner:nth-child(1) .sd-popup--checkbox:last-child {
        margin-bottom: 0
    }
    .sd-sum--container:nth-child(2) p:nth-child(2){
            padding-left: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px){

        .sd-sum--container:nth-child(2) p:nth-child(2) {
            padding: 0 70px 0 0;
        }
        .finish-order--order-sum p:last-of-type, .finish-order--order-sum p{
                padding: 15px 0 0;
        }
}

@media screen and (min-width: 769px) {
    .sd-cart-product--prise {
        margin: 0px 20px;
        width: 260px;
    }
    .sd-cart--delete-product {
        margin: 0 10px;
    }
    .sd-cart--product>div:last-child {
        margin: 0;
        justify-content: flex-end;
    }
}

.pt-100 {
    padding-top: 100px;
}

.flickity-viewport .product-card__button.is-buy:first-child:last-child {
    width: 100%;
}

.sd-cart--sum-wrap .sd-sum--container:first-child p {
    margin-bottom: 0;
}
.cart-to-cabinet{
        background: url(img/arrow-left-dark.svg) center center no-repeat;
        width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 82px;
}
.button{
    display: inline-block;
    padding: 15px 25px;
    font-size: 18px;
    
    background: var(--main-color);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
}
.is-sewing{
    text-align: center;
}
.is-sewing p{
    font-size: 24px;
    color: #232121;
    
    font-weight: 600;
}
.is-compare .is-sewing p{
    color: #6D6D6D;
}
.is-sewing:before{
    content: url(img/sewing.svg);
    margin-bottom: 30px;
    display: block;
    margin-top: 100px;
}
.is-sewing .button{
    display: block;
    width: 240px;
    margin: 55px auto 140px;
}
@media screen and (max-width: 768px){
    .is-sewing:before{
            margin-top: 85px;
    }
    .is-sewing p{
        font-size: 16px;
    }
    .is-sewing .button{
            margin: 45px auto 90px;
    }
}
.form-container--input{
    position: relative;
}
.form-container--input .input-error{
        margin-left: 0;
    transform: translate(0, 100%);

} 
.sd-container+.sd-container.is-cabinet{
    margin-top: 20px;
}
.sd-container.is-cabinet .sd-layout{
    display: flex;
}
.sd-layout__cabinet-menu{
    width: 353px;
}
.sd-layout__cabinet-content{
    width: calc(100% - 353px);
    display: flex;
    flex-wrap: wrap;
    padding: 60px 30px 120px;
  box-sizing: border-box;
  position: relative;
}
.cabinet-title{
    width: 100%;
    position: absolute;
    width: calc(100% + 353px);
    text-align: center;
    z-index: 8;
    margin-left: -383px;
    top: 0;
    margin-top: 0;
    
    line-height: 57px;
}
.cabinet-title + p{
    width: 100%;
    padding-left: 1%;
    font-size: 15px;
    margin-top: -3px;
}
.sd-layout__cabinet-content .product-cell{
    width: 33%;
    height: 480px;
  margin-bottom: 30px;
}
.sd-layout__cabinet-content .product-cell:hover .product-card{
    z-index: 9;
}
.cabinet-menu__container{
    border: 1px solid #C4C4C4;
    border-width: 0 1px 1px;
    padding: 15px 20px;
}
.cabinet-menu__header{
    background: var(--main-color);
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    
    padding: 15px 40px;
    display: flex;
}
.cabinet-menu__header:before{
    content: url(img/cabinet-icon_cabinet.svg);
    fill: #fff;
    width: 45px;
    height: 25px;
    display: inline-block;
}
.cabinet-menu__container ul{
    list-style: none;
    margin: 0;
  padding: 0;
}
.cabinet-menu__item{
    text-decoration: none;
    color: #232121;
    font-size: 20px;
    padding: 15px 0;
    display: flex;
}
.cabinet-menu__item.active{
    color: var(--main-color);
}
.cabinet-menu__item:before{
    content: '';
    fill: var(--second-color);
    width: 45px;
    height: 25px;
    display: inline-block;
    filter: grayscale(1);
}
.cabinet-menu__container .cabinet-menu__item.active:before{
    filter: grayscale(0);
}
.cabinet-menu__item.item-data:before{
 content: url(img/cabinet-icon_data.svg);
}
.cabinet-menu__item.item-favorites:before{
 content: url(img/cabinet-icon_favorites.svg);
}
.cabinet-menu__item.item-cart:before{
 content: url(img/cabinet-icon_cart.svg);
}
.cabinet-menu__item.item-purchases:before{
 content: url(img/cabinet-icon_purchases.svg);
}
.cabinet-menu__item.item-comments:before{
 content: url(img/cabinet-icon_comments.svg);
}
.cabinet-menu__item.item-viewed:before{
    content: url(img/cabinet-icon_viewed.svg);
}
.cabinet-menu__button{
    
    min-width: auto;
    padding: 15px 26px;
    margin: 33px auto 0;
    display: block;
}
@media screen and (max-width: 1560px){
    .sd-layout__cabinet-content .product-cell{
    width: 47%;
    margin: 0 1% 30px;
    }
    .sd-layout__cabinet-content .product-cell .product-card{
        margin: 0 auto;
    }
}
@media screen and (max-width: 1024px){
    .sd-layout__cabinet-content{
        width: 100%;
        padding-top: 19px;
    }
    .sd-layout__cabinet-content .product-cell{
        height: auto;
    }
    .cabinet-title{
    position: static;
    width: 100%;
    margin-left: 0;
    color: var(--main-color);
    font-size: 18px;
    margin: -7px 0 10px;
    line-height: 1.24;
    }
	.sd-layout__category-pagination {
		margin: 0;
		padding: 0;
	}
	.company-info_txt p {
		text-align: justify;
	}
    .catalog-page .grid .product-card, .sd-layout__category-products .grid .product-card {
        position: relative;
    }
    .catalog-page .sd-layout__category-products .grid .product-cell {
        height: auto!important;
    }
	.sd-sum--container .discount_name_block form {
		font-size: 14px;
	}
	.sd-cart--sum-wrap {
		padding-right: 20px;
	}
	.sd-sum--container button {
		top: 0;
	}
}
@media screen and (max-width: 810px){
    .sd-layout__cabinet-content{
        padding: 0;
        width: calc(100% + 34px);
        margin: 0 -18px 6px;
    }
    .sd-layout__cabinet-content .product-cell{
        width: 48%;
            height: auto;
    margin-bottom: 7px;
    }
    .cabinet-title + p{
        display: none;
    }
    .sd-container+.sd-container.is-cabinet{
        margin-top: 25px;
    }
    .cabinet-page .cart-to-cabinet{
    top: 68px;
    }
}
.remove-product{
    background: url(/themes/dilecta/assets/img/new/Close.svg)no-repeat;
    width: 26px;
    height: 26px;
    background-size: contain;
    display: block;
    cursor: pointer;
    opacity: 0.5;
}
@media screen and (max-width: 768px){
    .remove-product{
        width: 16px;
        height: 16px;
    }
}

.cabinet-order{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #C4C4C4;
    position: relative;
    margin-top: 49px;
}
.cabinet-order__order-num{
    width: 100%;
    font-weight: 600;
    position: absolute;
    top: -47px;
}
.cabinet-order__order-num span{
    font-weight: 100;
    color: #6D6D6D;
    margin-left: 35px;
}
.cabinet-order_products{
    width: calc(100% - 300px);
    padding: 5px;
    box-sizing: border-box;
}
.cabinet-order_product{
    display: flex;
    justify-content: space-between;
    padding: 25px;
}
.cabinet-order_product:nth-child(n+2){
    border-top: 1px solid #C4C4C4;
}
.cabinet-order_product-img{

}
.cabinet-order_product-desc{
    display: flex;
    align-items: center;
}
.cabinet-order_product-name{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 16px;
}
.cabinet-order_product-name a{
    color: #232121;
    text-decoration: none;
    margin-bottom: 5px;
}
.cabinet-order_product-quantity{
    font-size: 20px;
    white-space: nowrap;
    width: 70px;
    text-align: center;
}
.cabinet-order_product-cost{
    font-size: 26px;
    font-weight: 600;
    white-space: nowrap;
    width: 210px;
    text-align: center;
}
.cabinet-order_sum{
    width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px dashed #C4C4C4;
    box-sizing: border-box;
}
.cabinet-order_status{
    display: block;
    width: 205px;
    height: 43px;
    margin: 10px auto;
    box-sizing: border-box;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 9px 0;
}
.cabinet-order_status.is-done{
    background: var(--main-green);
}
.cabinet-order_sum p{
    margin: 4px 0;
    display: flex;
}
.cabinet-order_sum p:last-child{
    font-weight: 600;
    margin-top: 11px;
}
.cabinet-order_sum p span{
    width: 50%;
    text-align: right;
    padding: 0 4px;
    display: block;
}
.cabinet-order_sum p span:nth-child(2){
    text-align: left;
}
@media screen and (max-width: 1024px){
    .cabinet-order{
        flex-direction: column;
    }
    .cabinet-order_sum,
    .cabinet-order_products{
        width: 100%;
    }
    .cabinet-order_status{
        position: absolute;
        top: 0;
        width: auto;
        height: auto;
        padding: 0;
        background: transparent;
        font-size: 12px;
        left: 10px;
    }
    .cabinet-order_status.is-done{
        color: var(--main-green);
        background: transparent;
    }
    .cabinet-order_sum p span{
        text-align: left;
        width: 70%
    }
    .cabinet-order_sum p span:nth-child(2){
        width: 197px;
    }
    .cabinet-order_sum{
        border: 0;
        background: #F4F4F4;
        padding: 8px 18px;
    }
    .cabinet-order_product-cost{
        text-align: left;
        padding-left: 20px;
    }
    .cabinet-order_product-cost{
        text-align: left;
        padding-left: 20px;
        box-sizing: border-box;
            font-size: 19px;
    }
    .cabinet-order_sum p{
        justify-content: space-between;
            font-size: 19px;
    }
}
@media screen and (max-width: 768px){
    .cabinet-order{
        width: calc(100% + 8px);
        margin: 51px -1px 0;
            border-bottom: 0;
    }
    .cabinet-order_product-img{
        width: 90px;
    }
    .cabinet-order_product-desc{
        flex-direction: column;
        width: calc(100% - 90px);
        align-items: baseline;
    }
    .cabinet-order_product-quantity{
        margin: 4px 0 0;
        text-align: left;
        width: auto;
        padding-left: 16px;
        font-size: 14px;
    }
    .cabinet-order_product-cost{
        margin: 5px 0;
        font-weight: normal;
        font-size: 18px;
        padding-left: 16px;
    }
    .cabinet-order_sum p span:nth-child(2){
        width: 130px;
    }
    .cabinet-order_product:nth-child(n+2){
        border-top: 0;
    }
    .cabinet-order:last-child{
        margin-bottom: 45px;
    }
    .cabinet-order_product{
            align-items: end;
            padding: 20px 10px;
    }
    .cabinet-order__order-num{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
    }
}
.cabinet-data_form-data{
    width: 66%;
    display: flex;
}
.cabinet-data_form-data > div{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
}
.sd-data .form-container--input{
    display: flex;
    flex-direction: column;
    margin: 0 0 25px;
}
.sd-data .form-container--input span:first-child{
    font-size: 18px;
    line-height: 23px;
    color: #9C9C9C;
    margin-bottom: 8px;
}
.sd-data .form-container--input input{
    width: 271px;
    height: 46px;
    border: 1px solid #C4C4C4;
        max-width: 100%;
}
.sd-data .form-container--input input.short-input{
    width: 189px;
}
.sd-data .sd-layout__cabinet-content button{
    width: 271px;
    border: 0;
    margin-top: 45px;
        max-width: 100%;
}
.cabinet-data_form-password p{
    font-weight: 600;
    font-size: 22px;
}
.cabinet-data_form-password{
    padding-left: 40px;
}
@media screen and (max-width: 768px){
    .cabinet-data_form-data,
    .cabinet-data_form-password{
        width: 100%;
        position: relative;
    }
    .cabinet-data_form-data{
        flex-direction: column;
        padding-bottom: 92px;
    }
    .cabinet-data_form-data div{
        width: 100%
    }
    .cabinet-data_form-data div{
            align-items: center;
            padding: 0;
    }
    .cabinet-data_form-password{
        padding: 0;
    }

    .cabinet-data_form-password div{
        width: 300px;
        margin: 0 auto 60px;
    }
    .sd-data .form-container--input{
        width: 300px;
    }
    .cabinet-data_form-data div.form-container--input{
        position: absolute;
        bottom: 0;
    }
    .sd-data .sd-layout__cabinet-content button{
        width: 100%;
    }
}
.cabinet-review{
    padding: 8px 41px 8px 21px;
    border: 1px solid #C4C4C4;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    min-height: 150px;
    box-sizing: border-box;
}
.cabinet-review.show{
    height: auto;
}
.cabinet-review_img{
    width: 106px;
}
.cabinet-review_product-name{
    width: calc(100% - 345px);
    font-size: 20px;
    color: #6D6D6D;
    text-decoration: none;
    box-sizing: border-box;
    padding-right: calc(100% - 720px);
}
.cabinet-review_button{
    width: 205px;
    height: 43px;
    background: var(--main-green);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
}
.cabinet-review_review{
    width: calc(100% - 123px);
}
.cabinet-review_review .cabinet-review_product-name{
    padding: 0;
    margin-top: 20px;
    display: block;
}
.cabinet-review_txt{
    font-size: 15px;
    padding-right: 60px;
}
.morelink{
    width: 33px;
    height: 33px;
    background: url(img/arrow-right-dark.svg) no-repeat;
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    transition: .3s;
    font-size: 0;
}
.morelink.less{
        transform: rotate(90deg) translate(-50%,0);
    font-size: 0;
}
.cabinet-review_txt{
    position: relative;
    margin-bottom: 20px;
}
.show .cabinet-review_txt{
    white-space: normal;
}
@media screen and (max-width: 768px){
    .cabinet-review{
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 8px 12px;
    }
    .cabinet-review.add-review{
        flex-wrap: nowrap;
    }
    .cabinet-review_review .cabinet-review_product-name,
    .cabinet-review_product-name{
        width: auto;
        padding-left: 30px;
        padding-bottom: 50px;
    }
    .cabinet-review_button{
        position: absolute;
        right: 0;
        bottom: 0;
        width: calc(100% - 148px);
    }
    .cabinet-review_txt{
        width: 100%;
        padding-right: 0;
    }
    .morelink{
        right: -8px;
        top: calc(100% + 5px);

    }
}
.sd-breadcrumbs__item a{
    text-decoration: none;

}
@media screen and (min-width: 1025px){
    .sd-purchases .sd-layout__cabinet-content{
        padding-right: 0;
    }   
}

.sd-viewed .product-cell,
.sd-favorites .product-cell{
    height: 510px;
}
.sd-viewed .product-card,
.sd-favorites .product-card{
    padding-top: 80px;
}
.sd-viewed .product-card__header,
.sd-favorites .product-card__header{
    flex-wrap: wrap;
}
.sd-viewed .remove-wrap,
.sd-favorites .remove-wrap{
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (max-width: 810px){
    .sd-viewed .sd-layout__cabinet-content .product-cell,
    .sd-favorites .sd-layout__cabinet-content .product-cell{
        height: auto;
        margin: 0 .5% 30px;
        width: 49%;
    }
}
.sd-data .form-container--input.p-0{
    padding: 0;
}
.sd-layout.mt-50{
        justify-content: center;
    margin: 50px 0 0;
}
@media screen and (max-width: 810px){
    .sd-layout.mt-50{
            margin: 0 0 10px;
    }

}
.is-404{
    position: relative;
}
.button-404{
        position: absolute;
    top: 60px;
    left: calc(50% - 480px);
}
.is-404 img{
    max-width: 100%;
}
@media screen and (max-width: 768px){
    .button-404{
        position: static;
        margin: 0 auto 20px;
        display: block;
        width: 240px;
        text-align: center;
    }
}
.sd-compare-category__wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.sd-compare-category__wrap p{
    width: 100%;
}
.sd-compare-category__wrap .product-cell{
    width: 19.2%;
    padding: 0;
    margin-right: 1%;
}
.sd-compare-category__wrap .product-cell:nth-child(5n+1){
    margin-right: 0;
}
.is-compare-category .product-card__block {
    justify-content: start;
    padding-left: 0;
    margin: 0;
}
.price-and-rating {
	display: flex;
    justify-content: space-between;
	margin: 20px 0;
}
.is-compare-category .product-card{
    padding-top: 30px;
    padding-bottom: 20px;
}

.is-compare-category .product-cell .product-card:hover{
    margin-bottom: 40px;
}
.sd-container+.sd-container.is-compare-category{
    margin-top: 36px;
    margin-bottom: 125px;
}
.is-compare-category h1{
    font-size: 28px;
    text-align: center;
    
}
.compare-categoty__title{
    font-size: 24px;
    font-weight: 600;
}
.sd-compare-category__button-wrap{
    width: 100%;
}
.no-char_label{
    background: #DA2549;
}
.sd-compare-category__button-wrap + .sd-compare-category__button-wrap{
    margin-top: 20px;
        text-align: center;
}
.sd-compare-category__button-wrap > *{
    text-transform: none;
    width: 270px;
    box-sizing: border-box;
    padding: 14px 0;
    font-size: 18px;
    text-align: center;
}
.no-char .product-cell{
    opacity: .5;
}
#counter_53 {
	visibility: hidden;
	position: absolute;
}
#countdown {
	padding: 15px 0;
	font-size: 30px;
	display: inline-block;
	margin-left: -15px;
    margin-bottom: -40px;
	position: absolute;
    line-height: 1.2;
}
#countdown div {
	display: inline-block;
	padding: 5px 18px;
	margin-left: 15px;
	color: var(--main-color);
	font-weight: 600;
	background: #f4f4f4;
	text-align: center;
}
#countdown span {
	font-size: 18px;
	display: block;
	margin-top: 3px;
	color: #232121;
	font-weight: 400;
	
}
#category .sale-counter + .sd-container .sd-layout__category-filter.sale {
	margin-top: 10px;
}
.sd-tabs__container .sc-ukr {
	font-size: 1.25rem;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
	text-decoration: none;
}
.sd-tabs__container .sc-ukr:hover {
	border-bottom: none;
}

@media screen and (max-width: 1024px){
.sd-compare-category__button-wrap + .sd-compare-category__button-wrap{
    margin-top: 0px;
}
    .sd-compare-category__wrap .product-cell .product-card{
        margin-bottom: 20px;
		
    }
    .sd-compare-category__wrap .product-cell{
        width: 24.2%;
    }
    .sd-compare-category__wrap .product-cell:nth-child(5n+1){
        margin-right: 1%;
    }
    .sd-compare-category__wrap .product-cell:nth-child(4n+1){
        margin-right: 0;
    }
    #countdown {
        display: none;
    }
}

@media screen and (max-width: 768px){
	#countdown {
		padding-top: 40px;
		font-size: 25px;
	}
  
    .sd-compare-category__wrap .product-cell .product-card{
        margin-bottom: 10px;
    }
    .sd-compare-category__wrap .product-cell{
        width: 49%;
        margin-right: 2%;
    }
    .sd-compare-category__wrap .product-cell:nth-child(4n+1){
        margin-right: 2%;
    }
    .sd-compare-category__wrap .product-cell:nth-child(odd){
        margin-right: 0;
    }
    .sd-compare-category__button-wrap{
        text-align: center;
        margin: 10px 0 20px;
    }
    .compare-categoty__title{
        text-align: center;
        font-size: 15px;
    }
    .sd-compare-category__wrap{
        width: calc(100% + 24px);
        margin: 0 -13px;
    }
    .sd-container+.sd-container.is-compare-category{
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 400px) {
	#countdown {
		font-size: 22px;
	}
	#countdown div{
		padding: 5px 15px;
	margin-left: 10px;
	}
	#countdown span {
		font-size: 15px;
		margin-top: 0;
	}
}
.compare_wrap{
    display: flex;
}
.compare_sidebar{
    width: 355px;
}
.compaire-sidebar_fetures{
	font-weight: 600;
}
.compare-item_fetures p,
.compaire-sidebar_fetures p{
    border: solid #C4C4C4;
    border-width: 0 1px 1px 0;
    padding: 15px;
    margin: 0;
	font-size: 15px;
    height: 20px;
}
.compare-item_fetures p.feat12,
.compaire-sidebar_fetures p.feat12 {
    height: auto;
}
.compare-item_fetures p.feat145,
.compaire-sidebar_fetures p.feat145 {
    height: auto;
}
.compaire-sidebar_fetures p{
    border-width: 0 1px 1px;    
    line-height: 20px;
}
.compaire-sidebar_header{
    color: #fff;
    background: var(--main-color);
    padding: 7px 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    margin-top: 636px;
    display: flex;
    align-items: center;
    height: 48px;
    box-sizing: border-box; 
	justify-content: center;
}
.compare-item_header .product-card__price-data{
    width: auto;
    
}
.compare_content{
    width: 100%;
    display: flex;
    max-width: calc(100% - 355px);
    overflow-x: scroll;
    padding-bottom: 32px;
}
.compare-content_item:first-child .compare-item_fetures p
{
    border-left: none;
}
.compare-content_item:first-child .compare-item_header {
	border-left: 1px solid #C4C4C4;
}
.compare-item_header{
    min-width: 365px;
    box-sizing: border-box;    
    padding: 15px;
    border-bottom:1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    height: 684px; 
    border-top: 1px solid #C4C4C4;

}
.compare-item_header img{
    width: 260px;
    margin-top: -15px;
    margin-left: 15px;
}

.item-header_info{  
   
}

.item-header_info > a:first-child {
    font-size: 18px;
    color: #232121;
    text-decoration: none; 
	height: 60px;
    display: block;
    overflow: hidden;	
}
.item-header_info > a.g_product_link:hover {
	color: var(--main-color);
}
.item-header_info .product-card__rating {
    position: relative;    
}
.item-header_info .product-card__price-text {
    font-size: 1.1rem;
}

.item-header_info .product-card__price.is-old {
    font-size: 15px;
    position: absolute;
    top: -16px;
    left: 0;
}

.item-header_info .ms-prod-rating__star {
    width: 15px;
    height: 14px;
}

.compare-item_fetures p{
    text-align: center;
}

.compare_content::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.compare_content::-webkit-scrollbar-track {
	box-shadow: none;
	border-radius: 0;
	width: 2px;
	background: #c4c4c4
}

.compare_content::-webkit-scrollbar-thumb {
	border-radius: 0;
	background: #FF8400; 
	box-shadow: none; 
}

.compare-content_item{
    position: relative;
	max-width: 400px;
}

.compare-content_item .remove-product{
    right: 15px;
    top: 18px;
    position: absolute;
    width: 20px;
    height: 20px;
}
.remove-product:hover {
	opacity: 1;
}
.compare-item_buttons{
   
}

.compare-item_buttons .product-card__button.is-buy{
    width: calc(100% + 30px);
	margin-left: -15px;
   
}

.compare-item_buttons .product-like{
    margin: 0 40px;
}
.compare-content_item .descr-short {
	height: 245px;
}
.compare-content_item .descr-short p {
	margin-top: 0;
}
.compare-item_buttons .product-card__button.inform-me {
	width: calc(100% + 30px);
    margin-left: -15px;
}
@media screen and (max-width: 1024px){
	.compaire-sidebar_header {
		padding: 10px;
		font-size: 12px;
	}
	.is-compare-category {
		font-size: 13px;
	}
	.compare-item_fetures p, .compaire-sidebar_fetures p {
		padding: 5px;
		font-size: 12px;
		line-height: 15px;
        height: 45px;
	}
	.compaire-sidebar_header:before {
		content: none;
	}
	.compare_sidebar {
        width: 130px;
    }
	.compare_content {
		max-width: calc(100% - 130px);
	}
	.compaire-sidebar_fetures {
        font-weight: 400;

    }
	.compaire-sidebar_fetures p {
		font-size: 12px;
	}
	.compare-item_header img {
		width: 120px;
        margin-left: 0;
	}
	.item-header_info > a:first-child {
		font-size: 14px;
        text-transform: none;
        font-weight: 400;
        letter-spacing: 0;
	}
	.is-compare-category .product-card__block {
		display: block
	}
	.item-header_info .product-card__price-text {
		display: none;
	}
	.is-compare-category .item-header_info .product-card__price{
		font-size: 20px;
		display: inline-block;
	}
	.is-compare-category .item-header_info .product-card__price.is-old {
		font-size: 12px;
	}
	.compare-item_header {
		min-width: 190px;
		padding: 15px 10px;
	}
    .item-header_info .ms-prod-rating__star {
        width: 13px;
        height: 12px;
    }
	.compare-content_item .descr-short {
        height:244px;
	}
	.compaire-sidebar_header {
		    margin-top: 505px;
	}
	.compare-item_header {
    height: 553px;
	}
	.product-card__button.inform-me {
    padding: 14px 7px;
}
	.header-mobile__container .mobile-compare .sd-compare__icon {
		max-width: 30px;
		fill: #fff;
		padding-left: 10px;
	}
	.header-mobile__container .mobile-compare .sd-compare__label {
		width: 15px;
        height: 15px;
        line-height: 15px;
        transform: none;
        border: 1px solid;
        background: transparent;
        top: -9px;
        right: -1px;
	}
    
	.compare-item_buttons .product-card__button.is-buy {
        width: calc(100% + 20px);
        margin-left: -10px;
		font-size: 18px;
    }
	.product-card__price.is-old span {
		font-size: 10px;
	}
}

.mobile_back-link{
    color: #6D6D6D;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 2px;
    display: block;
}

.mobile_back-link:before{
    content: url(img/arrow-back-dark.svg);
        display: inline-block;
    margin-top: -20px;
    position: relative;
    top: 13px;
}
.sd-container+.sd-container.is-article-page,
.sd-container+.sd-container.is-articles,
.sd-container+.sd-container.is-partners{
    margin-top: 0;
    margin-bottom: 40px;
}
.is-wholesale h1,
.is-text h1,
.is-company h1,
.is-all-instructions h1,
.is-instruction h1,
.is-contacts h1,
.is-price-list h1,
.is-article-page h1,
.is-articles h1,
.is-partners h1{
    font-size: 30px;    
  	font-weight: 400;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
}
.is-article-page h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.is-partners .sd-layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.is-partners .partner-item{
    width: 22%;
    margin-bottom: 40px;
    min-width: 340px;	
}

.is-partners .partner-item p:first-child{
    height: 50px;
}

.is-partners .partner-item p{
    font-size: 18px;
}

.is-partners .partner-item img{
    max-height: 100%;
    max-width: 100%;
}

.is-partners .partner-item strong{
    display: block;
    margin-bottom: 22px;
}
@media screen and (max-width: 1024px){
    .is-wholesale h1,
    .is-text h1,
    .is-company h1,
    .is-all-instructions h1,
    .is-instruction h1,
    .is-contacts h1,
    .is-price-list h1,
    .is-partners h1{
        margin-bottom: 20px;
    }
    .is-partners .partner-item{
        margin-bottom: 20px;
    }
}
.article_wrap{
    display: flex;    
    margin-bottom: 50px;
    align-items: end;
}

.article_img-wrap{
    width: 526px;
    max-width: 100%;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article_img-wrap img{
    width: 100%;
}

.article_content{
    padding-left: 48px;
    width: calc(100% - 450px);
}

.article_title, .article_title a{
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    
    color: var(--main-color); 
    margin-top: 0;
}
.article_title a:hover {
	color: var(--orange-hover);
}
.article_date{
    font-size: 18px;
    color: #6D6D6D;
}

.article_summary{
    font-size: 18px;
}

.article_link{
    font-weight: 600;
    font-size: 18px;
    color: #232121;
}

.article-buttons_wrap{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.article-buttons_wrap > a{
    margin: 0 25px;
}

.article-buttons_wrap .article-pagination{
    position: absolute;
    top: 0;
    right: 0;
}

.article-pagination ul{
    display: flex;
    list-style: none;
    margin: 0;
}

.article-pagination a{
    display: flex;
    margin: 0 5px;
    width: 50px;
    height: 50px;
    border: 1px solid #9C9C9C;
    color: #9C9C9C;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.article-pagination li:last-child a{
    margin-right: 0;
}

.article-pagination a.active{
    color: #fff;
    background: var(--main-color);
    border-color: var(--main-color);
}

.sd-container+.sd-container.is-articles{
    margin-bottom: 125px;
}
@media screen and (max-width: 1024px){
    .article_img-wrap{
        width: 420px;
    }
}

@media screen and (max-width: 768px){
    .article_img-wrap{
        margin: 0 auto 17px;
    }
    .article_wrap{
        flex-direction: column;
        padding: 0;
    }
    .article_summary {
        margin-bottom: 12px;
    }
    .article_content{
        width: 100%;
        padding: 0;
    }
    .article-buttons_wrap .article-pagination{
        position: static;
    }
    .article-buttons_wrap{
        flex-direction: column;
        align-items: center;
    }
    .article-pagination ul{
        padding: 0;
        justify-content: center;
            flex-wrap: wrap;
    }
    div.article-buttons_wrap > *{
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .article-buttons_wrap .ds-button-dashed{
        display: inline-block;
        width: auto;
        max-width: 200px;
    }
    .sd-container+.sd-container.is-articles{
        margin-bottom: 80px;
    }
}
.big-txt {
	text-align: justify;
	column-count: 2;
	column-width: 300px;
	column-gap: 40px;
	margin-bottom: 40px;
}
.big-txt h2 {
	    color: var(--main-color);
}
.big-txt p{
	margin-top: 0;
	margin-bottom: 15px;
}
.article-container{
   
    margin: 0 auto;
    max-width: 100%;
}
.article-container .article_img-wrap{
    width: 100%;
}
.article-container_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--second-color);
    margin-top: 20px;
    margin-bottom: 40px;
}
.article-content_soc-btn{
    display: flex;
    align-items: center;
}
.article-content_soc-btn a{
    display: flex;
    width: 43px;
    height: 43px;
    border: 1px solid;
    border-radius: 50%;
    box-sizing: border-box;
    color: var(--second-color);
    margin-left: 12px;
    align-items: center;
    justify-content: center;
}
.article-content_txt p{
        white-space: normal;
}
.sd-tabs__container ul.shopmarker li, #cms #center_column ul.shopmarker li {
	margin-right: 15px;
	margin-bottom: 5px;
}
.sd-tabs__container ul.shopmarker li:before, #cms #center_column ul.shopmarker li:before{
	width: 20px;
    height: 20px;
    background: url(/themes/dilecta/assets/img/new/shop-icon.svg);
	margin-right: 10px;
}
.sd-tabs__container ul.nomarker li:before {
	content: none;
}
@media screen and (max-width: 768px){
    .article-container_info{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .article-content_soc-btn{
        font-size: 0;
    }
    .is-article-page .article_img-wrap{
        margin-bottom: 10px;
    }
	.price-list_table td:nth-child(2) {
		display: none;
	}
	div .price-list_table tbody td:nth-child(3) span {
		width: auto!important;
	}
	.price-list_table tbody td:nth-child(3) span:first-child {
		padding-left: 15px;
	}
	div .price-list_table td:nth-child(3) {
		width: auto;
	}
}
@media screen and (min-width: 1025px){
    .mb-d-125{
        margin-bottom: 125px;
    }    
}
.mb-d-125 .ds-home-news:before{
    content: none;
}
@media screen and (max-width: 1024px){
    .mb-m-30{
        margin-bottom: 30px;
    }
    .is-wholesale h1,
    .is-article-page h1{
        font-size: 18px;
        margin: 20px auto;
    }
    .product-page .mb-m-30 .flickity-prev-next-button.next,
    .product-page .mb-m-30 .flickity-prev-next-button.previous{
        display: block;
        top: 108px;
    }
	.big-txt h2 {
		font-size: 15px;
	}
}

.price-list_nav{
    display: flex;
    justify-content: space-between;
}
.price-list_table table{
    width: 100%;
    margin-bottom: 100px;
    border-bottom: 1px solid #C4C4C4;
}
.price-list_table a:hover {
	color: var(--main-color);
}
.price-list_table thead td{
    border: 0;
/*    background: #F4F4F4;*/
	background: var(--main-color);
    font-size: 18px;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 1px;
	color: #fff;
}
.price-list_table tbody td:nth-child(3){
    text-align: left;
	border-right: 1px solid #C4C4C4;
    padding-left: 50px;
    box-sizing: border-box;
}
.price-list_table tbody td:nth-child(3) .price {
    
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.price-list_table tbody td:nth-child(3) .price:nth-child(2){
    color: #6D6D6D;    
    text-align: left;
    padding-left: 20px;
	font-size: 15px;
}
.price-list_table tbody td:nth-child(3) span.price:first-child {    
    text-align: right;
    padding-right: 10px;
    font-size: 24px;
}
.price-list_table tbody td:nth-child(3) span.price.price-new {
    color: #DA2549;
    font-size: 24px;
}
.price-list_table tbody td:nth-child(3) span.price span, .price-list_table tbody td:nth-child(3) span.price-old-new span {
	font-size: 0.8em;
	
}
.price-list_table tbody td:nth-child(3) .price-old-new {
	position: relative;
}
.price-list_table tbody td:nth-child(3) .price-old-new:before {
	content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 13px;
    left: 0;
    background: #DA2549;
}
.price-list_table tbody td:nth-child(3) span.price:first-child:last-child{
    color: var(--main-color);
    text-decoration: none;
}
.price-list_table tbody td:nth-child(3) span.not-in-stock:first-child:last-child {
	color: var(--second-color);
}
.table-title td {
    border-right: 1px solid #C4C4C4!important;
}
.price-list_table thead + tbody .table-title:first-child td{
    border-top: 0;
    
}
.price-list_table .table-title td{
    border-top: 1px solid #C4C4C4;
    font-weight: 600;
    padding: 30px 0px;
    background-color: #F4F4F4;
}
.price-list_table td .available {
	color: var(--main-green);
}
.price-list_table td .no_available {
	color: #DA2549;
}
.price-list_table td{
    font-size: 18px;
    border: 0;
    line-height: 38px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.price-list_table td:nth-child(1){
    padding-left: 95px;
	border-left: 1px solid #C4C4C4;
   border-top: 1px dashed #C4C4C4;
}
.price-list_table thead td:nth-child(1){
    padding-left: 0;
}
.price-list_table td:nth-child(2){
    width: 298px;
    border-left: 1px solid #C4C4C4;
    text-align: center;
    border-top: 1px dashed #C4C4C4;
}
.price-list_table td:nth-child(3){
    width: 285px;
    border-left: 1px solid #C4C4C4;
    text-align: center;
    border-top: 1px dashed #C4C4C4;
}
.price-list_table a {
	text-decoration: none;
}
.price-list_buttons{
    display: flex;
}
.price-list_buttons a {      
    font-size: 18px;
    line-height: 25px;   
    display: flex;
    align-items: center;
    margin-right: 40px;
    margin-bottom: 20px;
}
.price-list_buttons .price-list_download:before{
    content: url(img/new/price-list.svg);
    margin-right: 20px;
    position: relative;
    top: 2px;
}
.price-list_buttons .price-list_print:before{
    content: url(img/new/print.svg);
    margin-right: 20px;
    position: relative;
    top: 2px;
}
#manufacturer .sd-layout__category-products{
	padding-left: 0px;
}
#manufacturer .sd-layout--filters {
	padding-left: 40px 0 20px 0;
	
}
@media screen and (max-width: 1024px){
	 .price-list_table td:nth-child(1){
        padding-left: 15px;
		width: 70%;
    }
	   .price-list_table td:nth-child(2){
        width: auto;
        
    }
	.price-list_table tbody td:nth-child(3) .price-old-new {
		font-size: 12px;
	}
	   .price-list_table td{
        font-size: 15px;
        
        line-height: 28px;
    }
	.price-list_table tbody td:nth-child(3) .price:first-child {
		font-size: 18px;
		display: block;
    	text-align: left;
	}
	.price-list_table thead td {
		    font-size: 18px;
	}
	.price-list_table tbody td:nth-child(3) span.price:first-child {
		font-size: 18px;
		text-align: left;
	}
	.price-list_table tbody td:nth-child(3) span.price span, .price-list_table tbody td:nth-child(3) span.price-old-new span {
		padding: 0;
	}
    .price-list_buttons .price-list_print{
        display: none;
    }
    .price-list_table tbody td:nth-child(3) {
        padding-left: 10px;
    }
    .price-list_table tbody td:nth-child(3) .price:nth-child(2) {
        padding-left: 0;
    }
    .price-list_table tbody td:nth-child(3) span.price.price-new {
        position: relative;
        font-size: 18px;
        width: 100%!important;
    }
    
/*
		#cms .sd-layout p {
		text-align: justify;}
*/
	
	#cms .product-card__bottom .ajax_add_to_cart_button {
		width: 100%;
	}
	#cms .product-card__bottom .is-one-click {
		display: none;
	}
}
@media screen and (max-width: 1024px){
	.price-list_nav .category-filter--header {
		display: none;
	}
    	.price-list_table tbody td:nth-child(3) span.price-old-new  {
        font-size: 12px;
        padding: 0!important;
        margin-left: 5px;
        line-height: 0;
    }
    .price-list_table .table-title td {
        padding: 15px;
    }
/*
    .price-list_table td:nth-child(3){
        width: 85px;
        vertical-align: top;
    }
    .price-list_table td:nth-child(1){
        text-align: left;
    }
    .price-list_table thead + tbody .table-title td:first-child{
        background: #fff;
        width: 100%;
    }
    .price-list_table table thead td:nth-child(2),
    .price-list_table table thead td:nth-child(3){
        border: 0;
    }
    .price-list_table thead + tbody .table-title td{
        border: 0;
    }
    .table-title{
        position: absolute;
    }
    .price-list_table thead{
        position: relative;
    }
    .price-list_table thead:before{
        content: '';
        position: absolute;
        width: calc(100%);
        height: 32px;
        left: 0;
        background: #F4F4F4;
        z-index: -1;
    }
    .table-title + tr td{
        padding-top: 48px
    }
    .table-title + tr td:nth-child(2){
        background-position: 50% 58px;
    }
    .in-stock,
    .out-stock{
        background-size: 15px 15px;
    }
    .price-list_nav .category-filter--header{
        position: relative;
        padding-right: 60px;
        font-weight: 600;
        font-size: 14px;
    }
    .price-list_nav .category-filter__toggle:after{
        content: none;
    }
    .price-list_buttons a{
        margin-right: 0;
        font-size: 14px;
        font-weight: 600;
    }
    .price-list_buttons .price-list_download:before{
        content: none;
    }
    .price-list_buttons{
        justify-content: space-between;
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
    .price-list_buttons > a{
        background: var(--main-color);
        color: #fff;
        text-decoration: none;
        margin-bottom: 0;
        padding: 0 20px;
    }
    .price-list_buttons{
        margin-bottom: 20px;
    }
    .price-list_table table{
        margin-bottom: 70px;
    }
*/

}

  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
  .fancybox-thumbs__list{
    display: flex;
    justify-content: center;
  }
  .fancybox-show-thumbs .fancybox-thumbs{
    width: 100%;
    bottom: 0;
    top: auto;
  }


@media screen and (max-width: 768px){
    .contact-map_wrap iframe{
        height: calc(100vw / 2);
        min-height: 240px;
    }
    .contact-info{
        flex-direction: column;
    }
    .contact-info_txt,
    .contact-map_wrap{
        width: 100%;
    }
    .contacts-gallery{
        max-width: 100%;
        overflow-x: scroll;
        display: block;
        width: auto;
        white-space: nowrap;    
    }
    .contacts-gallery a{
        display: inline-block;   
        margin-bottom: 13px;
    }
    .fancybox-container .fancybox-content{
        transform: translate(-50%, 110px) scale(1, 1) !important;
        left: 50% !important;
        max-width: calc(100% - 80px) !important;
        height: auto !important;
    }
    .contact_phones{
        flex-direction: column;
    }
    .contact_metro ul{
        margin-bottom: 20px;
    }
    .contact_city{
        font-size: 16px;
    }
    .contact_city:before{
        width: 20px;
        height: 20px;
    }
    .contact_adress,
    .contact_warning,
    .contact_metro,
    .contact_phones .sd-shops__phone{
        font-size: 14px;
    }
   
    .is-company h1,
    .is-contacts h1{
        font-size: 18px;
    }

	.price-list_table tbody td:nth-child(3) span:first-child {
        padding-right: 5px;
        padding-left: 5px;
    }

}

.download-instrusrion_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-instruction{
    display: flex;
    width: 500px;
    align-items: center;
    font-size: 24px;
    line-height: 1.24;
    color: #373737;
}

.download-instruction:before{
    content: '';
    background: url(img/price-list.svg) 0 50% no-repeat;
    background-size: contain;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin-right: 9px;
}

.product-prewiev{
    width: 733px;
    display: flex;
    margin: 140px auto 110px;
    height: 245px;
    border: 1px solid #C4C4C4;
}

.product-prewiev .product-prewiev_img{
    width: 350px;
    text-align: center;
}

.product-prewiev .product-prewiev_img img{
    max-width: 100%;
    max-height: 100%;
}

.product-prewiev_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 1px solid #C4C4C4;
    width: calc(100% - 350px);
}

.product-prewiev_name{
    padding: 20px 35px 0;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    .download-instrusrion_wrap{
        flex-direction: column;
    }
    .download-instruction{
    margin-bottom: 40px;
    font-size: 15px;
    max-width: 100%;
    width: 300px;
    }
    .download-instruction:before{
        width: 50px;
        height: 50px;
    }
    .is-all-instructions h1,
    .is-instruction h1{
        font-size: 18px;
    }
	
    .product-prewiev{
        margin: 40px auto 35px;
        width: 260px;
        flex-direction: column;
        height: auto;
    }
    .product-prewiev .product-prewiev_img{
        width: 100%;
        padding: 10px 30px 0;
        box-sizing: border-box;
    }
    .product-prewiev_img img{

    }
    .product-prewiev_info{
        width: 100%;
        border: 0;
    }
    .product-prewiev_name{
        padding: 0 10px;
        text-align: center;
        font-size: 13px;        
    }
/*
    .product-prewiev .product-card__bottom{
        flex-direction: column;
        overflow: visible;
    }
    .product-prewiev .product-card__bottom .product-card__button.is-one-click{
        display: block;
        width: calc(100% + 2px);
        background: #fff;
        border: 1px solid;
        position: relative;
        padding: 10px;
        z-index: 9;
        left: -1px;
        bottom: -1px;
        border-top: 2px solid #fff;
    }
*/
}
.all-instruction_txt{

}
.all-instruction_txt strong{
    color: var(--main-color);
}
.all-instructions_nav{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 30px;
}
.all-instructions_form{

}
.all-instructions_form input{
    height: 40px;
    width: 180px;
    min-width: auto;
    text-align: left;
    font-weight: 100;
    font-size: 15px;
    padding: 15px 5px;
}
.all-instructions_form button{
    height: 40px;
    padding: 0 0;
    width: 165px;
    min-width: auto;
    margin-left: 20px;
    font-size: 15px;
}
.all-instructions_prewievs{
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}
.insrtruction-prewiev:hover{
    border-color: var(--main-color);
}
.insrtruction-prewiev{
    width: 31%;
    display: flex;
    margin-right: calc(3.05%);
    border: 1px solid #9c9c9c;
    margin-bottom: 45px;
}
.insrtruction-prewiev:nth-child(3n){
    margin-right: 0;
}
.insrtruction-prewiev_img{
    box-sizing: border-box;
    padding: 35px 35px;
    border-right: 1px solid #9c9c9c;
    width: 50%;
}
.insrtruction-prewiev_img img{
    max-width: 100%;
    max-height: 100%;
}
.insrtruction-prewiev_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
}
.insrtruction-prewiev_name{
    font-weight: 600;
    font-size: 22px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    margin: 0;
}
.instruction-prewiev_brand{
    padding: 30px 20px 0;
    margin-bottom: 20px;
    width: 92px;
    height: 16px;
}
.insrtruction-prewiev_link{
    height: 95px;
    padding: 17px 26px 17px 33px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    color: var(--main-color);
    font-weight: 600;
    font-size: 20px;
    margin: 0 -2px -2px;
}
.insrtruction-prewiev_link:before{
    content: '';
    height: 60px;
    width: 52px;
    background: url(img/price-list.svg) 0 50% no-repeat;
    display: block;
    background-size: contain;
    margin-right: 15px;
}

.insrtruction-prewiev:hover .insrtruction-prewiev_img{
    border-color: var(--main-color);
}

.insrtruction-prewiev:hover .insrtruction-prewiev_link{

    background: var(--main-color);
    color: #fff;
}

.insrtruction-prewiev:hover .insrtruction-prewiev_link:before{
    background: url(img/list-white.svg) 0 50% no-repeat;
    display: block;
    background-size: contain;
}
@media screen and (max-width: 1400px){
    .insrtruction-prewiev{
        width: 48%;
        margin-right: 3%;
    }
    .insrtruction-prewiev:nth-child(3n){
        margin-right: 3%;
    }

    .insrtruction-prewiev:nth-child(2n){
        margin-right: 0;
    }	
	#cms #center_column div.product-cell {
		width: calc(33% - 10px) !important;
	}
}
@media screen and (max-width: 768px){
    .insrtruction-prewiev:nth-child(2n),
    .insrtruction-prewiev:nth-child(3n),
    .insrtruction-prewiev{
        width: 100%;
        margin: 0 auto 15px;
        max-width: 500px;
        border-color: var(--second-color);
    }
    .insrtruction-prewiev_img{
        border: 0;
        width: 45%;
        align-items: center;
        display: flex;
        padding: 20px 45px;
    }
    .insrtruction-prewiev_info{
        width: auto;
    }
    .all-instructions_nav{
        flex-direction: column-reverse;
        align-items: center;
    }
    .all-instructions_nav .product-layout--select-label{
        margin-top: 20px;
    }
    .is-all-instructions .sd-layout__category-pagination{
        margin-bottom: 40px;
    }
    .insrtruction-prewiev_link{
        padding: 17px;
    }
.is-all-instructions .product-layout--select{
    width: 200px;
}
.is-all-instructions .product-layout--select-label:after{
    top: 12px;
}
.all-instructions_form button{
    width: 135px;
}

.insrtruction-prewiev:hover,
.insrtruction-prewiev:hover .insrtruction-prewiev_img{
    border-color: #c4c4c4;
}

.insrtruction-prewiev .insrtruction-prewiev_link{
    font-size: 13px;
    height: 70px;
    padding: 10px 60px 10px 18px;
}
.insrtruction-prewiev_link:before{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.instruction-prewiev_brand{
    padding-top: 26px;
    margin-bottom: 0;
}

.insrtruction-prewiev:hover .insrtruction-prewiev_link{
    background: transparent;
    color: var(--main-color);
}

.insrtruction-prewiev:hover .insrtruction-prewiev_link:before{
    background: url(img/price-list.svg) 0 50% no-repeat;
    display: block;
    background-size: contain;
}
.insrtruction-prewiev_name{
    font-size: 14px;
}
    .flickity-button:hover {
        color: #333;
    }
}
@media screen and (max-width: 500px){
    .insrtruction-prewiev:nth-child(2n),
    .insrtruction-prewiev:nth-child(3n),
    .insrtruction-prewiev{
        width: calc(100% + 32px);
        max-width: none;
        margin: 0 -18px 15px;
    }

}
.is-conpany{

}
.company_info{
    display: flex; 
	border-bottom: 1px solid #C4C4C4;
}

.company-info_txt{
    width: 60%;
	padding-bottom: 20px;
}

.company-info_txt p{
    font-size: 18px;
}

.company-info_txt p.empty{
    margin: 70px 0;
}

.company-info_info{
    width: 40%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
.company-info_info h3 {
    color: var(--main-color);
    font-size: 24px;
    font-weight: 400;
    padding-left: 45px;
}

.company-info_info div{
    margin-bottom: 45px;
    width: 300px;
}

.company-info_info .company_time h3{
    background: url(img/new/Clock.svg) no-repeat;
    background-size: contain;
}

.company-info_info .company_delivery h3{
    background: url(img/new/Car-about.svg) no-repeat;
    background-size: contain;
}

.company-info_info span, .company-info_info p{
    font-weight: 400;
    font-size: 24px;
	color: #6D6D6D;
}

.sd-container.is-gray.company-sertificate{
    display: flex;
    padding: 70px 32px 80px;
}
.company-sertificate {
	
	padding-top: 40px;
}
.company-sertificate_txt{ 
    font-size: 18px;
    width: 60%;
	margin-bottom: 40px;
	
}


.company-sertificate_img-wrap{
    display: flex;
    align-items: end;
	margin-bottom: 70px;
}

.company-sertificate_img-wrap img{
    margin: 0 20px;
}
.is-wholesale .sd-layout hr{
	border: none;
	border-top: 1px solid #c4c4c4;
	margin-top: 50px;
}
.sd-container+.sd-container.wholesale_reasons {
	margin-top: 40px;
}
.hidden-desctop {
	display: none;
}
@media screen and (max-width: 1024px){
	.shopping-cart-products.hidden-products {
		height: 330px;
		overflow: hidden;
		position: relative;
	}
	.shopping-cart-products.hidden-products:before {
		content: '';
		position: absolute;
		display: block;
		width: 100%;
		height: 50px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) -22.31%, #FFFFFF 121.66%);
		bottom: 0;
		left: 0;
		z-index: 9;
	}
	.show-all .shopping-cart-products.hidden-products {
		height: auto;
	}
	.show-all .shopping-cart-products.hidden-products:before {
		content: none;
	}
	.hidden-desctop {
		display: block;
	}
	.show-all-products {
		margin-top: 20px;
		font-weight: 600;
	}
    .company_info{
        flex-direction: column;
        padding-bottom: 0;
    }
    .company-info_txt,
    .company-info_info{
        width: 100%;
		padding-bottom: 0;
    }
    .company-info_info{
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }
    .company-info_info div{
        display: inline-block;
        width: 256px;
    }
    .company-info_info h3,
    .company-info_info p,
    .company-info_info span{
        font-size: 18px;
    }
    .company-info_info p{
        padding-left: 45px;
    }
    .sd-container.is-gray.company-sertificate{
        flex-direction: column;
        padding: 0 16px 30px;
    }

    .company-sertificate_txt:after{
        content: none;
    }
    .company-sertificate_img-wrap img{
        max-width: 100%;
        height: auto;
        margin: 0 20px 35px;
		
    }
    .company-sertificate_img-wrap{
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 25px;
		margin-bottom: 30px;
    }
    .company-sertificate_txt{
        width: 100%;
    }
	#cms #center_column div.product-cell {
    width: calc(50% - 10px) !important;
    margin-bottom: 25px;
	}
	#cms div .sd-layout__category-products {
		padding: 10px 0;
		width: calc(100% + 2*13px);
	}
	.title_block.shops-page {
		font-size: 18px;
		margin-top: 40px;

	}
	.company-info_txt p {
		font-size: 14px; 
	}
	.is-wholesale .sd-layout {
		padding-bottom: 20px;
	}

	
}
.text-page{

}
.is-text{

}
.is-text h2 {   
    color:#232121;
    font-size: 24px;
    display: flex;
    align-items: center;    
	font-weight: 400;
}
.is-text h2 img {
    width: auto;
    max-height: 39px;
    margin-right: 20px;
}
.is-text p {
    font-size: 18px;
    margin-bottom: 20px;
}
.is-text a {
    color: #232121;
}
.service-centres {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
	padding-left: 50px;
}
.black-sqr {
	list-style-type: square;
}
.waranty-page ol li::marker {
	font-weight: 600;
}
.waranty-page ol > li:nth-child(2)::marker {
	color: var(--main-color);
}
.orange {
	color: var(--main-color);
}
.is-text .service-centres h3{
    color: var(--main-color);
    text-align: center;
    width: 100%;
    font-size: 26px;
}
.service-center{
    width: 23%;
    margin-right: 2.5%;
}
.service-center:nth-child(4n+1){
    margin-right: 0;
}
.service-center_adres {
	padding-left: 27px;
}
p.service-center_city{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 20px;
}
.grey {
	color: #6D6D6D;
}
.service-center_city:before{
    content: '';
    background: url(/themes/dilecta/assets/img/new/Location.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    height: 22px;
    width: 15px;
    position: relative;
    top: 5px;
    margin-right: 10px;
    
}
.service-center_adres p{
    font-size: 15px;
	margin-bottom: 10px;
	font-weight: 600;
}
.is-exchange a {
	display: block;
	text-decoration: none;
	color: var(--main-color);
	width: 100%;
	height: 100%;
}
.sd-product__privilege-item.is-exchange:hover {
	background-color: #e5e5e5;
}
#cms #center_column .service-center_adres ul {
	margin: 5px 0 10px 0px;
    list-style-type: none;
    padding-left: 0;
}
#cms #center_column .service-center_adres li {
	font-size: 15px;
	margin-bottom: 5px;
}
.service-center_adres .phone-serv {
	position: relative;
	padding-left: 30px!important;
}
.service-center_adres .phone-serv:before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
	background-image: url(../assets/img/new/Phone.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain; 
	position: absolute;
	left: 0;
    top: 3px;
}
.info-icon__description.mono p {
	margin: 5px 0;
}
.info-icon__description ol {
	padding-left: 5px;
	margin-left: 10px;
	margin-top: 0;
    padding-top: 0;
    padding-bottom: 2px;
    margin-bottom: 2px;
}
.info-icon__description li {
	font-size: 14px;
	margin-bottom: 2px;
}
@media screen and (max-width: 768px){
    .is-text h1{
        font-size: 18px;
    }
 
    .service-center:nth-child(4n+1),
    .service-center{
        width: calc(100% + 32px);
        margin: 0 -16px;
    }
    p.service-center_city{
        border-top: 1px solid var(--main-color);
        margin: 0;
        padding: 10px 0px;
        font-size: 18px;
    }
    .service-center:last-child .service-center_city{
        border-bottom: 1px solid var(--main-color);
    }
    .service-center_city.open{
        background: var(--main-color);
        color: #fff;
        border-style: solid;
        border-color: var(--main-color);
    }
    .service-center_city.open:before{
        background: url(img/geo-white.svg) no-repeat;
        background-size: contain;
    }
    .service-center_adres{
        height: 0;
        overflow: hidden;
		    padding: 0 10px;
    }
    .service-center_adres.open{
        height: auto;
    }
    .service-center_adres p {
        width: 270px;
        margin: 10px 0;
        padding: 0 15px;
    }
    .service-centres{
        margin-bottom: 30px;
    }
	#cms #center_column div.product-cell {
		width: calc(50% - 3px) !important;
		padding: 0;
	}
  
}

@media screen and (min-width: 1025px){
    .is-text>.sd-layout>p:last-child{
        margin-bottom: 20px
    }
}

.wholesale_reasons .sd-layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wholesale-reason{
    width: 22%;
    margin: 20px 1.5% 20px;
    text-align: center;
}
.wholesale-page .is-shveykin{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	max-width: 480px;
    /*padding: 0 calc(50% - 190px) 61px;*/
    padding: 0 0 61px;
	margin: 0 auto;
	position: relative;
}
.wholesale-page .is-shveykin:before{
	content: "";
	display: block;
	width: 325px;
	height: 290px;
	background-image: url(../assets/img/shveykin.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.6;
	position: absolute;
	left: -230px;
	bottom: -40px;
}
.wholesale-page .is-shveykin p {
    padding-right: 24px;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	text-align: right;
}
.sd-container.is-gray.wholesale_reasons{
        margin-top: 80px;
}
.wholesale_reasons h2{
    width: 100%;
    text-align: center;
	color: var(--main-color);
    font-size: 24px;
    margin-bottom: 20px;
	margin-top: 0;
}
.sd-container.is-gray.wholesale_bottom {
	margin-top: 20px;
}
.wholesale_bottom .sd-container {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.is-short h2 {
	
    color: var(--main-color);
    font-weight: 600;
    margin: 20px 0 20px;
    font-family: 'Open Sans', sans-serif;
	text-align: left;
}

.is-short p {
	line-height: 1.6;
	text-align: justify;
	font-size: 18px;
	margin-bottom: 1.5em;
}
.descr-short ul {
	padding: 0;
    margin: 0;    
    list-style: none;    
}
.descr-short li {
	display: block;
    font-size: 15px;
    line-height: 1.6;
    color: #232121;
    margin: 0 0 5px 0;
}
.descr-short li:before {
	    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background-color: #32AE1F;
    margin-right: 15px;
    margin-top: -3px;
}
.search-empty + .sd-container .flickity-viewport, #category .flickity-enabled.is-draggable .flickity-viewport{
	   /*min-height: 728px!important;*/
}
#category .flickity-enabled.is-draggable .flickity-viewport {
	z-index: 9;
    position: relative;
}
#notify_me_popup .sd-popup--close {
	top: 15px;
    right: 15px;
}
@media screen and (max-width: 1024px){
    .wholesale-page .is-shveykin:before{
	    width: 280px;
	    height: 248px;
	    left: -130px;
	    bottom: -33px;
    }
	.is-short h2 {
	font-size: 16px;
    line-height: 1.5;
    color: var(--main-color);
    font-weight: 600;
    margin: 20px 0 10px;
    font-family: 'Open Sans', sans-serif;
	}
	.is-short h3 {
		font-size: 14px;
	}
	.is-short p {
	line-height: 24px;
	text-align: left;
	font-size: 14px;
	margin-bottom: 1;
	}
    .is-short ul, .is-short ol {
        font-size: 14px;
    }    
	.search-empty + .sd-container .flickity-viewport, #category .flickity-enabled.is-draggable .flickity-viewport {
	    min-height: 510px!important;
	}
	.product-gift__modal:after {
		    right: 8%;
    left: auto;
	}
	.product-gift__modal {
		transform: translateX(-10px) translateY(10px);
	}
	#search .sd-layout--category {
		padding: 0 5px;
	}
	#search .sd-layout__category-products {
		margin: 0;
	}
     .sd-tabs__container .features li span:first-child {
    width: 46%;
}
    .sd-tabs__container li span:nth-child(2) {
    width: 50%;
}
    .mb-65 {
        margin-bottom: 20px;
    }
	.is-text p {
		font-size: 14px;
	}
	.sd-tabs__container .delivery-block h3, #cms #center_column .delivery-block h3 {
		font-size: 14px;
	}
	.sd-tabs__container ul.shopmarker li:before, #cms #center_column ul.shopmarker li:before {
		width: 15px;
    	height: 15px;
		margin-right: 5px;
    	background-size: contain;
	}
    .sd-tabs__container ul.shopmarker li:before {
        top: -1px;
    }
    #cms #center_column ul.shopmarker li:before {
        top:2px;
    }
	.delivery-block {
		margin-bottom: 20px;
	}
	.waranty-page hr {
		margin-top: 30px;
    	margin-bottom: 30px;
	}
	#cms #center_column .waranty-page ol > li, .waranty-page ol > li p {
		margin-bottom: 15px;
	}
	.item-header_info .product-card__rating {
		top: 8px;
	}
}

@media screen and (max-width: 768px) {
    .sd-container.is-gray.wholesale_reasons{
            margin-top: 40px;
            padding-bottom: 0px;
            margin-bottom: -20px;
    }
    .wholesale-page .sd-container+.sd-container {
        margin-top: 30px;
		margin-bottom: 30px;
    }
    .wholesale-reason {
        width: 100%;
        margin: 10px 0;
        display: flex;
        height: 60px;
        align-items: center;
        justify-content: end;
        text-align: left;
    }
    .wholesale-reason span {
        width: 60px;
        display: inline-block;
        margin-right: 10px;
        line-height: 1;
    }
    .wholesale-reason img{
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }
    .wholesale-reason p{
        text-align: left;
        width: calc(100% - 75px);
    }
    .wholesale-page .is-shveykin{
        padding: 0 0 150px;
        align-items: center;
        position: relative;
    }
    .wholesale_reasons h2{
        font-size: 18px;
        margin-bottom: 0px;
        
    }
    .wholesale-page .is-shveykin:before {
        /*transform: translateX(40px) translateY(0);*/
        /*position: absolute;*/
        left: 12px;
        width: 170px;
        height: 151px;
        bottom: -20px;
    }
    .wholesale-page .is-shveykin p{
        font-weight: 600;
        font-size: 15px;
        text-align: center;
    }
}
@media screen and (min-width: 1441px){
    .wholesale-page .is-shveykin:before{
        /*transform: translateX(40px) translateY(17px);*/
    }
}
@media screen and (max-width: 1500px){
    div.pagination{
        position: static;
        margin-top: 30px;
    }
    .sd-layout__category-pagination{
        flex-direction: column;
        align-items: center;
    }
}



#cart_popup {
    width: 950px;
}

.sd-popup--product,
.sd-cart--product {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 25px;
    padding: 10px 16px 10px 16px;
    border: 1px solid #c4c4c4;
}
#cart_popup .sd-popup--product {
	justify-content: flex-start;
	margin-bottom: -1px;
}
#cart_popup .sd-cart-product--name {
	width: 100%;
}
#cart_popup .sd-cart-product--name p {
    margin-bottom: 20px;
}
.sd-popup--product>div,
.sd-cart--product>div {
    margin: 0 10px;
}

.sd-popup--product img,
.sd-cart--product img {
    width: 80px;
    height: 80px;
}

.sd-cart--product img {
    height: auto;
}

.sd-cart-product--gift {
    display: inline-block;    
    line-height: 20px;
    height: 20px;
	padding: 0;
    font-size: 16px;
}
#order-opc .cart_product .sd-cart-product--gift img {
	height: 27px;
	width: 20px!important;
	margin-right: 10px;
}
body#order-opc .sd-cart--title {
	margin: 10px auto 20px;
}
.sd-cart-product--name {
    max-width: 100%;
}

.sd-cart-product--quantity {
    display: flex;
    align-items: center;
    font-size: 36px;
	width: 130px;
}

.sd-cart-product--quantity input {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin: 0 16px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
	border-radius: 0;
    border: 1px solid #c4c4c4;
}

.sd-cart-product--quantity span {}

.sd-cart-product--prise {
    font-size: 24px;
	text-align: center;
}
.sd-cart-product--prise span, .price.total_product span, .cart_total_voucher span{
	font-size: 15px;
}
.price-list_table .price-gift{
    content: url('../assets/img/new/Present.svg');
    width: 17px;
    margin-left: 5px;
}
.read-more {
	display: inline-block;
	float: right;
	font-size: 18px;
	color: var(--main-color);	
	border-bottom: 1px solid var(--main-color);
	cursor: pointer;
}
.read-more:hover {
	    color: #6D6D6D;
	border-bottom-color: transparent;
}
.home-seo {
	height: 250px;
	overflow: hidden;
	position: relative;
}
.home-seo.full {
	height: auto;
}
.mobile-cart {
	position: relative;
}
.mobile-cart .sd-cart__label {
	visibility: visible;
	top: -24px;
    right: -18px;
    width: 15px;
    height: 15px;
	line-height: 15px;
	transform: none;
	border: 1px solid;
	background: transparent;
}
.cat-brands.sd-level-nav {
	width: 395px;
}
.brands .sd-level-nav__link {
	position: relative;
}
.brands .sd-level-nav__link img {
	position: absolute;
	left: 280px;
    top: 12px;

	max-width: 80px;
}
.sd-level-nav__link_brandlogo {
    position: absolute;
    left: 305px;
    max-width: 80px;
    margin-top: -2px;
}

.header-logo {
		margin-top: 2px;
		padding-left: 5px;
	}
.sd-layout.is-short {	
	line-height: 1.6;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 20px;
}
#manufacturers_list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
#manufacturers_list li {
	max-width: 300px;
	margin-bottom: 30px;
	padding: 15px;
}
.manufacturer-lists {
	position: relative;
	margin-bottom: 30px;
}
.manufacturer-lists .sd-product-page__pagination {
	top: auto;
	bottom: 0;
}
.manufacturer-lists .logo img {
	max-width: 100%;
	max-height: 75px;
}
.manufacturer-lists .logo a {
	display: block;
}
.manufacturer-lists .logo {
	height: 75px;
}
.manufacturer-lists h3 {
	    display: inline-block;
    width: 50%;
    margin-top: 0;
}
.manufacturer-lists .description {
	    display: inline-block;
    width: 48%;
    text-align: right;
}
.manufacturer-lists .button {
	font-weight: 600;
	text-transform: none;
	color: var(--main-color);
    background: transparent;
    border: 1px solid;
    margin-top: 20px;
}
.manufacturer-lists .button:hover {
	background: transparent;
        border: 1px solid var(--orange-hover);
    color: var(--orange-hover);
    box-shadow: inset -1px 0px 7px 0px rgba(255,132,0,0.35);
} 
.emptyCart {
	margin-bottom: 40px;
	text-align: center;
}
.emptyCart h2 {
	text-align: center;
	margin-top: 40px;
}
.emptyCart p {
	font-size: 1.25rem;
}
.onlineform {
	position: relative;
    cursor: pointer;
    font-size: 15px;    
    text-align: left;      
    color: #6D6D6D;    
    box-sizing: border-box;   
	max-width: 100%;
	padding-left: 30px; 
}
.onlineform:hover {
    color: var(--main-color);
}
.onlineform span {
	
}
.onlineform:before {
	content: '';
	position: absolute;
	top: 4px;
    left: 0px;
    display: block;
    width: 20px;
    height: 20px;
	background: url(../assets/img/new/Video.svg) no-repeat;
	background-size: contain;	
	
}
.onlineform:hover {
	    
}
#cms .flickity-viewport, .product-carousel .flickity-viewport{
	overflow: visible;
}
#cms .news-carousel .flickity-viewport {
	overflow: hidden;
}
.flickity-slider .product-cell {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	height: 100%;
}
.flickity-slider .product-cell.is-selected {
	opacity: 1; 
}
div.sd-container.homefeatureddiv {
	margin-bottom: 50px;
	margin-top: 50px;
}
.mob-footer-btn {
    display: none;
}
.modile-hide-txt {
    margin-top: -20px;
    margin-bottom: 20px;
}
.show-all-prod {
    
}
.show-all-prod a {
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border: 1px solid #C4C4C4;
    background: #fff;
    
}
.show-all-prod span {
    color: #FF8400;
    display: block;
    margin-bottom: 10px;
        padding-top: 70%;
}
.show-all-prod img {
    width: 37px;
    height: 37px;
}
.mobile-header__fade:after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../assets/img/new/close-btn.svg);
    background-size: cover;
    display: block;
    top: 60px;
    left: 325px;
    position: absolute;
}
.tab .tab-button.active:before {
    filter: invert(50%) sepia(150%) hue-rotate(10deg) saturate(900%);
}
.tab .tab-button.active span {
    color: var(--main-color);
}
#category #content {
    display: flex;
    flex-wrap: wrap;
}
#category .sd-container {
    width: 100%;
}
#category .blockviewed_container {
	margin: 20px 0px;
}
#category .category-description {
    order: 3;
}
#category #center_column {
    order: 1;
        width: 100%;
}
#category #center_column + .sd-container{
    order: 2;
}
#category .category-title-block {
        padding-left: 415px;
}
#category .sd-layout__category-filter {
    margin-top: -60px;
}
#category .is-for-tab {
    position: relative;
}
#countdown {
    top: -90px;
}
.brends-block {
    display: flex;
    justify-content: space-between;
        margin-top: -40px;
    
}
.brends-block .brand-item {
    display: inline-block;
    width: 20%;
    padding: 20px;
    box-sizing: border-box;
}
.brends-block .image-block {
    padding: 0 20px;
    text-align: center;
}
.brand-item img {
    max-width: 100%;
    width: 210px;
}
.brand-name-block {
    margin-top: 20px;
    max-width: 230px;
}
.brand-name-block a {
    position: relative;
    padding-left: 30px;
    text-decoration: none;    
    font-size: 18px;
    display: block;
}
.brand-name-block a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("/img/enter2.svg");
}
.row:before, .row:after {
    content: '';
    clear: both;
    display: table;
}
.col-md-6 {
    float: left;
    width: 50%;
}
.prod-img-block {
    float: left;
    width: 317px;
}
.prod-text-block {
    float: left;
    width: calc(100% - 360px);
}
.prod-text-block p {
    font-size: 17px;
    margin-bottom: 15px;
}
.prod-text-block.align-left {
    padding-left: 32px;
} 
.prod-text-block.gray {
    background-color: #faf4ef;
} 
.prod-text-block.align-right {
    
    padding-right: 32px;
}
.align-right p {
    text-align: right;
}
.col-md-6 .row {
    margin-bottom: 20px;
}
.slick-lightbox .slick-prev {
    z-index: 10;
}
.contact_metro ul {
	margin-top: 20px;
	color: #6D6D6D;
	list-style-type: none!important;
    margin-left: 1px!important;
}
@media (max-width: 1280px) and (min-width: 1025px) {
	.sd-product__price  {
		    font-size: 2rem;
	}
	.sd-product__price.is-old {
		    font-size: 1rem;
	}
      .brends-block .brand-item {
       padding: 20px 10px;
    }
    .prod-img-block, .prod-text-block {
        width: calc(100% - 40px);
    }
    .align-right p {
    text-align: left;
}
    .prod-text-block.align-left, .prod-text-block.align-right {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 1024px) {
    .brends-block {
            justify-content: left;
    flex-wrap: wrap;
    }
    .brends-block .brand-item {
            width: 30%;
    }
    .col-md-6 {
        
        width: 100%;
    }
	div.pagination {
		margin-top: 0;
	}
	.product-card__header img {
		max-width: 70px;
	}
    .mobile-right-block {
        margin-right: 7px;    }
}
@media screen and (max-width: 768px){
   .col-xs-12 {        
        width: 100%;
    }
    .home-seo-full h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
   
    .is-wholesale h1, .is-text h1, .is-company h1, .is-all-instructions h1, .is-instruction h1, .is-contacts h1, .is-price-list h1, .is-article-page h1, .is-articles h1, .is-partners h1{
       margin-top: 30px;
        margin-bottom: 10px;
    }
   .article_content .article_title {
        margin-bottom: -7px;
    }
    div.home_categories .mob-footer-btn {
        display: block;
        width: 94%;
        margin-left: 3%;
        background: #fff;
        position: relative;
        margin-top: 10px;
        padding: 5px 0px;
            box-sizing: border-box;
        font-weight: 600;
    }
    
    .home_categories .categ-catalog, .home_categories_b.home_categories-city {
        width: 94%!important;
        margin-left: 3%;
        background: #fff;
        display: none;
    }
    .categ-catalog.open, .home_categories_b.home_categories-city.open {
        display: block;
    }
    .brand-cell__link {
        filter: grayscale(0);
        opacity: 1;
    }
	.sd-cart-product--quantity input {
    	width: 40px;
		height: 40px;
	}
	.product-card__one-click-popup input {
		font-size: 20px;
	}
	.brands .sd-level-nav__link img {
		    max-width: 90px;
			margin-top: 15px;
	}
    .home_categories>div>div.categories_name-shop {
        display: none;
    }
    .sd-container.is-gray {
        padding-top: 0;
    }
    div.home_categories {
        padding: 0;
    }
    .is-short .home-seo-full p {
        font-size: 14px;
        margin-bottom: 1em;
    }
    .product-card__thumb {
        max-width: 100%;
        width: auto;
    }
    
    #index .product-carousel .flickity-viewport, #product .product-carousel .flickity-viewport{
        height: 415px!important;
        min-height: 1px!important;
    }
	
	.product-card.more_view{
		height: calc(100% - 28px);
	}
	
    .catalog-page .sd-layout__category-products .grid .product-cell {
        height: auto!important;
    }
    jdiv .__jivoMobileButton {
        transform: scale(0.52);
    }
    jdiv.__jivoMobileButton {
            right: 8px;
        bottom: -17px;
        left: auto!important;
    }
    div .teler-wd__trigger {
        transform: scale(0.5)!important;
        right: 0%;
        bottom: 5%;
    }
    .search-empty + .sd-container .flickity-viewport, #category .flickity-enabled.is-draggable .flickity-viewport {
        min-height: 410px!important;
    }
    .news-carousel {
        padding: 0;
    }
     .sd-tabs__container .features li span:first-child {
    width: 40%;
	}
    .sd-tabs__container li span:nth-child(2) {
        width: 54%;
       
    }
    .sd-tabs__container .features li span:first-child:after {
        content: none;
    }
     .brends-block .brand-item {
            width: 50%;
             
    }
    .brand-name-block {
        margin-top: 5px;
    }
    .brends-block .brand-item {
        padding: 15px 5px;
    }
  .prod-img-block, .prod-text-block {
        width: calc(100% - 40px);
    }
    .align-right p {
    text-align: left;
	}
    .prod-text-block.align-left, .prod-text-block.align-right {
        padding-left: 20px;
        padding-right: 20px;
    }
    .new-review__form .new-review__col {
        width: 100%;
    }
    .new-review__col .block-photo {
        float: none;
		width: auto;
    } 
    .block-photo .button-download {
        margin: 10px 0 0 46px;
    	width: 114px;
        display: block;
    }
    .block-photo .comment_files {
        height: 30px;
    }
    .new-review__container .new-review__footer {
        display: block;
		padding-top: 20px;
    }
    .fr-review__header .new-review {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 500px) {
    .product-card__availability {
        font-size: 14px;
        letter-spacing: -0.6px;        
    }
  
    .product-card__price.is-old {
        margin-left: 0;
    }   
    .news-carousel .flickity-viewport {
        height: 365px!important;
    }
	.js-content-navigation-articles .news-carousel .flickity-viewport {
        height: 420px!important;
    }
    .product-carousel .product-card__price {
        white-space: nowrap;
    }
     .sd-tabs__container li span:nth-child(2) {
        width: 50%;
       
    }
 
    .home-content-navigation-block .sd-layout.is-short {
        margin-top: 0;
    }
  
}

    
@media screen and (max-width: 400px){
	.cart-product--container:last-of-type {
		width: 100%;
    	margin-top: 20px;
	}
	
    .brand-name-block a {
        font-size: 15px;
    }
    
   
}
@media screen and (max-width: 380px) {


    .sd-layout.is-short {
        margin-top: 0px;
    }

	.sd-product__privilege ul .is-exchange, .sd-product__privilege ul .is-warranty {
		    width: 140px;
	}

	.news-cell__description {
		height: 125px;
	}
	.sd-product__price {
		    font-size: 1.9rem;
	}
    .news-carousel .flickity-viewport {
    height: 350px!important;
}
}
@media screen and (max-width: 360px) {
    .mobile-burger {
        margin-right: 5px;
    }
    .mobile-shops {
        margin: 0 0px 0 16px;
    }
   
}
@media screen and (max-width: 330px) {
        .mobile-logo {
        max-width: 90px;
    }
        .header-logo {
        margin-top: -4px;
        padding-left: 10px;
    }
        .news-carousel .flickity-viewport {
        height: 330px!important;
    }
    
}
@media screen and (max-width: 1024px){
    .price-list_table .price-gift{
        width: 11px;
    }
    .price-list_table tbody td:nth-child(3) span:first-child{
        padding-right: 10px;
    }
    .price-list_table tbody td:nth-child(3) span:nth-child(2){
        margin-left: 5px;
		top: -7px;
    }
	.price-list_table tbody td:nth-child(3) .price-old-new:before {
		    top: 8px;
	}
	div.sd-shops__modal {
		width: 100%!important;
	}
	.sd-product__motivation-icon.is-alert {
		position: absolute;
		left: 0;
		top: 7px;
        width: 18px;
	}
	.sd-product__best-price-item {
		display: block;
		position: relative;
		padding-left: 15px;
		width: 108px;
	}
	.sd-product__privilege-item {
		width: 92px;
		padding-left: 15px;
		position: relative;
	}
	.is-warranty-icon {
		position: absolute;
		left: 0;
		top: 6px;
        width: 18px;
	}
	.onlineform {		
        padding: 0 0 0 28px;
        width: 140px;        
	}
	.no-logo.no-inctr .onlineform {
		top: -26px;
	}
	.onlineform:before {top:9px;}
    
    .tab .tab-button {
        position: relative;
    }
    .tab .tab-button:before {
        content: '';
        display: block;
        width: 47px;
        height: 36px;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 0 auto 5px;
    }
    .tab .mobile-tab5:before {
        background-image: url(../assets/img/catalog/icon-5.svg);
           
    }
      .tab .mobile-tab4:before {
        background-image: url(../assets/img/catalog/icon-6.svg);
            
    }
     .tab .mobile-tab40:before {
        background-image: url(../assets/img/catalog/icon-2.svg);
        
    }
     .tab .mobile-tab20:before {
        background-image: url(../assets/img/catalog/icon-3.svg);
       
    }
    .tab .mobile-tab18:before {
        background-image: url(../assets/img/catalog/icon-18.svg);
           
    }
     .tab .mobile-tab25:before {
        background-image: url(../assets/img/catalog/icon-25.svg);
             
    }
     .tab .mobile-tab26:before {
        background-image: url(../assets/img/catalog/icon-26.svg);
        
    }
    .tab .tab-button span {
        text-align: center;
        font-size: 14px;
		line-height: 1.15;
        height: 50px;
        display: block;
		letter-spacing: -1px;
    }
    .tab .tab-button.active span {
        color: var(--main-color);
    }
    .homefeatureddiv {
        margin-bottom: 10px;
    }
    #category .sd-layout__category-filter {
    margin-top: 31px;
}
    #category .category-title-block {
    padding-left: 15px;
}
    .title.sale_title {
        padding-top: 0;
		margin-top: 7px;
    }
    .modile-hide-txt .mob-footer-btn {
        display: block;       
        background: #fff;
        position: relative;
        margin-top: 10px;
        padding: 5px 0px;
        box-sizing: border-box;
        font-weight: 600;
    }
    div.home_categories ul {
        
        padding-left: 0;
    }
    .modile-hide-txt .mob-footer-btn h2 {
        font-size: 1rem;
        margin: 0;
    }
    .modile-hide-txt .modile-block {
        background: #fff;
        width: 94%;
        margin-left: 3%;
        box-sizing: border-box;
        
    }
    .mob-footer-btn:after {
        content: '';
        width: 7px;
    height: 13px;
    background: url(/themes/dilecta/assets/img/new/arrow-black.svg);
    transform: rotate(90deg);
        position: absolute;
        right: 20px;
        top: 16px;
    }
    .rotate.mob-footer-btn:after {
            transform: rotate(270deg);
    }
    div.home_categories a.level2, .home_categories .categories_name-shop {
        font-size: 16px;
    }
    .modile-hide-txt .fidden-block {
       
        display: none;
    }
    .modile-hide-txt .open .fidden-block {
        display: block;
    }
    .modile-hide-txt ul {
        list-style-type: none;
        padding-left: 0;
    } 
    .modile-hide-txt li {
        margin-bottom: 10px;
    }
     .sd-container.is-gray {
        background: transparent!important;
         padding-bottom: 15px;
    }
    .product-card__price-data {
        align-items: center;
        justify-content: center;
    }
    #index .news-cell__header {
        border: none;
    }
    .sd-layout.is-short {
            margin-bottom: .3em;
    }
    .sd-footer__container.is-bottom {
        padding: 20px 0 25px;
		justify-content: left;
		margin-left: -16px;
    }
    .home-articles {
        background: #fff;
        padding: 10px 10px 15px;
        
    }
    .home-articles__item+.home-articles__item {
        font-size: 1rem;
        line-height: 1.4;
        text-align: left;
    }
		.ds-home-news .ds-button-dashed:hover {
		border: none;
		color: var(--main-color);
		box-shadow: none;
	}
    .hiden-mobile.sd-breadcrumbs__list {
        display: none;
    }
    
    .mobile-brg {
        margin-top: 20px;
        margin-left: 15px;        
    }
     #category .sd-breadcrumbs {
       display: none;
    }
	#product .sd-breadcrumbs {
		display: none;
	}
	.mobile-brg a {
        text-decoration: none;
        font-size: 14px;
		position: relative;
		margin-left: -10px;
        padding-left: 17px;
    }
	.product-card__image {
    padding: 15px 10px 10px;
	}
}
#file_content {
    width: 34px;
    height: 34px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background: url(../assets/img/new/PhotoFile.svg) center center no-repeat;
    background-size: contain;
	float: left;
}
.btn-download {
	cursor: pointer;
}
#uniform-contact_image {
	opacity: 0;
	height: 0;
	margin: 0;
	padding: 0;
}
.comment_files{
    float: left;
    width: 100%;
    margin: 15px 0 0;
    height: 36px;
}
.comment_files div {
    float: left;
    width: 10% !important;
    padding: 0 0px 0 0;
    max-width: 10%;
}
.comment_files div img {
    display: block;
    margin: 0 auto;
    width: 90%;
}
.comment_files div span.delete {
    height: 16px;
    display: block;
    width: 16px;
    margin: 5px auto;
    background: url('/img/delete.png') center center no-repeat;
    cursor: pointer;
    background-size: cover;
}
#product_comments_img_block {
    display: none;
}
#product_comments_img_block.has-img {
    height: 60px;
    display: block;
} 

#product_comments_img_block ul {
    float: left;
    max-width: 80%;
    height: 50px;
    overflow: hidden;
}
#product_comments_img_block ul li {
    display: inline-block;
    margin: 0 5px;
}
#product_comments_img_block ul li:before {
    display: none;
}
#product_comments_img_block ul li:first-child {
    margin: 0 5px 0 0;
}
#product_comments_img_block_view {
    width: 48px;
    height: 48px;
    display: block;
    float: left;
    margin: 0 0 0 5px;
    text-align: center;
    line-height: 49px;
    border: 1px solid var(--main-color) !important;
    cursor: pointer;
    color: var(--main-color);    
}
.block-photo {
    width: 98%;
    border: 1px solid #C4C4C4;
    min-height: 170px;
    float: left;
    border-radius: 0px;
    padding: 20px;
    margin: 0 0 10px;
}
.button-download {
    margin: 20px 0 0 4px;
    color: #FF9A00 !important;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid;
}
.button-download:hover {
    border-bottom: 1px solid #fff;
}
.comment_file_error {
    display: block;
    color: red;
    font-size: 12px;
    float: left;
    margin: 20px 0 0 0;
    height: 20px;
    width: calc(100% - 60px);
}
.comment_images ul {
	float: left;
	width: 100%;
}
.comment_images ul li {
	float: left;
    display: inline-block;
    margin: 0 5px;
}
.comment_images ul li:first-child {
    margin: 0 5px 0 0;
}
.comment_images ul li:last-child {
    margin: 0 0 0 5px;
}
.is-body > div {
	float: left;
	width: 100%;
}
.fr-answer {
    width: 93% !important;
}
.block-photo .title-content {
    display: inline-block;
    margin-top: 3px;
	color: #6D6D6D;
}
.comment_img_notice {
    font-size: 12px;
    color: #888;
    float: left;
    font-style: italic;
    width: 100%;
    text-align: center;
}
.new-review__col {
	width: 33%;
}
.fr-review__item  .comment_images {
    margin: 0 0 10px 0;
}
.comment_images ul li:before {
	display: none;
}

.link-prod {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	height: 100%;
}

.link-prod .title-txt{
	color: #333333;
	font-weight: 600;
	font-size: 20px;
	
	display: block;
	margin: 0 0 10px;
}

.link-prod  .img-box{
	margin-bottom: 15px;
	height: 87px;
}

.link-prod  .img-box img{
	max-width: 100px;
}

.link-prod .txt-link{
	color: #FF8400;
	font-size: 14px;
	line-height: 18px;
	display: block;
	border-bottom: 1px dashed #FF8400;
}

@media screen and (max-width: 376px){
	.product-card.more_view{
		height: 346px;
	}
	
	.link-prod .img-box{
		height: 65px;
	}
	
	.link-prod .img-box img{
		  max-width: 56px;
	}
}


@media screen and (max-width: 460px) and (min-width: 321px) {
#product_comments_img_block ul {
    max-width: 235px;
}
.comment_images ul li {
	margin-bottom: 10px !important;
}
.comment_images ul li:first-child {
    margin: 0 5px;
}
.comment_images ul li:last-child {
    margin: 0 5px;
}   
}

@media screen and (max-width: 320px) {
#product_comments_img_block ul {
    max-width: 175px;
}
.comment_images ul li {
	margin-bottom: 10px !important;
}
.comment_images ul li:first-child {
    margin: 0 5px;
}
.comment_images ul li:last-child {
    margin: 0 5px;
}  
}

/*styles for product-description*/
.description__container .row {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0px 40px 0px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0%), 0 1px 2px rgb(0 0 0 / 20%);
  
}
.description__container .row.no-border {
        box-shadow: none;
}
.description__container .col-66, .description__container .col-100, .description__container .col-33, .description__container .col-50 {
    padding: 0 25px;
    box-sizing: border-box;
        
}
.description__container .no-padding {
    padding: 0!important;
    display: flex;
    align-items: flex-end;
}
.description__container .no-padding.right {
    justify-content: right;
}
.description__container .col-100 {
    width: 100%;
}
.description__container .col-50 {
    width: 50%;
}
.description__container .col-66 {
    width: 66%;
}
.description__container .col-33 {
    width: 33%;
}
/*
.description__container h2 {
    font-size: 2.3rem;
}
.description__container h3 {
    font-size: 2.2rem;
}
*/
.description__container .new-style h4 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.description__container .new-style p {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
}

.description__container img {
    max-width: 100%;
	float: left;
}
.read-more-container {
    height: 500px;
    overflow: hidden;
    position: relative;
}
.read-more-container:before {    
        content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    background: rgb(255,255,255);
    background: linear-gradient(
180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
}
.description__container .read-more {
    float: none;
    margin-top: 15px;
}
.full .read-more-container {
    height: auto;
}
.full .read-more-container:before {
    content: none;
}
.description__container .title {
	text-align: center;
}
.description__container .center {
	text-align: center;
}
.description__container .right {
	text-align: right;
}
.description__container .right img {
	float:right;
}
.description__container .sample div{
	border:1px solid #f3f3f3;
}
.description__container .sample .label {
	background-color: antiquewhite;
}
.is-preorder {
        color: var(--main-green);
}
.contact_adress span.orange {
    color: var(--main-color);
}
#order-opc .sd-container+.sd-container:last-child {
    margin-bottom: 0px;
}
.sd-cart--finish-order {
    margin-bottom: 50px;
}
.carreier-block {
    margin-top: 25px;
}
.carrier-text {
	font-size: 18px;
}
.carreier-block-item {    
    
    margin-bottom: 20px;
}
.cities-opener {
    display: flex;
    cursor: pointer;
	padding: 13px 15px;
	background: #F4F4F4;
}
.cities-block .curent-city {
    font-size: 18px;
    font-weight: 600;        
    position: relative;
    padding: 0 30px 0 15px;
	color: var(--main-color);
}
.cities-block .curent-city:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid var(--main-color);
	width: calc(100% - 45px);
	left: 15px;
	bottom: -1px;
	display: block;
}
.cities-block .curent-city:hover:before {
	content: none;
}
.cities-text {
    color: #6D6D6D; 
    position: relative
}
.cities-block .curent-city:after {
    content: url("/themes/dilecta/assets/img/new/ArrowOrange.svg");
    transform: rotate(180deg);
    display: block;
    position: absolute;
    right: 6px;
    top: 5px;
}
.open.cities-block .curent-city:after {
	top: -2px;
	transform: rotate(0deg);
}
.cities-block {
	position: relative;
}
.cities-list {
    background:  #FFF;
    width: 350px;    
    padding: 6px 20px 20px;    
    height: 0;
    display: none;
    transition: height ease-in-out 0.7s;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
	position: absolute;
	z-index: 9;
}
.cities-list ul {
    padding-left: 0;
    list-style-type: none;
	margin: 0;
}
.cities-list li {
    padding: 12px 0;
	border-bottom: 1px solid #c4c4c4; 
}
.cities-list li.active, .cities-list li:hover {
    color: #ff8400;
    border-bottom: 1px solid #ff8400; 
    cursor: pointer;
}
.cities-list li.active {
	font-weight: 600;
}
.cities-list li:before {
    display: inline-block;
    content:'';
    font-size: 14px;
    line-height: 10px;
    margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url("/themes/dilecta/assets/img/new/shop-icon.svg");
	position: relative;
    top: 5px;
}
.cities-list li:last-child:before {
	background: url("/themes/dilecta/assets/img/new/Car.svg");
}
.cities-list li.city_available {
    font-weight: 500;
}

.cities-list li.city_preorder {
    color:#777;
}
.cities-list li.city_preorder:before {
    color: #ff8400;
}
.cities-list li.city_notavailable {
    color: #6D6D6D;
}

.open .cities-list {
    height: auto;
    display: block;
}
.open .cities-text:before {
    transform: rotate(90deg) scale(0.8);
    left: -24px;
}
.carreier-metod {
    margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c4c4c4;
}
.carreier-metod-title {
    padding-left: 30px;    
    position: relative;
    margin-bottom: 20px;
}
.carreier-metod-title:before {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px; 
    background-repeat: no-repeat;
    top: 3px;
}
.label_only_online {
    color: #6D6D6D;
    background-color: rgba(218, 190, 80, 0.12);
    padding: 7px 10px 5px 10px;
    font-size: 14px!important;
}
#only_online_order_notice .label_only_online {
    margin-bottom: 15px;
}
.shops-list {
    padding-left: 30px;
}
.shop-item {
    display: flex;
    margin-bottom: 10px;    
}
.shop-adress {
    width: 50%;
	font-weight: 600;
}
.pick-up-day {
    width: 22%;
    padding-left: 30px;
}
.work_time {
    width: 14%;
	color: #6D6D6D;
}
.post-delivery-block .pick-up-day {
    width: 34%;
}
.delivery-price {
    width: 16%;
}
.carreier-metod-title.self-delivery:before {
   background-image: url(../assets/img/new/Shipping-parcel-orange.svg); 
}
.carreier-metod-title.express-delivery:before {
   background-image: url(../assets/img/new/Shipping-self-orange.svg);
}
.carreier-metod-title.post-delivery:before {
   background-image: url(../assets/img/shipping-parcel.svg);
}
.today {
   color: var(--main-green); 
    position: relative;
}
.later {
   color: var(--main-green); 
    position: relative;
}
.today:before {
        content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-right: 2px solid var(--main-green);
    border-bottom: 2px solid var(--main-green);
    position: absolute;
    left: -20px;
    top: 1px;   
    transform: rotate(45deg) scale(1);

}
.later:before {
        content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-right: 2px solid var(--main-green);
    border-bottom: 2px solid var(--main-green);
    position: absolute;
    left: -20px;
    top: 1px;   
    transform: rotate(45deg) scale(1);

}
.tomorrow {
   color:  var(--main-green);
    position: relative;
}
.tomorrow:before {
        content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-right: 2px solid var(--main-green);
    border-bottom: 2px solid var(--main-green);
    position: absolute;
    left: -20px;
    top: 1px;   
    transform: rotate(45deg) scale(1);
}
.some-days {
    color: var(--main-color);
    position: relative;
}
.some-days:before {
        content: '';
    display: block;
    width: 5px;
    height: 11px;
    border-right: 2px solid var(--main-color);
    border-bottom: 2px solid var(--main-color);
    position: absolute;
    left: -20px;
    top: 1px;    
    transform: rotate(45deg) scale(1);

}
.no-avable, .delivery-price .not-avable{
    color: #6D6D6D;
    position: relative;
}
.no-avable:before {
    content: '×';
    display: block;
    color: #6D6D6D;
    position: absolute;
    left: -24px;
    top: -13px;
    font-size: 30px;    
}
.delivery-price .free {
    color: #6D6D6D;
	display: inline-block;
	background: rgba(50, 174, 31, 0.07);
	padding: 4px 0;
	text-align: center;
	width: 126px;
}
.delivery-price .not-free {
    color: var(--main-color);
	display: inline-block;
	background: rgba(255, 132, 0, 0.07);
	text-align: center;
	width: 126px;
	padding: 4px 0;
}

.offer-block {
    margin-bottom: 20px;
    margin-top: 25px;
    display: flex;
	flex-wrap: wrap;
}
.offer-block.is-reduction {
	margin-top: 45px;
}
.buy_and_credit {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 25px;	
}

.buy_and_credit.no-product {
	justify-content: flex-start;
}
.no-product .sd-product__buy {
	width: auto;
	margin-right: 50px;
	height: 50px;
}
.offer-block .sd-product__all_manufacturer span {
	width: 190px;
	display: inline-block;
	text-align: left;
	text-decoration: underline;
}
.bye-block {
    width: 100%;
	position: relative;
}
.motivation-block {
    padding-left: 30px;    
    width: 40%;
}
.is-warranty a {
    text-decoration: none;
    margin-left: 10px;
	color: #6D6D6D;
}
.sd-product__price-data .reduction {
    font-size: 15px;
	font-weight: 600;
    margin-right: 15px;
    padding: 5px 6px;
    background: #DA2549;
    color: #fff;
	display: inline-block;
}
div.sd-product__all_manufacturer {
    margin-top: 0;
}
.sd-product__motivation-item.is-compare {
    filter: grayscale(1); 
	margin-left: 25px;
	
}
.sd-product__motivation-item.is-compare:hover, .sd-product__motivation-item.is-compare.checked {
    filter: grayscale(0);    
}
/*
.sd-product__motivation-list .sd-product__motivation-item, .sd-product__payment-list .sd-product__payment-item:first-child {
    width: 150px;
}
.sd-product__motivation-list .sd-product__privilege-item, .sd-product__payment-list .sd-product__payment-item:nth-child(2) {
    width: 130px;
}
*/
.no-avb .sd-product__manufacturer-img {
    min-width: 170px;
	position: relative;
    top: 14px;
}
.offer-block .sd-product__all_manufacturer {
    position: relative;
    top: -20px;
}
.sd-product__info-column.is-full.not-avb {
    position: absolute;
    bottom: 0;
}
.sd-product__manufacturer-link-noavb {
	display: block;
    text-decoration: none;
}

div .thumbs-carousel .slick-slide.slick-current {
    border: 1px solid var(--main-color);
}
#product .is-text {
    margin-top: -10px;
    
}
#product .is-text .sd-layout {
    padding: 0;
}
#product .is-text h2 {
    margin: 20px 0;
    font-family: "Open Sans", sans-serif;
}
#product ul.greenmarker {
    margin-left: 25px;
    margin-bottom: 20px;
}
#cms #center_column .article-container li {
	font-size: 15px;
}
@media(max-width: 1520px) {
    .offer-block.no-avb {
        flex-wrap: wrap;
    }
    .no-avb .sd-product__buy {
        margin-bottom: 15px;
    }
    .no-avb .motivation-block  {
        padding-left: 0;
    }
  
}
    
@media(max-width: 1230px)  {
    .offer-block {
        flex-wrap: wrap;
        padding: 15px 14px 20px 15px;
    }
    .bye-block, .motivation-block {
    width: 100%;
    }
    .motivation-block {
        display: flex;
        margin-top: 15px;
        padding-left: 0;
        flex-wrap: wrap;
    }

     
    .sd-product__payment {
        margin-top: 15px; 
    }
    .sd-call__label {
        font-size: 12px;
        margin-right: 15px;
    }
    .sd-call__block #call_phone {
        padding: 9px 7px 9px;
        width: 165px;
    }
}
@media(max-width: 767px) {
   .description__container .col-50, .description__container .col-33, .description__container .col-66 {
        width: 100%;
    }
    .description__container .read-more {
        margin-bottom: 20px;
    }
    .full .read-more-container {
        margin-bottom: 20px;
    }
    .row > div {
        order: 2
    }
    .row .no-padding {
        order: 1;
    }
    .description__container .new-style h4 {
        font-size: 18px;
    }
    .description__container .no-border .col-66, .description__container .no-border .col-100, .description__container .no-border .col-33, .description__container .no-border .col-50 {
        padding: 0;
    }
    .extended-descr + .prod_add_desc {
        margin-top: -50px;
        margin-bottom: -30px;
    }
    .shop-item {
        flex-wrap: wrap;
		justify-content: space-between;
    }
    .shop-adress {
		width: 100%;
		padding-bottom: 10px;
    }
        .pick-up-day {
        width: 40%;
        padding-left: 25px;
    }
    .work_time {
        width: 24%;
    }
    .delivery-price {
        width: auto;
		position: relative;
		top: -3px;
    }
    .shops-list {
        padding-left: 0px;
    }
   .sd-product__motivation-list .sd-product__motivation-item, .sd-product__payment-list .sd-product__payment-item:first-child {
        margin-right: 10px;
    }   
  

    #product .is-text h2 {
		text-align: left;       
		font-size: 16px; 
	}
	.top-text-block {		
		margin-bottom: 20px;
		margin-top: 30px;
    	padding-bottom: 10px;
	}
	.is-text {
		margin-bottom: 30px;
	}
}

/* cart - 17-02-2022 -  монобанк \ приватбанк */

.online_disabled {
	background-color: #F4F4F4;
	padding: 16px 20px;
	cursor: pointer;
}
.online_disabled span, .online_disabled span.form-container--comment {
	color: #c4c4c4!important;
}
.online_disabled .sd-popup--checkbox-fake {
	opacity: 0.8;
}
.online_disabled .online-select {
	display: none;
}

.product_online_disabled {
	background-color: #fafafa;
}
.product-card__online_disabled {
	background-color: #f3f3f3;
	padding: 10px;
	
}
.not-in-stock-price .sd-product__price.not-in-stock {
	margin-left: 0;
}
.not-in-stock-price .sd-product__price.is-old {
	margin-left: 0;
	margin-top: 10px;
}
.sd-tabs__container p.prod_add_desc {
	font-size: 15px;
	color: #6D6D6D;
	line-height: 20px;
}
.post-delivery-block .shop-adress {
	font-weight: 400;
	position: relative;
}
.post-delivery-block .shop-adress:before {
	content: '';
    position: absolute;
    left: -30px;
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    top: 0px;
}
.post-delivery-block .shop-adress.new-post:before {
	background-image: url(../assets/img/new/NovaPoshta.svg);
}
.post-delivery-block .shop-adress.ukr-post:before {
	background-image: url(../assets/img/new/Ukrposhta.svg);
}
.post-delivery-block .shop-adress b {	
	display: block;
	margin-top: 10px;
}
.post-delivery-block .shop-item {
	margin-bottom: 20px;
	align-items: flex-end;
}
.finish-order--order-sum p .total_product span, .finish-order--order-sum p .cart_total_voucher span {
		font-size: 12px;
}
.delivery-details--txt span {
    
    display: inline-block;
}
/*contact-page*/
.inet-shop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 50px;
}
.contact-item-25 {
    width: auto;
    display: flex;
}
.inet-shop-container a {
    text-decoration: none;
}
.contact-item-icon {
    width: 30px;
    position: relative;
    top: 8px;
}
.contact-item-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
.contact-item-20 {
    width: auto;
    display: flex;
}
.contact-item-30 {
    width: auto;
}
.contact-item-text-grey, .contact-item-text-grey a {
    color: #6D6D6D;
}
.contact-social-block a {
    margin-right: 20px;
}
.article-content_txt .h1 {
    font-weight: 400;
    font-size: 30px;
}
.shops-wraper {
    display: flex;
}
.store-tabs {
    width: 355px;
    margin-right: 56px;
}
.contact-info_txt{
    width: 45%;
    padding-right: 30px;
}

.contact-info{
    display: flex;
}
.contacts-gallery a {
    width: 24%;
    display: block;    
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0 10px;
}

.contacts-gallery img{
    display: inline-block;
    height: auto;    
    max-width: 100%;
}
.contact-map_wrap{
    width: 55%;
}
.contact-map_wrap iframe{
    width: 100%;
}
.contact_city{
    color: var(--main-color);
    font-size: 24px;
    line-height: 24px;
    margin-top: 0;
	font-weight: 400;
}
.contact_adress:before{
    content: '';
    background: url(/themes/dilecta/assets/img/new/Shipping-self-orange.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: block;
	margin-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
}
.contact_adress{
    font-weight: 600;
    font-size: 18px;
	padding-right: 15px;
    position: relative;
}
.contact_adress .grey {
    font-weight: 400;
    color: #6D6D6D;
    padding-left: 30px;
    display: inline-block;
}
.address_notes {
    position: relative;
    margin-left: 30px;
    padding: 8px 16px;
    background: rgba(255, 132, 0, 0.07);
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.address_notes:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -32px;
    display: block;
    background-image: url("/themes/dilecta/assets/img/new/raphael_lamp.svg")
}
.contact_warning{
    width: 640px;
    max-width: 100%;
    font-size: 15px;
	margin-top: 20px;
    margin-bottom: 20px;
}
.contact_metro{
    font-size: 18px;
    line-height: 35px;
    position: relative;
    padding-left: 30px;
}
.contact_metro:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../assets/img/new/metro.svg) 0 50% no-repeat;
    left: 0;
    top: 6px;
}
#cms #center_column .contact_metro ul{
    list-style: none;
    margin: 0;
    padding: 7px 0 0 0px;
}
#cms #center_column .contact_metro li{
    margin-left: 0;    
    padding-left: 0;
    margin-bottom: 3px;
}
.contact_phones{
    display: flex;
    flex-wrap: wrap;
    width: 420px;
    justify-content: space-between;
	
}
.contacts-gallery_container {
		margin-top: 25px;
	}
.contact_phones .sd-shops__phone{
    font-size: 18px;
}

.contacts-gallery_title{
    font-size: 18px;
    line-height: 25px;
    color: #C4C4C4;
}
.title_block.shops-page {
	font-size: 24px;
	margin-top: 40px;
	
}
#cms .contact-container .flickity-viewport {
    overflow: hidden;
    width: 92%;
    margin-left: 3%;
}
.contact-container .flickity-prev-next-button {
    top: 43%;
}
div.contact-container .flickity-prev-next-button.previous {
    left: 0px;
}
div.contact-container .flickity-prev-next-button.next {
    right: 0px;
}
.list-group-item {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #C4C4C4;
    cursor: pointer;
}
.list-group-item:hover, .list-group-item.active {
    background: rgba(255, 132, 0, 0.07);
}
.list-group-item:before {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("/themes/dilecta/assets/img/new/ArrowOrange.svg");
    position: absolute;
    right: 10px;
    top: 45%;
    transform: rotate(90deg);
}
.list-group-item .store-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    
}
.contact-container {
    visibility: visible;
    height: 0;
    overflow: hidden;
}
.contact-container.active {
    visibility: visible;
    height: auto;  
    
}
.contact_adress .store-title-address {
    color: #232121;
    display: inline-block;
    padding-left: 30px;
}
.contact-mobile-title {
    display: none;
}
@media(max-width: 1399px) {
    .contact-item-20, .contact-item-25, .contact-item-30 {
        width: 50%;
        margin-bottom: 20px;
    }
    .inet-shop-container {
        padding-bottom: 30px;
        
    }
}
@media(max-width: 1199px) {
    .sd-cart>.sd-layout:first-child {
        padding: 0 30px;
    }
    
    .sd-cart--product>div.product-card__info-icon {
        margin: 0 20px 0 0;
    }
}
@media(max-width: 1025px) {
    .sd-cart--product>div:last-child {
        width: 40%;
    }
}
@media(max-width: 1024px) {
    .sd-tabs__container h2 {
        margin-bottom: 15px;
    }
    .fr-review__header {
        padding: 15px 0 25px;
    }
    .fr-review__item {
        padding: 15px 0;
    }
    .fr-review__footer {
        padding: 20px 0;
    }
    .sd-tabs__body.is-for-tab {
        margin-bottom: 20px;
    }
    .sd-tabs__container p.prod_add_desc {
        margin-top: 0;
    }
    .is-instruction, .is-wholesale, .is-text {
            margin-top: 0px;
    }
    .read-more-container {
        height: auto;
    }
    .description__container .row {
        margin-bottom: 0;
    }
	.product-slider.slick-slider {
	
		touch-action: auto;
	}
	.article-content_txt p {
		font-size: 14px;
		margin-top: 10px;
    	margin-bottom: 10px;
	}
	.delivery-price .free, .delivery-price .not-free {
		width: 90px;
	}
	.descr-short li {
		font-size: 12px;
	}
	h1.category-products--title {
		font-size: 18px;
		padding: 0 15px;
    	text-align: left;
	}
	 
	.finish-order--order-sum p:last-of-type span {
		font-size: 18px;
	}
	.finish-order--order-sum p:last-of-type span span {
		font-size: 15px;
	}
	.contact-container .sd-shops__phone .extra-phone-number {
		font-size: 12px;
	}
	.is-text p.service-center_city {
		font-size: 16px;
		position: relative;
		padding-left: 30px;
	}
	.service-center_city:before {
		margin-left: 0;
		position: absolute;
		left: 0;
		top: 12px;
	}
	#cms #center_column .service-center_adres ul {
		
		margin-left: 15px;
	}
	#cms #center_column .service-center_adres li, .service-center_adres strong {
		font-size: 14px;
	}
	.article_title, .article_title a {
		font-size: 16px;
	}
	.article_summary, .article_link {
		font-size: 14px;
	}
	.sd-main-nav__item {
		    margin: 0 15px;
	}
	.sd-footer__logo-img {
		width: 225px;
	}
	.sd-footer_card {
		bottom: 25px;
		right: -10px;
	}
	.onlineform {
        font-size: 12px;
    }  
	.sd-product__privilege-item, .sd-product__best-price-item {
		margin-right: 10px;
	}
	.buy_and_credit {
		margin-bottom: 20px;		
	}
	.offer-block {
		padding: 15px 15px 0px 15px;
	}
	.carreier-block {
		margin-top: 0;
	}
	.cities-block {
		width: calc(100% + 30px);
    	margin-left: -15px;
	}
	.cities-list {
		width: 287px;
		right: 16px;
		top: 45px;
	}
	.post-delivery-block .shop-adress {
		margin-left: 30px;
	}
	.post-delivery-block .shop-item {
		align-items: stretch;
		justify-content: space-between;
	}
	.no-product .sd-product__buy {
		margin-right: 20px;
	}
	.offer-block .sd-product__all_manufacturer {
		position: static;
	}
	div.sd-product__all_manufacturer {
		margin-top: 10px;
	}
	.sd-product__manufacturer-link-noavb {
		display: flex;
	}
	.no-avb .sd-product__manufacturer-img {
		top: 0;
	}
	.category-filter--header {
		background-position: 15px 14px;
	}
	.category-filter__toggle {
        width: 100%;
        padding: 3px 0 5px 40px;
        background-size: 18px;
        margin-left: -40px;
	}
	.offer-block {
		margin-top: 10px;
	}
	.waranty-page .top-text-block h1 {
		margin-bottom: 20px;
	}
	.is-text h2 {
		font-size: 16px;
	}
	.service-centres {
		padding-left: 15px;
	}
	#cms #center_column .article-container li {
		font-size: 14px;
	}
	.contact-map_wrap {
		margin-top: 10px;
	}
	.contacts-gallery {
		margin-top: -10px;
	}
	.contact-container {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	#order-opc .shopping-cart-products .sd-cart--product {
		padding: 10px;
        margin-bottom: 3px;
	}
	.sd-cart-product--quantity {
		padding-left: 30px;
		margin-top: 15px;
	}
	#opc_account_form p {
		margin: 10px 0;
	}
	div.sd-container.homefeatureddiv {
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.online_disabled {
		background: #fff;
		padding: 5px 20px;
	}
    .descr-short li:before {
        margin-right: 7px;
    }
    .post-delivery-block .shop-adress {
        display: flex;
        font-weight: 700;
    }
    .post-delivery-block .shop-adress b {
        margin-top: 0;
        margin-left: 5px;
        text-transform: lowercase;
        font-weight: 400;
    }
    .post-delivery-block .shop-adress b:before {
        content: '('; 
    }
    .post-delivery-block .shop-adress b:after {
        content: ')';
    }
     .contact-mobile-title {
        display: block;
        position: relative;
        padding: 15px 0;
        border-bottom: 1px solid #C4C4C4;
    }
    .contact-mobile-title .store-name {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
    }
    
    .contact-mobile-title :before {
        content: '';
        display: block;
        width: 12px;
        height: 6px;
        background-image: url(/themes/dilecta/assets/img/new/ArrowOrange.svg);
        position: absolute;
        right: 10px;
        top: 45%;
        transform: rotate(180deg);
    }
    .store-tabs {
        display: none;
    }
    .contact-container {
        height: auto;
    }
    .is-article-page .article-content_txt h1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
    }
    .contact-item-title {
        font-size: 18px;
        font-weight: 600;
    }
    .inet-shop-container {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .contacts-gallery a {
        width: 40%;
    }
    .contact-map_wrap {
        width: 100%;
    }
    .contact-contet {
        
        height: 0;
        overflow: hidden;
    }
    .open .contact-contet {
        height: auto;
        padding-top: 20px;
    }
    .contact-container, .contact-container.active {
        padding: 0;
        margin: 0;
    }
    div.article-content_txt {
    margin-bottom: 40px;
}
    .open .contact-mobile-title {
        border-bottom: none;
        
    }
    .open .contact-mobile-title:before {
        transform: rotate(0deg);
    }
    .open .contact-mobile-title .store-name {
        color: var(--main-color);
    }
    .contact-info_txt .contact_city {
        display: none;
    }
    .contact_metro {
        line-height: 24px;
    }
}
@media(max-width: 767px){
    .sd-cart-product--name .cart__product_name {
        margin-top: 0;
    }
    .sd-cart--product>div.product-card__info-icon {
        margin: 0;
        display: flex;
        width: 60%!important;
    }
    .info-icon+.info-icon {
        margin-top: 0;
        margin-left: 10px;
        
    }
    .sd-cart--product>div:last-child {
        width: 60%;
        margin-top: 15px;
    }
   
    .product-cell {
        width: 200px;
    }
    #manufacturers_list li {
        margin: 0 auto;
    }
    .manufacturer-lists .button {
        margin-top: 10px;
    }
    #index .title {
        font-size: 18px;        
        margin-bottom: 15px;
    	color: #232121;
    }
	.payment_option .select-title {
		display: block;
		margin-bottom: 10px;
		font-size: 14px;
	}
    .offer-block .sd-product__all_manufacturer span {
        width: calc(100% - 140px)
    }
    .no-avb .sd-product__manufacturer-img {
        min-width: 140px;
        margin-right: 0;
    }
    .product-card__image .limited_offer_block img{
        max-width: 50px;
    }
    .sd-product__images .limited_offer_block {
       bottom: 45px;
    }
    .article-content_txt .h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        
    }
    .contact-item-20, .contact-item-25, .contact-item-30 {
        width: 100%;
        
    }
    .contact-info_txt {
        width: 100%;
        padding-right: 10px;
    }
    .store-info-container {
        width: 100%;
    }
    .contact_phones .sd-shops__phone {
        font-size: 15px;
    }
    .contact_metro {
        font-size: 15px;
    }
    #cms .contacts-gallery_container .flickity-viewport {
    min-height: 150px!important;
    }
    .contacts-gallery_container .flickity-prev-next-button .flickity-button-icon {
        display: none;
    }
    div.contact-container .flickity-prev-next-button {
        display: none; 
    }
    .contacts-gallery a {
        margin: 0;
    }
    #cms .contact-container .flickity-viewport {
        width: 100%;
        margin-left: 0;
    }
    .product-card__header {
        align-items: flex-start;
    }
    .product-card__label {
        flex-wrap: wrap;
    }
    .product-card .product-label:nth-child(2) {
        margin-top: 5px;
    }
}
@media(max-width: 480px) {
    .sd-cart .cart-product--container img {
    width: 90px!important;
}
      .sd-cart--product>div:last-child {
        width: 100%;
    }
    .fs-shop__phones {
        column-count: 1;
    }
    .sd-shops__phones_svet {
        margin-bottom: 15px;
    }
}
.sd-shops__phones_svet {
    font-size: 10px;
    background: #ff840017;
    color: #6D6D6D;
    padding: 5px 10px;
    font-weight: 600;
    max-width: 200px;
    margin-left: 32px;
    margin-top: -5px;
    white-space: normal;
    border-left: 4px solid #fe8300;
}
.sd-shops__phones_svet span {
    display: block;
    
}
.sd-shops__phones_svet.header_modile-02 {
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 15px;
    max-width: 100%;
} 
.sd-shops__phones_svet.shops-list-03 {
    padding: 5px 15px;
    font-size: 12px;
}
.sd-shops__phones_svet.shops-page-04 {
    padding: 5px 15px;
    font-size: 10px;
}

/*04-01-2022 - mode_note*/
.sd-shops__shop .mode_note {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
    background-color: #da2549;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin-left: 32px;
    font-weight: 600;
}
.shop-adress .mode_note {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
    background-color: #da2549;
    padding: 5px 15px 5px 15px;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
}
.sd-tabs__container .mode_note {
    display: inline-block;
    font-size: 0.8em;
    color: #fff;
    background-color: #da2549;
    padding: 5px 10px 5px 10px;
    margin-top: 10px;
    margin-left: 32px;
    font-weight: 600;
}

.contact-info .mode_note {
    display: inline-block;
    font-size: 0.9em;
    color: #fff;
    background-color: #da2549;
    padding: 5px 15px 5px 15px;
    margin-top: 1px;
    margin-left: 32px;
    font-weight: 600;
}
/*change 02.07 START*/
.inet-shop-container {
    border-bottom: none;
}
.other-phones {
    margin-top: 30px;
    margin-left: -30px;
}
.sd-cart-product--prise .old_price {
    color: #6D6D6D;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    margin: 0;
    display: inline-block;
    top: 20px;
}
.sd-cart-product--prise .old_price:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    background: #DA2549;
}
.sd-cart-product-old-price {
    display: inline-block;
    margin: 0;
    position: relative;
    color: #6D6D6D;
}
.sd-cart-product-old-price:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 10px;
    background: #DA2549;
}
.sd-popup--product .price-block {
    text-align: center;
}
#carrier_area .select2-container--default .select2-selection--single {
    border-radius: 0;
    height: 50px;
    padding-left: 5px;
    max-width: 100%;
    border: 1px solid #c4c4c4;
    margin-top: 0;
}
#carrier_area .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 50px;
    color: #232121;
    line-height: 50px;
}
#carrier_area .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    background-image: url(/themes/dilecta/assets/img/new/arrow-down-black.svg);
    display: block;
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    left: -1px;
    top: 20px;
}
@media(max-width: 768px) {
    #carrier_area .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        line-height: 36px;
    }
    #carrier_area .select2-container--default .select2-selection--single {
        width: calc(100% + 70px) !important;
        margin-left: -30px;
    }
    #carrier_area .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: -30px;
    }
}