@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=cyrillic');
@font-face {
	font-family: 'Adventure';
	src: url('../fonts/Adventure.eot');
	src: local('☺'), url('../fonts/Adventure.woff') format('woff'), url('../fonts/Adventure.ttf') format('truetype'), url('../fonts/Adventure.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Quentin';
	src: url('../fonts/Quentin.ttf');
	font-weight: normal;
	font-style: normal;
}
html, body {
	font-family: 'Roboto Condensed', sans-serif;
	color: #787878;
	font-size: 16px;
	line-height: 1;
	background-color: #fff;
}
body {
	background: url('../images/content_bg_top.png') top center/contain no-repeat;
	min-height: 100vh;
}
body.load:after {
	content: '';
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
}
body.vn {
	background-image: url('../images/content_bg_top-vn.jpg');
}
.content {
	background: url('../images/content_bg_bottom.png') bottom center/contain no-repeat;
}
body.vn .content, .content.top {
	padding-top: 120px;
}
.content.top {
	position: relative;
}
#mse2_filters {display: none;}
.vis-mobile, .vis-tablet {display: none;}
p {
	font-family: 'Arial', sans-serif;
	line-height: 1.4;
	font-size: 14px;
}
a {
	color: #182227;
	text-decoration: underline;
}
a:hover, a.active {
	color: #55c0f1;
}
a.open_pop {
	text-decoration: none;
	border-bottom: 1px dashed #91989b;
}

a.psevdo, a span.psevdo {
	text-decoration: none !important;
	border-bottom: 2px dashed #182227;
}
.order_select-curier a.psevdo {
	color: #55c0f1;
}
.order_select-curier a.psevdo, a.psevdo:hover, a span.psevdo:hover {
	text-decoration: none !important;
	border-bottom: 2px dashed #55c0f1;
}
button {
	outline: none !important;
}
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{
	font-family: 'Roboto Condensed', sans-serif;
	color: #182227;
}
h1, .h1 {
	font-size: 30px;
	font-weight: 400;
}
h2, .h2 {
	font-size: 28px;
	font-weight: 400;
}
h3, .h3 {
	font-size: 19px;
	font-weight: 400;
}
h4, .h4 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h5, .h5 {
	font-weight: 400;
	font-size: 16px;
}
h5.gray, .h5.gray {
	color: #91989b;
}
.pop_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	
	display: block;
	text-transform: uppercase;
	padding-bottom: 10px;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
}
.btn {
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	display: inline-block;
	background-color: #ff9700;
	color: #fff;
	min-width: 120px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 20px;
	border: 2px solid transparent;
	
}
.btn.gray {
	background-color: #91989b;
}
.btn.invert {
	border-color: #ff9700;
	background-color: #fff;
	color: #ff9700;
}
.btn.shadow {
	box-shadow:         10px 10px 12px 0px rgba(255, 151, 0, 0.2);
}
.btn:hover {
	background-color: #fff;
	color: #ff9700;
	border-color: #ff9700;
	text-decoration: none;
}
.btn.gray:hover {
	background-color: #fff;
	color: #91989b;
	border-color: #91989b;
	text-decoration: none;
}
.btn.invert:hover {
	border-color: transparent;
	color: #fff;
	background-color: #ff9700;
}
.btn.ico_cart {
	padding-right: 50px;
	background-image: url('../images/svg/cart_orange.svg');
	background-size: 26px 20px;
	background-position: 85% center;
	background-repeat: no-repeat;
}
.btn.ico_cart:hover {
	background-image: url('../images/svg/cart_white.svg');
}
.header {
	height: 98px;
	position: relative;
	z-index: 5;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 12px 0px rgba(59, 59, 66, 0.1);
	-moz-box-shadow:    0px 20px 12px 0px rgba(59, 59, 66, 0.1);
	box-shadow:         0px 20px 12px 0px rgba(59, 59, 66, 0.1);
}
.header .container {
	display: flex;
	align-items: center;
	height: 100%;
}
nav .dop-menu ul, .header .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
	display: flex;
}
.header .menu ul {
	justify-content: center;
}
.header .bl-cart {
	display: flex;
	text-decoration: none;
	align-items: center;
	height: 100%;
}
.msMiniCart, .msMiniCart > div {
	height: 100%;
}
.msMiniCart .not_empty, .msMiniCart.full .empty {
	display: none;
}
.msMiniCart.full .not_empty {
	display: block;
}
nav .dop-menu li {
	width: 34px;
	margin-right: 10px;
	text-align: center;
}
nav .dop-menu li img {
	width: 18px;
	transition: all .3s;
}
nav .dop-menu li.ps_active img, nav .dop-menu li a:hover img {
	width: 30px;
}
nav .dop-menu {
	flex-basis: 195px;
}
.header .bl-cart img {
	height: 22px;
}
.header .menu li {
	text-align: center;
}
.header .menu li a {
	color: #182227;
	font-size: 14px;
	display: inline-block;
	line-height: 98px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
}
.header .menu li.active a, .header .menu li a:hover, .header .menu li.ps_active a{
	color: #55c0f1;
	font-weight: 700;
}
.header .menu li a:after {
    display:block;
    line-height: 0;
    content:attr(data-title);
    font-weight:700;
    text-transform: uppercase;
    height:1px;
    color:transparent;
    overflow:hidden;
    visibility:hidden;
    margin-bottom:-1px;

}
.header .menu li {
	padding: 0 15px;
	line-height: 0;
}
.header .menu {
	flex-basis: 600px;
}
.header .cart {
	flex-grow: 1;
	position: relative;
	height: 100%;
}
.logo img {
	max-width: 170px;
	width: 100%;
}
.header .cart .info-cart {
	padding-left: 10px;
	font-size: 12px;
	color: #000;
}
.header .cart .info-cart .total_summ {
	color: #ff9700;
}
.dop-header {
	position: absolute;
	top: 100%;
	width: 100%;
	color: #182227;
	z-index: 1;
}
.dop-header > div {
	display: none;
	padding: 50px 0 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 20px 12px 0px rgba(59, 59, 66, 0.1);
	-moz-box-shadow:    0px 20px 12px 0px rgba(59, 59, 66, 0.1);
	box-shadow:         0px 20px 12px 0px rgba(59, 59, 66, 0.1);
}
.link-dop_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	
	line-height: 1;
	font-family: 'Roboto Condensed', sans-serif;
}
.link-dop_menu li {
	padding: 5px 0;
	display: block;
}
.link-dop_menu a, .bl-dop_menu .title_menu {
	color: #182227;
	text-decoration: none;
}
.link-dop_menu a:hover, .link-dop_menu .active a, .bl-dop_menu .title_menu:hover, .bl-dop_menu .title_menu.active {
	color: #55c0f1;
	text-decoration:  none;
}
.bl-dop_menu .title_menu {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	
	text-transform: uppercase;
	padding-bottom: 14px;
	display: block;
	margin-bottom: 14px;
	text-decoration: none;
	border-bottom: 1px solid #d4d8da;
}
.ban_top {
	height: 560px;
	overflow-x: hidden;
	/* padding-top: 100px; */
}
.parallax_bg {
	background-position: center;
	background-size: cover;
	color: #fff;
	background-repeat: no-repeat;
}
.parallax_bg.bg {
	height: 100%;
	width: calc(100% + 200px);
	left: -100px;
}
.ban_block {
	/* padding-bottom: 100px; */
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.projects-hidden {display: none;}
.ban_text {
	width: 100%;
	max-width: 780px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ban_text > div {padding: 0 10px;}
.ban_text > div a {white-space: nowrap;}
.ban_text span {
	text-shadow: 4px 4px 20px rgba(144, 144, 144, 0.8);
	color: #000000;
}
.adventure {
	display: block;
	font-family: 'Quentin', sans-serif;
	font-size: 55px;
}
.adventure.big {
	font-size: 130px;
	color: #000000;
}
.ban_text > div:last-child {
	align-self: flex-end;
}
.ban_text .norm_text {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
	display: block;
}
.form_line {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.inp_line {
	border: 0;
	outline: none;
	font-family: 'Roboto Condensed', sans-serif;
	border-bottom: 2px solid #91989b;
	width: 100%;
	line-height: 36px;
	height: 38px;
	color: #182227;
	padding: 0;
}
.close-btn {
	cursor: pointer;
	background: none;
	border: 0;
}
.psevdo_pop > .container {
	position: relative;
	
	font-family: 'Roboto Condensed', sans-serif;
}
.psevdo_pop p {
	line-height: 1.4;
}
.close-btn img {
	width: 20px;
	height: 20px;
	transition: all .3s;
}
.close-btn:hover img {
	transform: scale(1.3);
}
.close-psevdo_pop {
	z-index: 2;
    position: absolute;
    right: 15px;
    top: -25px;
}
.txt-center {
	text-align: center;
}
label {
	margin-bottom: 0;
	font-family: 'Roboto Condensed', sans-serif;
	
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    text-align: left;
}
[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    position: relative;
    display: block;
    padding-left: 50px;
    cursor: pointer;
    text-align: left;
}
[type="radio"]:disabled + label {
	display: none;
}
.psevdo_pop [type="checkbox"]:not(:checked) + label, .psevdo_pop [type="checkbox"]:checked + label, .psevdo_pop [type="radio"]:not(:checked) + label, .psevdo_pop [type="radio"]:checked + label {
	display: inline-block;
}
.bottom_link-input {
	padding-bottom: 35px;
}
.bottom_link-input > div {
	position: relative;
}
.link_input {
	position: absolute;
    top: calc(100% + 10px);
    left: 15px;
    color: #91989b;
}
.desc-psevdo_pop a {
	color: #91989b;
}
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 2px solid #91989b;
    background: #fff;
}
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/svg/check.svg) center/contain no-repeat;
}

[type="radio"]:not(:checked) + label:before, [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 2px solid #91989b;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:not(:checked) + label:after, [type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 6px;
    display: block;
    left: 5px;
    border-radius: 100%;
    background-color:#55c0f1;
}
.psevdo_pop [type="checkbox"]:not(:checked) + label:before, .psevdo_pop [type="checkbox"]:checked + label:before {
	width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto 0;
}
.psevdo_pop [type="checkbox"]:not(:checked) + label:after, .psevdo_pop [type="checkbox"]:checked + label:after {
    width: 18px;
    height: 18px;
    top: 0;
    left: 4px;
    bottom: 0;
    display: block;
    margin: auto 0;
}
[type="checkbox"]:not(:checked) + label:after, [type="radio"]:not(:checked) + label:after {
    opacity: 0;
}
.desc-psevdo_pop {
	margin-top: 20px;
	padding-top: 30px;
	text-align: right;
	border-top: 1px solid #d4d8da;
}
a.in_color {
	color: inherit;
}
.pdb30 {
	padding-bottom: 30px;
}
.pdb50 {
	padding-bottom: 50px;
}
.mr20 {
	margin-right: 20px;
}
ul.social {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
}
ul.social li {
	margin-right: 10px;
}
ul.social li:last-child {
	margin-right: 0;
}
.ico_soc {
	width: 26px;
	height: 26px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	outline: none;
	display: block;
	transition: background .3s;
}
.ico_vk {
	background-image: url('../images/svg/ico_vk.svg');
}
.ico_fb {
	background-image: url('../images/svg/ico_fb.svg');
}
.ico_tw {
	background-image: url('../images/svg/ico_tw.svg');
}
.ico_vk:hover {
	background-image: url('../images/svg/ico_vk-hover.svg');
}
.ico_fb:hover {
	background-image: url('../images/svg/ico_fb-hover.svg');
}
.ico_tw:hover {
	background-image: url('../images/svg/ico_tw-hover.svg');
}
.owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
}
.left_slider, .right_slider {
    width: 16px;
    height: 26px;
}
.left_slider {
	transform: rotate(180deg);
}
.owl-prev, .owl-next {
	transition: transform .3s;
}
.owl-prev:hover, .owl-next:hover {
	transform: scale(1.4);
}
.owl-prev {
	position: absolute;
	left: 0;
}
.owl-next {
	position: absolute;
	right: 0;
}
.block-slider {
	padding: 0 60px;
	position: relative;
}
.block-slider.list {
	padding: 0;
}
.block-slider.three {
	padding: 0 40px;
}
.sale_slider-item .h2{
	display: block;
	padding-bottom: 10px;
}
.sale_slider-item > .text {
	max-width: 250px;
	height: 100%;
	display: flex;
	padding-bottom: 60px;
	flex-direction: column;
	justify-content: space-between;
}
.owl-carousel button.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin: 0 3px;
	background-color: #bebebe;
}
.owl-carousel button.owl-dot.active {
	background-color: #ff9700;
}
.owl-carousel .owl-dots {
	padding-top: 25px;
	text-align: center;
}
section {
	padding-bottom: 60px;
}
section.ban_top {
	padding-bottom: 0;
}
section.ban_top.absolute {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header_slider {
	display: flex;
	width: 100%;
	align-items: center;
	padding-bottom: 30px;
}
.header_slider .title_slider {
	flex-basis: 100%;
	max-width: 340px;
}
.filter_slider-title {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	padding-bottom: 10px;
}
.filter_slider-item {
	display: flex;
	align-items: flex-start;
}
.filter_slider-link {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 12px;
	margin-right: 40px;
	position: relative;
}
.filter_slider-link:hover, .filter_slider-link.active {
	text-decoration: none;
	color: #ff9700;
}
.filter_slider-link > img {
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 7px;
	display: block;
	opacity: 0;
	transition: opacity .3s;
}
.filter_slider-link:hover > img, .filter_slider-link.active > img {
	opacity: 1;
}
.filter_slider-link:after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	opacity: 0;
	height: 12px;
	width: 100%;
	transition: all .3s;
	background: url('../images/svg/line.svg') center/180px no-repeat;
}
.filter_slider-link:hover:after, .filter_slider-link.active:after {
	opacity: 1;
}
.product_slider-item .product_slider-photo {
	display: block;
	position: relative;
}
.product_slider-item .product_slider-photo .hoverbg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../images/hover_prod.png') center left/contain no-repeat;
	opacity: 0;
	transition: opacity .8s;
	z-index: 1;
}
.product_slider-item .product_slider-photo img {
	position: relative;
	z-index: 2;
	max-width: 100%;
}
.product_slider-item:hover .product_slider-photo .hoverbg {
	opacity: 1;
}
.product_slider-name {
	padding: 20px 0;
}
.product_slider-name a {
	color: #182227;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	text-decoration: none !important;
	line-height: 1.2;
}
.product_slider-name a:hover {
	color: #ff9700;
}
.product_slider-price, .product_price, .block_product-cost {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	color: #ff9700;
}
.product_slider-price, .product_price {
	padding-bottom: 15px;
}
.product_price.sale {
	color: #55c0f1;
}
.min_order, .product_price > span.min_order {
	display: block;
    font-size: 9px;
    text-transform: uppercase;
    color: #949494;
    margin-top: 7px;
}
.bl_itog .count_price > div {
	text-align: right;
}
.product_price,.product_price .ms2_total_cost, .product_price #ms2_order_cost {
	font-size: 40px;
	font-family: 'Roboto Condensed', sans-serif;
}
.product_slider-price > span, .product_price > span, .block_product-cost span.item {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}
.product_price > span {
	margin-left: 0;
}
.add_cart {
	transition: padding .3s;
	position: relative;
}
.add_cart:hover {
	padding-right: 35px;
}
.btn.add_cart {
	position: relative;
}
.add_cart:after {
    content: '+';
    position: absolute;
    opacity: 0;
    margin-left: 0px;
    font-size: 20px;
    line-height: 12px;
    display: block;
    width: 12px;
    height: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 15px;
    transition: opacity .3s;
}
.add_cart:hover:after {
    opacity: 1;
}

.product_slider-item {
	padding-bottom: 20px;
}
.list_product .product_slider-item {
	padding-bottom: 70px;
	width: 250px;
}
.label {
	/* position: absolute;
	display: block; */
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 0 5px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	z-index: 10;
	line-height: 50px;
	text-align: center;
}
.product_slider-photo .label_block {
	top: 0;
	position: absolute;
	bottom: 0;
	right: 10%;
	display: flex;
	margin: auto;
}
.label.new {
	box-shadow: 4px 10px 18px 0px rgba(0, 76, 88, 0.5);
	background-color: #009ac3;
}
.label.hot {
	box-shadow: 4px 10px 18px 0px rgba(101, 25, 43, 0.5);
	background-color: #c3002e;
}
.label.sale {
	box-shadow: 4px 10px 18px 0px rgba(60, 88, 24, 0.5);
	background-color: #6ec300;
}
.brand_mini-logo {
	display: flex;
	flex-wrap: wrap;
}
.brand_mini-logo > a {
	flex-basis: 16.6%;
	padding: 20px 15px;
	text-align: center;
}
.brand_mini-logo > a img {
	max-width: 100%;
}
.desc_title {
	padding-top: 20px;
	font-family: 'Arial', sans-serif;
	line-height: 1.4;
	font-size: 14px;
	text-align: justify;
}
.preim_mini-block {
	padding-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.txt-center .preim_mini-block {
	justify-content: space-around;
}
.preim_mini-block > div {
	flex-basis: 180px;
	text-align: left;
	color: #000;
	position: relative;
}
.vn .preim_mini-block > div img {opacity: 0.5;}
.preim_mini-block > div > div {
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	position: absolute;	
	left: 0;
	width: 100%;
	display: block;
	padding-left: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	line-height: 1.4;
}
footer {
	padding-bottom: 80px;
}
footer .social {
	padding-top: 30px;
}
.title_menu-footer {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #182227;
	padding-bottom: 18px;
}
footer .link-dop_menu a {
	text-transform: uppercase;
	font-size: 14px;
}
footer .link-dop_menu li {
	margin-bottom: 3px;
}
.select_brand, .item_brand {
	background-color: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.item_brand {
	align-items: flex-start;
}
.bl-pdl {
	padding: 20px 40px;
}
.bl-sh {
	box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.select_brand-list {
	list-style: none;
	flex-grow: 1;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-start;
}
.select_brand-list > li {
	flex-basis: 4%;
	text-align: center;
}
.select_brand-list > li:first-child {
	text-align: left;
}
.item_brand-list {
	flex-grow: 1;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.item_brand-list li {
	flex-basis: 20%;
}
.select_brand-list a {
	text-transform: uppercase;
	margin: 0 3px;
}
.select_brand-list a:hover, .select_brand-list .ps_active a {
	font-weight: 700;
}
.select_brand-bl a {
	
	color: #182227;
	text-decoration: none !important;
}
.select_brand-bl a:hover, .select_brand-bl .ps_active a {
	color: #55c0f1;
}
.select_brand-bl {
	position: relative;
	margin-bottom: 20px;
}
.select_brand-list a:after{
	display: block;
    line-height: 0;
    content: attr(data-title);
    font-weight: 700;
    height: 1px;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    margin-bottom: -17px;
    padding: 0 3px;
}
.select_brand-title, .item_brand-title {
	width: 200px;
}
.item_brand-bl {
	width: 100%;
	display: none;
	top: 100%;
	position: absolute;
	z-index: 2;
}
.item_brand-title {
	color:#55c0f1;
	font-size: 80px;
}
.item_brand-list {
	list-style: none;
	padding: 0;
	margin: 0;
	columns: 6;
    column-gap: 15px;
}
.item_brand-list li {
	padding: 5px 0;
}
.list_category {
	background-color: #fff;
	padding: 20px 10px;
}
.list_category-menu, .list_category-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list_category-menu > li {
	padding: 0 30px;
}
.list_category-menu > li > a {
	padding-right: 20px;
	position: relative;
}
.popfade {
	display: none;
}
.list_category-menu > li > a:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	display: block;
	margin: auto;
	background: url('../images/svg/str.svg') center/contain no-repeat;
	transition: transform .3s;
}
.list_category-menu > li.sld > a:after {
	transform: rotate(90deg);
	background: url('../images/svg/str_blue.svg') center/contain no-repeat;
}
.list_category-menu > li.sld > a, .list_category-dop li:last-child a, .list_category-menu > li:last-child a {
	border: 0;
}
.list_category-menu > li.sld {
	background-color: #f7f8f8;
}
.list_category-menu a {
	display: block;
	
	color: #182227;
	padding: 15px 0;
	border-bottom: 1px solid #d4d8da;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
}
.list_category-menu ul a {
	font-weight: 400;
	text-transform: none;
}
.list_category-menu a:hover, .list_category-menu .active > a, .list_category-menu .sld > a {
	color: #55c0f1;
}
.list_category-menu a span {
	font-weight: 400;
	color: #91989b;
	float: right;
}
.list_category-dop {
	display: none;
}
.active .list_category-dop {
	display: block;
}
li.active .list_category-dop {
	/* display: block; */
}
.list_category-dop a {
	padding-left: 20px;
}
.bread_block {
	background-color: #fff;
	margin-bottom: 10px;
}
.bl-pdl30 {
	padding: 15px 30px;
}
.bread_block.bl-pdl30 {
	padding-top: 8px;
	padding-bottom: 8px;
}
.bread_block-list {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.bread_block-list li {
	position: relative;
	line-height: 30px;
	display: inline-block;
	padding-left: 25px;
	padding-right: 10px;
	
}
.bread_block-list li:first-child {
	padding-left: 0;
}
.bread_block-list li:before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url('../images/svg/str.svg') center/contain no-repeat;
}
.bread_block-list li.active:before {
	background-image: url('../images/svg/str_blue.svg');
}
.bread_block-list li:first-child:before {
	display: none;
}
.bread_block-list li a {
	color: #182227;	
	text-decoration: underline;
}
.bread_block-list li a:hover, .bread_block-list li.active {
	color: #55c0f1;
}
.fast_block {
	background-color: #fff;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fast_block-link {
	padding-top: 15px;
}
.fast_block-link.over {
	height: 115px;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}
.fast_block-link.tags_filter {
	position: relative;
}
.fast_block-link.over .show_dop2{
	cursor: pointer;
	    color: #55c0f1;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	padding-top: 38px;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.fast_block-link.over .show_dop2.slide {
	padding-top: 0;
}
.fast_block-link a {
	text-decoration: none !important;
	white-space: nowrap;
	margin: 5px 20px 5px 0;
	display: inline-block;
}
.sort_block-title {
	padding-bottom: 5px;
}
.select_down-list {
	display: none;
	position: absolute;
	min-width: 100%;
	top: calc(100% + 2px);
	left: 0;
	padding: 10px 10px 0;
	z-index: 12;
	background-color: #fff;
}
.select_down-list a {
	white-space: nowrap;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #d4d8da;
	text-decoration: none !important;
}
.select_down-list a:last-child {
	border: 0;
}
.select_down {
	border-bottom: 2px solid #91989b;
	color: #182227;
	position: relative;
	line-height: 30px;
}
.sort_block {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
    padding-bottom: 35px;
    border-bottom: 1px solid #d4d8da;
}
.sort_block-total {
	margin-top: -5px;
	flex-basis: 160px;
	flex-grow: 1;
}
.sort_block-sort {
	flex-basis: 215px;
	margin-right: 40px;
}
.sort_block-template {
	flex-basis: 115px;
}
.sort_block-item {
	flex-basis: 160px;
}
.select_down {
	cursor: pointer;
	position: relative;
	padding-right: 35px;
}
.select_down:after {
	content: '';
	width: 18px;
	height: 18px;
	transform: rotate(90deg);
	position: absolute;
	right: 5px;
	top: 0;
	bottom: 0;
	display: block;
	margin: auto;
	background: url('../images/svg/str.svg') center/contain no-repeat;
}
.list_product {
	margin-top: 35px;
	padding-bottom: 70px;
	position: relative;
}
.list_product h1 {
	padding-bottom: 35px;
}
.pagination {
	text-align: center;
}
.pagination .btn {
	min-width: 180px;
}
.tmp-block, .tmp-str {
	display: inline-block;
	width: 46px;
	height: 25px;
	margin-right: 10px;
	margin-top: 4px;
}
.tmp-str:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #91989b;
}
.tmp-block:before, .tmp-block:after {
	content: '';
	display: block;
	float: left;
	width: 20px;
	height: 100%;
	border: 2px solid #91989b;
}
.tmp-block:after  {
	float: right;
}
.tmp-str.active:before, .tmp-block.active:before, .tmp-block.active:after {
	border-color: #55c0f1;
}
.product_block {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.gallery a {
	display: inline-block;
}
.gallery .item {text-align: center;}
.gallery-relative {
	position: relative;
}
.gallery.owl-carousel .owl-item img {
	margin: auto;
}
.gallery.owl-carousel {
	background: url('../images/product_bg.png') center/contain no-repeat;
}
.gallery.owl-carousel .owl-stage-outer {
	background: url('../images/product_bg.png') center/contain no-repeat;
	padding-bottom: 30px;
}
.gallery-thumb {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.gallery-thumb button {
	background-color: transparent;
	border: 0;
    flex-basis: 25%;
}
.gallery-thumb button img {
	width: 100%;
	transition: transform .3s;
    transform: scale(0.7);
}
.gallery-thumb button.active img {
	transform: scale(1);
}
.gallery-block {
	position: relative;
}
.view_num {
	position: absolute;
	left: 30px;
	top: 5px;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	color: #787878;
	padding-left: 30px;
	background: url('../images/svg/glass.svg') center left/24px 12px no-repeat;
}

.gallery-block .label_block {
	position: absolute;
	display: flex;
	right: 0;
	top: 0;
}
.zoom {
	background: url('../images/svg/zoom.svg') center/contain no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	right: 0;
	bottom: 60px;
}
.gallery.owl-carousel:hover + .zoom {
	background-image: url('../images/svg/zoom_hover.svg');
}
.view_pop {
	position: absolute;
	top: calc(50% - 40px);
	width: 90%;
	display: none;
	left: 0;
	right: 0;
	margin: auto;
	padding: 25px 40px 25px 60px;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #787878;
	z-index: 10;
	line-height: 1.2;
	background: #fff url('../images/svg/glass.svg') 15px center/30px no-repeat;
}
.view_pop .view_count {
	color: #182227;
	font-weight: bold;
	display: block;
}
.view_pop .close-psevdo_pop {
	top: 15px;
}
.view_pop .close-btn img {
	width: 14px;
	height: 14px;
}
.product_block .name_product {
	padding-right: 70px;
	position: relative;
	padding-bottom: 20px;
}
.product_block .name_product p {
	font-size: 12px;
	margin: 0;
}
.product_block .name_product .favorite {
	position: absolute;
	right: 0;
	top: 0;
}
.favorite {
	display: block;
	width: 26px;
	height: 26px;
	background: url('../images/svg/heart.svg') center/contain no-repeat;
}
.favorite:hover, .favorite.active {
	background-image: url('../images/svg/heart_active.svg');
}
.line_top {
	border-top: 1px solid #d4d8da;
	padding: 20px 0;
}
.line_bottom {
	border-bottom: 1px solid #d4d8da;
	padding: 20px 0;
}
.line {
	padding: 0 0 20px;
}
.option_product {
	font-size: 12px;
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	align-items: center;
}
.option_product span {
	flex-basis: 83%;
	padding: 3px 0;
}
.option_product .option_product-name {
	flex-basis: 17%;
}
.mtitle {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	color: #182227;
}
.product_price .old_price {
	display: block;
	    text-decoration: line-through;
    color: #909090;
    font-weight: 700;
}
.oldprice {
	display: block;
	font-weight: 700;
    margin-left: 0 !important;
    text-decoration: line-through;
    color: #ff9700;
}
.stars_block {
	display: flex;
	align-items: center;
}
.stars_block .date {
	margin-left: 15px;
}
.stars_link a {
	margin-left: 15px;
	color: #91989b;
}
.input_number {
	display: flex;
	align-items: center;
}
.input_number input {
	width: 46px;
	line-height: 30px;
	margin: 0 8px;
	height: 30px;
	text-align: center;
}
.input_number a {
	text-decoration: none !important;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	color: #55c0f1;
}
.count_price {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.bl_itog .count_price {
	justify-content: flex-end;
}
.count_price > div {flex-basis: auto;}
.count_price .mtitle {
	padding-bottom: 10px;
}
.block_add_cart {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product_brand a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #91989b;
	text-align: center;
}
.product_brand img {
	opacity: 0.5;
    max-height: 50px;
    margin: 0 auto 5px;
    display: block;
}
.product_brand a span {
	display: block;
}
.tab_block, .order_block {
	padding-top: 15px;
}
.tab_link, .order_link {
	display: flex;
	width: 100%;
	height: 55px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d4d8da;
	align-items: flex-end;
}
.tab_link > div:first-child, .order_link > label:first-child {
	margin-left: 0;
}
.tab_link > div:last-child, .order_link > label:last-child {
	margin-right: 0;
}
.tab_link > div, .order_link > label {
	margin: 0 30px;
	cursor: pointer;
	font-size: 16px;
	text-transform: uppercase;
	color: #182227;
	font-weight: 700;
}
.tab_link > div.active, .order_link > label.active {
	font-size: 40px;
	color: #55c0f1;
	font-weight: 400;
	cursor: default;
	text-transform: none;
}
.tab_link.mini > div.active {
	font-size: 30px;
	line-height: 0.8;
}
.tab_link.mini > div {
	font-size: 13px;
	margin: 0 15px;
}
.tab_link > div sup {
	top: -15px;
	font-weight: 400;
	color: #91989b;
	font-size: 16px;
}
.tab_link > div.active sup {
	top: -25px;
}
.tab_content > div {
	display: none;
	color: #555;
}
.tab_content > div.active {
	display: block;
}
.tab_content, .order_content {
	padding: 20px 0 0;
}
.akc {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 25px;
	color: #fff;
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.akc .akc_text {
	flex-basis: 180px;
	margin-right: 20px;
	line-height: 1.2;
}
.akc .akc_btn {
	max-width: 280px;
}
.akc .akc_btn > a {
	font-size: 35px;
	color: #fff;
	display: block;
	padding: 5px 50px 5px 10px;
	border: 2px solid #ffc900;
	line-height: 1.2;
	text-decoration: none !important;
	background: url('../images/svg/cart_yellow.svg') 95% 85%/30px no-repeat;
}
.akc .akc_btn > a:hover {
	background-color: #ffc900;
	border-color: transparent;
	background-image: url('../images/svg/cart_white.svg');
}
.testim-item {
	display: flex;
	width: 100%;
	align-items: flex-start;
	border-bottom: 1px solid #d4d8da;
	padding: 20px 0 30px;
}
.testim-user{
	min-width: 300px;
	display: flex;
	align-items: flex-start;
}
.testim-user-photo {
	width: 110px;
	height: 110px;
	overflow: hidden;
	border-radius: 100%;
	background-color: #616568;
	margin-right: 25px;
}
.testim-user-info-name {
	font-weight: 700;
	color: #182227;
	margin-bottom: 15px;
}
.testim-user-info-name span {
	font-size: 12px;
	display: block;
	line-height: 1.4;
	color: #787878;
	font-weight: 400;
	font-family: 'Arial', sans-serif;
}
.testim-user-info-opt {
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	line-height: 1.4;
}
.testim-comment-header {
	padding: 0 15px 15px;
	border-bottom: 1px solid #d4d8da;
}
.testim-comment-title {
	color:#55c0f1;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.testim-comment-stars {
	display: flex;
	align-items: center;
}
.testim-comment-stars .date {
	margin-left: 15px;
}
.testim-comment-text {
	padding: 15px 15px 0;
}
.testim-pagin ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	padding: 20px;
	border-bottom: 1px solid #d4d8da;
}
.testim-pagin ul li {
	display: inline-block;
}
.testim-pagin ul a {
	font-size: 20px;
	color: #182227;
	margin: 0 5px;
	text-decoration: none !important;
}
.add_testim {
	padding-top: 30px;
}
.add_testim .h1 {
	padding-bottom: 20px;
}
.add_testim .mtitle {
	padding-bottom: 10px;
}
.three_block {
	display: flex;
	width: 100%;
	padding-top: 20px;
	flex-wrap: wrap;
}
.three_block > div {
	flex-basis: 33.3%;
	padding-bottom: 20px;
}
.three_block .inp_line, .three_block .select_down {
	max-width: 165px;
}
.three_block .select_down input {
	display: none;
}
.add_testim .stars_block {
	padding: 20px 0;
}
.inp_block input {
	margin-bottom: 20px;
}
.txt-right {
	text-align: right;
}
#bl_mini_cart {
	display: none;
	position: absolute;
	left: -30px;
	width: calc(100% + 30px);
	top: 100%;
	padding-top: 15px;
	background-color: #fff;
	color: #182227;
}
.mini_cart-padding {
	padding: 0 10px;
}
.mini_cart-header {
	line-height: 1.4;
}
.mini_cart-header .mini_cart-count-all {
	font-weight: 700;
}
.mini_cart-item {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d4d8da;
	align-items: flex-start;
}
.mini_cart-product {
	position: relative;
	max-height: 250px;
	margin-top: 10px;
}
.mini_cart-item-photo img {
	max-width: 50px;
	margin-right: 15px;
}
.mini_cart-item-info a {
	text-decoration: none !important;
	margin-bottom: 5px;
	font-size: 14px;
	display: inline-block;
}
.mini_cart-price {
	display: block;
	font-weight: 700;
	color: #ff9700;
}
.mini_cart-count {
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	color: #787878;
}
#bl_mini_cart .btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
}
.mini_cart-total {
	padding: 20px 0 0;
}
.mini_cart-total .product_price {
	padding-top: 10px;
}
.bl_order {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 90px;
}
.bl_order.nopad {
	padding-bottom: 0;
}
.label_payment {
padding-bottom: 10px;
    padding-top: 2px;
    margin-top: 10px;
}
.label_payment span:last-child {
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	display: block;
	line-height: 1.4;
}
.label_payment span:first-child {
	color: #182227;
}
.order_content input {
	margin-bottom: 20px;
}
.order_select-curier {
	padding: 30px 0;
	display: flex;
}
.order_select-info {
	margin-left: 40px;
	font-size: 14px;
	font-family: 'Arial',sans-serif;
	line-height: 1.4;
}
.order_select-info .cost-delivery {
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #182227;
}
.order_link {
	margin-top: 30px;
}
.order_link label, .tab_link.dashed > div {
	border-bottom: 1px dashed #182227;
}
.order_link label.active, .tab_link.dashed > div.active {
	border-color: transparent;
}
.order_cart {
	padding-top: 40px;
}
.order_cart .product_price, .bl_itog .product_price {
	padding-bottom: 0;
}
.order_cart .sale {
	font-family: 'Roboto Condensed', sans-serif;
	color: #182227;
	padding-top: 6px;
}
.order_cart-item {
	border-bottom:1px solid #d4d8da;
	padding: 30px 0;
}
.order_cart-item .name_product a {
	text-decoration: none !important;
	line-height: 1.1;
	display: inline-block;
	margin-bottom: 10px;
}
.order_cart-item .name_product p {
	font-size: 12px;
	font-family: 'Roboto Condensed', sans-serif;
}
.small_text {
	font-size: 12px;
	line-height: 1.2;
}
.bl_promo {
	padding: 35px 0;
	border-bottom: 1px solid #d4d8da;
}
.bl_itog {
	padding: 20px 0;
	border-bottom: 1px solid #d4d8da;
	margin-bottom: 20px;
}
.order_footer button {
	margin-left: 15px;
}
a.brand_logo {
	display: block;
	max-width: 100%;
	opacity: .4;
	margin-bottom: 30px;
}
a.brand_logo img {
	max-width: 100%;
}
a.brand_logo:hover {
	opacity: 1;
}
.content_txt {
	background-color: #fff;
	padding-bottom: 60px;
}
.content_txt h1 {
	padding: 30px 0 40px;
}
.list .sale_carousel {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list .sale_carousel > div {
	flex-basis: 33.3%;
	margin-bottom: 50px;
}
.zindex1 {
	z-index: 1;
}
.zindex2 {
	z-index: 2;
}
.abs_bread {
	position: absolute;
    top: 120px;
    z-index: 2;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 1;
}
.abs_bread .bread_block {
	margin-bottom: 0;
}
.bl_akc-item {
	position: relative;
	z-index: 2;
	margin-top: -120px;
}
.bl_akc-logo {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	margin-bottom: 50px;
	padding: 30px 0;
	background-color: #fff;
}
.brand-fil .bl_akc-logo {
	margin-top: 15px;
	margin-bottom: 35px;
}
.bl_akc-logo img {
	max-width: 100%;
	max-height: 100%;
}
.bl_akc-img {
	max-width: 100%;
}
.bl_delivery .container {
	background-color: #fff;
}
.bl_delivery .tab_block {
	padding-top: 25px;
}
.bl_delivery, .bl_about {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
.bl_delivery .tab_link {
	padding-left: 30px;
}
.bl_delivery .tab_content {
	padding-top: 0;
}
.bl_delivery-item {
	display: flex;
	width: 100%;
	padding: 35px 0;
	border-bottom: 1px solid #d4d8da;
	align-items: center;
}
.bl_delivery-img img {
	max-width: 80px;
}
.bl_delivery-img {
	padding-left: 30px;
	flex-basis: 17%;
}
.bl_delivery-name {
	flex-basis: 18%;
}
.bl_delivery-cost {
	flex-basis: 38%;
}
.bl_delivery-day {
	flex-basis: 27%;
}
.bl_delivery-item p {
	margin-bottom: 0;
}
.bl_payment .h1 {
	/* padding-bottom: 50px; */
}
.bl_payment-item {
	display: flex;
	width: 100%;
	padding-top: 50px;
	align-items: flex-start;
}
.bl_payment-img img {
	max-width: 140px;
}
.bl_payment-text {
	padding-left: 40px;
}
.bl_payment-text .h4 {
	display: block;
	padding-bottom: 30px;
}
.bl_about h1 {
	padding-bottom: 40px;
}
blockquote {
	font-size: 20px;
	font-family: 'Arial', sans-serif;
	margin: 30px 0;
}
.btn_pad {
	padding-top: 20px;
}
.bl_history {
	padding-top: 40px;
	color: #182227;
	margin-bottom: 60px;
}
.bl_history-table > div, .bl_history-result-table > div {
	display: flex;
	width: 100%;
	align-items: center;
}
.bl_history-header, .bl_history-result-header {
	font-weight: 700;
}
.bl_history-table {
	padding-top: 20px;
	margin: 0 -30px;
}
.bl_history .product_price {
	padding-bottom: 0;
}
.bl_history-table > div, .bl_history-result-table > div {
	border-bottom: 1px solid #d4d8da;
}
.bl_history-result-table > div:last-child {
	border: 0;
}
.bl_history-table > div {
	padding: 20px 30px;
}
.bl_history-table > div > div:nth-of-type(1), .bl_history-table > div > div:nth-of-type(2), .bl_history-table > div > div:nth-of-type(3) {
	flex-basis: 10%;
}
.bl_history-table > div > div:nth-of-type(4), .bl_history-table > div > div:nth-of-type(5) {
	flex-basis: 16%;
}
.bl_history-table > div > div:nth-of-type(6) {
	flex-basis: 10%;
}
.bl_history-table > div > div:nth-of-type(7) {
	flex-basis: 27%;
}
.bl_history-btn {
	display: flex;
	justify-content: space-around;
}
.bl_history-result {
	padding-top: 30px;
	border-bottom: 1px solid #d4d8da;
	padding-bottom: 30px;
}
.bl_history-result-table {
	padding-top: 20px;
	padding-bottom: 50px;
}
.bl_history-result-table > div {
	padding: 10px 0;
}
.bl_history-result-table > div > div {
	flex-basis: 17.5%;
}
.bl_history-result-table > div > div:nth-of-type(1) {
	flex-basis: 30%;
}
.deliver_option-inline {
	display: flex;
	width: 100%;
	padding-top: 20px;
	flex-wrap: wrap;
}
.deliver_option-inline > div {
	flex-basis: 70%;
	padding: 10px 0;
}
.deliver_option-inline .info {
	flex-basis: 30%;
	font-weight: 700;
}
.open_mob_menu {
	width: 70px;
	height: 100%;
	border: 0;
	background: #ff9700 url('../images/svg/menu.svg') center center/26px 20px no-repeat;
	margin-left: 10px;
}
.open_mob_menu.active {
	background-image: url('../images/svg/menu_close.svg');
}

#menu_mob {
	background-color: #ff9700;
	padding: 0;
}
.bl-menu_mob-dop, .filter_mob, .dop-header_control {display: none;}
.vis-mob-m {display: none;}
.select_curier .h1 {
	position: relative;
}
.select_curier ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    max-width: 550px;
    z-index: 10;
    width: 100%;
    min-width: 380px;
    box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    font-size: 16px;
    list-style: none;
    margin: 0;
}
.select_curier.is-open ul {
	display: block;
}
.select_curier ul li label {
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: flex-start;
	font-weight: 700;
    margin: 8px 0;
    cursor: pointer;
}
.select_curier ul li label:hover .method_name, .select_curier ul li label:hover .method_cost, .select_curier ul li label.active {
	color:#55c0f1;
}
.select_curier ul li .method_name span, .select_curier ul li label:hover .method_name span {
	font-family: Arial, sans-serif;
	color: #787878;
	padding-left: 10px;
	font-weight: 400;
	font-size: 14px;
}
.msshiptor.popover {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    background-color: #fff;
    max-width: 500px;
    z-index: 10;
    box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.2);
    padding: 25px;
    font-size: 16px;
    list-style: none;
    margin: 0;
}
.msshiptor .popover-footer {
	display: none;
}
.hidden {
	display: none !important;
}
.select-punkt {
    font-size: 16px;
    text-transform: uppercase;
    color: #55c0f1;
    border-bottom: 1px dashed #55c0f1;
    margin-left: 20px;
}
.desc-punkt {
	font-size: 12px;
}
.order_select-curier[name="msshiptor_methods_info"] {
	padding: 10px 0;
}
#city {
	cursor: pointer;
}
.modal .msshiptor-point-map {
	max-height: calc(100vh - 100px);
	min-height: auto;
	height: 720px;
}
.modal.bootstrap-dialog.msshiptor.courier .modal-body {
	padding: 0 15px;
}
.modal.bootstrap-dialog.msshiptor.courier .msshiptor-point-map-wrapper {
	padding: 0;
    margin: 0;
    border: 0;
}
.modal.bootstrap-dialog .closePop {
    position: absolute;
    right: 50px;
    top: 35px;
    z-index: 20;
}
.modal .tab-list {
	display: flex;
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	align-items: flex-end;
}
.modal .tab-list > li {
	font-weight: 700;
	margin-right: 30px;
	color: #182227;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px dashed #182227;
}
.modal .tab-list > li.active {
	color: #55c0f1;
	font-size: 40px;
	border-bottom: 0;
	cursor: default;
	font-weight: 400;
}

.msshiptor-courier-form.fade {
	display: none;
}
.msshiptor-courier-form.fade.active {
	display: block;
}
.msshiptor-delivery-point-info .msshiptor-point-select {
	display: flex;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
}
.msshiptor-delivery-point-info .msshiptor-point-select .select-punkt {
	margin-left: 0;
	font-size: 30px;
	border-bottom: 0;
}
.msshiptor-delivery-point-info .msshiptor-point-select .select-punkt,
.msshiptor-delivery-point-info .msshiptor-point-select .select-address {
	margin-right: 20px;
}
.msshiptor-delivery-point-info .msshiptor-point-select .select-address {
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	line-height: 1.2;
	color:#787878;
	/* flex-basis: 145px; */
}
.msshiptor-delivery-point-info .msshiptor-point-select .select-address > div {
	margin-top: 15px;
}
.msshiptor-delivery-point-info .select-end b {
	font-size: 16px;
	color: #182227;
}
.msshiptor-delivery-point-info .select-end {
	white-space: nowrap;
}
.msshiptor-delivery-point-info .select-end .select-day {
	font-size: 12px;
    margin-top: 5px;
	font-family: 'Arial',sans-serif;
}
.msshiptor-delivery-point-info .select-cost {
	font-size:40px;
	color: #ff9700;
	margin-top: 15px;
}
.msshiptor-delivery-point-info .select-cost span {
	font-size: 12px;
	font-family: 'Arial',sans-serif;
	text-transform: uppercase;
	margin-left: 5px;
}
.info-point {
	padding: 25px 0;
	border-top: 1px solid #d4d8da;
	border-bottom: 1px solid #d4d8da;
	margin-bottom: 20px;
}
.msshiptor-delivery-point-info {
	margin-bottom: 20px;
}
.modal [type="checkbox"]:not(:checked) + label:after, .modal [type="checkbox"]:checked + label:after {
    width: 12px;
    height: 12px;
    top: 5px;
    left: 4px;
}
.modal .checkbox label {
	color: #182227;
	margin-bottom: 7px;
	padding-top: 3px;
}
.modal .checkbox label > div {
	font-size: 14px;
	color: #787878;
	font-family: 'Arial', sans-serif;
}
.modal .form-group > label {
	text-transform: uppercase;
	font-weight: 700;
	color: #182227;
	padding-bottom: 15px;
}
.modal .form-group {
	padding-bottom: 15px;
}
.modal .form-group > .radio, .modal .form-group > .radio > .point {
	width: 100%;
}
#view2 .msshiptor-filter-list {
	display: none;
}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 {display: block;}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 > div {
	display: flex;
	align-items: flex-start;
}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 > div:first-child {
	margin-bottom: 15px;
}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 .select-punkt {
	flex-basis: 33.3%;
}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 > div:last-child > div {
	flex-basis: 33.3%;
}
.msshiptor-delivery-point-info .msshiptor-point-select.pop2 .select-address > div, .msshiptor-delivery-point-info .pop2 .select-cost {
	margin-top: 0;
}
#view2 {
	padding-right: 15px;
}
.modal-content {overflow: hidden;}
.ec-error.vis-er {
	display: block;
    font-size: 12px;
    color: brown;
    margin-top: 5px;
}
.addcart_pop {
	padding: 10px;
	position: relative;
	width: 100%;
	max-width: 740px;
	background-color: transparent !important;
}
.addcart_pop .block_product-block {
	padding: 20px 30px;
	background-color: #fff;
}
.free_shiping {
	display: none;
}
.free_shiping .block {
	display: flex;
	width: 100%;
	max-width: 300px;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 0 auto;
	padding-top: 50px;
	position: relative;
}
.free_shiping .block:before {
	content: '';
	width: 28px;
	height: 28px;
	background: url('../images/svg/str_up.svg') center/contain no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.free_shiping .block .text {
	color: #fff;
	line-height: 1.3;
}
.free_shiping .block .img {
	padding-right: 20px;
}
.free_shiping .block .img img {
	max-width: 75px;
}
.addcart_pop .h1 {
	font-size: 40px;
}
.addcart_pop .block_product {
	display: flex;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #d4d8da;
	align-items: center;
}
.addcart_pop .block_product .block_product-img {
	flex-basis: 20%;
	padding-right: 15px;
}
.addcart_pop .block_product .block_product-text {
	flex-basis: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.block_product-cost {white-space: nowrap;}
.block_product-name {padding-right: 30px;}
.block_product-name .name{
	font-weight: 700;
	color: #182227;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.block_product-name .desc {
	font-size: 12px;
	display: block;
}
.text-pop {
	padding: 30px 0 40px;
}
.block_product-footer {
	display: flex;
	padding-top: 20px;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}
.form_cons {
	    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form_cons > div {
	flex-basis: 45%;
}

.block_product-footer > div:first-child {
	font-size: 15px;
	color: #182227;
}
.block_product-total {font-weight: 700;}
.block_product-btn {
	white-space: nowrap;
}
.block_product-btn a:first-child {
	margin-right: 10px;
}
.addcart_pop .fancybox-close-small {
	display: none;
}
.block_product-footer.line_top .block_product-btn {
	padding-left: 25px;
}
.tab_content.mini .tab_mob {
	display: none;
}
.addcart_pop .close_addcart {
	position: absolute;
	right: 30px;
	top: 30px;
}
.mse2-ac-item.search-row {
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
	padding: 10px 10px 10px 0;
}
.search-row .img img {
	width: 100%;
	width: 70px;
	padding-right: 20px;
}
.ui-autocomplete.ui-menu {
	max-width: 945px;
    overflow-y: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ui-autocomplete.ui-menu.ui-widget-content .ui-state-focus {
	border: 0;
	background: #f1f1f1;
	color: #182227;
}
.ui-autocomplete.ui-menu.ui-widget-content {
	border: 0;
	background: #fff;
	box-shadow: 7px 7px 12px 0px rgba(0, 0, 0, 0.2);
}
.ui-autocomplete.ui-menu .mse2-ac-link {
	border: 0;
}
.ui-autocomplete.ui-menu li.ui-menu-item {
	width: 25%;
}
.resSearch {
	display: flex;
}
.resSearch > div.number {
	flex-basis: 20px;
}
.resSearch > div.desc {
	flex-basis: 100%;
}
.subm_order {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.subm_order button {
	width: 360px;
}
.slider-banner img {
	width: 100%;
}
.slider-banner {
    padding: 120px 0 40px;
}
.slider-banner:not(.chocolate) .owl-carousel, .slider-banner.chocolate {
	position: relative;
}
.slider-banner.chocolate {
	padding-bottom: 130px;
}
.slider-banner.chocolate .owl-carousel .owl-nav {
	bottom: 45px;
}
.slider-banner.chocolate .owl-carousel .owl-dots {
	bottom: 65px;
}
.slider-banner .owl-carousel .owl-item img.tablet, .slider-banner .owl-carousel .owl-item img.mob {
	display: none;
}
.slider-banner .owl-carousel .owl-dots {
	position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: 15px;
    z-index: 2;
}
.slider-banner .owl-carousel .owl-nav {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
    z-index: 3;
}
.slider-banner .owl-carousel .owl-nav img {
	width: auto;
}
.slider-banner .owl-carousel .owl-nav button {
	position: static;
	width: 50px;
	height: 50px;
	background-color: #ff9700;
}
.slider-banner.chocolate .owl-carousel .owl-nav button {
	background-color: transparent;
}
.slider-banner.chocolate .owl-carousel .owl-nav  {
	left: 0;
	right: 0;
	bottom: 0;
	position: relative;
}
.slider-banner.chocolate .owl-carousel .owl-nav button {
	position: absolute;
	top: 30px;
}
.slider-banner .owl-carousel .owl-nav button.owl-next {
	margin-left: 3px;
}
.slider-banner .owl-carousel .owl-nav .owl-prev:hover, .slider-banner .owl-carousel .owl-nav .owl-next:hover {
	transform: scale(1);
}
.slider-banner .owl-carousel .owl-nav .owl-prev img, .slider-banner .owl-carousel .owl-nav .owl-next img {
	transition: transform .3s;
}
.slider-banner .owl-carousel .owl-nav .owl-next:hover img {
	transform: scale(1.3);
}
.slider-banner .owl-carousel .owl-nav .owl-prev:hover img  {
	transform: scale(1.3) rotate(180deg);
}
