@charset "utf-8";
/* CSS Document */

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

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Ads
7. Products
8. Ad Extra Large
9. Icon Boxes
10. Newsletter
11. Footer


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

/***********
1. Fonts
***********/
/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #f9fafa;
	color: #404040;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
    margin-bottom: 1px;
	margin-left:0px
}
p
{
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: normal;
	color: #040404;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	position: relative;
	color: #72af35;
}
p a:hover
{
	color: #72af35;
}
p a:hover::after
{
}
::selection {
    color: white;
    background: blue;
}
p::selection
{
    color: white;
    background: blue;
}
::-moz-selection {
    color: white;
    background: blue;
}
h1{font-size: 25px;}
h2{font-size: 20px;}
h3{font-size: 16px;}
h4{font-size: 15px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'HelveticaNeueCyr', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	padding-left:0px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
/*Маркер списка в описании категорий и детального описания товара  */
.bx-section-desc.bx-green li {
    list-style: disc;
    margin-left: 30px;
    padding: 5px 5px 5px 5px;
}
.descproducts li {
    list-style: disc;
    margin-left: 30px;
    padding: 5px 5px 5px 5px;	
}
/*Таблица в детальном описании товара  */
.descproducts table {
    width: 100% !important;
    border-width: 1px;
    border-color: green;
	margin-top:10px;
}
.descproducts td {
    padding: 10px;
    border-color: green;
    background: linear-gradient(to bottom, #F9FAFA 10%, #A9ED6C1A 10%, #F9FAFA 90%, #F9FAFA 90%);
}	
.hide
{
	display:none;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
div.art{padding-left:20px}
.button
{
	width: 178px;
	height: 61px;
	background: none;
	text-align: center;
	border: solid 2px #1b1b1b;
	overflow: hidden;
	cursor: pointer;
}
.button a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 57px;
	color: #1b1b1b;
	background: none;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button::after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #FFFFFF;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
	opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_light
{
	border: solid 2px #FFFFFF;
}
.button_light a
{
	color: #FFFFFF;
}
.button:hover a
{
	color: #FFFFFF;
}
.button_light:hover a
{
	color: #1b1b1b;
}
.panel-default{border:0px}

/*********************************
3. Header
*********************************/
div.mobile{display:none}
.topline{
	background:#75b040;
	height:37px;
}
.topline .container{width:1170px;padding-left:0px}
.topline .info,.topline .search{margin:7px 15px 5px 25px;color:white}
.topline .info span{text-decoration:underline}
.topline .info img{position:relative;top:-1px}
a.magaz span{color:white}
.topline .search{margin:8px 10px;width:30px;border-right:solid 1px #a4db73}
.topline .search img{margin-top:0px}
.topline .account {padding-top:9px;margin-right:30px;}
.topline .account img {top:-2px;position:relative}
.topline .account a{color:white}
.middleline{
	height:73px;
	padding:15px 0px 15px;
	background:white;
}
.middleline .container{width:1170px}
.middleline .cartblock {
    height: 44px;
    width: auto;
    border-radius: 20px;
    background-image: linear-gradient(#f6a530, #f4c128);
    padding: 9px 13px;
	white-space:nowrap;
	margin-right:30px;
}
.middleline .cartblock span {
	display: block;
    float: right;
    width: auto;
    line-height: 15px;
    font-size: 14px;
    color: white;
    white-space: nowrap;
    margin-top: 6px;
    padding-left: 10px;
}
.middleline .optblock{
	height:44px;
	width:163px;
	border-radius:20px;
	padding:8px 6px 8px 11px;
	border:solid 1px #75b040;
	margin-right:20px;	
}
.middleline .optblock span{
	display: block;
    float: right;
    width: 114px;
    line-height:1.2em;
    font-size:13px;
}
.middleline .optblock .opt{color:#040404;}
.optmobile{display:none}
.middleline .logo{width: 335px;}
.middleline #animation_container{
	background-color: rgba(255, 255, 255, 1.00);
    width: 60px;
    height: 60px;
    position: relative;
    top: -10px;
}
.middleline #canvaslogo{
	width:60px;
	height:60px;
	position:absolute;
	display:block;
	background-color:rgba(255, 255, 255, 1.00);
}
.middleline #dom_overlay_container{
	pointer-events:none;
	overflow:hidden;
	width:60px;
	height:60px;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}
.middleline .logo .logodesc{width:249px;padding:2px 0px 12px 10px;}
.middleline .logo .logoname2{font-size:13px;width:100%;position:relative;top:-3px;}
.middleline .logo .logoname{
	font-size: 21px;
    width: 240px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
	display:block;
}
.middleline .phoneblock1{
	width:220px;
	margin-left:10px;
}
.middleline .phoneblock2{
	width:210px;
	margin-left:20px;
}
.middleline .phoneblock1 span{
	width:100%;
	display:block;
	padding-left:15px;
}
.middleline .phoneblock2 span{
	width:100%;
	display:block;
}
.middleline .phoneblock1 .big img{
	position:relative;
	top:-2px;
}
.middleline .phoneblock1 .big{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#404040;
	line-height: 1.4em;
    padding-top: 3px;
	padding-left:0px;
}
.middleline .phoneblock2 .big{
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#404040;
	line-height: 1.4em;
    padding-top: 3px;
}
.middleline .phoneblock2 .hot{
	text-decoration:underline;
	color:#404040;
}
.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
}
.header_container
{
	width: 100%;
	z-index: 1;
}
.containermenu{
	max-width:100%;
	height:38px;
	clear:both;
	top:-3px;
}
.rowmenu{
	background:url(../images/menu-shadow3.png) repeat-x bottom;
    border-top: solid 1px #ddd;
}
.header_content
{
	width: 100%;
	height: 52px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .header_content
{
	height: 52px;
}
.logo a
{
	font-size: 30px;
	font-weight: 700;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .logo a
{
	font-size: 24px;
}
.main_nav
{
	margin:0px auto 0px;
	max-width:1170px;
	width:100%;
}
.main_nav > ul > li
{
	display:inline-flex;
	position:relative;
	padding:3px 10px;
	float:left;
	width:120px;
	text-align: center;
	height:34px;
	align-items: center;
	border-left:1px solid #ddd;
	width:130px;
}
/*.main_nav > ul > li:nth-child(1){width:130px;margin-left:0px;}
.main_nav > ul > li:nth-child(3){width:100px}
.main_nav > ul > li:nth-child(4){width:105px}
.main_nav > ul > li:nth-child(5){width:105px}
.main_nav > ul > li:nth-child(8){width:155px}
.main_nav > ul > li:nth-child(9){width:150px;}*/
.main_nav > ul > li:last-child{
border-right:1px solid #ddd;
}
.main_nav > ul > li.active, .main_nav > ul > li:hover{
	background:#75b040;
}
.main_nav > ul > li.active>a, .main_nav > ul > li>a.hover{
	color:white!important;
}
.main_nav > ul > li > a
{
	font-size: 14px;
	color: #040404;
	line-height:1.1em;
    margin: 0px auto;
}
.main_nav > ul > li > a:hover{text-decoration:none}
.main_nav > ul > li > a:hover,
.main_nav > ul > li:hover > a,
.main_nav > ul > li.active > a
{
	color: white;
}
.hassubs>ul
{
	position: absolute;
	left: 0px;
	top: calc(100% + 20px);
	width:1170px;
	text-align: right;
	background: #FFFFFF;
	padding-right: 5px;
    padding-left: 5px;
	padding-top: 25px;
	padding-bottom: 25px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	box-shadow: 0px 5px 9px rgba(0,0,0,0.2);
}
.hassubs:hover>ul
{
	visibility: visible;
	opacity: 1;
	top: 35px;
	z-index:99;
}
.hassubs>ul>li
{
	margin:5px 10px;
	float:left;
    width: calc(33% - 25px);
    width: -webkit-calc(33% - 25px);
    width: -o-calc(33% - 25px);
    width: -moz-calc(33% - 25px);
	margin-right:25px;
	text-align:left;
	border-bottom:dashed 0px #ddd;
/*0px - Убирает в меню на десктопе пунктирные разделения разделов (Просьба Евгения)*/	
	margin:5px 10px;
}
.hassubs ul>li>a
{
	font-size: 14px;
	color: #767676;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 3px 0px;
    display: block;
    line-height: 1.2em;
	margin:0px 10px;
}
.hassubs ul>li:hover>a, .hassubs ul>li>a:hover
{
	color: #5ca619;
}
.header_extra
{

}
.shopping_cart
{
	display: inline-block;
}
.shopping_cart a svg
{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.shopping_cart a:hover svg,
.shopping_cart a:hover div
{
	fill: #e95a5a;
	color: #e95a5a;
}
.shopping_cart a div
{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	margin-left: 13px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.shopping_cart a div span
{
	margin-left: 4px;
}
.search
{
	display: inline-block;
	margin-left: 51px;
	cursor: pointer;
	vertical-align: sub;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.search_icon
{
	width: 13px;
	height: 13px;
}
.search_icon svg
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_icon:hover svg
{
	fill: #e95a5a;
}
.hamburger
{
	display: none;
	margin-left: 30px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.hamburger i
{
	font-size: 18px;
	color: #1b1b1b;
}
.search_panel
{
	position:absolute;
    top: 6px;
    width: 200px;
    background: transparent;
    z-index: 5;
    right: 220px;
}
.search_panel.active {
    bottom: 0px;
    top: 0px;
}
.search_panel_content
{
    height: 36px;
    right: 0px;
}
.search_input {
    width: 300px;
    height: 26px;
    border: none;
    outline: none;
    border-radius: 3px;
    padding-left: 20px;
}
.search_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.title-search-result {
	display: none;
    position: fixed;
    z-index: 1002;
    width: 360px;
    background: transparent;
    padding: 10px;
    border: 0px;
    top: 66px;
    margin-left: -25px;
    margin-top: -10px;
}
.title-search-result .bx_searche{
	background: white;
    border: solid 1px gray;
}
.title-search-result .bx_image {
	width: 105px;
    height: 75px;
    background-size: cover;
    float: left;
    margin: 5px;
    margin: 10px 10px;
}
.title-search-result .bx_item_element{
	padding: 5px 0px;
    float: left;
    width: calc(100% - 135px);
}
.header_social
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 60px;
	z-index: 1;
	margin-right: -5px;
}
.header_social ul li
{
	display: inline-block;
}
.header_social ul li:not(:last-child)
{
	margin-right: 18px;
}
.header_social ul li a i
{
	font-size: 16px;
	color: #b5b5b5;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_social ul li a i:hover
{
	color: #1b1b1b;
}

/*********************************
4. Menu
*********************************/
.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #e4e4e4;
	z-index: 101;
}
.menu.active
{
	right: 0;
}
.menu_container
{
	width: 100%;
	height: 0px;
	padding-top: 130px;
}
.menu.active .menu_container
{
	height: 500px;
}
.page_menu_content
{
	padding-left: 30px;
	padding-right: 30px;
	overflow: hidden;
	text-align: right;
}
.page_menu_search
{
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_menu_nav
{

}
.page_menu_search_input
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}
.page_menu_item
{
	display: block;
	position: relative;
	vertical-align: middle;
}
.page_menu_nav > li
{
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.page_menu_item > a
{
	display: block;
	color: #1b1b1b;
	font-weight: 700;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_menu_item > a:hover
{
	color: #c3c1cc;
}
.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
	display: inline-block;
}
.page_menu_selection
{
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}
.page_menu_selection li
{
	padding-right: 15px;
	line-height: 40px;
}
.page_menu_selection li:last-child
{
	padding-bottom: 20px;
}
.page_menu_selection li a
{
	display: block;
	color: #1b1b1b;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 14px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_menu_selection li a:hover
{
	color: #c3c1cc;
}
.page_menu_selection li:last-child a
{
	border-bottom: none;
}
.menu_social
{
	position: absolute;
	right: 30px;
	bottom: 15px;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 18px;
}
.menu_social ul li a i
{
	font-size: 16px;
	color: #b5b5b5;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
	color: #1b1b1b;
}
.menu_close
{
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 16px;
	color: #1b1b1b;
	padding: 5px;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 584px;
	background: #f9fafa;
	z-index: 2;
	clear:both;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
	padding-top: 130px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content_container
{
	position: absolute;
	left: 0;
	top: 32.3%;
	width: 100%;
}
.home_slider_content
{
	max-width: 580px;
}
.home_slider_title
{
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.home_slider_subtitle
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: 22px;
}
.home_button
{
	margin-top: 40px;
}
.home_slider_dots_container
{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.home_slider_dots
{
	position: absolute;
	left:calc(50% - 70px);
	left:-webkit-calc(50% - 70px);
	left:-o-calc(50% - 70px);
	left:-moz-calc(50% - 70px);
	bottom: 56px;
}
.home_slider_custom_dot
{
	background:url(../images/slider-dot.png) no-repeat;
	width:13px;
	height:13px;
	margin:0px 5px;
}
.home_slider_custom_dot.active
{
	background:url(../images/slider-dot-active.png) no-repeat!important;
}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #e95a5a;
}
.home_slider_custom_dot.active
{
	color: #e95a5a;
}
.owl-theme .owl-dots
{
	display: none;
}
.fadeIn
{
	animation-delay: 1000ms;
}
.owl-carousel {
    max-width: 1170px;
    margin: 0px auto;
}
.owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: -242px;
    left: 15px;
    z-index: 20001;
	background:url(../images/slider-dot-prev.png) no-repeat;
	color:transparent;
	width:16px;
	height:33px;
}
.owl-theme .owl-nav .owl-prev:hover{
	background:url(../images/slider-dot-prev.png) no-repeat;
	color:transparent;
	width:16px;
	height:33px;
}
.owl-theme .owl-nav .owl-next{
    position: absolute;
    top: -242px;
    right: 15px;
    z-index: 20001;
	background:url(../images/slider-dot-next.png) no-repeat;
	color:transparent;
	width:16px;
	height:33px;
}
.owl-theme .owl-nav .owl-next:hover{
	background:url(../images/slider-dot-next.png) no-repeat;
	color:transparent;
	width:16px;
	height:33px;
}
/*********************************
6. Ads
*********************************/

.avds
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.avds_container
{
	width: 100%;
	height: 490px;
	padding-left: 60px;
	padding-right: 60px;
}

/* Ad Small*/

.avds_small
{
	width: calc((100% * 0.391) - 15px);
	height: 100%;
	padding: 30px;
}
.avds_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.avds_small_inner
{
	width: 100%;
	height: 100%;
	border: solid 2px #FFFFFF;
}
.avds_discount_container
{
	position: absolute;
	right: 36px;
	bottom: 0;
}
.avds_discount_container > div
{
	position: relative;
	width: 100%;
	height: 100%;
}
.avds_discount
{
	position: absolute;
	bottom: 71px;
	right: 0;
	width: 152px;
	text-align: center;
}
.avds_discount div:first-child
{
	font-size: 60px;
	font-weight: 700;
	color: #1b1b1b;
	line-height: 0.75;
}
.avds_discount div:first-child span
{
	font-size: 36px;
	font-weight: 700;
	vertical-align: super;
}
.avds_discount div:last-child
{
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
	margin-top: 1px;
}
.avds_small_content
{
	max-width: 250px;
	padding-top: 57px;
	padding-left: 31px;
	padding-right: 30px;
}
.avds_title
{
	font-size: 48px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.16;
}
.avds_link
{
	margin-top: 18px;
	padding-left: 4px;
}
.avds_link a
{
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.avds_link a::after
{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	content: '';
}

/* Ad Large */

.avds_large
{
	width: calc((100% * 0.608) - 15px);
	height: 100%;
}
.avds_large_container
{
	width: 100%;
	height: 100%;
	padding-top: 39px;
	padding-left: 32px;
	padding-bottom: 44px;
}
.avds_large_content
{
	max-width: 567px;
	height: 100%;
	background: rgba(0,0,0,0.63);
	padding-right: 130px;
	padding-left: 30px;
	padding-top: 51px;
	padding-bottom: 30px;
}
.avds_text
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: 11px;
	padding-left: 2px;
}
.avds_link_large
{
	margin-top: 40px;
}

/*********************************
7. Products
*********************************/
.carousel-mobphone{display:none}
#carouselProduct{margin-bottom:40px}
#carouselProductSale{margin-bottom:40px}
#carouselProductSeasone{margin-bottom:40px}
#carouselNew{margin:0px 0px 60px}
.products, .products-sale, .products-seasone, .catproducts
{max-width:1200px;width:100%;margin:0px auto!important}
.products h2, .products-sale h2, .products-seasone h2, .news h2{padding-left:0px}
.products .container-fluid,
.products-sale .container-fluid, 
.products-seasone .container-fluid
{padding:0px}
.news {margin:0px auto;background:white}
.service {margin:0px auto;background:#72af35;color:white}
.news .container{padding:50px 0px 30px;width:100%;max-width:1200px;}
.info .container{padding:50px 15px 50px;width:100%;max-width:1200px;}
.service .container{padding:50px 15px 50px;width:100%;max-width:1200px;}
.newsletter.desktop .container{padding:50px 15px 50px;width:100%;max-width:1200px;}
.footer.desktop .container{padding:0px 15px;width:100%;max-width:1200px;}
.info .container .col, .info .container .col .col-md-6{padding:0px}
.info ul{margin:0px;padding:20px 0px 20px 0px;}
.info ul li{padding-left:40px;padding-right:20px;padding-bottom:20px;background:url(../images/li-background.png) no-repeat;}
.info a{color:#72af35;text-decoration:underline;}
.info a:hover{background:transparent}
.service p{color:white}
.service .services{clear:both;margin-bottom:20px;height:160px;}
.service .services li{
	float:left;
	width:22%;
	margin:0px 10px;
	border:solid 1px white;
	text-align: center;
    height: 150px;
    align-items: center;
	padding:20px;
	border-radius:15px;
	position:relative;
}
.service .services li .image{
	top: 10px;
    height: 75px;
    width: 100%;
}
.service .services li p{line-height:1.4em;}
.products .carousel-control-prev,
.products-sale .carousel-control-prev,
.products-seasone .carousel-control-prev,
.news .carousel-control-prev
 {
    left: 92%;
    top: -45px;
	width:20px;
    height: 33px;
	opacity:1;
    position: absolute;
}
.news .carousel-control-prev
 {
    top: -42px;
}
.products .carousel-control-next,
.products-sale .carousel-control-next,
.products-seasone .carousel-control-next,
.news .carousel-control-next
{
    left: calc(95% + 10px);
    left: -o-calc(95% + 10px);
    left: -webkit-calc(95% + 10px);
    left: -moz-calc(95% + 10px);
    top: -45px;
	width:20px;
    height: 33px;
	opacity:1;
    position: absolute;
}
.news .carousel-control-next
 {
    top: -42px;
}
.products .carousel-control-prev-icon,
.products-sale .carousel-control-prev-icon,
.products-seasone .carousel-control-prev-icon,
.news .carousel-control-prev-icon
{
    background: url(../images/slider-dot-prev.png) no-repeat!important;
}
.products .carousel-control-next-icon,
.products-sale .carousel-control-next-icon,
.products-seasone .carousel-control-next-icon,
.news .carousel-control-next-icon
{
    background: url(../images/slider-dot-next.png) no-repeat!important;
}
.products .carousel-control-next-icon, 
.products  .carousel-control-prev-icon,
.products-sale .carousel-control-next-icon, 
.products-sale .carousel-control-prev-icon,
.products-seasone .carousel-control-next-icon, 
.products-seasone .carousel-control-prev-icon,
.news .carousel-control-next-icon,
.news .carousel-control-prev-icon
{
    display: inline-block;
    width: 20px;
    height: 33px;
}
.products .carousel-inner,
.products-sale .carousel-inner,
.products-seasone .carousel-inner
{
	left:0px;
	height:400px;
}
.news .carousel-inner
{
	left:0px;
	height:400px;
}
.products .carousel-item .panel-default{
	border:solid 1px #75b040!important;
}
.products .carousel-item .panel-prayslist{
	border:solid 1px transparent!important;
}
.products .carousel-item,
.products-sale .carousel-item,
.products-seasone .carousel-item{
	margin-top:15px;
	height:500px;
	position:relative;
}
.products .carousel-item:last-child,
.products-sale .carousel-item:last-child,
.products-seasone .carousel-item:last-child,
.news .carousel-item:last-child{
	padding-right: 10px;
}
.products .carousel-item .panel-thumbnail,
.products-sale .carousel-item .panel-thumbnail,
.products-seasone .carousel-item .panel-thumbnail
{padding:20px 20px 0px;border-radius: 20px;}
.news .carousel-item .panel-thumbnail
{
	padding:20px 0px 0px;
	margin-left:0px;
    overflow: hidden;
	margin-bottom:20px;
}
.products .carousel-item .panel-default,
.products-sale .carousel-item .panel-default,
.products-seasone .carousel-item .panel-default
{border-radius:10px;background:white;min-height:450px;padding-top:10px}
.news .carousel-item .panel-default
{border-radius:10px;background:white;min-height:300px;padding-top:0px}
.products .carousel-item .panel-default:hover,
.products-sale .carousel-item .panel-default:hover,
.products-seasone .carousel-item .panel-default:hover
{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.products .carousel-item .thumb,
.products-sale .carousel-item .thumb,
.products-seasone .carousel-item .thumb
{
	height:200px;
	display:block;
	min-height:200px;
}
.news .carousel-item .thumb
{
	height:240px;
	display:block;
	min-height:240px;
}
.news .carousel-item .readme-new{
	text-align:right;
	color:#040404;
	float:right;
	padding-top:10px;
}
.products .carousel-item  a h3,
.products-sale .carousel-item  a h3,
.products-seasone .carousel-item  a h3{text-align:center;color:#040404}
.news .carousel-item  a h3{text-align:left;color:#040404}
.products .prices,
.products-sale .prices,
.products-seasone .prices{padding:20px;height:50px}
.products .prices .pricetype,
.products-sale .prices .pricetype,
.products-seasone .prices .pricetype{width:100%;float:left;}
span.oldprice{width:100%;display:block}
.products .prices .pricetype .price,
.products-sale .prices .pricetype .price,
.products-seasone .prices .pricetype .price{font-size:15px;font-weight:bold}
.products .prices .pricetype .rub,
.products-sale .prices .pricetype .rub,
.products-seasone .prices .pricetype .rub{font-size:13px;font-weight:normal;padding-left:10px}
.products .prices .pricetype .type,
.products-sale .prices .pricetype .type,
.products-seasone .prices .pricetype .type{opacity:0.6;display:block;width:100%}
.products .basket,
.products-sale .basket,
.products-seasone .basket{
    padding: 10px 0px 0px;
    text-align: center;
    color: #6aa436;
    display: block;
    clear: both;
    text-align: center;
    width: 136px;
    margin: 0px auto;
}
.products .basket img,
.products-sale .basket img,
.products-seasone .basket img{
    display: block;
	float:left
}
.products .carousel-item  .sticker{
	position:absolute;
	top:-20px;
	right:-5px;
	background:url(../images/icon-sticker.png) no-repeat;
	width:73px;
	height:33px;
	color:white;
	text-decoration:lowercase;
	padding:2px 10px;
}
.products-sale .carousel-item  .sticker.sale{
	position:absolute;
	top:-35px;
	right:15px;
	background:url(../images/icon-sticker-sale.png) no-repeat;
	width:72px;
	height:26px;
	color:white;
	text-decoration:lowercase;
	padding:2px 10px;
}
@media (min-width: 1025px) {
	
    /* show 4 items */
    .products .carousel-inner .active,
    .products .carousel-inner .active + .carousel-item,
    .products .carousel-inner .active + .carousel-item + .carousel-item,
    .products .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item ,
    .products-sale .carousel-inner .active,
    .products-sale .carousel-inner .active + .carousel-item,
    .products-sale .carousel-inner .active + .carousel-item + .carousel-item,
    .products-sale .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .carousel-inner .active,
    .products-seasone .carousel-inner .active + .carousel-item,
    .products-seasone .carousel-inner .active + .carousel-item + .carousel-item,
    .products-seasone .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item,
	.news .carousel-inner .active,
    .news .carousel-inner .active + .carousel-item,
    .news .carousel-inner .active + .carousel-item + .carousel-item
	{
        display: block;
    }
    
    .products .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .products .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .products .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .products .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .products-sale .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .products-sale .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .products-sale .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .products-sale .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .products-seasone .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .products-seasone .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .products-seasone .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item, 
	.news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .news .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item 
	{
        transition: none;
    }
    
    .products .carousel-inner .carousel-item-next,
    .products .carousel-inner .carousel-item-prev,
    .products-sale .carousel-inner .carousel-item-next,
    .products-sale .carousel-inner .carousel-item-prev,
    .products-seasone .carousel-inner .carousel-item-next,
    .products-seasone .carousel-inner .carousel-item-prev,
    .news .carousel-inner .carousel-item-next,
    .news .carousel-inner .carousel-item-prev 
	{
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .products .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item ,
    .products-sale .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .news .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item
	{
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .products .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .products .carousel-item-next.carousel-item-left + .carousel-item,
    .products .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .products .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .products .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .products-sale .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .products-sale .carousel-item-next.carousel-item-left + .carousel-item,
    .products-sale .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .products-sale .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .products-sale .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .products-seasone .carousel-item-next.carousel-item-left + .carousel-item,
    .products-seasone .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .products-seasone .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .news .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .news .carousel-item-next.carousel-item-left + .carousel-item,
    .news .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .news .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .news .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item
	{
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .products .carousel-inner .carousel-item-prev.carousel-item-right,
    .products-sale .carousel-inner .carousel-item-prev.carousel-item-right,
	.products-seasone .carousel-inner .carousel-item-prev.carousel-item-right,
	.news .carousel-inner .carousel-item-prev.carousel-item-right
	{
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .products .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .products .carousel-item-prev.carousel-item-right + .carousel-item,
    .products .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .products .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .products .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .products-sale .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .products-sale .carousel-item-prev.carousel-item-right + .carousel-item,
    .products-sale .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .products-sale .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .products-sale .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .products-seasone .carousel-item-prev.carousel-item-right + .carousel-item,
    .products-seasone .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .products-seasone .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .products-seasone .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .news .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .news .carousel-item-prev.carousel-item-right + .carousel-item,
    .news .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .news .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .news .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
	.carousel-item.col-md-3{
		flex: 0 0 25%;
		max-width: 25%;
	}

}

/*********************************
8. Ad Extra Large
*********************************/

.avds_xl
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.avds_xl_container
{
	width: 100%;
	height: 345px;
	padding-top: 34px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.avds_xl_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.avds_xl_content
{
	width: 391px;
	height: 100%;
	background: #e95a5a;
	float: right;
	padding-top: 28px;
	padding-left: 42px;
	padding-right: 30px;
}
.avds_xl_link
{
	margin-top: 18px;
}

/*********************************
9. Icon Boxes
*********************************/

.icon_boxes
{
	width: 100%;
	padding-top: 99px;
	padding-bottom: 99px;
	background: #FFFFFF;
	z-index: 2;
}
.icon_box_row
{

}
.icon_box
{
	width: 100%;
	text-align: center;
}
.icon_box_image
{
	width: 75px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}
.icon_box_image img
{
	max-width: 100%;
}
.icon_box_title
{
	font-size: 18px;
	font-weight: 500;
	color: #1b1b1b;
	margin-top: 33px;
}
.icon_box_text
{
	margin-top: 20px;
}

/*********************************
10. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #f2f4f9;
	padding-bottom: 40px;
	padding-top: 40px;
	z-index: 2;
}
.newsletter .logoname {
    font-size: 21px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
}
.newsletter .logodesc{width:22%;padding:12px 0px 12px 10px;}
.newsletter .logoname2{font-size:13px;width:100%;position:relative;top:-3px;}
.mobphone{display:none}
.desktop{display:block}
.newsletter a{color:#040404}
.newsletter a:hover{color:#7cbb31}
.newsletter ul{padding-top:20px;}
.newsletter ul li{height:42px;}
.newsletter ul li span{color:#404040}
.newsletter ul:nth-child(1) li{line-height:1.1em}
.newsletter ul:nth-child(1) li img{margin-right:5px}
.newsletter ul:nth-child(1) li span.big{padding-left:7px}
.newsletter ul:nth-child(1) li span.big2{padding-left: 28px;white-space:nowrap;color:#404040}
.newsletter_border
{
	width: 100%;
	border-top: solid 2px #e3e3e3;
}
.newsletter_content
{
	margin-top: 44px;
	background-image: linear-gradient(to bottom right, rgba(255,218,45,1), rgba(250,175,31,1));
    padding: 10px;
	border-radius:8px;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 500;
	color: #1b1b1b;
}
.newsletter_text
{
	margin-top: 8px;
}
.newsletter_form_container
{
	width: 100%;
	border-radius:8px;
	padding:20px 20px 15px;
	background:#f2f4f9;
}
.newsletter_form
{
	width: 100%;
}
.newsletter_input {
    width: 100%;
    height: 40px;
    border: none;
    border: solid 1px #cccccc;
    outline: none;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 15px;
    background: #f6f8fd;
	padding-left:10px;
}
.newsletter_input:focus{
	background:white;
    border: solid 1px #ffda2d;
}
.newsletter_button
{
	position: relative;
	background: #fbb521;
	cursor: pointer;
	margin-top: 0px;
    border-radius: 20px;
	padding:10px 30px;
    border: 0px;
	text-align:center;
}

.newsletter_button span
{
	color: #FFFFFF;
	text-shadow:rgba(0,0,0,.4) 0px 1px 3px;
}

/*********************************
11. Footer
*********************************/

.footer_overlay
{
	width: 100%;
	height: 29px;
	background: transparent;
	z-index: 1;
}
.footer
{
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background:#e7ebf6;
	padding:10px 0px;
	border:solid 1px #d8ddec;
}
.footer .topbutton{
	position:fixed;
	right:10px;
	bottom:90px;
	z-index:20001;
	opacity:0;
	cursor:pointer;
	cursor:hand;
}
.mobphone .topbutton {
    position: fixed;
    right: 10px;
    bottom: 2px;
}
.mobphone .container{height:34px;padding-top: 5px;}
.footer_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_content
{
	width: 100%;
	height: 29px;
}
.footer_logo
{
	width: 30%;
}
.footer .pay {
    margin: 0px;
    float: right;
    right: 0px;
    position: absolute;
    bottom: -12px;
}
.footer .pay .title{
    padding-top: 11px;
}
.footer .pay .card{width:400px;display:block;background:transparent;border:0px;padding:0px;margin:0px}
.footer .pay .card li{
	float:left;
	align-items: center;
    margin: 5px 10px;
	text-align:center;
	display:block;
}
.footer .pay .card li div{
	background: white;
    width: 80px;
    height: 33px;
    vertical-align: middle;
    padding-top: 5px;
}
.footer_logo a
{
	font-size: 30px;
	line-height: 0.75;
	color: #1b1b1b;
	font-weight: 700;
}
.copyright
{
	width: 40%;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #1b1b1b;
}
.footer_social
{
	width: 30%;
	text-align: right;
}
.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 26px;
}
.footer_social ul li a i
{
	font-size: 17px;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #FFFFFF;
}
.otherpage{
	margin: 160px auto 50px;
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
}
.dropdown-menu{
	background-color: #f5f5f5;
	right: 0px;
    left: -100px;
    top: 33px;
}
.dropdown-menu::before{
	content:'';
    position: absolute;
    right: 43px;
    top: -18px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}
.dropdown-menu > li > a {
    display: block;
    color: #333333!important;
    white-space: nowrap;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 4px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.sale-personal-section-index-block-ico {
    color: #404040;
}
.sale-personal-section-index-block-name {
    color: #404040;
}
.sale-personal-section-index-block:hover .sale-personal-section-index-block-ico {
    color:white;
}
.sale-personal-section-index-block:hover .sale-personal-section-index-block-name {
    color:white;
}
.warning{
	top: -186px;
	background: rgba(255, 132, 1, 0.81);	
	clear:both
}
.warning .container{width:1170px;margin:0px auto;padding-top:9px}
.warning span{
	color: white;
    text-overflow: ellipsis;
    height: 30px;
    width: calc(100% - 100px);
    max-height: 30px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
}
.warning a{color:white;text-decoration:underline;float:right}
.previewwarning{color:white;text-decoration:underline;float:left!important}
.compare{background:transparent!important}
label.compare {background-image:none!important}
.ya-share2__badge_more .ya-share2__icon {
    height: 35px!important;
    width: 35px!important;
    background-size:35px 35px!important;
    background: url(/local/images/icon-compare.png)!important;
}
.ya-share2__icon_more:before{content:''!important}
.ya-share2__icon_more, .ya-share2__icon_total-counter {
    background-color: #fff;
    border:0px!important;
}