@import "fonts/inform_c/stylesheet.css?v=1";
@import "fonts/PFBeauSansPro/stylesheet.css?v=1";

::selection { background: #538425; color: #fff; }
::-moz-selection { background: #538425; color: #fff; }
::-webkit-selection { background: #538425; color: #fff; }

.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-bottom-10 { margin-bottom: 10px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-30 { margin-bottom: 30px; }

.bg-light-grey {
	background-color: #f6f6f6;
}
.bg-pattern {
	background-image: url(/images/bg-pattern-3.png);
	background-position: top center;
}

.clearfix {
	clear: both;
	display: table;
}
.text-center {
	text-align: center;
}

.black {
	color: #4f4f4f !important;
}

body {
	background-image: url(/images/bg-pattern-3.png);
	background-position: top center;
	background-size: 35%;
	color: #4f4f4f;
	font-family: 'PF BeauSans Pro', Arial, Helvetica, sans-serif;
}

.h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.2;
	font-family: 'PF BeauSans Pro';
	font-weight: 800;
    text-transform: uppercase;
}

.btn {
	background: #79c142;
	border: 1px solid #79c142;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	text-decoration: none;
	border-radius: 5px;
}
.btn:hover {
	background: #a5c851;
	border: 1px solid #a5c851;
	color: #fff;
}
.btn:visited {
	color: #fff;
}
.btn-border {
	background: transparent;
}
.btn-border-white {
	border-color:rgba(255, 255, 255, 0.5);
	color: #fff;
}
.btn-border-white:hover {
	border-color:rgba(255, 255, 255, 0.5);
	background: #fff;
	color: #f7971d;
}

#site {
	max-width: 100%;
	min-width: 1260px;
}
#content {
	padding-bottom: 0;
}
#path,
.container {
	width: 1260px;
	margin: 0 auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
	box-sizing: border-box;
	overflow: visible !important;
}
#path {
    font-size: 15px;
    margin: 15px auto 5px;
}
.section {
	padding: 30px 0;    
}

.header__wrap {
    background: #fff;
}
.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 18px;
}
.header__item--big {
	/*width: 20%;*/
}
.logo-img {
	max-height: 55px;
	margin-bottom: 25px;
}
.header .hotline b {
	font-size: 22px;
	line-height: 1.4;
}
.top_search {
	padding: 0;
}
.top_search input {
	box-shadow: none;
    font-size: 16px;
    border: 2px solid #ddd;
    border-radius: 10px 0 0 10px;
    border-right: 0;
    padding: 10px 15px;
}
.top_search button {
	margin: 0;
    box-shadow: none;
    border: 2px solid #79c142;
    border-radius: 0 10px 10px 0;
    padding: 10px 15px;
    font-size: 16px;
    background: #79c142;
    height: auto;
	color: #fff;
}
.top_search button:hover {
	background: #a5c851;
	border: 2px solid #a5c851;
	color: #fff;
}

.feedback__link {
    color: #f7971d;
    background-color: transparent;
    border: 2px solid #f7971d;
    border-radius: 10px;
    padding: 10px 15px;
}
.feedback__link i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.feedback__link:hover {
	background-color: #f7971d;
	color: #fff;
}

.menu__wrap {
    background-color: #79c142;
}
#menu {
	margin: 0;
	padding: 0;
}
#menu ul li {
	padding: 0;
}
#menu ul li.act,
#menu ul li.act span
{
	border-radius: 0;
	padding: 0;
}
#menu ul li a {
	color: #222;
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	display: block;
    padding: 0 10px;
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
    font-family: 'PF BeauSans Pro', Arial, Helvetica, sans-serif;
}
.header__menu #menu ul li a {
	color: #fff;
}
#menu ul li:first-child a {
	/*padding-left: 0;*/
}
#menu ul li a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

#submenu {
	margin: 0 30px 0 0;
	border-radius: 0;
	background-color: #d4df4c;
}
#submenu a {
	text-decoration: none;
	font-size: 16px;
	color: #444;
}
#submenu span > a {
    font-weight: normal;
}
#submenu a:hover,
#submenu span > a {
	text-shadow: 0.5px 0 0px black, -0.5px 0 0px black;
}
/* #submenu span a {
    font-size: 17px;
} */

.header__menu #menu ul li a:hover,
.header__menu--tabs #menu ul li.act a {
	background-color: #d4df4c;
    color: #444;
}

.header__menu--tabs #menu ul li.act a::after,
.header__menu #menu ul li a:hover::after,
.header__menu #menu ul li a:hover::after {
    border-color: transparent transparent transparent #d4df4c;
}

/* .header__menu #menu ul li a:hover::after {
	background: #d4df4c;
} */

.header__menu--tabs {
	background: #fff;
	border-bottom: 5px solid #79c142;
}
.header__menu--tabs-wrap #menu {
	padding-right: 9px;
}
.header__menu--tabs-wrap #submenu {
	margin: 0;
	box-sizing: border-box;
	border-radius: 0 15px 0 0;
}
.header__menu--tabs #menu ul li a {
    background: #79c142;
	border-radius: 20px 20px 0 0;
    margin-right: 5px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 12px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px;
}
.header__menu--tabs #menu ul li a::before {
	content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: -19px;
    z-index: 1;
	box-sizing: border-box;
    /* background: #fff;
    height: 44px;
    width: 19px;
	-webkit-clip-path: url("#menu-item-clip");
	clip-path: url("#menu-item-clip");
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%); */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 44px 0 0 19px;
	border-color: transparent transparent transparent #fff;
}
.header__menu--tabs #menu ul li a::after {
	content: '';
    position: absolute;
    display: block;
    bottom: 0;
    right: -14px;
    z-index: 1;
	box-sizing: border-box;
    /* background: #79c142;	
    height: 35px;
    width: 15px;
	-webkit-clip-path: url("#menu-item-clip");
	clip-path: url("#menu-item-clip");
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%); */
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 0 15px;
	border-color: transparent transparent transparent #79c142;
}

.header__menu--tabs #menu ul li a.extra {
	background: #f7971d;
}
.header__menu--tabs #menu ul li a.extra::after {
    border-color: transparent transparent transparent #f7971d;
}
.header__menu--tabs #menu ul li a.extra:hover {
	background-color: #d4df4c;
}
.header__menu--tabs #menu ul li a.extra:hover::after {
	/* background: #d4df4c; */
    border-color: transparent transparent transparent #d4df4c;
}

.header__menu--tabs #menu ul li.act {
	background: none;
	padding: 0;
}

#menu a.orange {
	margin: 0;
    background-position: center right 2px;
    font-size: 16px;
    text-decoration: none;
    background: #f7971d;
    color: #fff !important;
    padding: 0 20px;
    height: 48px;
    box-sizing: border-box;
    line-height: 48px;
}
#menu a.orange::after {
    content: "\e08d";
    font-family: 'Simple-Line-Icons';
    margin-left: 10px;
    font-size: 14px;
}
#menu a.orange:hover {
	background: #ffb140;
}


.hslider__wrap {
	background-color: #f2f2f2;
}
.hslider__wrap .container {
    width: 100%;
    padding: 0 !important;
}
.banners_wrapper {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none !important;
	border: none;
	height: 350px;
	min-height: 350px;
	margin-bottom: 60px;
}
.banners_wrapper .big_banner {
	padding: 0;
	margin: 0;
	height: 350px;
	min-height: 350px;
}
.banners_wrapper .big_banner .banner_scroller {
	height: 350px;
	min-height: 350px;
}
.banners_wrapper .big_banner .banner_body {
	border-radius: 0;
	box-shadow: none !important;
}
.banners_wrapper .big_banner .banner_scroller .banner_body {
	height: 350px;
	min-height: 350px;
	background-size: contain !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
}
.banners_wrapper .big_banner .banner_scroller .banner_body::before {
	content: '';
	background: inherit;	
	background-size: cover !important;
    background-position: center !important;
    position: absolute;
    left: -50px;
    right: -50px;
    top: -50px;
    bottom: -50px;
    filter: blur(20px);
}
.banners_wrapper .big_banner .banner_scroller .banner_body::after {
	content: '';
	background: inherit;
    background-position: center !important;
	background-size: contain !important;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.banners_wrapper .big_banner .banner_scroller .banner_body a {
	position: relative;
	z-index: 1;
}
.banners_wrapper .big_banner .banner_body .banner_blik {
	display: none;
}

.banners_wrapper .banner_pager {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}
.banners_wrapper .banner_pager a.prev_banner, .banners_wrapper .banner_pager a.next_banner {
	top: 0;
	left: 0;
	height: 100%;
	width: 80px;
	background: transparent;
	pointer-events: auto;
	z-index: 2;
}
.banners_wrapper .banner_pager a.next_banner {
	left: auto;
	right: 0;
}
.banners_wrapper .banner_pager a.prev_banner::after, .banners_wrapper .banner_pager a.next_banner::after {
	content: '<';
	display: block;
	font-family: monospace;
	font-weight: bold;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
	top: 0;
	text-indent: 1px;
	font-size: 18px;
	line-height: 40px;
	color: #f7971d;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -20px;
	transition: all 0.2s;
}
.banners_wrapper .banner_pager a.prev_banner:hover::after, .banners_wrapper .banner_pager a.next_banner:hover::after {
	box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.banners_wrapper .banner_pager a.next_banner::after {
	content: '>';
	right: 20px;
	left: auto;
}
.banner__dots {
	position: absolute;
	bottom: -30px;
	display: block;
	width: 100%;
	text-align: center;
	pointer-events: auto;
}
.banner__dots a {
	font-size: 0;
	width: 12px;
	height: 12px;
	background: #eaeaea;
	display: inline-block;
	border-radius: 20px;
	margin: 0 3px !important;
}
.banner__dots a.act {
	background: #f7971d;
}
.hslider__autoheight .banners_wrapper,
.hslider__autoheight .banners_wrapper .container,
.hslider__autoheight .banners_wrapper .big_banner,
.hslider__autoheight .banners_wrapper .big_banner .banner_scroller {
	height: auto;
}
.hslider__autoheight .banners_wrapper .banner_scroller table {
	position: relative;
	display: block;
}
.hslider__autoheight .banners_wrapper .banner_scroller tbody,
.hslider__autoheight .banners_wrapper .banner_scroller tr {
	display: block;
}
.hslider__autoheight .banners_wrapper .banner_scroller tr {
	font-size: 0;
	white-space: nowrap;
}
.hslider__autoheight .banners_wrapper .banner_scroller td {
	display: inline-block;
}
.hslider__autoheight .banners_wrapper .banner_scroller a {
	display: block;
}
.hslider__autoheight .banners_wrapper .banner_scroller img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.news {
	display: flex;
	width: calc(100% + 40px);
	justify-content: center;
	margin: 0 -20px;
}
.news__item {
	display: inline-block;
	width: 25%;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	line-height: 1.5;
}
.news__content {
	margin: 20px;
	display: block;
}
.news__img {
	display: block;
	height: 170px;
	background-position: center;
	background-size: cover;
	border-radius: 9px;
	margin-bottom: 20px;
}
.news__date {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.news__wrap .link-all-news {
	float: right;
	position: relative;
	top: 20px;
	color: #999;
	text-decoration: none;
}
.news__wrap .link-all-news:hover {
	color: #000;
}



body.index .scroller .scroller_line#logo_container {
	border: 0;
	margin: 0;
}


.scroller .larr_scroll, .scroller .rarr_scroll {
	top: 0;
	height: 100%;
	width: 80px;
	background: transparent;
	pointer-events: auto;
}
.scroller .larr_scroll:hover, .scroller .rarr_scroll:hover {
	background: transparent;
}
.scroller .larr_scroll::after, .scroller .rarr_scroll::after {
	content: '<';
	display: block;
	font-family: monospace;
	font-weight: bold;
	height: 40px;
	width: 40px;
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0 2px 7px rgba(0,0,0,.1);
	top: 0;
	text-indent: 1px;
	font-size: 18px;
	line-height: 40px;
	color: #f7971d;
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -20px;
	transition: all 0.2s;
	text-align: center;
}
.scroller .larr_scroll:hover::after, .scroller .rarr_scroll:hover::after {
	box-shadow: 0 4px 12px rgba(0,0,0,.3);
}
.scroller .rarr_scroll::after {
	content: '>';
	right: -15px;
	left: auto;
}


@-webkit-keyframes animation-pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 hsla(0,0%,100%,0),0 0 0 57px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,.07);
		box-shadow: 0 0 0 0 hsla(0,0%,100%,0),0 0 0 57px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,.07)
	}

	to {
		-webkit-box-shadow: 0 0 0 57px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,0);
		box-shadow: 0 0 0 57px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,.07),0 0 0 114px hsla(0,0%,100%,0)
	}
}
.mapshops__wrap {
    background-image: url(/images/bg-mapshops.png);
    color: #fff;
    font-size: 14px;
    background-position: center right;
    background-size: cover;
}
.mapshops {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}
.mapshops__item {
	width: 33%;
}
.mapshops__item:last-child {
	text-align: right;
}
.mapshops__img {
	background-image: url(/images/mapshops.png);
	height: 200px;
	width: 350px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	bottom: -30px;
	border-radius: 200px 200px 0 0;
	animation: animation-pulse 1.5s linear infinite;
}
.mapshops__fixed {
    background-color: #f7971d;
    width: 500px;
    padding: 40px;
    box-sizing: border-box;
}
.mapshops__numbers {
    margin: 30px 0;
}
.mapshops__numbers > span {
	display: inline-block;
	font-size: 40px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	line-height: 1;
	padding: 5px;
	margin-right: 2px;
	font-family: Consolas, monaco, monospace;
}
.mapshops__numbers p {
	margin-top: 10px;
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	font-size: 16px;
}
.footer__item--big {
	width: 50%;
}
.footer__item address a {
    display: block;
    color: #333;
    margin-bottom: 3px;
    text-decoration: none;
}
.footer__wrap .menu__wrap {
	background: rgba(0, 0, 0, 0.02);
}
.footer__wrap .menu__wrap a.orange {
	display: none;
}
.footer p {
    line-height: 1.4;
}

.social {
	padding-top: 0;
}
.social img {
	background: none !important;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	margin: 0 0 0 5px;
}
.social img:hover {
	opacity: 0.8;
}



.mapshops__iframe {
    height: 690px;
    width: 100%;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 1200px;
	margin: 20px auto;
}
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/* Offers */

.special_offers,
.special_offers * {
	box-sizing: border-box;
}
.special_offers {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	font-family: 'PF BeauSans Pro';
	width: calc(100% + 40px);
	margin: 0 -20px;
}
.special_offers .so-item {
	display: block;
	width: 33.33333%;
	color: inherit;
	box-sizing: border-box;
	text-decoration: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.special_offers .so-item-wrapper {
	/* display: block;
	margin: 20px;
	padding: 10px;
	border: 2px solid gray;
	border-radius: 9px;
	overflow: hidden; */
	display: block;
	position: relative;
	margin: 20px;
	padding: 20px 0;
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 30px -10px rgba(0,0,0,.2);
	border-radius: 9px;
	overflow: hidden;
	background: #fff;
}
.special_offers .so-item:hover .so-item-wrapper {
	box-shadow: 0 0 30px -10px rgba(0,0,0,.25);
}
.special_offers .so-time {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 5px 20px;
	background-image: linear-gradient(to right, #ffbb34, #fa903c);
	color: #fff;
	border-radius: 0 5px 5px 0;
}
.special_offers .so-image {
	display: block;
	height: 280px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.special_offers .so-info {
	display: flex;
	align-items: flex-end;
	padding: 0 15px 0 20px;
}
.special_offers .so-info > .so-title {
	margin-right: auto;
	margin-bottom: 5px;
	padding-right: 5px;
	font-size: 16px;
}
.special_offers .so-info > .so-title * {
	font-size: inherit!important;
}
.special_offers .so-info > .so-price-wrapper {
	line-height: 1;
	white-space: nowrap;
	text-align: right;
}
.special_offers .so-info > .so-price-wrapper > .so-price {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size: 40px;
	color: #f7971d;
	margin-right: 34px;
}
.special_offers .so-info > .so-price-wrapper.so-price-type-2bp1 > .so-price,
.special_offers .so-info > .so-price-wrapper.so-price-type-3bp2 > .so-price,
.special_offers .so-info > .so-price-wrapper.so-price-type-4bp2 > .so-price,
.special_offers .so-info > .so-price-wrapper.so-price-type-6bp4 > .so-price {
	color: #e31e24;
}
.special_offers .so-info > .so-price-wrapper > .so-price.old {
	position: relative;
	top: 39px;
	left: 9px;
	font-weight: 500;
	color: #4f4f4f;
	font-size: 24px;
	margin-right: 0;
}
.special_offers .so-info > .so-price-wrapper > .so-price.old:after {
	content: '';
	position: absolute;
	left: -3px;
	right: -3px;
	top: 50%;
	height: 1px;
	background-color: #4f4f4f;
}
.special_offers .so-info > .so-price-wrapper > .so-price.old.old-no:after,
.special_offers .so-info > .so-price-wrapper.so-price-type-2bp1 > .so-price.old::after,
.special_offers .so-info > .so-price-wrapper.so-price-type-3bp2 > .so-price.old::after,
.special_offers .so-info > .so-price-wrapper.so-price-type-4bp2 > .so-price.old::after,
.special_offers .so-info > .so-price-wrapper.so-price-type-6bp4 > .so-price.old::after {
	display: none;
}

.special_offers .so-info > .so-price-wrapper > .so-price.discount {
	font-weight: 600;
	font-size: 27px;
	color: #fff;
	padding: 29px 0 29px 0;
	margin: -45px 0 -6px;
	text-align: center;
}
.special_offers .so-info > .so-price-wrapper > .so-price > span {
	font-size: 70%;
}

.special_offers .so-info > .so-price-wrapper > .special_icons {
	background-image: url('../images/special-icons.png');
	background-repeat: no-repeat;
	display: inline-block;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-2bp1 > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -5px -5px;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-3bp2 > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -101px -5px;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-4bp2 > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -197px -5px;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-6bp4 > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -293px -5px;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-n > .special_icons,
.special_offers .so-info > .so-price-wrapper.so-price-type-clear > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -389px -5px;
}

.special_offers .so-info > .so-price-wrapper.so-price-type-monetka > .special_icons {
	width: 86px;
	height: 102px;
	background-position: -485px -5px;
}

.header__item.menu__toggle_wrap, 
.header__item.feedback__toggle_wrap, 
.header__item.city__toggle_wrap {
	display: none;
}
.header__item .phone__mobile {
	display: none;
}

#city_layer .layer-in {
    width: 400px;
}

/* special offers v2 */
.special_offers_2 {
    display: flex;
    flex-wrap: wrap;
}
.special_offers_2 > .so-item-wrapper {
    display: block;
    width: 33.33333%;
    padding: 15px;
}
.special_offers_2 > .so-item-wrapper > .so-item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #f2f2f2;
    box-shadow: 0 0 30px -10px rgba(0,0,0,.2);
    border-radius: 9px;
    background: #fff;
    padding: 20px 0;
    text-decoration: none;
    color: inherit;
}
.special_offers_2 > .so-item-wrapper > .so-item:hover {
    box-shadow: 0 0 30px -10px rgba(0,0,0,.25);
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-time {
    position: absolute;
    top: 15px;
    left: -10px;
    padding: 5px 20px 5px 20px;
    border-radius: 0 5px 5px 0;
    background-image: linear-gradient(to right, #ffbb34, #fa903c);
	color: #fff;
	z-index: 1;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-time::before {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
	bottom: -8px;
	left: 0;
	border-width: 0 10px 8px 0;
	border-right-color: #ff9933;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-image {
	position: relative;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	max-height: 280px;
	overflow: hidden;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-image::before {
	content: '';
	display: block;
	padding-top: 74%;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info {
	padding: 0 10px;
	display: flex;
	margin-top: auto;
	align-items: flex-end;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-title {
    width: 100%;
    font-size: 16px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-title b {
	display: inline-block;
	margin-bottom: 5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-title * {
    font-size: inherit!important;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-title *:empty {
    display: none;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper {
    position: relative;
    white-space: nowrap;
    line-height: 1;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper .so-penny {
    font-size: 65%;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper > .so-price {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 40px;
	color: #f7971d;
	/*color: #e31e24;*/
	padding: 0 34px 0 0;
	text-align: right;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper > .so-price > .so-discount {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: -10px;
	width: 86px;
	height: 102px;
	background-image: url(../images/special-icons.png);
	background-repeat: no-repeat;
	background-position: -389px -5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px;
	font-weight: 600;
	padding-bottom: 13px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper > .so-price > .so-discount > span {
    font-size: 60%;
    padding-top: 6px;
    padding-left: 3px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-2bp1 > .so-price > .so-discount {
    background-position: -5px -5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-3bp2 > .so-price > .so-discount {
	background-position: -101px -5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-4bp2 > .so-price > .so-discount {
	background-position: -197px -5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-6bp4 > .so-price > .so-discount {
	background-position: -293px -5px;
}

.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-monetka > .so-price > .so-discount {
	width: 86px;
	height: 102px;
	background-position: -485px -5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper > .so-price-old {
	font-weight: 500;
	color: #4f4f4f;
	font-size: 23px;
	position: relative;
	margin-right: 75px;
	padding: 0 5px;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-n > .so-price-old::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #4f4f4f;
}
.special_offers_2 > .so-item-wrapper > .so-item > .so-info > .so-price-wrapper.so-price-type-n > .so-price {
    color: #f7971d;
}
@media (max-width: 1023px)
{
    .special_offers_2 > .so-item-wrapper {
        width: 50%;
    }
}
@media (max-width: 767px)
{
    .special_offers_2 > .so-item-wrapper {
        width: 100%;
    }
}


iframe[src*=bidzaar] {
    background: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.hide {
	display: none !important;
}

.leave-links > .ll {display: inline-block;height: 40px;width: 160px;overflow: hidden;position: relative; border-radius: 8px;}
.leave-links > .ll > img {position: relative; max-height: 100%;max-width: 100%; z-index: 2;}
.leave-links > .ll > span {position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: 1; transition: .1s linear opacity;}
.leave-links > .ll::before {content: attr(data-content);position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);padding-left: 40px;font-size: 14px; transition: .1s linear color; z-index: 3;}
.leave-links > .ll::after {content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;border: 3px solid #ccc;  border-radius: 8px; z-index: 4;}

.leave-links > .ll-tg::before {color: #1c8adb;}
.leave-links > .ll-tg::after {border: 3px solid #1c8adb;}
.leave-links > .ll-tg > span { background-image: linear-gradient(90deg, #fff 38px, #1c8adb 38px); }
.leave-links > .ll-tg:hover > span { opacity: 1; }
.leave-links > .ll-tg:hover::before {color: #fff;}


.leave-links > .ll-vk::before {color: #4d76a1;}
.leave-links > .ll-vk::after {border: 3px solid #4d76a1;}
.leave-links > .ll-vk > span { background-image: linear-gradient(90deg, #fff 38px, #4d76a1 38px); }
.leave-links > .ll-vk:hover > span { opacity: 1; }
.leave-links > .ll-vk:hover::before {color: #fff;}


/*  */

.flipbook-wrapper{
    transition: all0.2s ease 0s;
    opacity: 0;
}


.header__menu--tabs #menu ul li a.extra.danissimo-ny:hover {
    /*background: url('/uploads/file_article/41/danissimo-btn-2.jpg'), linear-gradient(180deg, #f69c22, #fdcd07) !important;*/
    background-size: 100% !important;
    color: transparent;
    background: rgba(247,152,29,0.8) !important;
}
.header__menu--tabs #menu ul li a.extra.danissimo-ny::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    display: flex;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 0;
	padding: inherit;
    border: none;
    color: #fff;
    background: rgba(245,155,33,.1);
    border-radius: inherit;
	text-shadow: 0 0 5px #f69c22;
}
.header__menu--tabs #menu ul li a.extra.danissimo-ny:hover::before {
    background: rgba(255,255,255,.5);
    color: #000;
	text-shadow: 0 0 5px #fff;
}
.header__menu--tabs #menu ul li a.extra.danissimo-ny::after {
    display: none !important;
}
@media all and (max-width: 1024px)
{
    .header__menu--tabs #menu ul li a.extra.danissimo-ny {
        background-size: auto 105% !important;
        background-repeat: no-repeat !important;
    }
    .header__menu--tabs #menu ul li a.extra.danissimo-ny::before
    {
        justify-content: flex-start;
    }
}
.adv__btn{
    display: flex;
    align-items:center;
    justify-content:center;
    border-radius: 6px;
    background: #83BB32;
    transition: all 0.2s ease 0s;
    width: 105px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    bottom: -40px;
    z-index: 50;
    left: calc((100% - 1240px) / 2);
}
.adv__btn span{
    color: #fff;
    font-size: 16px;
    margin-left: 5px;
}
.adv__btn:hover svg path{
    stroke: #444446
}
.adv__btn:hover svg circle{
    stroke: #444446
}
.adv__btn:hover{
    background: #D4DF4C;
}
.adv__btn:hover span{
    color: #444446;
}

.adv-modal{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition: all 0.2s ease 0s;
    background: rgba(0, 0, 0, 0.53);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index: 500;
    opacity:0;
    visibility: hidden;
}

.adv-modal__body{
    position:relative;
    min-width: 416px;
    height: 416px;
    padding:50px;
    background: url(/images/adv-bg.png) no-repeat;
    background-color: #fff;
    display: flex;
    align-items:center;
}

.adv-modal__cross{
    position:absolute;
    right:0;
    top:0;
    cursor: pointer;
}

.adv-modal__item{
    display: flex;
    flex-direction: column
}

.adv-modal__item span{
    color: #4F4F4F;
    font-family: PT Sans;
    font-size: 16px;
}

.adv-modal__item p{
    color: #4F4F4F;
    font-family: PT Sans;
    font-size: 32px;
    margin-top:15px;
    font-weight: 700;
    line-height: 1;
}

.adv-modal__item:not(:first-child){
    margin-top: 55px;
}

.adv-modal._active{
    opacity: 1;
    visibility: visible
}

.adv-container{
        width: 1260px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.flipbook-wrapper .adv__btn{
    position: static;
    margin: 10px auto 0 auto;
}

.adv__btn:not(.show){
    display:none !important;
}

@media(max-width: 1280px){
    .adv__btn{
        left: 20px;
    }
}

@Media(max-width: 500px){
    .adv-modal__body{
        min-width: 0;
        width: 100%;
    }
}

dl.special_page_list dd .item .anounce > div {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin: 10px 0 7px;
}
dl.special_page_list dd .item .anounce > div > a {
    margin-right: 10px;
}
dl.special_page_list dd .item .anounce > div > a > button {
    margin: 0;
}

dl.special_page_list dd .item .anounce > div > .adv__btn {
    position: static;
    vertical-align: middle;
}
dl.special_page_list dd .item .anounce > div > .adv__btn span {
    font-size: 14px;
}

/*.table-price{*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	row-gap: 5px;*/
/*	min-width: 130px;*/
/*	margin-left: 10px;*/
/*}*/

/*.table-price div{*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	align-items: flex-start;*/
/*	row-gap: 3px;*/
/*}*/

/*.table-price div p:first-child{*/
/*	font-size: 16px;*/
/*	font-weight: 600;*/
/*}*/

/*.table-price div .so-price{*/
/*	display: block;*/
/*	position: relative;*/
/*	font-weight: bold;*/
/*	font-size: 40px;*/
/*	color: #f7971d;*/
/*	margin-top: 5px;*/
/*	!* color: #e31e24; *!*/
/*}*/

/*.table-price div .so-price .so-penny{*/
/*	font-size: 65%;*/
/*}*/

/*.table-price div .so-price-old{*/
/*	font-weight: 500;*/
/*	color: #4f4f4f;*/
/*	font-size: 23px;*/
/*	position: relative;*/
/*}*/

/*.table-price div .so-price-old .so-penny{*/
/*	font-size: 65%;*/
/*}*/

.table-price__top{
	display: flex;
	align-items: flex-end;
}

.table-price__left{
	padding: 3px 10px 3px 0;
	display: flex;
	align-items: center;
	border-right: 1px dashed #ECECEC;
}

.table-price__left p{
	font-size: 14px;
	font-weight: 300;
	line-height: 0.8;
}

.table-price__left span{
	font-weight: 700;
	font-size: 28px;
	margin-left: 1px;
}

.table-price__right p{
	font-weight: 700;
	color: #F7971D;
	font-size: 40px;
}

.table-price__right{
	display: flex;
	padding: 3px 0 3px 10px;
}

.table-price__right span{
	font-size: 16px;
}

.header__item.search__wrap{
	display: none !important;
}