html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

em {
    font-style: italic;
}

:focus {
    outline: 0;
}

.clr {
    border: medium none;
    clear: both;
    display: block;
    float: none;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.fa {
    line-height: 24px;
    font-size: .875em;
}
html, body {
    height: 100%;
    min-height: 100%;
}
body {
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #000000;
	position: relative;
}

h1 {
    font-weight: 700;
    font-size: 1.875em;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #1C8C62;
    margin: 0 0 55px;
}
h2 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 33px;
    color: #F8710E;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
h3 {
    font-size: 1.125em;
    font-weight: 700;
    color: #000000;
    margin: 25px 0;
}
a {
	color: #1C8C62;
    outline: none;
}
a:hover {
    color: #63DCAF;
    text-decoration: none;
}
a:target {
    color: #000;
}
ul {
    list-style: none;
}
img {
    max-width: 100%;
}
hr {
    border: 2px dotted #000000;
    border-style: none none dotted;
    color: #fff;
    background-color: #fff;
    margin: 25px 0;
}
strong {
    font-weight: 700;
}

.centerBlock {
	width: 100%;
	max-width: 1340px;
	margin: 0 auto;
    position: relative;
}
.toppanel {
    height: 40px;
    background-color: #F8710E;
}
.toppanel .centerBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toppanel .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.toppanel .menu > li > a {
    display: block;
    color: #ffffff;
    line-height: 40px;
    margin-right: 40px;
    text-decoration: none;
    white-space: nowrap;
}
.toppanel .menu > li.active > a,
.toppanel .menu > li > a:hover {
    color: #ECCF96;
    text-decoration: underline;
}

.toppanel .menu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    background-color: #fff;
    border-radius: 0 30px 30px 30px;
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    z-index: 2;
}
.toppanel .menu li > ul > li > ul {
    top: 0;
    left: 97%;
}
.toppanel .menu li:hover > ul {
    display: block;
}
.toppanel .menu li {
    position: relative;
}
.toppanel .menu li ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1C8C62;
    position: absolute;
    left: 0;
    top: 9px;
}
.toppanel .menu li ul li {
    padding-left: 12px;
    margin-bottom: 7px;
}
.toppanel .menu li ul li .separator {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
}
.toppanel .menu li ul li a {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}
.toppanel .menu li ul li:hover::before {
    background-color: #000000;
}
.toppanel .menu li ul li:hover > a {
    color: #1C8C62;
    text-decoration: underline;
}

.header {
    position: relative;
}
.header::before,
.header::after {
    content: '';
    background-image: url(../images/i20_bg_header.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 255px;
    height: 168px;
    position: absolute;
    top: 20px;
    z-index: 0;
}
.header::before {
    left: 20px;
}
.header::after {
    right: 20px;
}
.header .centerBlock {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header_col:first-child {
    flex: none;
}
.custom_logo {
    margin-top: 20px;
}
.custom_city {
    margin-left: 85px;
    margin-right: 120px;
}
.custom_city > a {
    background-image: url(../images/i20_ico_city.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    font-weight: 600;
    line-height: 22px;
    color: #1C8C62;
    text-decoration: none;
    white-space: nowrap;
}
.custom_city > a:hover {
    text-decoration: underline;
}

.popup_city {
    position: absolute;
    background-color: #fff;
    padding: 20px 15px;
    z-index: 2;
    top: 55px;
    display: none;
    border-radius: 0 30px 30px 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    width: 470px;
}
.popup_city span {
    color: #575652;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}
.popup_city a {
    color: #1C8C62;
    font-weight: 600;
    border-bottom: 1px dashed #1C8C62;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 7px;
}
.popup_city a:hover {
    border-bottom-color: transparent;
}
.popup_city p {
    color: #575652;
    line-height: 14px;
    margin-bottom: 10px;
}
.popup_city em {
    font-size: 1em;
    font-style: normal;
}

.mod_text {
    padding-left: 20px;
    margin-top: 15px;
    color: #666666;
    line-height: 24px;
}
.mod_text a {
    font-size: 1.125em;
    font-weight: 600;
    color: #1C8C62;
    text-decoration: none;
    border-bottom: 1px dashed #1C8C62;
    white-space: nowrap;
}
.mod_text a:hover {
    border-bottom-color: transparent;
}
.header_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.top_contacts_col:first-child {
    margin-right: 50px;
}
.custom_phones {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.top_social_title {
    color: #9F9B9B;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 5px;
    /*text-align: center;*/
}
.top_social_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.top_social_btns a {
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #F8710E;
}
.top_social_btns a:hover {
    background-color: #FF0000;
}
.top_social_btns a i {
    color: #ffffff;
}
.top_social_btns a:hover i {
    color: #ffffff;
    text-decoration: none;
}
.top_social_btns .social_more a {
    background-image: url(../images/i20_social_more.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0;
}
.top_social_btns .zen a {
    background-image: url(../images/i20_ico_zen.png);
    background-position: center;
    background-repeat: no-repeat;
}
.bottom_text .top_social_btns .zen a {
    background-image: url(../images/i20_ico_zen2.png);
}
.social_more_popup {
    position: absolute;
    background-color: #fff;
    padding: 8px;
    z-index: 2;
    display: none;
    border-radius: 0 30px 30px 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    right: -8px;
    top: 30px;
}
.social_more_popup p {
    display: block;
    margin-bottom: 7px;
}
.social_more_popup p:last-child {
    margin-bottom: 0;
}
.social_more_popup p a {
    margin-right: 0;
}


.top_phone_number {
    color: #1C8C62;
    font-size: 1.25em;
    font-weight: 700;
    text-decoration: none;
    line-height: 27px;
    white-space: nowrap;
}
.top_phone_number:hover {
    text-decoration: underline;
}
.callback_btn {
    display: block;
    color: #ffffff;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    padding: 0 11px;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
}
.callback_btn:hover {
    color: #fff;
}
.top_email {
    color: #1C8C62;
    font-weight: 600;
}

.mod_cart {
    background-image: url(../images/i20_ico_cart.png);
    background-position: left center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 90px;
    height: 50px;
    margin-left: 40px;
    margin-top: 10px;
    line-height: 22px;
}
.hidden_cart {
    display: none;
}
.mod_cart_link {
    color: #FF0000;
}
.mod_cart_link:hover {
    text-decoration: none;
}
.cart_price {
    color: #000;
    font-weight: 700;
}

.header_bottom {
    padding-left: 85px;
}
div.small_search {
    width: 100%;
    height: 46px;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
}
div.small_search input.inputbox {
    width: 100%;
    height: 46px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #9F9B9B;
    padding: 0 23px;
    border: 2px solid #1C8C62;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div.small_search input.button {
    width: 50px;
    height: 46px;
    border: 0;
    background-color: transparent;
    background-image: url(../images/i20_ico_search.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.subcatnav {
    background-color: #1C8C62;

}
.subcatnav .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subcatnav .menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    position: relative;
}
.subcatnav .menu li .separator {
    color: #ECCF96;
    font-weight: 600;
    text-align: center;
    cursor: default;
    padding: 0 15px;
    background-image: url(../images/i20_separator.png);
    background-position: left top;
    background-repeat: repeat-y;
}
.subcatnav .menu li:first-child .separator {
    background-image: none;
}
.subcatnav .menu li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 73px;
    background-color: #fff;
    border-radius: 0 30px 30px 30px;
    padding: 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    z-index: 11;
}
.subcatnav .menu li:hover ul {
    display: block;
}
.subcatnav .menu li ul li {
    margin-bottom: 7px;
    padding-left: 12px;
    position: relative;
}
.subcatnav .menu li ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1C8C62;
    position: absolute;
    left: 0;
    top: 9px;
}
.subcatnav .menu li ul li a {
    color: #000;
    line-height: 22px;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
}
.subcatnav .menu li ul li:hover::before,
.subcatnav .menu li ul li.active::before {
    background-color: #000000;
}
.subcatnav .menu li ul li:hover a,
.subcatnav .menu li ul li.active a {
    color: #1C8C62;
    text-decoration: underline;
}

.pricequality {
    height: 59px;
    background-image: url(../images/i20_bg_slogan.png);
    background-position: left center;
    background-repeat: repeat-x;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.875em;
    font-weight: 700;
    text-shadow: 0 4px 10px rgba(248, 113, 14, 0.5);
    line-height: 59px;
}


.slider {
    position: relative;
    /*height: 600px;*/
    overflow: hidden;
}
.slider_item {
    float: left;
    width: 100%;
    /*height: 600px;*/
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider_item.linked {
    cursor: pointer;
}
.slider_item img {
    width: 100%;
}
.slider_item .centerBlock {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
}
.slider_wrap {
    position: relative;
    /*height: 600px;*/
}
.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 70px;
}
.slick-dots li {
    width: 16px;
    height: 16px;
    margin-left: 13px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ECCF96;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #F8710E;
}
.slider .slick-prev {
    display: block;
    height: 90px;
    width: 50px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/slider_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 40%;
    left: 7%;
    border: 0;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider .slick-next {
    display: block;
    height: 90px;
    width: 50px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/slider_nav.png);
    background-position: center 1px;
    background-repeat: no-repeat;
    top: 40%;
    right: 7%;
    border: 0;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.site_title {
    width: 100%;
    max-width: 1390px;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 100px;
    margin: -50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.site_title h1 {
    text-transform: uppercase;
    color: #F8710E;
    font-size: 2.25em;
    font-weight: 700;
    margin-top: 30px;
}
.main_catalog {

}
.main_catalog h2 {
    text-align: center;
    color: #1C8C62;
    font-size: 1.875em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 41px;
    margin-bottom: 55px;
}
.catalog_categories {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.catalog_categories > div {
    width: 33%;
    max-width: 291px;
    /*margin-right: 50px;*/
}
.catalog_categories > div:nth-child(4n) {
    margin-right: 0;
}
.catalog_categories_title {
    position: relative;
    width: 100%;
    max-width: 291px;
    height: 291px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.catalog_categories_title h3 {
    position: absolute;
    width: 100%;
    min-height: 65px;
    margin: 0;
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    border-radius: 0 0 30px 30px;
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog_categories ul {
    margin: 15px 0 30px;
}
.catalog_categories ul li {
    position: relative;
    list-style: none;
    line-height: 24px;
    padding-left: 20px;
}
.catalog_categories ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 9px;
}
.catalog_categories ul li a {
    font-size: .875em;
}
.all_catalog_link {
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
    border-radius: 0 30px 30px 30px;
    flex: none;
    width: auto !important;
    max-width: none !important;
    margin-top: 167px;
    margin-left: 320px;
    margin-right: 0 !important;
}
.all_catalog_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 620px;
    height: 124px;
    background-image: url(../images/i20_ico_allcatalog.png);
    background-position: 29px center;
    background-repeat: no-repeat;
    padding-left: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 1.875em;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.all_catalog_link a span {
    display: block;
    font-size: 1.6em;
    text-transform: uppercase;
}
.mainmod_title {
    font-size: 1.5em;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin: 35px 0;
}
.mainmod_link {
    /*font-size: 1.125em;*/
}
.popular_slider {
    width: 100%;
    border: 2px solid #F8710E;
    border-radius: 30px;
    padding: 40px 35px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popular_item {
    width: 20%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    position: relative;
}
.ico_module_image {
    background-image: url(../images/ico_exclusive.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
}
.ico_module_discount {
    background-image: url(../images/ico_discount.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;
}
.ico_mod_novinki {
    top: 55px;
}
.popular_price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7px;
}
.popular_price span {
    font-size: 1.25em;
    font-weight: 700;
    color: #1C8C62;
    white-space: nowrap;
    display: inline-block;
}
.popular_price span.item_oldprice {
    color: #979797;
    font-size: 1.125em;
    margin-left: 3px;
    white-space: nowrap;
}

.popular_slider_wrap,
.novinki_slider_wrap {
    position: relative;
}
.popular_slider .slick-list {
    overflow: hidden;
}
.popular_slider .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.popular_slider a span {
    display: block;
    width: 165px;
    height: 165px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0 auto 7px;
    position: relative;
}
.popular_slider a span .ico_new {
    background-image: url(../images/ico_new.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 50px;
    height: 52px;
    /*position: absolute;
    left: 0;
    top: 0;*/
}
.popular_slider .slick-prev {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #fff;
    font-size: 0;
    background-image: url(../images/i20_popular_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 29%;
    left: -65px;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popular_slider .slick-next {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0;
    background-color: #fff;
    background-image: url(../images/i20_popular_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 29%;
    right: -65px;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.popular_slider .slick-prev:hover,
.popular_slider .slick-next:hover {
    border: 2px solid #F8710E;
}

.rekomend_slider {
    width: 100%;
    border: 2px solid #1C8C62;
    border-radius: 30px;
    padding: 40px 35px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rekomend_item {
    width: 33%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.rekomend_slider_wrap {
    position: relative;
}
.rekomend_slider .slick-list {
    overflow: hidden;
}
.rekomend_slider .slick-track {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.rekomend_img {
    flex: none;
    width: 165px;
    height: 165px;
    margin-right: 15px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
}
.rekomend_descr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}
.rekomend_descr p {
    margin: 15px 0;
}
.rekomend_price .item_oldprice {
    margin-left: 10px;
}
.rekomend_slider .slick-prev {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #fff;
    font-size: 0;
    background-image: url(../images/i20_rekomend_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 29%;
    left: -65px;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rekomend_slider .slick-next {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0;
    background-color: #fff;
    background-image: url(../images/i20_rekomend_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 29%;
    right: -65px;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.rekomend_slider .slick-prev:hover,
.rekomend_slider .slick-next:hover {
    border: 2px solid #1C8C62;
}
.advantages {
    background-color: #ECCF96;
    position: relative;
    padding: 1px 0 50px;
    margin: 70px 0 50px;
}
.advantages::before,
.advantages::after {
    content: '';
    background-image: url(../images/i20_bg_advantages.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 155px;
    position: absolute;
    top: 100px;
    z-index: 0;
}
.advantages::before {
    left: 3%;
}
.advantages::after {
    right: 3%;
}
.advantages .mainmod_title {
    margin-top: 25px;
    margin-bottom: 65px;
}
.advantages ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    position: relative;
    z-index: 1;
}
.advantages ul span {
    display: block;
    margin-top: 20px;
    padding: 0 50px;
}
.advantages ul a {
    color: #000000;
    text-decoration: none;
}
.advantages ul a:hover {
    color: #1C8C62;
    text-decoration: underline;
}
.advantages ul a img {
    height: 100px;
}
.interesting ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}
.interesting ul li {
    width: 185px;
}
.interesting ul li a {
    color: #000;
    text-decoration: none;
}
.interesting ul li a:hover {
    color: #1C8C62;
    text-decoration: underline;
}
.interesting ul li span {
    display: block;
    width: 185px;
    height: 185px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin: 0 auto 15px;
    border: 2px solid #ffffff;
}
.interesting ul li a:hover span {
    border: 2px solid #1C8C62;
}
.main_content .centerBlock {
    border-top: 2px dotted #000000;
    padding-top: 40px;
    margin-top: 50px;
}
.our_stores {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
.stores_item {
    width: 30%;
    max-width: 400px;

}
.stores_item a {
    width: 100%;
    height: 100px;
    background-color: rgba(245, 227, 203, 0.5);
    background-image: url(../images/i20_bg_store.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    padding-left: 93px;
    padding-right: 18px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 0 30px 30px 30px;
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
.stores_item a:hover,
.stores_item a.active {
    background-color: #ECCF96;
}

.main_content p {
    margin: 22px 0;
}
.textblock p {
    margin-bottom: 22px;
    line-height: 22px;
}
.textblock ul,
.textblock ol {
    margin-left: 25px;
    margin-bottom: 25px;
}
.textblock ul li {
    position: relative;
    padding-left: 20px;
    line-height: 24px;
    list-style: none;
}
.textblock ul li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1C8C62;
    position: absolute;
    left: 0;
    top: 9px;
}
.textblock ol {
    counter-reset: indcounter;
}
.textblock ol li {
    list-style: none;
    line-height: 24px;
}
.textblock ol li:before {
    counter-increment: indcounter;
    content:counter(indcounter)'.';
    color: #1C8C62;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}
.textblock img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.textblock .bigvideo {
    margin-bottom: 45px;
}
.textblock .bigvideo iframe {
    width: 100%;
}
.textblock .smallvideo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.textblock .smallvideo {
    margin-bottom: 45px;
}
.textblock .smallvideo iframe {
    width: 31%;
}
.textblock .citata {
    margin: 45px 0;
    padding: 20px 60px 20px 110px;
    background-color: rgba(245, 227, 203, 0.5);
    background-image: url(../images/i20_bg_citata.png);
    background-position: 24px center;
    background-repeat: no-repeat;
    border-radius: 0 30px 30px 30px;
}
.textblock .item_gallery_wrapper {
    width: 100%;
    overflow: hidden;
    margin: 45px auto;
    position: relative;
}
.textblock .item_gallery {
    width: 100%;
    height: 800px;
    margin-bottom: 35px;
    position: relative;
}
.textblock .item_gallery .gallery_image {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.textblock .item_gallery .active {
    display: block;
}
.textblock .item_gallery .gallery_image img {
    display: none;
}
.textblock .thumbs {
    height: 135px;
}
.textblock .thumbs .thumbs_wrapper {
    overflow: hidden;
}
.textblock .thumb_image {
    float: left;
    width: 180px;
    height: 135px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 35px;
}
.textblock .thumb_image img {
    display: none;
}
.textblock .item_gallery_nav {
    display: block;
    height: 90px;
    width: 50px;
    text-indent: -9999px;
    background-color: transparent;
    background-image: url(../images/slider_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 38%;
    left: 3%;
    border: 0;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textblock .item_gallery_nav.next {
    background-position: center 1px;
    left: auto;
    right: 3%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.textblock table {
}
.textblock table tr:nth-child(odd) {
    background-color: #ECCF96;
}
.textblock table td {
    padding: 7px 15px;
}

.main_tabs {
    margin: 45px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main_tabs a {
    font-size: 1.5em;
    color: #000;
    line-height: 33px;
    margin-right: 25px;
    text-decoration: none;
    border-bottom: 2px dotted #000000;
}
.main_tabs a:hover,
.main_tabs a.active {
    color: #1C8C62;
    border-bottom: 2px dotted #ffffff;
}
.tab_text {
    position: relative;
    width: 100%;
    min-height: 200px;
}
.tab_preloader {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.1);
    background-image: url(../images/grey_preloader.gif);
    background-position: center 50px;
    background-repeat: no-repeat;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.main_text_block {
    margin: 25px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.main_text_block_image {
    width: 180px;
    margin-right: 35px;
    flex: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.main_text_block_image img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.main_text_block_text strong {
    display: block;
    font-size: 1.125em;
    margin-bottom: 30px;
}
.main_links {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main_links a {
    display: block;
    margin-bottom: 20px;
}
.main_links .main_akcii_link {
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
    border-radius: 0 30px 30px 30px;
}
.main_links .main_akcii_link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 615px;
    height: 124px;
    background-image: url(../images/i20_ico_akcii.png);
    background-position: 29px center;
    background-repeat: no-repeat;
    padding-left: 160px;
    text-align: center;
    text-decoration: none;
    font-size: 1.875em;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main_links .main_akcii_link a span {
    display: block;
    font-size: 1.6em;
    text-transform: uppercase;
}
.main_content .main_links p {
    margin-top: 0;
}

.before {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
}
.breadcrumbs {
    font-size: .75em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0;
}
.breadcrumbs img {
    display: none;
}
.breadcrumbs > * {
    position: relative;
    padding-left: 15px;
    margin-right: 15px;
}
.breadcrumbs > *::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ECCF96;
    position: absolute;
    left: 0;
    top: 7px;
}
.breadcrumbs > a:first-child {
    padding-left: 0;
}
.breadcrumbs > a:first-child::before {
    display: none;
}
.content .centerBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.left {
    flex: none;
    width: 295px;
    margin-right: 30px;
}
.mob_left {
    display: none;
}
.page_wrapper,
.content_wrapper {
    width: 100%;
}

.mod_post_delivery {
    margin-bottom: 30px;
}
.mod_post_delivery h2 {
    color: #1C8C62;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
}
.mod_post_delivery h3 {
    color: #6a6659;
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 10px;
    text-align: center;
    text-transform: none;
}
.mod_post_delivery p {
    text-align: center;
}
.mod_post_delivery a {
    font-weight: 600;
    color: #F8710E;
}

.left .menu {
    background-color: rgba(245, 227, 203, 0.5);
    padding-top: 65px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border: 2px solid #1C8C62;
    border-radius: 30px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left .menu::before {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../images/i20_bg_leftmenu.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -50px;
}
.left ul.menu > li {
    padding-left: 0 !important;
    background-image: none !important;
}
.left ul.menu > li > a {
    display: none;
}
.left .menu > li > ul> li {
    line-height: 33px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.left .menu > li > ul> li > a {
    display: block;
    padding: 0 0 0 23px;
    line-height: 33px;
    color: #000;
    text-decoration: none;
}
.left .menu > li > ul> li:hover,
.left .menu > li > ul> li.active {
    background-color: #fff;
}
.left .menu > li > ul> li:hover > a,
.left .menu > li > ul> li.active > a {
    color: #1C8C62;
    text-decoration: underline;
}
.left .menu > li > ul> li:hover::before,
.left .menu > li > ul> li.active::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../images/i20_leftmenu_hover.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -23px;
    top: -9px;
}
.left .menu > li > ul > li.parent::after {
    content: '>';
    width: 20px;
    height: 20px;
    text-align: center;
    color: #fff;
    line-height: normal;
    margin-left: 5px;
    background-color: #ECCF96;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.left .menu > li > ul > li.parent > ul {
    display: none;
    margin-left: 0;
    padding: 27px 26px;
    position: absolute;
    left: 99.5%;
    top: 15px;
    z-index: 20;
    background: #FFFFFF;
    border: 2px solid #1C8C62;
    border-radius: 0 30px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.left .menu > li > ul > li.parent:hover > ul {
    display: block;
}
.left .menu > li > ul > li > ul > li {
    background-image: none;
    position: relative;
}
.left .menu > li > ul > li > ul > li > a {
    display: block;
    white-space: nowrap;
    line-height: 22px;
    color: #000;
    text-decoration: none;
}
.left .menu > li > ul > li > ul > li > a:hover,
.left .menu > li > ul > li > ul > li.active > a {
    color: #1C8C62;
    text-decoration: underline;
}

.left .menu > li > ul> li > a > span {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -10px;
}
.left .menu > li > ul > li > ul > li > a:hover > span {
    display: inline-block;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url(../images/i20_leftmenu_hover.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-left: 12px;
    position: relative;
    top: 5px;
}

/*.left .menu li a span {
    background-image: url(../images/menu_arrow.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 12px;
    margin-left: 6px;
    display: none;
}
.left .menu li.parent > a > span,
.left .menu li.parent > a:hover > span{
    display: none !important;
}
.left .menu li a:hover span {
    display: inline;
}*/

.catalog_item {
    flex-grow: 1;
}
.post_delivery {
    width: 100%;
    margin: -15px 0 30px;
    background-color: #1C8C62;
    padding: 20px 25px;
    color: #fff;
    border-radius: 0 30px 30px 30px;
    text-align: center;
}

.catalog_div h1 {
    text-align: left;
    margin-bottom: 19px;
}
.catalog_params {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #DADADA;
    border-radius: 30px;
    height: 58px;
    padding: 0 25px;
}
.filter_select {
    position: relative;
}
.filter_options {
    display: none;
    position: absolute;
    right: -27px;
    top: 25px;
    background-color: #fff;
    border-radius: 0 30px 30px 30px;
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    z-index: 20;
}
.filter_options a {
    display: block;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}
.filter_options a:hover {
    font-weight: 600;
}
.filter_options a.active {
    color: #1C8C62;
    text-decoration: underline;
}
.filter_options a.active:hover {
    font-weight: 400;
    text-decoration: none;
}
.filter_selected {
    color: #1C8C62;
    border-bottom: 1px dashed #1C8C62;
    cursor: pointer;
}
.filter_selected:hover {
    border-bottom-color: #ffffff;
}
.filter_checkbox a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-decoration: none;
}
.filter_checkbox a::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 2px solid #DADADA;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 12px;
}
.filter_checkbox a.active::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #1C8C62;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 4px;
    top: 7px;
}

.show_all_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DADADA;
    border-radius: 30px;
    height: 58px;
    padding: 15px 25px;
    margin-bottom: 50px;
}

.catalog_list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.kitchen_catalog.catalog_list {
    flex-direction: column;
}
.kitchen_catalog {
    margin-bottom: 50px;
}

.catalog_subcategories {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}
.catalog_subcategories li {
    width: 50%;
    margin-bottom: 12px;
    font-weight: 600;
}

.express_category {
    width: 100%;
}
.normal_catalog_item {
    width: 30%;
    max-width: 305px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px 13px 30px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    position: relative;
}
.normal_catalog_item:nth-child(3n+1) {
    margin-right: 0;
}
.cat_item_img {
    height: 175px;
}
.cat_item_img a {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.catalog_item_img {
    position: relative;
}
.item_image_icons {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.item_image_icons span {
    width: 60px;
    height: 62px;
    margin-bottom: 4px;
    background-position: center;
    background-repeat: no-repeat;
}
.item_image_icons span.ico_new {
    background-image: url(../images/ico_new.png);
}
.item_image_icons span.ico_exclusive {
    background-image: url(../images/ico_exclusive.png);
}
.item_image_icons span.ico_discount {
    background-image: url(../images/ico_discount.png);
}
.search_smallimg a .ico_exclusive {
    top: 4px;
    left: 4px;
}
.item_title {
    font-size: 1.125em;
    font-weight: 600;
    margin: 20px 0;
    min-height: 75px;
}
.item_shortdescr_small {
    font-size: .75em;
    font-weight: 300;
}
.item_price {
    font-size: 1em;
    color: #4a4a4a;
    margin: 15px 0 10px;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
}
.item_price strong {
    font-size: 0.875em;
    font-weight: 700;
    color: #303030;
}
.item_price_value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 7px 0 12px;
}
.item_price span {
    font-size: 1.375em;
    font-weight: 700;
    color: #1C8C62;
    margin-right: 5px;
}

.item_oldprice {
    color: #979797;
    font-size: 1em;
    text-decoration: line-through;
    margin-left: 20px;
}
.item_price span.item_oldprice {
    color: #979797;
    font-size: 1.25em;
}
.item_oldprice i {
    font-size: .875em;
    font-style: normal;
    font-weight: normal;
}
.ico_video {
    background-image: url(../images/ico_youtube.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 70px;
    height: 25px;
    position: relative;
    top: -10px;
    float: right;
}
.item_count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.item_counter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}
.item_counter a {
    font-size: 1.5em;
    font-weight: 700;
    color: #DADADA;
    text-decoration: none;
}
.item_counter a:hover {
    color: #F8710E;
}
.item_counter input {
    width: 45px;
    height: 36px;
    background: #FFFFFF;
    border: 2px solid #DADADA;
    border-radius: 10px;
    text-align: center;
    margin: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5em;
    color: #F8710E;
}
.item_counter input:focus,
.item_counter input:active,
.item_counter:hover input {
    color: #1C8C62;
}
.check_availability {
    width: 100%;
    font-size: .875em;
    font-style: italic;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #DADADA;
}

ul li.express_item {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dotted #000000;
    /*width: 580px;*/
}
.express_item_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
ul li.kitchen_item {
    margin-bottom: 15px;
}
ul li.express_category {
    font-size: 1.5em;
    margin-bottom: 15px;
}
ul li.express_category a {
    font-weight: 600;
    color: #F8710E;
}
ul li.express_item p.absent {
    margin-bottom: 0;
    font-size: .875em;
}
ul li.kitchen_item div.express_title {
    width: 100%;
}
ul li.kitchen_item div.express_title a {
    font-weight: bold;
}
.express_title {
    width: 290px;
    line-height: 25px;
    font-size: 1.125em;
    font-weight: 600;
}

.express_item_price span {
    font-size: 1.5em;
    font-weight: 700;
    color: #1C8C62;
    margin-right: 5px;
    margin-left: 8px;
}

.express_item_count a.btn_itembuy {
    margin-left: 5px;
    padding: 5px 10px;
}


.orange_btn {
    height: 35px;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
}
.orange_btn::after {
    content: '';
    width: 34px;
    height: 24px;
    background-image: url(../images/i20_ico_btn_buy.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 22px;
}
.orange_btn:hover {
    color: #ffffff;
}
.search_results .orange_btn {
    margin-right: 15px;
}
.item_in_cart {
    justify-content: center;
    margin-bottom: 7px;
    display: inline-flex;
}
.express_item_wrap .item_in_cart {
    width: 200px;
    margin: 0 auto;
    white-space: nowrap;
}

.btn_express {
    height: 35px;
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
}
.btn_express::after {
    content: '';
    width: 34px;
    height: 24px;
    background-image: url(../images/i20_ico_btn_express.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 22px;
}
.express_item_wrap .btn_express {
    margin-left: 45px;
    margin-top: 0;
}
.cat_item_descr .btn_express,
.item_topdescr .btn_express {
    margin-top: 15px;
    margin-bottom: 15px;
}
.item_topdescr .btn_express {
    margin-bottom: 15px;
}
.btn_express:hover {
    color: #ffffff;
}
.absent_btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 20px 0;
}
.btn_absent {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-weight: 700;
    color: #1C8C62;
    text-align: center;
    text-decoration: none;
    background: #F5E3CB;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
}
.btn_to_contacts {
    margin-left: 18px;
}
.cat_item_descr .absent_btns {
    flex-wrap: wrap;
}
.cat_item_descr .btn_absent {
    width: 100%;
    margin-bottom: 12px;
    font-size: .875em;
}
.cat_item_descr .btn_to_contacts {
    margin-left: 0;
}


a.orange_btn.preload::after {
    background-image: url(../images/i20_preload_btn.gif);
    -webkit-background-size: contain;
    background-size: contain;
}
a.orange_btn .add_success {
    display: block;
    position:absolute;
    top: 40px;
    left: 0;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    text-indent: 0;
    white-space: nowrap;
    font-size: .75em;
    line-height: 18px;
    text-align: center;
    padding: 7px 12px;
    border-radius: 0 10px 10px 10px;
}

.item_comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    font-size: .875em;
    position: absolute;
    width: 96%;
    padding-right: 13px;
    bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.catalog_item_descr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.catalog_item_img {
    display: block;
    width: 290px;
    height: 290px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border: 2px solid #DADADA;
    border-radius: 30px;
    margin-bottom: 25px;
    margin-right: 35px;
}
.gallery_small {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.gallery_small a {
    width: 75px;
    height: 75px;
    border: 2px solid #DADADA;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 30px;
}
.item_sostav {
    margin: 20px 0;
}
.item_sostav .subtitle {
    font-weight: 700;
}
.item_change {
    font-size: .75em;
    font-weight: 300;
}
.item_descr_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.item_descr_bottom .socbtns {
    text-align: left;
    margin-bottom: 0;
}
.socbtns {
    margin-bottom: 50px;
}
.item_descr_bottom .item_comments {
    width: auto;
    position: relative;
    bottom: auto;
}
.item_descr_bottom .item_comments a.show_comment_form {
    margin-left: 30px;
}
.similar_item {
    width: 30%;
    max-width: 305px;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 15px 13px 30px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    position: relative;
    font-size: .875em;
}
.similar_item:nth-child(3n) {
    margin-right: 0;
}
.similar_image {
    height: 175px;
}
.similar_image a {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.similar_title {
    font-size: 1.125em;
    font-weight: 600;
    margin: 20px 0;
}
.similar_price {
    margin-top: 7px;
}
.similar_price span {
    font-size: 1.5em;
    font-weight: 700;
    color: #1C8C62;
    margin-right: 5px;
}
.similar_price .item_oldprice {
    color: #979797;
    margin-left: 12px;
}
.similar_instock .est {
    color: #1C8C62;
}
.similar_instock .net {
    color: #FF0000;
}


.news_list li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 35px;
    border-bottom: 2px dotted #000000;
    margin-bottom: 40px;
}
.art_smallimg {
    width: 185px;
    height: 185px;
    border: 2px solid #DADADA;
    border-radius: 30px;
    margin-right: 35px;
    overflow: hidden;
    flex: none;
}
.art_smallimg a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.new_title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}
.recipes_catalog .catalog_categories_title {
    margin-bottom: 55px;
}
.catalog_categories_title h3 a {
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #ffffff;
    text-decoration: none;
}
.recipe_item_image {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.recipe_item_image img {
    width: 100%;
}
.category_header {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #000000;
}
.catdescr_image {
    flex: none;
    margin: 0 95px;
    width: 290px;
    height: 290px;
    border: 2px solid #DADADA;
    border-radius: 30px;
    text-align: center;
    overflow: hidden;
}
.catdescr_image img {
    width: 100%;
}
.recipe_visible_block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.recipe_image {
    width: 180px;
    margin-right: 35px;
    flex: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.recipe_image a {
    display: block;
    width: 100%;
    height: 180px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 2px solid #DADADA;
    border-radius: 30px;
}
.recept_title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 25px;
}
.recept_recept {
    display: none;
    margin-top: 30px;
}
.recept_list > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #000000;
}

.alphabet {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 70px;
}
.alphabet span {
    color: #9F9B9B;
}
.alphabet a.active {
    color: #000;
    text-decoration: none;
}
.producers_list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.producer_item {
    width: 16.6%;
    height: 184px;
    position: relative;
    margin-bottom: 30px;
}

.producer_image {
    width: 184px;
    height: 184px;
    border: 2px solid #DADADA;
    border-radius: 30px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}
.producer_popup {
    display: none;
    position: absolute;
    top: -2px;
    left: -218px;
    width: 620px;
    padding: 0 45px 45px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    border: 2px solid #DADADA;
    box-shadow: 0 4px 60px rgba(28, 140, 98, 0.5);
    border-radius: 30px;
    z-index: 3;
}
.producer_popup_image {
    border: 2px solid #ffffff;
    cursor: inherit;
    margin: 0 auto;
}
.producer_popup p {
    margin-bottom: 20px;
    line-height: 22px;
}
.producer_item:nth-child(6n+1) .producer_popup {
    left: -50px;
}
.producer_item:nth-child(6n) .producer_popup {
    left: -380px;
}

.search_results {
    margin-top: 50px;
}
.search_results .item_title {
    min-height: 0;
    margin-top: 0;
}
.search_smallimg {
    width: 290px;
    height: 290px;
    border: 2px solid #DADADA;
    border-radius: 30px;
    margin-right: 35px;
    /*overflow: hidden;*/
    flex: none;
    position: relative;
}
.search_smallimg a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    border-radius: 30px;
}
p.absent {
    color: #FF0000;
    margin: 15px 0;
}

.new_intro {
    margin-bottom: 24px;
    line-height: 22px;
}

.achieve_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.achieve_list li {
    width: 31%;
}
.achieve_image {
    display: block;
    width: 100%;
    height: 600px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 2px solid #DADADA;
    border-radius: 30px;
    margin-bottom: 27px;
}
.achieve_title {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 30px;
}
.gallery_list {
    margin-bottom: 150px;
    overflow: hidden;
}
.gallery_title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 80px;
}
.gallery_text {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.gallery_slider {
    height: 290px;
    overflow: hidden;
    margin-top: 60px;
}
.gallery_slider ul {
    height: 100%;
}
.gallery_slider ul li {
    float: left;
    width: 295px;
    height: 100%;
    margin: 0 19px;
    padding: 0;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
}
.gallery_slider ul li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.gallery_slider ul li a img {
    display: none;
}
.gallery_slider ul li.gallery_empty_image {
    background-image: url(../images/default_image.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: inherit;
}
.scrollbar {
    margin: 50px auto 95px;
    width: 100%;
    height: 2px;
    background: #F8710E;
    line-height: 0;
}
.scrollbar .handle {
    height: 2px;
    background: #c4c4c4;
    cursor: pointer;
    position: relative;
}
.scrollbar .handle::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: #F8710E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -11px;
}
.scrollbar .mousearea {
    position: relative;
}
.scrollbar .mousearea::before {
    content: '';
    height: 2px;
    background: #c4c4c4;
    position: absolute;
    width: 10000em;
    left: -10000em;
    top: 0;
}

.india_gallery a.recipe_item_image {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.india_gallery a.recipe_item_image img {
    display: none;
}

.store_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.store_text > div {
    width: 30%;
}
.store_image {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border: 2px solid #E5E5E5;
    border-radius: 0 30px 30px 30px;
}
.store_map {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px solid #E5E5E5;
    border-radius: 0 30px 30px 30px;
    overflow: hidden;
}
.store_contacts p:first-child {
    margin-left: -20px;
}
.store_contacts p:first-child strong {
    font-size: 1.125em;
    font-weight: 700;
    color: #1C8C62;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
}
.store_contacts p:first-child strong::before {
    content: '';
    display: block;
    width: 12px;
    height: 18px;
    background-image: url(../images/i20_ico_city.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.store_contacts p img {
    position: relative;
    top: 5px;
    margin-left: 10px;
}
.store_video {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.store_video iframe {
    margin: 10px 0;
}
.store_video_bg {
    width: 100%;
    height: 50%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 25%;
    z-index: 1;
}
.store_video::before,
.store_video::after {
    content: '';
    display: block;
    background-image: url(../images/i20_bg_video.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 96px;
    height: 100px;
    position: absolute;
    top: 33%;
    z-index: 0;
}
.store_video::before {
    left: 10%;
}
.store_video::after {
    right: 10%;
}
.store_video iframe {
    position: relative;
    z-index: 2;
}
.category_descr {
    padding-bottom: 50px;
    border-bottom: 2px dotted #FF0000;
    margin-bottom: 50px;
}
.category_descr h2 {
    text-transform: none;
    text-align: left;
    margin-top: 0;
    margin-bottom: 25px;
}
.store_catalog_link {
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
    border-radius: 0 30px 30px 30px;
    flex: none;
    height: 250px;
}
.store_catalog_link a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-image: url(../images/i20_ico_allcatalog.png);
    background-position: center 15px;
    background-repeat: no-repeat;
    padding-top: 120px;
    text-align: center;
    text-decoration: none;
    font-size: 1.375em;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.store_catalog_link a span {
    display: block;
    font-size: 1.6em;
    text-transform: uppercase;
}

.cart_items {
    margin-top: 15px;
    margin-bottom: 25px;
}
.cart_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 27px 40px;
    border-bottom: 2px dotted #000000;
}
.cell_cart_photo {
    width: 50px;
}
.cell_cart_name {
    width: 300px;
}
.cell_cart_netto {
    width: 90px;
}
.cell_cart_price {
    width: 50px;
}
.cell_cart_count {
    width: 65px;
}
.cell_cart_total {
    width: 60px;
}
.cell_cart_del {
    width: 20px;
}

.cart_header {
    background: rgba(245, 227, 203, 0.5);
    border-radius: 0 30px 30px 30px;
    font-size: .875em;
    font-weight: 700;
    color: #9F9B9B;
    padding: 23px 40px 30px;
    white-space: nowrap;
    border-bottom: 0;
}

a.cart_del_item {
    background-image: url(../images/del.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
}
.cart_price {
    color: #1C8C62;
    font-size: 1.25em;
    font-weight: 700;
    white-space: nowrap;
}
.cart_delivery_item {
    background-color: rgba(245, 227, 203, 0.5);
    background-image: url(../images/i20_bg_cart_delivery.png);
    background-position: 17px center;
    background-repeat: no-repeat;
    border-radius: 0 30px 30px 30px;
    margin: 40px 0;
    padding: 40px 115px;
}
.cart_div_cost {
    text-align: right;
}
.cart_div_cost span {
    font-size: 1.25em;
    font-weight: 700;
    color: #1C8C62;
}
.cart_bottom {
    text-align: right;
}
.cart_bottom p {
    margin-bottom: 20px;
}
.cart_bottom span {
    font-size: 1.25em;
    font-weight: 700;
}
.cart_delivery_price {
    margin-bottom: 25px;
    border-bottom: 2px dotted #000000;
}
.cart_delivery_price > strong {
    display: block;
    margin-bottom: 12px;
}
.cart_itog {
    font-size: 1.875em;
}
.cart_itog span {
    font-weight: 700;
    color: #1C8C62;
}
.cart_btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 25px 0 80px;
    position: relative;
}
.cart_btns a {
    min-width: 200px;
    height: 35px;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
    margin-left: 25px;
}


.popup_order_1_click {
    display: none;
    background-color: #fff;
    position: absolute;
    width: 100%;
    max-width: 400px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 4px 40px #DADADA;
    border-radius: 30px;
    left: 40%;
    top: -420px;
    z-index: 2;
}
.popup_order_1_click_title {
    text-align: center !important;
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
}
.popup_order_1_click span {
    font-size: 16px;
    font-weight: 400;
}
.popup_order_1_click_close {
    background-image: url(../images/i20_close_btn.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 18px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;
}
.popup_order_1_click .cart_btns {
    display: block;
    margin: 20px 0;
}
.popup_order_1_click a {
    text-align: center;
    margin-left: 0;
    display: block;
    line-height: 35px;
    margin-top: 35px;
}
.one_click_preloading {
    height: 35px;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    padding-left: 19px;
    padding-right: 19px;
    text-align: center;
    margin-left: 0;
    display: block;
    line-height: 35px;
    margin-top: 35px;
}

.form label {
    display: block;
    margin-bottom: 7px;
    text-align: left;
}
.form input[type=text],
.form input[type="password"] {
    display: block;
    width: 100%;
    border: 2px solid #DADADA;
    border-radius: 10px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0 15px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form input[type=text]:focus,
.form input[type=password]:focus,
.form textarea:focus {
    border-color: #1C8C62;
    color: #1C8C62;
}
.form input[type=text].error_field,
.form input[type=password].error_field,
.form textarea {
    border-color: #FF0000;
}
.form .asterisk {
    color: #FF0000;
}
.form .select_styled {
    width: 100%;
    height: 50px;
    margin-bottom: 12px;
    position: relative;
    /*-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);*/
}
.form .select_styled select {
    width: 100%;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.form .select_styled span {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 2px solid #DADADA;
    border-radius: 10px;
    height: 50px;
    line-height: 46px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.form .select_styled span::after {
    content: '';
    display: block;
    width: 14px;
    height: 100%;
    background-image: url(../images/i20_form_select.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
}
.form .select_styled select:focus + span {
    border-color: #1C8C62;
}
.form .select_styled.error span {
    border: 1px solid #FF0000;
}
.form textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: 2px solid #DADADA;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 15px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
.form p {
    margin: 25px 0;
}
.form .user_address_item .address_short {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px dotted #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.user_address_item input[type=radio] {
    opacity: 0;
    width: 76%;
    height: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.user_address_item p {
    position: relative;
    padding-left: 25px;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    cursor: pointer;

}
.user_address_item p a {
    font-style: italic;
    margin-left: 10px;
}
.user_address_item p::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #DADADA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.user_address_item input:checked + p::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1C8C62;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 7px;
}

.order_form input[type=text] {
    font-size: 1.5em;
    color: #1C8C62;
}
.order_form .select_styled span {
    font-size: 1.5em;
    color: #1C8C62;
}

.address_details em {
    display: block;
    position: relative;
}
.address_details em.preloading::after {
    content: '';
    display: block;
    background-image: none;
    padding-left: 0;
    width: 30px;
    height: 30px;
    border: 5px solid #1C8C62;
    border-top-color: rgba(246, 246, 245, 0.6);
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
    position: absolute;
    right: 10px;
    top: 5px;
}
@keyframes loader-rotate {
    0% {
        transform: rotate(0); }
    100% {
        transform: rotate(360deg); }
}

.order_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.order_wrapper .cart_div {
    margin-right: 40px;
}
.order_right_links {
    width: 400px;
    flex: none;
}
.order_right_links .store_catalog_link {
    margin-bottom: 40px;
}
.contacts_link a {
    background-image: url(../images/i20_ico_contacts.png);
}
.rules_link a {
    background-image: url(../images/i20_ico_rules.png);
    background-position: center 22px;
}
.callback_link a {
    background-image: url(../images/i20_ico_manager.png);
    background-position: center 20px;
}
.order_introtext {
    color: #ff0000;
}
.order_introtext ul li {
    font-weight: 600;
}
.order_star {
    color: #FF0000;
    margin-bottom: 22px;
}

.agree_privacy {
    margin: 25px 0;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}
.agree_privacy::before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    border: 2px solid #DADADA;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.agree_privacy.checked::after {
    content: '';
    display: block;
    width: 33px;
    height: 32px;
    background-image: url(../images/i20_checkbox.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: -5px;
}
.agree_privacy.notagree::before {
    border-color: #FF0000;
}

.address_details {
    display: none;
}
.user_addresses.hidden,
.newaddress.hidden {
    display: none;
}

.delivery_text.hidden {
    display: none;
}

.delivery_warning {
    width: 430px;
    padding: 10px 25px 15px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 3;
}
.warning_btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 32px;
    margin: 15px 0;
}
.warning_btns a {
    height: 35px;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
}
.warning_close {
    background-image: url(../images/btn_close.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 14px;
    height: 14px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.post_delivery_warning {
    color: #c40000;
    font-size: 0.769em;
    font-style: italic;
}
.processing_btn {
    min-width: 200px;
    height: 35px;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
    /*margin-left: 25px;*/
}

.account_header {
    display: flex;
    justify-content: center;
    align-items: center;
}
.account_header h1 {
    color: #1C8C62;
}
.account_logged_user_profile {
    margin-top: 55px;
}
.account_logout_form button {
    background-color: transparent;
    border: 0;
    color: #1C8C62;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 55px;
    margin-left: 40px;
}
.account_logout_form button:hover {
    text-decoration: none;
}
.account_tabs {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.account_logged_menu_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.account_logged_menu_links a {
    font-size: 1.5em;
    color: #000;
    line-height: 33px;
    margin-right: 25px;
    text-decoration: none;
    border-bottom: 2px dotted #000000;
}
.account_logged_menu_links a:hover,
.account_logged_menu_links a.account_logged_menu_link_act {
    color: #1C8C62;
    border-bottom: 2px dotted #ffffff;
}
.download_price .btn_login {
    margin-top: 0;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0;
    width: 355px;
    position: relative;
}
.download_price .processing_btn {
    margin-bottom: 10px;
    justify-content: center;
    width: 355px;
}
.account_text_field {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.account_text_field label {
    margin-right: 30px;
}
.account_logged_user_profile input[type="text"],
.account_logged_user_profile input[type="password"] {
    font-size: 1.5em;
    color: #1C8C62;
}
.account_logged_user_profile hr {
    margin: 40px 0;
}

.account_logged_user_order_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px dotted #000;
    padding: 40px 0;
}
.account_item_btns {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.account_logged_user_order_item_link a {
    font-size: 1.125em;
    font-weight: 600;
}
.account_logged_user_order_item_text {
    color: #666666;
    font-weight: 600;
}
.sber_btn {
    width: 170px;
    height: 35px;
    margin-right: 45px;
    background: #F8710E;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
}
.sber_btn::after {
    content: '';
    width: 34px;
    height: 24px;
    background-image: url(../images/i20_ico_btn_pay.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 22px;
}
.sber_btn:hover {
    color: #ffffff;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.25);
}
.sber_btn.processing {
    background-image: url(../images/preload_btn.gif);
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.sber_btn.processing::after {
    display: none;
}
.order_status {
    width: 170px;
    height: 35px;
    margin-right: 45px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
}
.order_status::after {
    content: '';
    width: 34px;
    height: 24px;
    background-image: url(../images/i20_ico_btn_pay.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 22px;
}
.order_status.pay_success {
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
}
.order_status.pay_error {
    background: #FF0000;
}

.custom_skidki {
    width: 100%;
    margin: 0 0 50px;
    background-color: #F8710E;
    padding: 20px 25px;
    color: #fff;
    border-radius: 0 30px 30px 30px;
}
.menu_ayurveda > li > a {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.menu_ayurveda > li ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

._dark {
    /*z-index: 110;*/
    position: absolute;
    width: 1920px;
    height: 1080px;
    background-color: rgba(255,255,255,.8);
    display: none;
    top: -135px;
}

.popup_window {
    width: 96%;
    max-width: 700px;
    background-color: #fff;
    padding: 40px 27px 50px;
    position: absolute;
    margin: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 40px #DADADA;
}

.popup_close,
.popup_close_nodelivery {
    background-image: url(../images/i20_close_btn.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 18px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;
    text-indent: -9999px;
}

.popup_window h1 {
    font-size: 1.5em;
    margin-bottom: 30px;
}
.popup_window .main_tabs {
    justify-content: space-evenly;
    margin: 15px 0;
}
.popup_window .main_tabs a {
    font-size: 1.125em;
    margin-right: 0;
}
.popup_window .catalog_list {
    justify-content: space-between;
}
.popup_window .similar_item {
    width: 49%;
    margin-right: 0;
}
.popup_window .absent_btns {
    flex-wrap: wrap;
}
.popup_window .absent_btns a {
    margin-left: 0;
    margin-bottom: 20px;
}

.popup_window img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.popup_window table {
    width: 100% !important;
}
.popup_window .textblock table td {
    padding: 5px;
    font-size: .875em;
}
.popup_mob_table {
    width: 100%;
    overflow: scroll;
}
/*p.pop_recept_title {
    color: #228697;
    font-size: 1.231em;
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 24px;
    line-height: 24px;
}
p.pop_recept_title.active {
    background-position: right top;
}
div.pop_recept_ingridients, div.pop_recept_recept {
    font-size: 0.923em;
}
div.pop_popup_recept img.popup_recept_img {
    margin-bottom: 5px;
    border: 1px solid #d6d6d6;
}
div.pop_popup_recept hr {
    margin: 15px 0;
}
div.pop_popup_recept p {
    margin: 10px 0;
}
*/



.pagination {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 50px;
}
.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li.pag_prev {
    margin-right: 35px;
}
.pagination li.pag_next {
    margin-left: 35px;
}

.mod_login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    flex: 2;
}
.mod_login a {
    display: block;
    color: #ffffff;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
}
.mod_login a:hover {
    color: #ECCF96;
    text-decoration: underline;
}
.mod_login a.top_login_btn {
    background-image: url(../images/i20_ico_login.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    font-weight: 400;
    margin-left: 20px;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
}
.mod_login a.top_login_btn:hover {
    background-image: url(../images/i20_ico_login_h.png);
}
.mod_login a.cabinet_link {
    margin-right: 10px;
}
.mod_login a.reg_btn {
    flex: 2;
    text-align: center;
}
.top_logout_btn {
    color: #fff;
    font-size: 1em;
    border: 0;
    background-color: transparent;
    margin-left: 10px;
    padding: 0;
    cursor: pointer;
}
.top_logout_btn:hover {
    color: #ECCF96;
    text-decoration: underline;
}
.login_popup {
    display: none;
    width: 96%;
    max-width: 700px;
    background-color: #fff;
    padding: 40px 27px 50px;
    position: absolute;
    margin: 0;
    z-index: 1000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 40px #DADADA;
}
.popup_header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.popup_header strong {
    font-size: 1.875em;
    font-weight: 700;
    margin-right: 12px;
}
.popup_header a {
    font-size: 1.125em;
    font-weight: 700;
    margin-left: 12px;
}
.popup_form_field p {
    text-align: right;
    margin: 10px 0;
}
.popup_form_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn_login {
    background: linear-gradient(180deg, #ECCF96 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    padding: 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1em;
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    cursor: pointer;
}
.btn_login:hover {
    color: #ffffff;
}
#jform_email {display: block;
    width: 100%;
    border: 2px solid #DADADA;
    border-radius: 10px;
    height: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0 15px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#jform_email:focus {
    border-color: #1C8C62;
    color: #1C8C62;
}

.popup_overlay {
    z-index: 101;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: .6;
    display: none;
    left: 0;
    top: 0;
    cursor: pointer;
}
.close_popup {
    background-image: url(../images/i20_close_btn.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 18px;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 12px;

}


div.reset-confirm input, .reset-complete input,
.login-fields input[type=text], .login-fields input[type=password] {
    width: 250px;
    height: 23px;
    padding: 0 5px;
    border: 1px solid #bababa;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #575652;
    margin-right: 10px;
}
.login-fields {
    clear: both;
}
.login-fields label {
    display: block;
    float: left;
    width: 120px;
}
.login-fields input[type=text], .login-fields input[type=password] {
    margin-bottom: 10px;
    float: left;
}
.validate, .login .button {
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #f06601;
    border: 0;
    margin-bottom: 50px;
}
.login .button {
    margin-top: 25px;
    margin-left: 0;
}
ul.login_form_enter {
    margin-top: 15px;
    margin-left: 0;
}

.profile legend {
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 25px;
}
.profile dt {
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 225px;
}
.profile dl dd {
    font-weight: 700;
    font-size: 1.125em;
    margin-left: 25px;
    margin-bottom: 20px;
    float: left;
}
.profile a {
    display: block;
    color: #ffffff;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 50px;
    padding: 0 11px;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;

}
.profile a:hover {
    color: #fff;
}

.footer {
    background-color: #1C8C62;
    position: relative;
    padding-bottom: 30px;
}
.footer::before,
.footer::after {
    content: '';
    background-image: url(../images/i20_bg_footer.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 155px;
    position: absolute;
    top: 100px;
    z-index: 0;
}
.footer::before {
    left: 3%;
}
.footer::after {
    right: 3%;
}
.footer .centerBlock {
    position: relative;
    z-index: 1;
}

.bottom_menu {
    padding-top: 1px;
}
.bottom_menu > ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}
.bottom_menu > ul.menu_english_bottom_menu {
    justify-content: center;
}
.bottom_menu > ul.menu_english_bottom_menu > li {
    margin-left: 30px;
    margin-right: 30px;
}
.bottom_menu > ul > li:last-child {
    margin-right: 48px;
}
.bottom_menu > ul > li > a {
    font-size: 1em;
    font-weight: 600;
    color: #ECCF96;
    text-decoration: none;
}
.bottom_menu > ul > li > ul {
    margin-left: 0;
    margin-top: 15px;
}
.bottom_menu > ul > li > ul li a {
    font-family: 'PT Sans', sans-serif;
    font-size: 0.875em;
    color: #ECCF96;
    text-decoration: none;
}
.bottom_menu li.active > a,
.bottom_menu a:hover {
    color: #ffffff;
}

.bottom_text {
    position: relative;
    padding-top: 20px;
}
.bottom_text .custom_ftext {
    color: #ffffff;
    font-size: .75em;
    position: relative;
    padding-left: 200px;
    padding-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.bottom_text .custom_ftext img {
    margin-right: 20px;
}
.bottom_text .custom_ftext::before {
    content: '';
    display: block;
    width: 185px;
    height: 95px;
    background-image: url(../images/i20_logo_vidjay.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
}
.bottom_text .custom_phones {
    flex-direction: column;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ECCF96;
}
.bottom_text .custom_phones a {
    color: #ECCF96;
}
.bottom_text .top_contacts_col:first-child {
    margin-right: 0;
}
.bottom_text .custom_phones .callback_btn {
    background: linear-gradient(180deg, #ECCF96 0%, #FF0000 100%);
    color: #fff;
    margin-bottom: 20px;
}
.bottom_text .top_social_title {
    color: #ECCF96;
}
.bottom_text .top_social_btns a {
    background-color: #ECCF96;
}
.bottom_text .top_social_btns a i {
    color: #1C8C62;
}
.bottom_text .top_social_btns a:hover {
    background-color: #fff;
}
.bottom_text .social_more_popup {
    top: -110px;
    right: -6px;
}

.counter {
    margin-top: 20px;
    text-align: right;
}


/* ============ highslide =========== */


.highslide-html {
    box-shadow: 0 4px 40px #DADADA;
}
.highslide-html, .highslide-wrapper, .highslide-outline {
    background-color: transparent !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.highslide-dimming {
    background-color: #fff !important;
}
.highslide-html-content {
    padding: 0 !important;
}
.highslide-header {
    padding-bottom: 0 !important;
}
.highslide-caption {
    background-color: transparent !important;
    padding: 0;
    padding-right: 2px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.highslide-header ul li span {
    display: none;
}
.highslide-header .highslide-move {
    display: none;
}
.highslide-header .highslide-close {
    display: none;
}
.highslide-footer {
    display: none;
}
.highslide-active-anchor img {
    visibility: visible !important;
}
.close_btn {
    background-image: url(../images/i20_close_btn.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 18px;
    height: 18px;
    text-decoration: none;
    margin-top: 12px;
    margin-right: 15px;
    cursor: pointer;
}

#_loading{
    background-image: url(../images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    display: none;
    z-index: 200;

}
#vk_groups {
    margin-top: 50px;
}
#ctrlcopy {
    height:1px;
    overflow:hidden;
    position:absolute;
    width:1px;
    margin: 5px 0 0 -1px;
    line-height:0;
    opacity: 0;
}

/* To Top Button */
#back-top {
    width: 100%;
    position: fixed;
    bottom: 80px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    z-index: 999;

}
#back-top .centerBlock {
    position: relative;
    max-width: 1580px;
}
#back-top a {
    display: block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    background-color: #f8710e;
    background-image: url(../images/i20_ico_top.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    opacity: .7;
    position: absolute;
    right: 25px;
}
#back-top a:hover {
    opacity: 1;
}

.watched_slider_wrap {
    position: relative;
    padding: 0 70px;
}
.watched_slider .slick-list {
    overflow: hidden;
}
.watched_slider .slick-track {
    /*width: 20000em;*/
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.watched_item {
    /*float: left;*/
    /*width: 30%;*/
    max-width: 305px;
    /*margin-right: 30px;
    margin-bottom: 30px;*/
    margin: 0 15px 30px;
    padding: 15px 13px 30px;
    border: 1px solid #DADADA;
    border-radius: 30px;
    position: relative;
    font-size: .875em;
}
.watched_image {
    height: 175px;
}
.watched_image a {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
}
.mod_image_icons {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mod_image_icons span {
    margin-bottom: 5px;
}
.watched_image a .ico_new {
    background-image: url(../images/ico_new.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    width: 50px;
    height: 50px;

}
.watched_title {
    font-size: 1.125em;
    font-weight: 600;
    margin: 20px 0;
}
.watched_price {
    margin-top: 7px;
}
.watched_price span {
    font-size: 1.5em;
    font-weight: 700;
    color: #1C8C62;
    margin-right: 5px;
}
.watched_price span.item_oldprice {
    color: #979797;
    font-size: 1.25em;
    text-decoration: line-through;
    margin-left: 20px;
}
.watched_price span.item_oldprice i {
    font-size: .875em;
    font-style: normal;
    font-weight: normal;
}
.watched_instock .est {
    color: #1C8C62;
}
.watched_instock .net {
    color: #FF0000;
    display: block;
    margin-bottom: 10px;
}
.watched_slider .slick-prev {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #fff;
    font-size: 0;
    background-image: url(../images/i20_popular_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 38%;
    left: 0;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.watched_slider .slick-next {
    display: block;
    height: 60px;
    width: 60px;
    font-size: 0;
    background-color: #fff;
    background-image: url(../images/i20_popular_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 38%;
    right: 0;
    position: absolute;
    z-index: 2;
    outline: none;
    cursor: pointer;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.watched_slider .slick-prev:hover,
.watched_slider .slick-next:hover {
    border: 2px solid #F8710E;
}

.lang-inline {
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-inline li a {
    display: block;
    color: #ffffff;
    width: 34px;
    height: 34px;
    line-height: 30px;
    font-size: .75em;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    background-color: #f8710e;
    border: 2px solid #F8710E;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lang-inline li.lang-active a {
    color: #F8710E;
    background-color: #fff;
}
.lang-inline li a:hover {
    opacity: .7;
}
.lang-inline li.lang-active a:hover {
    background-color: #f8710e;
    color: #ffffff;
}


.delivery_choose_address.hidden {
    display: none;
}

.cart_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cart_container .order_right_links {
    width: 320px;
    padding-left: 30px;
    padding-top: 132px;
}
.cart_div {
    flex: content;
}
.checkout_block {
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.3);
    box-shadow: 0 0 7px rgba(0,0,0,.3);
    border-top-left-radius: 30px;
    margin: 30px 0;
    text-align: left;
}
.checkout_block_header {
    background: rgba(245, 227, 203, 0.5);
    border-radius: 30px 0 0 0;
    font-size: .875em;
    font-weight: 700;
    color: #9F9B9B;
    padding: 17px 20px;
    white-space: nowrap;
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.checkout_block_number {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #F8710E;
    color: #fff;
    text-align: center;
    margin-right: 15px;
}
.order_form {
    padding: 20px;
}
.order_form.flexible {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.checkout_radio {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 15px 0;
    flex-basis: 45%;
    flex-wrap: wrap;
    text-align: left;
}
.checkout_radio.hidden {
    display: none;
}
.checkout_radio input[type=radio] {
    opacity: 0;
    width: 76%;
    height: 24px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}
.checkout_radio p {
    position: relative;
    padding-left: 25px;
    margin: 0;
    width: 100%;
    z-index: 1;
    cursor: pointer;

}
.checkout_radio a {
    width: 100%;
    font-size: .875em;
    padding-left: 25px;
}
.checkout_radio p::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #DADADA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}
.checkout_radio input:checked + p::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #1C8C62;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 7px;
}

/*.user_addresses {
    margin: 0 20px;
    padding: 20px 0;
    border-top: 2px dotted #dadada;
}*/
.pickup_shop {
    border-bottom: 2px dotted #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.delivery_choose_address {
    margin-bottom: 15px !important;
    font-weight: bold;
}
.address_short {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 2px dotted #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.delivery_notice {
    margin: 0 20px;
    padding: 20px 0;
    border-top: 2px dotted #dadada;
}
.delivery_notice_item.hidden {
    display: none;
}
.delivery_notice_item.withborder {
    border-bottom: 2px dotted #dadada;
    padding-bottom: 10px;
}
.delivery_notice_item p {
    font-size: .75em;
    margin-bottom: 7px;
}
.sdek_popup,
.boxberry_popup_spb,
.boxberry_popup {
    min-width: 200px;
    height: 35px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
    margin: 12px 0;
}
.sdek_popup {
    display: none;
    background-color: rgba(0, 0, 0, 0.25);
    pointer-events: none;
    position: relative;
}
.sdek_popup.ready {
    display: inline-flex;
    pointer-events: auto;
}
.sdek_popup.ready::after {
    display: none;
}
.sdek_popup.ready,
.boxberry_popup_spb,
.boxberry_popup {
    background: linear-gradient(180deg, rgba(248, 113, 14, 0.53) 0%, #FF0000 100%);
}

.widget_init {
    height: 34px;
    margin: 12px 0;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
}
.widget_init::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/grey_preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 12px;
}

.sdek_popup:hover,
.boxberry_popup_spb:hover,
.boxberry_popup:hover {
    color: #FFFFFF;
}
.delivery_notice_item p strong {
    font-size: 1.167em;
}
.user_address_list {
    margin-top: 15px;
}
.delivery_notice_item .user_address_list p {
    font-size: .875em;
}
.newaddress {
    margin: 0 20px;
    padding: 20px 0;
    border-top: 2px dotted #dadada;
    font-size: .875em;
}
.address_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    border-bottom: 2px dotted #dadada;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.address_field {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.address_field.wide {
    flex-basis: 100%;
}
.address_field label {
    font-size: .875em;
}
.address_field input,
.address_field textarea {
    display: block;
    width: 100%;
    border: 2px solid #DADADA;
    border-radius: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    padding: 0 10px;
    margin-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.address_field input {
    height: 32px;
}
.address_field textarea {
    height: 80px;
    resize: none;
}
.address_field input:focus,
.address_field textarea:focus {
    border-color: #1C8C62;
    color: #1C8C62;
}
.address_field input[type=text].error_field,
.address_field textarea.error_field {
    border-color: #FF0000;
}
.bottom_delivery_sum {
    text-align: right;
    margin: 0 20px;
    padding-bottom: 20px;
}
.bottom_delivery_sum span#delivery_sum {
    font-weight: bold;
}
.bottom_delivery_sum span#delivery_sum small {
    font-weight: normal;
    font-size: .875em;
    font-style: italic;
    color: #ff0000;
}
.bottom_delivery_error {
    text-align: center;
    font-size: .875em;
    font-weight: bold;
    color: #ff0000;
    margin: 0 20px;
    padding-bottom: 20px;
}

.bottom_delivery_sum .hidden {
    display: none;
}
.bottom_delivery_rupost {
    margin: 0 20px;
    padding: 20px 0;
    font-size: .75em;
}
.bottom_delivery_rupost.hidden {
    display: none;
}


.search_top_panel {
    display: flex;
    justify-content: flex-start;
    padding: 0 25px 25px;
    margin-bottom: 25px;
    border-bottom: 2px dotted #000000;
}
.search_panel_col {
    flex-basis: 23%;
}
.search_filter_params strong {
    display: block;
    font-size: .875em;
    margin-bottom: 10px;
}
.search_panel_last {
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-radio.radio {
    line-height: 1.5;
    z-index: 10;
    outline: none;
    font-size: .75em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .3rem 0;
    width: 100%;
    text-align: left;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-radio.radio input[type="radio"] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1;
}
.b-radio.radio input[type="radio"] + .check {
    border: none;
    background-color: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    width: 1em;
    height: 1em;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    border-radius: 50%;
}
.b-radio.radio input[type="radio"]:checked + .check {
    -webkit-box-shadow: 0 2px 6px 0 rgba(37, 68, 195, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(37, 68, 195, 0.5) !important;
    border: 2px solid #1C8C62;
    background: #d9d9d9;
}
.b-radio.radio input[type="radio"] + .check::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    margin-left: -.5em;
    bottom: 50%;
    margin-bottom: -.5em;
    width: 1em;
    height: 1em;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #7957d5;
}
.b-radio.radio input[type="radio"]:checked + .check::before {
    background: #1C8C62;
    background-size: 21px;
    -webkit-transform: scale(.45);
    transform: scale(.45);
}
.control-label {
    margin-left: 7px;
}
.b-radio.radio input[type="radio"]:checked + .check + .control-label {
    color: #1C8C62;
    font-weight: 600;
}


.b-radio.checkbox {
    line-height: 1.5;
    z-index: 10;
    outline: none;
    font-size: .75em;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .3rem 0;
    width: 100%;
    text-align: left;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.b-radio.checkbox input[type="checkbox"] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: none;
    z-index: -1;
}
.b-radio.checkbox input[type="checkbox"] + .check {
    border: none;
    background-color: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    width: 1em;
    height: 1em;
    -webkit-transition: background .15s ease-out;
    transition: background .15s ease-out;
    border-radius: 3px;
}
.b-radio.checkbox input[type="checkbox"]:checked + .check {
    -webkit-box-shadow: 0 2px 6px 0 rgba(37, 68, 195, 0.5) !important;
    box-shadow: 0 2px 6px 0 rgba(37, 68, 195, 0.5) !important;
    border: 2px solid #1C8C62;
    background: #d9d9d9;
}
.b-radio.checkbox input[type="checkbox"] + .check::before {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 1em;
    height: 1em;
    -webkit-transition: -webkit-transform .15s ease-out;
    transition: -webkit-transform .15s ease-out;
    transition: transform .15s ease-out;
    transition: transform .15s ease-out,-webkit-transform .15s ease-out;
    border-radius: 50%;
    -webkit-transform: scale(0);
    transform: scale(0);

}
.b-radio.checkbox input[type="checkbox"]:checked + .check::before {
    background-image: url(../images/search_check.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(.9);
    transform: scale(.9);
}
.b-radio.checkbox input[type="checkbox"]:checked + .check + .control-label {
    color: #1C8C62;
    font-weight: 600;
}

.search_filter_btn {
    width: 170px;
    height: 35px;
    margin-right: 45px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 19px;
    padding-right: 19px;
}
.search_filter_btn {
    background: linear-gradient(180deg, #1C8C62 0%, #63DCAF 100%);
}
.search_filter_btn:hover {
    color: #ffffff;
    box-shadow: 4px 8px 8px rgba(0, 0, 0, 0.25);
}

/*оптовикам*/
.opt_top_image {
    width: 100%;
    height: 583px;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.opt_top_image__text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.opt_top_image__text h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 800;
    line-height: 54px;
    padding: 40px 90px 0;
    margin-bottom: 0;
}
.opt_top_image__text h3 {
    font-size: 2.25em;
    font-weight: 700;
    line-height: 49px;
    text-transform: uppercase;
    color: #F8710E;
    margin: 20px 0;
}
.opt_top_image__text h4 {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
.opt_top_image__text a {
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ECCF96 0%, #FF0000 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    height: 44px;
    line-height: 44px;
    padding: 0;
    color: #ffffff;
    font-size: .913em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    position: relative;
}
.opt_top_image__text a.proccessing span {
    text-indent: -9999px;
}
.opt_top_image__text a.proccessing span {
    width: 20px;
    height: 20px;
    background-image: url(../images/grey_preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 2;
}
.opt_top_text {
    margin-top: -100px;
}
.opt_top_text h3 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.opt_top_text > p {
    text-align: center;
    font-size: 1.25em;
    line-height: 27px;
    padding: 0 90px;
}
.opt_why_we h2 {
    color: #000000;
    font-size: 1.875em;
    margin-bottom: 55px;
}
.opt_why_we p {
    margin-bottom: 25px;
    font-size: 1.125em;
}
.opt_our_principles ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 25px;
}
.opt_our_principles ul li {
    list-style: none;
    flex-basis: 24%;
    background-image: url(../images/opt/opt_item_principle_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 63px 25px 0;
}
.opt_our_principles ul li img {
    margin-bottom: 70px;
}
.opt_our_principles ul li strong {
    font-size: 1.125em;
    margin-bottom: 27px;
}
.opt_our_principles ul li span {
    font-size: .875em;
}
.opt_how_order_phone {
    background-color: #1C8C62;
    text-align: center;
    height: 150px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}
.opt_how_order_phone::before {
    content: '';
    position: absolute;
    left: calc(50% - 20px);
    top: 0;
    border: 40px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 40px;
    border-top: 34px solid #ffffff;
}
.opt_how_order_phone::after {
    content: '';
    position: absolute;
    background-image: url(../images/opt/petruha.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 300px;
    height: 240px;
    right: -7px;
    bottom: -45px;
    z-index: 1;
}
.opt_how_order_phone a {
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;
    line-height: 68px;
    text-decoration: none;
    background-image: url(../images/opt/opt_ico_phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 110px;
    position: relative;
    z-index: 2;
}
.opt_how_order_phone span {
    color: #ECCF96;
    font-size: 2.25em;
    position: relative;
    z-index: 2;
}

.opt_conditions {
    margin-top: 100px;
}
.opt_conditions_top {
    background-color: #F8710E;
    text-align: center;
    height: 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.opt_conditions_top::before {
    content: '';
    position: absolute;
    left: calc(50% - 20px);
    bottom: -73px;
    border: 40px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 40px;
    border-top: 34px solid #F8710E;
}
.opt_conditions_top h2 {
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;
    line-height: 68px;
    text-transform: none;
    margin: 0;
}
.opt_conditions_top h3 {
    color: #ECCF96;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
}
.opt_conditions_list {
    background-image: url(../images/opt/opt_conditions_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 130px;
}
.opt_conditions_list ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.opt_conditions_list ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 65px 0 15px;
}
.opt_conditions_list ul li::before {
    content: '';
    width: 100%;
    height: 80px;
    background-color: rgba(245, 227, 203, 0.9);
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    z-index: 0;
}
.opt_conditions_list ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.opt_conditions_list ul li strong {
    background-image: url(../images/opt/opt_conditions_number.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 108px;
    height: 108px;
    font-size: 3em;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 108px;
    flex-grow: 0;
    margin-left: 50px;
    margin-right: 25px;
    z-index: 1;
}
.opt_conditions_list ul li:nth-child(even) strong {
    margin-left: 25px;
    margin-right: 50px;
}
.opt_conditions_list ul li span {
    font-size: 1.5em;
    font-weight: 700;
    text-align: left;
    flex-grow: 1;
    z-index: 1;
}
.opt_conditions_list ul li:nth-child(even) span {
    text-align: right;
}
.opt_conditions_list ul li img {
    margin: 0 75px;
    z-index: 1;
    flex-grow: 0;
}

.opt_bottom {
    position: relative;
    padding-bottom: 43px;
}
.opt_bottom::before {
    content: '';
    width: 400px;
    height: calc(100% - 100px);
    background-image: url(../images/opt/opt_girl.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    left: -35px;
    bottom: 0;
    z-index: 2;
}
.opt_bottom > img {
    width: 100%;
    position: relative;
    top: 48px;
    z-index: 1;
}
.opt_bottom__header {
    text-align: center;
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
}
.opt_time_to_choose {
    background-color: #FF0000;
    height: 100%;
    color: #ffffff;
    font-size: 3em;
    font-weight: 700;
    line-height: 68px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    z-index: 1;
}
.opt_time_to_choose a {
    color: #ffffff;
    text-decoration: none;
    background-image: url(../images/opt/opt_ico_phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 110px;
}
.opt_bottom_condition {
    padding: 20px;
    border: 2px solid #ED9F2D;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    right: 150px;
    top: 400px;
    z-index: 2;
}
.opt_bottom_condition strong {
    display: block;
    color: #ff0000;
    font-size: 1.25em;
}

.mod_text_catalog_item {
    margin-bottom: 30px;
}

.yaotzyvy {
    margin-bottom: 155px;
    display: flex;
    justify-content: center;
}

.item_only_courier {
    color: #ff0000;
    font-size: .875em;
    font-weight: 700;
    margin-bottom: 22px;
}
.absent_courier {
    margin-top: 15px;
}
.catitem_only_courier {
    color: #ff0000;
    font-size: .7em;
    font-weight: 600;
    margin-top: -15px;
    margin-bottom: 12px;
}
.moditem_only_courier {
    color: #ff0000;
    font-size: .7em;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}
.rekomend_descr .moditem_only_courier {
    margin-top: 0 !important;
    text-align: left;
}
.novinki_courier {
    padding: 0 20px;
    margin-top: 7px;
}
.similar_courier {
    text-align: left;
    margin-top: 7px;
    font-size: .75em;
}

.price_btn_processing_text {
    position: absolute;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 12px;
    background-color: #fff;
    border-radius: 4px;
    width: 230px;
    padding: 4px;
    top: -42px;
}
.price_btn_processing_text:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-color: #ffffff transparent;
    border-width: 7px 7px 0;
    bottom: -7px;
    left: 50%;
    margin-left: -7px;
}
.pricelist_btn {
    position: relative;
}
.pricelist_btn .price_btn_processing_text {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    text-align: center;
    top: -55px;
}

.opt_pricelist_popup {
    background-color: #F8710E;
    padding: 25px;
    border-radius: 25px;
    width: 450px;
    top: -175px;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: left;
}
.opt_pricelist_popup:after {
    border-color: #F8710E transparent;
}

.deshevle_link_css{
    font-size: 85%;
    margin-bottom: 20px;
}

.item_price_value{
    margin-bottom: 5px;
}

.subscribe_btn {
    width: 280px;
}
.subscribed_success {
    font-size: 1.125em;
    font-weight: bold;
}

.main_reviews_title {
    font-size: 1.875em;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.main_reviews_btn {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main_reviews_btn:hover {
    color: #1C8C62;
    text-decoration: none;
}
.main_reviews_btn::before {
    content: '';
    width: 25px;
    height: 25px;
    margin-right: 15px;
    background-image: url(../images/i20_rekomend_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.main_reviews_btn::after {
    content: '';
    width: 25px;
    height: 25px;
    margin-left: 15px;
    background-image: url(../images/i20_rekomend_nav.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}
.main_reviews_btn.opened::before,
.main_reviews_btn.opened::after {
    transform: rotate(-90deg);
}
.main_reviews_inner {
    display: none;
}

.order_by_manager_title,
h2.order_success_answer {
    background-color: #F8710E;
    padding: 10px 0;
    text-align: center;
    font-size: 1.25em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}



.repeat_order_absent {
    width: 250px;
    background-color: #F8710E;
    text-align: center;
    padding: 7px 15px;
    color: #ffffff;
    font-size: .875em;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
    position: absolute;
    right: 0;
    top: -86px;
}
.repeat_order_absent::before {
    content: '';
    position: absolute;
    left: calc(50% - 7px);
    bottom: -26px;
    border: 14px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 14px;
    border-top: 14px solid #F8710E;
}

.ajax_pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #DADADA;
    border-radius: 30px;
    height: 58px;
    padding: 15px 25px;
    margin-bottom: 15px;
    font-size: 1.125em;
    color: #1C8C62;
    text-decoration: none;
}
.ajax_pagination a:hover {
    background: #1C8C62;
    color: #F6F6F6;
}
.btn_pagination_more.preload {
    text-indent: -9999px;
    position: relative;
}
.btn_pagination_more.preload::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 3px solid #d9d9d9;
    border-top-color: rgba(255, 255, 255, .25);
    border-radius: 50%;
    animation: loader-rotate 1s linear infinite;
    position: absolute;
    top: 20%;
    left: auto;
    right: auto;
}


.subscribe_item.hidden {
    display: none;
}
.account_subscribe_btn {
    width: 280px;
}