/*@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
/*@import url("font/lato.css");*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Rubik+Scribble&display=swap');
/* ========================================================================== */
/* Global properties (body, common classes, vertical rhythm, structure etc)
/* ========================================================================== */
body {
  _font-family: 'MetropolisMedium', sans-serif;
  background-color: #fff;
  padding: 0;

font-family: 'Lato', sans-serif;
font-family: "Open Sans", sans-serif;
font-weight: 500; font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1.7;
text-align: left;
-webkit-text-size-adjust: none;
color: #20231e;
}
#navigation .logo a,.nav_mob .logo a,.flogo a,.footerlogo > a {_margin-top: -30px; display: inline-block;
  background: #fff;padding:0 5px;background: #fff;border-radius: 5px;
}


.logo img{
  max-height:55px   ;
}
.nav_mob li {
  list-style: none
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}


label {
  _font-size: 16px;
}

form {
  margin: 0;
}

p {
/*margin: 0;*/
}

.navbar {
  margin-bottom: 0;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#header {
 background: #184479;
padding-top: 0px;  color: #fff;
padding-bottom: 0px;
_border-top: 5px solid #3399db;
 border-bottom: 0px solid #e5e5e5;

}

#header .span6.text-center {
padding-top: 15px;
}

#container {
  _padding-left: .5em;
  _padding-right: .5em;
}

#container .container {
  background: #fff;
  padding: 0px;
  margin-bottom: 20px;
  box-shadow: none;
  border: 0;
  border-radius: 0 0 4px 4px;
}


.inner {
  background-color: transparent;
  position: relative;
  padding: 0;
}
.inner.darken {
  background-color: transparent;
}
::selection {
  background: #FF8200;
  _color: #ffffff;
  /* Safari */
}
::-moz-selection {
  background: #FF8200;
  _color: #ffffff;
  /* Firefox */
}
/* main link color/style */
a {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #555;
  color: #333333;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #333333;
  text-decoration: none;
}
a.read-more {
  text-decoration: none;
  border-bottom: dotted 1px #3399db;
}
a.read-more:hover {
  border-bottom-style: solid;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    text-decoration: none
}
.underline:after {
  background: none repeat scroll 0 0 #3399db;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  margin-top: 10px;
  width: 40px;
}
blockquote {
  border-color: #3399db;
  border-left-width: 2px;
}
blockquote p {
  font-size: 16px;
  margin-bottom: 10px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: normal;
  margin: 0 0 20px 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #000000;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #3399db;
}
hr {
  border-top-color: #eeeeee;
  border-bottom-color: transparent;
}
hr.transparent {
  border-color: transparent !important;
}

.topmenu a {
  font-size: 16px;
}
#divShoppingCart {
   position: static;
}

.dropup, .dropdown {
  position: relative;
}

.topmenu .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 50px;
	padding: 16px;

	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
    border-radius: 5px;  border: 1px solid #D8E0E8;
}
.dropdown-menu > li > a {
	display: block;
	padding: 5px 0px;
	clear: both;
	font-weight: 400;
	line-height: 20px;
    font-size: 14px;
	color: #000000;
	white-space: nowrap;
}
.open > .dropdown-menu {
	display: block;
}
.lang-curr   img {margin-right: 6px;vertical-align: middle; margin-top: -3px;
  border-radius:50%;box-shadow: 0 0 0 1px rgba(0,0,0,0.3)
}
.topmenu .menu_topinfo {
  margin-right: 40px;
}
.stitle {
  display: none;
}




@media (min-width: 1460px) {
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container,.navbar .container {
    width: 1430px;
    max-width: 100%;
}
}
/**/
@media (min-width: 980px) {
    .container,#container .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container, .navbar .container,#last_view .container,breadcrumbs .container {
       width: 100%;padding-left: 25px;padding-right: 25px; box-sizing: border-box;
    }
    aside.span3.sidebar {
      width: 270px
    }

}

 nav#top {      background-color: #f9f9f9;
	line-height: initial;
	color: #888;
	font-size: 13px;
	letter-spacing: 0.7px;
	font-weight: 600;
}
.left-nav .welcome_text {
    text-align: left;
    padding: 12px 0 13px;
}
.left-nav .welcome_text::before {
    font-family: "FontAwesome";
    content: "\F02b";
    font-size: 13px;
    color:
    #cb3435;
    padding-right: 6px;
}
.headertopright {
	float: right;
	padding: 0px;
	position: relative;
/*	z-index: 999;*/
}
.headertopright {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none;
	color: #888888;
	border: none;
	letter-spacing: 0.7px;
}
.dropdown.myaccount {
   display: inline-block;
width: 56px;
height: 56px;
font-size: 19px;
line-height: 56px;color: #000
}
.wishlist {
    width: auto;  display: inline-block;
    position: relative;

    height: 56px;
    line-height: 56px;
    font-size: 19px;
    color: #000
}
.wishlist .wishlist-count {
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  font-size: 13px;
line-height: 20px;
height: 20px;
width: 20px;
border-radius: 50%;
background: #3399db; vertical-align: 1px;

}
.header-cart {
	position: relative;
	display: inline-block;
	text-align: center;
	width: auto;
	margin: 0;
	z-index: 12;
	_background: #3399db;
}

#cart-total, .buttons_block .header-cart .cnt {
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	font-size: 13px;
line-height: 20px;
height: 20px;
width: 20px;
border-radius: 50%;
background:#81C1E7; vertical-align: 1px;

}
#cart-total i {
  font-style: normal;font-size: 80%
}

.dropdown-toggle.cart .fa {
    display: none;
}
.dropdown-toggle.cart {
	color: #000;
	display: block;
	font-weight: 400;
	font-size: 19px;
	line-height: 26px;
	letter-spacing: 0.6px;
	padding: 0;
    height: 56px;line-height: 56px;
}

.dropdown.myaccount a {
    color: #000;
}
.dropdown.myaccount a:hover {
    color: #3399db;
}
.dropdown.myaccount  ul {
  font-size: 13px;padding: 20px;
}
.dropdown.myaccount  ul a {
  padding: 5px 0
}

#header  .one-half {
	float: left;
	width: 50%;
	line-height: 20px;
	color: #333333;
	padding: 0px 10px;
	position: relative;
    box-sizing: border-box;
}
#header .one-half:first-child {
	padding-left: 0;
}
#header  .one-half .header-cms-icon {
	background: url(../images/header-cms-icon.png) no-repeat scroll;
	float: left;
	margin-top: 0px;
	height: 45px;
	width: 45px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#header .one-half.item1 .header-cms-icon.icon1 {
	background-position: center 3px;
}

#header .one-half .detail {
	margin-left: 50px;
	text-align: left;
}
#header .one-half .detail .title {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #000;
	letter-spacing: .6px;
	text-transform: capitalize;
}
#header .one-half .detail .desc {
	font-size: 12px;
	font-weight: 600;
	color: #808080;
	letter-spacing: .7px;
}
#header  .one-half:last-child {
	padding-right: 0;
}
#header  .one-half.item2::before {
	border-left: 1px solid #ccc;
	content: "";
	position: absolute;
	left: -30px;
	top: 4px;
	height: 32px;
}
#header  .one-half.item2 .header-cms-icon.icon2 {
	background-position: center -177px;
}
#header .one-half.item1:hover .header-cms-icon.icon1 {
    background-position: center -87px;
}
#header .one-half.item2:hover .header-cms-icon.icon2 {
    background-position: center -267px;
}
.top-phone em i {
   font-style:normal;    font-weight: lighter;
}

.top-phone em {  font-size: 18px; font-weight: 400;
  display: block;font-style:normal;
  line-height: 24px;
}
/*
.lang-curr span { display: none; }
.lang-curr a {  padding:3px 5px;border-radius: 3px;
	text-transform: capitalize;
	text-decoration: none;
}
.lang-curr a + a {
  margin-left: 10px;
}

.lang-curr a:hover,.lang_ru a.l_ru,.lang_ua a.l_ua {
   background: #ededed ;
}
*/
#search {margin-top: 0px;
  width: 100%  ;display: block;height: 55px;
}

#search #quick_find_keyword {
	padding: 10px 50px 10px 35px;
	font-weight: 400;
	letter-spacing: 0.6px;
	width: 100%;
	border: 0;
	background: #fff;
	color: #959595;
	font-size: 16px;
	letter-spacing: 0.4px;
	height: 55px;  border-radius: 5px;
	text-transform: capitalize;
	border: 0px solid #3399db;
    box-sizing: border-box;
}
#search .btn-lg:after,#search_mob button:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.8901 17.8599L12.4133 12.383C13.5509 11.1199 14.25 9.45461 14.25 7.62498C14.25 3.6963 11.0537 0.5 7.12501 0.5C3.1963 0.5 0 3.6963 0 7.62501C0 11.5537 3.1963 14.75 7.12501 14.75C8.95464 14.75 10.6199 14.0509 11.883 12.9133L17.3599 18.3901C17.4331 18.4634 17.5291 18.5 17.625 18.5C17.721 18.5 17.8169 18.4634 17.8902 18.3901C18.0366 18.2436 18.0366 18.0063 17.8901 17.8599ZM7.12501 14C3.61012 14 0.750023 11.1403 0.750023 7.62501C0.750023 4.10977 3.61012 1.24999 7.12501 1.24999C10.6399 1.24999 13.5 4.10974 13.5 7.62501C13.5 11.1403 10.6399 14 7.12501 14Z' fill='%232C3E50'/%3E%3C/svg%3E%0A");
   height: 18px; width: 18px ; display: inline-block;  vertical-align: middle;
  background-position: center;background-repeat: no-repeat;background-size: contain;
}
#search .btn-lg,#search_mob button {
	display: block;
	position: absolute;
	right: 0px;
	font-size: 0;
	font-weight: 600;
	letter-spacing: 0.8px;
	color: #000;
	border: 0;
	text-transform: uppercase;
	padding: 0px;
   	top: 0;
	width: 50px;
	  height: 50px;z-index: 11;
}
#search .btn-lg:hover {
	color: #3399db;    background: transparent
}
#navigation .mob-search button.btn,#search_mob button  {  background: #20231e;
  position: absolute;right: 3px;top: 3px;color: #bdbdbd; padding: 0px;
  width: 44px;height: 49px;text-align: center;
  background: #E6E9EB;
border-radius: 4px;
}
#navigation .mob-search button.btn:hover,#search_mob button:hover  {  background: #81C1E7 }
.navbar .nav > li.logo a,
.navbar .nav > li.logo a:hover, .navbar .nav > li.logo a:visited {
  padding: 0 ;margin-right:17px;
}
#navigation .logo a {
  margin-right: 46px; scale: 1.35;
}
/* ========================================================================== */
/* Header, Logo, Navigation & Menus
/* ========================================================================== */
.topbar {
  font-size: 11px;
}
@media (max-width: 767px) {
  .topbar {
    padding: 0 20px;
  }
}
.topbar a {
  color: #000;
}
.topbar a:hover {
  color: #000;
}
.topbar .nav-pills > li > a {
  padding: 5px 10px;
}
.topbar .nav-pills > li > a:hover {
  background-color: transparent;
}
.topbar .dropdown-menu {
  border: none;
  background-color: #333333;
  color: #ffffff;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu:after {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu a {
  color: #ffffff;
}
.topbar .dropdown-toggle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-toggle .caret {
  border-bottom-color: #000;
  border-top-color: #000;
}
.topbar .dropdown-toggle:hover .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
.topbar .nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.topbar .dropdown-menu > li > a:hover,
.topbar .dropdown-menu > li > a:focus,
.topbar .dropdown-submenu:hover > a,
.topbar .dropdown-submenu:focus > a {
  filter: none;
  background-image: none;
  background-color: #555;
}
.topbar .nav-pills.top-contacts {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-contacts {
    float: none;
    display: none;
  }
}
.topbar .nav-pills.top-menu {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .topbar .nav-pills.top-menu {
    float: none;
    display: none;
  }
}
#header > .container {
  background-color: transparent;
  padding: 0 0;
}
@media (max-width: 767px) {
  #header > .container {
    padding: 0px 20px;
  }
}
@media (max-width: 767px) {
  #header .logo {
    padding: 0;
    text-align: center;
    margin-bottom: 0px;
  }
}
#header .logo .site-name {
  font-weight: bold;
  font-size: 24px;
  line-height: 25px;
  height: 25px;
  margin: 0;
}
#header .logo .site-name a {
  color: #000000;
}
#header .logo .site-name a:hover {
  color: #3399db;
  text-decoration: none;
}
#header .logo .site-slogan {
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  height: 15px;
  margin: 0;
  color: #000;
}
#header .form-search {
  margin: 0;
  margin-top: 12px;
}
@media (min-width: 1200px) {
  #header .form-search {
    margin-top: 20px;
  }
}
@media (max-width: 979px) {
  #header .form-search {
    margin-top: 3px;
  }
}
#header .form-search input[type="text"] {
  border-width: 1px;
  border-color: #eeeeee;
  background-color: #ffffff;
  color: #c8c8c8;
  padding: 10px 15px;
  height: auto;
  width: 100%;
  float: right;
  font-size: 16px;
  font-weight: normal;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#header .form-search input[type="text"]:hover,
#header .form-search input[type="text"]:focus {
  background-color: #eeeeee;
  color: #000000;
}
#more {
  background: none repeat scroll 0 0 #ddd;
  border: 1px solid #ccc;
  cursor: pointer;
  right: 10px;
  padding: 20px;
  position: fixed;
  top: 65px;
  z-index:2000
}

/* Nav
/* ========================================================================== */
.navbar .nav > li.category > a.box-heading {

_letter-spacing: 0.6px;
line-height: 27px;
text-transform: uppercase !important;
background:#5EC1E4; #FF8200;
border-radius: 5px;
font-weight: 700;
font-size: 18px;  color: #FFFFFF;
padding: 14px 20px 14px;
}
li.category a.box-heading:before { vertical-align: text-top;
  content: " ";display: inline-block;margin-right: 10px;width: 20px;height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.48535 2.58119C4.75262 2.58119 3.7217 2.75584 3.03735 2.89231C2.95866 2.908 2.9004 2.96626 2.88471 3.04495C2.74824 3.7293 2.57359 4.76022 2.57359 5.49295C2.57359 6.22568 2.74824 7.2566 2.88471 7.94095C2.9004 8.01964 2.95866 8.0779 3.03735 8.09359C3.7217 8.23006 4.75262 8.40472 5.48535 8.40472C6.21808 8.40472 7.249 8.23006 7.93335 8.09359C8.01204 8.0779 8.0703 8.01964 8.08599 7.94095C8.22246 7.2566 8.39712 6.22568 8.39712 5.49295C8.39712 4.76022 8.22246 3.7293 8.08599 3.04495C8.0703 2.96626 8.01204 2.908 7.93335 2.89231C7.249 2.75584 6.21808 2.58119 5.48535 2.58119ZM2.72675 1.33474C3.41263 1.19797 4.58031 0.99295 5.48535 0.99295C6.39039 0.99295 7.55807 1.19797 8.24395 1.33474C8.95208 1.47595 9.50235 2.02623 9.64355 2.73435C9.78035 3.42023 9.98535 4.58791 9.98535 5.49295C9.98535 6.39799 9.78035 7.56567 9.64355 8.25155C9.50235 8.95968 8.95207 9.50995 8.24395 9.65115C7.55807 9.78795 6.39039 9.99295 5.48535 9.99295C4.58031 9.99295 3.41263 9.78795 2.72675 9.65115C2.01862 9.50995 1.46835 8.95967 1.32714 8.25155C1.19037 7.56567 0.985352 6.39799 0.985352 5.49295C0.985352 4.58791 1.19037 3.42023 1.32714 2.73435C1.46835 2.02622 2.01863 1.47595 2.72675 1.33474Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.48535 13.5812C4.75262 13.5812 3.7217 13.7558 3.03735 13.8924C2.95866 13.9081 2.9004 13.9663 2.88471 14.045C2.74824 14.7293 2.57359 15.7603 2.57359 16.493C2.57359 17.2257 2.74824 18.2567 2.88471 18.941C2.9004 19.0196 2.95866 19.0779 3.03735 19.0935C3.7217 19.23 4.75262 19.4048 5.48535 19.4048C6.21808 19.4048 7.249 19.23 7.93335 19.0935C8.01204 19.0779 8.0703 19.0196 8.08599 18.941C8.22246 18.2567 8.39712 17.2257 8.39712 16.493C8.39712 15.7603 8.22246 14.7293 8.08599 14.045C8.0703 13.9663 8.01204 13.9081 7.93335 13.8924C7.249 13.7558 6.21808 13.5812 5.48535 13.5812ZM2.72675 12.3348C3.41263 12.198 4.58031 11.993 5.48535 11.993C6.39039 11.993 7.55807 12.198 8.24395 12.3348C8.95208 12.476 9.50235 13.0262 9.64355 13.7344C9.78035 14.4202 9.98535 15.588 9.98535 16.493C9.98535 17.398 9.78035 18.5657 9.64355 19.2516C9.50235 19.9597 8.95207 20.51 8.24395 20.6511C7.55807 20.788 6.39039 20.993 5.48535 20.993C4.58031 20.993 3.41263 20.788 2.72675 20.6511C2.01862 20.51 1.46835 19.9597 1.32714 19.2516C1.19037 18.5657 0.985352 17.398 0.985352 16.493C0.985352 15.588 1.19037 14.4202 1.32714 13.7344C1.46835 13.0262 2.01863 12.476 2.72675 12.3348Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4854 2.58119C15.7527 2.58119 14.7217 2.75584 14.0374 2.89231C13.9587 2.908 13.9005 2.96626 13.8848 3.04495C13.7483 3.7293 13.5736 4.76022 13.5736 5.49295C13.5736 6.22568 13.7483 7.2566 13.8848 7.94095C13.9005 8.01964 13.9587 8.0779 14.0374 8.09359C14.7217 8.23006 15.7527 8.40472 16.4854 8.40472C17.2181 8.40472 18.2491 8.23006 18.9334 8.09359C19.0121 8.0779 19.0703 8.01964 19.086 7.94095C19.2225 7.2566 19.3972 6.22568 19.3972 5.49295C19.3972 4.76022 19.2225 3.7293 19.086 3.04495C19.0703 2.96626 19.0121 2.908 18.9334 2.89231C18.2491 2.75584 17.2181 2.58119 16.4854 2.58119ZM13.7268 1.33474C14.4127 1.19797 15.5804 0.99295 16.4854 0.99295C17.3904 0.99295 18.5581 1.19797 19.244 1.33474C19.9521 1.47595 20.5024 2.02623 20.6436 2.73435C20.7804 3.42023 20.9854 4.58791 20.9854 5.49295C20.9854 6.39799 20.7804 7.56567 20.6436 8.25155C20.5024 8.95968 19.9521 9.50995 19.244 9.65115C18.5581 9.78795 17.3904 9.99295 16.4854 9.99295C15.5804 9.99295 14.4127 9.78795 13.7268 9.65115C13.0187 9.50995 12.4684 8.95967 12.3272 8.25155C12.1904 7.56567 11.9854 6.39799 11.9854 5.49295C11.9854 4.58791 12.1904 3.42023 12.3272 2.73435C12.4684 2.02622 13.0187 1.47595 13.7268 1.33474Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4854 13.5812C15.7527 13.5812 14.7217 13.7558 14.0374 13.8924C13.9587 13.9081 13.9005 13.9663 13.8848 14.045C13.7483 14.7293 13.5736 15.7603 13.5736 16.493C13.5736 17.2257 13.7483 18.2567 13.8848 18.941C13.9005 19.0196 13.9587 19.0779 14.0374 19.0935C14.7217 19.23 15.7527 19.4048 16.4854 19.4048C17.2181 19.4048 18.2491 19.23 18.9334 19.0935C19.0121 19.0779 19.0703 19.0196 19.086 18.941C19.2225 18.2567 19.3972 17.2257 19.3972 16.493C19.3972 15.7603 19.2225 14.7293 19.086 14.045C19.0703 13.9663 19.0121 13.9081 18.9334 13.8924C18.2491 13.7558 17.2181 13.5812 16.4854 13.5812ZM13.7268 12.3348C14.4127 12.198 15.5804 11.993 16.4854 11.993C17.3904 11.993 18.5581 12.198 19.244 12.3348C19.9521 12.476 20.5024 13.0262 20.6436 13.7344C20.7804 14.4202 20.9854 15.588 20.9854 16.493C20.9854 17.398 20.7804 18.5657 20.6436 19.2516C20.5024 19.9597 19.9521 20.51 19.244 20.6511C18.5581 20.788 17.3904 20.993 16.4854 20.993C15.5804 20.993 14.4127 20.788 13.7268 20.6511C13.0187 20.51 12.4684 19.9597 12.3272 19.2516C12.1904 18.5657 11.9854 17.398 11.9854 16.493C11.9854 15.588 12.1904 14.4202 12.3272 13.7344C12.4684 13.0262 13.0187 12.476 13.7268 12.3348Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.category {   position: relative;margin-right: 30px; }

#navigation.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:99990;
padding: 0;
box-shadow: 0 2px 3px rgba(0,0,0,.3);
transition: .4s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
#navigation.affix .navbar-inner {
   height: auto;
}
#navigation {   background: #184479;  padding: 27px 0px;
    border-bottom: 0px solid #e3e3e3;
}

#navigation .navbar-inner,
#navigation .nav-collapse {
/*
  background: rgb(221,44,0);
  background: linear-gradient(180deg, rgba(221,44,0,1) 0%, rgba(228,82,3,1) 100%);
*/

-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow: none;
  border: 0;
  border-radius: 0;
  background: #184479;   color: #fff;

}
.navbar .nav > li > a.box-heading:after {
  display: none;
}
.navbar .nav > li > a,
.navbar .nav > li > a:hover,
.navbar .nav > li > a:visited
{   position: relative;
    padding: 16px 16px;
  font-size: 16px;  font-weight: 500;

  color: #000;
  text-shadow:	0 0 0 transparent;
}
/*
@media (min-width: 1200px) {
.navbar .container
{
  width: 1170px;
}
}
*/
.navbar .brand
{
  font-size: 16px;
  color: #fff;
}

#navigation .dropdown-menu {
  border-radius: 0;
}
#navigation .navbar .nav > li > a .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li > a:hover {
     _color: #3399db;
}
#navigation .navbar .nav > li > a:hover .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > .active > a,
#navigation .navbar .nav > .active > a:hover,
#navigation .navbar .nav > .active > a:focus {
  background-color: #20231e;
  color: #ffffff;
}
#navigation .navbar .nav > .current > a,
#navigation .navbar .nav > .current > a:hover,
#navigation .navbar .nav > .current > a:focus {
  background-color: #555;
  _color: #ffffff;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle {
  background-color: #000;
  color: #ffffff;
}
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle {
  color: #feed00;text-align: center;
}
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color:#feed00;
}
#navigation .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
#navigation .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}
#navigation .navbar .nav > li > .dropdown-menu {
 _background: #cb3435 !important;
 background: #fff !important;
  border: none;         width: 100%;
  margin-top: 0;
  padding: 10px 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: 0px 16px 49px -5px rgba(0,0,0,0.16);
  -moz-box-shadow:  0px 16px 49px -5px rgba(0,0,0,0.16);
  box-shadow:  0px 16px 49px -5px rgba(0,0,0,0.16);
  z-index: 99999;
  position: absolute;
  left: 0;top: 55px;
}
#navigation .navbar .nav > li > .dropdown-menu > li { vertical-align: top;
 padding: 0px 0px 0px 0px;line-height: 22px;
}

#navigation .navbar .nav > li > .dropdown-menu:after,
#navigation .navbar .nav > li > .dropdown-menu:before {
  border: none;
}
#navigation .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#navigation .dropdown-menu > li > a {
  filter: none;
  color: #333333; margin-bottom: 5px;
  background-image: none;      line-height: 22px;

padding: 2px 0px;   overflow: hidden;
/*
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
*/
display: block;

}
#navigation .dropdown-menu > li > a:hover {
  background-color: transparent;
  _color: #cb3435;
}
#navigation .dropdown-menu .dropdown-menu {
   padding: 20px;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover
{
  background: transparent;
}

#navigation .navbar-search .search-query {
  border-radius: 4px;
}

#navigation .nav-collapse .navbar-search {
  border-top: 0;
  border-bottom: 0;
}

#navigation .nav-collapse .btn {
  color: #fff;
}

/*
#navigation .dropdown-menu a + ul.dropdown-menu  {
  _display: none !important;
}
#navigation .dropdown-menu a.opened + ul.dropdown-menu  {
    display: block !important;  float: none;  border: 0px solid #ededed;
}
*/
#navigation .dropdown-menu a + ul.dropdown-menu {
  display: block !important;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform-origin: left center 0;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
#navigation .dropdown-menu a.opened + ul.dropdown-menu {
	display: block !important;
	opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	visibility: visible;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

/* Shopping Cart Widget
/* ========================================================================== */
.dropdown-menu {
  background: #fff !important;border: 2px solid #ededed;
}
#ajax_cart_popup {
  display: none;
}

.show_popup + div.bg_popup,.show + div.bg_popup {
  position: fixed; opacity: 0;
  display: block;  left: 0;top: 0;
  height: 100%;width: 100% ;background: #201D1D;
  z-index: -20;
  content: "";
  	transition: all 500ms ;
	-webkit-transition: all 500ms ;
	-moz-transition: all 500ms ;
	-ms-transition: all 500ms ;
	-o-transition: all 500ms;
}

#ajax_cart_popup.show_popup + div.bg_popup,.show + div.bg_popup {
 opacity: 1;
  display: block;
  opacity: 0.5;z-index: 20;

}

#ajax_cart_popup.show_popup {    margin-top: 0;
  width: 1270px;   display: block;
  left: 50%;
  top: 50%;
  position: fixed;
  border: 0;padding: 0;
  max-width: 100%;
  z-index: 99991;
  max-height: 100%;
  transform: translate(-50%,-50%);
  background: #FFFFFF;
  _border: 1px solid #D8E0E8;
  border-radius: 5px;    overflow-y: auto;
}
.cart_datal .row-fluid + .row-fluid  {
margin-top: 20px;
}

.title-cart{
   background: #184479;  color: #81C1E7;
border-radius:4px 4px 5px 5px;                 font-weight: 700;
font-size: 28px;
line-height: 26px;
text-align: left;padding: 30px 0 30px 50px;
}
.cart-inner {
    padding: 40px 37px 60px 40px;
}
.cart-image { padding: 10px;   display: inline-block; float: left;
    width: 200px;  margin-right:20px;
    border: 1px solid #D8E0E8;
    border-radius: 5px;
}
.cart-inner a.btn.closecart {
    color: #000000;  font-weight: 400;
font-size: 20px;padding: 16px 20px;;background: #D8F0F8;
border: 1px solid #F1E5D7;
border-radius: 4px;
}
.cart-inner  .totprice  { padding: 20px 28px;
background: #F7F9FB;
border-radius: 7px;
 }
 .cart-inner .totprice .price {
      color: #000000;font-weight: 600;
font-size: 24px;margin-right: 30px;
 }
 .cart-inner .totprice .price i {
   margin-top: 5px;
 }
 .cart_checkout .cart_check .price {
     font-weight: 700; line-height: 20px;
        font-size: 20px;
 }
  .cart_checkout .cart_check .price:after {  display: inline-block;margin-left: 4px; margin-top: -3px;
    content: "грн";font-size: 12px;vertical-align: top;font-weight: normal;
  }
.privacy a { color: #81C1E7;text-decoration: underline

}
.row-flex { position: relative;overflow: hidden;
  display: flex;height: 100%;justify-content: space-between; align-items: center;
}
.row-flex .flx {
  width:calc(50% - 60px);
}

.row-flex .flx0 { z-index: 1;
  width: 120px; text-align: center; background: #fff; padding: 20px 0;
}
.row-flex:after {  position: absolute;left: 50%;top:0;
  content: "";display: block;height: 500px;width: 1px;border-left:1px solid #D8E0E8;
}
.checkout_login legend {
  font-weight: 500;
font-size: 18px;
line-height: 27px; border: 0; margin-bottom: 20px;
}
.login button {
     color: #FF8200;  font-weight: 500;
font-size: 16px;
line-height: 130%;padding: 10px 40px;  background: #184479;
border-radius: 5px; border: 1px solid #184479;
}
.social_login a { text-align: left;padding: 11px; background: #FFFFFF;
padding-left: 50px;   color: #127DF0;  border: 1px solid #CCCCCC; background-repeat: no-repeat; background-position:11px center;
}
a.btn-google {
 background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.64 9.20419C17.64 8.56601 17.5827 7.95237 17.4764 7.36328H9V10.8446H13.8436C13.635 11.9696 13.0009 12.9228 12.0477 13.561V15.8192H14.9564C16.6582 14.2524 17.64 11.9451 17.64 9.20419Z' fill='%234285F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99976 18.0009C11.4298 18.0009 13.467 17.195 14.9561 15.8205L12.0475 13.5623C11.2416 14.1023 10.2107 14.4214 8.99976 14.4214C6.65567 14.4214 4.67158 12.8382 3.96385 10.7109H0.957031V13.0428C2.43794 15.9841 5.48158 18.0009 8.99976 18.0009Z' fill='%2334A853'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.96409 10.7108C3.78409 10.1708 3.68182 9.59398 3.68182 9.0008C3.68182 8.40762 3.78409 7.8308 3.96409 7.2908V4.95898H0.957273C0.347727 6.17398 0 7.54853 0 9.0008C0 10.4531 0.347727 11.8276 0.957273 13.0426L3.96409 10.7108Z' fill='%23FBBC05'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.99976 3.57955C10.3211 3.57955 11.5075 4.03364 12.4402 4.92545L15.0216 2.34409C13.4629 0.891818 11.4257 0 8.99976 0C5.48158 0 2.43794 2.01682 0.957031 4.95818L3.96385 7.29C4.67158 5.16273 6.65567 3.57955 8.99976 3.57955Z' fill='%23EA4335'/%3E%3C/svg%3E%0A");
}
a.btn-face {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 9.055C18 4.05406 13.9706 0 9 0C4.02943 0 0 4.05406 0 9.055C0 13.5745 3.29115 17.3207 7.59375 18V11.6725H5.30859V9.055H7.59375V7.06007C7.59375 4.79066 8.93742 3.53711 10.9932 3.53711C11.9776 3.53711 13.0078 3.71397 13.0078 3.71397V5.94235H11.873C10.755 5.94235 10.4062 6.64039 10.4062 7.35719V9.055H12.9023L12.5033 11.6725H10.4062V18C14.7088 17.3207 18 13.5745 18 9.055Z' fill='%231877F2'/%3E%3C/svg%3E%0A");
}
.social_login a:hover  { background-color: #fff; border-color: #6FADF5;
   color: #127DF0;;  background-position:15px center;
}
.social_login a.btn-block + a.btn-block {
  margin-top: 30px
}

.login a { color: #FF8200;
 font-weight: 500;
font-size: 16px;
line-height: 130%;
}

#smart_checkout span.button,#checkout_quick span.button{
  background: transparent
}

 .cart-inner .totprice a.button , #smart_checkout button,#checkout_quick button,#Payparts button { display: inline-block;line-height: normal;
    color: #FFFFFF; font-weight: 500; font-family: "Lato", sans-serif !important;
font-size: 20px; background: #184479;
border-radius: 7px;  padding: 17px 20px 17px 52px;
background-position: left 20px center;background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58894 19.7241C4.58894 20.9789 5.6184 22 6.88342 22C8.14843 22 9.17789 20.9789 9.17789 19.7241C9.17789 18.4694 8.14843 17.4483 6.88342 17.4483C5.6184 17.4483 4.58894 18.4694 4.58894 19.7241ZM7.64824 19.7241C7.64824 20.1421 7.30483 20.4828 6.88342 20.4828C6.462 20.4828 6.11859 20.1421 6.11859 19.7241C6.11859 19.3061 6.462 18.9655 6.88342 18.9655C7.30483 18.9655 7.64824 19.3061 7.64824 19.7241Z' fill='white'/%3E%3Cpath d='M18.3558 19.7241C18.3558 18.4694 17.3263 17.4483 16.0613 17.4483C14.7963 17.4483 13.7668 18.4694 13.7668 19.7241C13.7668 20.9789 14.7963 22 16.0613 22C17.3263 22 18.3558 20.9789 18.3558 19.7241ZM15.2965 19.7241C15.2965 19.3061 15.6399 18.9655 16.0613 18.9655C16.4827 18.9655 16.8261 19.3061 16.8261 19.7241C16.8261 20.1421 16.4827 20.4828 16.0613 20.4828C15.6399 20.4828 15.2965 20.1421 15.2965 19.7241Z' fill='white'/%3E%3Cpath d='M2.37095 1.51724C2.46579 2.41317 3.52125 12.3572 3.68416 13.8934C3.80729 15.0548 4.78856 15.931 5.96639 15.931H17.8846C18.9592 15.931 19.903 15.1739 20.1286 14.1316L21.9657 5.62821C22.0629 5.17759 21.9512 4.71407 21.659 4.35676C21.3669 3.99869 20.9332 3.7931 20.469 3.7931H4.1507L3.8203 0.679724C3.779 0.292828 3.45089 0 3.0593 0H0.764824C0.342641 0 0 0.339862 0 0.758621C0 1.17738 0.342641 1.51724 0.764824 1.51724H2.37095ZM20.469 5.31034L18.6326 13.8137C18.5569 14.1612 18.2426 14.4138 17.8839 14.4138H5.96639C5.57327 14.4138 5.24669 14.1217 5.20539 13.7348L4.31131 5.31034H20.469Z' fill='white'/%3E%3C/svg%3E%0A");
 }
 .cart-inner .totprice a.button:hover, #smart_checkout button:hover,#checkout_quick button:hover  {
   box-shadow:  0 0 5px rgba(0,0,0,0.3)
 }
.cart-item-btn {
  display: flex;align-content: space-between; justify-content: space-between;
}
#cart_quantity .cart-total { color: #000000;font-size: 14px;  float: right;
line-height: 21px;
  width: 400px;max-width: 100%;  text-align: left;
}
#cart_quantity .cart-total .price {
    float: right;  align-items: center;
    color: #FF8200; font-weight: 600;
    font-size: 24px;
}
#cart_quantity .cart-item-btn .price {
color: #000000;  font-weight: 600;
font-size: 24px;
line-height: 130%;
}
 .cart-item-btn .price {
    display: inline-block; line-height: 130%;
 }
 .cart-inner .price i {
vertical-align: top; display: inline-block; margin-top: -4px;
}
 .cart-inner .cart_delete,.cart-inner .cart_delete:hover {
   border: 0;background: transparent;width: 34px;height: 34px;
   background-position: center;background-repeat:no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.25 8.5H29.75' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.9173 8.5V28.3333C26.9173 29.75 25.5007 31.1667 24.084 31.1667H9.91732C8.50065 31.1667 7.08398 29.75 7.08398 28.3333V8.5' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.334 8.49998V5.66665C11.334 4.24998 12.7507 2.83331 14.1673 2.83331H19.834C21.2507 2.83331 22.6673 4.24998 22.6673 5.66665V8.49998' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.166 15.5833V24.0833' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.834 15.5833V24.0833' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 }
 .cart-inner .cart_delete span {
   display: none;
 }
 .cart-option {
   display: inline-block;   color: #000000;    font-weight: 400;
font-size: 13px;
line-height: 130%;  padding: 10px;  background: #FFF7EE;
border: 1px solid #F1E5D7;
border-radius: 4px; margin-right: 20px
 }
 .cart-name {  color: #000000;    font-weight: 400;
font-size: 16px;   display: inline-block;
line-height: 130%; margin-bottom: 20px


 }
.cart-articul {   color: #8192A5; font-weight: 400;
font-size: 13px;
line-height: 130%;  margin-bottom: 15px

}
 .cart-inner .input-group {
 background: #FFFFFF;
_border: 1px solid #D6DCEC;
_border-radius: 5px;
}
 .cart-inner .input-append button, .cart-inner .input-prepend button{
background: #fff;background: #FFFFFF;
border: 1px solid #D6DCEC; color: #8A8F9C;
font-weight: 600;
font-size: 14px; height: 40px;width: 45px;box-sizing: border-box;
border-radius: 5px !important;
}
 .cart-inner  .cart_datal #cart {
  border: 0;
  border-top: 1px solid #D6DCEC;  height: 40px; width: 45px;
  border-bottom: 1px solid #D6DCEC; box-sizing: border-box;
  margin-right: -2px;margin-left: -2px;background: transparent;text-align: center;
 }
#size_matraz .inner {
  display: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	text-decoration: none;
   color: #cb3435;
	background-color: #fff;
	/* background-image: -moz-linear-gradient(top,#08c,#0077b3); */
	/* background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3)); */
	/* background-image: -webkit-linear-gradient(top,#08c,#0077b3); */
	/* background-image: -o-linear-gradient(top,#08c,#0077b3); */
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
}

.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
  _color: #fff;
}

.navbar-toggle:hover, .navbar-toggle:focus {
background-color: #f44336;
}

.shopping-cart-widget.dropdown {
background: #fff;
}
.shopping-cart-widget.dropdown .products {
  margin: 0 0 20px 0;
  overflow-y: auto;
  max-height: 300px;
}
.shopping-cart-widget.dropdown .products .media-heading {
  font-weight: bold;
  font-size: 16px;
  color: #3399db;
}
.shopping-cart-widget.dropdown .products .media-heading a {
  text-decoration: none;
  color: #3399db;
}
.shopping-cart-widget.dropdown .products .media-heading a:hover {
  color: #3399db;
  background: #fff;
}
.shopping-cart-widget.dropdown p.buttons {
  padding-bottom: 5px;
}

.cart-dropdown
 {

  border: 0;
  background-color: #fff;
}

#navigation .navbar .nav > li > .dropdown-menu.cart {
  color: #000;
  box-shadow: 0 1px 8px rgba(0,0,0,.23),0 1px 8px rgba(0,0,0,.16);
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #eee;	
  /*right: auto;*/ /* Открывать корзину вправо */ 
  left: auto; /* Открывать корзину влево */ 
}

/* Breadcrumbs / Page Header
/* ========================================================================== */
#breadcrumbs {
  background: #fff;margin-bottom: 23px;

}
#breadcrumbs a span,#breadcrumbs  span > span {
_border: 1px solid #D8E0E8;
border-radius: 3px;  padding: 5px;
}

@media (max-width: 480px) {
  #breadcrumbs {
    white-space: nowrap; overflow: auto;
  }
}
#breadcrumbs > .container {
  padding: 0 0 0 0;  border: 0;  padding-left: 25px;padding-right: 25px
}
@media (min-width: 481px) and (max-width: 767px) {
  #breadcrumbs > .container {
    width: 100%;
  }
}
#breadcrumbs .breadcrumbs {
  padding: 1rem 5px 1rem 0;
  margin: 0 0 0 0;
  color: #333333;
}
#breadcrumbs .breadcrumbs a {
  padding: 0 0px 0 0;
  text-decoration: none;
  color: #676767;
  font-weight: 400;
    font-size: 14px;
}
#breadcrumbs .breadcrumbs a:after{
content: "";display: inline-block;
padding: 0 12px 0 12px;
background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.14782 7.85372C0.057047 7.76002 0.00605334 7.63297 0.00605334 7.50048C0.00605333 7.368 0.057047 7.24094 0.14782 7.14725L3.19488 4.00312L0.14782 0.858996C0.101574 0.812908 0.0646864 0.757777 0.03931 0.696821C0.0139337 0.635865 0.000576633 0.570304 1.79539e-05 0.503964C-0.000540726 0.437625 0.0117105 0.371835 0.0360564 0.310433C0.0604023 0.249032 0.0963556 0.193247 0.141818 0.146337C0.187281 0.0994258 0.241343 0.0623264 0.300849 0.0372052C0.360355 0.0120835 0.424114 -0.000557918 0.488406 1.90521e-05C0.552697 0.000595069 0.616234 0.0143785 0.675308 0.0405631C0.734382 0.0667481 0.787811 0.10481 0.832477 0.152529L4.22187 3.64989C4.31264 3.74358 4.36364 3.87064 4.36364 4.00312C4.36364 4.13561 4.31264 4.26266 4.22187 4.35636L0.832477 7.85372C0.741677 7.94738 0.618541 8 0.490149 8C0.361757 8 0.238621 7.94738 0.14782 7.85372Z' fill='black'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center;
height: 8px;
width: 4.36px;
}

#breadcrumbs .breadcrumbs a:hover {
  color: #333333;
}
@media (min-width: 481px) and (max-width: 767px) {
  #container > .container {
    width: 95%;
  }
}
@media (max-width: 480px) {
  #container > .container {
    padding: 0 10px;
  }
}
#container .row-fluid .page-sidebar.pull-right[class*="span"] {
  margin-left: 2.12766%;
}
#container .row-fluid .sidebar.pull-left[class*="span"] {
  margin-left: 0;
}
@media (min-width: 1200px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 2.5641%;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #container .row-fluid .page-sidebar.pull-right[class*="span"] {
    margin-left: 0;
    float: none;
  }
  #container .row-fluid .sidebar.pull-left[class*="span"] {
    margin-left: 0;
    float: none;
  }
}
/* ========================================================================== */
/* Main Content Styles
/* ========================================================================== */
/* Frame overlay
/* ========================================================================== */
.media a,
.thumbnail {
  position: relative;border: 0;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* Pagination
/* ========================================================================== */
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.pagination ul > li:first-child a,
.pagination ul > li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  background-color: transparent;
  border-color: transparent;
  color: #555555;
  padding: 7px 14px;
  margin-left: 1px;
  margin-right: 1px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.pagination ul > li > a:hover {
  background-color: #555555;
  border-color: #555555;
  color: #ffffff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #3399db;
  border-color: #3399db;
  color: #ffffff;
}
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover {
  background-color: #3399db;
  border-color: #3399db;
  color: #ffffff;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
}
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span:hover {
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
}
/* ========================================================================== */
/* Footer
/* ========================================================================== */
#footer {

  padding-left: 0em;
  padding-right: 0em;
background: #184479;
color: #fff;
font-size: 14px;
letter-spacing: 0.7px;
font-weight: 300;
}
.footer-before {
    padding-top: 121px;
    padding-bottom: 84px;
    font-size: 16px;
    line-height: 26px; color: #333333;
}
.newsletter h5.news-title:before {
 position: absolute;
font-family: "FontAwesome";
content: "\f003";
font-size: 66px;
display: block;
left: 0;
top: 5px;
line-height: 50px;


}
.newsletter h5.news-title {
    font-size: 16px;
    position: relative;
    padding-left: 85px;
    padding-top: 3px;
    min-height: 50px;
    margin-bottom: 10px;
}
.newsletter .block_content {

	margin-top: 0px;
	margin-left: 0px;
    padding: 0 30px 20px;
}
.newsletter .form-group {
	margin: 0;
	width: 100%;
	position: relative;
}
.newsletter .input-news {
	width: calc(100% - 165px);
	position: relative;
	overflow: hidden;
}
.subscribe-btn {
	position: absolute;
	right: 0px;
	top: 0px;
}
.newsletter .form-control::placeholder {
     color: #000000;
}
.newsletter input#txtemail::placeholder  { color: #000000; }
.newsletter #txtemail {
   height: auto;
	border: none; border-radius:0;
	min-width: 255px;
	font-weight: 300;
	color: #000000;
	font-size: 12px;
	letter-spacing: 0.6px;
	background: #FFF;
	text-align: left;
    margin: 0;
border: 1px solid #bababa;
padding: 8px 18px;
min-height: 40px;
width: 100%;
font-size: 16px;
color:#000;
height: 40px;  outline-color: rgb(0, 0, 0);
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow:  none;
border-radius: 4px;
}
.subscribe-btn .btn.btn-lg {
	float: right !important;
	margin: 0;
	color: #333333;
	border: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding: 5px 25px;
	background: #FF8200;  padding: 14px 33px;
   font-weight: 500;
font-size: 16px;
   min-width: 165px;
line-height: 15px;
height: 40px;
}
.subscribe-btn .btn.btn-lg:hover {

    background-color:   #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;

}
.subscribe-btn .btn.btn-inverse {
  margin: 0;
}

#footer .block-social {
	float: right;
	display: inline-block;
	margin-top: 15px;
}
#footer .block-social ul {
	margin-bottom: 0px;
	padding: 0px;
}
#footer .block-social li {
	text-align: center;
	display: inline-block;
	margin-right: 4px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newsletter label {
    display: none;
}
#footer .block-social li a {
	display: block;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	padding: 0px;
}
#footer .block-social li a span {
	display: none;
}
#footer .block-social li a::before {
	font-size: 17px;
	font-family: "FontAwesome";
	display: inline-block;
	font-weight: normal;
	height: 35px;
	width: 35px;
	color: #ffffff;
	line-height: 30px;
	padding-top: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.facebook a::before {
    content: "\F09A";
}
.twitter a::before {
    content: "\F099";
}
.youtube a::before {
    content: "\F16A";
}
.googleplus a::before {
    content: "\F0D5";
}
.instagram a::before {
    content: "\F16D";
}
#footer .block-social li:hover a::before {
    color:    #000;
}


#footer .footer-blocks {
   padding: 54px 0px 53px;
}
.ofical {
    color: #81C1E7; font-weight: 700;  line-height: 19px;margin:40px 0;
font-size: 16px;padding-left: 45px;
background-image: url("data:image/svg+xml,%3Csvg width='25' height='31' viewBox='0 0 25 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.1606 27.5815L13.8408 17.1528L17.3098 15.7158L22.2869 27.7312C22.4965 28.2374 22.0222 28.7591 21.4984 28.5984L18.6762 27.7323C18.5925 27.7066 18.5119 27.6988 18.4289 27.7069L18.1606 27.5815Z' fill='%23FFE07D'/%3E%3Cpath d='M14.0255 17.0757L18.429 27.7063C18.2158 27.7253 18.0192 27.849 17.9139 28.0476L16.5308 30.6556C16.274 31.1396 15.5697 31.1061 15.36 30.6L10.3829 18.5846L14.0255 17.0757Z' fill='%23FFD064'/%3E%3Cpath d='M10.2537 17.0356L13.9932 18.5847L9.01609 30.6001C8.80642 31.1063 8.10207 31.1397 7.84529 30.6557L6.46216 28.0477C6.4196 27.9674 6.36202 27.8992 6.29451 27.8453L5.95587 27.4173L10.2537 17.0356Z' fill='%23FFE07D'/%3E%3Cpath d='M2.08937 27.7307L7.06644 15.7153L10.6963 17.2189L6.29441 27.8456C6.13124 27.7152 5.91006 27.6674 5.70002 27.7318L2.87787 28.5979C2.35402 28.7587 1.87963 28.237 2.08937 27.7307Z' fill='%23FFD064'/%3E%3Cpath d='M10.9382 0.435574C10.4177 0.848565 9.72675 0.977711 9.09216 0.780692C8.19982 0.503568 7.23422 0.877688 6.76147 1.68363C6.42525 2.25676 5.82765 2.62683 5.16473 2.6723C4.23255 2.73623 3.46729 3.43392 3.31756 4.35623C3.21112 5.01213 2.78748 5.57304 2.18576 5.85494C1.33962 6.25134 0.878069 7.17832 1.07164 8.09239C1.20932 8.74242 1.01696 9.41855 0.557716 9.89875C-0.0880775 10.574 -0.18362 11.6051 0.327093 12.3876C0.690313 12.944 0.755159 13.6439 0.500378 14.2576C0.142122 15.1206 0.425543 16.1166 1.18438 16.6617C1.72403 17.0493 2.03736 17.6786 2.0215 18.3429C1.99916 19.277 2.62321 20.1033 3.52778 20.3375C4.17103 20.504 4.69053 20.9776 4.9157 21.6028C5.2323 22.4818 6.11277 23.027 7.04083 22.9186C7.70079 22.8415 8.35627 23.0954 8.79209 23.597C9.40489 24.3024 10.4228 24.4926 11.249 24.0563C11.8366 23.746 12.5395 23.746 13.1271 24.0563C13.9533 24.4927 14.9712 24.3024 15.584 23.597C16.0198 23.0954 16.6752 22.8415 17.3353 22.9186C18.2633 23.027 19.1437 22.4818 19.4604 21.6028C19.6856 20.9776 20.205 20.504 20.8483 20.3375C21.7529 20.1034 22.3769 19.277 22.3546 18.3429C22.3387 17.6786 22.6521 17.0493 23.1917 16.6617C23.9506 16.1166 24.234 15.1206 23.8757 14.2576C23.6209 13.6439 23.6858 12.944 24.049 12.3876C24.5597 11.6051 24.4642 10.574 23.8184 9.89875C23.3591 9.41855 23.1668 8.74242 23.3044 8.09239C23.498 7.17832 23.0364 6.25128 22.1903 5.85494C21.5886 5.57304 21.165 5.01213 21.0585 4.35623C20.9088 3.43392 20.1435 2.7363 19.2113 2.6723C18.5484 2.62683 17.9508 2.25676 17.6146 1.68363C17.1418 0.877688 16.1761 0.503629 15.2839 0.780692C14.6493 0.977772 13.9583 0.848565 13.4378 0.435574C12.7058 -0.145191 11.6702 -0.145191 10.9382 0.435574Z' fill='%23E8AE4D'/%3E%3Cpath d='M6.70215 12.1445C6.70215 8.04515 9.34671 4.5637 13.0228 3.3125C17.5305 3.73318 21.0588 7.52674 21.0588 12.1445C21.0588 16.7622 17.5305 20.5558 13.0228 20.9764C9.34665 19.7252 6.70215 16.2439 6.70215 12.1445Z' fill='%23FFE07D'/%3E%3Cpath d='M12.1882 3.27393C12.8673 3.27393 13.5284 3.35052 14.1638 3.49504C10.2157 4.39307 7.26874 7.92459 7.26874 12.1446C7.26874 16.3647 10.2157 19.8962 14.1638 20.7943C13.5284 20.9388 12.8673 21.0154 12.1882 21.0154C7.28902 21.0154 3.31745 17.0438 3.31745 12.1446C3.31745 7.2455 7.28902 3.27393 12.1882 3.27393Z' fill='%23FFD064'/%3E%3Cpath d='M11.9438 15.5494L8.88209 17.6103C8.76172 17.6913 8.6287 17.7032 8.51227 17.6674C8.40407 17.5203 8.30005 17.37 8.20039 17.2166C8.20275 17.1873 8.20814 17.1574 8.2168 17.127L9.23072 13.5784C9.27964 13.4071 9.21994 13.2233 9.07965 13.1135L6.74146 11.2831C6.78027 10.8593 6.84747 10.4436 6.94108 10.0381L10.1159 9.92418C10.2939 9.91782 10.4503 9.80417 10.5113 9.63688L11.777 6.16991C11.917 5.78646 12.4593 5.78646 12.5993 6.16991L13.8649 9.63676C13.926 9.80405 14.0823 9.9177 14.2603 9.92406L17.9486 10.0564C18.3566 10.071 18.5241 10.5867 18.2027 10.8384L15.2966 13.1134C15.1564 13.2231 15.0966 13.407 15.1455 13.5782L16.1595 17.1269C16.2716 17.5194 15.8329 17.8381 15.4942 17.6102L12.4326 15.5493C12.2848 15.45 12.0915 15.45 11.9438 15.5494Z' fill='%23E8AE4D'/%3E%3Cpath d='M8.88199 17.6102C8.54335 17.8381 8.10463 17.5194 8.21676 17.1268L8.40058 16.4834C8.59791 16.8345 8.81866 17.1707 9.0603 17.4902L8.88199 17.6102Z' fill='%23E5A32E'/%3E%3Cpath d='M6.42756 10.0565L7.52563 10.0171C7.39158 10.5615 7.30803 11.1257 7.27969 11.7045L6.17344 10.8385C5.85206 10.587 6.01965 10.0712 6.42756 10.0565Z' fill='%23E5A32E'/%3E%3C/svg%3E%0A");
background-repeat:no-repeat;
background-position: left center;
}

.ftime {
  margin-bottom: 40px;
}
html[lang="uk"] .ru ,html[lang="ru"] .ua {
  display: none;
}
html[lang="ru"] .ru ,html[lang="uk"] .ua {
  display: block;
}
.phone-foter a {
  display: block;width: 120px;white-space: nowrap;
}

#footer .footer-blocks ul li .fa {
    color: #000;
    font-size: 18px;
    height: 25px;
    margin-top: 4px;
    width: 28px;
    padding-left: 2px;
    display: inline-block;
    float: left;
}
#footer .footer-blocks ul li {
    line-height: 26px;
    margin-bottom: 17px;
}
#footer .footer-blocks ul li em {
  font-style: normal;margin-right:20px;display:block ;margin-left:30px;
}
#footer .footer-blocks ul li em i {
  font-style: normal;font-weight: lighter;
}
#footer .column li a {

	cursor: pointer;

    font-weight: 300;
	position: relative;
	line-height: 28px;
	display: block;
	text-align: left;

line-height: 20px;
color: #fff;
}
#footer .column li a:hover {
 color: #FF8200;
}

.footerlogo > a {
    min-height: 50px; display: inline-block;
    margin-bottom: 10px;
}
.bottomfooter {
	margin: 0;
	text-align: center;
	clear: both;
    color: #fff;
    _border-top:1px solid #5EC1E4;
	padding: 22px 0 21px;
}
.bottomfooter .paiement_logo_block {
	text-align: right;
	background: none;
	border: none;
	padding: 0;
}
.bottomfooter .paiement_logo_block img {
	margin: 0 0px 0px 10px;
	filter: grayscale(100);
	-webkit-filter: grayscale(100);
}
.bottomfooter .paiement_logo_block img:hover {
    filter: grayscale(0);
}
p.powered {

    text-align: center;
    float: left;
    margin: 0;
font-weight: 400;
font-size: 16px;
    color: #000;
    line-height: 26px;
    padding: 0;
    letter-spacing: 0.7px;

}
.block-soc {
    margin-bottom: 20px;
}

@media (min-width: 481px) and (max-width: 767px) {
  #footer > .container {
    width: 95%;
  }
}
@media (max-width: 480px) {
  #footer > .container {
    padding: 0 20px;
  }
}
#footer [class^="fa fa-"],
#footer [class*=" icon-"] {
  color: #000;
}
#footer .widget-title {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: 0;
  color: #81C1E7;
  font-size: 16px;  text-transform: uppercase;
 margin-bottom: 28px;
}

#footer .widget-title .text-info {
  color: #000;
}
#footer .widget-title.do {
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
#footer .widget-title.do:before {
  font-family: 'FontAwesome';
  color: #fff;
  content: "\f0c9";
  position: absolute;
  right: 0px;
  top: 0px;
}
#footer .widget-title.do:hover:before {
  color: #fff;
}
#footer .widget-title.do:hover .text-info {
  color: #000;
}
#footer .widget-inner {
  margin-bottom: 20px;
}
#footer a {
  color:  #fff;
  text-decoration: none;
}
#footer a[rel="nofollow"] {
  margin-right: 20px;
}

#footer a:hover {  color: #FF8200;
    text-decoration: underline;
}
#footer a.btn:hover {
  text-decoration: none;
}
/* Footer menu
/* ========================================================================== */
#footer-menu {
  font-size: 11px;
  background-color: #333333;
  color: #000;
}
@media (max-width: 480px) {
  #footer-menu {
    padding: 0 20px;
  }
}
#footer-menu > .container {
  border-top: solid 1px #4d4d4d;
  padding: 20px 0 40px 0;
}
@media (min-width: 481px) and (max-width: 767px) {
  #footer-menu > .container {
    width: 95%;
  }
}
#footer-menu a {
  color: #ffffff;
}
#footer-menu a:hover {
  color: #3399db;
}
#footer-menu .privacy {
  margin: 0;
}
#footer-menu .privacy li {
  padding: 0 5px 0 0;
  margin: 0 5px 5px 0;
  line-height: 11px;
}
#footer-menu .privacy li:last-child {
  border-right: none;
}
#footer-menu .copyright {
  margin-bottom: 0;
  line-height: 16px;
}
#footer-menu a {
  display: block;
  padding: 12px 12px 12px 0;
}
#footer-menu .payment {
  text-align: right;
}
@media (max-width: 767px) {
  #footer-menu .payment {
    margin-top: 20px;
    text-align: left;
  }
}
/* ========================================================================== */
/* Sidebar / Widgets
/* ========================================================================== */
/* Sidebar
/* ========================================================================== */
@media (min-width: 768px) and (max-width: 979px) {
  .page-sidebar.span9 {
    width: 65.74585635359117% !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sidebar.span3 {
    width: 31.491712707182323% !important;
  }
}
.page-sidebar,
.sidebar {
  margin-top: 0px;
  margin-bottom: 5px;
}
.page-sidebar .widget,
.sidebar .widget {
  margin-bottom: 30px;
  position: relative;
}
.page-sidebar .widget ul.icons.check,
.sidebar .widget ul.icons.check {
  margin-left: 0;
}
.page-sidebar .widget ul.icons.check li,
.sidebar .widget ul.icons.check li {
  position: relative;
  text-indent: 0;
  padding-left: 20px;
}
.page-sidebar .widget ul.icons.check li:after,
.sidebar .widget ul.icons.check li:after {
  content: "\f096";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: left;
}
.page-sidebar .widget ul.icons.check li.on:after,
.sidebar .widget ul.icons.check li.on:after {
  content: "\f046";
  color: #3399db;
}
.page-sidebar .widget ul.icons.check a,
.sidebar .widget ul.icons.check a {
  text-decoration: none;
  color: #555555;
}
.page-sidebar .widget ul.icons.check a:hover,
.sidebar .widget ul.icons.check a:hover {
  color: #3399db;
}
.page-sidebar .widget-title,
.sidebar .widget-title {
  font-size: 16px;

  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 15px;
  font-weight: 500;
color: #333;
padding-bottom: 25px;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 30px;
text-align: left;
}
.page-sidebar .widget-inner,
.sidebar .widget-inner {
  background-color: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
}
.page-sidebar .accordion,
.sidebar .accordion {
  margin-bottom: 0;
}
.page-sidebar .nav-tabs,
.sidebar .nav-tabs {
  margin-bottom: 0;
  border-bottom-color: #e1e1e1;
}
.page-sidebar .nav-tabs > li > a,
.sidebar .nav-tabs > li > a {
  background-color: transparent;
  border-color: transparent;
font-size: 14px;
line-height: 1;
font-weight: 500;
  color: #000;
  border-bottom-color: #e1e1e1;
  border-radius: 4px;
  background-clip: padding-box;
}
.nav-tabs > li > a {
  border:0;
line-height: 22px;padding: 12px 15px;margin-bottom: 10px;
}

.page-sidebar .nav-tabs > li > a:hover,
.sidebar .nav-tabs > li > a:hover {
  background-color: transparent;
  border-color: #e9e9e9;
  color: #000;
  border-bottom-color: #e1e1e1;
}
.page-sidebar .nav-tabs > .active > a,
.sidebar .nav-tabs > .active > a,
.page-sidebar .nav-tabs > .active > a:hover,
.sidebar .nav-tabs > .active > a:hover,
.page-sidebar .nav-tabs > .active > a:focus,
.sidebar .nav-tabs > .active > a:focus {
  background-color: transparent;
  border:0;
  color: #000;
}
.page-sidebar .tab-content,
.sidebar .tab-content {
  padding: 30px;
  border-top: 0;
  border-top:1px solid #e3e3e3;
  border-right: 0px solid #e1e1e1;
  border-bottom: 0px solid #e1e1e1;
  border-left: 0px solid #e1e1e1;
}
.page-sidebar .tab-content {
  font-size: 16px;line-height: 26px;
}

.page-sidebar .tab-content .tab-pane p,
.sidebar .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.page-sidebar .tab-content .tab-pane p:last-child,
.sidebar .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}
.page-sidebar .show-all-posts,
.sidebar .show-all-posts {
  background-color: #3399db;
  color: #ffffff;
}
.page-sidebar .show-all-posts:hover,
.sidebar .show-all-posts:hover {
  background-color: #3399db;
}
/* Categories widget
/* ========================================================================== */
.cart-img {
  border: 1px solid #e6e6e6;display: inline-block;text-align: center;line-height: 90px;width: 90px
}
.media-object {
  display: inline-block;
}
.media-body {
  text-align: left;

   list-style: none;
}
.shopping-cart-widget .products .media-heading a {
}


.subtotal strong {
  font-weight: 500;
color: #262626;
}
.subtotal span {
  font-weight: 600;
    color:#888888;
    letter-spacing: 0.7px;
  }
.shopping-cart-widget { text-align: left;
  padding: 37px 40px 60px ;  color: #000000;

  overflow-y: auto;
}
.shopping-cart-widget .products {
  margin: 0 0 20px 0;
}
.shopping-cart-widget .products .media-heading {
  font-weight: bold;
  font-size: 16px;
  color: #3399db;
}
.shopping-cart-widget .products .media-heading a {
  text-decoration: none;
    color: #000000;
   font-size: 13px;

}
.shopping-cart-widget .products .media-heading a:hover {
  color: #FF8200; color: #000;
  background: transparent;
}
.shopping-cart-widget .buttons .btn:hover {
  background-color: #FF8200;color: #000;
}
/* Categories widget
/* ========================================================================== */
.categories-widget ul.icons {
  margin-left: 0;
  color: #99991;
}
.widget ul.icons li {
  /*float: left;
  width: auto;*/
  padding: 6px 0 0 12px;
  position: relative;
  text-indent: 0;
}
.categories-widget ul.icons li {
  /*float: left;
  width: auto;*/
  padding: 6px 0 0 12px;
  position: relative;
  text-indent: 0;
}

.categories-widget ul.icons a {
  text-decoration: none;
  color: #555;
}
.categories-widget ul.icons a:hover {
  color: #3399db;
}

#CatNavi .CatLevel0 
   {
     padding-left: 20px;
   }

#CatNavi .CatLevel1
   {
     padding-left: 30px;
   }

#CatNavi .CatLevel2 
   {
     padding-left: 40px;
   }

#CatNavi .CatLevel3
   {
     padding-left: 50px;
   }

#CatNavi .CatLevel4
   {
     padding-left: 60px;
   }

#CatNavi .CatLevel5
   {
     padding-left: 70px;
   }

#CatNavi .CatLevel6
   {
     padding-left: 80px;
   }

#CatNavi .CurrentParent a 
   {
     font-weight: bold; 
   }

#CatNavi li a,
#CatNavi .Current li a,
#CatNavi .CurrentParent li a,
#CatNavi .CurrentParent .Current li a 
   { 
     font-weight: normal; 
   }

#CatNavi .Current a,
#CatNavi .CurrentParent .Current a 
   { 
     font-weight: bold; 
   }


/* Animation KEYFRAMES
/* ========================================================================== */
@-webkit-keyframes moveFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromLeft {
  from {
    opacity: 0;
    -moz-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromLeft {
  from {
    opacity: 0;
    -o-transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromLeft {
  from {
    opacity: 0;
    transform: translateX(-50%) rotate(45deg) scale(3);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromRight {
  from {
    opacity: 0;
    -moz-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromRight {
  from {
    opacity: 0;
    -o-transform: translateX(50%);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromRight {
  from {
    opacity: 0;
    transform: translateX(50%);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@-webkit-keyframes moveFromZoom {
  from {
    opacity: 0;
    -webkit-transform: scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes moveFromZoom {
  from {
    opacity: 0;
    -moz-transform: scale(2);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes moveFromZoom {
  from {
    opacity: 0;
    -o-transform: scale(2);
  }
  to {
    opacity: 1;
    -o-transform: translateX(0%);
  }
}
@keyframes moveFromZoom {
  from {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
/* Search Form Widget
/* ========================================================================== */
#search {
  /*position: relative;*/
  /*margin: 0;*/
  /*width: 100%;*/
}
#search input[type="text"] {
  background-color: #ffffff;
  /*width: 100%;*/
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:hover {
  border-color: #3399db;
}
#search input[type="text"]:focus {
  border-color: #3399db;
}
#search .search-bt {
  transition: all 0.3s ease-out;
  width: 30px;
  height: 30px;
  /*position: absolute;*/
  right: 0;
  top: 0;
  cursor: pointer;
  border: none !important;
  z-index: 2;
  border-radius: 4px;
  background-clip: padding-box;
	  background: #555555 url('../img/button.png') no-repeat center center;
}
#search .search-bt:before {
  content: "\f096";
  font-family: fontawesome;
  display: block;
  width: 20px;
  height: 20px;
  text-align: left;
  color: #000000;
}
#search .search-bt:hover {
  background-color: #000;
}
/* SHOP products
/* ========================================================================== */
.shop-products .thumbnails .item {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  background-color: #FFF;
  z-index: 0;position: relative;
}
.shop-products .thumbnails .item:hover {
  box-shadow: 0 0px 35px rgba(0,0,0,.08);
 position: static;
}
/*
@media (min-width: 768px) and (max-width: 979px) {
  .shop-products .thumbnails .item {
    width: 48.61878453038674% !important;
  }
  .shop-products .thumbnails .item,
  .shop-products .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
  .shop-products .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
*/
@media (max-width: 767px) {
  .shop-products .thumbnails .item {
    margin-bottom: 50px;
  }
}
.shop-products .inner.darken {
  border-top: solid 0px #e1e1e1;
}
.shop-products .btn-add-to-cart {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.shop-products .btn-add-to-cart i {
  margin-left: 0;
}
.shop-products .btn-add-to-cart:hover {
  background-color: #3399db;
}
.shop-products .thumbnail {
  padding: 0px;
  margin-bottom: 5px;
  _overflow: hidden;
  border-radius: 0px;
  box-shadow: none;
	}

.product-block.product-thumb .rating,aside .rating {
 text-align: center;  vertical-align: top;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
    font-size: 18px;
    color: #FF8200;
    text-shadow: none;
    margin-bottom: 0px;
}
.product-block.product-thumb div.rating { transform: translateY(-40px);
 line-height: 22px;margin-bottom: 0px; position: relative;
 margin-left: -15px;height: 24px;
 width: calc(100% + 30px);
}
.homecategory{
    margin-bottom: 40px;
}
.homecategory .item {
    padding-bottom: 20px;
}

.product-block.product-thumb div.rating .rev_txt {
       color: #676767;
   font-weight: 500;
font-size: 13px;
}
.product-block.product-thumb div.rating:before {position: absolute;top:50%;left: 0; width: 100%;
  content: " ";display: block;_border-bottom:  1px solid #D8E0E8;transform:translateY(50%);
}

.product-block.product-thumb div.rating > div {  position: relative;
  background: #fff;padding: 0 10px;   z-index: 1;display: inline-block;
}
.product-block.product-thumb div.rating > div > span {
  margin: 0 4px;
}

.product-block.product-thumb .rating_disable .rating,aside .rating_disable .rating {
color:#d1d1d1;
}
.product-block.product-thumb:hover .rating,aside .rating {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-thumb .button-group {
  box-sizing: border-box ;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: calc(100% + 20px);
  background-color: #FFF;
  padding: 20px;
  box-shadow: 0 10px 10px rgba(0,0,0,.1);
  box-shadow: 0 25px 35px rgba(0,0,0,.08);
  left: -10px;
  top: 80%;
  display: block;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
z-index: 16;

   width: 100%;
    left: 0;
    padding-top: 0;
}

.product-thumb:hover .button-group {
  visibility: visible;
  opacity: 1;
  top: calc(100%);
}
/*
.product-thumb:hover .button-group {
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.product-thumb .button-group button .fa,.quickview-button a.quickbox .fa {
    display: none;
}
.product-thumb .button-group button {
	height: 35px;
	width: 35px;
	border: none;
	background-color: #ededed;
	color: #333;
	padding: 12px 12px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	transition: none;
	display: block;
	margin-right: 0;
}
.product-thumb .button-group button.wishlist,.product-cart .wishlist {
	background: url(../images/icons.png) no-repeat scroll 9px -143px #3399db;
	position: relative;
	margin-bottom: 3px;
}
.quickview-button {
	display: block;
	vertical-align: top;
	text-align: left;
	margin-bottom: -3px;
}
*/
.product-thumb .button-group button.wishlist.remove , .product-thumb .button-group button.compare.remove {
  background-color: #cb3435;
  border: #cb3435;
  color: #fff;
}
/*
.product-thumb .quickview-button a.quickbox {
	display: inline-block;
	background: url(../images/icons.png) no-repeat scroll center -81px #3399db;
	height: 35px;
	width: 35px;
	padding: 11px 11px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	filter: alpha(opacity=100);
    box-sizing: border-box;
}
.product-thumb .button-group button.compare,.product-cart .compare {
	background: url(../images/icons.png) no-repeat scroll center -204px #3399db;
	position: relative;
	margin-bottom: 3px;
}
.product-thumb .button-group button.addtocart {
	background: url(../images/icons.png) no-repeat scroll center -21px #3399db;
	display: block;
}
.product-thumb .button-group button.addtocart span {
  display: none;
}
*/
.product-block  .bay-line {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}
.product-block  .bay-line div.price_bl,
.bay-line div.sprice ,.bay-line div.sklad {
   	-webkit-flex: auto;
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}
 .item-options {
   display: none;
 }

.bay-line div.sprice + div { white-space: nowrap;
 text-align: center; font-size: 16px;color: #333333
}
.bay-line div.sprice + div:before {
  content: "";display: inline-block;border-right: 1px solid #333333;border-bottom: 1px solid #333333;
  width: 5px;height: 12px;margin-right: 10px;transform: rotate(45deg);
}

.bay-line + .bay-line {
  margin-top: 20px;
}

 .bay-line div.price span {
   display: block; width: 100%
 }

.addtocart {
    display: flex;justify-content: center;align-items: center;
  font-weight: 500;
  font-size: 16px;

  backface-visibility: hidden;
  transform: translateZ(0);
  text-transform: none;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #184479;
  color: #fff;
      padding:12px 14px 11px;
      border: 0;
     margin-bottom: 0px;
     border: 2px solid #184479;
     font-family: 'Gotham Pro',sans-serif;
     background: #184479;
     border-radius: 5px;
}
.addtocart span {
  display: none;
}
.addtocart:before {
  content: "";display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04906 26C6.04906 27.654 7.40607 29 9.07359 29C10.7411 29 12.0981 27.654 12.0981 26C12.0981 24.346 10.7411 23 9.07359 23C7.40607 23 6.04906 24.346 6.04906 26ZM10.0818 26C10.0818 26.551 9.6291 27 9.07359 27C8.51809 27 8.06542 26.551 8.06542 26C8.06542 25.449 8.51809 25 9.07359 25C9.6291 25 10.0818 25.449 10.0818 26Z' fill='white'/%3E%3Cpath d='M24.1962 26C24.1962 24.346 22.8392 23 21.1717 23C19.5042 23 18.1472 24.346 18.1472 26C18.1472 27.654 19.5042 29 21.1717 29C22.8392 29 24.1962 27.654 24.1962 26ZM20.1635 26C20.1635 25.449 20.6162 25 21.1717 25C21.7272 25 22.1799 25.449 22.1799 26C22.1799 26.551 21.7272 27 21.1717 27C20.6162 27 20.1635 26.551 20.1635 26Z' fill='white'/%3E%3Cpath d='M3.12535 2C3.25036 3.181 4.64165 16.289 4.85639 18.314C5.01871 19.845 6.3122 21 7.86479 21H23.5752C24.9917 21 26.2358 20.002 26.5332 18.628L28.9548 7.419C29.0829 6.825 28.9357 6.214 28.5506 5.743C28.1654 5.271 27.5938 5 26.9818 5H5.47138L5.03584 0.896C4.9814 0.386 4.54889 0 4.03271 0H1.00818C0.451663 0 0 0.448 0 1C0 1.552 0.451663 2 1.00818 2H3.12535ZM26.9818 7L24.5612 18.209C24.4614 18.667 24.047 19 23.5742 19H7.86479C7.34659 19 6.91609 18.615 6.86165 18.105L5.68309 7H26.9818Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center; background-size: contain;
  width: 29px;height: 29px;margin-right: 5px;
}
.addtocart:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.04906 26C6.04906 27.654 7.40607 29 9.07359 29C10.7411 29 12.0981 27.654 12.0981 26C12.0981 24.346 10.7411 23 9.07359 23C7.40607 23 6.04906 24.346 6.04906 26ZM10.0818 26C10.0818 26.551 9.6291 27 9.07359 27C8.51809 27 8.06542 26.551 8.06542 26C8.06542 25.449 8.51809 25 9.07359 25C9.6291 25 10.0818 25.449 10.0818 26Z' fill='%23184479'/%3E%3Cpath d='M24.1962 26C24.1962 24.346 22.8392 23 21.1717 23C19.5042 23 18.1472 24.346 18.1472 26C18.1472 27.654 19.5042 29 21.1717 29C22.8392 29 24.1962 27.654 24.1962 26ZM20.1635 26C20.1635 25.449 20.6162 25 21.1717 25C21.7272 25 22.1799 25.449 22.1799 26C22.1799 26.551 21.7272 27 21.1717 27C20.6162 27 20.1635 26.551 20.1635 26Z' fill='%23184479'/%3E%3Cpath d='M3.12535 2C3.25036 3.181 4.64165 16.289 4.85639 18.314C5.01871 19.845 6.3122 21 7.86479 21H23.5752C24.9917 21 26.2358 20.002 26.5332 18.628L28.9548 7.419C29.0829 6.825 28.9357 6.214 28.5506 5.743C28.1654 5.271 27.5938 5 26.9818 5H5.47138L5.03584 0.896C4.9814 0.386 4.54889 0 4.03271 0H1.00818C0.451663 0 0 0.448 0 1C0 1.552 0.451663 2 1.00818 2H3.12535ZM26.9818 7L24.5612 18.209C24.4614 18.667 24.047 19 23.5742 19H7.86479C7.34659 19 6.91609 18.615 6.86165 18.105L5.68309 7H26.9818Z' fill='%23184479'/%3E%3C/svg%3E%0A");
}
.addtocart:hover {color: #184479;
  background:  #fff;
}
.shop-products .thumbnails .item.span4 {
  width: 25%;margin: 0;
  _border-right:1px solid #D8E0E8;
  _border-bottom:1px solid #D8E0E8
}
.shop-products .thumbnails {
    border-left:0px solid #D8E0E8;
    border-top:0px solid #D8E0E8;  border-radius: 5px;
}
.shop-products .thumbnails .item:hover {
  z-index: 1;position:relative;
}
.image_list {
  position: relative;
}
.image_list .model {
 position: absolute;z-index: 1;
 display: inline-block;
 font-style: normal;
 font-weight: 300;
 font-size: 13px;
 right: 10px;top: 20px;
}

.product-block .wishlist, .product-block .compare{
  background-color: transparent;border: 0;
  padding: 0;
  font-size: 14px;
  line-height: 48px;
  color: #b4b4b4;
  display: inline-block;
  text-align: center;
  position: absolute;z-index: 3
}
.product-block .compare,.product-info .compare,.rev .compare { background-color: transparent;
    width: 26px;right: 10px;top:80px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.449 9.75943L21.5986 2.19406C21.497 2.01094 21.3025 1.89499 21.089 1.89034L20.8342 1.94557H15.8514C15.483 0.557924 14.0309 -0.275761 12.6081 0.0834502C11.672 0.319789 10.941 1.03266 10.6987 1.94557H5.71585L5.46105 1.89034C5.2476 1.89499 5.05306 2.01094 4.95145 2.19406L1.10109 9.75943C0.848837 9.81234 0.67066 10.0324 0.676405 10.2841C0.676405 12.6034 2.82807 14.5085 5.46105 14.5085C8.09404 14.5085 10.274 12.6034 10.274 10.2841C10.2693 10.036 10.0956 9.82143 9.8493 9.75943L6.42368 3.05H10.6704C10.8845 4.04878 11.6847 4.82914 12.7088 5.03795V14.7293C10.8686 14.9502 9.42467 16.3031 9.19816 17.6836H7.95244C7.62014 17.7097 7.35629 17.967 7.32958 18.2911V20.4999C7.35911 20.8036 7.63548 21.0263 7.9468 20.9975C7.9487 20.9973 7.95054 20.9971 7.95244 20.9969H18.5976C18.9086 21.0288 19.1872 20.8087 19.2198 20.5054C19.22 20.5036 19.2202 20.5018 19.2204 20.4999V18.2911C19.1937 17.967 18.9298 17.7097 18.5975 17.6836H17.3518C17.1253 16.3031 15.6814 14.9502 13.8412 14.7293V5.038C14.8653 4.82919 15.6655 4.04883 15.8796 3.05005H20.1263L16.7006 9.75943C16.4543 9.82143 16.2806 10.036 16.2759 10.2841C16.2759 12.6034 18.4276 14.5085 21.0888 14.5085C23.7501 14.5085 25.8735 12.6034 25.8735 10.2841C25.8795 10.0324 25.7012 9.81234 25.449 9.75943ZM5.46105 13.3488C3.67744 13.3488 2.17692 12.1616 1.86549 10.781H9.08495C8.77352 12.1616 7.273 13.3488 5.46105 13.3488ZM8.57535 9.67657H2.3751L5.46105 3.62985L8.57535 9.67657ZM18.088 18.7881V19.8925H8.46209V18.7881H18.088ZM16.1912 17.6836H10.359C10.5855 16.5792 11.8029 15.7509 13.275 15.7509C14.7472 15.7509 15.9646 16.5792 16.1912 17.6836ZM13.275 4.01638C12.4307 4.01638 11.7462 3.34886 11.7462 2.52542C11.7462 1.70199 12.4307 1.03446 13.275 1.03446C14.1194 1.03446 14.8038 1.70199 14.8038 2.52542C14.8039 3.34886 14.1194 4.01638 13.275 4.01638ZM21.089 3.62985L24.175 9.67657H17.9748L21.089 3.62985ZM21.089 13.3488C19.2771 13.3488 17.7765 12.1616 17.4652 10.781H24.6846C24.3731 12.1616 22.8727 13.3488 21.089 13.3488Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;background-repeat: no-repeat;background-size: contain;
}
/*
.product-block .compare:hover, .product-info .compare:hover,.rev .compare:hover,
.product-block .compare.remove , .product-info .compare.remove ,.rev .compare.remove
   {   background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M509.857,312.555l-86.261-143.779l77.415-21.504c7.983-2.217,12.655-10.485,10.439-18.467 c-2.218-7.982-10.488-12.656-18.468-10.438l-96.231,26.73c-0.007,0.002-0.014,0.004-0.021,0.006L271,180.027V15.004 c0-8.284-6.716-15-15-15s-15,6.716-15,15V188.36l-133.443,37.066c-0.007,0.002-0.014,0.004-0.021,0.005l-96.547,26.818 c-7.983,2.217-12.655,10.485-10.439,18.467c1.845,6.639,7.874,10.989,14.444,10.989c1.329,0,2.681-0.178,4.023-0.551 l60.186-16.718L2.143,392.885c-1.398,2.331-2.138,4.999-2.138,7.717c0,61.423,49.973,111.394,111.397,111.394 c61.426,0,111.398-49.971,111.398-111.394c0-2.718-0.739-5.386-2.138-7.717l-86.262-143.78l233.997-64.997l-77.06,128.447 c-1.398,2.331-2.138,4.999-2.138,7.717c0,61.424,49.973,111.395,111.397,111.395c29.755,0,57.729-11.587,78.771-32.628 c21.041-21.041,32.628-49.014,32.626-78.769C511.995,317.553,511.256,314.885,509.857,312.555z M111.402,481.997 c-39.757,0-72.933-28.658-79.996-66.396h159.992C184.336,453.339,151.16,481.997,111.402,481.997z M181.31,385.601H41.496 l69.906-116.52L181.31,385.601z M400.596,188.752l69.909,116.519H330.689L400.596,188.752z M400.598,401.668 c-39.757,0-72.934-28.658-79.998-66.396h159.995C473.531,373.01,440.356,401.668,400.598,401.668z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
*/
.product-block .wishlist,.product-info .wishlist,.rev .wishlist {  background-color: transparent;
    width: 25px;right: 10px;top:50px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='21' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7734 0C16.7847 0.00110397 15.8067 0.196675 14.8997 0.574649C13.9927 0.952624 13.1761 1.50499 12.5 2.19767C11.5093 1.18251 10.2235 0.476729 8.80974 0.171959C7.39594 -0.132811 5.91936 -0.0224966 4.57168 0.488582C3.224 0.999661 2.06748 1.8879 1.25224 3.03799C0.437007 4.18807 0.000713398 5.54689 0 6.93804C0 13.8461 11.6055 20.6266 12.1094 20.8929C12.2309 20.963 12.37 21 12.5117 21C12.6535 21 12.7926 20.963 12.9141 20.8929C13.3945 20.6266 25 13.8461 25 6.93804C24.9979 5.09857 24.2359 3.335 22.8811 2.0343C21.5263 0.733593 19.6894 0.0019854 17.7734 0ZM12.5 19.3665C10.4805 18.1289 1.5625 12.346 1.5625 6.93804C1.5635 5.78293 1.9476 4.65813 2.65912 3.72666C3.37064 2.7952 4.37263 2.10545 5.51986 1.75739C6.66708 1.40933 7.89995 1.42104 9.03978 1.79082C10.1796 2.1606 11.1672 2.86925 11.8594 3.81405C11.9315 3.91232 12.0272 3.99252 12.1383 4.04787C12.2495 4.10323 12.3728 4.13213 12.498 4.13213C12.6233 4.13213 12.7466 4.10323 12.8578 4.04787C12.9689 3.99252 13.0646 3.91232 13.1367 3.81405C13.8283 2.86762 14.8161 2.15745 15.9567 1.78662C17.0973 1.4158 18.3313 1.40363 19.4796 1.75187C20.6278 2.10012 21.6306 2.79066 22.3423 3.72324C23.0541 4.65583 23.4377 5.78192 23.4375 6.93804C23.4375 12.3422 14.5195 18.1252 12.5 19.3665Z' fill='black'/%3E%3C/svg%3E%0A");
    background-position: center;background-repeat: no-repeat;background-size: contain;
}
.product-info .compare,
.product-info .wishlist {  display: inline-block;padding: 0;
     height:55px; width: 64px;
     border: 1px solid #000000;
     border-radius: 5px;
     background-color:#fff;
     background-position: center;background-repeat: no-repeat;background-size: 34px 30px;
     background-image: url("data:image/svg+xml,%3Csvg width='34' height='30' viewBox='0 0 34 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.1719 0C22.8272 0.0015771 21.4971 0.280964 20.2636 0.820928C19.0301 1.36089 17.9194 2.14998 17 3.13953C15.6526 1.6893 13.904 0.681041 11.9812 0.245655C10.0585 -0.18973 8.05032 -0.032138 6.21748 0.697974C4.38465 1.42809 2.81177 2.697 1.70305 4.33998C0.59433 5.98296 0.000970222 7.92413 0 9.91149C0 19.7801 15.7834 29.4666 16.4688 29.847C16.634 29.9471 16.8232 30 17.0159 30C17.2087 30 17.3979 29.9471 17.5631 29.847C18.2166 29.4666 34 19.7801 34 9.91149C33.9972 7.28367 32.9608 4.76429 31.1183 2.90614C29.2758 1.04799 26.7776 0.00283629 24.1719 0ZM17 27.6664C14.2534 25.8985 2.125 17.6371 2.125 9.91149C2.12636 8.26133 2.64873 6.65448 3.6164 5.32381C4.58408 3.99314 5.94677 3.00778 7.507 2.51055C9.06723 2.01333 10.7439 2.03005 12.2941 2.55831C13.8443 3.08658 15.1874 4.09892 16.1287 5.44864C16.2268 5.58904 16.3569 5.7036 16.5081 5.78268C16.6593 5.86176 16.8271 5.90304 16.9973 5.90304C17.1676 5.90304 17.3354 5.86176 17.4866 5.78268C17.6378 5.7036 17.7679 5.58904 17.8659 5.44864C18.8065 4.0966 20.1499 3.08207 21.7011 2.55232C23.2523 2.02257 24.9305 2.00518 26.4922 2.50268C28.0538 3.00017 29.4176 3.98665 30.3856 5.31892C31.3535 6.65118 31.8752 8.25988 31.875 9.91149C31.875 17.6317 19.7466 25.8931 17 27.6664Z' fill='black'/%3E%3C/svg%3E%0A");
}
.product-info .compare {   background-size: 37px 32px;
   background-image: url("data:image/svg+xml,%3Csvg width='37' height='32' viewBox='0 0 37 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3764 14.8715L30.7225 3.34333C30.5733 3.06429 30.2876 2.88761 29.9742 2.88052L29.6001 2.96467H22.2832C21.7423 0.85017 19.6101 -0.420208 17.5207 0.127162C16.1462 0.487297 15.0728 1.57358 14.717 2.96467H7.40016L7.02601 2.88052C6.71257 2.88761 6.42691 3.06429 6.27771 3.34333L0.623811 14.8715C0.253399 14.9521 -0.00823654 15.2875 0.000198191 15.6709C0.000198191 19.2051 3.15972 22.1082 7.02601 22.1082C10.8923 22.1082 14.0934 19.2051 14.0934 15.6709C14.0865 15.2929 13.8315 14.966 13.4697 14.8715L8.43955 4.64761H14.6754C14.9898 6.16957 16.1648 7.35869 17.6687 7.67687V22.4447C14.9664 22.7813 12.8462 24.8429 12.5136 26.9465H10.6844C10.1964 26.9862 9.809 27.3783 9.76977 27.8721V31.238C9.81313 31.7007 10.219 32.0401 10.6761 31.9961C10.6789 31.9959 10.6816 31.9956 10.6844 31.9953H26.3158C26.7724 32.0439 27.1816 31.7086 27.2295 31.2464C27.2298 31.2436 27.2301 31.2408 27.2303 31.238V27.8721C27.1911 27.3783 26.8036 26.9862 26.3157 26.9465H24.4865C24.1538 24.8429 22.0336 22.7813 19.3314 22.4447V7.67695C20.8353 7.35877 22.0102 6.16965 22.3246 4.64769H28.5605L23.5302 14.8715C23.1686 14.966 22.9135 15.2929 22.9066 15.6709C22.9066 19.2051 26.0661 22.1082 29.974 22.1082C33.8818 22.1082 36.9998 19.2051 36.9998 15.6709C37.0085 15.2875 36.7468 14.9521 36.3764 14.8715ZM7.02601 20.341C4.40695 20.341 2.20357 18.5319 1.74627 16.4282H12.3474C11.8901 18.5319 9.68669 20.341 7.02601 20.341ZM11.5991 14.7452H2.49457L7.02601 5.5312L11.5991 14.7452ZM25.5675 28.6294V30.3124H11.4328V28.6294H25.5675ZM22.7822 26.9465H14.2181C14.5507 25.2636 16.3384 24.0014 18.5001 24.0014C20.6619 24.0014 22.4496 25.2636 22.7822 26.9465ZM18.5001 6.1202C17.2603 6.1202 16.2552 5.10302 16.2552 3.84826C16.2552 2.59351 17.2603 1.57632 18.5001 1.57632C19.7399 1.57632 20.745 2.59351 20.745 3.84826C20.7451 5.10302 19.7399 6.1202 18.5001 6.1202ZM29.9742 5.5312L34.5057 14.7452H25.4012L29.9742 5.5312ZM29.9742 20.341C27.3135 20.341 25.1102 18.5319 24.6529 16.4282H35.254C34.7966 18.5319 32.5934 20.341 29.9742 20.341Z' fill='black'/%3E%3C/svg%3E%0A");
}
.product-info .wishlist:hover {
     background-image: url("data:image/svg+xml,%3Csvg width='34' height='30' viewBox='0 0 34 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.1719 0C22.8272 0.0015771 21.4971 0.280964 20.2636 0.820928C19.0301 1.36089 17.9194 2.14998 17 3.13953C15.6526 1.6893 13.904 0.681041 11.9812 0.245655C10.0585 -0.18973 8.05032 -0.032138 6.21748 0.697974C4.38465 1.42809 2.81177 2.697 1.70305 4.33998C0.59433 5.98296 0.000970222 7.92413 0 9.91149C0 19.7801 15.7834 29.4666 16.4688 29.847C16.634 29.9471 16.8232 30 17.0159 30C17.2087 30 17.3979 29.9471 17.5631 29.847C18.2166 29.4666 34 19.7801 34 9.91149C33.9972 7.28367 32.9608 4.76429 31.1183 2.90614C29.2758 1.04799 26.7776 0.00283629 24.1719 0ZM17 27.6664C14.2534 25.8985 2.125 17.6371 2.125 9.91149C2.12636 8.26133 2.64873 6.65448 3.6164 5.32381C4.58408 3.99314 5.94677 3.00778 7.507 2.51055C9.06723 2.01333 10.7439 2.03005 12.2941 2.55831C13.8443 3.08658 15.1874 4.09892 16.1287 5.44864C16.2268 5.58904 16.3569 5.7036 16.5081 5.78268C16.6593 5.86176 16.8271 5.90304 16.9973 5.90304C17.1676 5.90304 17.3354 5.86176 17.4866 5.78268C17.6378 5.7036 17.7679 5.58904 17.8659 5.44864C18.8065 4.0966 20.1499 3.08207 21.7011 2.55232C23.2523 2.02257 24.9305 2.00518 26.4922 2.50268C28.0538 3.00017 29.4176 3.98665 30.3856 5.31892C31.3535 6.65118 31.8752 8.25988 31.875 9.91149C31.875 17.6317 19.7466 25.8931 17 27.6664Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.product-info .compare:hover {
   background-image: url("data:image/svg+xml,%3Csvg width='37' height='32' viewBox='0 0 37 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.3764 14.8715L30.7225 3.34333C30.5733 3.06429 30.2876 2.88761 29.9742 2.88052L29.6001 2.96467H22.2832C21.7423 0.85017 19.6101 -0.420208 17.5207 0.127162C16.1462 0.487297 15.0728 1.57358 14.717 2.96467H7.40016L7.02601 2.88052C6.71257 2.88761 6.42691 3.06429 6.27771 3.34333L0.623811 14.8715C0.253399 14.9521 -0.00823654 15.2875 0.000198191 15.6709C0.000198191 19.2051 3.15972 22.1082 7.02601 22.1082C10.8923 22.1082 14.0934 19.2051 14.0934 15.6709C14.0865 15.2929 13.8315 14.966 13.4697 14.8715L8.43955 4.64761H14.6754C14.9898 6.16957 16.1648 7.35869 17.6687 7.67687V22.4447C14.9664 22.7813 12.8462 24.8429 12.5136 26.9465H10.6844C10.1964 26.9862 9.809 27.3783 9.76977 27.8721V31.238C9.81313 31.7007 10.219 32.0401 10.6761 31.9961C10.6789 31.9959 10.6816 31.9956 10.6844 31.9953H26.3158C26.7724 32.0439 27.1816 31.7086 27.2295 31.2464C27.2298 31.2436 27.2301 31.2408 27.2303 31.238V27.8721C27.1911 27.3783 26.8036 26.9862 26.3157 26.9465H24.4865C24.1538 24.8429 22.0336 22.7813 19.3314 22.4447V7.67695C20.8353 7.35877 22.0102 6.16965 22.3246 4.64769H28.5605L23.5302 14.8715C23.1686 14.966 22.9135 15.2929 22.9066 15.6709C22.9066 19.2051 26.0661 22.1082 29.974 22.1082C33.8818 22.1082 36.9998 19.2051 36.9998 15.6709C37.0085 15.2875 36.7468 14.9521 36.3764 14.8715ZM7.02601 20.341C4.40695 20.341 2.20357 18.5319 1.74627 16.4282H12.3474C11.8901 18.5319 9.68669 20.341 7.02601 20.341ZM11.5991 14.7452H2.49457L7.02601 5.5312L11.5991 14.7452ZM25.5675 28.6294V30.3124H11.4328V28.6294H25.5675ZM22.7822 26.9465H14.2181C14.5507 25.2636 16.3384 24.0014 18.5001 24.0014C20.6619 24.0014 22.4496 25.2636 22.7822 26.9465ZM18.5001 6.1202C17.2603 6.1202 16.2552 5.10302 16.2552 3.84826C16.2552 2.59351 17.2603 1.57632 18.5001 1.57632C19.7399 1.57632 20.745 2.59351 20.745 3.84826C20.7451 5.10302 19.7399 6.1202 18.5001 6.1202ZM29.9742 5.5312L34.5057 14.7452H25.4012L29.9742 5.5312ZM29.9742 20.341C27.3135 20.341 25.1102 18.5319 24.6529 16.4282H35.254C34.7966 18.5319 32.5934 20.341 29.9742 20.341Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.product_icons ul {
  display: flex;
  padding: 0px 0 20px;margin: 0;list-style: none
}
.product_icons ul li.product_ico {
list-style: none;margin: 0; width: 66px;line-height: 13px;
height: 75px; padding: 56px 3px 5px;box-sizing: border-box; text-align: center;  font-size: 13px; color: #676767;
background-position: center 5px;
background-repeat:no-repeat;
}
.icon1 {background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_560_5576)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5732 1.99194L21.6572 3.5519C22.2272 3.97853 22.8271 4.19687 23.538 4.23645L26.1371 4.38103C27.6934 4.46757 28.9575 5.52817 29.3129 7.04588L29.9067 9.58044C30.0691 10.2736 30.3883 10.8265 30.9074 11.3137L32.8056 13.0952C33.9421 14.162 34.2286 15.7869 33.5255 17.178L32.3511 19.5012C32.03 20.1366 31.9191 20.7653 32.0036 21.4722L32.3126 24.057C32.4975 25.6047 31.6725 27.0336 30.2397 27.6473L27.8467 28.6721C27.1922 28.9524 26.7032 29.3628 26.3135 29.9586L24.8887 32.1372C24.0356 33.4417 22.4851 34.006 20.9931 33.5551L18.5012 32.8021C17.8198 32.5961 17.1813 32.5961 16.4998 32.8021L14.008 33.5551C12.5159 34.006 10.9654 33.4417 10.1123 32.1372L8.68749 29.9586C8.29784 29.3628 7.8088 28.9524 7.15432 28.6721L4.7612 27.6472C3.32839 27.0335 2.50336 25.6046 2.68834 24.0569L2.99732 21.4721C3.08181 20.7652 2.97093 20.1365 2.64978 19.5011L1.47544 17.1779C0.772291 15.7869 1.05879 14.1619 2.19533 13.0951L4.09346 11.3136C4.61258 10.8264 4.93175 10.2735 5.09411 9.58037L5.68788 7.04581C6.04341 5.52817 7.30738 4.46757 8.86372 4.38096L11.4628 4.23638C12.1737 4.19687 12.7736 3.97846 13.3436 3.55183L15.4276 1.99187C16.6753 1.05787 18.3254 1.05787 19.5732 1.99194Z' fill='%23FFE177'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.5733 1.99198L21.6574 3.55194C22.2273 3.97857 22.8273 4.19691 23.5381 4.23649L26.1372 4.38107C27.6936 4.46761 28.9576 5.52821 29.3131 7.04593L29.9068 9.58049C30.0692 10.2737 30.3884 10.8265 30.9075 11.3137L32.8057 13.0953C33.9422 14.162 34.2287 15.7869 33.5256 17.178L32.3512 19.5012C32.0301 20.1366 31.9192 20.7653 32.0037 21.4722L32.3127 24.057C32.4976 25.6047 31.6726 27.0337 30.2398 27.6473L27.8468 28.6722C27.1923 28.9524 26.7033 29.3628 26.3137 29.9586L24.8888 32.1372C24.1002 33.3432 22.7157 33.9164 21.3322 33.64C22.2085 33.4616 22.9969 32.9394 23.5216 32.1372L24.9464 29.9586C25.336 29.3628 25.8251 28.9524 26.4796 28.6722L28.8725 27.6473C30.3054 27.0337 31.1304 25.6047 30.9454 24.057L30.6364 21.4722C30.5519 20.7653 30.6628 20.1366 30.984 19.5012L32.1583 17.178C32.8615 15.787 32.575 14.162 31.4384 13.0953L29.5403 11.3137C29.0212 10.8265 28.702 10.2737 28.5396 9.58049L27.9458 7.04593C27.5903 5.52828 26.3263 4.46768 24.77 4.38107L22.1709 4.23649C21.46 4.19698 20.8601 3.97857 20.2901 3.55194L18.2061 1.99198C17.7793 1.67254 17.3055 1.4624 16.8169 1.36143C17.7571 1.16729 18.7523 1.37736 19.5733 1.99198ZM16.8169 32.7205C16.712 32.7426 16.6065 32.7698 16.4998 32.802L14.008 33.5551C13.4335 33.7287 12.8504 33.7517 12.3018 33.64C12.4149 33.6174 12.528 33.5892 12.6408 33.5551L15.1327 32.802C15.7074 32.6283 16.2516 32.6011 16.8169 32.7205Z' fill='%23FFD064'/%3E%3Cpath d='M25.0141 25.0176C29.1659 20.8657 29.1659 14.1343 25.0141 9.98245C20.8622 5.83062 14.1308 5.83062 9.97898 9.98245C5.82715 14.1343 5.82715 20.8657 9.97898 25.0176C14.1308 29.1694 20.8622 29.1694 25.0141 25.0176Z' fill='%23FFD064'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5001 6.86694C17.7298 6.86694 17.9577 6.87508 18.1837 6.88943C12.63 7.24196 8.23437 11.8572 8.23437 17.5C8.23437 23.1427 12.63 27.758 18.1838 28.1105C17.9577 28.1249 17.7299 28.133 17.5002 28.133C11.6277 28.133 6.86719 23.3724 6.86719 17.5C6.86719 11.6275 11.6277 6.86694 17.5001 6.86694Z' fill='%23FFC338'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1711 18.3927L21.0927 13.422C21.6753 12.8336 22.6257 12.8319 23.2124 13.4154C23.799 13.9987 23.8008 14.9465 23.2189 15.5338C21.2231 17.548 19.2408 19.5756 17.2359 21.5806C16.6497 22.1668 15.6989 22.1667 15.1128 21.5806L11.7863 18.2542C11.2001 17.6681 11.2001 16.7173 11.7863 16.1311C12.3724 15.545 13.3232 15.545 13.9094 16.1311L16.1711 18.3927Z' fill='%23ECEFF1'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.8304 15.1481C22.0888 15.8972 21.3471 16.6478 20.6087 17.3985C19.3801 18.6455 18.1064 19.9347 16.8489 21.1932C16.478 21.5654 15.8718 21.5654 15.4977 21.1932L12.1732 17.8667C11.8024 17.4947 11.8024 16.8891 12.1732 16.5169C12.3538 16.3366 12.5924 16.2374 12.8472 16.2374C13.1019 16.2374 13.3437 16.337 13.5211 16.5169L15.7848 18.7787C15.8879 18.8812 16.0266 18.9389 16.1717 18.9389C16.3168 18.9385 16.4554 18.8802 16.5587 18.7767L21.4826 13.806C21.6599 13.6261 21.8986 13.5264 22.1501 13.5254H22.1533C22.408 13.5254 22.6466 13.6238 22.8272 13.8024C23.198 14.1716 23.198 14.7753 22.8304 15.1481ZM22.1533 12.4317C22.1533 12.4317 22.1501 12.4317 22.1468 12.4317C21.6019 12.4336 21.0892 12.6484 20.7055 13.0363L16.1685 17.6165L14.295 15.7436C13.908 15.357 13.3953 15.1438 12.8472 15.1438C12.3022 15.1438 11.7863 15.357 11.3993 15.7436C10.5996 16.542 10.5996 17.8415 11.3993 18.6399L14.727 21.9665C15.1269 22.3657 15.6493 22.5656 16.1749 22.5656C16.6973 22.5656 17.2229 22.3656 17.6228 21.9665C18.8836 20.7053 20.1572 19.4145 21.3859 18.1663C22.1275 17.4162 22.866 16.6662 23.6076 15.9178C24.4009 15.1175 24.3976 13.8205 23.598 13.027C23.2109 12.6428 22.6982 12.4317 22.1533 12.4317ZM17.5002 27.5853C23.0626 27.5853 27.5867 23.0606 27.5867 17.4991C27.5867 11.9377 23.0626 7.41288 17.5002 7.41288C11.9378 7.41288 7.41369 11.9377 7.41369 17.4991C7.41369 23.0605 11.9378 27.5853 17.5002 27.5853ZM17.5002 6.31913C11.3348 6.31913 6.32056 11.3343 6.32056 17.4991C6.32056 23.6635 11.3348 28.6791 17.5002 28.6791C23.6656 28.6791 28.6798 23.6635 28.6798 17.4991C28.6798 11.3343 23.6656 6.31913 17.5002 6.31913ZM31.8625 19.2536L33.0362 16.9303C33.6328 15.7485 33.3974 14.3993 32.43 13.4929L30.5339 11.7113C29.9374 11.1541 29.5601 10.4976 29.373 9.70401L28.7798 7.16979C28.4766 5.88026 27.4287 4.99966 26.1066 4.9261L23.5076 4.78166C22.695 4.73647 21.9824 4.47691 21.331 3.98903L19.2446 2.429C18.1838 1.63508 16.8166 1.63542 15.7557 2.429L13.6693 3.98876C13.018 4.47698 12.3054 4.73654 11.4928 4.78166L8.89374 4.9261C7.57167 4.99966 6.52372 5.88026 6.22055 7.16979L5.62725 9.70435C5.44022 10.4976 5.06295 11.1541 4.46644 11.7113L2.57036 13.4929C1.60301 14.3993 1.36436 15.7485 1.96415 16.9303L3.13788 19.2536C3.50552 19.9808 3.63766 20.7272 3.54093 21.5363L3.2314 24.1208C3.07342 25.4358 3.76022 26.6221 4.97593 27.1435L7.36857 28.1686C8.1167 28.4892 8.70035 28.9764 9.1453 29.6584L10.5706 31.8369C11.2961 32.9452 12.5828 33.4138 13.85 33.0307L16.3426 32.2777C16.7296 32.1601 17.1165 32.101 17.5002 32.101C17.8839 32.101 18.2677 32.16 18.6578 32.2777L21.1504 33.0307C22.4177 33.4138 23.7043 32.9452 24.4298 31.8369L25.8551 29.6584C26.3001 28.9767 26.8837 28.4892 27.6318 28.1684L30.0244 27.1436C31.2401 26.6221 31.927 25.4358 31.7689 24.1209L31.4594 21.5363C31.3626 20.7272 31.4949 19.9808 31.8625 19.2536ZM34.0133 17.4236C34.8227 15.8229 34.4873 13.923 33.1813 12.6954L31.2821 10.9138C30.8435 10.5033 30.5758 10.0393 30.4404 9.45471L29.8439 6.92014C29.4376 5.17404 27.9575 3.93386 26.1679 3.8342L23.5689 3.68941C22.9691 3.65619 22.466 3.47305 21.9856 3.11314L19.8993 1.55339C18.4643 0.478298 16.536 0.478298 15.0978 1.55339L13.0147 3.11314C12.5343 3.47299 12.0312 3.65619 11.4314 3.68941L8.83242 3.8342C7.04277 3.93386 5.56272 5.17404 5.1564 6.92014L4.55982 9.45471C4.4244 10.0393 4.15678 10.5033 3.71825 10.9138L1.81895 12.6954C0.513017 13.923 0.177645 15.8229 0.98702 17.4236L2.16075 19.747C2.43159 20.2829 2.52511 20.8101 2.45422 21.4063L2.14469 23.9911C1.93188 25.7721 2.89602 27.4427 4.54376 28.1489L6.93962 29.174C7.491 29.4103 7.90055 29.7544 8.22949 30.2568L9.65478 32.4357C10.6351 33.9367 12.4505 34.5965 14.166 34.0776L16.6585 33.3247C17.2325 33.1509 17.7678 33.1509 18.3418 33.3247L20.8343 34.0776C21.2245 34.1957 21.6212 34.2527 22.0114 34.2527C23.3334 34.2527 24.5878 33.5949 25.3456 32.4356L26.7709 30.2567C27.0998 29.7544 27.5093 29.4102 28.0607 29.1736L30.4533 28.1488C32.1043 27.4429 33.0685 25.7719 32.8556 23.9911L32.546 21.4062C32.4751 20.81 32.5686 20.2828 32.8395 19.7469L34.0133 17.4236Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_560_5576'%3E%3Crect width='35' height='35' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M16 1.936 4 6.3V16c0 10.96 11.645 13.942 11.762 13.972l.238.057.238-.057C16.355 29.942 28 26.96 28 16V6.3L16 1.936zM26 16c0 8.679-8.41 11.507-9.996 11.963C14.474 27.51 6 24.604 6 16V7.7l10-3.636L26 7.7V16z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='m10.707 15.293-1.414 1.414L14 21.414l8.707-8.707-1.414-1.414L14 18.586z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:45px 45px ;
}
.icon2 {background-image: url("data:image/svg+xml,%3Csvg width='44' height='36' viewBox='0 0 44 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 14.1017H34V17.3559H1V14.1017Z' fill='%23DDA41D'/%3E%3Cpath d='M1 14.1017L5.95 0H29.05L34 14.1017' fill='%23F7BB30'/%3E%3Cpath d='M8.90909 0L4 14.1017H34L29.0909 0H8.90909Z' fill='%23FFD064'/%3E%3Cpath d='M8.20312 2.15039H9.29688V3.58401H8.20312V2.15039Z' fill='%23555E63'/%3E%3Cpath d='M16.9531 2.15039H18.0469V3.58401H16.9531V2.15039Z' fill='%23555E63'/%3E%3Cpath d='M16.9531 5.01758H18.0469V6.45119H16.9531V5.01758Z' fill='%23555E63'/%3E%3Cpath d='M16.9531 7.88501H18.0469V9.31863H16.9531V7.88501Z' fill='%23555E63'/%3E%3Cpath d='M16.9531 10.7522H18.0469V12.1858H16.9531V10.7522Z' fill='%23555E63'/%3E%3Cpath d='M12.5781 2.15039H13.6719V3.58401H12.5781V2.15039Z' fill='%23555E63'/%3E%3Cpath d='M7.10938 5.01758H8.20312V6.45119H7.10938V5.01758Z' fill='%23555E63'/%3E%3Cpath d='M12.0312 5.01758H13.125V6.45119H12.0312V5.01758Z' fill='%23555E63'/%3E%3Cpath d='M6.01562 7.88501H7.10938V9.31863H6.01562V7.88501Z' fill='%23555E63'/%3E%3Cpath d='M11.4844 7.88501H12.5781V9.31863H11.4844V7.88501Z' fill='%23555E63'/%3E%3Cpath d='M4.92188 10.7522H6.01562V12.1858H4.92188V10.7522Z' fill='%23555E63'/%3E%3Cpath d='M10.9375 10.7522H12.0312V12.1858H10.9375V10.7522Z' fill='%23555E63'/%3E%3Cpath d='M25.7031 2.15039H26.7969V3.58401H25.7031V2.15039Z' fill='%23555E63'/%3E%3Cpath d='M21.3281 2.15039H22.4219V3.58401H21.3281V2.15039Z' fill='%23555E63'/%3E%3Cpath d='M26.7969 5.01758H27.8906V6.45119H26.7969V5.01758Z' fill='%23555E63'/%3E%3Cpath d='M21.875 5.01758H22.9688V6.45119H21.875V5.01758Z' fill='%23555E63'/%3E%3Cpath d='M27.8906 7.88501H28.9844V9.31863H27.8906V7.88501Z' fill='%23555E63'/%3E%3Cpath d='M22.4219 7.88501H23.5156V9.31863H22.4219V7.88501Z' fill='%23555E63'/%3E%3Cpath d='M28.9844 10.7522H30.0781V12.1858H28.9844V10.7522Z' fill='%23555E63'/%3E%3Cpath d='M22.9688 10.7522H24.0625V12.1858H22.9688V10.7522Z' fill='%23555E63'/%3E%3Cpath d='M4 14.1017H34V17.3559H4V14.1017Z' fill='%23FFC338'/%3E%3Cpath d='M1.09375 32.6272H33.9062V35.0001H1.09375V32.6272Z' fill='%2391989D'/%3E%3Cpath d='M3.28125 33.8136H33.9062V32.6272H2.1875C2.1875 32.9419 2.30273 33.2436 2.50785 33.4661C2.71297 33.6886 2.99117 33.8136 3.28125 33.8136Z' fill='%23AAB1B7'/%3E%3Cpath d='M1.09375 19.5763H33.9062V21.9492H1.09375V19.5763Z' fill='%2391989D'/%3E%3Cpath d='M3.28125 20.7627H33.9062V19.5763H2.1875C2.1875 19.891 2.30273 20.1927 2.50785 20.4152C2.71297 20.6377 2.99117 20.7627 3.28125 20.7627Z' fill='%23AAB1B7'/%3E%3Cpath d='M5.6699 32.191C5.92975 32.0969 6.15572 31.9165 6.31584 31.6754C6.47596 31.4342 6.56212 31.1446 6.56212 30.8474C6.56212 30.5502 6.47596 30.2606 6.31584 30.0194C6.15572 29.7783 5.92975 29.5979 5.6699 29.5038L3.42771 28.6928C3.3855 28.6775 3.34879 28.6482 3.32278 28.609C3.29677 28.5699 3.28277 28.5228 3.28277 28.4745C3.28277 28.4262 3.29677 28.3792 3.32278 28.34C3.34879 28.3008 3.3855 28.2715 3.42771 28.2562L5.6699 27.4453C5.92975 27.3511 6.15572 27.1707 6.31584 26.9296C6.47596 26.6885 6.56212 26.3988 6.56212 26.1016C6.56212 25.8045 6.47596 25.5148 6.31584 25.2737C6.15572 25.0325 5.92975 24.8521 5.6699 24.758L3.42771 23.9471C3.3855 23.9318 3.34879 23.9024 3.32278 23.8633C3.29677 23.8241 3.28277 23.777 3.28277 23.7288C3.28277 23.6805 3.29677 23.6334 3.32278 23.5942C3.34879 23.5551 3.3855 23.5258 3.42771 23.5105L7.72725 21.9491H4.28193L3.07881 22.3851C2.81896 22.4793 2.59299 22.6597 2.43287 22.9008C2.27275 23.1419 2.18659 23.4316 2.18659 23.7288C2.18659 24.0259 2.27275 24.3156 2.43287 24.5567C2.59299 24.7979 2.81896 24.9783 3.07881 25.0724L5.321 25.8833C5.36321 25.8986 5.39992 25.9279 5.42593 25.9671C5.45194 26.0063 5.46594 26.0534 5.46594 26.1016C5.46594 26.1499 5.45194 26.197 5.42593 26.2362C5.39992 26.2753 5.36321 26.3046 5.321 26.3199L3.07881 27.1309C2.81896 27.225 2.59299 27.4054 2.43287 27.6466C2.27275 27.8877 2.18659 28.1773 2.18659 28.4745C2.18659 28.7717 2.27275 29.0613 2.43287 29.3025C2.59299 29.5436 2.81896 29.724 3.07881 29.8182L5.321 30.6291C5.36321 30.6444 5.39992 30.6737 5.42593 30.7129C5.45194 30.7521 5.46594 30.7991 5.46594 30.8474C5.46594 30.8957 5.45194 30.9427 5.42593 30.9819C5.39992 31.0211 5.36321 31.0504 5.321 31.0657L2.53193 32.0742L1.24951 32.6271H4.46404L5.6699 32.191Z' fill='%23555E63'/%3E%3Cpath d='M11.4842 30.8474C11.4845 30.5501 11.3984 30.2603 11.2382 30.019C11.078 29.7778 10.8518 29.5975 10.5917 29.5038L8.34951 28.6928C8.3073 28.6775 8.27059 28.6482 8.24458 28.609C8.21857 28.5699 8.20457 28.5228 8.20457 28.4745C8.20457 28.4262 8.21857 28.3792 8.24458 28.34C8.27059 28.3008 8.3073 28.2715 8.34951 28.2562L10.5917 27.4453C10.8515 27.3511 11.0775 27.1707 11.2376 26.9296C11.3978 26.6885 11.4839 26.3988 11.4839 26.1016C11.4839 25.8045 11.3978 25.5148 11.2376 25.2737C11.0775 25.0325 10.8515 24.8521 10.5917 24.758L8.34951 23.9471C8.3073 23.9318 8.27059 23.9024 8.24458 23.8633C8.21857 23.8241 8.20457 23.777 8.20457 23.7288C8.20457 23.6805 8.21857 23.6334 8.24458 23.5942C8.27059 23.5551 8.3073 23.5258 8.34951 23.5105L12.7059 21.9491H9.2185L8.0017 22.3851C7.74185 22.4793 7.51588 22.6597 7.35576 22.9008C7.19564 23.1419 7.10948 23.4316 7.10948 23.7288C7.10948 24.0259 7.19564 24.3156 7.35576 24.5567C7.51588 24.7979 7.74185 24.9783 8.0017 25.0724L10.2439 25.8833C10.2861 25.8986 10.3228 25.9279 10.3488 25.9671C10.3748 26.0063 10.3888 26.0534 10.3888 26.1016C10.3888 26.1499 10.3748 26.197 10.3488 26.2362C10.3228 26.2753 10.2861 26.3046 10.2439 26.3199L8.0017 27.1309C7.74185 27.225 7.51588 27.4054 7.35576 27.6466C7.19564 27.8877 7.10948 28.1773 7.10948 28.4745C7.10948 28.7717 7.19564 29.0613 7.35576 29.3025C7.51588 29.5436 7.74185 29.724 8.0017 29.8182L10.2439 30.6291C10.2861 30.6444 10.3228 30.6737 10.3488 30.7129C10.3748 30.7521 10.3888 30.7991 10.3888 30.8474C10.3888 30.8957 10.3748 30.9427 10.3488 30.9819C10.3228 31.0211 10.2861 31.0504 10.2439 31.0657L6.00342 32.6271H9.38584L10.589 32.191C10.8496 32.0978 11.0764 31.9177 11.2371 31.6764C11.3979 31.4352 11.4843 31.1451 11.4842 30.8474Z' fill='%23555E63'/%3E%3Cpath d='M16.4061 30.8474C16.4064 30.5501 16.3203 30.2603 16.1601 30.019C15.9999 29.7778 15.7737 29.5975 15.5136 29.5038L13.2714 28.6928C13.2292 28.6775 13.1925 28.6482 13.1665 28.609C13.1405 28.5699 13.1265 28.5228 13.1265 28.4745C13.1265 28.4262 13.1405 28.3792 13.1665 28.34C13.1925 28.3008 13.2292 28.2715 13.2714 28.2562L15.5136 27.4453C15.7734 27.3511 15.9994 27.1707 16.1595 26.9296C16.3197 26.6885 16.4058 26.3988 16.4058 26.1016C16.4058 25.8045 16.3197 25.5148 16.1595 25.2737C15.9994 25.0325 15.7734 24.8521 15.5136 24.758L13.2714 23.9471C13.2292 23.9318 13.1925 23.9024 13.1665 23.8633C13.1405 23.8241 13.1265 23.777 13.1265 23.7288C13.1265 23.6805 13.1405 23.6334 13.1665 23.5942C13.1925 23.5551 13.2292 23.5258 13.2714 23.5105L17.5201 21.9491H14.1295L12.9263 22.3851C12.6665 22.4793 12.4405 22.6597 12.2804 22.9008C12.1203 23.1419 12.0341 23.4316 12.0341 23.7288C12.0341 24.0259 12.1203 24.3156 12.2804 24.5567C12.4405 24.7979 12.6665 24.9783 12.9263 25.0724L15.1685 25.8833C15.2107 25.8986 15.2474 25.9279 15.2735 25.9671C15.2995 26.0063 15.3135 26.0534 15.3135 26.1016C15.3135 26.1499 15.2995 26.197 15.2735 26.2362C15.2474 26.2753 15.2107 26.3046 15.1685 26.3199L12.9263 27.1309C12.6665 27.225 12.4405 27.4054 12.2804 27.6466C12.1203 27.8877 12.0341 28.1773 12.0341 28.4745C12.0341 28.7717 12.1203 29.0613 12.2804 29.3025C12.4405 29.5436 12.6665 29.724 12.9263 29.8182L15.1685 30.6291C15.2107 30.6444 15.2474 30.6737 15.2735 30.7129C15.2995 30.7521 15.3135 30.7991 15.3135 30.8474C15.3135 30.8957 15.2995 30.9427 15.2735 30.9819C15.2474 31.0211 15.2107 31.0504 15.1685 31.0657L10.8613 32.6271H14.3116L15.5147 32.191C15.7746 32.0971 16.0005 31.9167 16.1606 31.6755C16.3206 31.4343 16.4065 31.1446 16.4061 30.8474Z' fill='%23555E63'/%3E%3Cpath d='M21.3281 30.8474C21.3284 30.5501 21.2423 30.2603 21.0821 30.019C20.9219 29.7778 20.6957 29.5975 20.4356 29.5038L18.1934 28.6928C18.1512 28.6775 18.1145 28.6482 18.0885 28.609C18.0625 28.5699 18.0485 28.5228 18.0485 28.4745C18.0485 28.4262 18.0625 28.3792 18.0885 28.34C18.1145 28.3008 18.1512 28.2715 18.1934 28.2562L20.4356 27.4453C20.6955 27.3511 20.9214 27.1707 21.0815 26.9296C21.2417 26.6885 21.3278 26.3988 21.3278 26.1016C21.3278 25.8045 21.2417 25.5148 21.0815 25.2737C20.9214 25.0325 20.6955 24.8521 20.4356 24.758L18.1934 23.9471C18.1512 23.9318 18.1145 23.9024 18.0885 23.8633C18.0625 23.8241 18.0485 23.777 18.0485 23.7288C18.0485 23.6805 18.0625 23.6334 18.0885 23.5942C18.1145 23.5551 18.1512 23.5258 18.1934 23.5105L20.9502 22.5138L22.5679 21.9491H19.0515L17.8456 22.3851C17.5858 22.4793 17.3598 22.6597 17.1997 22.9008C17.0395 23.1419 16.9534 23.4316 16.9534 23.7288C16.9534 24.0259 17.0395 24.3156 17.1997 24.5567C17.3598 24.7979 17.5858 24.9783 17.8456 25.0724L20.0878 25.8833C20.13 25.8986 20.1667 25.9279 20.1927 25.9671C20.2187 26.0063 20.2327 26.0534 20.2327 26.1016C20.2327 26.1499 20.2187 26.197 20.1927 26.2362C20.1667 26.2753 20.13 26.3046 20.0878 26.3199L17.8456 27.1309C17.5858 27.225 17.3598 27.4054 17.1997 27.6466C17.0395 27.8877 16.9534 28.1773 16.9534 28.4745C16.9534 28.7717 17.0395 29.0613 17.1997 29.3025C17.3598 29.5436 17.5858 29.724 17.8456 29.8182L20.0878 30.6291C20.13 30.6444 20.1667 30.6737 20.1927 30.7129C20.2187 30.7521 20.2327 30.7991 20.2327 30.8474C20.2327 30.8957 20.2187 30.9427 20.1927 30.9819C20.1667 31.0211 20.13 31.0504 20.0878 31.0657L17.3304 32.0623L15.7183 32.6271H19.2297L20.4356 32.191C20.6957 32.0973 20.9219 31.917 21.0821 31.6758C21.2423 31.4345 21.3284 31.1447 21.3281 30.8474Z' fill='%23555E63'/%3E%3Cpath d='M26.2502 30.8474C26.2505 30.5501 26.1644 30.2603 26.0042 30.019C25.844 29.7778 25.6177 29.5975 25.3577 29.5038L23.1155 28.6928C23.0733 28.6775 23.0365 28.6482 23.0105 28.609C22.9845 28.5699 22.9705 28.5228 22.9705 28.4745C22.9705 28.4262 22.9845 28.3792 23.0105 28.34C23.0365 28.3008 23.0733 28.2715 23.1155 28.2562L25.3577 27.4453C25.6175 27.3511 25.8435 27.1707 26.0036 26.9296C26.1637 26.6885 26.2499 26.3988 26.2499 26.1016C26.2499 25.8045 26.1637 25.5148 26.0036 25.2737C25.8435 25.0325 25.6175 24.8521 25.3577 24.758L23.1155 23.9471C23.0733 23.9318 23.0365 23.9024 23.0105 23.8633C22.9845 23.8241 22.9705 23.777 22.9705 23.7288C22.9705 23.6805 22.9845 23.6334 23.0105 23.5942C23.0365 23.5551 23.0733 23.5258 23.1155 23.5105L25.8827 22.5097L27.3827 21.9491H23.9735L22.7677 22.3851C22.5078 22.4793 22.2818 22.6597 22.1217 22.9008C21.9616 23.1419 21.8754 23.4316 21.8754 23.7288C21.8754 24.0259 21.9616 24.3156 22.1217 24.5567C22.2818 24.7979 22.5078 24.9783 22.7677 25.0724L25.0098 25.8833C25.0521 25.8986 25.0888 25.9279 25.1148 25.9671C25.1408 26.0063 25.1548 26.0534 25.1548 26.1016C25.1548 26.1499 25.1408 26.197 25.1148 26.2362C25.0888 26.2753 25.0521 26.3046 25.0098 26.3199L22.7677 27.1309C22.5078 27.225 22.2818 27.4054 22.1217 27.6466C21.9616 27.8877 21.8754 28.1773 21.8754 28.4745C21.8754 28.7717 21.9616 29.0613 22.1217 29.3025C22.2818 29.5436 22.5078 29.724 22.7677 29.8182L25.0098 30.6291C25.0521 30.6444 25.0888 30.6737 25.1148 30.7129C25.1408 30.7521 25.1548 30.7991 25.1548 30.8474C25.1548 30.8957 25.1408 30.9427 25.1148 30.9819C25.0888 31.0211 25.0521 31.0504 25.0098 31.0657L20.6797 32.6271H24.1485L25.3577 32.191C25.6177 32.0973 25.844 31.917 26.0042 31.6758C26.1644 31.4345 26.2505 31.1447 26.2502 30.8474Z' fill='%23555E63'/%3E%3Cpath d='M28.0356 23.5105L30.811 22.5067L32.2328 21.9491H28.8953L27.6894 22.3851C27.4296 22.4793 27.2036 22.6597 27.0435 22.9008C26.8834 23.1419 26.7972 23.4316 26.7972 23.7288C26.7972 24.0259 26.8834 24.3156 27.0435 24.5567C27.2036 24.7979 27.4296 24.9783 27.6894 25.0724L29.9316 25.8833C29.9738 25.8986 30.0105 25.9279 30.0365 25.9671C30.0625 26.0063 30.0765 26.0534 30.0765 26.1016C30.0765 26.1499 30.0625 26.197 30.0365 26.2362C30.0105 26.2753 29.9738 26.3046 29.9316 26.3199L27.6894 27.1309C27.4296 27.225 27.2036 27.4054 27.0435 27.6466C26.8834 27.8877 26.7972 28.1773 26.7972 28.4745C26.7972 28.7717 26.8834 29.0613 27.0435 29.3025C27.2036 29.5436 27.4296 29.724 27.6894 29.8182L29.9316 30.6291C29.9738 30.6444 30.0105 30.6737 30.0365 30.7129C30.0625 30.7521 30.0765 30.7991 30.0765 30.8474C30.0765 30.8957 30.0625 30.9427 30.0365 30.9819C30.0105 31.0211 29.9738 31.0504 29.9316 31.0657L27.1797 32.0617L25.5342 32.6271H29.0736L30.2794 32.191C30.5393 32.0969 30.7652 31.9165 30.9254 31.6754C31.0855 31.4342 31.1716 31.1446 31.1716 30.8474C31.1716 30.5502 31.0855 30.2606 30.9254 30.0194C30.7652 29.7783 30.5393 29.5979 30.2794 29.5038L28.0372 28.6928C27.995 28.6775 27.9583 28.6482 27.9323 28.609C27.9063 28.5699 27.8923 28.5228 27.8923 28.4745C27.8923 28.4262 27.9063 28.3792 27.9323 28.34C27.9583 28.3008 27.995 28.2715 28.0372 28.2562L30.2794 27.4453C30.5393 27.3511 30.7652 27.1707 30.9254 26.9296C31.0855 26.6885 31.1716 26.3988 31.1716 26.1016C31.1716 25.8045 31.0855 25.5148 30.9254 25.2737C30.7652 25.0325 30.5393 24.8521 30.2794 24.758L28.0372 23.9471C27.995 23.9318 27.9583 23.9024 27.9323 23.8633C27.9063 23.8241 27.8923 23.777 27.8923 23.7288C27.8923 23.6805 27.9063 23.6334 27.9323 23.5942C27.9583 23.5551 27.995 23.5258 28.0372 23.5105H28.0356Z' fill='%23555E63'/%3E%3Cpath d='M40.3536 0.646447C40.1583 0.451184 39.8417 0.451184 39.6464 0.646447L36.4645 3.82843C36.2692 4.02369 36.2692 4.34027 36.4645 4.53553C36.6597 4.7308 36.9763 4.7308 37.1716 4.53553L40 1.70711L42.8284 4.53553C43.0237 4.7308 43.3403 4.7308 43.5355 4.53553C43.7308 4.34027 43.7308 4.02369 43.5355 3.82843L40.3536 0.646447ZM39.6464 34.3536C39.8417 34.5488 40.1583 34.5488 40.3536 34.3536L43.5355 31.1716C43.7308 30.9763 43.7308 30.6597 43.5355 30.4645C43.3403 30.2692 43.0237 30.2692 42.8284 30.4645L40 33.2929L37.1716 30.4645C36.9763 30.2692 36.6597 30.2692 36.4645 30.4645C36.2692 30.6597 36.2692 30.9763 36.4645 31.1716L39.6464 34.3536ZM39.5 1L39.5 34L40.5 34L40.5 1L39.5 1Z' fill='black'/%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.295 225.208a25.548 25.548 0 0 0-21.615-11.878h-16.213a8.533 8.533 0 0 0 0 17.066h16.213a8.625 8.625 0 0 1 7.202 3.959l89.097 141.107H24.021l89.071-141.073a8.664 8.664 0 0 1 7.228-3.994h33.28a8.533 8.533 0 0 0 0-17.066h-33.28a25.6 25.6 0 0 0-21.641 11.947l-92.04 145.75A42.31 42.31 0 0 0 0 393.895v92.501c0 14.138 11.462 25.6 25.6 25.6h460.8c14.138 0 25.6-11.462 25.6-25.6v-92.501a42.332 42.332 0 0 0-6.605-22.827zM486.4 494.93H25.6a8.533 8.533 0 0 1-8.533-8.533v-59.733h42.667a8.533 8.533 0 0 0 0-17.066H17.067v-15.701c0-.461.068-.905.094-1.365H494.84c0 .461.094.905.094 1.365v15.701H102.4a8.533 8.533 0 0 0 0 17.066h392.533v59.733a8.533 8.533 0 0 1-8.533 8.533z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Ccircle cx='145.067' cy='255.996' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='204.8' cy='341.33' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='128' cy='298.663' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='110.933' cy='341.33' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='366.934' cy='255.996' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='307.2' cy='341.33' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='384' cy='298.663' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='401.067' cy='341.33' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Cpath d='M162.133 174.93c.033 25.907 21.026 46.9 46.933 46.933a46.41 46.41 0 0 0 34.918-15.71 8.535 8.535 0 0 0-4.566-14.385 8.535 8.535 0 0 0-8.234 3.138 29.361 29.361 0 0 1-22.118 9.89c-16.495 0-29.867-13.372-29.867-29.867s13.372-29.867 29.867-29.867a29.359 29.359 0 0 1 22.084 9.89 8.532 8.532 0 0 0 14.853-2.678 8.535 8.535 0 0 0-2.053-8.569 46.413 46.413 0 0 0-34.884-15.71c-25.906.034-46.9 21.028-46.933 46.935zM332.8 214.064a8.533 8.533 0 0 0 8.533 7.799h.768a8.53 8.53 0 0 0 7.766-9.318l-6.827-76.8a8.532 8.532 0 0 0-16.034-3.259L307.2 169.588l-19.772-37.103a8.535 8.535 0 0 0-16.034 3.259l-6.827 76.8a8.534 8.534 0 0 0 7.74 9.259 8.391 8.391 0 0 0 9.293-7.74l4.267-48.23 13.815 25.916a8.9 8.9 0 0 0 15.07 0l13.781-25.916z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3Cpath d='M244.779 345.648a16.743 16.743 0 0 0 11.093 4.147 17.92 17.92 0 0 0 11.81-4.54l42.249-42.274a17.068 17.068 0 0 0-11.264-29.918h-8.533v-17.067c0-9.426-7.641-17.067-17.067-17.067h-34.133c-9.426 0-17.067 7.641-17.067 17.067v17.067h-8.533a16.929 16.929 0 0 0-15.974 11.093 16.717 16.717 0 0 0 4.326 18.466l42.667 42.667c.134.128.277.247.426.359zM230.4 290.13a8.533 8.533 0 0 0 8.533-8.533v-25.6h34.133v25.6a8.533 8.533 0 0 0 8.533 8.533l16.649.393L256 332.796l-42.667-42.667H230.4zM267.221 4.212c-6.429-5.61-16.014-5.61-22.443 0-.15.122-.293.253-.427.393l-42.249 42.274a17.068 17.068 0 0 0 11.23 29.918h8.533v17.067c0 9.426 7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067V76.796h8.533a16.929 16.929 0 0 0 15.974-11.093 16.717 16.717 0 0 0-4.326-18.466zM281.6 59.73a8.533 8.533 0 0 0-8.533 8.533v25.6h-34.133v-25.6a8.533 8.533 0 0 0-8.533-8.533l-16.649-.393L256 17.063l42.667 42.667z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:45px 45px ;
}
.icon3 {background-image: url("data:image/svg+xml,%3Csvg width='45' height='37' viewBox='0 0 45 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44 28H1V36H44V28Z' fill='%23FFE177'/%3E%3Cpath d='M1 35.7109H44' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 28H44' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.4865 6.62698L22.8064 7.3466L20.2927 5.52786C20.9549 5.12522 21.2057 4.97569 21.7493 4.63306C27.0754 1.27525 29.9346 2.38693 31.9786 4.55211C33.4074 6.06566 33.3816 8.07711 31.9386 10.0437L30.552 8.65713L30.5214 11.5633C29.2773 12.6514 27.5746 13.6789 25.4201 14.5445L24.5466 12.8045L21.5281 15.7909C21.4032 15.8222 21.278 15.8534 21.151 15.8837C14.2999 17.5186 9.80494 16.048 7.59504 14.909C6.82257 14.5108 6.7962 13.417 7.55108 12.9864C9.95808 11.6134 14.6854 8.90153 18.4865 6.62698Z' fill='%23FFD064'/%3E%3Cpath d='M36.9984 0.999976L33.6016 3.75219C26.2982 9.66937 17.3226 13.1463 7.93896 13.6931V13.6931' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.4865 6.62698L22.8064 7.3466L20.2927 5.52786C20.9549 5.12522 21.2057 4.97569 21.7493 4.63306C27.0754 1.27525 29.9346 2.38693 31.9786 4.55211C33.4074 6.06566 33.3816 8.07711 31.9386 10.0437L30.552 8.65713L30.5214 11.5633C29.2773 12.6514 27.5746 13.6789 25.4201 14.5445L24.5466 12.8045L21.5281 15.7909C21.4032 15.8222 21.278 15.8534 21.151 15.8837C14.2999 17.5186 9.80494 16.048 7.59504 14.909C6.82257 14.5108 6.7962 13.417 7.55108 12.9864C9.95808 11.6134 14.6854 8.90153 18.4865 6.62698Z' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.4663 23.8379C13.469 23.8379 13.4718 23.8379 13.4746 23.8379' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.65723 19.0213C8.65723 20.7667 9.58322 22.2938 10.9712 23.1387' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.374 15.9803C34.374 17.5478 33.1056 18.8163 31.5381 18.8163' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 35.6465V34.2104' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.48047 35.6465V34.2104' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M28 35.6465V34.2104' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M40 35.6465V34.2104' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6763 30.0864V28.6503' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23 30.0864V28.6503' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M36 30.0864V28.6503' stroke='black' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M497 287c-42.858 0-94.472 13.4-153.407 39.83-55.666 24.962-119.52 24.962-175.186 0C109.472 300.4 57.858 287 15 287c-8.284 0-15 6.716-15 15v62.349c44.21.941 89.616 7.425 135.152 19.337 79.063 20.683 162.63 20.688 241.667.013 45.54-11.912 90.955-18.399 135.18-19.347V302c.001-8.284-6.715-15-14.999-15z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M127.56 412.709C84.514 401.449 41.662 395.297 0 394.357V497c0 8.284 6.716 15 15 15h482c8.284 0 15-6.716 15-15V394.36c-41.678.947-84.538 7.102-127.588 18.362-83.985 21.968-172.805 21.973-256.852-.013zM128.653 188.397c0 70.332 57.015 127.347 127.347 127.347s127.347-57.015 127.347-127.347c0-39.648-18.12-75.061-46.529-98.417l10.25-30.75C356.793 30.056 335.123 0 304.377 0h-96.755c-30.752 0-52.413 30.061-42.691 59.23l10.25 30.75c-28.408 23.356-46.528 58.77-46.528 98.417zm117.933 19.398c5.855 5.86 5.852 15.357-.009 21.213-5.856 5.852-15.354 5.856-21.213-.009l-19.339-19.355v8.753c0 8.284-6.716 15-15 15s-15-6.716-15-15v-60c0-8.284 6.716-15 15-15s15 6.716 15 15v8.771l19.398-19.382c5.86-5.856 15.358-5.852 21.213.009 5.855 5.86 5.852 15.357-.009 21.213l-19.414 19.398zm89.389 10.602c0 8.284-6.716 15-15 15h-15c-24.813 0-45-20.187-45-45s20.187-45 45-45h14.95c8.284 0 15 6.716 15 15s-6.716 15-15 15h-14.95c-8.271 0-15 6.729-15 15s6.729 15 15 15c.027-8.261 6.732-14.95 15-14.95 8.284 0 15 6.716 15 15zM193.393 49.744C190.151 40.02 197.373 30 207.623 30h96.755c10.25 0 17.471 10.021 14.23 19.743l-7.88 23.639c-34.505-16.448-74.933-16.456-109.455 0z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:45px 45px ;
}
.icon4 {background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8789 9.69558L5.71499 6.20508C4.66015 6.03897 4.05906 5.45073 4.37269 4.89135C4.68619 4.33224 5.79478 4.01368 6.84923 4.17973L29.0132 7.67023C30.0681 7.83634 30.6692 8.42457 30.3555 8.98396C30.042 9.54307 28.9333 9.86162 27.8789 9.69558Z' fill='%238D9EAB'/%3E%3Cpath d='M27.8784 14.9625L5.7145 11.472C4.65966 11.3059 4.05857 10.7177 4.3722 10.1583C4.6857 9.5992 5.79429 9.28065 6.84875 9.44669L29.0128 12.9372C30.0676 13.1033 30.6687 13.6915 30.3551 14.2509C30.0416 14.81 28.9328 15.1286 27.8784 14.9625Z' fill='%238D9EAB'/%3E%3Cpath d='M27.8785 20.2295L5.7145 16.739C4.65966 16.5729 4.05857 15.9847 4.3722 15.4253C4.6857 14.8662 5.79429 14.5476 6.84875 14.7137L29.0128 18.2042C30.0676 18.3703 30.6687 18.9585 30.3551 19.5179C30.0417 20.077 28.933 20.3956 27.8785 20.2295Z' fill='%238D9EAB'/%3E%3Cpath d='M27.8785 25.4965L5.7145 22.006C4.65966 21.8399 4.05857 21.2516 4.3722 20.6923C4.6857 20.1331 5.79429 19.8146 6.84875 19.9806L29.0128 23.4711C30.0676 23.6372 30.6687 24.2255 30.3551 24.7849C30.0417 25.3439 28.933 25.6625 27.8785 25.4965Z' fill='%238D9EAB'/%3E%3Cpath d='M27.8785 30.7633L5.7145 27.2728C4.65966 27.1067 4.05857 26.5185 4.3722 25.9591C4.6857 25.4 5.79429 25.0814 6.84875 25.2475L29.0128 28.738C30.0676 28.9041 30.6687 29.4923 30.3551 30.0517C30.0417 30.6108 28.933 30.9294 27.8785 30.7633Z' fill='%238D9EAB'/%3E%3Cpath d='M6.30764 6.19576L29.2237 4.5634C30.3141 4.48575 31.0793 3.95391 30.9327 3.37566C30.7862 2.79754 29.7835 2.39183 28.6934 2.46949L5.77732 4.10191C4.6869 4.17956 3.92171 4.7114 4.06828 5.28965C4.21485 5.86777 5.21735 6.27341 6.30764 6.19576Z' fill='%239FACBA'/%3E%3Cpath d='M30.9325 3.37585C30.786 2.79766 29.7827 2.39195 28.6918 2.46961L25.8193 2.67421C26.4466 2.87108 26.9049 3.21185 27.0095 3.62447C27.1235 4.07366 26.7922 4.49995 26.196 4.77906L29.2228 4.56346C30.3135 4.48573 31.0791 3.95403 30.9325 3.37585Z' fill='%238192A5'/%3E%3Cpath d='M6.30715 11.4627L29.2232 9.83037C30.3136 9.75271 31.0788 9.22088 30.9322 8.64263C30.7857 8.06451 29.783 7.6588 28.6929 7.73645L5.77683 9.36881C4.68641 9.44646 3.92123 9.9783 4.06779 10.5566C4.21436 11.1347 5.21686 11.5404 6.30715 11.4627Z' fill='%239FACBA'/%3E%3Cpath d='M30.9323 8.64282C30.7857 8.06463 29.7824 7.65892 28.6915 7.73658L25.8584 7.93837C26.4612 8.13135 26.9002 8.4616 27.0013 8.86027C27.1225 9.33796 26.7276 9.78913 26.0447 10.0568L29.2225 9.83042C30.3133 9.7527 31.0788 9.221 30.9323 8.64282Z' fill='%238192A5'/%3E%3Cpath d='M6.30715 16.7297L29.2232 15.0973C30.3136 15.0197 31.0788 14.4878 30.9322 13.9096C30.7857 13.3315 29.783 12.9258 28.6929 13.0034L5.77683 14.6358C4.68641 14.7134 3.92123 15.2453 4.06779 15.8235C4.21436 16.4016 5.21686 16.8073 6.30715 16.7297Z' fill='%239FACBA'/%3E%3Cpath d='M30.9322 13.9098C30.7857 13.3316 29.7824 12.9259 28.6914 13.0035L25.8594 13.2053C26.4615 13.3982 26.9 13.7281 27.0011 14.1264C27.1224 14.6049 26.7261 15.0568 26.0407 15.324L29.2225 15.0974C30.3132 15.0197 31.0788 14.488 30.9322 13.9098Z' fill='%238192A5'/%3E%3Cpath d='M6.30728 21.9967L29.2232 20.3643C30.3136 20.2866 31.0788 19.7548 30.9322 19.1766C30.7857 18.5984 29.783 18.1927 28.6929 18.2704L5.77683 19.9027C4.68641 19.9804 3.92123 20.5122 4.06779 21.0905C4.21449 21.6686 5.21699 22.0743 6.30728 21.9967Z' fill='%239FACBA'/%3E%3Cpath d='M30.9324 19.1766C30.7858 18.5984 29.7825 18.1927 28.6916 18.2704L25.8638 18.4718C26.4633 18.6643 26.8997 18.9931 27.0003 19.39C27.1225 19.8721 26.7175 20.327 26.0209 20.5924L29.2226 20.3643C30.3134 20.2866 31.0789 19.7549 30.9324 19.1766Z' fill='%238192A5'/%3E%3Cpath d='M6.30715 27.2635L29.2232 25.6311C30.3136 25.5535 31.0788 25.0217 30.9322 24.4434C30.7857 23.8653 29.783 23.4596 28.6929 23.5372L5.77683 25.1696C4.68641 25.2472 3.92123 25.7791 4.06779 26.3573C4.21436 26.9355 5.21686 27.3412 6.30715 27.2635Z' fill='%239FACBA'/%3E%3Cpath d='M30.9324 24.4436C30.7858 23.8654 29.7825 23.4596 28.6916 23.5374L25.8311 23.7412C26.451 23.9369 26.9033 24.2744 27.0069 24.6829C27.1231 25.1407 26.7721 25.5738 26.1502 25.8501L29.2227 25.6312C30.3134 25.5536 31.079 25.0218 30.9324 24.4436Z' fill='%238192A5'/%3E%3Cpath d='M6.30715 32.5305L29.2232 30.8981C30.3136 30.8205 31.0788 30.2886 30.9322 29.7104C30.7857 29.1323 29.783 28.7265 28.6929 28.8042L5.77683 30.4366C4.68641 30.5142 3.92123 31.046 4.06779 31.6243C4.21436 32.2025 5.21686 32.6081 6.30715 32.5305Z' fill='%239FACBA'/%3E%3Cpath d='M30.9322 29.7106C30.7857 29.1324 29.7824 28.7267 28.6914 28.8043L25.9002 29.0031C26.477 29.1919 26.8954 29.511 26.9928 29.8948C27.1239 30.412 26.6336 30.8969 25.8271 31.14L29.2225 30.8981C30.3132 30.8205 31.0788 30.2887 30.9322 29.7106Z' fill='%238192A5'/%3E%3Cpath d='M33.1794 3.52112H1.82062C0.940316 3.52112 0.226562 3.14269 0.226562 2.67579V0.845332C0.226562 0.378438 0.940187 0 1.82062 0H33.1795C34.0598 0 34.7734 0.378438 34.7734 0.845332V2.67586C34.7734 3.14269 34.0598 3.52112 33.1794 3.52112Z' fill='%23FFD064'/%3E%3Cpath d='M33.179 0H29.1929C30.0734 0 30.7873 0.378369 30.7873 0.845059V2.67606C30.7873 3.14275 30.0734 3.52112 29.1929 3.52112H33.179C34.0596 3.52112 34.7735 3.14275 34.7735 2.67606V0.845059C34.7735 0.378369 34.0596 0 33.179 0Z' fill='%23EABD55'/%3E%3Cpath d='M33.1794 35.0001H1.82062C0.940316 35.0001 0.226562 34.6216 0.226562 34.1547V32.3242C0.226562 31.8574 0.940187 31.4789 1.82062 31.4789H33.1795C34.0598 31.4789 34.7736 31.8573 34.7736 32.3242V34.1547C34.7734 34.6216 34.0598 35.0001 33.1794 35.0001Z' fill='%23FFD064'/%3E%3Cpath d='M33.179 31.4789H29.1929C30.0734 31.4789 30.7873 31.8573 30.7873 32.3239V34.1549C30.7873 34.6216 30.0734 35 29.1929 35H33.179C34.0596 35 34.7735 34.6216 34.7735 34.1549V32.3239C34.7735 31.8573 34.0596 31.4789 33.179 31.4789Z' fill='%23EABD55'/%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M90.33 29.83v40.33c0 4.64-3.76 8.4-8.4 8.4H11.34c-.93 0-1.68-.76-1.68-1.68s.76-1.68 1.68-1.68h70.58c2.77 0 5.04-2.27 5.04-5.04V29.83c0-2.77-2.27-5.04-5.04-5.04h-19.2c-.92 0-1.68-.76-1.68-1.68s.76-1.68 1.68-1.68h19.21c4.64 0 8.4 3.77 8.4 8.4zm-78.98-5.04h37.93c.92 0 1.68-.76 1.68-1.68s-.76-1.68-1.68-1.68H11.35c-.93 0-1.68.76-1.68 1.68s.75 1.68 1.68 1.68zm44.65 0c.93 0 1.68-.76 1.68-1.68s-.75-1.68-1.68-1.68c-.92 0-1.68.76-1.68 1.68s.75 1.68 1.68 1.68zM11.35 68.34l7.5-3.21-7.5-3.21-.66-.28c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l.66-.28 7.5-3.21-7.5-3.21-.66-.28c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l.66-.28 7.5-3.21-7.5-3.21-.66-.28c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l.66-.28 7.5-3.21-7.5-3.21-.65-.28-.01-.01s-.01 0-.01-.01c-.1-.04-.19-.09-.28-.15-.03-.02-.06-.05-.1-.08-.05-.04-.11-.08-.15-.13-.03-.03-.06-.07-.09-.11-.04-.05-.08-.09-.12-.15-.02-.04-.04-.08-.06-.11-.03-.06-.06-.11-.09-.17-.02-.04-.03-.09-.04-.14-.02-.06-.04-.11-.05-.17-.02-.08-.02-.17-.03-.26 0-.02-.01-.05-.01-.07 0-.11.01-.21.03-.31.02-.12.06-.23.1-.34v-.01c.04-.1.1-.2.16-.29.04-.05.08-.1.13-.15.03-.03.05-.06.08-.09.06-.06.13-.11.2-.16.02-.01.03-.03.05-.04.08-.05.16-.1.25-.14.01 0 .02-.01.03-.02.2-.09.43-.13.65-.13h70.58c.93 0 1.68.75 1.68 1.68s-.75 1.68-1.68 1.68h-6.94l4.24 1.82c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54L71.07 50l8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-4.24 1.82h6.94c.93 0 1.68.75 1.68 1.68s-.75 1.68-1.68 1.68H11.35c-.1 0-.2-.01-.3-.03-.03-.01-.06-.01-.09-.02-.07-.02-.14-.04-.2-.06a1.23 1.23 0 0 1-.33-.17c-.02-.01-.03-.02-.05-.04l-.18-.15-.06-.06c-.05-.05-.09-.11-.14-.17a.304.304 0 0 1-.05-.07c-.05-.08-.09-.16-.13-.24 0-.01-.01-.01-.01-.02-.05-.11-.08-.23-.1-.35-.02-.1-.03-.21-.03-.31 0-.02.01-.05.01-.07 0-.09.01-.17.03-.26.01-.06.03-.11.05-.17.01-.05.02-.09.04-.14.02-.06.06-.12.09-.17.02-.04.04-.08.06-.11.03-.05.08-.1.12-.15.03-.04.06-.07.09-.11.05-.05.1-.09.15-.13.03-.03.06-.06.1-.08.09-.06.18-.11.28-.15 0 0 .01 0 .01-.01l.01-.01zm45.16-36.83 4.24 1.82c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54L52.59 50l8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-4.24 1.82h9.96l7.84-3.36-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-7.84-3.36h-9.96zm-18.49 0 4.24 1.82c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54L34.1 50l8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-4.24 1.82h9.96l7.84-3.36-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-7.84-3.36h-9.96zM23.77 63.58c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-4.24 1.82h9.95l7.84-3.36-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-8.16-3.5c-.62-.26-1.02-.87-1.02-1.54s.4-1.28 1.02-1.54l8.16-3.5-7.84-3.36h-9.95l4.24 1.82c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5 8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54L15.61 50l8.16 3.5c.62.26 1.02.87 1.02 1.54s-.4 1.28-1.02 1.54l-8.16 3.5z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:45px 45px ;
}
.icon5 {
background-image: url("data:image/svg+xml,%3Csvg width='40' height='39' viewBox='0 0 40 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_560_5502)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.7573 17.2439H17.2427V38.0551H22.7573V17.2439Z' fill='%23F2F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.6768 16.3313H23.3233V10.0391C21.1078 10.0391 18.8923 10.0391 16.6768 10.0391V16.3313Z' fill='%23F2F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.7643 10.0391H11.374H4.26717C3.94279 10.0391 3.64755 10.1721 3.43327 10.3864C3.21899 10.6007 3.08594 10.8959 3.08594 11.2203V16.3313H3.73473H15.7643L15.7643 10.0391Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2358 16.3313H36.2654H36.9142V11.2203C36.9142 10.8959 36.7811 10.6007 36.5668 10.3864C36.3525 10.1721 36.0573 10.0391 35.7329 10.0391H28.6261H24.2358L24.2358 16.3313Z' fill='%23FF0000'/%3E%3Cpath d='M3.73457 16.3313H36.2654C36.5174 16.3313 36.7216 16.5356 36.7216 16.7876V36.7671C36.7216 37.3727 36.4742 37.9229 36.0756 38.3216C35.677 38.7202 35.1268 38.9676 34.5211 38.9676H5.47885C4.87324 38.9676 4.32301 38.7202 3.92437 38.3216C3.52576 37.9229 3.27832 37.3727 3.27832 36.7671V16.7876C3.27832 16.5356 3.48257 16.3313 3.73457 16.3313ZM35.8091 17.2439H4.19082V36.7671C4.19082 37.1209 4.33587 37.4428 4.5695 37.6764C4.80312 37.9101 5.12504 38.0551 5.47878 38.0551H34.5211C34.8748 38.0551 35.1967 37.9101 35.4303 37.6764C35.664 37.4428 35.809 37.1209 35.809 36.7671L35.8091 17.2439Z' fill='%233B4449'/%3E%3Cpath d='M16.7864 16.3313H23.2136C23.4655 16.3313 23.6698 16.5356 23.6698 16.7876V38.5114C23.6698 38.7634 23.4655 38.9676 23.2136 38.9676H16.7864C16.5344 38.9676 16.3301 38.7634 16.3301 38.5114V16.7876C16.3301 16.5356 16.5344 16.3313 16.7864 16.3313ZM22.7573 17.2439H17.2427V38.055H22.7573V17.2439Z' fill='%233B4449'/%3E%3Cpath d='M16.6767 16.3314H23.3233V10.0391H16.6767V16.3314ZM23.7796 17.2439H16.2204C15.9684 17.2439 15.7642 17.0396 15.7642 16.7876V9.58287C15.7642 9.33087 15.9684 9.12659 16.2204 9.12659H23.7796C24.0316 9.12659 24.2359 9.33087 24.2359 9.58287V16.7876C24.2359 17.0396 24.0316 17.2439 23.7796 17.2439Z' fill='%233B4449'/%3E%3Cpath d='M11.2338 10.0172C9.6869 9.66935 8.33461 9.19456 7.42022 8.466C6.42077 7.66969 5.93544 6.603 6.25166 5.13005C7.52716 -0.811608 10.2125 -0.873088 12.99 1.20974C15.5192 3.10636 18.0946 6.94876 19.5664 9.34395C19.6983 9.55864 19.6314 9.83961 19.4167 9.97152C19.3418 10.0175 19.2588 10.0393 19.1769 10.0391H11.3737C11.3249 10.0391 11.2779 10.0314 11.2338 10.0172ZM7.98698 7.7531C8.77818 8.3835 10.0003 8.80714 11.4162 9.1265H18.356C16.8817 6.7953 14.6219 3.56968 12.4446 1.93693C10.2893 0.320696 8.18868 0.447012 7.14282 5.31897C6.9112 6.39786 7.2622 7.17564 7.98698 7.7531Z' fill='%233B4449'/%3E%3Cpath d='M28.5837 9.12649C29.9996 8.80712 31.2217 8.38349 32.0129 7.75309C32.7377 7.17563 33.0887 6.39784 32.8571 5.31895C31.8112 0.446987 29.7106 0.320676 27.5553 1.9369C25.378 3.56965 23.1182 6.79528 21.6439 9.12648L28.5837 9.12649ZM32.5797 8.46599C31.6653 9.19455 30.313 9.66933 28.7661 10.0171C28.722 10.0313 28.675 10.0391 28.6262 10.0391H20.823C20.741 10.0393 20.6581 10.0175 20.5832 9.97152C20.3685 9.83961 20.3014 9.55859 20.4333 9.3439C21.9051 6.9487 24.4807 3.10634 27.0099 1.20974C29.7874 -0.873076 32.4727 -0.811623 33.7482 5.13005C34.0645 6.60299 33.5791 7.66967 32.5797 8.46599Z' fill='%233B4449'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.8092 17.2439H23.7796H23.6699V38.0551H34.5213C34.875 38.0551 35.1969 37.9101 35.4305 37.6765C35.6641 37.4428 35.8092 37.1209 35.8092 36.7672L35.8092 17.2439Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.7798 9.12649H28.5839C29.9997 8.80712 31.2219 8.38349 32.0131 7.75309C32.7379 7.17563 33.0889 6.39784 32.8573 5.31895C31.8114 0.446988 29.7107 0.320677 27.5555 1.93691C25.3782 3.56965 23.1184 6.79528 21.644 9.12648L23.7798 9.12649Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3563 9.12661C16.8819 6.7954 14.6221 3.56978 12.4448 1.93703C10.2896 0.320798 8.18891 0.447114 7.14306 5.31907C6.91144 6.39796 7.26246 7.17575 7.98724 7.75321C8.77844 8.38361 10.0006 8.80724 11.4164 9.12661H16.2205L18.3563 9.12661Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2205 17.2439H4.19092V36.7672C4.19092 37.1209 4.33597 37.4428 4.5696 37.6765C4.80322 37.9101 5.12514 38.0551 5.47888 38.0551H16.3302V17.2439L16.2205 17.2439Z' fill='%23FF0000'/%3E%3Cpath d='M3.08592 16.3314H36.9143V11.2204C36.9143 10.896 36.7812 10.6007 36.567 10.3864C36.3527 10.1722 36.0574 10.0391 35.733 10.0391H4.26714C3.94276 10.0391 3.64751 10.1722 3.43323 10.3865C3.21895 10.6007 3.0859 10.896 3.0859 11.2204L3.08592 16.3314ZM37.3706 17.2439H2.62962C2.37762 17.2439 2.17334 17.0396 2.17334 16.7876V11.2204C2.17334 10.6441 2.40878 10.1206 2.78807 9.74131C3.16733 9.36203 3.69087 9.12659 4.26714 9.12659H35.733C36.3093 9.12659 36.8328 9.36203 37.2121 9.74129C37.5914 10.1206 37.8268 10.6442 37.8268 11.2204V16.7876C37.8268 17.0396 37.6226 17.2439 37.3706 17.2439Z' fill='%233B4449'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_560_5502'%3E%3Crect width='39' height='39' fill='white' transform='translate(0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 511.999 511' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffdb56' d='M240.504 91.96a7.32 7.32 0 0 0-.813-1.05c-.964-1.055-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 61.422 9.355 48.95 37.934 49.72 87.172c.543 34.558 7.476 66.71 7.773 68.062a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-47.25c0-2.531 1.117-4.328 2.05-5.39 2.22-2.512 2.497-6.2.7-9.028zM425.21 2.227c-24.108-6.774-57.397 6.382-98.944 39.097-29.934 23.567-52.993 48.535-53.961 49.586-.301.324-.57.68-.809 1.055l-.008.012a7.523 7.523 0 0 0 .703 9.011c.938 1.063 2.051 2.86 2.051 5.39v47.25a7.528 7.528 0 0 0 7.524 7.528h165.39a7.524 7.524 0 0 0 7.352-5.922c.297-1.351 7.23-33.504 7.77-68.062.773-49.238-11.7-77.817-37.067-84.945zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M52.719 126.543c2.117 16.39 4.597 27.894 4.773 28.691a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-27.086zM274.246 126.543v27.086a7.522 7.522 0 0 0 7.524 7.523h165.386a7.52 7.52 0 0 0 7.352-5.918c.176-.797 2.656-12.3 4.773-28.691zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M239.691 90.91c-.964-1.05-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 73.344 6.004 63.395 16.074 57.22 32.152a7.547 7.547 0 0 0-.418 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.45 38.875 37.913 7.27 72.96 10.324 73.312 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406zM455.2 33.727a7.547 7.547 0 0 0-.419-1.575c-6.176-16.078-16.125-26.144-29.57-29.922-24.11-6.773-57.399 6.38-98.945 39.094-29.934 23.57-52.993 48.535-53.961 49.586a7.525 7.525 0 0 0 6.18 12.59c.35-.031 35.398-3.082 73.312-10.355 52.219-10.012 85.004-23.09 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M217.727 68.984c-13.836-1.601-35.18-4.418-57.528-8.707-52.215-10.011-85.004-23.093-97.445-38.875-.059-.074-.113-.148-.172-.226-2.023 3.277-3.812 6.933-5.367 10.976a7.538 7.538 0 0 0-.414 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.445 38.875 37.918 7.27 72.965 10.324 73.317 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406c-.574-.625-8.96-9.71-21.964-21.926zM454.781 32.152c-1.55-4.039-3.34-7.699-5.363-10.976-.059.078-.113.152-.172.226-12.441 15.782-45.23 28.864-97.45 38.875-22.343 4.29-43.687 7.106-57.523 8.707C281.27 81.2 272.88 90.285 272.305 90.91a7.522 7.522 0 0 0 6.18 12.586c.35-.027 35.398-3.082 73.312-10.351 52.219-10.012 85.004-23.094 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543a7.547 7.547 0 0 0-.418-1.575zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M266.07 83.16h-20.144c-12.801 0-23.219 10.418-23.219 23.219v47.25a7.522 7.522 0 0 0 7.523 7.523h51.54a7.522 7.522 0 0 0 7.523-7.523v-47.25c0-12.8-10.418-23.219-23.223-23.219zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M222.707 126.543v27.086a7.525 7.525 0 0 0 7.523 7.527h51.54a7.525 7.525 0 0 0 7.523-7.527v-27.086zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23c43333' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v268.63a7.524 7.524 0 0 0 7.523 7.523h181.184a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v268.63a7.522 7.522 0 0 0 7.523 7.523h181.18a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23c43333'%3E%3C/path%3E%3Cpath fill='%23b23030' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v27.086h196.23v-27.086a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v27.086h196.226v-27.086a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23b23030'%3E%3C/path%3E%3Cpath fill='%23f2433b' d='M504.477 146.105H294.363a7.524 7.524 0 0 0-7.523 7.524v82.488a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zM217.633 146.105H7.523A7.522 7.522 0 0 0 0 153.63v82.488a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zm0 0' opacity='1' data-original='%23f2433b'%3E%3C/path%3E%3Cpath fill='%23d83636' d='M286.84 209.031v27.086a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524v-27.086zM0 209.031v27.086a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524v-27.086zm0 0' opacity='1' data-original='%23d83636'%3E%3C/path%3E%3Cpath fill='%23ffdb56' d='M294.363 146.105h-76.73a7.522 7.522 0 0 0-7.524 7.524v351.117a7.522 7.522 0 0 0 7.524 7.524h76.73a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M294.363 146.105h-27.082V512.27h27.082a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:45px 45px ;
background-color: #FFF7EE;
border: 1px solid #F1E5D7;
border-radius: 4px;
}
.discount_txt {
  color: #FFFFFF;  font-weight: 500;
  font-size: 12px; background: #81C1E7;
  border-radius: 37px;height: 16px;line-height: 16px;padding: 0 8px;
}
.free_shipping {
  font-weight: 500; text-align: right; color: #fff;

  background: #184479;
  border-radius: 37px;
font-size: 12px; padding: 3px 40px 3px 5px;  line-height: 92%;
background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.15601 2.84212C4.89726 2.84212 4.68726 3.05434 4.68726 3.31583C4.68726 3.57731 4.89726 3.78953 5.15601 3.78953C5.41476 3.78953 5.62476 3.57731 5.62476 3.31583C5.62476 3.05434 5.41476 2.84212 5.15601 2.84212Z' fill='%23ffffff'/%3E%3Cpath d='M22.0746 6.89342L21.3964 5.52257C21.1565 5.03788 20.6746 4.73684 20.1386 4.73684H16.2181V1.42106C16.2181 0.637509 15.5873 0 14.8119 0H1.4062C0.630796 0 0 0.637462 0 1.42106V13.7368C0 14.5204 0.630796 15.1579 1.4062 15.1579H2.8124C2.8124 15.8852 3.08451 16.5494 3.53081 17.0526H0.46875C0.209859 17.0526 0 17.2647 0 17.5263C0 17.7879 0.209859 18 0.46875 18H23.5303C23.7892 18 23.999 17.7879 23.999 17.5263C23.999 17.2647 23.7892 17.0526 23.5303 17.0526H22.3431C22.7895 16.5493 23.0615 15.8852 23.0615 15.1579C23.0615 15.1309 23.0603 15.104 23.0595 15.0771C23.6061 14.8821 23.999 14.3551 23.999 13.7368V11.1183C23.999 10.5655 24.1073 11.0816 22.0746 6.89342ZM21.3657 7.57892L22.7719 10.421H18.093V7.57892H21.3657ZM0.937452 11.3684H1.8749V12.3158H0.937452V11.3684ZM5.62476 17.0526C4.59093 17.0526 3.74986 16.2026 3.74986 15.1579C3.74986 15.0288 3.76251 14.9018 3.78783 14.7783C3.96412 13.9004 4.73667 13.2631 5.62476 13.2631C6.51285 13.2631 7.28545 13.9003 7.4617 14.7783C7.46184 14.7791 7.46198 14.7797 7.46212 14.7803C7.48706 14.9018 7.49967 15.0288 7.49967 15.1579C7.49967 16.2026 6.65859 17.0526 5.62476 17.0526ZM5.62476 12.3158C4.42378 12.3158 3.36389 13.0932 2.97314 14.2105H1.4062C1.14773 14.2105 0.937452 13.998 0.937452 13.7368V13.2631H2.34365C2.60254 13.2631 2.8124 13.0509 2.8124 12.7894V10.8946C2.8124 10.6331 2.60254 10.4209 2.34365 10.4209H0.937452V1.42106C0.937452 1.15986 1.14773 0.947358 1.4062 0.947358H14.8119C15.0703 0.947358 15.2806 1.15986 15.2806 1.42106C15.2806 1.77345 15.2806 13.0745 15.2806 14.2105H8.27615C7.8847 13.0927 6.82523 12.3158 5.62476 12.3158ZM7.71871 17.0526C8.16506 16.5493 8.43712 15.8852 8.43712 15.1579C8.79702 15.1579 17.2835 15.1579 17.4367 15.1579C17.4367 15.8852 17.7088 16.5494 18.1551 17.0526H7.71871ZM20.2491 17.0526C19.2153 17.0526 18.3742 16.2026 18.3742 15.1579C18.3742 15.0288 18.3869 14.9018 18.4122 14.7783C18.5885 13.9004 19.361 13.2631 20.2491 13.2631C21.1372 13.2631 21.9098 13.9003 22.0861 14.7783C22.0862 14.7791 22.0864 14.7797 22.0865 14.7803C22.1114 14.9018 22.124 15.0288 22.124 15.1579C22.1241 16.2026 21.283 17.0526 20.2491 17.0526ZM23.0615 13.7368C23.0615 13.8944 22.9847 14.0338 22.8673 14.12C22.4515 13.0509 21.4169 12.3158 20.2491 12.3158C19.0482 12.3158 17.9883 13.0933 17.5975 14.2105H16.218V5.6842H20.1385C20.3172 5.6842 20.4778 5.78462 20.5578 5.9462L20.8969 6.63156H17.6243C17.3654 6.63156 17.1555 6.84368 17.1555 7.10526V10.8947C17.1555 11.1563 17.3654 11.3684 17.6243 11.3684H23.0615V13.7368Z' fill='%23ffffff'/%3E%3Cpath d='M12.937 2.84212H7.03096C6.77207 2.84212 6.56221 3.05425 6.56221 3.31583C6.56221 3.5774 6.77207 3.78953 7.03096 3.78953H12.937C13.1959 3.78953 13.4057 3.5774 13.4057 3.31583C13.4057 3.05425 13.1958 2.84212 12.937 2.84212Z' fill='%23ffffff'/%3E%3Cpath d='M12.937 4.73684H8.90587C8.64698 4.73684 8.43712 4.94896 8.43712 5.21054C8.43712 5.47212 8.64698 5.68425 8.90587 5.68425H12.937C13.1959 5.68425 13.4057 5.47212 13.4057 5.21054C13.4057 4.94896 13.1958 4.73684 12.937 4.73684Z' fill='%23ffffff'/%3E%3Cpath d='M20.2491 14.2105C19.7322 14.2105 19.3117 14.6355 19.3117 15.1579C19.3117 15.6803 19.7323 16.1052 20.2491 16.1052C20.7661 16.1052 21.1866 15.6802 21.1866 15.1579C21.1866 14.6355 20.7661 14.2105 20.2491 14.2105Z' fill='%23ffffff'/%3E%3Cpath d='M5.62476 14.2105C5.10782 14.2105 4.68731 14.6355 4.68731 15.1579C4.68731 15.6803 5.10787 16.1052 5.62476 16.1052C6.1417 16.1052 6.56221 15.6802 6.56221 15.1579C6.56221 14.6355 6.1417 14.2105 5.62476 14.2105Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
background-position: right 7px center;
background-repeat:no-repeat;
}
.mo_detprice {
text-align: center;-webkit-flex: auto;
display: flex;
align-items: center;
}

.product-info .compare ,.product-info .wishlist,.rev .wishlist  {
  position: static;
}
.product-info .wishlist {  margin-right: 30px; }
.price_block {
  padding: 0px 0;margin: 30px 0;
}
.product_left {  display: inline-block;  vertical-align: top;
  width: calc(100% - 280px)
}
.product_right { display: inline-block;
     width: 280px
}
.status-sklad , .discount-block  { color: #333333;
  display: inline-block; vertical-align: top;
}
.discount-block{
  margin-right: 30px;
}
.discount-block span {
  font-weight: 500
}

.status-sklad  { margin-left: 20px;
  background: #f5f5f5;padding: 0 10px;
}
.status-sklad:before {
  content: "";display: inline-block;
  width: 5px;height: 10px;
  border-right:2px solid #000 ;
  border-bottom:2px solid #000 ;
  transform: rotate(45deg);margin-right: 5px;

}
.info_blok_more { padding: 9px 20px 9px 75px; line-height: 130%;margin-bottom: 20px;
  background: #D8F0F8;height: 60px; box-sizing: border-box;
border: 1px solid #184479;
border-radius: 4px;   font-weight: 400;
font-size: 16px;  color: #000; _text-shadow:1px 1px 2px  rgba(0,0,0,0.9);

-ms-flex-pack: justify;
text-align: justify;
display: flex;
justify-content: space-between;
align-items: center;
align-content: space-between;
}
.info_blok_more span {  vertical-align: middle;
 color: #FF8200; font-weight: 400;
font-size: 13px;
line-height: 130%;
}
.free_shippi {
 background-image: url("data:image/svg+xml,%3Csvg width='37' height='36' viewBox='0 0 37 36' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='37' height='36' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_195_6111' transform='matrix(0.015625 0 0 0.016059 -0.0135135 -0.0277778)'/%3E%3C/pattern%3E%3Cimage id='image0_195_6111' width='64' height='64' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAA4MSURBVHhe7VsJcFRFGh4wQEJCINxHOAMEAyEcScSIKCjXgmhEkUMODyxkV8VdxYNSUHRXS1jd1VV0NyV4wC7qIuwWWlvGWCWriO6iAhoFmXsmM5lkkkkgB4Te//tfv8lM0jPzhiILVPlVfWLee92vv7///vvvfj2mn/Ez2h4bNmxoX7lhwxjv8tvv8Mxf+JL76pkfuafNPOzIzPbYBw0P2NMzAo4RWT7XlGt/dE2a8knZvPlFvvt+fa/v/rX5R3bu7CirubhQ8dZbqZUbnlztnjz1I0dOrs0+eKSwdukhrJ27EdOEpVMXYes7WJABNPYfwtfxjIWesXRIEfb0YcKZk1/mzL18f8Xqe9f7335vsKz+wkX1X16f5ZlbuM2RNd5nbpcoLImpJKqnsPUZ2CxW55CRZIRBwtY7XdgHj2h13wajdO3FRrO0TxT2gRmnXdfOfte/8dnb5OsuHFT/acssz4LFu9CLZlMHanhvTYhCGOjIuFTziCTyiG59yCNShWPYKOWzXAd5kK1HfzJEkrCYOgn3tBn7/X94aal8/fnDyeLiAd6lt+8wmxJI+CXC1o/cmnpWKUQS4jUj9RR1xSWi8dtDwjk2Vxw3mYRjaAQj6ETdAzMEvAvPu6+d9UnV7t25sjn/X1Q+u2mVtXd6vdnU0ZBwUBOfQL3fXdQf+FLoaKqsJCNMFD8ZMQIIr4Ah4BEJyaLiwXXPUZPaaS1rY5SUlCR4Zs/dix6wpvTQhEdw9VA6hkF8R2FJ7ioavj3Mws+AZ/Bf+rf2RHxGAIdm0tDox97gzCv4oXLPnkGymW2Dqq1bMxwT8o+ZTe2EfcBQQ70Oaj1P4pNI/KEjmmCQxOvkazBCjjRCpJjQktIbEB/sfQeeqC7aNls299yidufObEvnVB/Gr9FeB/Uxb0nuFlF8KyOMnaDFBKNGAIeOFJaOXTigVqx7fL5s9rlBzfbto20Dh/nN7Tux2ykboGBQfMdk0fCf/2oCQYV4nUCTv0o4Ro0xFhhDOSyTpt6uwprcXVRtfvHcGKH+yJHh5pRu1QheEKR8sYKa+Eso4KWJhm++ZWGxxOvkZ+VwiN8IozipQrnAX9+ZK2WcPezDs9xmU3uuWPlCBTXxFO1TSPzX8YnXyWVOnIw/MILUVkunFMozuoq6gweHSCnxw3Pjwn/BkvYhcbp9u5bRvrVAI+SycnaINybgWXSCfURWhZQTHwLb3rwTlrf3p2gfT8CD+KRU0XD4O01AKBUiI1KWAeAJjjHj4psdQMogUca35oE3pCxj8Hq9KdZuvWlh0tXwVAcivUUEbwrUyKa3hlJsKOVzKngK57NxMe2p3t+K1HG2XunsPScOHMiT8mKjfNnK3ez6cUR8NMqa2kOUL14uAq8VCf+GjcK//klm5QMPiapNL4gzjY0sRCkc5JtC1Gx7U1Ss+Y3wP66VBwMvvSIq1z5Ka4devFJUtkFF0oDZyzE+33XkyJHYy+uT+/ZNgnhObw26vk4MAXgOyrfkUeKJXbujGgDA0MHzx0LK6uRFE71D9e6opBiG+qpf/fO9UmZklN96WzFeFo/rG6GZ6gy88iqLVIkHgbrPPtf2C2g5rKrnrEgdaUlMEY6xeT6z2ZwopbaGv2jbVEtCZ2HvF/vl3Nu01sfSN2avYOFC6XPN1jdYpEo8CNR/+RVNn915r0BZl06sA3oN4KTH0FAlL0DHVj7y2FoptzXKV67awb1PaaWyEkkIxiaFc/R4WpvP4gWJ6rkg28AA2EhxX3G1cE6YxHXHnB3IC5CVumfMPSTlhgOuYc/MrrYm0wpPVYEkxGOqw5L2lNlMwe4pdm/Vs0G2gQGsFA88c24Qpx1O4Z5yDfduTCOQZ2MonNyzd5KU3Yzq3//xV8exyosS+Fg8JRdY2DR+V8oNLl+ygsWpng+yLQxA6a4jaxyXocLNyVK0jJHiGp7xrrjjPSm7GWXTZ++ztKPFTgQDaOIpt0d6+80h7cUEzQCUKivKBNlGBnCOyxNNJ09yuTP0b3AVGcUIbLhxeS4puxnO3IJy7NGpCgXdvkVuD9CsYdgAtdt3cBmVeBBoOPg1B1fDBqir43KAvnaIZgSOV9TJdZ9+2rx5Enj55Ux7eoZy91brebmkDc3t+f+MGwCNqt3xN1kqMhp/Oi4sHZLjNoBuQKwdHJljoqbNlsQuouLhdXdJ+SZT1cbfrrR0pOmvxYPN21jdRMNXB7UXgOgx/sugAYjYBHXlFoiTH30sGg4dJk/6Jpx0rX7/F8K7YDEvpGA0VT06VQbQjaDtMU5QryIxG7TvgKH7tpTPyc8WS6fksAe1no+yjcVXjBvAkZHFjcaujS2tL2eMobR1p2u4f0lnrdFRgjEYyQC6EaJtr+Fbg2vy1C+lfJPJPXVGsTWRrC4fCI32Ebex+KpxAzBJFFJsLFAwj4cR12K4fSijGQDkaxE2VRAHHDm5pVK+yeSaOrMUeTZu6mM+NNq3Eg/ynTgNcA4ZywAgXw+ZHezSCNYe/ckA+Q4p32TCh0r+VkfzJMaqoZ0cvnthGwAEmrCfMHI0Da8kLW3GjvawS5s3SqjCACqFCyJC1n/+BRdUVRgkP3HhGwDk+/X1bAT+lqHVEZDyyQDpGTU8PmksWpPTxGmXWyukqCxIfuLiMQDgyivgJTXXMXB4jZRPQ2BElg+fqGEE7Lg4s8ay2wCqCpl89+IYAoDnukLeGOHZBRsqQzL9Uj7NAldOO4YKUTGmDAQMBA4EEEBV8cVgAB3eRUt5OkSyx55Oy2hn9kS3lE+zwJXT9oWmwZgy2Ag0hWAqAVq9gK9euAbQ4b11uRSPXtdyC1vPAcKRPeGolG8yeW5atM2S1CXsBfAEFIxoBL4ShwHIqAiyyC9gXCyhQ6lday+saX04A1XWEcJoBtAB8dgK46xSiueytJR3Xjb5oJRvMvmf27zG3C4h7AUgPIGNgJ1eSi+BszUA7zHSWsO7aJnw3X2P8N31y3DStfIVdwrH8Cxy0f5nnQnq8C5covU8xLeoC+0tX3r7Limf1gJbinJtfQYpMzHdE7DACPME/j/jBkAP+594SpaKjBN7P6T5moJVjD1BlQF0eApvlj1Pz7Y0JP1t6dBZVDz0yANSvnaSyzE+vwr7+mEPSwZjAi01seQE4jIAL4exK/w+l0FZFYHGH4/y9wXluaIQtjSADu/iZXLMt+550Nab6u03RNS+/362lK+BFgcHsRCJ5HrNRmieHQDjBmjbDREgGO0HUMCLoAOJkCN7YuvPZRUPrdsIgdE2RMM8oa5ee+mCW8+bARxZOVwG8C6R0R7iI23p03XsapXNu7FYym5GzdGjvWzpwxpxaktZWDKYJ2B2aGgQ/vUb+W/Vs0G2hQE6pYqyGXOEOHWKgujq5oAXEu1bkaZCdFZg53uFUnY4KEJ/yGJifBTRjeC5/iYec5hWVM8F2QYGwP5B2cw5vIHCbYbLR3B7Jt3Drpar4Cq7lNsa1ZueX4SGcvRUVRJCzNXIq8/rhxEKlDiMGVM80UHPw1AV96zZLOWq4Z4x9zDnBDG8gAmXA1X3QskGMImaotdZpEo8COD4HBZkMQ0AGn0/Gcea2hO5yJkTpaX9pVQ1anbtma+NJ0VFMYggySc6OySTu6VIdmHi42hgy2ssUiUeBOo+28/jmbfjuKysh+q0pvbS1vOKd0ejntD5N/5uk5QZHe7pcw8cR2SP82XWnv1F2bSZwjt/oXBPnhokpquy6b8Qpyw2FqkSDwI4IIWM0DlmXFgdnrmFwnPDzVp+YKTXdZInY5jY0ofWlZeWdpESo6OutHQon/GhQBNrbIXSkpImXJcViKbqAIuBJObp0/w3oBIeSh1nmprCEiTAu2RZ3AcksPuD3q955+8LpTxj8D+24XkeCnEYQA80rvwC2eRwqASrqEL5iju0qS6O9uhfhD3z5u+XsuKDY3yejQ8axTEUmvcToiylDVJHcEk7iMQbNQC1WTuu30NUWa1pUlJ8qD10qA++C2DxAGHKFymoB52wtYNCYDTqiJXbK0ni8a0BMw/l/DOlnLND7T8/mGlJSGJrxmsE9oRomyoRqMNIbt+KJB4zEd5d9cymyIch4oHv8ScKrexOBk9jSOpGwLFXRHdAJTiUOrCkDYo3kpOAtI7BRw9Lu0ThWXbnk7L55wZVL7x4M/JozM1xnRoNxgRaRcbwBB3eW0I2M6Ll9qGE21NWijZ6Vtx1bsXr8D/xzPXWvoMa8UMFdkmDbgkjcEyIMhx0lAcDHpU1Uj+ewVyPn99Qal65bv3Dsrltg8AHH2faR4y2o1fxHcGoe4YFxhZG0BG2h2dEPN7NK7wEtKWp+uXX2ua3Ai1h3/lZkm/lqiI+N0ApKjfEQINDjaDHBB0tt65V5YPEfUxznbvx8CorvKWkrqTk7A9Fny2qtm69xlVw9TE0Auf0jRgiGBizckSTzwc3oBT3Jk28kWjPY70X10GxqMq/+fkVsjnnB0f37u1UsXbdGse4PCfmXf7+j3OG0YYGGQE/ccEhJ9ekK/mncFHdHnXRfSyTeegNzGjw3ffg07Xbd/eRzTj/MJeUJPrWPrrOfcVVn2tJiPb7QXyFUYpDT6b00L7V4V7L+/Q3f6tM68NnEvFrUufESd+Xr7x7c11x8YX9K9KqF1+Z5rllyduO0eOPQgyfKEWUJsFIUvigEj5R62IpkOFrDQumJS9+CscnQGGUUdn2stnX/aPi6WcWyOovLlS/++6I8lWrV7qnz9nqvHzKv505ud87cvLt+D5P4vFZPkDe4HdkT3TRkPjBlVvwhWde4c7yxcvv9xcV5WDLXlZ1jmEy/Q/vORbAjFEcJgAAAABJRU5ErkJggg=='/%3E%3C/defs%3E%3C/svg%3E%0A");
 background-repeat:no-repeat;
 background-position: 15px 12px;

}

.mo_discount {
background-image: url("data:image/svg+xml,%3Csvg width='29' height='37' viewBox='0 0 29 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7819 7.55182L8.50213 10.1225C8.02774 10.3605 7.65087 10.7571 7.43651 11.2434L0.849763 27.7489C0.168894 29.2904 0.863355 31.0922 2.40106 31.7732L8.9526 34.6751H13.8182L13.7819 7.55182Z' fill='%23FAA515'/%3E%3Cpath d='M28.4577 30.0264L28.4577 33.2061C28.4577 34.9763 26.9761 36.458 25.2045 36.458H11.83C10.0583 36.458 8.64903 34.9763 8.64903 33.2061L8.64903 14.4893C8.64903 13.931 8.80736 13.4016 9.16298 12.971L13.1842 8.10075C13.6413 7.54719 14.2928 7.19049 15.011 7.19049H22.0236C22.7418 7.19049 23.3933 7.54719 23.8504 8.10075L27.8716 12.971C28.2272 13.4016 28.4579 13.9311 28.4579 14.4893V30.0264H28.4577Z' fill='%23FAD207'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.4278 19.874L17.4279 19.8732L17.4092 19.8546C17.3994 19.8445 17.3894 19.8346 17.3794 19.8247L16.6314 19.0766L16.5253 19.2879C16.2779 19.1991 16.0115 19.1504 15.7339 19.1504H15.6616C14.366 19.1504 13.312 20.2041 13.312 21.4991C13.312 21.7673 13.3579 22.0249 13.4411 22.2652L13.2214 22.3778L13.996 23.1538C13.9993 23.157 14.0025 23.1604 14.0058 23.1636L14.0162 23.174L14.0165 23.1738C14.4407 23.5903 15.0216 23.8478 15.6617 23.8478H15.734C17.0296 23.8478 18.0835 22.7941 18.0835 21.4991C18.0835 20.8688 17.8334 20.2963 17.4278 19.874ZM15.7339 22.7637H15.6616C14.964 22.7637 14.3964 22.1963 14.3964 21.4991C14.3964 20.8018 14.964 20.2344 15.6616 20.2344H15.7339C16.4315 20.2344 16.999 20.8018 16.999 21.4991C16.999 22.1963 16.4315 22.7637 15.7339 22.7637Z' fill='%23F8C201'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.2143 19.3815L23.4914 18.6588L13.4709 28.6752L14.1938 29.3979C14.2997 29.5037 14.4385 29.5567 14.5773 29.5567C14.716 29.5567 14.8548 29.5038 14.9607 29.3979L24.2144 20.1479C24.4261 19.9363 24.4261 19.5931 24.2143 19.3815Z' fill='%23F8C201'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.3566 25.4346L24.3573 25.4343L23.7592 24.8281L23.7979 25.0739C23.4996 24.9366 23.1681 24.8594 22.8188 24.8594H22.7465C21.4509 24.8594 20.397 25.913 20.397 27.208C20.397 27.5427 20.4678 27.861 20.5946 28.1494L20.3291 28.1108L21.0486 28.8289C21.0743 28.8558 21.1006 28.8821 21.1276 28.9077L21.1441 28.9242L21.1442 28.9236C21.5643 29.3159 22.1277 29.5567 22.7465 29.5567H22.8188C24.1144 29.5567 25.1684 28.5031 25.1684 27.2081C25.1683 26.5005 24.8533 25.8656 24.3566 25.4346ZM22.8188 28.4727H22.7465C22.0489 28.4727 21.4813 27.9053 21.4813 27.208C21.4813 26.5107 22.0489 25.9434 22.7465 25.9434H22.8188C23.5163 25.9434 24.0839 26.5107 24.0839 27.208C24.0839 27.9053 23.5164 28.4727 22.8188 28.4727Z' fill='%23F8C201'/%3E%3Cpath d='M13.8542 28.834C13.7155 28.834 13.5768 28.7811 13.4709 28.6752C13.2591 28.4636 13.259 28.1204 13.4708 27.9088L22.7245 18.6588C22.9363 18.4471 23.2796 18.4471 23.4913 18.6588C23.7031 18.8705 23.7031 19.2137 23.4913 19.4253L14.2376 28.6752C14.1318 28.7811 13.993 28.834 13.8542 28.834Z' fill='%23F5F5F5'/%3E%3Cpath d='M15.0109 23.125H14.9387C13.6431 23.125 12.5891 22.0714 12.5891 20.7764C12.5891 19.4814 13.6431 18.4278 14.9387 18.4278H15.0109C16.3065 18.4278 17.3605 19.4814 17.3605 20.7764C17.3605 22.0714 16.3065 23.125 15.0109 23.125ZM14.9387 19.5118C14.2411 19.5118 13.6735 20.0791 13.6735 20.7764C13.6735 21.4737 14.2411 22.041 14.9387 22.041H15.0109C15.7085 22.041 16.2761 21.4737 16.2761 20.7764C16.2761 20.0791 15.7085 19.5118 15.0109 19.5118H14.9387Z' fill='%23F5F5F5'/%3E%3Cpath d='M22.0958 28.834H22.0235C20.7279 28.834 19.6739 27.7804 19.6739 26.4854C19.6739 25.1904 20.7279 24.1367 22.0235 24.1367H22.0958C23.3914 24.1367 24.4454 25.1904 24.4454 26.4854C24.4454 27.7804 23.3914 28.834 22.0958 28.834ZM22.0235 25.2207C21.3259 25.2207 20.7584 25.7881 20.7584 26.4854C20.7584 27.1827 21.3259 27.75 22.0235 27.75H22.0958C22.7934 27.75 23.361 27.1827 23.361 26.4854C23.361 25.7881 22.7934 25.2207 22.0958 25.2207H22.0235Z' fill='%23F5F5F5'/%3E%3Cpath d='M19.6957 11.5982C19.4604 11.5982 19.2438 11.4439 19.1751 11.2066C19.0919 10.9191 19.2577 10.6185 19.5453 10.5354C19.6069 10.5176 19.6687 10.4981 19.7293 10.4774C21.3827 9.91324 22.4935 8.35996 22.4935 6.61229V0.541991C22.4935 0.242668 22.7363 0 23.0357 0C23.3351 0 23.5779 0.242668 23.5779 0.541991V6.61229C23.5779 8.82376 22.1721 10.7892 20.0796 11.5032C20.0029 11.5294 19.9245 11.5541 19.8466 11.5766C19.7963 11.5912 19.7455 11.5982 19.6957 11.5982Z' fill='%23E0A446'/%3E%3Cpath d='M18.5534 12.9356C17.6166 12.9356 16.8545 12.1738 16.8545 11.2374C16.8545 10.3009 17.6166 9.53912 18.5534 9.53912C19.4902 9.53912 20.2523 10.3009 20.2523 11.2374C20.2523 12.1738 19.4902 12.9356 18.5534 12.9356Z' fill='%23F5F5F5'/%3E%3Cpath d='M28.4577 28.0391C28.7572 28.0391 28.9999 27.7964 28.9999 27.4971V14.4893C28.9999 13.8424 28.7477 13.1806 28.2897 12.626L24.2685 7.75575C24.0578 7.50058 23.8156 7.28552 23.5526 7.11425C23.5687 6.94862 23.5779 6.78132 23.5779 6.61244V0.542136C23.5779 0.242812 23.3351 0.000144531 23.0357 0.000144531C22.7363 0.000144531 22.4935 0.242812 22.4935 0.542136C22.4935 0.542136 22.4924 6.66411 22.492 6.68998C22.3377 6.66266 22.1811 6.64857 22.0236 6.64857H15.011C14.5173 6.64857 14.0334 6.78703 13.6001 7.04148C13.5814 7.0482 13.5628 7.05571 13.5446 7.0646L8.25908 9.63812C7.67349 9.93173 7.20524 10.4242 6.94043 11.0248C6.93754 11.0314 6.93479 11.038 6.93219 11.0446L4.74687 16.5854C4.63705 16.8639 4.77383 17.1786 5.05246 17.2884C5.11774 17.3142 5.18497 17.3263 5.25119 17.3263C5.46736 17.3263 5.67166 17.1962 5.75574 16.983L7.93679 11.4529C8.10083 11.0866 8.38762 10.7865 8.73962 10.6099L11.5322 9.2502L8.74483 12.6261C8.32747 13.1315 8.1069 13.7759 8.1069 14.4894L8.1069 33.2062C8.1069 33.4242 8.12606 33.6376 8.16083 33.8455L2.57377 31.3709C1.31165 30.8119 0.739659 29.3271 1.29893 28.061C1.30131 28.0555 1.30363 28.0499 1.30594 28.0444L4.83991 19.2653C4.95168 18.9876 4.81714 18.672 4.53931 18.5602C4.26134 18.4484 3.9457 18.583 3.83386 18.8606L0.303001 27.6316C-0.490937 29.4418 0.329171 31.5622 2.13444 32.3618L8.68605 35.2637C8.69407 35.2672 8.70224 35.2698 8.71034 35.2729C9.37531 36.3115 10.5249 37 11.8301 37H25.2045C27.2619 37 29 35.2626 29 33.2061L29 30.0264C29 29.7271 28.7572 29.4844 28.4578 29.4844C28.1583 29.4844 27.9156 29.7271 27.9156 30.0264L27.9156 33.2061C27.9156 34.675 26.6741 35.916 25.2045 35.916H11.8301C10.3751 35.916 9.19132 34.7004 9.19132 33.2061L9.19132 14.4893C9.19132 14.0241 9.32246 13.6293 9.5812 13.316L13.6024 8.44574C13.9767 7.99249 14.4901 7.73248 15.011 7.73248H22.0236C22.1257 7.73248 22.2275 7.74281 22.3281 7.76233C21.9887 8.91937 21.1479 9.88484 20.0125 10.3687C19.7156 9.87226 19.1728 9.53912 18.5534 9.53912C17.6166 9.53912 16.8545 10.3009 16.8545 11.2374C16.8545 12.1738 17.6166 12.9356 18.5534 12.9356C19.4197 12.9356 20.1361 12.2839 20.2391 11.4453C21.6994 10.8932 22.8036 9.72332 23.2956 8.29543C23.3428 8.34291 23.3885 8.39284 23.4322 8.44574L27.4534 13.3161C27.7514 13.677 27.9156 14.0936 27.9156 14.4894V27.4972C27.9155 27.7964 28.1583 28.0391 28.4577 28.0391ZM18.5534 11.8516C18.2145 11.8516 17.9389 11.5761 17.9389 11.2374C17.9389 10.8986 18.2145 10.6231 18.5534 10.6231C18.8922 10.6231 19.1679 10.8986 19.1679 11.2374C19.1679 11.5761 18.8922 11.8516 18.5534 11.8516Z' fill='black'/%3E%3Cpath d='M13.8542 28.834C13.993 28.834 14.1318 28.7811 14.2376 28.6752L23.4913 19.4253C23.7031 19.2137 23.7031 18.8705 23.4913 18.6588C23.2796 18.4471 22.9362 18.4471 22.7246 18.6588L13.4708 27.9088C13.1251 28.2309 13.3904 28.8504 13.8542 28.834Z' fill='black'/%3E%3Cpath d='M15.0109 23.125C16.3065 23.125 17.3605 22.0714 17.3605 20.7764C17.3605 19.4814 16.3065 18.4278 15.0109 18.4278H14.9387C13.6431 18.4278 12.5891 19.4814 12.5891 20.7764C12.5891 22.0714 13.6431 23.125 14.9387 23.125H15.0109ZM13.6735 20.7764C13.6735 20.0791 14.2411 19.5118 14.9387 19.5118H15.0109C15.7085 19.5118 16.2761 20.0791 16.2761 20.7764C16.2761 21.4737 15.7085 22.041 15.0109 22.041H14.9387C14.2411 22.041 13.6735 21.4737 13.6735 20.7764Z' fill='black'/%3E%3Cpath d='M22.0235 28.834H22.0958C23.3914 28.834 24.4454 27.7804 24.4454 26.4854C24.4454 25.1904 23.3914 24.1367 22.0958 24.1367H22.0235C20.7279 24.1367 19.6739 25.1904 19.6739 26.4854C19.6739 27.7804 20.7279 28.834 22.0235 28.834ZM22.0235 25.2207H22.0958C22.7934 25.2207 23.361 25.7881 23.361 26.4854C23.361 27.1827 22.7934 27.75 22.0958 27.75H22.0235C21.3259 27.75 20.7584 27.1827 20.7584 26.4854C20.7584 25.7881 21.3259 25.2207 22.0235 25.2207Z' fill='black'/%3E%3C/svg%3E%0A");
 background-repeat:no-repeat;
 background-position: 19px 11px;
}
.banks {margin-bottom: 30px;
  display: grid;width: 100%; box-sizing: border-box;
  grid-template-columns : 1fr 1fr;
  column-gap:  30px;
  gap: 30px;
}
.privet,.monob {  text-align: left;width: 100%; box-sizing: border-box;
  display: block; background: #D8F0F8;
border: 1px solid #184479;
border-radius: 4px;   font-weight: 400;
font-size: 12px; color: #000; _text-shadow:1px 1px 2px  rgba(0,0,0,0.9);
padding:10px 0 10px 60px; background-repeat:no-repeat;
}
.privet {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='13.5' cy='13.5' r='13.5' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_195_6105' transform='matrix(0.02 0 0 0.02 0 0.05)'/%3E%3C/pattern%3E%3Cimage id='image0_195_6105' width='50' height='45' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAATPSURBVGhD7ZhtiBVVHMafSip60+6CFibR+zsUFWVEVkKSS30wMKSIJYqiojeCqIhuGBWEfTDL+rAk9PJhUfeeay5J4YUiWFt37hplbKso9MJai940zNQ8PWfu38mZ+e9679wzd/vQAz9mvc6c5/nPmXPmnMH/akC2Upxix3pm2pq5xtbW3GZ3ms6Q2pq5dlfvlXZ09XRbLB4rp/+3ZDegww5iIem2Ab7lscbj38TGGMRBHnfyOGA3YqkdwHxbwSnSzOTJDuEyW8XbPO4gNhNVbGdxi8nZ0qxnlXAdVuNy+VdM9mvMYoD3GGRfKlh2drPNV8k0sfEgg/tRxiFSQQ+Ok19DuUeBZt8pQfxQxQh7Z67YtaAyXib2CJ6U/4lEs+fUEL6oYj+Pz4pdBpXxWqIIy97ZhZW4WM4IZdlLNKukAvhnuQWOEdsGVcIzqSIOY/CJnBWJM85VLGavYu6XAO+KZQMy6GRgNyb0QhwlPCRnR6LJi6q5b+gjlhPIYAbZpoY/EoMx9OI8uSoUB/6JNOpPGefBIO4Q23Fk8JYaXMNglVwViXdrNo18TsPjsdV+helim1AvrmbAfanAE9MlV0fiWHlFMc6DJWKZkMEHStCJMfiF42WWtBDKrsPJLGZIMfbNHj5il4itqIxzGGp3KmgjGHworUSiwa0s5oBi7peAQyGmEh5VQzbOQmkpEo2WpIz9MxofK2WsTQRrDjfT9eAMaS0UV7RT2SubFXO/DGBR3dE94wY/qwGbwaC73uC/YiHzVXOfBPio7lbinFzGn6lgWXBtJUSz5SlznwQYZu+fpK+psmIwzOV+h9QQKtxouVWsFsIHAd9bm0+7wPXI+2qorBgskxoicRZboIbwgdttDndwqV9GXypMq5QwT2qIxF5ZoQZplbCQwoOukEoqSKu4R8zgVKkhFJ/jM1nMdjVMK7hCRgrcJxl8qobJisEWHrtQxBSpIRIL6VLDtEK9kKeyLU10fmdbRb5PpkruSG5DxHFyNwvxvy12hfxQeMI9Wm8mAjXLIRbwMdfC50rumBj+Whp+ngrgi7BHOu51hSxikP2JcI1h0M9V882SOSYZE8uI23PrIXzgCvm+MNs9WheRMTXoeBj8yJnpAXUc9OB4GjxGsn/faoaAq+CRwll1d4P1auAkBnt5fIPjoFC/MC6Og3nsgapqmBcBNtgi5LNrCS+kQqfp5XmX1i+Ii2/vC9noypRJOxjkGI9UwhW82+ONkyGWcLucGRPv/jTidoR7UgbtYiNukTii5FLeYJQFPo6lOEHOiOS6kgXcQ7alGm4v39i+ZD63rKgXcYBFvJPcXxwWu/J6NvBFosHJoZr+8olwBjJ4iavXG+WXmHjhTNLNiw/GGpss3HLnS5wu8RoTZ4abePHkjQONAA9LvMZl+zGDdyC/PUWzVLGu+e/AIt6BOWykHR/fjsYON91LrGzinXhEabid/MUbqr4KmhaLeV4xyB83yQS4T2L4ERt8WjXLjz/oKZ99PIsN38W79Jti6put9LlBbPMRX47n06RPMfdFt/sKI3b5iwUtYEGblCDZqGI9Ufc5uSvchwS4k0FWMUQtFe5oVPErWcE25mR+R/hWuDt0YyjA6wz3GdlEtpCfBPe3+20tz1nMY2drjxDwD8M7XNaDxl5wAAAAAElFTkSuQmCC'/%3E%3C/defs%3E%3C/svg%3E%0A");
   background-position:  12px 7px;
}

.monob {
 background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ccircle cx='13.5' cy='13.5' r='13.5' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_195_6107' transform='scale(0.00195312)'/%3E%3C/pattern%3E%3Cimage id='image0_195_6107' width='512' height='512' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position:  12px 7px;
}

.product-info  .more_btn {
  display: inline-block;white-space: nowrap;
}
.product_rev {
  display: inline-block;_margin-right: 40px;
}

.product-thumb .product-details {
    padding: 15px 15px 10px;
}

.product-cart .wishlist, .product-cart .compare {
	width: 44px;  border-radius:0;margin: 0 5px;  background-color: #cb3435;
	font-size: 0;
	height: 44px;
	padding: 9px;
}
.product-cart .wishlist {
  background-position: center -139px;
}
.product-cart .compare {
background-position:center -200px;
}
.product-cart .btn.wishlist:hover , .product-cart .btn.compare:hover {
    background-color:#3399db
}

.tooltip .tooltip-inner {
    background-color: #262626;
	color: #fff;
	font-size: 11px;
}
.tooltip.top .tooltip-arrow {
      border-top-color: #262626 !important;
}
.shop-products .thumbnail .title {
	margin-bottom: 10px;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 40px;
	height: 40px;
line-height: 18px;
letter-spacing: 0.5px;
text-transform: capitalize;
}



.shop-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  height: 340px; line-height: 340px;
}
.shop-products .thumbnail .image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  vertical-align: middle;position: relative; display: inline;
}
.shop-products .thumbnail .price,aside .price {
color: #000000;
font-weight: 600;
font-size: 30px;
line-height: 1;  _text-transform: uppercase;
}

 .price i {
   font-style: normal;font-size: 60%;font-weight: 400
 }
  .bay-line .price > div {
    _height: 100% ;
  }
  .bay-line .price span.productOldPrice {
    margin-bottom: 10px;
  }

 .bay-line .price i { display: inline-block;  vertical-align: top;
    margin-top: 0px;_float: right; padding-top: 2px;
 }
 .product_detail { background: #fff; padding: 15px 15px 30px;width:calc(100% + 2px);box-sizing: border-box;
   display: none;position: absolute;left: 0;top: 100%;
  _border-right: 1px solid #D8E0E8;
  _border-left: 1px solid #D8E0E8;
 _border-bottom: 1px solid #D8E0E8;
  margin-left: -1px;margin-right: -1px;
  z-index: 11;
}
 .product-block .thumbnail:hover .product_detail {
   display: block;

 }

  .product_detail ul.specs {
    padding: 20px 0 0px;  margin: 0;
    font-weight: 500;
font-size: 14px;
line-height: 130%;
  }
  .product_detail ul.specs li .spec-name {
    font-weight: 600
  }

  .product_detail ul.specs li {
    list-style: none;padding: 0;margin: 0;
  }
  .product_detail ul.specs li + li {
    margin-top: 5px;
  }

.shop-products .thumbnail .zoom {
  background-color: #364245;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.shop-products .thumbnail .zoom i {
  padding-left: 6px;
}
.shop-products .thumbnail .title a {  color: #000000;        }
.shop-products .thumbnail .title {
  display: block;  text-transform: uppercase;
  font-size: 16px; font-weight: 400;
  margin-bottom: 10px;
 line-height: 130%;
}
.shop-products .thumbnail .description {
  position: relative;
}
.shop-products .thumbnail .description:last-child {
  margin-bottom: 0;
}
.shop-products .thumbnail:hover .image img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  -o-transform: scale(1.07);
  transform: scale(1.07);
}
.shop-products .thumbnail:hover {
_box-shadow: 0 4px 15px #d5d5d5;
}
.owl-carousel .owl-item img {
  max-width: 100%;width: auto !important; margin: 0 auto
}

.shop-products .thumbnail:hover .price {
  left: 0;
}
.shop-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop-products .thumbnail:hover .title {
  color: #3399db;
}
.product-images {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-images {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-images .small .thumbnail .zoom {
  font-size: 20px;
  line-height: 35px;
  height: 40px;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-images .small .thumbnail .zoom i {
  padding-left: 3px;
}
@media (max-width: 767px) {
  .product-images .small .thumbnail .zoom {
    width: 80px;
    height: 80px;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    vertical-align: middle;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .product-images .small .thumbnail .zoom i {
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .product-images .small .thumbnail:last-child {
    margin-bottom: 0 !important;
  }
}
.product-images .thumbnail {
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-images .thumbnail.big {
  margin-bottom: 7px;
}
.product-images .thumbnail.big img {
}
@media (min-width: 1200px) {
  .product-images .thumbnail.big {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-images .thumbnail.big {
    margin-bottom: 20px;
  }
}
.product-images .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
  border: solid 1px #eeeeee;
}
.product-images .thumbnail .image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.product-images .thumbnail .zoom {
  background-color: #FF8200;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.product-images .thumbnail .zoom i {
  padding-left: 6px;
}
.product-images .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-images .thumbnail:hover {
box-shadow: none;
}
.product-images .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 768px) and (max-width: 979px) {
  .product-info {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.product-cart form {
  margin-bottom: 0;
}
.product-cart label {
  font-weight: bold;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 5px;
}
.product-cart input[type="text"] {
  width: 55px;
  border-width: 1px;
  border-color: #eeeeee;
  background-color: #ffffff;
  color: #000000;
  padding: 15px 15px;
  height: auto;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
.product-cart input[type="text"]:hover {
  border-color: #3399db;
}
.product-cart input[type="text"]:focus {
  border-color: #3399db;
}
.product-cart .btn {
  padding: 15px 15px;
  font-weight: bold;
}
.product-cart .btn:hover {
  background-color: #3399db;
}
.product-info .product-cart {
display: inline-block;float: right;
}
.product-info h1 {
font-size: 36px;
font-weight: 500;
padding: 0 0 3px;
color: #333;
margin-bottom: 10px;
}
.mob_kode {
  display: block;margin: 0px 0 40px
}
ul.list-unstyled.attr {   font-size: 14px;
  padding-bottom: 15px; padding-top: 0;
  margin: 0;margin-bottom: 10px;
}

ul.list-unstyled.attr span {
    font-weight: 400; margin-left: 5px;
    color: #888;
    font-size: 14px;

}
ul.list-unstyled li {
    font-weight: 400; list-style: none;
    color: #292929;
    font-size: 14px;
    padding: 0;margin-bottom: 3px;
}
.product_rev .rating_disable .rating i {
 color: #d1d1d1;font-size: 13px; line-height: 13px;
}
.product_rev {
  line-height: 20px;
}
.product_rev .rating {
  height: 13px;
}

.product_rev .rating i{
font-size: 13px;vertical-align: middle;height: 13px;
}


.product-info .description .price {
  display: inline-block; white-space: nowrap;
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}
.product-info .description .price span i {
  margin-top: 3px;display: inline-block; vertical-align: top;
}

.product-info .description .price .productOldPrice {
  display: block;margin-right:15px;
}

button#add_to_cart img {
  display: none;
}

button#add_to_cart {    vertical-align: top;
border: 2px solid #184479;
background: #184479;
border-radius: 7px;
padding: 15px 26px;
font-style: normal;
font-weight: 400 !important;   font-family: 'Lato', sans-serif !important;
font-size: 20px;
line-height: 130%;
color: #FFFFFF;

    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
button#add_to_cart:before {  margin-right:10px;
  content: "";display: inline-block; vertical-align: top; line-height: 0;
  width: 22px;height: 22px;  background-position: center;
background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08894 19.7241C5.08894 20.9789 6.1184 22 7.38342 22C8.64843 22 9.67789 20.9789 9.67789 19.7241C9.67789 18.4694 8.64843 17.4483 7.38342 17.4483C6.1184 17.4483 5.08894 18.4694 5.08894 19.7241ZM8.14824 19.7241C8.14824 20.1421 7.80483 20.4828 7.38342 20.4828C6.962 20.4828 6.61859 20.1421 6.61859 19.7241C6.61859 19.3061 6.962 18.9655 7.38342 18.9655C7.80483 18.9655 8.14824 19.3061 8.14824 19.7241Z' fill='white'/%3E%3Cpath d='M18.8558 19.7241C18.8558 18.4694 17.8263 17.4483 16.5613 17.4483C15.2963 17.4483 14.2668 18.4694 14.2668 19.7241C14.2668 20.9789 15.2963 22 16.5613 22C17.8263 22 18.8558 20.9789 18.8558 19.7241ZM15.7965 19.7241C15.7965 19.3061 16.1399 18.9655 16.5613 18.9655C16.9827 18.9655 17.3261 19.3061 17.3261 19.7241C17.3261 20.1421 16.9827 20.4828 16.5613 20.4828C16.1399 20.4828 15.7965 20.1421 15.7965 19.7241Z' fill='white'/%3E%3Cpath d='M2.87095 1.51724C2.96579 2.41317 4.02125 12.3572 4.18416 13.8934C4.30729 15.0548 5.28856 15.931 6.46639 15.931H18.3846C19.4592 15.931 20.403 15.1739 20.6286 14.1316L22.4657 5.62821C22.5629 5.17759 22.4512 4.71407 22.159 4.35676C21.8669 3.99869 21.4332 3.7931 20.969 3.7931H4.6507L4.3203 0.679724C4.279 0.292828 3.95089 0 3.5593 0H1.26482C0.842641 0 0.5 0.339862 0.5 0.758621C0.5 1.17738 0.842641 1.51724 1.26482 1.51724H2.87095ZM20.969 5.31034L19.1326 13.8137C19.0569 14.1612 18.7426 14.4138 18.3839 14.4138H6.46639C6.07327 14.4138 5.74669 14.1217 5.70539 13.7348L4.81131 5.31034H20.969Z' fill='white'/%3E%3C/svg%3E%0A");
}

.product-cart span.button {
  margin-bottom: 20px;
}

button#add_to_cart:hover {
  background-color:#fff;color: #184479;
}
button#add_to_cart:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.08894 19.7241C5.08894 20.9789 6.1184 22 7.38342 22C8.64843 22 9.67789 20.9789 9.67789 19.7241C9.67789 18.4694 8.64843 17.4483 7.38342 17.4483C6.1184 17.4483 5.08894 18.4694 5.08894 19.7241ZM8.14824 19.7241C8.14824 20.1421 7.80483 20.4828 7.38342 20.4828C6.962 20.4828 6.61859 20.1421 6.61859 19.7241C6.61859 19.3061 6.962 18.9655 7.38342 18.9655C7.80483 18.9655 8.14824 19.3061 8.14824 19.7241Z' fill='%23184479'/%3E%3Cpath d='M18.8558 19.7241C18.8558 18.4694 17.8263 17.4483 16.5613 17.4483C15.2963 17.4483 14.2668 18.4694 14.2668 19.7241C14.2668 20.9789 15.2963 22 16.5613 22C17.8263 22 18.8558 20.9789 18.8558 19.7241ZM15.7965 19.7241C15.7965 19.3061 16.1399 18.9655 16.5613 18.9655C16.9827 18.9655 17.3261 19.3061 17.3261 19.7241C17.3261 20.1421 16.9827 20.4828 16.5613 20.4828C16.1399 20.4828 15.7965 20.1421 15.7965 19.7241Z' fill='%23184479'/%3E%3Cpath d='M2.87095 1.51724C2.96579 2.41317 4.02125 12.3572 4.18416 13.8934C4.30729 15.0548 5.28856 15.931 6.46639 15.931H18.3846C19.4592 15.931 20.403 15.1739 20.6286 14.1316L22.4657 5.62821C22.5629 5.17759 22.4512 4.71407 22.159 4.35676C21.8669 3.99869 21.4332 3.7931 20.969 3.7931H4.6507L4.3203 0.679724C4.279 0.292828 3.95089 0 3.5593 0H1.26482C0.842641 0 0.5 0.339862 0.5 0.758621C0.5 1.17738 0.842641 1.51724 1.26482 1.51724H2.87095ZM20.969 5.31034L19.1326 13.8137C19.0569 14.1612 18.7426 14.4138 18.3839 14.4138H6.46639C6.07327 14.4138 5.74669 14.1217 5.70539 13.7348L4.81131 5.31034H20.969Z' fill='%23184479'/%3E%3C/svg%3E%0A");
}

a.kredit.button {

    border: 3px solid #333333;color: #fff;
	background-color: #333333; display: inline-block;
    font-family: 'Gotham Pro',sans-serif !important;
      line-height: 22px;
    padding: 10px 33px;
    font-size: 14px !important;
    font-weight: 500 !important;
    float: right;
    margin-bottom: 20px;
}
a.kredit.button:hover {
  background: #fff;color: #333;
}

.CartContentLeft {
  margin-bottom: 0px;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child , .input-append .btn:last-child {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.show_qbuy {
  font-weight: 500;_text-decoration: underline dashed;line-height: 26px;display: inline-block;
  border-bottom:1px dashed #333333
}

/* Product title
/* ========================================================================== */
.product-title {
  margin-bottom: 30px;
}
.product-title .title h1 {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 0;
}
.product-title .price {
  font-weight: bold;
  font-size: 25px;
  line-height: 25px;
  text-align: right;
  color: #3399db;
}
/* Featured products on homepage
/* ========================================================================== */
.featured-products .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-products .thumbnails {
    margin-bottom: 0;
  }
}
.featured-products .thumbnails .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured-products .thumbnails .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-products .thumbnails .item {
    width: 48.61878453038674% !important;
    margin-bottom: 2.7624309392265194% !important;
  }
  .featured-products .thumbnails .item,
  .featured-products .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
  .featured-products .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.featured-products .inner.darken {
  border-top: solid 0px #e1e1e1;
}
.featured-products .btn-add-to-cart {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  background-color: #333333;
  margin-top: 5px;
  margin-bottom: 5px;
}
.featured-products .btn-add-to-cart i {
  margin-left: 0;
}
.featured-products .btn-add-to-cart:hover {
  background-color: #3399db;
}
.featured-products .thumbnail {
  border: solid 1px #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px;
	}

.featured-products .thumbnail .discount {
  position: absolute;
  left: 0;
  padding: 5px;
  background-color: #3399db;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  z-index: 15;
}

.featured-products .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-products .thumbnail .image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-products .thumbnail .price {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: transparent;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  color: #3399db;
  font-size: 18px;
  font-weight: bold;
  z-index: 5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.featured-products .thumbnail .zoom {
  background-color: #364245;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-left: -40px;
  margin-top: -40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.featured-products .thumbnail .zoom i {
  padding-left: 6px;
}
.featured-products .thumbnail .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.featured-products .thumbnail .description {
  position: relative;
}
.featured-products .thumbnail .description:last-child {
  margin-bottom: 0;
}
.featured-products .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-products .thumbnail:hover {
box-shadow: 0 4px 15px #d5d5d5;
}
.featured-products .thumbnail:hover .price {
  left: 0;
}
.featured-products .thumbnail:hover .zoom {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.featured-products .thumbnail:hover .title {
  color: #3399db;
}
/* TOP Categories
/* ========================================================================== */
.featured-categories .thumbnails {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails {
    margin-bottom: 0;
  }
}
.featured-categories .thumbnails .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .featured-categories .thumbnails .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .featured-categories .thumbnails .item {
    width: 48.61878453038674% !important;
    margin-bottom: 2.7624309392265194% !important;
  }
  .featured-categories .thumbnails .item,
  .featured-categories .thumbnails .item.first {
    margin-left: 2.7624309392265194% !important;
  }
  .featured-categories .thumbnails .item:nth-child(odd) {
    margin-left: 0 !important;
  }
}
.featured-categories .thumbnail {
  border: solid 1px #eeeeee;
  padding: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px;
}
.featured-categories .thumbnail .see-all {
  font-weight: bold;
}
.featured-categories .thumbnail .image {
  overflow: hidden;
  position: relative;
  display: block;
}
.featured-categories .thumbnail .image img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-categories .thumbnail .title {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  padding: 5px;
  background-color: transparent;
  border-top: 0px solid #e5e5e5;
  border-bottom: 0px solid #e5e5e5;
  color: #000;
  font-size: 20px;
  z-index: 5;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.featured-categories .thumbnail .link {
  position: absolute;
  left: -100%;
  top: 48%;
  padding: 10px 15px;
  background-color: #555555;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.featured-categories .thumbnail .description:last-child {
  margin-bottom: 0;
}
.featured-categories .thumbnail:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.featured-categories .thumbnail:hover {
box-shadow: 0 4px 15px #d5d5d5;
}
.featured-categories .thumbnail:hover .title {
  left: 0;
}
.featured-categories .thumbnail:hover .link {
  left: 0;
}
/* ========================================================================== */
/* Reviews
/* ========================================================================== */
.reviews-title .title h3,
.add-review {
  margin-top: 20px;
}
.add-review .stars {
  line-height: 36px;
  text-align: right;
}
.add-review textarea,
.add-review input[type="text"] {
  border-width: 1px;
  border-color: #e1e1e1;
  background-color: #eeeeee;
  color: #555555;
  padding: 10px 15px;
  height: auto;
  font-size: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
.add-review textarea:hover,
.add-review input[type="text"]:hover,
.add-review textarea:focus,
.add-review input[type="text"]:focus {
  border-color: #3399db;
  color: #000000;
}
@media (max-width: 767px) {
  .add-review .stars,
  .add-review textarea,
  .add-review input[type="text"] {
    margin-left: 0 !important;
  }
}
.add-review .btn-submit-review {
  padding: 10px 15px;
  font-weight: bold;
}
.add-review .btn-submit-review:hover {
  background-color: #3399db;
}

/* Scroll To Top */
a#scrollup {
	background: url(../images/top-arrow.png) no-repeat scroll 0px 0px;
	background: url(images/top-arrow.png) no-repeat scroll 0px 0px;
	bottom: 15px;
	cursor: pointer;
	height: 40px;
	padding: 0;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
	font-size: 0px;
}

a#scrollup i{
  font-size: 16px;display: none;
}

a#scrollup:hover {
  _background: #d50000;
}	

/* /Scroll To Top */

/* ========================================================================== */
/* Helpful Classes
/* ========================================================================== */
ul.clearfix {
  list-style-type: none;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show,.nav-phone:hover #phone_slide .phone_inner  {
  display: block;
}
.spacer {
  height: 50px;
}
.pull-vertical-center {
  vertical-align: middle;
  display: table-cell;
  width: auto;
}
.well.transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.btn {
  background-image: none;
  text-shadow: none;
  border: none;
  box-shadow: none;
  background-clip: padding-box;
  transition: all 0.3s ease-out;
}
.btn:hover {
  transition: all 0.3s ease-out;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}

.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}
.first {
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.last {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

/* Tables */

table.contentTable
	{
		width: 100%;
		padding: 0 0 0 0;
		margin: 0 0 .2em 0;
		border: 1px solid #97a5b0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

table.contentTable tr
	{
		padding: 0;
		margin: 0;
	}

table.contentTable tr.contentRowEven
	{
		padding: 0;
		margin: 0;
		background: #f7f7f7;
	}

table.contentTable tr.contentRowOdd
	{
		padding: 0;
		margin: 0;
		background: #fff;
	}

table.contentTable tr.contentRowEvenHover,
table.contentTable tr.contentRowOddHover
	{
		padding: 0;
		margin: 0;
		background: #ffc;
	}

table.contentTable th
	{
		color: #000;
		font-weight: normal;
		padding: .9em;
		margin: 0;
		background-color: #e3eff7;
		border: 1px solid #97a5b0;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}

table.contentTable td
	{
		padding: .3em .3em .3em .3em;
		margin: 0;
	}

/* /Tables */

/* Error */

label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
    color: red;
    font-weight: normal;
    background: transparent;
}

.error {
    background: #fcc;
   }	

input[type="text"].error, 
input[type="password"].error, 
input[type="email"].error, 
input[type="url"].error, 
input[type="search"].error,
input[type="tel"].error {
  background-color: #fcc;
}

span.Requirement 
   {
     color: red;
   }
   
/* /Error */

/* Buttons */

.btn.btn-inverse {
  font-size: 13px;  font-weight: 400; border-radius:0;
  padding: 10px 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}
.btn:hover {
  background-color: #000;
}

.btn-secondary,
.btn-dark {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}

.btn-secondary:hover,
.btn-dark:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
/* /Buttons */

/* Buttons */

a.button, 
span.button, 
del.button
	{
		display: -moz-inline-box;
		display: inline-block;
		cursor: pointer;
		border: none;
		font-size: 0;
		line-height: 0;
				
	/*
	for Safari, read this first
	http://creativebits.org/webdev/safari_background_repeat_bug_fix
	*/
	
		text-decoration: none;
		color: #fff;
		font-style: normal;
		margin: 0;
		padding: 0;
		vertical-align: middle;	
		_position: relative;
		_width: 10px;
		_overflow-y: hidden;
	}
.button img {
  display: none;
}

a.button,
span.button, 
del.button, 
a.button span,
span.button button, 
span.button input, 
del.button span
	{
		background-color: #FF8200;;
		border-radius: 0px;
        border-radius: 5px;
	}

a.button span,
span.button button,
span.button input,
del.button span
	{



		white-space: nowrap;
		cursor: pointer;
		color: #fff;  line-height: 130%;
		display: -moz-inline-box;
		display: inline-block;
		_line-height: 1;
		letter-spacing: 0 !important;
		font-family: 'Gotham Pro',sans-serif !important;
		font-size: 16px !important;
		font-style: normal;				
		padding: 10px 40px;
		margin: 0;
		border: none;
		vertical-align: text-top;
		zoom: 1;
		_position: relative;
		_padding-left: 0px;
		_padding-right: 12px;
		_margin-right: -10px;	
		_display: block;
		_top: 0;
		_right: -5px;
	}

span.button button
	{
		line-height: 2.5; /*Opera need this*/
	}

html.safari a.button span, 
html.safari del.button span
	{
		line-height: 1.3;
	}

html.safari span.button button
	{
		line-height: 2.6;
	}

html.safari a.button:focus,
html.safari span.button button:focus
	{
		outline: none;
	}

del.button
	{
		/* cursor:not-allowed;	*/
	}

del.button span
	{
		cursor: default;
		color: #aaa !important;
	}

span.button button, 
span.button input
	{
		padding: 0px 10px;
		margin: 0;
		line-height: 2.5; /*Opera need this*/
	}

/** optional **/
/*
a.button:visited
	{
		color: #aaa;
	}
*/

/*Hover Style*/
a.button:hover span,
a.button:hover,
a.button:focus, 
a.dom-button-focus,
span.button:hover, 
span.button:focus,
span.button button:hover, 
span.button button:focus,
span.button-behavior-hover
	{
		background-color: #000;
		color: #fff;
		text-decoration: none;
	}

a.button:hover span,
a.button:focus span, 
span.button-behavior-hover button, 
span.button-behavior-hover input
	{
		background-color: #000;
	}

a.button:active, 
a.button:focus span
	{
		color: #fff;
	}

del.button-behavior-hover, 
del.button:hover
	{
		background-position: 0 -180px;
		/* cursor:not-allowed; */
	}

del.button-behavior-hover span, 
del.button:hover span
	{
		background-position: 100% -180px;
		/* cursor:not-allowed; */
	}

/* /Buttons */









#flyimgcart 
	{
		position:absolute;
		z-index:1000;
	}

.close
	{
		color: red;
		font-size: bold;
	}

p.CartContentRight
	{
		text-align: right;
		padding-right: 0.2em;
	}

p.CartContentCenter
	{
		text-align: center;
	}

div.filter
	{
		float: left;
		padding: 0 .5em 0 0;
	}

/* ############ checkout ################## */

.sm_layout_box h2
	{
		padding: .5em .5em .5em 0;
	}

.sm_layout_box 
	{
		padding-left: 0;
	}

div.CheckoutError 
	{
		color: #ff0000;
		text-align: left;
		margin-bottom: 0.5em;
	}
#shipping_options.invalid .shipping-method {
    background-color: #FFCCCC;
    border: 1px solid #ff0000;
}
		
#load_status_bg {background: url(../img/wind_bg.png) repeat; position: fixed;z-index: 2300;width: 100%;height: 100%;top: 0px;left: 0px;}
#load_status_bg .load_status_image {background:url(../img/ajax-loader.gif);width:100%; margin: 270px auto 0;z-index: 2300;width: 54px;height: 55px;}		

/* Страница карточки товара */

p.center
	{
		text-align: center;
	}

div.ProductInfoLeft
	{
		float: left;
		margin-right: 1em;
	}

div.ProductInfoRight
	{
		float: left;
		margin-left: 1em;
		text-align: right;
	}

/* /Страница карточки товара */

/* Ссылки на странице мои данные */

ul.accountLinks 
	{
		list-style-type: none;
		text-align: left;
		padding-left: 1em;
		margin: 0 0 0 0;
	}

li.accountLinks 
	{
		display: block;
		padding: 0; 
	}

/* /Ссылки на странице мои данные */

span.bold
	{
		font-weight: 600;
	}

/* Ajax quick find */

div#ajaxQuickFind {
  text-align: left;
  position: absolute;
  z-index: 999; 
  top: 50px;
  left: 0;
  width: auto;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
}
div#ajaxQuickFind img {
  max-height: 40px;max-width: 100%
}
div#ajaxQuickFind li a{
  display: flex;justify-content: flex-start;align-items: center;flex-wrap: nowrap;
}

div#ajaxQuickFind li span:first-child { min-width: 60px;
  width: 60px;display: block;padding-right: 10px;padding-bottom: 5px;
}
div#ajaxQuickFind li span:last-child {
  max-width: 260px;overflow: hidden;  display: -webkit-box;
-webkit-line-clamp: 1;  _text-overflow: ellipsis;
-webkit-box-orient: vertical;
}

div#ajaxQuickFind li span.price {
  display: block;font-size: 16px;font-weight: bold;
}
div#ajaxQuickFind li span.price i {
  font-style: normal;font-size: 10px;display: inline-block;
vertical-align: top;font-weight: 400;
}
div#ajaxQuickFind li span.price span.productOldPrice {
  display: inline;font-size: 14px;font-weight: 400;
}
form.navbar-search.input-append
   {
     font-size: 16px;
   }

ul.ajaxQuickFind 
   {
     list-style-type: none;
     list-style-image: none;
     padding: 0.5em;
   }

li.ajaxQuickFind 
   {
     padding-left: 0px;
   } 

/* /Ajax quick find */

/* Ajax add quickie suggest */

div.ajaxAddQuickie
	{
		text-align: left;
	}

div.addQuick 
	{
		text-align: left;
		color: #67748B;
		text-decoration: underline;
		cursor: pointer;
	}
	
ul.ajaxAddQuickie 
	{
		list-style-type: none;
		list-style-image: none;
		padding-left: 0px;
	}

li.ajaxAddQuickie 
	{
		font-size: 80%;
		padding-left: 0px;
	} 

/* /Ajax add quickie suggest */

.errorBox 
	{
		background-color: #ffb3b5;
	}

.messageStackError, .messageStackWarning 
	{ 
		background-color: #ffb3b5; 
	}

.messageStackSuccess 
	{ 
		background-color: #99ff00; 
	}

.headerError 
	{
		background-color: #ffb3b5;
		border: 1px solid red;
	}

.messageStack
	{
		background-color: #ffb3b5; 
		padding: 0.5em 0.5em 0.5em 0.5em; 
	}

.itemOdd 
	{
		background: #f4f4f4;
	}
	
.itemEven 
	{
		background: transparent;
	}

#checkout .itemOdd:hover,
#checkout .itemEven:hover, 
#checkout label.shipping.selected,
#checkout label.payment.selected
	{
		border: 1px solid #000;
		border-radius: 4px;
	}

.shipping-method,
.payment-method {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 1em;
    line-height: 1;
}

.shipping-method p,
.payment-method p {
    margin: 0;
}

div.clear
   {
     clear: both;
   }

div.navigation
   {
     display: block;
     width: 100%;
     padding-top: 1em;
   }

span.right
   {
     float: right;
   }
   
/*- Подсветка ошибок формы */
#errormsg
	{
		border: 2px solid #c00;
		padding: 5px;
		width: 96%;
	}	   

label.error 
	{
		clear: both;
		width: 10%; 
		margin: 5px 0 0; 
		/*padding: 0 10px 0 10px; */
		/*color: #545452; */
		font-weight: normal; 
		text-align: right;
}

.error
	{
		background: #fcc;
	}
	
span.Requirement 
   {
     color: red;
   }
   	
/*- /Подсветка ошибок формы */   

/*- Цены */

span.markProductOutOfStock 
   {
     color: #c76170;
     font-weight: bold;
   }

span.productSpecialPrice 
   {
     color: #ff0000;
   }

span.productOldPrice
   {
	  color: #909090;font-size: 20px;font-weight: 400;
	  text-decoration: line-through;
   }
span.productOldPrice + * {
   color: #333333;
}
.product-info .description .price span.productOldPrice {
  color: #676767; font-weight: 500;
font-size: 14px;   display: inline-block;
}
.product-info .description .price span.productOldPrice i {
   font-size: 14px ;text-transform: uppercase;
}

span.errorText 
   {
     color: #ff0000;
   }

/*- /Цены */

/* Ошибка на странице свяжитесь с нами */

div.contacterror 
   {
     border: 1px solid; 
     border-color: #ff0000; 
     background-color: #FFCCCC; 
     text-align: center; 
     margin-bottom: 0.5em; 
     margin-top: 0.5em;
   }

/* /Ошибка на странице свяжитесь с нами */

/*- Время парсинга */
div#parseTime
   {
     clear: left;
     background: #333333;
     width: 100%;
     text-align: center;
     color: #fff;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Время парсинга */

/*- Информация о магазине */
div#copyright
   {
     clear: left;
     background: #333333;
     width: 100%;
     text-align: center;
     color: #fff;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }

div#copyright a,
div#copyright a:hover,
div#copyright a:visited
   {
     color: #fff;
     text-decoration: underline;
   }

div.copyright
   {
     clear: left;
     background: #333333;
     width: 100%;
     text-align: center;
     color: #fff;
     padding-top: 0.5em;
     padding-bottom: 0.5em;
   }
/*- /Информация о магазине */

/* Вывод товаров */

/* Количество колонок с товаром на странице новинки */
dl.itemNewProducts 
   {
     display: block;
     width: 100%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }
/* /Количество колонок с товаром на странице новинки */

/* Количество колонок с товаром на странице рекомендуемые товары */
dl.itemFeaturedProducts
   {
     display: block;
     width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }
/* /Количество колонок с товаром на странице рекомендуемые товары */

/* Количество колонок с товаром в блоке новинки на главной странице */
dl.itemNewProductsDefault 
   {
     display: block;
     width: 48%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }
/* /Количество колонок с товаром в блоке новинки на главной странице */

/* Количество колонок с новостями на главной странице */
dl.itemLatestNewsDefault 
   {
     display: block;
     width: 98%; /* количество колонок, 48% (не 50, иначе в IE всё равно в одну колонку будут) - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }
/* /Количество колонок с новостями на главной странице */

/* Количество колонок с новостями на странице новостей */
dl.itemLatestNews 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0.5em 0 0.5em 0;
     padding: 0 0 0 0;
   }
/* /Количество колонок с новостями на странице новостей */

/* Количество колонок с товаром на странице скидки */
dl.itemSpecials
   {
     display: block;
     width: 48%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }
/* /Количество колонок с товаром на странице скидки */

/* Количество колонок с товаром на странице мои данные */
dl.itemLastViewed 
   {
     display: block;
     width: 98%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: .5em 0 0 0;
     padding: .5em 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }

/* /Количество колонок с товаром на странице мои данные */

/* Информация о заказе, адрес клиента и адрес доставки */
dl.ordersAddress 
   {
     display: block;
     width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     border-bottom: 1px #e5e5e5 solid;
   }

dt.ordersAddress 
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.ordersAddress
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Информация о заказе, адрес клиента и адрес доставки */

/* Адресная книга */
dl.AddressBook 
   {
     display: block;
     width: 49%; /* количество колонок, 48% - товар выводится двумя колонками, т.е. два товара в одной строке, 99% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }

dt.AddressBook 
   {
     display: block;
     float: left;
     width: 90px;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.AddressBook
   {
     display: block;
     margin: 0 0 0 90px;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

dl.AddressBookList 
   {
     display: block;
     width: 49%;
     float: left;
     height: auto;
     margin: 0 0 0 0;
     padding: 0 0 1em 0;
   }

dt.AddressBookList
   {
     display: block;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.AddressBookList
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Адресная книга */

/* Вход */
dl.Login 
   {
     display: block;
     width: 49%;
     float: left;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
   }

dt.Login
   {
     float: left;
     display: block;
     background: transparent;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     text-align: center;
   }

dd.Login
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     line-height: normal;
     background: transparent;
   }

/* /Вход */

dt.itemImage 
   {
     float: left;
     display: block;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: center;
   }

dt.itemNews 
   {
     display: none;
     float: left;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: left;
   }

dd.itemDescription
   {
     display: block;
     margin: 0 0 0 0;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

dd.itemDescriptionPrice
   {
     display: block;
     margin: 1em 0 0 0;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

dd.itemNews
   {
     display: block;
     margin-left: 1em;
     padding: 0 0;
     line-height: normal;
     background: transparent;
   }

div.clear
   {
     clear: both;
   }

div.navigation
   {
     display: block; text-align: center;
     width: 100%;
     padding-top: 1em;
   }

span.right
   {
     float: right;
   }
div.navigation span.right{
  float: none;
}

/* /Вывод товаров */

/* Вывод категорий */

dl.itemCategoriesListing 
   {
     width: 33%; /* количество колонок, 50% - товар выводится двумя колонками, т.е. два товара в одной строке, 100% - товар выводится одной колонкой, т.е. один товар в одной строке */ 
     float: left;
     height: auto; /* высота блока с товаром, нужно устанавливать обязательно, иначе блоки товаров с картинками и без будут "слипаться" */ 
     margin: 0 0 0 0;
     padding: 0 0 0 0;
     background: transparent;
   }

dt.itemCategoriesListing 
   {
     float: left;
     height: auto;
     background: transparent;
     border-right: 0px #f1f1f6 solid;
     margin: 0 0 0 0;
     padding: 5px 5px 0 5px;
     text-align: center;
   }

dd.itemCategoriesListing 
   {
     margin: 0 1em 0 1em;
     padding: 0 0;
     line-height: normal;
     background: transparent;
     text-align: center;
   }

/* /Вывод категорий */

.form textarea 
   {
	  width: 80%;
   }

.controls
	{
		padding: 6px 0 0 0;
	}

#myModal .modal-body {
	max-height: 400px;
}
.shop-products .thumbnail .discount {
  _position: absolute;
  _float: left;
  left: 0;
  padding: 0px 23px 0px 12px; border-radius: 0px 5px 0px 0px;
  background-color: #81C1E7;

  color: #fff;
  font-size: 14px;
  font-weight: normal;
  z-index: 2;
}
.dop_info_list { text-align: left;  width: 0;
    z-index: 22;display: block;
  position: absolute;left: 0;top: 20px;
}
.dop_info_list > span { height: 28px;line-height: 28px; box-sizing: border-box;
  margin-bottom:  7px; display: inline-block;
}

.thumbnail .label {
  background-color: #333333;
  color: #fff;
  left: 0; font-weight: normal;
  margin: 0 right;
  top: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  padding: 0px 12px; color: #fff;
 background: #2ECC71; font-size: 14px;
border-radius: 0px 5px 0px 0px;

}

html[lang="uk"] .label span,html[lang="ru"] .label span + span {
    display: none;
}
html[lang="uk"] .label span + span,html[lang="ru"] .label span {
    display: inline-block;
}

.thumbnail .label.new {
  background-color: #005685;
}

.thumbnail .label.hit {
  background-color: #d91414;
}

.thumbnail .label.sale {
  background-color: #006100;
}

.thumbnail .label.html {
  _background-color: transparent;
}
.page_lang_ru .label span + span {
  display: none;
}
.page_lang_ua .label span {
  display: none;
}
.freeship {display: inline-block;
  color: #f55;padding: 5px 10px;margin: 0 20px;border: 2px solid #f55;font-size: 24px;border-radius: 6px;  transform: rotate(-5deg);
}

.page_lang_ua .label span + span {
  display: inline-block;
}

.thumbnail .price {
  color: #3399db;
  font-size: 18px;
  font-weight: bold;
  z-index: 5;
  clear: both;
}
.thumbnail .old-price {
  color: gray;
  font-size: 18px;
  font-weight: 400;
  z-index: 5;
  clear: both;
}
.thumbnail .save {
  color: #3399db;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
  clear: both;
}
.description .price {
  color: #3399db;
  font-size: 20px;
  font-weight: bold;
  z-index: 5;
  clear: both;
}
.description .old-price {
  color: gray;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
  clear: both;
}
.description .save {
  color: #FF8200;
  font-size: 16px;
  font-weight: bold;
  z-index: 5;
  clear: both;
}
.rating {
  background-color: transparent;
  color: #FF8200;
  right: 0;
  padding: 0 0px 0 0;
  text-shadow: 0 0 1px rgba(0,0,0.01);
  text-align: center;
  vertical-align: middle;
}
.product_rev .rating i {
  font-size: 18px; vertical-align: top;
}

.product-images .thumbnail .discount {
  background: #FF8200; padding: 10px;height: auto;display: inline-block;
  border-radius: 0px 5px 5px 0px;
  color: #ffffff;
  font-size: 22px;
  line-height: 130%;
  z-index: 15;  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.product-images .thumbnail .label.html {  border-radius: 0px 5px 5px 0px;
   font-size: 22px;   padding: 10px; height: auto;display: inline-block;
}

.ajax-cart-hightlight
   {
    background: #fcc;
    opacity: 1;
    transition: all 2s ease-in;
   }	

.dropdown-menu {
  background: #555;
}

.dropdown-sub {
    position: relative;
    position: static;
}

.dropdown-sub .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.nav > .dropdown-sub > a:after { right: 0px; }
.dropdown-sub > a:after {
  /*
  display: block;
font-family: 'FontAwesome';
content: '\f107';
font-size: 18px;
position: absolute;
right: 10px;
_top: 50%;
top: 16px;
font-weight: normal;
  float: right;

  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  _margin-top: -10px;
  margin-right: 0px;
  */
}

   .dropdown-sub .dropdown-sub > a::after   {
        right: 8px;top: 12px; color: #fff ;
   }
   .dropdown-sub .dropdown-sub .dropdown-sub > a::after   {
        right: -14px;top: 2px;  color: #cb3435 ;
   }
   .dropdown-sub .dropdown-sub > a:hover::after   {
      color: #cb3435 ;
      color: #fff ;
      transform: rotate(-90deg);
   }
     .dropdown-sub .dropdown-sub .dropdown-sub > a:hover::after   {
        color: #000 ;
     }
    #navigation .dropdown-menu a.opened + ul.dropdown-menu {
      top: -10px;
    }
    #navigation .dropdown-menu a.opened {
      font-weight: 600;  color: #000 ;
    }
    #navigation .dropdown-menu .dropdown-menu {
      box-shadow: 2px 2px 10px rgba(0,0,0,0.3)
    }
    #navigation .dropdown-menu li:last-child  ul.dropdown-menu {
      box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    }
dd {
  margin-left: 0;
}

.item-quantity.input-small {
  margin-bottom: 0;
  width: 20px;
}

.input-append,
.input-prepend {
  margin-bottom: 0;
}

.title_slider {
	text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 500;margin-bottom: 27px;
}
.title_slider a ,
.title_slider span {   color: #000;font-weight: 500;
	font-size: 30px;
}
.slider-products .owl-nav {
   position: absolute;top: -55px;right: 10px;float: right;z-index: 11;
}
.slider-products .owl-nav button.owl-next:before,
.page-certificat .owl-nav button.owl-next:before,
.page-certificat .owl-nav button.owl-prev:before,
.slider-products .owl-nav button.owl-prev:before {
    font-size: 18px;  content: "\f104";
    font-family: "FontAwesome";
    color:  #fff;
}
.slider-products .owl-nav button.owl-next:before ,
.page-certificat .owl-nav button.owl-next:before {
    content: "\f105";
}

.slider-products .owl-carousel .owl-nav button.owl-next,.slider-products .owl-carousel .owl-nav button.owl-prev{
  font-weight: 300;
  height: 30px;
  width: 30px;
  line-height: 26px;
  padding: 2px 10px;
  color:#fff; margin-right: 5px;
  background:#112a4f;
}

#blog-carousel .product-block:hover .blog-image {
  overflow: hidden;
}

#blog-carousel .product-block:hover .blog-image img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.slider-brand a {
  display: block;height: 140px;line-height: 140px;text-align: center;
}

.slider-brand.owl-carousel .owl-item a img {     max-height: 100%; margin: 0 auto;
   vertical-align: middle; display: inline;
	transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-webkit-transition: all 500ms ease 0s;
	-ms-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	opacity: 0.7;
	-moz-opacity: 0.7;
	-webkit-opacity: 0.7;
	-khtml-opacity: 0.7;

  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
}
.slider-brand.owl-carousel .owl-item a:hover img {
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-khtml-opacity: 1;

  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none; /* IE 6-9 */
}
#czservicecmsblock {
	clear: both;
	margin: 0px;
	padding: 0px 0 30px;
	float: left;
	width: 100%;
}
#czservicecmsblock .service_container {
	color: #FFF;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px auto;
}
#czservicecmsblock .service_container .service-area {
	padding: 0;
	float: left;
	width: 100%;
}
#czservicecmsblock .service_container .service-area .service-fourth {
	float: left;
	width: 25%;
	line-height: 20px;
	color: #333333;
	padding: 0px 15px;
	position: relative;
    box-sizing: border-box;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1 {
	padding-left: 0;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-icon {
	background: url(../images/service-icon.png) no-repeat scroll;
	float: left;
	margin-top: 0px;
	height: 40px;
	width: 40px;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content {
	margin-left: 50px;
	text-align: left;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-heading {
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	letter-spacing: 0.7px;
	text-transform: capitalize;
}
#czservicecmsblock .service_container .service-area .service-fourth .service-content .service-description {
	font-size: 13px;
	font-weight: 600;
	color: #888888;
	letter-spacing: 0.8px;
}
#czservicecmsblock .service_container .service-area .service-fourth:hover .service-icon {
	-webkit-animation-name: hvr-icon-push;
	animation-name: hvr-icon-push;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

#czservicecmsblock .service_container .service-area .service-fourth.service1 .icon1 {
	background-position: 0px 6px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service1:hover .icon1 {
  background-position: 0px -98px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2 .icon2 {
    background-position: 0px -202px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service2:hover .icon2 {
  background-position: 0px -307px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3 .icon3 {
	background-position: 0px -410px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service3:hover .icon3 {
  background-position: 0px -514px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4 .icon4 {
	background-position: 0px -619px;
}
#czservicecmsblock .service_container .service-area .service-fourth.service4:hover .icon4 {
	background-position: 0px -723px;
}

.sidebar  .widget-title {
	text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 400;
color: #333;
padding-bottom: 25px;
border-bottom: 1px solid #e3e3e3;
margin-bottom: 30px;
text-align: left;
}
section.widget {

}
.sidebar  .widget-title + div {
	margin: 0px;
	padding: 15px 20px;
	background: #FFFFFF;
	border: 0px solid #e3e3e3;
	border-top: 0;
}
.sidebar .best-box .product-block-inner {
      clear: both;   padding: 10px 0;
}

.sidebar .best-box .product-details {

    border: none;
    margin: 0px 0px;

    background: #ffffff;

}
.sidebar .best-box div.image {
	display: block; padding: 1px 1px 3px;;
	margin-bottom: 0;
	float: left;
	margin-right: 10px;
	margin-top: 0;height: 85px;line-height: 85px;
	border: 1px solid #ededed;text-align: center;
    width: 85px;
}
.sidebar .best-box .image a {
    border: 0
}

.sidebar .best-box .image img {
    max-width: 100%;max-height: 100% ;height: auto;width:auto;
}

#czbannercmsblock {
	padding: 10px 0 20px;
	clear: both;
	overflow: hidden;
	margin: 0px;
}
#czbannercmsblock .cmsbanner-inner {
    margin: 0 -15px;
}
#czbannercmsblock .one-half { box-sizing: border-box;
	float: left; position: relative;
	width: 50%;
	padding: 0 15px;
	overflow: hidden;
}
#czbannercmsblock .one-half .cmsbanner-text {
	position: absolute;
	top: 55px;
	text-align: left;
	right: 20px;
	color: #ffffff;
	font-family: "Roboto",sans-serif;
}
#czbannercmsblock .one-half  .cmsbanner-text .offer-title {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	padding: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 20px;
}
#czbannercmsblock  .one-half .cmsbanner-text .main-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0.15px;
	text-transform: capitalize;
	margin-top: 2px;
	position: relative;
}
#czbannercmsblock  .one-half  .cmsbanner-text .shop-button {
	margin-top: 20px;
}
#czbannercmsblock .one-half  .cmsbanner-text .shop-button a {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	position: relative;
	letter-spacing: 0;
	text-decoration: underline;
}
#czbannercmsblock  .one-half .cmsbanner-text .main-title::after {
	content: "";
	border-bottom: 3px solid #cb3435;
	width: 40px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
#czbannercmsblock .one-half:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: all 500ms ease 0s;
	-moz-transition: all 500ms ease 0s;
	-o-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
}
#czbannercmsblock .one-half:hover .cmsbanner-text {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-10%, 0, 0);
        transform: translate3d(-10%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


#my_Carousel .owl-nav1 {
position: absolute;top: 50%;
}
#my_Carousel .owl-carousel .owl-nav button.owl-prev,
#my_Carousel .owl-carousel .owl-nav button.owl-next {
	text-decoration: none;
	display: block;
	margin: 30px 0 0;
	position: absolute;
	z-index: 10;
	bottom: 50%;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	font-size: 0;
	height: 42px;
	width: 42px;
	border: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	direction: ltr !important;
}
#my_Carousel .owl-carousel .owl-nav button.owl-next {
    right: 0;left: auto;
}

#my_Carousel .owl-carousel .owl-nav button.owl-prev,
#my_Carousel .owl-carousel .owl-nav button.owl-next {
	opacity: 1;  right: 40px;
	filter: alpha(opacity=100);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;

}
#my_Carousel .owl-carousel .owl-nav button.owl-prev {
     left: 40px; right: auto;
}

#my_Carousel .owl-carousel .owl-nav button.owl-prev:before,
#my_Carousel .owl-carousel .owl-nav button.owl-next:before {
    content: '\2039'; box-sizing: border-box;
	height: 38px;
	width: 38px;
	color: #000;
	display: inline-block;
	float: none;
	font-family: "FontAwesome";
	font-size: 32px;
	line-height: 24px;
	margin: 2px;
	vertical-align: top;
	padding: 2px 12px;
    border-radius:50%;
	border: 2px solid #184479;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#my_Carousel .owl-carousel .owl-nav button.owl-next:before {
     content: '\203a';
}

#my_Carousel .owl-carousel .owl-nav button.owl-prev:hover,
#my_Carousel .owl-carousel .owl-nav button.owl-next:hover
 {
    border-color:   #FF8200;
}
#my_Carousel .owl-carousel .owl-nav button.owl-prev:hover:before ,
#my_Carousel .owl-carousel .owl-nav button.owl-next:hover:before {
    color:#FFF;
    background-color:    #184479;
}
#my_Carousel .owl-carousel button.owl-dot {

width: 10px;
height: 10px;
	display: inline-block;
	margin: 0;
	background: #FFF;
	opacity: 1;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
   border: 1px solid #fff;
}
#my_Carousel .owl-carousel button.owl-dot:hover,#my_Carousel .owl-carousel button.owl-dot.active {
	background: transparent;   border: 1px solid #fff;
}
#my_Carousel .owl-carousel .owl-dots {
  text-align: center;position: absolute;top: 50%;width: 10px; right:55px;
  transform: translateY(-50%);
}
/*
#my_Carousel1 .owl-nav button {   font-family: "FontAwesome";
   bottom: 30px;left: 20px;display: inline-block;width: 30px;height: 30px;border-radius:50%;   color: #000;
  border: 1px solid #DCE4EA;    font-size: 30px;
  vertical-align: middle;
}
#my_Carousel .owl-nav button:before {
  content: "\f105";
}
*/
#my_Carousel {
  _margin-bottom: 65px; _min-height: 560px
}
.title-mod + .slider-products {
    margin-bottom: 60px;
}

#my_Carousel:after {
  content: "";display: block;width: 100%;clear: both;
}
.title_mod , h1.title_mod {
  clear: both;
_font: 600 20px/26px 'Muli', 'Montserrat',sans-serif;
font-family:  'Gotham Pro',sans-serif;
font-size: 20px;
font-weight: 500;
color:#000;
_text-transform: capitalize;
margin-bottom: 50px;
padding-top: 10px;
letter-spacing: 0px;
}
#home_info  {
background: #FFFFFF;
_border: 1px solid #D8E0E8;
border-radius: 7px
}
#home_info .title {
font-weight: 700;
font-size: 18px;
line-height: 130%;
color: #000000;
margin-bottom: 30px;
}
#home_info div.span6 {
  margin: 0;padding: 0;
}

#home_info div.inner {padding: 40px 60px 40px 60px;
  max-height: 420px;overflow: hidden; font-weight: 400;
font-size: 16px;
line-height: 180%;
color: #676767;
}

#home_info iframe { border: 0;border-radius: 15px;height: 340px;
  max-width: 100%;width: 100%
}
#home_info > div + div {  _border-top: 1px solid #D8E0E8;
  padding: 30px 60px 30px 60px;
}
#home_info  a.show_data {
  color: #81C1E7;   font-weight: 700;
font-size: 16px;
}

.product-images .small {
  padding: 0 36px; box-sizing: border-box;
}

.small a.lightbox { border: 1px solid #ededed;  overflow: hidden;
  display: block;height: 100px;line-height: 100px;
}
.small.owl-carousel .owl-item a img {
  max-height: 100%;vertical-align: middle; display: inline;
}
.product-images .small  .thumbnail:hover {
    box-shadow: none; border-radius: 0;
}

.product-images .small.owl-carousel .owl-nav  .owl-prev,.product-images .small.owl-carousel .owl-nav .owl-next  {
	font-size: 0;
	position: absolute;
	font-weight: 300;
	height: 30px;
	width: 30px;
	line-height: 26px;
	padding: 2px 10px;
	color: #fff;
	background: #112a4f;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-webkit-transition-delay: 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.product-images .small .owl-prev:before,.product-images .small .owl-next:before {
    content: "\f104"; line-height: 26px; vertical-align: middle;
    font-size: 18px;
    font-family: "FontAwesome";
    color:#fff;
}
.product-images .small .owl-next:before {
  content: "\f105"
}
.product-images .small .owl-next  {
  right: 0 ;position: absolute; left: auto;
}

.product-images .small .owl-nav {
    position: absolute;
    z-index: 9;
    width: 100%;
    right: auto;
    left: -0px;
    top: 30px;
}
.product-images .small.owl-carousel .owl-nav .owl-prev:hover,
.product-images .small.owl-carousel .owl-nav .owl-next:hover
 {
    background:  #cb3435;
}
.qbuy-block {
    padding: 0;
    margin-top: 20px;
}

.qbuy-block input.qphone  {
    width: 150px; font-family:'Gotham Pro',sans-serif;
    border: 1px solid #000;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius:0;
    padding:15px 10px;
    margin-right: 20px;
}

.qbuy-block .qbuybt,
.qbuy-block input.qphone {
    margin-bottom: 5px;
}

.popup_qbuy .calc-message-box-error,
.qbuy-block .calc-message-box-error {
    margin-bottom: 15px;
    line-height: 1.4;
    position: relative;
    top: -2px;
}
.product-cart .qbuy-block  .btn:hover {
    background-color: #FF8200;
    color:#000;
}
.navigation {
  margin-bottom: 60px;
}
.navigation .right { display: inline-block;
  float: none;margin: 0 auto
}

.navigation  a,.navigation  b { box-sizing: border-box;
	position: relative; font-size: 12px;
	float: left;
	padding: 0px 13px;
	text-decoration: none;

    margin-left: 10px;
    line-height: 32px;
    font-weight: 400;

    height: 34px;
    min-width: 34px;
    border: 1px solid #D6DCEC;

    color:#7C879F;
    background: #fff;
    border-radius: 5px

}

.navigation  a:hover,.navigation  b {
  background-color:#FF8200; border: 1px solid #FF8200;
 color: #fff;
}
.navigation a.pagenext,
.navigation a.pageperv {
  font-size: 0;border: 0;
  width: 34px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L1 4L4 1' stroke='%23949EB4' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
}
.navigation a.pagenext {
   background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23949EB4' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.navigation a.pagenext:hover {
 background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L1 7' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.navigation a.pageperv:hover {
background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 7L1 4L4 1' stroke='%23ffffff' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.category_filter:after {
content: "";display: block;clear: both;
}
.category_filter {line-height: 34px;
margin-bottom: 30px;
padding: 0px 0px 15px 0px;
width: 100%;
background: none;

}
.headertopright .wishlist {
    float: left;
    width: auto;
    position: relative;
    padding: 12px 0px 13px 20px;
    margin-left: 20px;
}
.headertopright .wishlist::before {
    content: "";
    border-left: 1px solid
    #d2d2d2;
    position: absolute;
    height: 18px;
    position: absolute;
    left: 0;
    top: 10px;
}
.headertopright .wishlist .list-line {
    padding: 0;
    list-style: none;
    margin: 0px;
}
.headertopright .wishlist .list-line {
    list-style: none;
}
.headertopright .wishlist .list-line a {
    color:#888888;
}
.compare-form .button,.compare-form .button:hover {
  background: transparent
}

.compare-form .button button,.compare-form .button:hover button {
  background: transparent;color:#000;font-size: 13px;
}
.compare-form .button:hover button {
color: #cb3435;
}

.compare-form button i {
  font-style: normal;
}
h1.title_page, .title_page {
	clear: both;
	text-transform: none;
	margin-bottom: 20px;
	padding-top: 10px;
	letter-spacing: 0px;
font-size: 20px;
line-height: 130%;
color: #000000;
margin-bottom: 32px;
}



.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	color: #888;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e5e5e5; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
select.form-control  {
  z-index: 11
}

span.customSelect {
	font-size:12px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	text-align:left;
	height:34px;
}
span.customSelect option {font-size:12px !important;}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectOpen {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.hasCustomSelect1{ width:100% !important; }
.customSelectInner {padding-right: 20px;  line-height: 20px;;display: inline !important;
	_background:url('../images/select-arrow-down.gif') no-repeat center right;
	background:url('images/select-arrow-down.gif') no-repeat center right;
    vertical-align: top;
	width:100% !important;
}
.customSelectOpen .customSelectInner{ background:url('../images/select-arrow-up.gif') no-repeat center right; }
#input-sort , #input-limit, #product .form-group select { cursor:pointer;}
 sort .form-control {
    cursor: pointer;
}

.sort-by-wrapper > div {
  display: inline-block;
}
.sort-by-wrapper  select {
  width: auto; margin-right: 30px;border: 0; margin-bottom: 0;
}

.sort-by-wrapper label {
    _float: left;
    font-weight: 500;
    color:#262626;
    margin: 0px 10px 0;
    padding: 0;
    width: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px; vertical-align: middle;

}
.load_page {
   margin: 30px 0
}
.load_page a {
 background-color: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 7px;
display: inline-block;
font-weight: 400;
font-size: 13px;
line-height: 130%;
letter-spacing: -0.015em;

color: #000000;
padding: 15px 75px 15px 25px;
background-repeat: no-repeat;background-position: right 23px center;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.975 4.31999L19.2506 7.15188C19.225 7.25262 19.18 7.34725 19.1182 7.43035C19.0565 7.51344 18.9792 7.58336 18.8907 7.63611C18.8022 7.68886 18.7044 7.72339 18.6027 7.73774C18.5011 7.75209 18.3976 7.74596 18.2983 7.71972L15.4219 6.96367C15.322 6.93808 15.2282 6.89272 15.1457 6.83021C15.0632 6.76771 14.9937 6.68928 14.9412 6.59946C14.8887 6.50963 14.8543 6.41017 14.8399 6.30679C14.8254 6.20342 14.8313 6.09818 14.8572 5.99712C14.883 5.89606 14.9283 5.80118 14.9905 5.71793C15.0526 5.63469 15.1304 5.56472 15.2193 5.51206C15.3083 5.4594 15.4066 5.42508 15.5086 5.41108C15.6107 5.39708 15.7145 5.40367 15.814 5.43048L16.8188 5.69456C14.7432 2.66563 10.887 1.33142 7.37969 2.51385C6.16479 2.91886 5.05944 3.60473 4.151 4.51726C3.24256 5.42979 2.55591 6.54398 2.14532 7.77179C2.07798 7.97043 1.93555 8.13383 1.74937 8.22602C1.56319 8.31821 1.3485 8.33166 1.15254 8.2634C0.956584 8.19513 0.795401 8.05075 0.704453 7.86202C0.613505 7.67329 0.600243 7.45566 0.667583 7.25701C1.15386 5.82713 1.95098 4.52634 3 3.45082C4.08681 2.33714 5.41891 1.50091 6.88672 1.01091C8.93711 0.319868 11.1546 0.330095 13.1987 1.04003C15.2428 1.74995 17.0005 3.12034 18.2021 4.94081L18.4625 3.92267C18.5145 3.71935 18.644 3.5453 18.8226 3.43881C19.0012 3.33231 19.2142 3.3021 19.4148 3.35481C19.6154 3.40753 19.7871 3.53885 19.8921 3.7199C19.9972 3.90094 20.027 4.11687 19.975 4.32019V4.31999ZM18.8477 12.7372C18.7506 12.7035 18.648 12.6894 18.5456 12.6958C18.4432 12.7022 18.343 12.729 18.2508 12.7747C18.1587 12.8203 18.0763 12.884 18.0083 12.9619C17.9404 13.0398 17.8883 13.1306 17.855 13.2289C17.4444 14.4567 16.7577 15.5709 15.8493 16.4835C14.9408 17.396 13.8355 18.0819 12.6206 18.4869C9.11328 19.6693 5.25703 18.3351 3.1816 15.3062L4.18637 15.5702C4.28616 15.5978 4.39036 15.605 4.49292 15.5915C4.59548 15.5779 4.69436 15.5438 4.78383 15.4912C4.8733 15.4386 4.95158 15.3685 5.01411 15.285C5.07665 15.2015 5.12221 15.1062 5.14815 15.0048C5.17408 14.9033 5.17988 14.7975 5.16519 14.6938C5.15051 14.59 5.11565 14.4902 5.06262 14.4002C5.0096 14.3101 4.93946 14.2317 4.85629 14.1694C4.77313 14.107 4.67857 14.0621 4.57813 14.0371L1.70157 13.281C1.501 13.2283 1.288 13.2585 1.10941 13.365C0.930815 13.4715 0.801268 13.6455 0.749262 13.8488L0.0250049 16.6807C-0.000743942 16.7814 -0.00667966 16.8862 0.00753663 16.9892C0.0217529 17.0922 0.0558428 17.1914 0.10786 17.281C0.159877 17.3707 0.228803 17.449 0.310701 17.5117C0.3926 17.5743 0.485868 17.62 0.58518 17.6461C0.684492 17.6722 0.787904 17.6782 0.88951 17.6638C0.991116 17.6494 1.08893 17.6148 1.17736 17.5621C1.26579 17.5094 1.34311 17.4395 1.4049 17.3565C1.4667 17.2735 1.51176 17.1789 1.5375 17.0783L1.79793 16.0601C2.99999 17.88 4.75778 19.2499 6.80171 19.9598C8.84564 20.6696 11.0629 20.6802 13.1133 19.9899C14.5811 19.4998 15.9132 18.6636 17 17.5499C18.049 16.4744 18.8462 15.1735 19.3324 13.7436C19.3997 13.5449 19.3865 13.3274 19.2956 13.1386C19.2047 12.9499 19.0436 12.8055 18.8477 12.7372Z' fill='black'/%3E%3C/svg%3E%0A");
}
.reload-block {
	display: none;
	align-items: center;
	justify-content: center;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.reload-block.active {
  display: flex;
}
.currpage { color: #858585;
  padding: 30px 0  20px 20px;
}

.productListTable .cimg {
  height: 120px;line-height: 120px;display: block; width: 100%
}
.productListTable .cimg img {
  max-height: 100%
}
.productListTable a.namec + a {
   color: #000000;  font-weight: 600
}
.productListTable .price{
   line-height: 26px;
   color:#cb3435;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .7px;
}

.productListTable table.productListingData  tr > td {
    border: 1px solid #e5e5e5;
}
.productListTable table.productListingData  tr:first-child > td {
   vertical-align: top;
}

.productListTable a.button ,.productListTable a.button span {
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.productListTable a.button span:before {
  content: "\2716";font-size: 24px;color: red;
}
.productListTable a.button:hover span {
  transform: rotate(360deg);
}
#filter label {
  vertical-align: middle;
}

#filter input[type="radio"],#filter  input[type="checkbox"] {
  margin: 0;margin-top: -2px;
}
div.text-left > b {  display: block;
 color: #262626;
font-size: 14px;
font-weight: 500;
margin-bottom: 0;
}
#filter i{
  font-style: normal;color: #cb3435;
}
#smart_checkout input[type="radio"] {
  margin: -4px 0 0 0
}
#smart_checkout span.bold {
    font-weight: normal;
}
#smart_checkout label {
  font-size: 13px;
}
#order_total_modules .main + .main, {
   font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#cb3435;
}
#order_total_modules .main + .main i {
  font-style: normal;font-size: 90%
}

#comments,
#message_body {
    border-radius: 0;
    width: 500px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    box-sizing: border-box;
}

input[type="text"],
input[type="password"],
#chekout_page input[type="text"],
#chekout_page input[type="password"],
#Payparts input[type="text"],
#Payparts input[type="tel"],
#Payparts input[type="email"],
#chekout_page input[type="tel"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
#login input[type="text"],
#login input[type="password"]{
    height: 42px;   border: 1px solid #DCE4EA;
border-radius: 5px; box-sizing: border-box; 
}

#message_body {
  max-height: 200px
}

.cart_datal #cart {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
    -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;border-radius:0
}
.cart_datal  strong {
  font-weight: 500;font-size: 16px;color: #000
}
.cart_datal  table  {
  margin-bottom: 30px;
}

.cart_datal  table tr td img {
  max-height: 100px; width: auto !important;max-width: 100%;
}

.cart_datal  table tr:first-child {
  background: #EEEEEE;
}
.cart_datal  .price{
    color:#cb3435;    font-size: 16px;
}
.btn-secondary:hover, .btn-dark:hover {
background-color:#cb3435;
border-color: #cb3435;
}
#ajaxQuickFind > div {
  border: 2px solid #ccc;padding: 20px;font-size: 13px;
}
#ajaxQuickFind > div ul {
  margin: 0;
}
#product_reviews_write input[type="radio"] {
  vertical-align: top;
}
.cart_check {
    padding: 20px 20px 0;
}
.cart_check_inner {
    border: 1px solid #D8E0E8;     border-top:0;
   border-radius: 5px;
}
#order_total_modules {
  text-align: right;  padding: 0 30px 30px;
}
#order_total_modules > div{padding: 20px;
  background: #F7F9FB;
border-radius: 7px;
}
#order_total_modules table {
  width: 100%
}
#order_total_modules table td + td {
    font-weight: 500;white-space: nowrap;
font-size: 24px;
}
#order_total_modules table i { vertical-align: top; margin-top: 2px; display: inline-block;
  font-size: 14px !important;font-weight: 400
}
.cart_check_inner .cart-img {
 border: 1px solid #D8E0E8;
border-radius: 5px;padding: 5px;margin-right: 20px;
}

.cart_check button,.cart_check .buttons,.cart_check .subtotal { display: none;}

.navbar .btn-navbar {
  float: none;
}
.btn-phone ,.btn-search  {
  display: none; position:relative;
}



.btn-phone .dropdown-menu em {
     display: block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    letter-spacing: .7px;
    font-style: normal;
    padding:5px 10px
}
.btn-phone .dropdown-menu em i {
   font-style: normal;  font-weight: 400;font-size: 12px;
}
.s_city > div, .s_adress > div {
	_display: none;
	position: absolute;
	width: 100%;
	top: -10px;
	max-height: 300px;
	font-size: 13px;
	overflow: auto; background: #fff; 
	_border: 1px solid #edf1f4;
	box-shadow: 1px 1px 3px 5px rgba(0,0,0,.2);
	z-index: 111;
}
.s_city div {
	background: #fff;
}
.s_city b, .s_adress b {
	display: block;
	color: #3399db;
	text-align: center;padding: 8px 10px;
}
.s_city a, .s_adress a {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	line-height: 14px;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
}

.brand_line li {
    list-style: none;
}

.brand_line > li {
    margin-bottom: 30px;
}

.brand_line .inner {padding-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}
.brand_line > li > a {
    font-weight: 300;
    margin-top: 10px;
    padding-bottom: 20px;
    color:#cb3435;
    display: inline-block;
    vertical-align: top;
    text-align: center;

    font-size: 60px;
}
.brand_line > li li.span3 {
    margin-left: 0;
    font-size: 14px;
}
.mobbtnsearch {
  display: none;
}

/*
#navigation.affix  .navbar .nav .first  > .dropdown-menu { position: fixed; box-sizing: border-box;
  max-height: calc(100vh - 62px );overflow: auto;top: 62px; max-width: 340px;left: 0;
}

 #navigation.affix  .dropdown-menu {
   position: static;
 }

#navigation.affix .dropdown-menu a + ul.dropdown-menu  {
  display: none !important;
}
#navigation.affix .dropdown-menu a.opened + ul.dropdown-menu  {
    display: block !important;  float: none;  border: 0px solid #ededed;box-shadow: none;
}
#navigation.affix  .navbar-inner {
  height: 62px
}
*/
.category  {
  position: relative;
}

#navigation  .navbar .nav .first  > .dropdown-menu { position: absolute; box-sizing: border-box;   padding: 14px 15px;text-align: left;
  _max-height: calc(100vh - 62px );top: 60px; width: 360px;right: -60px;border-radius: 5px;box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
  left: auto;
}


 #navigation  .dropdown-menu {
   _position: static;
 }


#navigation  .navbar-inner {
  _height: 62px
}

.topinfo {  background: #5EC1E4;#FF8200;display: block; width: 560px;_position: absolute;_left: 50%;_top: 0;
 color: #fff;
  padding: 14px 20px;
  font-weight: 500;
font-size: 18px;
line-height: 22px;
  _border-radius: 0 0 15px 15px;
  _transform: translateX(-50%);
}
.topinfo img {
  max-height: 37px
}

.url_login,.url_admin {
  margin-left: 25px;
}
.url_login a:before {  vertical-align: middle;
  content: "";display: none;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.6317 3.36826C17.4597 1.19622 14.5717 0 11.5 0C8.42829 0 5.54031 1.19622 3.36826 3.36826C1.19622 5.54031 0 8.42829 0 11.5C0 14.5717 1.19622 17.4597 3.36826 19.6317C5.54031 21.8038 8.42829 23 11.5 23C14.5717 23 17.4597 21.8038 19.6317 19.6317C21.8038 17.4597 23 14.5717 23 11.5C23 8.42829 21.8038 5.54031 19.6317 3.36826ZM4.99107 19.2848C5.3708 16.0175 8.17999 13.4948 11.5 13.4948C13.2502 13.4948 14.896 14.1767 16.134 15.4145C17.1798 16.4605 17.8394 17.8263 18.0091 19.2846C16.2456 20.7616 13.9749 21.6523 11.5 21.6523C9.02509 21.6523 6.7546 20.7618 4.99107 19.2848ZM11.5 12.1068C9.57415 12.1068 8.00715 10.5398 8.00715 8.61395C8.00715 6.68792 9.57415 5.12109 11.5 5.12109C13.4258 5.12109 14.9929 6.68792 14.9929 8.61395C14.9929 10.5398 13.4258 12.1068 11.5 12.1068ZM19.169 18.1455C18.8256 16.7609 18.1095 15.4844 17.0868 14.4617C16.2586 13.6334 15.2787 13.0121 14.2101 12.6227C15.4947 11.7515 16.3405 10.2796 16.3405 8.61395C16.3405 5.94495 14.169 3.77344 11.5 3.77344C8.83101 3.77344 6.65949 5.94495 6.65949 8.61395C6.65949 10.2804 7.50599 11.7529 8.7917 12.6239C7.80851 12.9822 6.89867 13.5362 6.11587 14.2655C4.98229 15.3212 4.19511 16.6672 3.83012 18.1444C2.28435 16.3624 1.34766 14.0386 1.34766 11.5C1.34766 5.90196 5.90196 1.34766 11.5 1.34766C17.098 1.34766 21.6523 5.90196 21.6523 11.5C21.6523 14.0391 20.7153 16.3635 19.169 18.1455Z' fill='%23444466'/%3E%3C/svg%3E%0A");
  width: 23px;height: 23px;margin-right:15px;
}
.buttons_block > div.url_login > a {
   color: #fff;border: 0;display: flex;justify-content: center;align-items: center;
}

@media (min-width: 979px) {

    #navigation  .navbar .nav .first  > .dropdown-menu {
     /* display:block;height: auto;overflow: visible;*/
    }
    #navigation.affix  .navbar .nav .first  > .dropdown-menu {
/*      _left: calc( (100% - 1430px) / 2 );
      display:block;height: 0;overflow: hidden;        */
    }
    #navigation.affix  .navbar .category  > .dropdown-menu {
/*      _left: calc( (100% - 1430px) / 2 );
      display:block;height: 0;overflow: hidden;        */
      top: 43px;
    }

}
.top_contacts {
  display: table;width: 100%;padding-top: 20px;
}

.slogan {vertical-align: middle;
   font-size: 24px;width: 360px; display: table-cell;line-height: 30px;
}
.slogan > span { border-radius: 50%; padding-top: 15px;
  display: inline-block;width: 68px;height: 53px;float: left;margin-right: 20px;border: 1px solid #cccccc;text-align: center;line-height: ;color: #6e6e6e; line-height: 20px;
}
.slogan span span {
  font-size: 17px; font-weight: 600
}
.header-cms { text-align: center;font-size: 16px;
  display: inline-block;margin: 0 auto;  display: table-cell
}
.header-cms ul { text-align: left;
  margin: 0;list-style: none;display: inline-block;
}
.header-cms ul li {
    position: relative;
    margin-bottom: 5px;
}
.header-cms ul li:first-child {
    text-align: center;
}

.header-cms ul li a {
    color: #757575
}
.header-cms ul li a:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml,%3Csvg fill='%236e6e6e' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='348.077px' height='348.077px' viewBox='0 0 348.077 348.077' style='enable-background:new 0 0 348.077 348.077;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M340.273,275.083l-53.755-53.761c-10.707-10.664-28.438-10.34-39.518,0.744l-27.082,27.076 c-1.711-0.943-3.482-1.928-5.344-2.973c-17.102-9.476-40.509-22.464-65.14-47.113c-24.704-24.701-37.704-48.144-47.209-65.257 c-1.003-1.813-1.964-3.561-2.913-5.221l18.176-18.149l8.936-8.947c11.097-11.1,11.403-28.826,0.721-39.521L73.39,8.194 C62.708-2.486,44.969-2.162,33.872,8.938l-15.15,15.237l0.414,0.411c-5.08,6.482-9.325,13.958-12.484,22.02 C3.74,54.28,1.927,61.603,1.098,68.941C-6,127.785,20.89,181.564,93.866,254.541c100.875,100.868,182.167,93.248,185.674,92.876 c7.638-0.913,14.958-2.738,22.397-5.627c7.992-3.122,15.463-7.361,21.941-12.43l0.331,0.294l15.348-15.029 C350.631,303.527,350.95,285.795,340.273,275.083z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-position: center;background-repeat: no-repeat;background-size: contain;
}
.header-cms ul li a:after {
  content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 10px;
}
.header-cms ul li:last-child a:before {
  display: none;
}
.header-cms ul li:nth-child(2) { cursor: pointer }
.header-cms ul li:nth-child(2) span {
   border-bottom: 1px dashed #757575;
}

.header-cms ul li:nth-child(4) {
 display: none;
}

.social_cont {  padding-top: 5px;
  display: inline-block;
}

.header-cms ul li.social_cont a { border-bottom:0;
display:inline-block;width: 27px;height: 27px;
background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' id='regular' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m6.328 20.378c-.031 1.465-.204 3.139 1.071 3.543 1.25.407 1.975-.598 3.605-2.638 6.078.415 11.443-1.294 12.161-7.421.643-5.447-.188-9.522-2.327-11.461-3.137-3.006-13.348-3.427-17.086.146-1.539 1.601-2.289 3.95-2.359 7.393-.057 2.812-.173 8.562 4.935 10.438zm-3.435-10.407c.062-3.043.678-5.072 1.917-6.362 3.121-2.982 12.37-2.637 15.005-.109 1.759 1.593 2.438 5.306 1.861 10.187-.524 4.476-3.406 5.24-4.491 5.527-2.247.593-4.389.722-6.444.544-.541-.058-.754.454-.951.64-.979 1.177-1.685 2.027-1.868 2.141-.135-.201-.114-1.152-.098-1.916-.049-.344.259-1.295-.544-1.51-4.545-1.342-4.442-6.415-4.387-9.142z'/%3E%3Cpath d='m5.762 7.98c.801 1.597 1.582 4.419 4.581 6.875 1.041.858 4.157 2.838 5.377 2.838 1.743 0 3.734-2.742 2.276-3.965-.656-.641-1.579-1.272-2.171-1.619-.001-.001-.002-.001-.002-.001-1.537-.889-2.379.747-2.479.811-2.252 2.016-5.026-1.486-3.082-3.18.239-.297 1.665-.985.819-2.549-.75-1.357-1.245-1.824-1.525-2.211-1.477-1.844-4.673 1.219-3.794 3.001zm9.174 5.373c.102.064.991.453 2.052 1.486.135.113-.765 1.421-1.338 1.346-.113-.051-.93-.246-2.685-1.319 1.666-.566 1.652-1.453 1.971-1.513zm-6.666-7.425c.062-.033.094-.035.091-.043.288.401.718.783 1.404 2.024.182.337-.267.468-.557.764-.413.366-.716.802-.902 1.283-.614-1.159-.889-1.994-1.169-2.578-.112-.532.657-1.178 1.133-1.45z'/%3E%3Cpath d='m12.812 8.55c.011.001 1.099.14 1.294 1.311.165.994 1.641.727 1.479-.246-.303-1.819-1.834-2.467-2.603-2.555-.985-.111-1.154 1.376-.17 1.49z'/%3E%3Cpath d='m12.031 5.316c.017 0 2.378-.042 3.915 1.602 1.518 1.624 1.183 3.985 1.18 4.006-.153.973 1.325 1.231 1.481.233.02-.125.461-3.096-1.565-5.264-2.011-2.152-4.936-2.085-5.057-2.077-1.025.034-.901 1.578.046 1.5z'/%3E%3C/svg%3E");
background-position: center;background-repeat: no-repeat;background-size: contain;
}
.header-cms ul li.social_cont a.telegram {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' id='regular' enable-background='new 0 0 24 24' height='512' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 24c6.617 0 12-5.383 12-12s-5.383-12-12-12-12 5.383-12 12 5.383 12 12 12zm0-22.5c5.79 0 10.5 4.71 10.5 10.5s-4.71 10.5-10.5 10.5-10.5-4.71-10.5-10.5 4.71-10.5 10.5-10.5z'/%3E%3Cpath d='m7.896 14.155 1.568-.681-.44.441c-.141.141-.22.332-.22.53v2.935c0 .672.812.998 1.28.53l1.574-1.574 3.43 1.715c.444.222.981-.041 1.073-.537l1.957-10.761c.103-.579-.467-1.047-1.012-.833l-12.716 4.977c-.57.222-.646 1.002-.13 1.331l2.934 1.872c.21.134.475.155.702.055zm8.506-6.347-1.537 8.455-3.02-1.509c-.292-.146-.64-.085-.865.141l-.676.676v-.813l3.007-3.007c.583-.583-.073-1.545-.829-1.218l-4.817 2.09-1.354-.864z'/%3E%3C/svg%3E");
}
.header-cms ul li.social_cont a.whatsapp {
background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m439.277344 72.722656c-46.898438-46.898437-109.238282-72.722656-175.566406-72.722656-.003907 0-.019532 0-.023438 0-32.804688.00390625-64.773438 6.355469-95.011719 18.882812-30.242187 12.527344-57.335937 30.640626-80.535156 53.839844-46.894531 46.894532-72.71875 109.246094-72.71875 175.566406 0 39.550782 9.542969 78.855469 27.625 113.875l-41.734375 119.226563c-2.941406 8.410156-.859375 17.550781 5.445312 23.851563 4.410157 4.414062 10.214844 6.757812 16.183594 6.757812 2.558594 0 5.144532-.429688 7.667969-1.3125l119.226563-41.730469c35.019531 18.082031 74.324218 27.625 113.875 27.625 66.320312 0 128.667968-25.828125 175.566406-72.722656 46.894531-46.894531 72.722656-109.246094 72.722656-175.566406 0-66.324219-25.824219-128.675781-72.722656-175.570313zm-21.234375 329.902344c-41.222657 41.226562-96.035157 63.925781-154.332031 63.925781-35.664063 0-71.09375-8.820312-102.460938-25.515625-5.6875-3.023437-12.410156-3.542968-18.445312-1.429687l-108.320313 37.910156 37.914063-108.320313c2.113281-6.042968 1.589843-12.765624-1.433594-18.449218-16.691406-31.359375-25.515625-66.789063-25.515625-102.457032 0-58.296874 22.703125-113.109374 63.925781-154.332031 41.21875-41.21875 96.023438-63.921875 154.316406-63.929687h.019532c58.300781 0 113.109374 22.703125 154.332031 63.929687 41.226562 41.222657 63.929687 96.03125 63.929687 154.332031 0 58.300782-22.703125 113.113282-63.929687 154.335938zm0 0'/%3E%3Cpath d='m355.984375 270.46875c-11.421875-11.421875-30.007813-11.421875-41.429687 0l-12.492188 12.492188c-31.019531-16.902344-56.121094-42.003907-73.027344-73.023438l12.492188-12.492188c11.425781-11.421874 11.425781-30.007812 0-41.429687l-33.664063-33.664063c-11.421875-11.421874-30.007812-11.421874-41.429687 0l-26.929688 26.929688c-15.425781 15.425781-16.195312 41.945312-2.167968 74.675781 12.179687 28.417969 34.46875 59.652344 62.761718 87.945313 28.292969 28.292968 59.527344 50.582031 87.945313 62.761718 15.550781 6.664063 29.695312 9.988282 41.917969 9.988282 13.503906 0 24.660156-4.058594 32.757812-12.15625l26.929688-26.933594v.003906c5.535156-5.535156 8.582031-12.890625 8.582031-20.714844 0-7.828124-3.046875-15.183593-8.582031-20.714843zm-14.5 80.792969c-4.402344 4.402343-17.941406 5.945312-41.609375-4.195313-24.992188-10.710937-52.886719-30.742187-78.542969-56.398437s-45.683593-53.546875-56.394531-78.539063c-10.144531-23.667968-8.601562-37.210937-4.199219-41.613281l26.414063-26.414063 32.625 32.628907-15.636719 15.640625c-7.070313 7.070312-8.777344 17.792968-4.242187 26.683594 20.558593 40.3125 52.734374 72.488281 93.046874 93.046874 8.894532 4.535157 19.617188 2.832032 26.6875-4.242187l15.636719-15.636719 32.628907 32.628906zm0 0'/%3E%3C/svg%3E");
}
.header-cms ul li.social_cont a.mail {
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve' fill='%23333333'%3E%3Cstyle type='text/css'%3E .st0%7Bstroke:%23000000;stroke-width:14;stroke-miterlimit:10;%7D .st1%7Bfill:none;stroke:%23000000;stroke-width:30;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M369.8,158.8H147.2c-12.3,0-22.3,10-22.3,22.3v155.8c0,12.3,10,22.3,22.3,22.3h222.6 c12.3,0,22.3-10,22.3-22.3V181.1C392,168.8,382,158.8,369.8,158.8z M147.2,170h222.6c0.8,0,1.5,0.3,2.3,0.5 c-19.3,17.6-83.2,76.1-105.5,96.2c-1.7,1.6-4.6,3.5-8.1,3.5c-3.5,0-6.3-1.9-8.1-3.5c-22.4-20.1-86.3-78.6-105.5-96.2 C145.6,170.3,146.4,170,147.2,170z M136.1,336.9V181.1c0-1.1,0.3-2.1,0.6-3.1c14.7,13.5,59.3,54.3,88.2,80.6 c-28.8,24.7-73.4,67-88.3,81.2C136.4,338.9,136.1,337.9,136.1,336.9z M369.8,348H147.2c-0.9,0-1.7-0.3-2.5-0.5 c15.4-14.6,60.2-57.2,88.5-81.4c3.7,3.3,7.1,6.4,9.7,8.8c4.6,4.1,10,6.3,15.5,6.3c5.6,0,10.9-2.2,15.5-6.3c2.7-2.4,6-5.5,9.7-8.8 c28.3,24.2,73.2,66.7,88.5,81.4C371.4,347.7,370.6,348,369.8,348z M380.9,336.9c0,1-0.3,2-0.6,2.9c-14.9-14.2-59.5-56.5-88.3-81.2 c28.9-26.3,73.5-67.1,88.2-80.6c0.3,1,0.6,2,0.6,3.1V336.9z'/%3E%3C/g%3E%3C/g%3E%3Ccircle class='st1' cx='256' cy='256' r='239.5'/%3E%3C/svg%3E%0A");
}
.social_cont a + a {
  margin-left: 30px;
}

.bloc-func {
  height: 150px;
}

.bloc-func > div, .buttons_block > div {
   padding-top: 40px; box-sizing: border-box;position: relative;
display: inline-block;width: 33%;height: 100% ; vertical-align: middle;
}
.buttons_block > div {
   padding: 0;width: auto;height: auto;
}

.bloc-func > div:hover {
  background:#FF8200
}

.bloc-func > div.wishlist {
  border-left:1px solid #e5e5e5;
  border-right:1px solid #e5e5e5
}


.bloc-func .icont, .buttons_block > div > a .icont {
  display: inline-block;margin: 0 auto 10px;
  width: 34px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='30' viewBox='0 0 35 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.5405 0C23.1959 0.0015771 21.8658 0.280964 20.6323 0.820928C19.3988 1.36089 18.2881 2.14998 17.3687 3.13953C16.0213 1.6893 14.2727 0.681041 12.3499 0.245655C10.4271 -0.18973 8.41898 -0.032138 6.58614 0.697974C4.7533 1.42809 3.18042 2.697 2.0717 4.33998C0.962983 5.98296 0.369623 7.92413 0.368652 9.91149C0.368652 19.7801 16.1521 29.4666 16.8374 29.847C17.0027 29.9471 17.1918 30 17.3846 30C17.5774 30 17.7665 29.9471 17.9318 29.847C18.5852 29.4666 34.3687 19.7801 34.3687 9.91149C34.3658 7.28367 33.3295 4.76429 31.487 2.90614C29.6444 1.04799 27.1462 0.00283629 24.5405 0ZM17.3687 27.6664C14.6221 25.8985 2.49365 17.6371 2.49365 9.91149C2.49502 8.26133 3.01739 6.65448 3.98506 5.32381C4.95273 3.99314 6.31543 3.00778 7.87566 2.51055C9.43588 2.01333 11.1126 2.03005 12.6628 2.55831C14.2129 3.08658 15.556 4.09892 16.4974 5.44864C16.5955 5.58904 16.7256 5.7036 16.8767 5.78268C17.0279 5.86176 17.1957 5.90304 17.366 5.90304C17.5363 5.90304 17.7041 5.86176 17.8552 5.78268C18.0064 5.7036 18.1365 5.58904 18.2346 5.44864C19.1752 4.0966 20.5186 3.08207 22.0698 2.55232C23.621 2.02257 25.2992 2.00518 26.8608 2.50268C28.4225 3.00017 29.7863 3.98665 30.7542 5.31892C31.7222 6.65118 32.2439 8.25988 32.2437 9.91149C32.2437 17.6317 20.1152 25.8931 17.3687 27.6664Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;background-repeat: no-repeat;background-size: contain;

}
.buttons_block > div > a { position: relative;
  padding: 0px; border: 1px solid #5EC1E4;display: inline-block;
border-radius: 5px;  width: 60px;height: 55px; text-align: center;
}

.buttons_block > div > a .icont {
  margin: 0 ;vertical-align: middle;
}

.buttons_block > div:hover > a {
      background-color:#5EC1E4
}




.bloc-func .block-compare .icont, .buttons_block > div.block-compare > a .icont  {
background-image: url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.1455 14.8715L31.4916 3.34333C31.3424 3.06429 31.0567 2.88761 30.7433 2.88052L30.3691 2.96467H23.0523C22.5114 0.85017 20.3791 -0.420208 18.2898 0.127162C16.9152 0.487297 15.8419 1.57358 15.486 2.96467H8.16921L7.79505 2.88052C7.48162 2.88761 7.19595 3.06429 7.04675 3.34333L1.39285 14.8715C1.02244 14.9521 0.760806 15.2875 0.769241 15.6709C0.769241 19.2051 3.92876 22.1082 7.79505 22.1082C11.6613 22.1082 14.8624 19.2051 14.8624 15.6709C14.8556 15.2929 14.6005 14.966 14.2388 14.8715L9.20859 4.64761H15.4445C15.7589 6.16957 16.9338 7.35869 18.4377 7.67687V22.4447C15.7355 22.7813 13.6153 24.8429 13.2826 26.9465H11.4534C10.9655 26.9862 10.578 27.3783 10.5388 27.8721V31.238C10.5822 31.7007 10.988 32.0401 11.4451 31.9961C11.4479 31.9959 11.4506 31.9956 11.4534 31.9953H27.0848C27.5415 32.0439 27.9506 31.7086 27.9985 31.2464C27.9989 31.2436 27.9991 31.2408 27.9993 31.238V27.8721C27.9601 27.3783 27.5727 26.9862 27.0847 26.9465H25.2555C24.9229 24.8429 22.8027 22.7813 20.1005 22.4447V7.67695C21.6043 7.35877 22.7793 6.16965 23.0937 4.64769H29.3296L24.2993 14.8715C23.9376 14.966 23.6825 15.2929 23.6757 15.6709C23.6757 19.2051 26.8352 22.1082 30.743 22.1082C34.6508 22.1082 37.7688 19.2051 37.7688 15.6709C37.7776 15.2875 37.5159 14.9521 37.1455 14.8715ZM7.79505 20.341C5.17599 20.341 2.97262 18.5319 2.51531 16.4282H13.1164C12.6591 18.5319 10.4557 20.341 7.79505 20.341ZM12.3681 14.7452H3.26361L7.79505 5.5312L12.3681 14.7452ZM26.3366 28.6294V30.3124H12.2018V28.6294H26.3366ZM23.5512 26.9465H14.9872C15.3198 25.2636 17.1074 24.0014 19.2692 24.0014C21.4309 24.0014 23.2186 25.2636 23.5512 26.9465ZM19.2692 6.1202C18.0293 6.1202 17.0242 5.10302 17.0242 3.84826C17.0242 2.59351 18.0293 1.57632 19.2692 1.57632C20.509 1.57632 21.5141 2.59351 21.5141 3.84826C21.5141 5.10302 20.509 6.1202 19.2692 6.1202ZM30.7433 5.5312L35.2747 14.7452H26.1703L30.7433 5.5312ZM30.7433 20.341C28.0826 20.341 25.8792 18.5319 25.422 16.4282H36.023C35.5657 18.5319 33.3624 20.341 30.7433 20.341Z' fill='white'/%3E%3C/svg%3E%0A");
}
.bloc-func .header-cart .icont, .buttons_block > div.header-cart > a .icont {
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='29' viewBox='0 0 30 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.71752 26C6.71752 27.654 8.07453 29 9.74205 29C11.4096 29 12.7666 27.654 12.7666 26C12.7666 24.346 11.4096 23 9.74205 23C8.07453 23 6.71752 24.346 6.71752 26ZM10.7502 26C10.7502 26.551 10.2976 27 9.74205 27C9.18654 27 8.73387 26.551 8.73387 26C8.73387 25.449 9.18654 25 9.74205 25C10.2976 25 10.7502 25.449 10.7502 26Z' fill='white'/%3E%3Cpath d='M24.8647 26C24.8647 24.346 23.5077 23 21.8402 23C20.1726 23 18.8156 24.346 18.8156 26C18.8156 27.654 20.1726 29 21.8402 29C23.5077 29 24.8647 27.654 24.8647 26ZM20.832 26C20.832 25.449 21.2847 25 21.8402 25C22.3957 25 22.8484 25.449 22.8484 26C22.8484 26.551 22.3957 27 21.8402 27C21.2847 27 20.832 26.551 20.832 26Z' fill='white'/%3E%3Cpath d='M3.79381 2C3.91882 3.181 5.3101 16.289 5.52485 18.314C5.68716 19.845 6.98065 21 8.53325 21H24.2437C25.6602 21 26.9042 20.002 27.2017 18.628L29.6233 7.419C29.7513 6.825 29.6041 6.214 29.219 5.743C28.8339 5.271 28.2623 5 27.6503 5H6.13983L5.7043 0.896C5.64986 0.386 5.21735 0 4.70117 0H1.67663C1.12012 0 0.668457 0.448 0.668457 1C0.668457 1.552 1.12012 2 1.67663 2H3.79381ZM27.6503 7L25.2297 18.209C25.1299 18.667 24.7155 19 24.2427 19H8.53325C8.01504 19 7.58455 18.615 7.53011 18.105L6.35155 7H27.6503Z' fill='white'/%3E%3C/svg%3E%0A");
}

.bloc-func .title {
  font-size:12px;color: #757575;display: block;text-align: center;line-height: normal;
}
.bloc-func  .cnt, .buttons_block .cnt {
	color: #fff;
	text-transform: capitalize;
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #333333;
	vertical-align: 1px;
    position: absolute;top: -10px;right: -10px;
    background: #81C1E7;
    border: 2px solid #184479;
}
 #mob_buttons.buttons_block .cnt {
   background: #fff;color: #000;border: 1px solid #ccc;top: 3px;  margin-left: 8px;
 }


.master {  background-position: center;background-repeat: no-repeat;background-size: contain; display: inline-block;width: 31px;height: 19px ;     vertical-align: middle;
background-image: url("data:image/svg+xml,%3Csvg width='31' height='19' viewBox='0 0 31 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4993 2.0317C16.6404 2.91986 17.5628 4.05377 18.1966 5.34762C18.8305 6.64147 19.1592 8.06135 19.1579 9.49978C19.1588 10.9377 18.8298 12.3571 18.196 13.6504C17.5622 14.9437 16.64 16.0772 15.4993 16.9651C14.3584 16.0771 13.4361 14.9434 12.8023 13.6498C12.1684 12.3562 11.8396 10.9366 11.8407 9.49838C11.8396 8.06019 12.1684 6.64058 12.8023 5.34699C13.4361 4.0534 14.3584 2.91971 15.4993 2.0317ZM14.2732 1.21837C13.0653 2.24073 12.0957 3.51095 11.4315 4.94127C10.7672 6.37158 10.424 7.92787 10.4257 9.50257C10.4241 11.0766 10.767 12.6322 11.4308 14.062C12.0946 15.4918 13.0634 16.7617 14.2704 17.784C12.8123 18.5956 11.1653 19.0147 9.49324 18.9996C7.82116 18.9845 6.18219 18.5357 4.73925 17.6978C3.29631 16.8599 2.09965 15.6622 1.26823 14.2236C0.436808 12.785 -0.000422878 11.1557 3.069e-07 9.4976C0.000423492 7.83952 0.438486 6.21042 1.27064 4.77224C2.1028 3.33407 3.30007 2.13691 4.74344 1.29976C6.18681 0.462609 7.826 0.0146297 9.49809 0.00035229C11.1702 -0.0139251 12.8169 0.405996 14.2746 1.21837H14.2732ZM16.7282 17.784C17.9352 16.7617 18.904 15.4918 19.5678 14.062C20.2316 12.6322 20.5745 11.0766 20.5729 9.50257C20.5746 7.92787 20.2314 6.37158 19.5671 4.94127C18.9028 3.51095 17.9333 2.24073 16.7254 1.21837C18.1831 0.405996 19.8298 -0.0139251 21.5019 0.00035229C23.174 0.0146297 24.8132 0.462609 26.2566 1.29976C27.6999 2.13691 28.8972 3.33407 29.7294 4.77224C30.5615 6.21042 30.9996 7.83952 31 9.4976C31.0004 11.1557 30.5632 12.785 29.7318 14.2236C28.9003 15.6622 27.7037 16.8599 26.2607 17.6978C24.8178 18.5357 23.1788 18.9845 21.5068 18.9996C19.8347 19.0147 18.1877 18.5956 16.7296 17.784H16.7282Z' fill='white'/%3E%3C/svg%3E%0A");
}
.visa {  background-position: center;background-repeat: no-repeat;background-size: contain; display: inline-block;width: 48px;height: 17px ; margin-right: 30px; vertical-align: middle;

background-image: url("data:image/svg+xml,%3Csvg width='48' height='17' viewBox='0 0 48 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.444 16.7546L43.994 14.2901H38.966L38.166 16.7371L34.136 16.7459C36.0546 11.6922 37.9772 6.64039 39.904 1.59046C40.232 0.733891 40.814 0.297939 41.672 0.302321C42.328 0.308893 43.398 0.308892 44.884 0.30451L48 16.7481L44.444 16.7546ZM40.098 10.9142H43.338L42.128 4.73634L40.098 10.9142ZM14.12 0.300129L18.172 0.30451L11.908 16.7568L7.806 16.7524C6.7745 12.4068 5.75583 8.05742 4.75 3.70451C4.55 2.83698 4.154 2.23015 3.392 1.94317C2.714 1.68686 1.584 1.29253 0 0.7558V0.306702H6.474C7.594 0.306702 8.248 0.900387 8.458 2.11843C8.67 3.33866 9.202 6.4451 10.058 11.4378L14.12 0.300129ZM23.74 0.30451L20.536 16.7524L16.68 16.7481L19.88 0.300129L23.74 0.30451ZM31.56 0C32.714 0 34.168 0.39433 35.004 0.7558L34.328 4.16675C33.572 3.83376 32.328 3.38466 31.282 3.4C29.762 3.42848 28.822 4.12732 28.822 4.79768C28.822 5.88866 30.454 6.43853 32.134 7.63028C34.052 8.98853 34.304 10.2088 34.28 11.5341C34.254 14.2857 32.134 17 27.662 17C25.622 16.9671 24.886 16.7787 23.222 16.1325L23.926 12.5726C25.62 13.3503 26.338 13.5978 27.786 13.5978C29.112 13.5978 30.25 13.0107 30.26 11.9876C30.268 11.2603 29.86 10.8988 28.372 10.0006C26.884 9.10026 24.796 7.85374 24.824 5.35193C24.858 2.1491 27.628 0 31.562 0H31.56Z' fill='white'/%3E%3C/svg%3E%0A");
}
.youtub {  background-position: center;background-repeat: no-repeat;background-size: contain; display: inline-block;width: 41px;height: 30px ;     vertical-align: middle;
background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 49 49' style='enable-background:new 0 0 49 49;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M39.256,6.5H9.744C4.371,6.5,0,10.885,0,16.274v16.451c0,5.39,4.371,9.774,9.744,9.774h29.512 c5.373,0,9.744-4.385,9.744-9.774V16.274C49,10.885,44.629,6.5,39.256,6.5z M47,32.726c0,4.287-3.474,7.774-7.744,7.774H9.744 C5.474,40.5,2,37.012,2,32.726V16.274C2,11.988,5.474,8.5,9.744,8.5h29.512c4.27,0,7.744,3.488,7.744,7.774V32.726z'/%3E%3Cpath d='M33.36,24.138l-13.855-8.115c-0.308-0.18-0.691-0.183-1.002-0.005S18,16.527,18,16.886v16.229 c0,0.358,0.192,0.69,0.502,0.868c0.154,0.088,0.326,0.132,0.498,0.132c0.175,0,0.349-0.046,0.505-0.137l13.855-8.113 c0.306-0.179,0.495-0.508,0.495-0.863S33.667,24.317,33.36,24.138z M20,31.37V18.63l10.876,6.371L20,31.37z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.facebook { background-position: center;background-repeat: no-repeat;background-size: contain; display: inline-block;width: 30px;height:30px ;     vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M437,0H75C33.645,0,0,33.645,0,75v362c0,41.355,33.645,75,75,75h362c41.355,0,75-33.645,75-75V75 C512,33.645,478.355,0,437,0z M301,315v167h-30V315c0-8.284-6.716-15-15-15h-45v-30h45c8.284,0,15-6.716,15-15v-60 c0-41.355,33.645-75,75-75h45v30h-45c-24.813,0-45,20.187-45,45v60c0,8.284,6.716,15,15,15h70.788l-7.5,30H316 C307.716,300,301,306.716,301,315z M482,437c0,24.813-20.187,45-45,45H331V330h60c6.883,0,12.883-4.685,14.552-11.362l15-60 C422.92,249.17,415.741,240,406,240h-75v-45c0-8.271,6.729-15,15-15h60c8.284,0,15-6.716,15-15v-60c0-8.284-6.716-15-15-15h-60 c-57.897,0-105,47.103-105,105v45h-45c-8.284,0-15,6.716-15,15v60c0,8.284,6.716,14.9,15,14.9h45V482H75 c-24.813,0-45-20.187-45-45V75c0-24.813,20.187-45,45-45h362c24.813,0,45,20.187,45,45V437z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.instagramm { background-position: center;background-repeat: no-repeat;background-size: contain; display: inline-block;width: 30px;height: 30px ;     vertical-align: middle;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512.00096 512.00096' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m373.40625 0h-234.8125c-76.421875 0-138.59375 62.171875-138.59375 138.59375v234.816406c0 76.417969 62.171875 138.589844 138.59375 138.589844h234.816406c76.417969 0 138.589844-62.171875 138.589844-138.589844v-234.816406c0-76.421875-62.171875-138.59375-138.59375-138.59375zm108.578125 373.410156c0 59.867188-48.707031 108.574219-108.578125 108.574219h-234.8125c-59.871094 0-108.578125-48.707031-108.578125-108.574219v-234.816406c0-59.871094 48.707031-108.578125 108.578125-108.578125h234.816406c59.867188 0 108.574219 48.707031 108.574219 108.578125zm0 0'/%3E%3Cpath d='m256 116.003906c-77.195312 0-139.996094 62.800782-139.996094 139.996094s62.800782 139.996094 139.996094 139.996094 139.996094-62.800782 139.996094-139.996094-62.800782-139.996094-139.996094-139.996094zm0 249.976563c-60.640625 0-109.980469-49.335938-109.980469-109.980469 0-60.640625 49.339844-109.980469 109.980469-109.980469 60.644531 0 109.980469 49.339844 109.980469 109.980469 0 60.644531-49.335938 109.980469-109.980469 109.980469zm0 0'/%3E%3Cpath d='m399.34375 66.285156c-22.8125 0-41.367188 18.558594-41.367188 41.367188 0 22.8125 18.554688 41.371094 41.367188 41.371094s41.371094-18.558594 41.371094-41.371094-18.558594-41.367188-41.371094-41.367188zm0 52.71875c-6.257812 0-11.351562-5.09375-11.351562-11.351562 0-6.261719 5.09375-11.351563 11.351562-11.351563 6.261719 0 11.355469 5.089844 11.355469 11.351563 0 6.257812-5.09375 11.351562-11.355469 11.351562zm0 0'/%3E%3C/svg%3E");
}
.social a + a {
  margin-left: 30px;
}
.block-soc .social_cont {  padding-top: 0px;
  display: flex; justify-content: space-around;max-width: 200px
}

.block-soc .social_cont a { border-bottom:0; font-size: 12px;text-align: center;
display:inline-block;width: 20px;height: 20px;position: relative;margin: 0 !important;
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.15775 6.10675C6.29175 6.09675 6.42675 6.09675 6.56075 6.10275C6.61475 6.10675 6.66875 6.11275 6.72275 6.11875C6.88175 6.13675 7.05675 6.23375 7.11575 6.36776C7.41375 7.04378 7.70375 7.7248 7.98375 8.40783C8.04575 8.55983 8.00874 8.75484 7.89074 8.94485C7.80959 9.07333 7.72181 9.1975 7.62775 9.31686C7.51475 9.46187 7.27175 9.72788 7.27175 9.72788C7.27175 9.72788 7.17275 9.84588 7.21075 9.99289C7.22475 10.0489 7.27075 10.1299 7.31275 10.1979L7.37175 10.2929C7.62775 10.7199 7.97175 11.1529 8.39175 11.5609C8.51174 11.6769 8.62875 11.7959 8.75475 11.907C9.22274 12.32 9.75274 12.657 10.3247 12.907L10.3297 12.909C10.4147 12.946 10.4577 12.966 10.5817 13.019C10.6437 13.045 10.7077 13.068 10.7727 13.085C10.8399 13.1021 10.9107 13.0989 10.976 13.0757C11.0413 13.0526 11.0983 13.0106 11.1397 12.955C11.8637 12.078 11.9297 12.021 11.9357 12.021V12.023C11.986 11.976 12.0458 11.9404 12.111 11.9185C12.1762 11.8966 12.2453 11.8889 12.3137 11.896C12.3737 11.9 12.4347 11.911 12.4907 11.936C13.0217 12.179 13.8907 12.558 13.8907 12.558L14.4727 12.819C14.5707 12.866 14.6597 12.977 14.6627 13.084C14.6667 13.151 14.6727 13.259 14.6497 13.457C14.6177 13.716 14.5397 14.027 14.4617 14.19C14.4083 14.3013 14.3374 14.4032 14.2517 14.492C14.1508 14.598 14.0404 14.6944 13.9217 14.7801C13.8807 14.8109 13.839 14.8409 13.7967 14.8701C13.6724 14.949 13.5446 15.0224 13.4137 15.0901C13.1563 15.2268 12.8719 15.3054 12.5807 15.3201C12.3957 15.3301 12.2107 15.3441 12.0247 15.3341C12.0167 15.3341 11.4567 15.2471 11.4567 15.2471C10.035 14.8731 8.72013 14.1725 7.61675 13.201C7.39075 13.002 7.18175 12.788 6.96775 12.575C6.07775 11.6899 5.40575 10.7349 4.99775 9.83288C4.78892 9.39015 4.67611 8.90825 4.66675 8.41883C4.66263 7.81166 4.8611 7.22045 5.23075 6.73877C5.30375 6.64477 5.37275 6.54676 5.49175 6.43376C5.61875 6.31375 5.69875 6.24975 5.78575 6.20575C5.90142 6.14778 6.02761 6.11376 6.15675 6.10575L6.15775 6.10675Z' fill='white'/%3E%3Cpath d='M9.90954 4C9.59123 4 9.33325 4.25799 9.33325 4.57631C9.33325 4.89448 9.59123 5.15262 9.90954 5.15262C11.2284 5.15262 12.4685 5.6662 13.4011 6.59896C14.3338 7.53156 14.8473 8.77153 14.8473 10.0906C14.8473 10.4088 15.1053 10.6669 15.4236 10.6669C15.7418 10.6669 15.9999 10.4089 15.9999 10.0906C15.9999 8.46372 15.3664 6.93424 14.2161 5.78387C13.0658 4.63349 11.5364 4 9.90954 4Z' fill='white'/%3E%3Cpath d='M12.2349 10.1179C12.2349 10.4211 12.4809 10.6671 12.7841 10.6671C13.0874 10.6671 13.3333 10.4211 13.3333 10.1179C13.3333 8.21505 11.7852 6.66699 9.88241 6.66699C9.57909 6.66699 9.33325 6.91284 9.33325 7.21619C9.33325 7.51954 9.57909 7.76539 9.88241 7.76539C11.1797 7.76539 12.2349 8.82074 12.2349 10.1179Z' fill='white'/%3E%3Cpath d='M5.764 17.2256C6.354 16.9656 7.014 16.9166 7.632 17.0866C8.402 17.2966 9.197 17.4026 10 17.4006C14.585 17.4006 18 14.1135 18 9.70035C18 5.28719 14.585 2.00007 10 2.00007C5.415 2.00007 2 5.28719 2 9.70035C2 11.9704 2.896 13.9725 4.466 15.3766C4.75126 15.6292 4.98194 15.9375 5.14391 16.2824C5.30589 16.6274 5.39575 17.0017 5.408 17.3826L5.764 17.2256ZM10 0C15.634 0 20 4.12715 20 9.70035C20 15.2736 15.634 19.4007 10 19.4007C9.02214 19.4032 8.04839 19.2741 7.105 19.0167C6.9278 18.968 6.73924 18.9817 6.571 19.0557L4.587 19.9317C4.46713 19.9847 4.33608 20.0074 4.20537 19.9979C4.07467 19.9883 3.94831 19.9468 3.8374 19.877C3.72649 19.8072 3.63444 19.7112 3.56933 19.5974C3.50422 19.4837 3.46805 19.3557 3.464 19.2247L3.409 17.4446C3.4054 17.3364 3.37977 17.23 3.3337 17.132C3.28762 17.034 3.22205 16.9464 3.141 16.8746C1.195 15.1356 0 12.6175 0 9.70035C0 4.12715 4.367 0 10 0Z' fill='white'/%3E%3C/svg%3E%0A");
background-position: center top;background-repeat: no-repeat;background-size: contain;
}
.block-soc .social_cont a.telegram {
background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6732 17C10.3442 16.9948 10.0227 16.901 9.74247 16.7284C9.46222 16.5558 9.23356 16.3107 9.08054 16.019L6.30932 10.9465C6.24897 10.8305 6.15445 10.7358 6.03857 10.6753L0.973935 7.93971C0.652129 7.76463 0.388969 7.49845 0.21733 7.17444C0.0456917 6.85043 -0.0268153 6.48295 0.00886777 6.11791C0.0445509 5.75287 0.186842 5.40645 0.417965 5.12193C0.649087 4.83742 0.958794 4.62742 1.30839 4.51817L14.5035 0.107657C14.8367 -0.0106155 15.1966 -0.0319357 15.5414 0.0461653C15.8862 0.124266 16.2019 0.298594 16.4519 0.548961C16.7019 0.799328 16.8759 1.11549 16.9539 1.46084C17.0319 1.8062 17.0106 2.16661 16.8925 2.50034L12.457 15.7239C12.3455 16.0688 12.1349 16.373 11.8516 16.5986C11.5683 16.8241 11.2249 16.961 10.8643 16.992L10.6732 17ZM14.846 1.24817L1.65081 5.65868C1.52502 5.69919 1.41402 5.7761 1.33182 5.87972C1.24962 5.98334 1.1999 6.10902 1.18894 6.2409C1.17706 6.37121 1.204 6.50213 1.26636 6.61711C1.32872 6.73209 1.42371 6.82598 1.53933 6.88693L6.60397 9.62256C6.9261 9.79369 7.18961 10.0576 7.36048 10.3802L10.068 15.4527C10.1288 15.5685 10.2226 15.6637 10.3374 15.7261C10.4522 15.7886 10.5829 15.8156 10.713 15.8037C10.8447 15.7927 10.9702 15.7429 11.0736 15.6606C11.1771 15.5782 11.2539 15.4671 11.2943 15.3411L15.7219 2.12549C15.7735 2.00277 15.7873 1.86746 15.7618 1.73681C15.7362 1.60617 15.6723 1.48611 15.5783 1.39198C15.4843 1.29784 15.3645 1.23388 15.234 1.20827C15.1036 1.18265 14.9685 1.19655 14.846 1.24817Z' fill='white'/%3E%3Cpath d='M6.61989 10.9625C6.54122 10.9642 6.46305 10.9496 6.39038 10.9193C6.3177 10.8891 6.25212 10.8441 6.19784 10.787C6.14149 10.732 6.09671 10.6663 6.06613 10.5937C6.03556 10.5211 6.0198 10.4431 6.0198 10.3643C6.0198 10.2855 6.03556 10.2075 6.06613 10.1349C6.09671 10.0623 6.14149 9.99657 6.19784 9.94158L15.5626 0.530365C15.6788 0.414025 15.8363 0.348666 16.0006 0.348666C16.1649 0.348666 16.3224 0.414025 16.4386 0.530365C16.5548 0.646704 16.62 0.804494 16.62 0.969023C16.62 1.13355 16.5548 1.29134 16.4386 1.40768L7.04195 10.787C6.9868 10.8429 6.92107 10.8872 6.84859 10.9174C6.77612 10.9475 6.69836 10.9628 6.61989 10.9625Z' fill='white'/%3E%3C/svg%3E%0A");
width: 17px;height: 17px;
}
.block-soc .social_cont a.whatsapp {
background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25301 16.494L5.97701 16.917C7.19795 17.6291 8.5866 18.0029 10 18C11.5823 18 13.129 17.5308 14.4446 16.6517C15.7602 15.7727 16.7855 14.5233 17.391 13.0615C17.9965 11.5997 18.155 9.99112 17.8463 8.43927C17.5376 6.88743 16.7757 5.46196 15.6569 4.34314C14.538 3.22432 13.1126 2.4624 11.5607 2.15372C10.0089 1.84504 8.40035 2.00346 6.93854 2.60896C5.47673 3.21446 4.22731 4.23984 3.34825 5.55543C2.4692 6.87103 2.00001 8.41774 2.00001 9.99999C2.00001 11.436 2.37701 12.813 3.08401 14.024L3.50601 14.748L2.85301 17.149L5.25301 16.494ZM0.00401338 20L1.35601 15.032C0.465151 13.5048 -0.00289063 11.768 1.34322e-05 9.99999C1.34322e-05 4.477 4.47701 0 10 0C15.523 0 20 4.477 20 9.99999C20 15.523 15.523 20 10 20C8.23279 20.0028 6.49667 19.5352 4.97001 18.645L0.00401338 20ZM6.39101 5.308C6.52501 5.298 6.66001 5.298 6.79401 5.304C6.84801 5.308 6.90201 5.314 6.95601 5.32C7.11501 5.338 7.29001 5.435 7.34901 5.569C7.64701 6.245 7.93701 6.926 8.21701 7.609C8.27901 7.761 8.24201 7.956 8.12401 8.146C8.04285 8.27447 7.95507 8.39864 7.86101 8.51799C7.74801 8.66299 7.50501 8.929 7.50501 8.929C7.50501 8.929 7.40601 9.047 7.44401 9.19399C7.45801 9.25 7.50401 9.33099 7.54601 9.39899L7.60501 9.49399C7.86101 9.92099 8.20501 10.354 8.62501 10.762C8.74501 10.878 8.86201 10.997 8.98801 11.108C9.45601 11.521 9.98601 11.858 10.558 12.108L10.563 12.11C10.648 12.147 10.691 12.167 10.815 12.22C10.877 12.246 10.941 12.269 11.006 12.286C11.0732 12.3031 11.1439 12.2999 11.2093 12.2767C11.2746 12.2536 11.3316 12.2116 11.373 12.156C12.097 11.279 12.163 11.222 12.169 11.222V11.224C12.2193 11.1771 12.2791 11.1415 12.3443 11.1196C12.4095 11.0977 12.4786 11.09 12.547 11.097C12.607 11.101 12.668 11.112 12.724 11.137C13.255 11.38 14.124 11.759 14.124 11.759L14.706 12.02C14.804 12.067 14.893 12.178 14.896 12.285C14.9 12.352 14.906 12.46 14.883 12.658C14.851 12.917 14.773 13.228 14.695 13.391C14.6416 13.5022 14.5707 13.6042 14.485 13.693C14.3841 13.7989 14.2736 13.8953 14.155 13.981C14.114 14.0119 14.0723 14.0419 14.03 14.071C13.9056 14.1499 13.7778 14.2233 13.647 14.291C13.3895 14.4277 13.1052 14.5063 12.814 14.521C12.629 14.531 12.444 14.545 12.258 14.535C12.25 14.535 11.69 14.448 11.69 14.448C10.2683 14.074 8.9534 13.3735 7.85001 12.402C7.62401 12.203 7.41501 11.989 7.20101 11.776C6.31101 10.891 5.63901 9.93599 5.23101 9.03399C5.02218 8.59128 4.90938 8.1094 4.90001 7.62C4.89589 7.01285 5.09436 6.42166 5.46401 5.94C5.53701 5.846 5.60601 5.748 5.72501 5.635C5.85201 5.515 5.93201 5.451 6.01901 5.407C6.13468 5.34903 6.26087 5.31502 6.39001 5.307L6.39101 5.308Z' fill='white'/%3E%3C/svg%3E%0A");
}
.block-soc .social_cont a.mail {
background-image: url("data:image/svg+xml,%3Csvg width='23' height='19' viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.6256 1.3432C0.920002 0.929063 1.30897 0.591152 1.7602 0.357537C2.21143 0.123923 2.71189 0.00134996 3.22 0H19.78C20.8564 0 21.7959 0.5405 22.3744 1.3432C22.7688 1.8929 23 2.57025 23 3.29705V15.1029C23 16.8843 21.597 18.4 19.78 18.4H3.22C1.403 18.4 0 16.8843 0 15.1029V3.29705C0 2.57025 0.23 1.8929 0.6256 1.34205V1.3432ZM3.37295 2.3L10.649 10.3097C10.7568 10.4283 10.8882 10.5231 11.0347 10.5879C11.1813 10.6528 11.3397 10.6863 11.5 10.6863C11.6603 10.6863 11.8187 10.6528 11.9653 10.5879C12.1118 10.5231 12.2432 10.4283 12.351 10.3097L19.627 2.3H3.37295ZM20.7 4.5402L14.053 11.8565C13.7296 12.2123 13.3355 12.4965 12.8959 12.691C12.4562 12.8855 11.9808 12.986 11.5 12.986C11.0192 12.986 10.5438 12.8855 10.1041 12.691C9.6645 12.4965 9.27036 12.2123 8.947 11.8565L2.3 4.5402V15.1029C2.3 15.694 2.7508 16.1 3.22 16.1H19.78C20.2492 16.1 20.7 15.694 20.7 15.1029V4.5402Z' fill='white'/%3E%3C/svg%3E%0A");
width: 23px;height: 19px;
}


.block-soc .social_cont a span { color: #757575;
  position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);
}

.newsletter .widget-title {
  color: #333333;font-size: 16px
}
.newsletter {
  background: #fff; padding: 50px 0
}
.newsletter  .widget-title {
   font-size: 16px;font-weight: 600;margin-bottom: 42px
}
.cblocknews {
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.filter-box input[type="checkbox"],.filter-box input[type="radio"] {
  display: none;
}

.filter-box input[type="checkbox"] + i
{  line-height: 21px; vertical-align: middle;
    width: 16px;height: 16px;display: inline-block;margin-right: 15px;
     position: relative;text-align: center;
    background: #E6E6E6;
    border-radius: 5px;
}
.filter-box input[type="radio"] + i {
    line-height: 21px; vertical-align: middle; border-radius:50%;
    width: 21px;height: 21px;display: inline-block;margin-right: 5px;
    background: #f2f3f5; position: relative;text-align: center;
}
.filter-box input[type="radio"]:checked + i {
    background:#FF8200;
}
.filter-box input[type="checkbox"]:checked + i {
    _background-color:#FF8200;
    background-position:center;
    background-repeat:no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7612 0.162935C13.0548 0.404836 13.0814 0.826256 12.8203 1.09917L5.46989 8.7823C5.20742 9.05664 4.75676 9.07409 4.47126 8.82101L0.217836 5.05009C-0.0474218 4.81492 -0.0728135 4.42305 0.154769 4.15516C0.40589 3.85954 0.873533 3.81886 1.1724 4.072L4.47248 6.86741C4.75927 7.11035 5.20081 7.08862 5.4592 6.81889L11.7816 0.217396C12.0374 -0.0497472 12.4737 -0.0739625 12.7612 0.162935Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");
}
.filter-box div.text-left > b {  padding-top:  20px; _border-top: 1px solid #D6DCEC;
  display: block;color: #000000; margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
font-size: 16px;
line-height: 110%;
}

.filter-box label {
  margin-bottom: 15px; color: #000000;
    display: block;
}


.filter-box input[type="radio"]:checked + i:after {vertical-align: middle; border-radius:50%;
  content: "";display: inline-block;width: 11px;height: 11px; background: #000; margin-top: -3px;
}

.filter_count {
  _float: right ;color: #676767
}
.rage-filter {

}

.rage-filter b  {
  display: block;
font-weight: 700;
font-size: 16px;
color: #000;
margin-bottom: 20px;
}

.rage-filter > input[type="text"] {  color: #676767; font-size: 16px;box-sizing: border-box; height: 40px;
   width:100px; padding: 11px 13px; margin-bottom: 20px;
   background: #FFFFFF;   display: inline-block;
   border: 1px solid #D8E0E8 !important;
   border-radius: 5px;
}
.rage-filter > input + input {
  float: right;
}
.rage-filter button {
   background: #184479; border: 1px solid #184479;
   border-radius: 5px;
   font-weight: 700;
   font-size: 16px;
   margin-top: 30px;padding: 10px 20px;color: #fff
}
.rage-filter button:hover {
  color: #184479;background: #fff;
}

.sidebar section.widget  { padding-top: 30px;
    padding-left: 20px;padding-right: 20px;
      background: #FFFFFF;
    _border: 1px solid #D8E0E8;
    border-radius: 5px;
}
.rage-filter .ui-slider-horizontal {
  height: 4px !important
}

.rage-filter .ui-slider-horizontal .ui-slider-range {
    background: #DBDEDF;height: 4px;background: #184479;
}
.rage-filter .ui-widget.ui-widget-content {
  background: #DBDEDF;border: 0 !important     ;
}
.rage-filter .ui-state-default, .ui-widget-content .ui-state-default {
   background: #FFFFFF !important;border-radius:50%;
   border: 2px solid #184479 !important;
   width:18px; height: 18px; top: -8px !important;
}
.ship-upakovka {
  border: 1px solid #D8E0E8;
    border-radius: 5px; padding: 50px 50px 60px; margin-bottom: 50px;
}
.ship-pay {
   border: 1px solid #D8E0E8;
    border-radius: 5px; padding: 80px 60px 30px; margin-bottom: 60px;
}
.ship-free,.ship-notfree {
    border: 1px solid #D8E0E8;
    border-radius: 5px; padding: 80px 60px 80px; margin-bottom: 50px;
}
.ship-blok4 {
 border: 1px solid #D8E0E8;
    border-radius: 5px; padding: 50px 55px 50px; margin-bottom: 50px;
}
.shipping-grey-map b {
    font-weight: 700; text-transform: uppercase;
}
.shipping-grey-map { align-items: center;
  display: flex;justify-content: space-around;   background: #ECEFF1;
  border-radius: 5px;padding: 20px;   color: #184479;   font-weight: 400;
  font-size: 23px;
  line-height: 28px; margin-bottom: 100px;
}
.ship-blok4 span {
  display: inline-block;width: 100px;height: 100px;
  background: #FFFFFF;
border: 1px solid #9FACBA;border-radius:50%;
  background-position:center;background-repeat: no-repeat; margin-bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23785 5.05266C8.77426 5.05266 8.39801 5.42994 8.39801 5.8948C8.39801 6.35966 8.77426 6.73694 9.23785 6.73694C9.70145 6.73694 10.0777 6.35966 10.0777 5.8948C10.0777 5.42994 9.70145 5.05266 9.23785 5.05266Z' fill='%23FF8200'/%3E%3Cpath d='M39.5503 12.255L38.3351 9.8179C37.9055 8.95623 37.042 8.42105 36.0816 8.42105H29.0574V2.52633C29.0574 1.13335 27.9272 0 26.5379 0H2.51945C1.13018 0 0 1.13327 0 2.52633V24.421C0 25.814 1.13018 26.9473 2.51945 26.9473H5.03889C5.03889 28.2404 5.52642 29.4211 6.32603 30.3157H0.839843C0.375998 30.3157 0 30.6928 0 31.1579C0 31.6229 0.375998 32 0.839843 32H42.1584C42.6223 32 42.9983 31.6229 42.9983 31.1579C42.9983 30.6928 42.6223 30.3157 42.1584 30.3157H40.0315C40.8312 29.421 41.3186 28.2404 41.3186 26.9473C41.3186 26.8993 41.3163 26.8516 41.315 26.8037C42.2943 26.457 42.9982 25.5202 42.9982 24.421V19.7658C42.9982 18.7831 43.1923 19.7006 39.5503 12.255ZM38.2801 13.4736L40.7996 18.5263H32.4166V13.4736H38.2801ZM1.6796 20.2105H3.3592V21.8947H1.6796V20.2105ZM10.0777 30.3157C8.22542 30.3157 6.71849 28.8046 6.71849 26.9473C6.71849 26.7179 6.74117 26.4922 6.78652 26.2726C7.10239 24.7118 8.48653 23.5789 10.0777 23.5789C11.6689 23.5789 13.0531 24.7117 13.3689 26.2726C13.3691 26.2739 13.3694 26.275 13.3696 26.2762C13.4143 26.4921 13.4369 26.7179 13.4369 26.9473C13.4369 28.8047 11.93 30.3157 10.0777 30.3157ZM10.0777 21.8947C7.92594 21.8947 6.02697 23.2769 5.32687 25.2631H2.51945C2.05636 25.2631 1.6796 24.8853 1.6796 24.4209V23.5788H4.19905C4.66289 23.5788 5.03889 23.2017 5.03889 22.7366V19.3683C5.03889 18.9032 4.66289 18.5261 4.19905 18.5261H1.6796V2.52633C1.6796 2.06198 2.05636 1.68419 2.51945 1.68419H26.5379C27.001 1.68419 27.3778 2.06198 27.3778 2.52633C27.3778 3.1528 27.3778 23.2436 27.3778 25.2631H14.8281C14.1267 23.2759 12.2285 21.8947 10.0777 21.8947ZM13.8294 30.3157C14.6291 29.421 15.1165 28.2404 15.1165 26.9473C15.7613 26.9473 30.9663 26.9473 31.2408 26.9473C31.2408 28.2404 31.7283 29.4211 32.528 30.3157H13.8294ZM36.2797 30.3157C34.4274 30.3157 32.9205 28.8046 32.9205 26.9473C32.9205 26.7179 32.9432 26.4922 32.9885 26.2726C33.3044 24.7118 34.6885 23.5789 36.2797 23.5789C37.8709 23.5789 39.2551 24.7117 39.5709 26.2726C39.5711 26.2739 39.5714 26.275 39.5716 26.2762C39.6163 26.4921 39.6389 26.7179 39.6389 26.9473C39.639 28.8047 38.132 30.3157 36.2797 30.3157ZM41.3186 24.421C41.3186 24.7011 41.181 24.9489 40.9706 25.1022C40.2255 23.2016 38.372 21.8948 36.2797 21.8948C34.1279 21.8948 32.229 23.277 31.5289 25.2631H29.0573V10.1052H36.0815C36.4017 10.1052 36.6895 10.2838 36.8327 10.571L37.4403 11.7894H31.5768C31.113 11.7894 30.737 12.1665 30.737 12.6316V19.3684C30.737 19.8335 31.113 20.2106 31.5768 20.2106H41.3186V24.421Z' fill='%23FF8200'/%3E%3Cpath d='M23.1787 5.05266H12.5971C12.1333 5.05266 11.7573 5.42977 11.7573 5.8948C11.7573 6.35983 12.1333 6.73694 12.5971 6.73694H23.1787C23.6426 6.73694 24.0186 6.35983 24.0186 5.8948C24.0186 5.42977 23.6425 5.05266 23.1787 5.05266Z' fill='%23FF8200'/%3E%3Cpath d='M23.1787 8.42105H15.9563C15.4925 8.42105 15.1165 8.79816 15.1165 9.26319C15.1165 9.72821 15.4925 10.1053 15.9563 10.1053H23.1787C23.6426 10.1053 24.0186 9.72821 24.0186 9.26319C24.0186 8.79816 23.6425 8.42105 23.1787 8.42105Z' fill='%23FF8200'/%3E%3Cpath d='M36.2797 25.2631C35.3535 25.2631 34.6001 26.0187 34.6001 26.9473C34.6001 27.876 35.3536 28.6315 36.2797 28.6315C37.2059 28.6315 37.9593 27.876 37.9593 26.9473C37.9593 26.0186 37.2059 25.2631 36.2797 25.2631Z' fill='%23FF8200'/%3E%3Cpath d='M10.0777 25.2631C9.15152 25.2631 8.3981 26.0187 8.3981 26.9473C8.3981 27.876 9.1516 28.6315 10.0777 28.6315C11.0039 28.6315 11.7573 27.876 11.7573 26.9473C11.7573 26.0186 11.0039 25.2631 10.0777 25.2631Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");
}
.ship-blok4 p {  max-width: 235px;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #000000;
}
.ship-blok4 span.icon2 {background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='60' height='60' fill='url(%23pattern0)'/%3E%3Cdefs%3E%3Cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_195_9616' transform='scale(0.002)'/%3E%3C/pattern%3E%3Cimage id='image0_195_9616' width='500' height='500' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A"); }
.ship-blok4 span.icon3 {background-image: url("data:image/svg+xml,%3Csvg width='30' height='41' viewBox='0 0 30 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C6.72896 0 0 6.66107 0 14.8486C0 25.0096 13.4235 39.9264 13.995 40.5565C14.5319 41.1484 15.4691 41.1473 16.005 40.5565C16.5765 39.9264 30 25.0096 30 14.8486C29.9998 6.66107 23.271 0 15 0ZM15 37.6151C10.4823 32.3028 2.70122 21.8223 2.70122 14.8487C2.70122 8.13547 8.21838 2.67397 15 2.67397C21.7816 2.67397 27.2988 8.13547 27.2988 14.8487C27.2987 21.8225 19.5188 32.3012 15 37.6151Z' fill='%23FF8200'/%3E%3Cpath d='M15 7.37793C10.8386 7.37793 7.4532 10.7293 7.4532 14.8487C7.4532 18.968 10.8387 22.3194 15 22.3194C19.1613 22.3194 22.5467 18.968 22.5467 14.8487C22.5467 10.7293 19.1613 7.37793 15 7.37793ZM15 19.6454C12.3281 19.6454 10.1544 17.4936 10.1544 14.8487C10.1544 12.2037 12.3281 10.0519 15 10.0519C17.6719 10.0519 19.8456 12.2037 19.8456 14.8487C19.8456 17.4936 17.6719 19.6454 15 19.6454Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }
.ship-blok4 span.icon4 {background-image: url("data:image/svg+xml,%3Csvg width='44' height='39' viewBox='0 0 44 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M42.7109 0H11.6875C10.9756 0 10.3984 0.582053 10.3984 1.3V18.2852C8.67341 18.5833 7.08271 19.4706 5.91723 20.8H5.24219V19.5C5.24219 18.782 4.66503 18.2 3.95312 18.2H1.28906C0.577156 18.2 0 18.782 0 19.5C0 20.2179 0.577156 20.8 1.28906 20.8H2.66406V36.4H1.28906C0.577156 36.4 0 36.982 0 37.7C0 38.4179 0.577156 39 1.28906 39H3.95312C4.66503 39 5.24219 38.4179 5.24219 37.7V36.4H6.33059C14.5516 39.024 14.241 39 14.6094 39H32.3125C34.9793 39 36.8474 36.3291 35.958 33.8H42.7109C43.4228 33.8 44 33.2179 44 32.5V1.3C44 0.582053 43.4228 0 42.7109 0ZM24.5781 2.6H29.7344V9.1H24.5781V2.6ZM33.6016 35.1C33.6016 35.8168 33.0233 36.4 32.3125 36.4H14.81C6.58909 33.776 6.89975 33.8 6.53125 33.8H5.24219V23.4H6.53125C6.94066 23.4 7.32574 23.2039 7.56869 22.8716C9.6103 20.0799 13.7631 20.0776 15.8062 22.8716C16.0493 23.2039 16.4343 23.4 16.8438 23.4H23.2891C23.9999 23.4 24.5781 23.9832 24.5781 24.7C24.5781 25.4168 23.9999 26 23.2891 26H15.5547C14.8428 26 14.2656 26.582 14.2656 27.3C14.2656 30.8841 17.157 33.8 20.7109 33.8H32.3125C33.0233 33.8 33.6016 34.3832 33.6016 35.1ZM41.4219 31.2C40.6404 31.2 21.7727 31.2 20.7109 31.2C19.0303 31.2 17.5966 30.1133 17.0646 28.6H23.2891C25.4214 28.6 27.1562 26.8505 27.1562 24.7C27.1562 22.5495 25.4214 20.8 23.2891 20.8H17.4578C16.2924 19.4706 14.7016 18.5833 12.9766 18.2852V2.6H22V10.4C22 11.1179 22.5772 11.7 23.2891 11.7H31.0234C31.7353 11.7 32.3125 11.1179 32.3125 10.4V2.6H41.4219V31.2Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }

.ship-free .title,
.ship-notfree .title { margin-bottom: 57px;
   font-weight: 700;
font-size: 20px;
line-height: 24px;
color: #000000;
}
.ship-free ul, .ship-free li,.ship-notfree ul,.ship-notfree li {
  margin: 0;padding: 0;list-style: none
}
.ship-free li,.ship-notfree li { display: flex;justify-content: flex-start;align-items: center;
font-weight: 400;
font-size: 16px;
line-height: 140%;
color: #000000;
}
.ship-notfree li ul {
  margin-left: 20px;
}
.ship-notfree li ul li {
  margin-top: 10px; list-style: disc
}

.ship-free li + li,.ship-notfree li + li  {
  margin-top: 50px;
}
.ship-pay .title {  margin-bottom: 20px;
 text-transform: uppercase;
font-weight: 700;
font-size: 20px;
line-height: 240%;
color: #000000;
}
.ship-pay > p {   color: #FF8200; margin-bottom: 50px;
   font-weight: 700;
font-size: 20px;
line-height: 24px;
}

.ship-free span,.ship-notfree  span { min-width: 100px;
  display: block;width: 100px;height: 100px;
  background: #FFFFFF;
 border: 1px solid #9FACBA;border-radius:50%;
  background-position:center;background-repeat: no-repeat; margin-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='43' height='32' viewBox='0 0 43 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23785 5.05266C8.77426 5.05266 8.39801 5.42994 8.39801 5.8948C8.39801 6.35966 8.77426 6.73694 9.23785 6.73694C9.70145 6.73694 10.0777 6.35966 10.0777 5.8948C10.0777 5.42994 9.70145 5.05266 9.23785 5.05266Z' fill='%23FF8200'/%3E%3Cpath d='M39.5503 12.255L38.3351 9.8179C37.9055 8.95623 37.042 8.42105 36.0816 8.42105H29.0574V2.52633C29.0574 1.13335 27.9272 0 26.5379 0H2.51945C1.13018 0 0 1.13327 0 2.52633V24.421C0 25.814 1.13018 26.9473 2.51945 26.9473H5.03889C5.03889 28.2404 5.52642 29.4211 6.32603 30.3157H0.839843C0.375998 30.3157 0 30.6928 0 31.1579C0 31.6229 0.375998 32 0.839843 32H42.1584C42.6223 32 42.9983 31.6229 42.9983 31.1579C42.9983 30.6928 42.6223 30.3157 42.1584 30.3157H40.0315C40.8312 29.421 41.3186 28.2404 41.3186 26.9473C41.3186 26.8993 41.3163 26.8516 41.315 26.8037C42.2943 26.457 42.9982 25.5202 42.9982 24.421V19.7658C42.9982 18.7831 43.1923 19.7006 39.5503 12.255ZM38.2801 13.4736L40.7996 18.5263H32.4166V13.4736H38.2801ZM1.6796 20.2105H3.3592V21.8947H1.6796V20.2105ZM10.0777 30.3157C8.22542 30.3157 6.71849 28.8046 6.71849 26.9473C6.71849 26.7179 6.74117 26.4922 6.78652 26.2726C7.10239 24.7118 8.48653 23.5789 10.0777 23.5789C11.6689 23.5789 13.0531 24.7117 13.3689 26.2726C13.3691 26.2739 13.3694 26.275 13.3696 26.2762C13.4143 26.4921 13.4369 26.7179 13.4369 26.9473C13.4369 28.8047 11.93 30.3157 10.0777 30.3157ZM10.0777 21.8947C7.92594 21.8947 6.02697 23.2769 5.32687 25.2631H2.51945C2.05636 25.2631 1.6796 24.8853 1.6796 24.4209V23.5788H4.19905C4.66289 23.5788 5.03889 23.2017 5.03889 22.7366V19.3683C5.03889 18.9032 4.66289 18.5261 4.19905 18.5261H1.6796V2.52633C1.6796 2.06198 2.05636 1.68419 2.51945 1.68419H26.5379C27.001 1.68419 27.3778 2.06198 27.3778 2.52633C27.3778 3.1528 27.3778 23.2436 27.3778 25.2631H14.8281C14.1267 23.2759 12.2285 21.8947 10.0777 21.8947ZM13.8294 30.3157C14.6291 29.421 15.1165 28.2404 15.1165 26.9473C15.7613 26.9473 30.9663 26.9473 31.2408 26.9473C31.2408 28.2404 31.7283 29.4211 32.528 30.3157H13.8294ZM36.2797 30.3157C34.4274 30.3157 32.9205 28.8046 32.9205 26.9473C32.9205 26.7179 32.9432 26.4922 32.9885 26.2726C33.3044 24.7118 34.6885 23.5789 36.2797 23.5789C37.8709 23.5789 39.2551 24.7117 39.5709 26.2726C39.5711 26.2739 39.5714 26.275 39.5716 26.2762C39.6163 26.4921 39.6389 26.7179 39.6389 26.9473C39.639 28.8047 38.132 30.3157 36.2797 30.3157ZM41.3186 24.421C41.3186 24.7011 41.181 24.9489 40.9706 25.1022C40.2255 23.2016 38.372 21.8948 36.2797 21.8948C34.1279 21.8948 32.229 23.277 31.5289 25.2631H29.0573V10.1052H36.0815C36.4017 10.1052 36.6895 10.2838 36.8327 10.571L37.4403 11.7894H31.5768C31.113 11.7894 30.737 12.1665 30.737 12.6316V19.3684C30.737 19.8335 31.113 20.2106 31.5768 20.2106H41.3186V24.421Z' fill='%23FF8200'/%3E%3Cpath d='M23.1787 5.05266H12.5971C12.1333 5.05266 11.7573 5.42977 11.7573 5.8948C11.7573 6.35983 12.1333 6.73694 12.5971 6.73694H23.1787C23.6426 6.73694 24.0186 6.35983 24.0186 5.8948C24.0186 5.42977 23.6425 5.05266 23.1787 5.05266Z' fill='%23FF8200'/%3E%3Cpath d='M23.1787 8.42105H15.9563C15.4925 8.42105 15.1165 8.79816 15.1165 9.26319C15.1165 9.72821 15.4925 10.1053 15.9563 10.1053H23.1787C23.6426 10.1053 24.0186 9.72821 24.0186 9.26319C24.0186 8.79816 23.6425 8.42105 23.1787 8.42105Z' fill='%23FF8200'/%3E%3Cpath d='M36.2797 25.2631C35.3535 25.2631 34.6001 26.0187 34.6001 26.9473C34.6001 27.876 35.3536 28.6315 36.2797 28.6315C37.2059 28.6315 37.9593 27.876 37.9593 26.9473C37.9593 26.0186 37.2059 25.2631 36.2797 25.2631Z' fill='%23FF8200'/%3E%3Cpath d='M10.0777 25.2631C9.15152 25.2631 8.3981 26.0187 8.3981 26.9473C8.3981 27.876 9.1516 28.6315 10.0777 28.6315C11.0039 28.6315 11.7573 27.876 11.7573 26.9473C11.7573 26.0186 11.0039 25.2631 10.0777 25.2631Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");
}
.ship-pay span {
  min-width: 100px;
  display: block;width: 100px;height: 100px;
  background: #FFFFFF;
 border: 1px solid #9FACBA;border-radius:50%;
  background-position:center;background-repeat: no-repeat; margin-bottom: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='39' viewBox='0 0 45 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.9368 21.8908C44.9367 21.8906 44.937 21.891 44.9368 21.8908L36.4404 0.557032C36.2601 0.103757 35.7463 -0.117525 35.2931 0.0627911C35.2927 0.0629015 35.2924 0.0630119 35.2921 0.0632327L0.824177 13.788C0.683612 13.8488 0.561708 13.9457 0.470832 14.0689C0.184181 14.2179 0.00309177 14.5127 0 14.8357V37.8031C0 38.2909 0.395525 38.6865 0.883362 38.6865H37.9846C38.4724 38.6865 38.8679 38.2909 38.8679 37.8031V25.2594L44.4437 23.0386C44.8969 22.8578 45.1176 22.3439 44.9368 21.8908ZM37.1012 36.9197H1.76672V15.7191H37.1012V36.9197ZM14.7389 13.9567L29.5299 8.06296C30.85 9.4505 32.6791 10.2391 34.5942 10.2466L36.0694 13.9567H14.7389ZM38.8679 23.3619V14.8357C38.8679 14.3479 38.4724 13.9523 37.9846 13.9523H37.9704L36.0986 9.25108C36.0778 9.21188 36.0536 9.17456 36.0261 9.13978C35.9314 8.71433 35.5374 8.42403 35.103 8.45959C33.3211 8.62202 31.5779 7.87138 30.4716 6.46496C30.1963 6.12519 29.7124 6.04072 29.3382 6.26708C29.2963 6.27205 29.2546 6.27978 29.2137 6.29005L11.156 13.4806C10.9375 13.5663 10.7627 13.7362 10.671 13.9523H5.1871L35.126 2.03136L42.9694 21.7259L38.8679 23.3619Z' fill='%23FF8200'/%3E%3Cpath d='M4.16417 30.9562C5.87922 31.4631 7.22126 32.8035 7.7303 34.5179C7.84194 34.8921 8.18611 35.1485 8.57656 35.1486C8.62238 35.1457 8.66788 35.1389 8.7126 35.1283C8.75224 35.1395 8.79276 35.1478 8.83362 35.153H30.0343C30.0707 35.1483 30.1067 35.1409 30.1421 35.1309C30.5834 35.2383 31.0282 34.9676 31.1356 34.5263C31.136 34.5246 31.1364 34.5231 31.1367 34.5214C31.6445 32.8053 32.9867 31.463 34.7029 30.9553C35.119 30.8281 35.3777 30.4133 35.3089 29.9836C35.3207 29.9407 35.3292 29.897 35.3345 29.8528V22.786C35.3293 22.7417 35.3205 22.6979 35.308 22.6552C35.3772 22.2253 35.1185 21.8104 34.702 21.6835C32.9858 21.1759 31.6439 19.8331 31.1376 18.1165C31.0098 17.6975 30.5909 17.4382 30.1589 17.5105C30.118 17.4991 30.0764 17.4909 30.0343 17.4858H8.83362C8.78912 17.4911 8.74506 17.4999 8.702 17.5123C8.27235 17.4438 7.85784 17.7023 7.7303 18.1183C7.22226 19.8341 5.8801 21.1759 4.16417 21.6835C3.74799 21.8107 3.48939 22.2255 3.55818 22.6552C3.5467 22.6982 3.53842 22.7418 3.53345 22.786V29.8528C3.53853 29.8944 3.54681 29.9354 3.55818 29.9756C3.48575 30.4082 3.7449 30.8275 4.16417 30.9562ZM5.30017 23.1446C7.07396 22.4322 8.47983 21.0263 9.19226 19.2525H29.6748C30.3875 21.0263 31.7937 22.4322 33.5678 23.1446V29.4942C31.7945 30.2074 30.3889 31.6131 29.6757 33.3863H9.19226C8.47906 31.6131 7.07341 30.2074 5.30017 29.4942V23.1446Z' fill='%23FF8200'/%3E%3Cpath d='M19.434 31.6196C22.3612 31.6196 24.7341 29.2466 24.7341 26.3194C24.7341 23.3922 22.3612 21.0192 19.434 21.0192C16.5067 21.0192 14.1338 23.3922 14.1338 26.3194C14.1367 29.2454 16.5079 31.6167 19.434 31.6196ZM19.434 22.7859C21.3854 22.7859 22.9674 24.3679 22.9674 26.3194C22.9674 28.2709 21.3854 29.8528 19.434 29.8528C17.4825 29.8528 15.9005 28.2709 15.9005 26.3194C15.9005 24.3679 17.4825 22.7859 19.434 22.7859Z' fill='%23FF8200'/%3E%3Cpath d='M9.71698 27.6444C10.4487 27.6444 11.042 27.0512 11.042 26.3194C11.042 25.5876 10.4487 24.9944 9.71698 24.9944C8.98522 24.9944 8.39194 25.5876 8.39194 26.3194C8.39194 27.0513 8.98522 27.6444 9.71698 27.6444ZM9.71698 25.8777C9.9609 25.8777 10.1587 26.0755 10.1587 26.3194C10.1587 26.5633 9.9609 26.7611 9.71698 26.7611C9.47306 26.7611 9.2753 26.5633 9.2753 26.3194C9.2753 26.0755 9.47306 25.8777 9.71698 25.8777Z' fill='%23FF8200'/%3E%3Cpath d='M29.1509 27.6444C29.8827 27.6444 30.476 27.0512 30.476 26.3194C30.476 25.5876 29.8827 24.9944 29.1509 24.9944C28.4192 24.9944 27.8259 25.5876 27.8259 26.3194C27.8259 27.0513 28.4192 27.6444 29.1509 27.6444ZM29.1509 25.8777C29.3949 25.8777 29.5926 26.0755 29.5926 26.3194C29.5926 26.5633 29.3949 26.7611 29.1509 26.7611C28.907 26.7611 28.7093 26.5633 28.7093 26.3194C28.7093 26.0755 28.907 25.8777 29.1509 25.8777Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");
}
.ship-pay .span4 div {
      color: #000000; font-weight: 700;
font-size: 20px;   margin-bottom: 25px;
line-height: 24px;
}
.ship-pay .span4 p {color: #000000;    font-weight: 400;
font-size: 16px;   max-width: 400px;
line-height: 19px;
}
.ship-pay .span4 {
  margin-bottom: 58px;
}
.ship-pay span.icon2 { background-image: url("data:image/svg+xml,%3Csvg width='36' height='40' viewBox='0 0 36 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1764 37.0773C27.8481 37.0371 27.5494 37.267 27.5087 37.5905C27.4209 38.291 26.8138 38.8192 26.0958 38.8192H2.62217C1.83708 38.8192 1.19808 38.1903 1.19808 37.4157V13.5152L4.45599 24.1009C4.53423 24.3559 4.77228 24.5205 5.02864 24.5205C5.08611 24.5205 5.14524 24.5118 5.20272 24.4945C5.51979 24.4001 5.69871 24.0702 5.60208 23.7585L2.61337 14.0466C3.02073 15.0455 4.0143 15.7531 5.17315 15.7531C6.69386 15.7531 7.93182 14.533 7.93182 13.0343C7.93182 11.9855 7.93182 7.06382 7.93182 6.25288C11.9233 5.05898 16.7168 3.62671 21.1582 2.29897C21.4745 2.20374 21.6534 1.87468 21.5576 1.56218C21.461 1.25046 21.1263 1.07413 20.81 1.16858L9.72807 4.48171C9.08828 3.24585 7.78406 2.39812 6.28174 2.39812C4.14922 2.39812 2.41448 4.1078 2.41448 6.20952V6.66843L1.87933 6.8282C0.765984 7.16046 0.0183906 8.1539 0.0183906 9.29999L0 9.99898V37.4158C0 38.8413 1.17644 40 2.62209 40H26.0957C27.4175 40 28.5357 39.0263 28.6978 37.7353C28.7388 37.4118 28.5047 37.1166 28.1764 37.0773ZM3.61264 6.2096C3.61264 4.7589 4.80985 3.5789 6.28189 3.5789C7.24193 3.5789 8.08536 4.08109 8.55496 4.83288L7.52144 5.14148C6.57155 4.0646 4.76705 4.59976 4.58782 6.01835C4.56673 6.18116 4.57411 11.8641 4.57426 12.0819C4.57426 12.4077 4.84259 12.6723 5.17331 12.6723C5.50402 12.6723 5.77235 12.4078 5.77235 12.0819C5.77235 11.6471 5.77235 6.48273 5.77235 6.2246C5.77235 5.96327 5.98796 5.7507 6.2532 5.7507C6.51844 5.7507 6.73405 5.96319 6.73405 6.2246C6.73405 7.03374 6.73405 12.1341 6.73405 13.0343C6.73405 13.882 6.03362 14.5724 5.17339 14.5724C4.31315 14.5724 3.61272 13.8821 3.61272 13.0343C3.61264 11.5771 3.61264 7.68421 3.61264 6.2096ZM1.63343 8.3121C1.63423 8.31054 1.63502 8.30976 1.63581 8.31054C1.69043 8.27374 1.95353 8.00421 2.41456 7.93976C2.43398 13.2451 2.37072 13.1051 2.47203 13.5877L1.27807 9.70851C1.12008 9.1896 1.2772 8.66538 1.63343 8.3121Z' fill='%23FF8200'/%3E%3Cpath d='M27.6125 1.8353C27.1798 0.429678 25.6938 -0.29501 24.3426 0.113037L23.1031 0.483037C22.7868 0.578272 22.6079 0.907334 22.7037 1.21983C22.7996 1.53155 23.1343 1.70788 23.4505 1.61343C24.6252 1.27882 24.7542 1.1821 25.1047 1.1821C25.7253 1.1821 26.2859 1.5914 26.4664 2.17866L34.7385 29.0571C34.9738 29.8152 34.518 30.59 33.7896 30.8077C9.79458 37.9809 11.234 37.5836 10.9126 37.5836C10.2912 37.5836 9.73132 37.1743 9.55082 36.587L6.29775 26.0178C6.20191 25.7061 5.86723 25.5298 5.55095 25.6242C5.23387 25.7194 5.05575 26.0493 5.15159 26.361L8.40387 36.9302C8.74172 38.0275 9.74963 38.7643 10.9126 38.7643C11.1698 38.7643 11.4262 38.7265 11.6745 38.6525L27.5199 33.9154V35.3023C27.5199 35.6282 27.7874 35.8927 28.1189 35.8927C28.4495 35.8927 28.7179 35.6283 28.7179 35.3023V33.5572L34.1371 31.9372C35.2504 31.6042 35.9988 30.6109 35.9988 29.4655C35.9988 28.747 36.2942 30.1764 27.6125 1.8353Z' fill='%23FF8200'/%3E%3Cpath d='M18.1612 14.358C17.6548 12.7126 16.3155 12.634 15.5153 12.5872C14.7928 12.535 14.2906 12.5677 14.1271 12.0362C13.97 11.5259 14.3347 11.2621 14.8535 11.1069C15.6123 10.8801 15.8762 11.1757 16.2409 11.0666C16.6697 10.9384 16.7744 10.4367 16.6826 10.139C16.4876 9.50507 15.5068 9.57038 14.9814 9.65476L14.9084 9.41741C14.7882 9.02687 14.368 8.80554 13.9718 8.92398C13.5755 9.04241 13.3509 9.45648 13.4712 9.8471L13.5715 10.173C12.7351 10.7151 12.4393 11.5384 12.7385 12.5105C13.1695 13.9108 14.3019 13.9834 15.2119 14.0416C16.1195 14.0998 16.5649 14.1576 16.7726 14.8323C16.9512 15.4127 16.7281 15.7745 16.0707 15.971C15.0113 16.2877 14.8522 15.5173 14.2745 15.6901C13.8942 15.8037 13.7197 16.2836 13.8234 16.6205C13.9935 17.1734 14.8602 17.5229 15.8096 17.4452L15.882 17.6805C16.0022 18.0711 16.4223 18.2924 16.8187 18.1739C17.2149 18.0555 17.4395 17.6414 17.3193 17.2508L17.2421 16.9998C18.1762 16.4471 18.5112 15.4952 18.1612 14.358Z' fill='%23FF8200'/%3E%3Cpath d='M27.3651 17.4563C27.2691 17.1443 26.9344 16.9682 26.618 17.0627L9.54187 22.1677C9.22534 22.2623 9.04651 22.592 9.1425 22.904C9.2381 23.2145 9.57143 23.3926 9.88962 23.2976L26.9658 18.1926C27.2824 18.0979 27.4612 17.7683 27.3651 17.4563Z' fill='%23FF8200'/%3E%3Cpath d='M28.3626 20.6957C28.2659 20.384 27.9312 20.2077 27.615 20.3021L10.5389 25.4069C10.2226 25.5021 10.0437 25.8312 10.1396 26.1437C10.236 26.4567 10.5722 26.6309 10.8872 26.5373C10.8965 26.5345 27.9287 21.4428 27.9632 21.4325C28.2795 21.3372 28.4584 21.0074 28.3626 20.6957Z' fill='%23FF8200'/%3E%3Cpath d='M29.3593 23.9348C29.265 23.6292 28.9374 23.4466 28.6125 23.5412L11.5357 28.6467C10.8793 28.8427 11.0245 29.8023 11.7097 29.8023C11.7672 29.8023 11.8256 29.7936 11.8838 29.7763C15.685 28.64 24.9243 25.878 28.9599 24.6716C29.2762 24.5772 29.4552 24.2473 29.3593 23.9348Z' fill='%23FF8200'/%3E%3Cpath d='M30.3561 27.1748C30.2603 26.8631 29.9256 26.6868 29.6093 26.7812L28.718 27.0481C13.6201 31.5612 12.5854 31.8704 12.5349 31.8855C12.5347 31.8855 12.5346 31.8856 12.5345 31.8856L12.5347 31.8855C12.5341 31.8857 12.5337 31.8859 12.5334 31.8859L12.5336 31.8859C12.5334 31.8859 12.5333 31.8859 12.5333 31.8859C11.8756 32.082 12.0226 33.0416 12.7066 33.0416C12.8415 33.0416 11.8378 33.3307 29.9568 27.9109C30.2739 27.8163 30.4528 27.4865 30.3561 27.1748Z' fill='%23FF8200'/%3E%3Cpath d='M12.5347 31.8855H12.5349C12.5358 31.8852 12.5364 31.885 12.5364 31.885C12.5362 31.8851 12.5355 31.8853 12.5347 31.8855Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }
.ship-pay span.icon3 { background-image: url("data:image/svg+xml,%3Csvg width='45' height='36' viewBox='0 0 45 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M44.2003 3.87938C43.6172 3.18369 42.8007 2.75875 41.901 2.6829L10.2115 0.0121079C9.31171 -0.0637419 8.43685 0.218632 7.74753 0.807066C7.06102 1.39319 6.64064 2.21317 6.56312 3.11689L5.92556 9.15435H3.37982C1.51619 9.15435 0 10.6847 0 12.5658V32.5885C0 34.4696 1.51619 36 3.37982 36H35.1797C37.0434 36 38.5596 34.4696 38.5596 32.5885V29.3405L39.688 29.4356C39.7832 29.4436 39.8778 29.4476 39.9717 29.4476C41.7091 29.4476 43.1902 28.0983 43.3374 26.3198L44.988 6.36654C45.0631 5.45838 44.7833 4.57516 44.2003 3.87938ZM3.37982 10.9286H35.1797C36.074 10.9286 36.8018 11.6631 36.8018 12.5658V14.3903H1.7578V12.5658C1.7578 11.6631 2.48545 10.9286 3.37982 10.9286ZM1.7578 16.1645H36.8018V19.8452H1.7578V16.1645ZM35.1797 34.2257H3.37982C2.48545 34.2257 1.7578 33.4913 1.7578 32.5885V21.6194H36.8018V32.5885C36.8018 33.4913 36.074 34.2257 35.1797 34.2257ZM43.2363 6.21883L41.5856 26.1721C41.5112 27.0717 40.7254 27.7428 39.8342 27.6674L38.5596 27.56V12.5658C38.5596 10.6847 37.0434 9.15435 35.1797 9.15435H7.69338L8.31204 3.29573C8.31275 3.28899 8.31336 3.28234 8.31389 3.27551C8.38833 2.37587 9.17372 1.70484 10.0653 1.78025L41.7548 4.45105C42.1866 4.48742 42.5785 4.69137 42.8583 5.02529C43.138 5.3592 43.2723 5.78298 43.2363 6.21883Z' fill='%23FF8200'/%3E%3Cpath d='M33.1235 24.257H24.6647C24.1793 24.257 23.7858 24.6542 23.7858 25.1442V30.7144C23.7858 31.2044 24.1793 31.6015 24.6647 31.6015H33.1235C33.6089 31.6015 34.0024 31.2044 34.0024 30.7144V25.1442C34.0024 24.6542 33.6089 24.257 33.1235 24.257ZM32.2446 29.8273H25.5436V26.0313H32.2446V29.8273Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }
.ship-pay span.icon4 { background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.47661 39.9841C7.31321 39.8205 7.08645 39.7266 6.85529 39.7266C6.62413 39.7266 6.39737 39.8205 6.23389 39.9841C6.07041 40.1477 5.97636 40.3743 5.97636 40.6055C5.97636 40.8366 6.07032 41.0634 6.23389 41.2268C6.39737 41.3903 6.62413 41.4844 6.85529 41.4844C7.08645 41.4844 7.31321 41.3903 7.47661 41.2268C7.64009 41.0634 7.73422 40.8366 7.73422 40.6055C7.73422 40.3743 7.64017 40.1476 7.47661 39.9841Z' fill='%23FF8200'/%3E%3Cpath d='M41.2672 16.0785C41.1037 15.9149 40.8778 15.821 40.6458 15.821C40.4146 15.821 40.1879 15.9149 40.0244 16.0785C39.861 16.242 39.7669 16.4687 39.7669 16.6999C39.7669 16.931 39.8609 17.1578 40.0244 17.3212C40.1879 17.4847 40.4146 17.5788 40.6458 17.5788C40.8778 17.5788 41.1037 17.4848 41.2672 17.3212C41.4315 17.1578 41.5255 16.931 41.5255 16.6999C41.5255 16.4687 41.4315 16.242 41.2672 16.0785Z' fill='%23FF8200'/%3E%3Cpath d='M44.7426 0.257431C44.5777 0.0926365 44.3541 0 44.1209 0L22.4998 0.00114258C22.0144 0.00114258 21.6209 0.394716 21.6209 0.880047V3.39345L13.2897 5.62578C12.8208 5.75146 12.5425 6.23337 12.6682 6.70217L16.9861 22.8162L13.2507 26.5514C12.7753 25.8573 11.9771 25.4008 11.0741 25.4008H2.6367C1.18277 25.4008 0 26.5836 0 28.0374V42.3632C0 43.8171 1.18277 44.9999 2.6367 44.9999H11.0742C12.3094 44.9999 13.3485 44.146 13.6332 42.9978L14.6783 43.9091C15.4851 44.6126 16.5187 45 17.5891 45H44.1211C44.6064 45 45 44.6064 45 44.1211V0.878905C44.9998 0.645819 44.9074 0.422226 44.7426 0.257431ZM11.953 42.3633C11.953 42.8478 11.5587 43.2422 11.0741 43.2422H2.63661C2.15197 43.2422 1.75768 42.8479 1.75768 42.3633V28.0375C1.75768 27.5529 2.15197 27.1586 2.63661 27.1586H5.97645V37.2831C5.97645 37.7685 6.37003 38.162 6.85538 38.162C7.34072 38.162 7.73431 37.7685 7.73431 37.2831V27.1586H11.0741C11.5588 27.1586 11.9531 27.5529 11.9531 28.0375L11.953 42.3633ZM14.5936 7.09619L21.6209 5.21322V8.47L21.0319 8.62786C20.8066 8.68824 20.6147 8.83545 20.4982 9.03734C20.3817 9.23922 20.35 9.47907 20.4104 9.70425C20.7482 10.9647 19.9975 12.2649 18.737 12.6026C18.5116 12.6631 18.3193 12.8106 18.2029 13.0129C18.0864 13.2151 18.055 13.4554 18.1159 13.6808L21.5419 26.3667H19.7779L18.8688 22.8103C18.8399 22.6971 18.7893 22.5928 18.7215 22.5021L14.5936 7.09619ZM21.6209 12.5006V19.9169L20.0179 13.9812C20.6875 13.6354 21.2355 13.1181 21.6209 12.5006ZM34.248 43.2421H17.5889C16.9434 43.2421 16.3199 43.0085 15.8334 42.5842L13.7108 40.7332V28.5773L17.5481 24.7402L18.244 27.463C18.3435 27.8521 18.6939 28.1242 19.0955 28.1242L36.3756 28.1253C37.0541 28.1253 37.6061 28.6773 37.6061 29.3558C37.6061 30.0343 37.0541 30.5862 36.3756 30.5862H27.5213C27.0359 30.5862 26.6423 30.9798 26.6423 31.4651C26.6423 31.9505 27.0359 32.344 27.5213 32.344H39.1267C39.8052 32.344 40.3572 32.896 40.3572 33.5745C40.3572 34.253 39.8052 34.805 39.1267 34.805H27.5213C27.0359 34.805 26.6423 35.1985 26.6423 35.6839C26.6423 36.1692 27.0359 36.5628 27.5213 36.5628H37.246C37.9245 36.5628 38.4765 37.1147 38.4765 37.7933C38.4765 38.4718 37.9245 39.0237 37.246 39.0237H27.5213C27.0359 39.0237 26.6423 39.4173 26.6423 39.9026C26.6423 40.388 27.0359 40.7815 27.5213 40.7815H34.248C34.9265 40.7815 35.4785 41.3335 35.4785 42.012C35.4784 42.6902 34.9264 43.2421 34.248 43.2421ZM43.2421 43.2421H36.9701C37.1405 42.8666 37.2362 42.4502 37.2362 42.0116C37.2362 41.5731 37.1405 41.1567 36.9701 40.7812H37.246C38.8937 40.7812 40.2343 39.4407 40.2343 37.793C40.2343 37.3124 40.1196 36.8583 39.9171 36.4556C41.1824 36.108 42.1148 34.9483 42.1148 33.5743C42.1148 32.9078 41.8953 32.2916 41.525 31.7941V20.6549C41.525 20.1695 41.1314 19.776 40.6461 19.776C40.1607 19.776 39.7671 20.1695 39.7671 20.6549V30.6561C39.5606 30.6108 39.3464 30.5862 39.1265 30.5862H39.0976C39.2681 30.2107 39.3638 29.7943 39.3638 29.3558C39.3638 27.708 38.0232 26.3676 36.3755 26.3676H34.9626C36.4629 25.7242 37.5165 24.2331 37.5165 22.5C37.5165 20.1806 35.6297 18.2937 33.3103 18.2937C30.9909 18.2937 29.104 20.1806 29.104 22.5C29.104 24.2331 30.1577 25.7242 31.6579 26.3676H26.8534V9.65591C28.4235 9.31375 29.6624 8.07494 30.0045 6.50477H36.6159C36.958 8.07494 38.1969 9.31375 39.767 9.65591V12.3884C39.767 12.8738 40.1606 13.2673 40.646 13.2673C41.1313 13.2673 41.5249 12.8738 41.5249 12.3884V8.87122C41.5249 8.38589 41.1313 7.99232 40.646 7.99232C39.341 7.99232 38.2795 6.93069 38.2795 5.62587C38.2795 5.14054 37.886 4.74696 37.4006 4.74696H29.2199C28.7346 4.74696 28.341 5.14054 28.341 5.62587C28.341 6.93078 27.2794 7.99232 25.9745 7.99232C25.4892 7.99232 25.0956 8.38589 25.0956 8.87122V26.3675H23.3789V1.75878L43.2421 1.75781V43.2421ZM33.3104 24.9484C31.9603 24.9484 30.862 23.85 30.862 22.5C30.862 21.15 31.9604 20.0516 33.3104 20.0516C34.6605 20.0516 35.7589 21.15 35.7589 22.5C35.7589 23.85 34.6605 24.9484 33.3104 24.9484Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");}
.ship-pay span.icon5 { background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.3042 20.9997C23.5146 20.9997 22.305 21.4197 41.8775 14.1598C42.0652 14.0907 42.2175 13.9497 42.3007 13.7681C42.3839 13.5865 42.3911 13.3793 42.3208 13.1923C39.3464 5.27584 31.7744 0.0229322 23.3042 0C22.8893 0 22.5529 0.335782 22.5529 0.74999V20.2497C22.5529 20.6639 22.8893 20.9997 23.3042 20.9997ZM24.0556 1.49998C31.3499 1.81515 37.8078 6.30156 40.6378 13.0198L24.0556 19.1698V1.49998Z' fill='%23FF8200'/%3E%3Cpath d='M40.5852 24.7497C40.593 22.3333 40.1655 19.9351 39.3229 17.6698C39.2495 17.4809 39.1027 17.3298 38.9159 17.2507C38.7291 17.1716 38.5182 17.1712 38.3311 17.2498L21.0502 23.6697V5.24993C21.0502 4.83572 20.7138 4.49994 20.2989 4.49994C12.0841 4.4951 4.67735 9.43595 1.5392 17.014C-1.59896 24.592 0.151044 33.3111 5.97155 39.0975C11.7921 44.8839 20.534 46.5953 28.1128 43.4319C33.2586 46.3843 39.8163 44.8471 43.1076 39.917C46.3989 34.987 45.2958 28.3538 40.5852 24.7497ZM19.5475 5.99992V23.8047L2.21401 19.7322C4.36327 11.8647 11.3836 6.30288 19.5475 5.99992ZM1.86088 21.1947L19.3221 25.2897L13.5368 42.2095C5.06834 38.9418 0.153436 30.0958 1.86088 21.1947ZM14.9268 42.6969L20.8924 25.3272L38.1733 18.9223C38.6947 20.4964 39.0005 22.1337 39.0825 23.7897C33.9739 21.0942 27.6507 22.692 24.4424 27.4891C21.234 32.2863 22.18 38.7283 26.6327 42.4045C22.8636 43.7551 18.7588 43.8576 14.9268 42.6969ZM33.8231 43.4994C28.4286 43.4994 24.0556 39.1343 24.0556 33.7496C24.0556 28.3649 28.4286 23.9997 33.8231 23.9997C39.2175 23.9997 43.5905 28.3649 43.5905 33.7496C43.5905 36.3354 42.5615 38.8153 40.7297 40.6438C38.8979 42.4722 36.4136 43.4994 33.8231 43.4994Z' fill='%23FF8200'/%3E%3Cpath d='M38.8646 28.7171C38.7235 28.5751 38.5315 28.4953 38.3311 28.4953C38.1308 28.4953 37.9388 28.5751 37.7977 28.7171L28.7815 37.717C28.5648 37.9316 28.4997 38.2557 28.6167 38.5371C28.7338 38.8185 29.0098 39.0013 29.315 38.9995C29.5147 39.0007 29.7067 38.9224 29.8484 38.782L38.8646 29.7821C39.0068 29.6413 39.0868 29.4496 39.0868 29.2496C39.0868 29.0496 39.0068 28.858 38.8646 28.7171Z' fill='%23FF8200'/%3E%3Cpath d='M32.3204 29.9996C32.3204 28.757 31.3112 27.7496 30.0663 27.7496C28.8215 27.7496 27.8123 28.757 27.8123 29.9996C27.8123 31.2422 28.8215 32.2496 30.0663 32.2496C31.3112 32.2496 32.3204 31.2422 32.3204 29.9996ZM29.315 29.9996C29.315 29.5854 29.6514 29.2496 30.0663 29.2496C30.4813 29.2496 30.8177 29.5854 30.8177 29.9996C30.8177 30.4138 30.4813 30.7496 30.0663 30.7496C29.6514 30.7496 29.315 30.4138 29.315 29.9996Z' fill='%23FF8200'/%3E%3Cpath d='M37.5798 35.2495C36.3349 35.2495 35.3257 36.2569 35.3257 37.4995C35.3257 38.7421 36.3349 39.7495 37.5798 39.7495C38.8246 39.7495 39.8338 38.7421 39.8338 37.4995C39.8338 36.2569 38.8246 35.2495 37.5798 35.2495ZM37.5798 38.2495C37.1648 38.2495 36.8284 37.9137 36.8284 37.4995C36.8284 37.0853 37.1648 36.7495 37.5798 36.7495C37.9947 36.7495 38.3311 37.0853 38.3311 37.4995C38.3311 37.9137 37.9947 38.2495 37.5798 38.2495Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }
.ship-pay span.icon6 {background-image: url("data:image/svg+xml,%3Csvg width='41' height='42' viewBox='0 0 41 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6467 7.22026C20.6467 11.2079 18.2807 14.4405 15.3623 14.4405C12.4437 14.4405 10.0777 11.2079 10.0777 7.22026C10.0777 3.23259 12.4437 0 15.3623 0C18.2807 0 20.6467 3.23259 20.6467 7.22026ZM9.48356 22.6958C10.552 21.8085 11.4948 20.8484 12.3916 19.9352C14.8345 17.4476 16.9377 15.3059 20.3189 15.9181C24.3779 16.6532 25.4656 19.2622 26.8088 22.4841C27.2204 23.4714 27.656 24.5165 28.2084 25.5827C28.7454 26.6189 29.3309 27.415 29.903 28.1936C30.7081 29.2888 31.4876 30.3485 32.0698 31.9923C33.3157 35.5088 32.4967 39.7388 28.8521 41.3762C25.7794 42.7566 23.3905 41.5879 20.888 40.3639C19.3435 39.6085 17.7559 38.8321 15.9378 38.6201C14.3092 38.4305 12.7608 38.5701 11.3 38.7018C8.24817 38.977 5.57758 39.2179 3.35148 36.3506C1.33745 33.7569 1.86555 29.7903 3.87121 27.3347C5.05393 25.7167 6.57831 24.7033 7.89173 23.8297C8.48142 23.4374 9.02875 23.0735 9.48356 22.6958ZM25.3628 16.4109C28.1083 17.6144 31.6548 15.5309 33.2845 11.7569C34.914 7.98292 34.0094 3.94779 31.2638 2.744C28.5183 1.54048 24.9715 3.62431 23.3421 7.39829C21.7123 11.1723 22.6172 15.2074 25.3628 16.4109ZM39.3879 23.8668C37.2248 26.7236 33.7017 27.6792 31.5188 26.0011C29.3359 24.3228 29.3197 20.6465 31.4829 17.7896C33.6463 14.9328 37.1693 13.9775 39.3522 15.6555C41.5351 17.3336 41.5513 21.0099 39.3879 23.8668ZM6.20461 21.7007C8.84984 21.1685 10.4333 17.9065 9.74134 14.4144C9.04938 10.9226 6.34423 8.52318 3.69899 9.0553C1.05404 9.58714 -0.529426 12.8495 0.162258 16.3413C0.854222 19.8333 3.55937 22.2328 6.20461 21.7007Z' fill='%23FF8200'/%3E%3C/svg%3E%0A"); }

.ship-free span.icon2 {background-image: url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.469417 33.4708C0.210312 33.4708 0 33.2579 0 32.9955L8.43853e-05 8.4509C8.43853e-05 3.7912 3.74356 0 8.34473 0C12.947 0 16.6895 3.7912 16.6895 8.4509L16.6895 30.2878C16.6895 30.5502 16.4802 30.7632 16.22 30.7632C15.9609 30.7632 15.7506 30.5503 15.7506 30.2878V8.4509C15.7506 4.31509 12.4286 0.950779 8.34473 0.950779C4.26096 0.950723 0.938834 4.31509 0.938834 8.4509L0.938862 32.9954C0.938862 33.2579 0.72855 33.4709 0.469417 33.4708Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.57366 25.5854C4.36363 25.5854 0.938834 29.0548 0.938834 33.3174C0.938862 37.581 4.36357 41.0493 8.57358 41.0493H42.0611V38.8317H8.57358C5.57132 38.8317 3.12833 36.3579 3.12833 33.3174C3.12833 30.2769 5.57123 27.803 8.57349 27.803C10.7308 27.8029 12.673 29.0905 13.5443 31.0504L15.6088 30.3225C14.4245 27.4702 11.6541 25.5855 8.57366 25.5854ZM42.5306 42H8.57366C3.84632 42 0 38.1049 0 33.3174C8.42709e-05 28.5298 3.84624 24.6347 8.57358 24.6347C12.2105 24.6347 15.4612 26.973 16.664 30.4522C16.7052 30.572 16.6973 30.7028 16.6435 30.8157C16.5888 30.9295 16.4929 31.0168 16.3746 31.0584L13.4301 32.0982C13.1856 32.1843 12.9186 32.0537 12.8325 31.8061C12.2017 29.9807 10.4903 28.7537 8.57358 28.7537C6.08871 28.7537 4.06722 30.8008 4.06722 33.3174C4.06733 35.834 6.08865 37.8811 8.57358 37.8811L42.5305 37.881C42.7896 37.881 42.9998 38.094 42.9998 38.3564L42.9999 41.5246C42.9999 41.7871 42.7897 42 42.5306 42Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.5307 38.8318C42.2715 38.8318 42.0611 38.619 42.0611 38.3565L42.0612 8.92621H16.2203C15.961 8.92621 15.7508 8.71334 15.7508 8.45088C15.7508 8.18839 15.961 7.97551 16.2202 7.97551L42.5307 7.97546C42.7898 7.97546 43 8.18845 43 8.45088L43 38.3565C43 38.6189 42.7897 38.8319 42.5307 38.8318Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.01698 19.6908C2.75779 19.6908 2.54754 19.4779 2.54754 19.2155V11.9648C2.54754 11.7024 2.75777 11.4895 3.01693 11.4895C3.27609 11.4895 3.48634 11.7025 3.48634 11.9649L3.48646 19.2154C3.48646 19.4779 3.27609 19.6909 3.01698 19.6908Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.4829 14.2912C37.945 14.2912 37.5695 14.5855 37.5695 14.8499C37.5695 15.1142 37.945 15.4084 38.4829 15.4084C39.0217 15.4084 39.3973 15.1143 39.3973 14.8499C39.3973 14.5855 39.0217 14.2913 38.4829 14.2912ZM38.4829 16.3591C37.4443 16.3591 36.6307 15.6957 36.6307 14.8499C36.6307 14.0031 37.4443 13.3396 38.4829 13.3396C39.5224 13.3395 40.3361 14.0031 40.3361 14.8499C40.3361 15.6956 39.5224 16.3592 38.4829 16.3591Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.753 14.2912C32.2152 14.2912 31.8396 14.5855 31.8396 14.8499C31.8396 15.1142 32.2151 15.4084 32.753 15.4084C33.2919 15.4084 33.6674 15.1143 33.6674 14.8499C33.6674 14.5855 33.2919 14.2913 32.753 14.2912ZM32.753 16.3591C31.7144 16.3591 30.9008 15.6957 30.9008 14.8499C30.9009 14.0031 31.7144 13.3396 32.753 13.3396C33.7925 13.3395 34.6062 14.0031 34.6062 14.8499C34.6063 15.6956 33.7925 16.3592 32.753 16.3591Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0234 14.2912C26.4855 14.2912 26.11 14.5855 26.11 14.8499C26.1101 15.1142 26.4855 15.4084 27.0234 15.4084C27.5623 15.4084 27.9378 15.1143 27.9378 14.8499C27.9379 14.5855 27.5623 14.2913 27.0234 14.2912ZM27.0234 16.3591C25.9848 16.3591 25.1712 15.6957 25.1712 14.8499C25.1713 14.0031 25.9848 13.3396 27.0234 13.3396C28.063 13.3395 28.8766 14.0031 28.8766 14.8499C28.8767 15.6956 28.063 16.3592 27.0234 16.3591Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2936 14.2912C20.7557 14.2912 20.3802 14.5855 20.3802 14.8499C20.3802 15.1142 20.7557 15.4084 21.2936 15.4084C21.8325 15.4084 22.2079 15.1143 22.2079 14.8499C22.2079 14.5855 21.8324 14.2913 21.2936 14.2912ZM21.2936 16.3591C20.255 16.3591 19.4413 15.6957 19.4413 14.8499C19.4414 14.0031 20.255 13.3396 21.2936 13.3396C22.3331 13.3395 23.1468 14.0031 23.1468 14.8499C23.1468 15.6956 22.3331 16.3592 21.2936 16.3591Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.4829 19.9939C37.945 19.9939 37.5695 20.288 37.5695 20.5525C37.5695 20.8168 37.945 21.1111 38.4829 21.1111C39.0217 21.111 39.3973 20.8169 39.3973 20.5525C39.3973 20.288 39.0217 19.9939 38.4829 19.9939ZM38.4829 22.0618C37.4443 22.0618 36.6307 21.3993 36.6307 20.5525C36.6307 19.7056 37.4443 19.0432 38.4829 19.0432C39.5224 19.043 40.3361 19.7057 40.3361 20.5525C40.3361 21.3992 39.5224 22.0618 38.4829 22.0618Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.753 19.9939C32.2152 19.9939 31.8396 20.288 31.8396 20.5525C31.8396 20.8168 32.2151 21.1111 32.753 21.1111C33.2919 21.111 33.6674 20.8169 33.6674 20.5525C33.6674 20.288 33.2919 19.9939 32.753 19.9939ZM32.753 22.0618C31.7144 22.0618 30.9008 21.3993 30.9008 20.5525C30.9009 19.7056 31.7144 19.0432 32.753 19.0432C33.7925 19.043 34.6062 19.7057 34.6062 20.5525C34.6063 21.3992 33.7925 22.0618 32.753 22.0618Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0234 19.9939C26.4855 19.9939 26.11 20.288 26.11 20.5525C26.1101 20.8168 26.4855 21.1111 27.0234 21.1111C27.5623 21.111 27.9378 20.8169 27.9378 20.5525C27.9379 20.288 27.5623 19.9939 27.0234 19.9939ZM27.0234 22.0618C25.9848 22.0618 25.1712 21.3993 25.1712 20.5525C25.1713 19.7056 25.9848 19.0432 27.0234 19.0432C28.063 19.043 28.8766 19.7057 28.8766 20.5525C28.8767 21.3992 28.063 22.0618 27.0234 22.0618Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2936 19.9939C20.7557 19.9939 20.3802 20.288 20.3802 20.5525C20.3802 20.8168 20.7557 21.1111 21.2936 21.1111C21.8325 21.111 22.2079 20.8169 22.2079 20.5525C22.2079 20.288 21.8324 19.9939 21.2936 19.9939ZM21.2936 22.0618C20.255 22.0618 19.4413 21.3993 19.4413 20.5525C19.4414 19.7056 20.255 19.0432 21.2936 19.0432C22.3331 19.043 23.1468 19.7057 23.1468 20.5525C23.1468 21.3992 22.3331 22.0618 21.2936 22.0618Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.4829 25.6964C37.945 25.6964 37.5695 25.9905 37.5695 26.255C37.5695 26.5194 37.945 26.8145 38.4829 26.8145C39.0217 26.8145 39.3973 26.5194 39.3973 26.255C39.3973 25.9905 39.0217 25.6964 38.4829 25.6964ZM38.4829 27.7643C37.4443 27.7643 36.6307 27.1018 36.6307 26.255C36.6307 25.4091 37.4443 24.7456 38.4829 24.7456C39.5224 24.7456 40.3361 25.4092 40.3361 26.255C40.3361 27.1017 39.5224 27.7643 38.4829 27.7643Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.753 25.6964C32.2152 25.6964 31.8396 25.9905 31.8396 26.255C31.8396 26.5194 32.2151 26.8145 32.753 26.8145C33.2919 26.8145 33.6674 26.5194 33.6674 26.255C33.6674 25.9905 33.2919 25.6964 32.753 25.6964ZM32.753 27.7643C31.7144 27.7643 30.9008 27.1018 30.9008 26.255C30.9009 25.4091 31.7144 24.7456 32.753 24.7456C33.7925 24.7456 34.6062 25.4092 34.6062 26.255C34.6063 27.1017 33.7925 27.7643 32.753 27.7643Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0234 25.6964C26.4855 25.6964 26.11 25.9905 26.11 26.255C26.1101 26.5194 26.4855 26.8145 27.0234 26.8145C27.5623 26.8145 27.9378 26.5194 27.9378 26.255C27.9379 25.9905 27.5623 25.6964 27.0234 25.6964ZM27.0234 27.7643C25.9848 27.7643 25.1712 27.1018 25.1712 26.255C25.1713 25.4091 25.9848 24.7456 27.0234 24.7456C28.063 24.7456 28.8766 25.4092 28.8766 26.255C28.8767 27.1017 28.063 27.7643 27.0234 27.7643Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2936 25.6964C20.7557 25.6964 20.3802 25.9905 20.3802 26.255C20.3802 26.5194 20.7557 26.8145 21.2936 26.8145C21.8325 26.8145 22.2079 26.5194 22.2079 26.255C22.2079 25.9905 21.8324 25.6964 21.2936 25.6964ZM21.2936 27.7643C20.255 27.7643 19.4413 27.1018 19.4413 26.255C19.4414 25.4091 20.255 24.7456 21.2936 24.7456C22.3331 24.7456 23.1468 25.4092 23.1468 26.255C23.1468 27.1017 22.3331 27.7643 21.2936 27.7643Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M38.4829 31.399C37.945 31.399 37.5695 31.6942 37.5695 31.9586C37.5695 32.222 37.945 32.5172 38.4829 32.5172C39.0217 32.5172 39.3973 32.222 39.3973 31.9586C39.3973 31.6941 39.0217 31.399 38.4829 31.399ZM38.4829 33.4679C37.4443 33.4679 36.6307 32.8044 36.6307 31.9586C36.6307 31.1117 37.4443 30.4492 38.4829 30.4492C39.5224 30.4492 40.3361 31.1118 40.3361 31.9586C40.3361 32.8044 39.5224 33.4679 38.4829 33.4679Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.753 31.399C32.2152 31.399 31.8396 31.6942 31.8396 31.9586C31.8396 32.222 32.2151 32.5172 32.753 32.5172C33.2919 32.5172 33.6674 32.222 33.6674 31.9586C33.6674 31.6941 33.2919 31.399 32.753 31.399ZM32.753 33.4679C31.7144 33.4679 30.9008 32.8044 30.9008 31.9586C30.9009 31.1117 31.7144 30.4492 32.753 30.4492C33.7925 30.4492 34.6062 31.1118 34.6062 31.9586C34.6063 32.8044 33.7925 33.4679 32.753 33.4679Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.0234 31.399C26.4855 31.399 26.11 31.6942 26.11 31.9586C26.1101 32.222 26.4855 32.5172 27.0234 32.5172C27.5623 32.5172 27.9378 32.222 27.9378 31.9586C27.9379 31.6941 27.5623 31.399 27.0234 31.399ZM27.0234 33.4679C25.9848 33.4679 25.1712 32.8044 25.1712 31.9586C25.1713 31.1117 25.9848 30.4492 27.0234 30.4492C28.063 30.4492 28.8766 31.1118 28.8766 31.9586C28.8767 32.8044 28.063 33.4679 27.0234 33.4679Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.2936 31.399C20.7557 31.399 20.3802 31.6942 20.3802 31.9586C20.3802 32.222 20.7557 32.5172 21.2936 32.5172C21.8325 32.5172 22.2079 32.222 22.2079 31.9586C22.2079 31.6941 21.8324 31.399 21.2936 31.399ZM21.2936 33.4679C20.255 33.4679 19.4413 32.8044 19.4413 31.9586C19.4414 31.1117 20.255 30.4492 21.2936 30.4492C22.3331 30.4492 23.1468 31.1118 23.1468 31.9586C23.1468 32.8044 22.3331 33.4679 21.2936 33.4679Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");}
.ship-free span.icon3,.ship-notfree span.icon4 {background-image: url("data:image/svg+xml,%3Csvg width='43' height='34' viewBox='0 0 43 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.43354 14.4833H41.5666C42.0889 14.4833 42.5698 14.1966 42.8219 13.7349C43.0741 13.2732 43.0574 12.7096 42.7785 12.2639L35.7366 1.0128C35.3443 0.38115 34.6569 -0.00168869 33.9184 6.78309e-06H9.08169C8.34306 -0.00185824 7.65573 0.380981 7.26353 1.0128L0.223081 12.2638C-0.0556608 12.7093 -0.0724575 13.2725 0.179326 13.7341C0.431025 14.1958 0.911497 14.4828 1.43354 14.4833ZM1.43354 13.0364L8.47541 1.7839C8.60676 1.57392 8.8357 1.44667 9.08169 1.44676H33.9183C34.1643 1.44659 34.3932 1.57392 34.5246 1.7839L41.5665 13.0364L1.43346 13.0408L1.43354 13.0364Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.774 17.3146L42.1146 16.265C41.9025 15.9274 41.4594 15.8273 41.1248 16.0414C40.7904 16.2556 40.6912 16.7028 40.9034 17.0405L41.5663 18.0851L1.43679 18.0894L2.09615 17.0405C2.30829 16.7029 2.20919 16.2556 1.87469 16.0414C1.54026 15.8273 1.09716 15.9273 0.884937 16.265L0.226336 17.3132C-0.051734 17.7581 -0.0686148 18.3203 0.182245 18.7814C0.433104 19.2425 0.912064 19.5299 1.43318 19.5318H41.5663C42.0871 19.5298 42.5658 19.2427 42.8167 18.782C43.0676 18.3214 43.0513 17.7596 42.774 17.3146Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.8198 23.8477C43.0702 23.3862 43.0526 22.8239 42.774 22.3792L42.1075 21.315C41.8957 20.9775 41.4529 20.877 41.1185 21.0908C40.784 21.3046 40.6845 21.7515 40.8963 22.0891L41.5664 23.1489L1.43696 23.1525L2.10346 22.0891C2.24044 21.8707 2.25161 21.5951 2.13268 21.3662C2.01385 21.1373 1.78298 20.9898 1.52708 20.9792C1.27118 20.9687 1.02922 21.0967 0.892244 21.3151L0.226504 22.3771C-0.0515661 22.822 -0.0684468 23.3842 0.182413 23.8453C0.433272 24.3064 0.912232 24.5937 1.43335 24.5957H41.5664C42.0882 24.5962 42.5687 24.3094 42.8198 23.8477Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.14999 34H40.8497C42.0371 34 42.9997 33.0283 42.9997 31.8298V26.7659C42.9997 26.3664 42.6789 26.0425 42.2831 26.0425C41.8873 26.0425 41.5664 26.3664 41.5664 26.7659V31.8297C41.5664 32.2292 41.2456 32.5531 40.8498 32.5531H2.14999C1.75417 32.5531 1.43335 32.2292 1.43335 31.8297V26.7659C1.43335 26.3664 1.11245 26.0425 0.716718 26.0425C0.320986 26.0425 0 26.3664 0 26.7659V31.8297C0 33.0283 0.962622 34 2.14999 34Z' fill='%23FF8200'/%3E%3Cpath d='M12.1833 4.34043C12.5791 4.34043 12.8999 4.01656 12.8999 3.61705C12.8999 3.21754 12.5791 2.89368 12.1833 2.89368C11.7875 2.89368 11.4666 3.21754 11.4666 3.61705C11.4666 4.01656 11.7875 4.34043 12.1833 4.34043Z' fill='%23FF8200'/%3E%3Cpath d='M18.6332 4.34043C19.029 4.34043 19.3499 4.01656 19.3499 3.61705C19.3499 3.21754 19.029 2.89368 18.6332 2.89368C18.2374 2.89368 17.9166 3.21754 17.9166 3.61705C17.9166 4.01656 18.2374 4.34043 18.6332 4.34043Z' fill='%23FF8200'/%3E%3Cpath d='M17.9165 7.95739C18.3123 7.95739 18.6331 7.63352 18.6331 7.23401C18.6331 6.8345 18.3123 6.51064 17.9165 6.51064C17.5207 6.51064 17.1999 6.8345 17.1999 7.23401C17.1999 7.63352 17.5207 7.95739 17.9165 7.95739Z' fill='%23FF8200'/%3E%3Cpath d='M17.1999 11.5744C17.5957 11.5744 17.9165 11.2506 17.9165 10.8511C17.9165 10.4515 17.5957 10.1277 17.1999 10.1277C16.8041 10.1277 16.4832 10.4515 16.4832 10.8511C16.4832 11.2506 16.8041 11.5744 17.1999 11.5744Z' fill='%23FF8200'/%3E%3Cpath d='M10.7499 7.95739C11.1457 7.95739 11.4666 7.63352 11.4666 7.23401C11.4666 6.8345 11.1457 6.51064 10.7499 6.51064C10.3541 6.51064 10.0333 6.8345 10.0333 7.23401C10.0333 7.63352 10.3541 7.95739 10.7499 7.95739Z' fill='%23FF8200'/%3E%3Cpath d='M9.31657 11.5744C9.71236 11.5744 10.0332 11.2506 10.0332 10.8511C10.0332 10.4515 9.71236 10.1277 9.31657 10.1277C8.92079 10.1277 8.59994 10.4515 8.59994 10.8511C8.59994 11.2506 8.92079 11.5744 9.31657 11.5744Z' fill='%23FF8200'/%3E%3Cpath d='M30.8164 4.34043C31.2122 4.34043 31.5331 4.01656 31.5331 3.61705C31.5331 3.21754 31.2122 2.89368 30.8164 2.89368C30.4206 2.89368 30.0998 3.21754 30.0998 3.61705C30.0998 4.01656 30.4206 4.34043 30.8164 4.34043Z' fill='%23FF8200'/%3E%3Cpath d='M24.3665 4.34043C24.7623 4.34043 25.0831 4.01656 25.0831 3.61705C25.0831 3.21754 24.7623 2.89368 24.3665 2.89368C23.9707 2.89368 23.6498 3.21754 23.6498 3.61705C23.6498 4.01656 23.9707 4.34043 24.3665 4.34043Z' fill='%23FF8200'/%3E%3Cpath d='M25.0832 7.95739C25.479 7.95739 25.7998 7.63352 25.7998 7.23401C25.7998 6.8345 25.479 6.51064 25.0832 6.51064C24.6874 6.51064 24.3666 6.8345 24.3666 7.23401C24.3666 7.63352 24.6874 7.95739 25.0832 7.95739Z' fill='%23FF8200'/%3E%3Cpath d='M25.7998 11.5744C26.1956 11.5744 26.5165 11.2506 26.5165 10.8511C26.5165 10.4515 26.1956 10.1277 25.7998 10.1277C25.404 10.1277 25.0832 10.4515 25.0832 10.8511C25.0832 11.2506 25.404 11.5744 25.7998 11.5744Z' fill='%23FF8200'/%3E%3Cpath d='M32.2498 7.95739C32.6456 7.95739 32.9664 7.63352 32.9664 7.23401C32.9664 6.8345 32.6456 6.51064 32.2498 6.51064C31.854 6.51064 31.5331 6.8345 31.5331 7.23401C31.5331 7.63352 31.854 7.95739 32.2498 7.95739Z' fill='%23FF8200'/%3E%3Cpath d='M33.6831 11.5744C34.0789 11.5744 34.3998 11.2506 34.3998 10.8511C34.3998 10.4515 34.0789 10.1277 33.6831 10.1277C33.2873 10.1277 32.9665 10.4515 32.9665 10.8511C32.9665 11.2506 33.2873 11.5744 33.6831 11.5744Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.58334 26.7659V30.383C3.58334 30.7825 3.90424 31.1063 4.29997 31.1063C4.6957 31.1063 5.0166 30.7824 5.0166 30.383V26.7659C5.0166 26.3664 4.6957 26.0425 4.29997 26.0425C3.90424 26.0425 3.58334 26.3664 3.58334 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.44996 26.7659V30.383C6.44996 30.7825 6.77086 31.1063 7.16659 31.1063C7.56232 31.1063 7.88322 30.7824 7.88322 30.383V26.7659C7.88322 26.3664 7.56232 26.0425 7.16659 26.0425C6.77086 26.0425 6.44996 26.3664 6.44996 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.31657 26.7659V30.383C9.31657 30.7825 9.63748 31.1063 10.0332 31.1063C10.429 31.1063 10.7498 30.7824 10.7498 30.383V26.7659C10.7498 26.3664 10.4289 26.0425 10.0332 26.0425C9.63748 26.0425 9.31657 26.3664 9.31657 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.1833 26.7659V30.383C12.1833 30.7825 12.5041 31.1063 12.8999 31.1063C13.2957 31.1063 13.6165 30.7824 13.6165 30.383V26.7659C13.6165 26.3664 13.2956 26.0425 12.8999 26.0425C12.5042 26.0425 12.1833 26.3664 12.1833 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0499 26.7659V30.383C15.0499 30.7825 15.3708 31.1063 15.7665 31.1063C16.1623 31.1063 16.4832 30.7824 16.4832 30.383V26.7659C16.4832 26.3664 16.1623 26.0425 15.7665 26.0425C15.3708 26.0425 15.0499 26.3664 15.0499 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.9165 26.7659V30.383C17.9165 30.7825 18.2374 31.1063 18.6331 31.1063C19.029 31.1063 19.3498 30.7824 19.3498 30.383V26.7659C19.3498 26.3664 19.0289 26.0425 18.6331 26.0425C18.2374 26.0425 17.9165 26.3664 17.9165 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.7832 26.7659V30.383C20.7832 30.7825 21.1041 31.1063 21.4998 31.1063C21.8957 31.1063 22.2165 30.7824 22.2165 30.383V26.7659C22.2165 26.3664 21.8956 26.0425 21.4998 26.0425C21.104 26.0425 20.7832 26.3664 20.7832 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6498 26.7659V30.383C23.6498 30.7825 23.9707 31.1063 24.3665 31.1063C24.7623 31.1063 25.0831 30.7824 25.0831 30.383V26.7659C25.0831 26.3664 24.7622 26.0425 24.3665 26.0425C23.9707 26.0425 23.6498 26.3664 23.6498 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5165 26.7659V30.383C26.5165 30.7825 26.8374 31.1063 27.2331 31.1063C27.6288 31.1063 27.9497 30.7824 27.9497 30.383V26.7659C27.9497 26.3664 27.6289 26.0425 27.2331 26.0425C26.8373 26.0425 26.5165 26.3664 26.5165 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.3832 26.7659V30.383C29.3832 30.7825 29.704 31.1063 30.0998 31.1063C30.4956 31.1063 30.8164 30.7824 30.8164 30.383V26.7659C30.8164 26.3664 30.4956 26.0425 30.0998 26.0425C29.704 26.0425 29.3832 26.3664 29.3832 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2498 26.7659V30.383C32.2498 30.7825 32.5706 31.1063 32.9664 31.1063C33.3622 31.1063 33.683 30.7824 33.683 30.383V26.7659C33.683 26.3664 33.3622 26.0425 32.9664 26.0425C32.5706 26.0425 32.2498 26.3664 32.2498 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M35.1164 26.7659V30.383C35.1164 30.7825 35.4372 31.1063 35.833 31.1063C36.2288 31.1063 36.5497 30.7824 36.5497 30.383V26.7659C36.5497 26.3664 36.2288 26.0425 35.833 26.0425C35.4372 26.0425 35.1164 26.3664 35.1164 26.7659Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.9831 26.7659V30.383C37.9831 30.7825 38.3039 31.1063 38.6997 31.1063C39.0955 31.1063 39.4164 30.7824 39.4164 30.383V26.7659C39.4164 26.3664 39.0955 26.0425 38.6997 26.0425C38.3039 26.0425 37.9831 26.3664 37.9831 26.7659Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");}
.ship-notfree span.icon5 {background-image: url("data:image/svg+xml,%3Csvg width='43' height='44' viewBox='0 0 43 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.43937 34.5965C4.84799 34.5965 5.17923 34.267 5.17923 33.8604C5.17923 33.4539 4.84799 33.1244 4.43937 33.1244C4.03075 33.1244 3.69951 33.4539 3.69951 33.8604C3.69951 34.267 4.03075 34.5965 4.43937 34.5965Z' fill='%23FF8200'/%3E%3Cpath d='M36.9934 10.2155C37.4023 10.2155 37.7332 9.88596 37.7332 9.47945V8.43788C37.7332 8.03137 37.4023 7.70178 36.9934 7.70178C36.5844 7.70178 36.2535 8.03137 36.2535 8.43788V9.47945C36.2535 9.88596 36.5844 10.2155 36.9934 10.2155Z' fill='%23FF8200'/%3E%3Cpath d='M36.9934 14.3813C37.4023 14.3813 37.7332 14.0517 37.7332 13.6452V12.6036C37.7332 12.1971 37.4023 11.8675 36.9934 11.8675C36.5844 11.8675 36.2535 12.1971 36.2535 12.6036V13.6452C36.2535 14.0517 36.5844 14.3813 36.9934 14.3813Z' fill='%23FF8200'/%3E%3Cpath d='M34.3763 11.7775H35.4232C35.8322 11.7775 36.1631 11.448 36.1631 11.0414C36.1631 10.6349 35.8322 10.3054 35.4232 10.3054H34.3763C33.9673 10.3054 33.6364 10.6349 33.6364 11.0414C33.6364 11.448 33.9673 11.7775 34.3763 11.7775Z' fill='%23FF8200'/%3E%3Cpath d='M38.5634 11.7775H39.6103C40.0192 11.7775 40.3502 11.448 40.3502 11.0414C40.3502 10.6349 40.0192 10.3054 39.6103 10.3054H38.5634C38.1544 10.3054 37.8235 10.6349 37.8235 11.0414C37.8235 11.448 38.1544 11.7775 38.5634 11.7775Z' fill='%23FF8200'/%3E%3Cpath d='M42.8494 25.3317C42.6818 25.1107 42.4014 25.0024 42.1277 25.0499C42.0367 25.0661 39.8199 25.4194 37.2977 23.164C34.3917 20.5669 32.901 19.8308 32.8396 19.8006C32.8196 19.7909 32.6493 19.7103 32.3034 19.5837C32.3546 18.1993 32.1802 16.9635 31.7616 15.9207C30.4778 12.7271 30.9683 7.63093 31.0565 6.82435C31.8665 5.55054 32.5544 3.78685 32.5544 1.47219C32.5544 1.19505 32.3962 0.942388 32.1477 0.816883C31.8991 0.692483 31.6 0.717326 31.3738 0.880924C31.2631 0.961526 28.605 2.84446 23.8789 1.50053C18.6601 0.0169301 16.3719 0 16.2772 0C16.1825 0 13.8943 0.0169301 8.67546 1.50053C3.94865 2.84373 1.29125 0.961342 1.1836 0.883316C0.959603 0.716222 0.659034 0.688434 0.40896 0.81357C0.158331 0.938339 0 1.19303 0 1.47201C0 3.78667 0.687888 5.55035 1.49785 6.82417C1.58608 7.63075 2.07661 12.7269 0.792764 15.9205C-0.510691 19.1632 0.789065 23.3214 1.33028 24.7857C0.768903 25.3302 0.000184864 26.4826 0.000184864 28.7076C0.000184864 28.9617 0.133175 29.1971 0.349955 29.3316C0.567475 29.4663 0.83845 29.4805 1.06818 29.3671C1.09629 29.3539 3.92498 28.0133 8.77386 28.7C12.2459 29.1934 14.3907 29.359 15.4571 29.4148C15.2945 30.0914 15.1998 30.6958 15.1537 31.1014C14.5772 31.3275 13.747 31.8861 13.0721 33.264C12.9602 33.4918 12.9759 33.7611 13.1111 33.9764C13.2462 34.1913 13.4853 34.3222 13.7404 34.3225C13.762 34.3225 15.9448 34.3463 18.78 36.2581C21.8824 38.3488 23.3305 39.058 23.3904 39.0871C23.4511 39.1162 24.9049 39.8142 28.4705 40.9572C31.7306 42.0024 33.0939 43.6978 33.1048 43.7114C33.2458 43.8944 33.4633 44 33.6923 44C33.7169 44 33.7415 43.9989 33.7659 43.9963C34.021 43.9707 34.245 43.816 34.3569 43.5865C35.0331 42.2082 34.9638 41.2133 34.7875 40.622C35.674 39.757 37.7109 37.517 37.8921 35.0511C38.0649 32.7059 39.8768 29.7114 40.2447 29.1253C41.1825 28.5398 42.1898 27.6003 42.9267 26.0961C43.0481 25.8475 43.0163 25.5529 42.8494 25.3317ZM8.98324 27.2431C5.47185 26.7442 2.9306 27.2205 1.56222 27.6244C1.81008 26.1266 2.5283 25.699 2.55068 25.6857C2.90119 25.5115 3.05434 25.0956 2.89971 24.7373C2.87881 24.6887 0.816625 19.826 2.16706 16.4676C3.13018 14.0716 3.20602 10.8624 3.12149 8.74612C3.63014 9.2025 4.00951 9.43474 4.05852 9.46418C4.37852 9.65464 4.79265 9.5792 5.02238 9.28586C5.25211 8.99289 5.22677 8.57534 4.96245 8.31256L2.91118 6.27173C2.31947 5.40773 1.76809 4.23808 1.5637 2.7335C2.98628 3.31538 5.56063 3.91787 9.08165 2.91568C14.0576 1.50127 16.2578 1.47183 16.2752 1.47183C16.2968 1.47183 18.497 1.50127 23.4729 2.91568C26.9952 3.91659 29.5703 3.31538 30.9922 2.73276C30.792 4.22335 30.256 5.38179 29.6743 6.24044L27.5919 8.31256C27.3274 8.57534 27.3023 8.99289 27.532 9.28586C27.7603 9.5792 28.1751 9.65464 28.4959 9.46418C28.5451 9.43474 28.9242 9.2025 29.4329 8.74612C29.3484 10.8624 29.4242 14.0716 30.3873 16.4672C30.6894 17.2193 30.8344 18.1148 30.8353 19.1242C30.0026 18.8965 28.8845 18.635 27.4301 18.3787C24.0885 17.7904 23.0061 15.8379 22.9641 15.7606C22.8368 15.5125 22.6064 15.3785 22.2986 15.3601C22.0182 15.3631 21.7638 15.523 21.641 15.7738C20.9041 17.2769 20.7806 18.6446 20.8939 19.7401C20.659 20.386 19.4085 23.651 17.652 25.2356C16.8338 25.9741 16.2872 26.9721 15.9087 27.9612C15.0938 27.9297 12.8838 27.7976 8.98324 27.2431ZM39.2953 27.9785L37.3285 28.6531C36.9753 28.7742 36.7687 29.1384 36.846 29.502C36.924 29.8655 37.2658 30.1202 37.6343 30.0821C37.6617 30.0799 37.8078 30.0655 38.039 30.0184C37.3469 31.3634 36.5411 33.2524 36.4169 34.9436C36.2341 37.425 33.4444 39.8587 33.4161 39.8828C33.1387 40.1226 33.0982 40.5564 33.2963 40.864C33.3085 40.8834 33.5173 41.222 33.383 41.9268C32.5522 41.2269 31.1122 40.2573 28.9244 39.556C25.512 38.462 24.0792 37.7826 24.0395 37.7636C24.0012 37.7448 22.5814 37.0415 19.6097 35.0391C17.7074 33.7563 16.0521 33.2252 14.9863 33.0051C15.4596 32.4663 15.8505 32.4214 15.8527 32.4199C16.2443 32.416 16.5644 32.1091 16.5846 31.7204C16.5861 31.6834 16.7942 27.9976 18.6466 26.3259C19.9096 25.1863 20.9082 23.3902 21.5469 22.0194C21.6516 22.2301 21.7311 22.3536 21.7463 22.3766C21.9494 22.6878 22.3524 22.8008 22.6913 22.6364C23.0264 22.4732 23.1877 22.0866 23.0654 21.7351L22.3885 19.782C22.3025 19.1617 22.3089 18.4087 22.5351 17.5692C23.3553 18.3859 24.8097 19.4123 27.1715 19.8284C30.7704 20.462 32.18 21.1188 32.188 21.1223C32.2017 21.1291 33.5904 21.8293 36.3092 24.2594C38.0938 25.8541 39.8027 26.362 40.9543 26.5011C40.4297 27.1953 39.838 27.6636 39.2953 27.9785Z' fill='%23FF8200'/%3E%3Cpath d='M9.98835 36.8048C8.5606 36.8048 7.39883 37.9607 7.39883 39.3812C7.39883 40.8017 8.5606 41.9575 9.98835 41.9575C11.4161 41.9575 12.5779 40.8017 12.5779 39.3812C12.5779 37.9607 11.4161 36.8048 9.98835 36.8048ZM9.98835 40.4853C9.3763 40.4853 8.87855 39.9901 8.87855 39.3812C8.87855 38.7722 9.3763 38.277 9.98835 38.277C10.6004 38.277 11.0981 38.7722 11.0981 39.3812C11.0981 39.9901 10.6002 40.4853 9.98835 40.4853Z' fill='%23FF8200'/%3E%3Cpath d='M5.46963 14.0455C5.09544 13.8855 4.65966 14.0594 4.4993 14.4319C4.40256 14.6566 2.15837 19.976 4.5448 23.934C4.68352 24.164 4.92842 24.2912 5.17997 24.2912C5.30926 24.2912 5.44077 24.2573 5.56008 24.1863C5.91059 23.9771 6.02397 23.5249 5.81367 23.1764C3.81881 19.8689 5.83901 15.0596 5.85991 15.0114C6.01953 14.6375 5.8453 14.2052 5.46963 14.0455Z' fill='%23FF8200'/%3E%3Cpath d='M35.0078 32.426C34.6162 32.2955 34.2015 32.5062 34.072 32.8914C33.718 33.9466 32.3654 37.073 30.8401 37.5787C30.4528 37.7073 30.2432 38.1243 30.3727 38.51C30.4761 38.8184 30.7643 39.0135 31.0743 39.0135C31.1516 39.0135 31.2304 39.0013 31.3085 38.9754C33.807 38.1469 35.312 33.845 35.4752 33.3573C35.6047 32.9716 35.3951 32.5546 35.0078 32.426Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");}


#container .row-fluid .sidebar {

}
#container  aside {
  padding-top: 30px
}
#container .row-fluid .page-sidebar.pull-right.span9 {
  margin: 0;width: calc(100% - 330px) ;
}
#container .row-fluid .page-sidebar.pull-right.span12 { padding:30px; }
.page_product  #container .row-fluid .page-sidebar.pull-right.span12 { padding:0px;background: transparent }
#category_title {
  display: none;
}
#category_title.show {
  display: block;
}
#category_title .container {
  background: #fff;margin-bottom: 30px;
}
#category_title .sort_cat {
  max-width: 200px; padding:  20px 30px ; font-size: 16px
}
#category_title .sort_cat  span.customSelect {
  font-size: 16px; border: 0px solid #e0e0e0;
}
#category_title .sort_cat .customSelectInner {
  border-bottom: 1px dashed #333; padding-right: 0;
}
#category_title .sort_cat span.customSelect:after { width: 7px;height: 7px;
  content: "";display: inline-block;border-bottom: 1px solid #333;
  border-right: 1px solid #333;transform:  rotate(45deg);_position: absolute;right: -14px; top: 5px;vertical-align: middle;margin-left: 6px;margin-top: -12px;
}

#category_title .title_cat {padding:  20px 30px ;font-weight: 500 ;
  font-size: 20px;color: #20231e
}
#category_title .title_cat span {
  font-size:16px;color: #c1c1c2;font-weight: 600;margin-left: 10px;margin-top: -5px;display: inline-block; text-indent: -5px;vertical-align: top;
}
.page_product #container .container {
  background: transparent
}

.page_product .page-sidebar .nav-tabs {
  margin-bottom: 30px;background: #fff; border-bottom: 0
}
.page_product .page-sidebar .nav-tabs > li {
  margin: 0;width: 24%;text-align: center;
}

.page_product .page-sidebar .nav-tabs > li + li {
  border-left:1px solid  #e0e0e0
}

.page_product .page-sidebar .nav-tabs > li > a { margin-right: 0;  border-radius: 0px;
  margin-bottom: 0;border-bottom: 3px solid #fff;text-transform: uppercase;padding: 20px 0;height: 100%; display: block;
display: block;
overflow: hidden;box-sizing: border-box;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
max-height: 56px;
height: 56px;

}
.page_product .page-sidebar .nav-tabs > .active > a {
  border-bottom-color: #FF8200
}
.product-images .small_img  {
    display: block; margin-bottom: 26px;
}

.product-images .small_img .thumbnail  {
 border: 1px solid #D8E0E8; height: 100px;line-height: 100px;
border-radius: 5px; overflow: hidden;
}
.product-images .small_img .thumbnail a {
  display: block;  height: 100px;line-height: 100px;
}

.product-images .small_img .thumbnail img {
  max-height: 100%;vertical-align: middle;display: inline-block;
}

.product-images .thumbnail.big {
display: block;margin: 0  ; _border: 1px solid #D8E0E8;
border-radius: 5px;margin-bottom: 26px
}
.only_img .product-images .thumbnail.big {
  width: 100%;display: block; margin-left: 0
}

#provuct-conteiner {
  position: relative;margin-bottom: 30px;
}

#provuct-conteiner.only_img:after {
  display: none;
}


.page-sidebar .product-tabs .tab-content {
  padding: 0  ;border: 0
}
.item-rev.hiden  {   }
.item-rev  {  margin-bottom: 30px  }
.item-rev > div {
  padding: 16px 24px 0;
}
.item-rev > div strong {
 font-weight: 600;
font-size: 16px;display: block;margin-top: 25px;
}
.rev_ansver {
     color: #676767;  padding-left: 30px; background-position: left center;background-repeat:no-repeat;
     background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9719 5.21968C14.6715 5.51256 14.6715 5.98746 14.9719 6.28033L19.0433 10.25L14.9719 14.2197C14.6715 14.5126 14.6715 14.9875 14.9719 15.2803C15.2722 15.5732 15.7593 15.5732 16.0597 15.2803L20.6751 10.7803C20.9755 10.4875 20.9755 10.0126 20.6751 9.71969L16.0597 5.21968C15.7593 4.92681 15.2722 4.92681 14.9719 5.21968Z' fill='%23676767'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.66962 0.5C1.24479 0.5 0.900391 0.83579 0.900391 1.25C0.90039 3.83585 1.95396 6.31581 3.82932 8.14431C5.70468 9.97281 8.24824 11 10.9004 11L20.1312 11C20.556 11 20.9004 10.6642 20.9004 10.25C20.9004 9.83579 20.556 9.50001 20.1312 9.50001L10.9004 9.50001C8.65624 9.50001 6.50401 8.63083 4.91718 7.08366C3.33034 5.53648 2.43885 3.43804 2.43885 1.25C2.43885 0.83579 2.09445 0.5 1.66962 0.5Z' fill='%23676767'/%3E%3C/svg%3E%0A");
}
.rev_ansver_block input[type="text"] {
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.rev_ansver_block form {
  padding-top: 30px;
}
.rev_ansver_block form {
  display: none;
}
.rev_ansver_block form.rev_ansver_form.show {
  display: block;
}

.rev_ansver_block textarea {

	width: 100%;
	box-sizing: border-box;
	height: 80px;
	box-shadow: none;
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	border-radius: 5px;

}
.rev_ansver_block button {
 	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	background: #2ECC71;
	border-radius: 20px;
	padding: 10px 27px;
	margin-right: 25px;
	margin-top: 5px;
	border: 0;
}
.show_all_rev {  padding: 12px 15px; background: #fff;
   color: #000000; font-weight: 400;
font-size: 16px; border: 1px solid #D8E0E8;
border-radius: 5px;
}
#reviews_write.show_all .item-rev {
  display: block !important;
}
#reviews_write.show_all .show_all_rev {
  display: none;
}

.show_all_rev:hover {
  box-shadow: 0 0 3px rgba(0,0,0,0.2)
}
.page-certificat ul {
  margin-left: 0
}
.size_matraz_inner {
  display: flex; flex-wrap: wrap;
  align-content: flex-start;   _justify-content: space-around;
}

.mo_size_btn {  text-align: center; margin-bottom:15px; margin-right: 15px;
  min-width: 156px;display: inline-block; padding: 16px;  background: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 7px;
}

.mo_size_btn .name {
font-weight: 400;
font-size: 14px;
line-height: 130%;
color: #000000;
}
.mo_size_btn_nest .name {
  _order: 21;
  margin-bottom: 13px;
}
.mo_size_btn .price {
    color: #676767; font-weight: 400;
font-size: 14px;
}
.mo_size_btn a { color: #81C1E7; font-weight: 400;
font-size: 13px;
line-height: 130%;

}
.thank-txt {
  padding: 20px;text-align: center;border: 1px solid #2ECC71;background: #D1FFD1;color: #25A259;border-radius:5px;
}

.inner_product_desk {
    background: #fff;padding:40px 50px 50px; _border: 1px solid #D8E0E8;
}
.item-rev {
  border: 1px solid #D8E0E8;
}

.bold {
  font-weight: 600
}
.buy_info {
  width: 230px;margin-left: 50px;
}
.buy_info ul {
  margin: 0
}

.buy_info li {
  list-style: none;line-height: 26px;
}
.buy_info li + li {
  margin-top: 30px;
}
.buy_info li b {  position: relative;
  display: block;margin-bottom: 20px;
  font-weight: 700;
  font-size: 15px;  text-transform: uppercase;
  line-height: 130%;text-decoration: none
  }

.buy_info li b:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 20px;      vertical-align: middle; margin-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.76023 3.15791C5.47116 3.15791 5.23655 3.39371 5.23655 3.68425C5.23655 3.97479 5.47116 4.21059 5.76023 4.21059C6.0493 4.21059 6.28391 3.97479 6.28391 3.68425C6.28391 3.39371 6.0493 3.15791 5.76023 3.15791Z' fill='black'/%3E%3Cpath d='M24.6615 7.65935L23.9037 6.13619C23.6358 5.59764 23.0974 5.26315 22.4985 5.26315H18.1186V1.57896C18.1186 0.708344 17.4139 0 16.5476 0H1.57099C0.704718 0 0 0.708291 0 1.57896V15.2631C0 16.1337 0.704718 16.8421 1.57099 16.8421H3.14198C3.14198 17.6502 3.44598 18.3882 3.94458 18.9473H0.523681C0.234452 18.9473 0 19.183 0 19.4737C0 19.7643 0.234452 20 0.523681 20H26.2877C26.577 20 26.8114 19.7643 26.8114 19.4737C26.8114 19.183 26.577 18.9473 26.2877 18.9473H24.9615C25.4601 18.3881 25.7641 17.6502 25.7641 16.8421C25.7641 16.8121 25.7627 16.7822 25.7618 16.7523C26.3725 16.5357 26.8114 15.9501 26.8114 15.2631V12.3536C26.8114 11.7395 26.9324 12.3129 24.6615 7.65935ZM23.8694 8.42102L25.4404 11.5789H20.2133V8.42102H23.8694ZM1.04731 12.6315H2.09462V13.6842H1.04731V12.6315ZM6.28391 18.9473C5.12893 18.9473 4.18929 18.0029 4.18929 16.8421C4.18929 16.6987 4.20343 16.5576 4.23171 16.4204C4.42867 15.4449 5.29175 14.7368 6.28391 14.7368C7.27608 14.7368 8.13921 15.4448 8.33611 16.4204C8.33627 16.4212 8.33643 16.4219 8.33659 16.4226C8.36445 16.5575 8.37853 16.6987 8.37853 16.8421C8.37853 18.0029 7.43889 18.9473 6.28391 18.9473ZM6.28391 13.6842C4.94219 13.6842 3.75809 14.548 3.32155 15.7894H1.57099C1.28223 15.7894 1.04731 15.5533 1.04731 15.2631V14.7367H2.6183C2.90753 14.7367 3.14198 14.501 3.14198 14.2104V12.1052C3.14198 11.8145 2.90753 11.5788 2.6183 11.5788H1.04731V1.57896C1.04731 1.28874 1.28223 1.05262 1.57099 1.05262H16.5476C16.8364 1.05262 17.0713 1.28874 17.0713 1.57896C17.0713 1.9705 17.0713 14.5273 17.0713 15.7895H9.24601C8.80868 14.5474 7.62506 13.6842 6.28391 13.6842ZM8.62325 18.9473C9.1219 18.3881 9.42584 17.6502 9.42584 16.8421C9.82792 16.8421 19.3089 16.8421 19.4801 16.8421C19.4801 17.6502 19.7841 18.3882 20.2827 18.9473H8.62325ZM22.6221 18.9473C21.4671 18.9473 20.5275 18.0029 20.5275 16.8421C20.5275 16.6987 20.5416 16.5576 20.5699 16.4204C20.7668 15.4449 21.6299 14.7368 22.6221 14.7368C23.6143 14.7368 24.4774 15.4448 24.6743 16.4204C24.6744 16.4212 24.6746 16.4219 24.6748 16.4226C24.7026 16.5575 24.7167 16.6987 24.7167 16.8421C24.7168 18.0029 23.7771 18.9473 22.6221 18.9473ZM25.7641 15.2631C25.7641 15.4382 25.6782 15.5931 25.5471 15.6889C25.0825 14.501 23.9267 13.6842 22.6221 13.6842C21.2804 13.6842 20.0963 14.5481 19.6597 15.7895H18.1186V6.31578H22.4985C22.6981 6.31578 22.8776 6.42736 22.9669 6.60689L23.3458 7.3684H19.6896C19.4004 7.3684 19.1659 7.60409 19.1659 7.89473V12.1053C19.1659 12.3959 19.4004 12.6316 19.6896 12.6316H25.7641V15.2631Z' fill='black'/%3E%3Cpath d='M14.453 3.15791H7.8549C7.56567 3.15791 7.33122 3.39361 7.33122 3.68425C7.33122 3.97489 7.56567 4.21059 7.8549 4.21059H14.453C14.7423 4.21059 14.9767 3.97489 14.9767 3.68425C14.9767 3.39361 14.7422 3.15791 14.453 3.15791Z' fill='black'/%3E%3Cpath d='M14.453 5.26315H9.94952C9.66029 5.26315 9.42584 5.49885 9.42584 5.78949C9.42584 6.08013 9.66029 6.31583 9.94952 6.31583H14.453C14.7423 6.31583 14.9767 6.08013 14.9767 5.78949C14.9767 5.49885 14.7422 5.26315 14.453 5.26315Z' fill='black'/%3E%3Cpath d='M22.6221 15.7895C22.0446 15.7895 21.5748 16.2617 21.5748 16.8421C21.5748 17.4225 22.0446 17.8947 22.6221 17.8947C23.1996 17.8947 23.6694 17.4225 23.6694 16.8421C23.6694 16.2616 23.1996 15.7895 22.6221 15.7895Z' fill='black'/%3E%3Cpath d='M6.28391 15.7895C5.7064 15.7895 5.2366 16.2617 5.2366 16.8421C5.2366 17.4225 5.70645 17.8947 6.28391 17.8947C6.86143 17.8947 7.33122 17.4225 7.33122 16.8421C7.33122 16.2616 6.86143 15.7895 6.28391 15.7895Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;background-position: center;background-size: contain;
}
.buy_info li:nth-child(2) b:before {
  width: 21px;
  height: 21px;
   background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 15.1325L16.6086 14.5985C16.3369 14.436 16.026 14.3502 15.7093 14.35H14.3678C14.0931 14.3495 13.8197 14.3849 13.5541 14.4549L9.51204 15.54C9.0701 15.662 8.71514 15.9911 8.56031 16.4227L5.00494 14.4992C4.71663 14.3351 4.37911 14.2794 4.05337 14.342C3.9305 14.3637 3.81138 14.4028 3.69944 14.4582C3.44668 14.5792 3.23699 14.7747 3.09822 15.0182C2.97689 15.2303 2.91314 15.4704 2.91314 15.7146C2.90938 16.2133 3.17359 16.6754 3.60494 16.9253L9.97705 20.7378C10.2539 20.9093 10.5728 21 10.8984 21H15.8298C16.0501 21.0002 16.2683 20.9585 16.4731 20.8775L17.5 20.4719V21H21V14H17.5V15.1325ZM16.2159 20.2265C16.0933 20.2749 15.9626 20.2998 15.8308 20.3H10.8984C10.7011 20.2998 10.5079 20.2443 10.3407 20.1397L3.95989 16.3227C3.74302 16.1974 3.61023 15.9653 3.61194 15.715C3.61246 15.5923 3.64476 15.4716 3.70577 15.365C3.77549 15.2441 3.88042 15.1472 4.00638 15.0874C4.06192 15.0604 4.12071 15.0413 4.18138 15.0307C4.22564 15.0225 4.27059 15.0182 4.31553 15.0182C4.43584 15.0179 4.55411 15.0493 4.65852 15.1091L8.51382 17.1924C8.51827 17.2137 8.51826 17.2348 8.5239 17.2561C8.68968 17.8671 9.2439 18.2914 9.87708 18.2921C10.0719 18.2743 10.2648 18.2398 10.4539 18.1892L14.0902 17.2161L13.9098 16.5399L10.2852 17.5087C10.1256 17.5455 9.91963 17.5875 9.87708 17.5911C9.56092 17.5916 9.28372 17.3804 9.20049 17.0755C9.18921 17.0331 9.18255 16.9897 9.18015 16.9459C9.18015 16.9459 9.17742 16.8612 9.18015 16.8314C9.20681 16.5387 9.41189 16.2929 9.69507 16.2142L13.7355 15.1332C13.9417 15.078 14.1543 15.05 14.3678 15.05H15.7093C15.8994 15.05 16.0858 15.1016 16.2487 15.1992L17.5 15.9484V19.7189L16.2159 20.2265ZM18.2 14.7H20.3V20.3H18.2V14.7Z' fill='black'/%3E%3Cpath d='M14.4354 2.80001L12.558 0.922693C11.9685 0.329847 11.1665 -0.00237974 10.3306 1.28339e-05H5.93035C5.65879 0.000354631 5.39099 0.0637579 5.1478 0.184754L4.36338 0.577137C4.20615 0.656263 4.03149 0.694031 3.85564 0.687024L3.5 0.674549V1.28339e-05H0V7.70001H3.5V6.65001H4.09507L4.30681 6.78998C4.89931 7.18338 5.58923 7.40555 6.3 7.43153V11.9H21V2.80001H14.4354ZM2.8 7.00001H0.7V0.700012H2.8V7.00001ZM4.69424 6.20755L4.30493 5.95001H3.5V1.37489L3.83 1.38668C4.12309 1.39711 4.41396 1.33405 4.67629 1.20331L5.46003 0.810925C5.60598 0.737952 5.76714 0.700012 5.93035 0.700012H10.3306C10.9807 0.698133 11.6047 0.956531 12.063 1.41744L13.4456 2.80001H10.5574L9.70788 1.95065L9.21313 2.4454L11.6855 4.91795C11.9602 5.19139 11.961 5.63573 11.6876 5.91053C11.414 6.18517 10.9696 6.18602 10.695 5.91258L8.63003 3.84762L8.38496 4.05765C7.70837 4.63221 6.71938 4.64691 6.02588 4.09252L5.82302 3.92811L5.38193 4.47191L5.58701 4.63819C5.80149 4.8096 6.04228 4.9453 6.3 5.03998V6.73119C5.72715 6.70572 5.1719 6.52474 4.69424 6.20755ZM9.67302 5.87994L10.2011 6.40819C10.7493 6.94823 11.6295 6.94908 12.1786 6.4099C11.6648 7.20543 11.8675 8.26414 12.6388 8.81358C13.4101 9.36302 14.477 9.2087 15.0609 8.46341C15.6449 7.71795 15.5394 6.64505 14.8213 6.02777C14.1034 5.41048 13.0267 5.46705 12.3775 6.15611C12.6166 5.78065 12.6593 5.31273 12.4922 4.90001H17.179C17.3296 5.78065 18.0194 6.47039 18.9 6.62096V8.07906C18.0194 8.22962 17.3296 8.91937 17.179 9.80001H10.1209C9.97038 8.91937 9.28064 8.22962 8.4 8.07906V6.62096C8.90022 6.5367 9.35258 6.27335 9.67302 5.87994ZM12.6 7.35001C12.6 6.77015 13.0701 6.30001 13.65 6.30001C14.2299 6.30001 14.7 6.77015 14.7 7.35001C14.7 7.92987 14.2299 8.40001 13.65 8.40001C13.0701 8.40001 12.6 7.92987 12.6 7.35001ZM20.3 11.2H7V5.18661C7.5549 5.22831 8.1081 5.0868 8.575 4.78414L9.17212 5.38126C8.90945 5.7381 8.49314 5.94916 8.05 5.95001H7.7V8.75001H8.05C8.82314 8.75001 9.45 9.37686 9.45 10.15V10.5H17.85V10.15C17.85 9.37686 18.4769 8.75001 19.25 8.75001H19.6V5.95001H19.25C18.4769 5.95001 17.85 5.32315 17.85 4.55001V4.20001H11.9574L11.2574 3.50001H20.3V11.2Z' fill='black'/%3E%3C/svg%3E%0A");
}

.down_pdf { width: 30px;height: 34px;display: inline-block;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%23E2E5E7;' d='M128,0c-17.6,0-32,14.4-32,32v448c0,17.6,14.4,32,32,32h320c17.6,0,32-14.4,32-32V128L352,0H128z'/%3E%3Cpath style='fill:%23B0B7BD;' d='M384,128h96L352,0v96C352,113.6,366.4,128,384,128z'/%3E%3Cpolygon style='fill:%23CAD1D8;' points='480,224 384,128 480,128 '/%3E%3Cpath style='fill:%23F15642;' d='M416,416c0,8.8-7.2,16-16,16H48c-8.8,0-16-7.2-16-16V256c0-8.8,7.2-16,16-16h352c8.8,0,16,7.2,16,16 V416z'/%3E%3Cg%3E%3Cpath style='fill:%23FFFFFF;' d='M101.744,303.152c0-4.224,3.328-8.832,8.688-8.832h29.552c16.64,0,31.616,11.136,31.616,32.48 c0,20.224-14.976,31.488-31.616,31.488h-21.36v16.896c0,5.632-3.584,8.816-8.192,8.816c-4.224,0-8.688-3.184-8.688-8.816V303.152z M118.624,310.432v31.872h21.36c8.576,0,15.36-7.568,15.36-15.504c0-8.944-6.784-16.368-15.36-16.368H118.624z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M196.656,384c-4.224,0-8.832-2.304-8.832-7.92v-72.672c0-4.592,4.608-7.936,8.832-7.936h29.296 c58.464,0,57.184,88.528,1.152,88.528H196.656z M204.72,311.088V368.4h21.232c34.544,0,36.08-57.312,0-57.312H204.72z'/%3E%3Cpath style='fill:%23FFFFFF;' d='M303.872,312.112v20.336h32.624c4.608,0,9.216,4.608,9.216,9.072c0,4.224-4.608,7.68-9.216,7.68 h-32.624v26.864c0,4.48-3.184,7.92-7.664,7.92c-5.632,0-9.072-3.44-9.072-7.92v-72.672c0-4.592,3.456-7.936,9.072-7.936h44.912 c5.632,0,8.96,3.344,8.96,7.936c0,4.096-3.328,8.704-8.96,8.704h-37.248V312.112z'/%3E%3C/g%3E%3Cpath style='fill:%23CAD1D8;' d='M400,432H96v16h304c8.8,0,16-7.2,16-16v-16C416,424.8,408.8,432,400,432z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
background-position: center top;background-repeat: no-repeat;background-size: contain;
}
.buy_info ul ul li { font-size: 13px;
  list-style: disc;margin-left: 5px;line-height: 18px; color: #000000;
}

.buy_info ul ul li + li {
 margin-top: 7px
}

.down_descr {
  margin-bottom: 30px;
}
.down_title a {
   text-decoration: underline dashed
}
#media .img,.inner_product_desk .blockinner_right .img {
  width: 240px;display: inline-block;
}
#media .rev,.inner_product_desk .blockinner_right  .rev {
  width: calc(100% - 240px);display: inline-block;
}
.title_info { margin-bottom: 30px;
   color: #333333;font-size: 22px;font-weight: 500
}
.rev .product_rev {
  display:  block; margin-bottom: 30px;
}
.rev .wishlist,.rev .compare {
   margin-right: 30px;
}
.inner_product_desk .blockinner_right { display: inline-block;vertical-align: top; background: #fff;
  width: 600px;padding: 40px;box-sizing: border-box; border-left:2px solid #f2f3f5;;
}
#specification .inner_product_desk,#reviews .inner_product_desk ,#media .inner_product_desk {
  background: transparent;padding: 0
}
.link_under {
  cursor: pointer;text-decoration: underline dashed;
}
.video_inner {position:relative;padding-bottom:56.25%;height:0}

.video_inner iframe {position:absolute;top:0;left:0;width:100%;height:100%;}
.inner_product_desk + .inner_product_desk{
 margin-top: 2px;
}
.blog-image {margin-bottom: 20px}
.blog-topline {
   margin-bottom: 24px;  font-size: 16px;
    line-height: 130%;
    color: #676767;
}
.date-time { display: inline-block;
  padding-left: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6916 0H9.57009V1.2C9.57009 1.44 9.38318 1.6 9.19626 1.6C9.00935 1.6 8.82243 1.44 8.82243 1.2V0H2.84112V1.2C2.84112 1.44 2.65421 1.6 2.46729 1.6C2.28037 1.6 2.09346 1.44 2.09346 1.2V0H0.971963C0.411215 0 0 0.52 0 1.2V2.64H11.9626V1.2C11.9626 0.52 11.2897 0 10.6916 0ZM0 3.48V10.8C0 11.52 0.411215 12 1.00935 12H10.729C11.3271 12 12 11.48 12 10.8V3.48H0ZM3.3271 10.2H2.42991C2.28037 10.2 2.13084 10.08 2.13084 9.88V8.88C2.13084 8.72 2.24299 8.56 2.42991 8.56H3.36449C3.51402 8.56 3.66355 8.68 3.66355 8.88V9.88C3.62617 10.08 3.51402 10.2 3.3271 10.2ZM3.3271 6.6H2.42991C2.28037 6.6 2.13084 6.48 2.13084 6.28V5.28C2.13084 5.12 2.24299 4.96 2.42991 4.96H3.36449C3.51402 4.96 3.66355 5.08 3.66355 5.28V6.28C3.62617 6.48 3.51402 6.6 3.3271 6.6ZM6.31776 10.2H5.38318C5.23364 10.2 5.08411 10.08 5.08411 9.88V8.88C5.08411 8.72 5.19626 8.56 5.38318 8.56H6.31776C6.46729 8.56 6.61682 8.68 6.61682 8.88V9.88C6.61682 10.08 6.50467 10.2 6.31776 10.2ZM6.31776 6.6H5.38318C5.23364 6.6 5.08411 6.48 5.08411 6.28V5.28C5.08411 5.12 5.19626 4.96 5.38318 4.96H6.31776C6.46729 4.96 6.61682 5.08 6.61682 5.28V6.28C6.61682 6.48 6.50467 6.6 6.31776 6.6ZM9.30841 10.2H8.37383C8.2243 10.2 8.07477 10.08 8.07477 9.88V8.88C8.07477 8.72 8.18692 8.56 8.37383 8.56H9.30841C9.45794 8.56 9.60748 8.68 9.60748 8.88V9.88C9.60748 10.08 9.49533 10.2 9.30841 10.2ZM9.30841 6.6H8.37383C8.2243 6.6 8.07477 6.48 8.07477 6.28V5.28C8.07477 5.12 8.18692 4.96 8.37383 4.96H9.30841C9.45794 4.96 9.60748 5.08 9.60748 5.28V6.28C9.60748 6.48 9.49533 6.6 9.30841 6.6Z' fill='%23676767'/%3E%3C/svg%3E%0A");
  background-position:left center;
  background-repeat: no-repeat;
}
.blog-view { display: inline-block;margin-right: 20px;
  float: right;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='10' viewBox='0 0 19 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8214 4.62944C18.6521 4.44063 14.5808 0 9.4815 0C4.38217 0 0.310907 4.44063 0.141611 4.62944C-0.0472037 4.84048 -0.0472037 5.15952 0.141611 5.37056C0.310907 5.55937 4.38224 10 9.4815 10C14.5808 10 18.6521 5.55937 18.8214 5.37056C19.0102 5.15952 19.0102 4.84048 18.8214 4.62944ZM9.4815 8.88889C7.33739 8.88889 5.59261 7.14411 5.59261 5C5.59261 2.85589 7.33739 1.11111 9.4815 1.11111C11.6256 1.11111 13.3704 2.85589 13.3704 5C13.3704 7.14411 11.6256 8.88889 9.4815 8.88889Z' fill='%23676767'/%3E%3Cpath d='M10.037 3.88889C10.037 3.33 10.3145 2.83833 10.7366 2.53593C10.3578 2.34204 9.93537 2.22222 9.48148 2.22222C7.94989 2.22222 6.7037 3.46841 6.7037 5C6.7037 6.53159 7.94989 7.77778 9.48148 7.77778C10.8527 7.77778 11.9877 6.77652 12.2119 5.46822C11.0932 5.82841 10.037 4.9823 10.037 3.88889Z' fill='%23676767'/%3E%3C/svg%3E%0A");
  padding-left: 29px;
  background-position:left center;
  background-repeat: no-repeat;
}
.product-block-inner {
background: #FFFFFF; overflow: hidden;
border: 1px solid #D8E0E8;
border-radius: 5px;
}
.product-block-inner .date-comment {
   padding: 14px 10px 18px; border-top: 1px solid #D8E0E8;
}
.product-block-inner .date-comment a {
   color: #184479;  font-size: 16px; border: 0;
}
.page-blog {
  margin-bottom: 60px
}
.blog-desc {  color: #676767;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 95px;margin-bottom:40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.btn_all {  padding: 13px 38px;float: right; font-size: 16px;   font-weight: 400;
  color: #000000;           border: 1px solid #D8E0E8; text-transform: none;
border-radius: 5px; background: #184479;border:1px solid #184479; color: #fff;
}
a.btn_all:hover {
  background: #fff;color: #184479
}

.home-page  .tab-content {
  margin-bottom: 60px;
}
.product-block-inner .blog-info {
   padding: 0 36px;
}

.blog-image a {
 background-size: cover !important;  background-repeat:no-repeat !important;
 background-position:center  !important;
  height: 180px;display: block;
}
.page-certificat {   margin: 0;
  margin-bottom: 60px;
}
.page-certificat li {
  list-style: none
}

.page_cont4   h1, .page_cont30 h1 {
 font-weight: 700;
font-size: 28px;
line-height: 130%;   color: #000000; margin-bottom: 40px;
}
.page_cont  #container .title {
   font-size: 24px;font-weight: bold;color: #20231e;margin-bottom: 30px
}
.border_onas {
  border: 1px solid #f2f3f5;padding: 30px 40px; margin-bottom: 60px;
}
.page_cont #container .row-fluid .page-sidebar.pull-right.span12 {
  padding: 40px;
}
.block_onas { padding: 0 20px;
  margin-bottom: 60px;
}
.block_onas img {
  max-width: 80%;margin: 0 auto
}
.block_onas p{font-size: 16px;
  line-height: 29px;margin-bottom: 30px;
}

.border_onas img {
  max-width: 300px;
}

.link_onas {
  text-decoration: underline dashed;  color: #333333;font-size: 20px; font-weight: 400
}
.start_page.link_onas:before { vertical-align: middle;margin-right: 30px;
  content: "";display: inline-block;width:112px;height: 112px;background: #FF8200 ;border-radius:50%;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' height='512pt' viewBox='0 -31 512.00026 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m164.960938 300.003906h.023437c.019531 0 .039063-.003906.058594-.003906h271.957031c6.695312 0 12.582031-4.441406 14.421875-10.878906l60-210c1.292969-4.527344.386719-9.394532-2.445313-13.152344-2.835937-3.757812-7.269531-5.96875-11.976562-5.96875h-366.632812l-10.722657-48.253906c-1.527343-6.863282-7.613281-11.746094-14.644531-11.746094h-90c-8.285156 0-15 6.714844-15 15s6.714844 15 15 15h77.96875c1.898438 8.550781 51.3125 230.917969 54.15625 243.710938-15.941406 6.929687-27.125 22.824218-27.125 41.289062 0 24.8125 20.1875 45 45 45h272c8.285156 0 15-6.714844 15-15s-6.714844-15-15-15h-272c-8.269531 0-15-6.730469-15-15 0-8.257812 6.707031-14.976562 14.960938-14.996094zm312.152343-210.003906-51.429687 180h-248.652344l-40-180zm0 0'/%3E%3Cpath d='m150 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45zm45-15c8.269531 0 15 6.730469 15 15s-6.730469 15-15 15-15-6.730469-15-15 6.730469-15 15-15zm0 0'/%3E%3Cpath d='m362 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45zm45-15c8.269531 0 15 6.730469 15 15s-6.730469 15-15 15-15-6.730469-15-15 6.730469-15 15-15zm0 0'/%3E%3C/svg%3E");
  background-size: 58px 52px;background-position: center;background-repeat: no-repeat;
}
.callback.link_onas:before { vertical-align: middle;margin-right: 30px;
  content: "";display: inline-block;width:112px;height: 112px;background: #FF8200 ;border-radius:50%;
background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' id='Capa_1' enable-background='new 0 0 511.998 511.998' height='512' viewBox='0 0 511.998 511.998' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='m451.317 423.77c-1.138-69.583-72.282-90.141-124.23-105.152-6.061-1.751-11.89-3.436-17.352-5.118v-28.705c10.62-6.657 19.926-15.224 27.433-25.217h31.644c15.485 0 28.084-12.599 28.084-28.084v-33.996c1.877-4.376 2.92-9.192 2.92-14.249v-10.573c0-5.052-1.043-9.865-2.92-14.238v-17.538c0-77.692-63.206-140.9-140.897-140.9-77.676 0-140.869 63.208-140.869 140.901v17.036c0 .134.015.263.02.396-1.906 4.402-2.968 9.25-2.968 14.344v10.573c0 19.987 16.248 36.248 36.219 36.248h8.264c5.724 27.448 22.575 50.858 45.598 65.292v28.71c-5.463 1.682-11.291 3.366-17.352 5.118-51.948 15.011-123.092 35.57-124.23 105.152-.001.055-.001.109-.001.164v78.064c0 5.523 4.478 10 10 10h29.648c5.522 0 10-4.477 10-10s-4.478-10-10-10h-19.649v-67.981c.421-24.277 11.573-42.476 35.094-57.271 15.521-9.763 34.496-16.719 53.2-22.538l24.161 47.074c2.693 5.247 9.588 7.03 14.488 3.724l10.773-7.267 9.249 34.763-15.847 69.495h-21.672c-5.522 0-10 4.477-10 10s4.478 10 10 10h251.193c5.522 0 10-4.477 10-10v-78.064c0-.054 0-.108-.001-.163zm-129.782-85.939c.659.19 1.329.385 1.993.577l-17.287 33.714-32.351-21.815 27.411-18.489c6.368 2.004 13.14 3.963 20.234 6.013zm-65.529 24.539 20.052 13.522-9.691 36.426h-20.736l-9.688-36.415zm-.002-24.123-33.742-22.753v-21.052c10.561 3.735 21.912 5.784 33.736 5.784 11.823 0 23.176-2.042 33.736-5.777v21.045zm81.464-195.517c-.137-.087-.273-.174-.41-.261-20.519-13.062-38.241-24.343-66.009-16.398-.258.074-.514.158-.765.252-5.887 2.211-11.24 4.272-16.418 6.265-31.623 12.173-48.889 18.821-79.337 17.965v-8.008c0-44.924 36.547-81.472 81.469-81.472s81.469 36.548 81.469 81.472v.185zm39.428 88.764c0 4.458-3.626 8.084-8.084 8.084h-19.928c2.814-6.379 4.994-13.098 6.45-20.081h8.264c4.695 0 9.178-.908 13.299-2.543v14.54zm2.92-48.245c0 8.959-7.275 16.248-16.219 16.248h-6.138c.002-.248.01-43.041.01-43.041h6.129c8.943 0 16.219 7.276 16.219 16.22v10.573zm-231.415 16.249c-8.943 0-16.219-7.289-16.219-16.248v-10.573c0-8.944 7.275-16.22 16.219-16.22h6.129s.008 42.793.01 43.041zm6.316-63.042h-6.317c-4.675 0-9.14.9-13.246 2.52 1.033-65.78 54.841-118.976 120.845-118.976 66.023 0 119.846 53.202 120.872 118.987-4.113-1.627-8.589-2.531-13.274-2.531h-6.317c-3.16-53.128-47.376-95.383-101.281-95.383-53.906 0-98.122 42.256-101.282 95.383zm20.414 72.027c-.001-.01-.003-.02-.004-.03-.379-3.183-.597-6.415-.597-9.698v-28.203c34.213.834 54.622-7.018 86.521-19.298 5.024-1.934 10.217-3.933 15.874-6.06 18.89-5.273 29.759 1.648 49.393 14.147 3.407 2.169 7.144 4.546 11.15 6.987v32.427c0 14.871-4.024 28.811-11.011 40.824h-70.458c-5.522 0-10 4.477-10 10s4.478 10 10 10h54.124c-14.402 12.831-33.364 20.648-54.124 20.648-41.629-.001-76.043-31.393-80.868-71.744zm30.65 163.64-17.306-33.717c.662-.191 1.33-.385 1.988-.575 7.094-2.05 13.866-4.01 20.236-6.014l27.422 18.492zm26.53 119.875 13.609-59.68h20.161l13.63 59.68zm199.007 0h-131.092l-15.872-69.497 9.253-34.776 10.799 7.282c4.902 3.305 11.797 1.522 14.489-3.728l24.134-47.069c18.703 5.819 37.677 12.774 53.197 22.536 23.52 14.794 34.673 32.994 35.094 57.271v67.981z'/%3E%3Cpath d='m391.828 441.995h-50.397c-5.522 0-10 4.477-10 10s4.478 10 10 10h50.397c5.522 0 10-4.477 10-10s-4.477-10-10-10z'/%3E%3Cpath d='m145.227 491.998c-5.522 0-10 4.477-10 10s4.478 10 10 10h.028c5.522 0 9.985-4.477 9.985-10s-4.491-10-10.013-10z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 58px 52px;background-position: center;background-repeat: no-repeat;
}

.dostavka {
  text-align: center;
}
.dostavka span {  color: #d3d3d3;font-size: 46px;font-weight: 900; margin-top: 40px;
  display: inline-block;line-height: 0;margin-bottom: 30px;margin-left: -30px;
}
.dostavka p{  font-size: 16px;max-width: 200px;margin: 0 auto 20px;
  color: #20231e
}

.dostavka span:before {
    vertical-align: middle; float: right;margin-left: -30px; z-index: 1; position: relative;
  content: "";display: inline-block;width:112px;height: 112px;background: #FF8200 ;border-radius:50%;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' height='480pt' viewBox='0 -8 480 480' width='480pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m440 0h-336c-22.082031.0273438-39.972656 17.917969-40 40v312h-56c-4.417969 0-8 3.582031-8 8v16c.0273438 22.082031 17.917969 39.972656 40 40h248.191406v40c0 3.03125 1.710938 5.800781 4.421875 7.15625 2.710938 1.355469 5.953125 1.0625 8.378907-.757812l27.199218-20.398438 27.199219 20.398438c1.382813 1.042968 3.070313 1.605468 4.800781 1.601562 1.242188.011719 2.46875-.261719 3.585938-.800781 2.722656-1.363281 4.433594-4.15625 4.414062-7.199219v-40h7.808594c22.082031-.027344 39.972656-17.917969 40-40v-312h56c4.417969 0 8-3.582031 8-8v-16c-.027344-22.082031-17.917969-39.9726562-40-40zm-151.808594 400h-248.191406c-13.253906 0-24-10.746094-24-24v-8h272.191406zm64 40-19.199218-14.398438c-2.84375-2.136718-6.753907-2.136718-9.601563 0l-19.199219 14.398438v-89.351562c1.546875.121093 3.101563.09375 4.640625-.089844 4.617188 5.957031 11.730469 9.441406 19.265625 9.441406s14.644532-3.484375 19.261719-9.441406c1.59375.191406 3.203125.222656 4.800781.089844zm10.289063-128.160156c-2.132813.757812-3.847657 2.386718-4.710938 4.476562-.867187 2.09375-.808593 4.453125.167969 6.5 1.511719 3.171875.871094 6.953125-1.605469 9.445313-2.480469 2.492187-6.257812 3.15625-9.4375 1.660156-2.042969-.976563-4.40625-1.039063-6.5-.175781-2.097656.867187-3.722656 2.582031-4.484375 4.71875-1.167968 3.3125-4.300781 5.53125-7.8125 5.53125-3.515625 0-6.648437-2.21875-7.816406-5.53125-.757812-2.136719-2.386719-3.851563-4.480469-4.71875-2.097656-.863282-4.460937-.800782-6.503906.175781-3.179687 1.496094-6.957031.832031-9.433594-1.660156-2.480469-2.492188-3.121093-6.273438-1.605469-9.445313.972657-2.042968 1.035157-4.40625.167969-6.496094-.863281-2.09375-2.574219-3.71875-4.707031-4.480468-3.316406-1.179688-5.535156-4.320313-5.535156-7.839844s2.21875-6.660156 5.535156-7.839844c2.132812-.761718 3.839844-2.386718 4.703125-4.476562.867187-2.089844.804687-4.449219-.164063-6.492188-1.523437-3.171875-.882812-6.957031 1.597657-9.453125 2.476562-2.492187 6.257812-3.160156 9.441406-1.660156 2.042969.976563 4.40625 1.039063 6.503906.175781 2.09375-.867187 3.722657-2.582031 4.480469-4.71875 1.167969-3.3125 4.300781-5.53125 7.816406-5.53125 3.511719 0 6.644532 2.21875 7.8125 5.53125.761719 2.136719 2.386719 3.851563 4.484375 4.71875 2.09375.863282 4.457031.800782 6.5-.175781 3.179688-1.496094 6.957031-.832031 9.4375 1.660156 2.476563 2.492188 3.117188 6.273438 1.605469 9.445313-.976562 2.046875-1.035156 4.40625-.167969 6.5.863281 2.089844 2.578125 3.71875 4.710938 4.476562 3.308593 1.1875 5.519531 4.324219 5.519531 7.839844s-2.210938 6.652344-5.519531 7.839844zm44.902343-294.839844c-.453124.640625-.855468 1.320312-1.269531 1.992188-.855469 1.367187-1.621093 2.78125-2.304687 4.238281-.359375.800781-.695313 1.539062-1.007813 2.320312-.59375 1.570313-1.09375 3.171875-1.488281 4.800781-.183594.746094-.417969 1.464844-.558594 2.222657-.484375 2.449219-.734375 4.933593-.753906 7.425781v336c0 13.253906-10.746094 24-24 24-2.667969-.050781-5.304688-.546875-7.808594-1.472656v-55.648438c4.976563-5.234375 7.324219-12.433594 6.402344-19.597656 5.945312-4.628906 9.421875-11.746094 9.421875-19.28125s-3.476563-14.652344-9.421875-19.28125c.945312-7.46875-1.613281-14.957031-6.929688-20.292969-5.316406-5.332031-12.796874-7.910156-20.273437-6.984375-4.617187-5.957031-11.726563-9.441406-19.261719-9.441406s-14.648437 3.484375-19.265625 9.441406c-7.472656-.921875-14.953125 1.65625-20.269531 6.988282-5.3125 5.332031-7.871094 12.820312-6.929688 20.289062-5.945312 4.628906-9.425781 11.746094-9.425781 19.28125s3.480469 14.652344 9.425781 19.28125c-.945312 7.265625 1.476563 14.566406 6.574219 19.832031v8.886719h-208.238281v-312c0-13.253906 10.746094-24 24-24h304c-.222656.3125-.390625.671875-.617188 1zm56.617188 31h-48v-8c0-13.253906 10.746094-24 24-24s24 10.746094 24 24zm0 0'/%3E%3Cpath d='m264 64h32v16h-32zm0 0'/%3E%3Cpath d='m184 64h64v16h-64zm0 0'/%3E%3Cpath d='m160 104h160v16h-160zm0 0'/%3E%3Cpath d='m120 152h40v16h-40zm0 0'/%3E%3Cpath d='m120 192h88v16h-88zm0 0'/%3E%3Cpath d='m176 152h184v16h-184zm0 0'/%3E%3Cpath d='m224 192h136v16h-136zm0 0'/%3E%3Cpath d='m120 232h160v16h-160zm0 0'/%3E%3Cpath d='m120 272h136v16h-136zm0 0'/%3E%3C/svg%3E");
  background-size: 58px 52px;background-position: center;background-repeat: no-repeat;
}
.dostavka div:nth-child(2) span:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M472,0H152c-4.418,0-8,3.582-8,8v328H8c-4.418,0-8,3.582-8,8v32c0.066,57.41,46.59,103.934,104,104h272 c57.402,0.035,103.965-46.47,104-103.872c0-0.043,0-0.085,0-0.128V8C480,3.582,476.418,0,472,0z M104,464 c-48.577-0.057-87.943-39.423-88-88v-24h256v24c-0.085,31.434,14.12,61.203,38.608,80.912c0.968,0.8,1.992,1.472,2.992,2.224 c1.912,1.44,3.84,2.872,5.84,4.168c0.336,0.216,0.64,0.488,0.976,0.696H104z M464,376c0,48.601-39.399,88-88,88 c-48.601,0-88-39.399-88-88v-32c0-4.418-3.582-8-8-8H160V16h304V376z'/%3E%3Cpath d='M376,336c-13.255,0-24-10.745-24-24s10.745-24,24-24s24,10.745,24,24c0,4.418,3.582,8,8,8s8-3.582,8-8 c-0.024-19.001-13.389-35.373-32-39.2V264c0-4.418-3.582-8-8-8s-8,3.582-8,8v8.8c-21.65,4.396-35.636,25.51-31.24,47.16 c3.789,18.658,20.202,32.059,39.24,32.04c13.255,0,24,10.745,24,24s-10.745,24-24,24s-24-10.745-24-24c0-4.418-3.582-8-8-8 s-8,3.582-8,8c0.024,19.001,13.389,35.373,32,39.2v8.8c0,4.418,3.582,8,8,8s8-3.582,8-8v-8.8 c21.65-4.396,35.636-25.51,31.24-47.16C411.452,349.383,395.038,335.981,376,336z'/%3E%3Cpath d='M232,64h160c4.418,0,8-3.582,8-8s-3.582-8-8-8H232c-4.418,0-8,3.582-8,8S227.582,64,232,64z'/%3E%3Cpath d='M200,120h32c4.418,0,8-3.582,8-8s-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8S195.582,120,200,120z'/%3E%3Cpath d='M256,112c0,4.418,3.582,8,8,8h160c4.418,0,8-3.582,8-8s-3.582-8-8-8H264C259.582,104,256,107.582,256,112z'/%3E%3Cpath d='M200,168h32c4.418,0,8-3.582,8-8s-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8S195.582,168,200,168z'/%3E%3Cpath d='M424,152H264c-4.418,0-8,3.582-8,8s3.582,8,8,8h160c4.418,0,8-3.582,8-8S428.418,152,424,152z'/%3E%3Cpath d='M200,216h32c4.418,0,8-3.582,8-8s-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8S195.582,216,200,216z'/%3E%3Cpath d='M200,264h32c4.418,0,8-3.582,8-8s-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8S195.582,264,200,264z'/%3E%3Cpath d='M200,312h32c4.418,0,8-3.582,8-8s-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8S195.582,312,200,312z'/%3E%3Cpath d='M296,248h-32c-4.418,0-8,3.582-8,8s3.582,8,8,8h32c4.418,0,8-3.582,8-8S300.418,248,296,248z'/%3E%3Cpath d='M296,296h-32c-4.418,0-8,3.582-8,8s3.582,8,8,8h32c4.418,0,8-3.582,8-8S300.418,296,296,296z'/%3E%3Cpath d='M424,200H264c-4.418,0-8,3.582-8,8s3.582,8,8,8h160c4.418,0,8-3.582,8-8S428.418,200,424,200z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.dostavka div:nth-child(3) span:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' height='512pt' viewBox='0 0 512 512' width='512pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m70 352c5.519531 0 10-4.480469 10-10s-4.480469-10-10-10-10 4.480469-10 10 4.480469 10 10 10zm0 0'/%3E%3Cpath d='m482 0c-20.957031 0-422.054688 0-452 0-16.542969 0-30 13.457031-30 30v452c0 16.542969 13.457031 30 30 30h452c16.542969 0 30-13.457031 30-30v-452c0-16.542969-13.457031-30-30-30zm-56 492h-133.394531l84.792969-93.273438c1.609374-1.765624 2.601562-4.195312 2.601562-6.726562v-372h46zm-146-15.867188v-74.132812h67.394531zm-260 5.867188v-452c0-5.515625 4.484375-10 10-10h330v362h-90c-5.523438 0-10 4.476562-10 10v100c-8.867188 0-217.230469 0-230 0-5.515625 0-10-4.484375-10-10zm472 0c0 5.515625-4.484375 10-10 10h-36v-472h36c5.515625 0 10 4.484375 10 10zm0 0'/%3E%3Cpath d='m84.738281 213.679688 20 34.640624c1.328125 2.296876 3.511719 3.972657 6.074219 4.660157 2.5625.683593 5.289062.324219 7.585938-1l22.578124-13.035157c5.738282 4.421876 12.160157 8.089844 19.023438 10.863282v26.191406c0 5.523438 4.476562 10 10 10h40c5.523438 0 10-4.476562 10-10v-26.175781c6.910156-2.769531 13.277344-6.40625 19.035156-10.871094l22.566406 13.027344c2.292969 1.324219 5.023438 1.683593 7.585938 1 2.5625-.6875 4.746094-2.363281 6.074219-4.660157l20-34.640624c2.761719-4.78125 1.121093-10.898438-3.660157-13.660157l-22.472656-12.976562c.585938-3.8125.871094-7.464844.871094-11.042969s-.285156-7.230469-.871094-11.042969l22.472656-12.976562c4.78125-2.761719 6.421876-8.878907 3.660157-13.660157l-20-34.640624c-1.328125-2.296876-3.511719-3.972657-6.074219-4.660157-2.558594-.683593-5.289062-.324219-7.585938 1l-22.5625 13.027344c-5.761718-4.464844-12.128906-8.101563-19.039062-10.875v-26.171875c0-5.523438-4.476562-10-10-10h-40c-5.523438 0-10 4.476562-10 10v26.1875c-6.859375 2.773438-13.28125 6.441406-19.023438 10.867188l-22.578124-13.035157c-2.292969-1.324219-5.023438-1.683593-7.585938-1-2.5625.6875-4.746094 2.363281-6.074219 4.660157l-20 34.640624c-2.757812 4.78125-1.121093 10.898438 3.660157 13.660157l22.46875 12.972656c-1.167969 7.542969-1.164063 14.539063 0 22.09375l-22.46875 12.972656c-4.78125 2.761719-6.417969 8.878907-3.660157 13.660157zm42.324219-12.890626c3.828125-2.210937 5.75-6.671874 4.726562-10.972656-2.398437-10.082031-2.398437-17.570312 0-27.625 1.023438-4.304687-.898437-8.769531-4.726562-10.980468l-20.003906-11.550782 10-17.316406 20.019531 11.558594c3.828125 2.207031 8.648437 1.644531 11.863281-1.386719 6.6875-6.304687 14.742188-10.910156 23.941406-13.679687 4.226563-1.269532 7.117188-5.160157 7.117188-9.574219v-23.261719h20v23.261719c0 4.410156 2.890625 8.300781 7.117188 9.574219 9.207031 2.769531 17.261718 7.375 23.9375 13.675781 3.214843 3.035156 8.039062 3.597656 11.867187 1.390625l20.019531-11.5625 10 17.320312-20 11.550782c-3.832031 2.210937-5.753906 6.675781-4.726562 10.976562 1.199218 5.046875 1.785156 9.566406 1.785156 13.8125s-.585938 8.765625-1.785156 13.8125c-1.027344 4.300781.894531 8.765625 4.726562 10.976562l20 11.550782-10 17.320312-20.019531-11.558594c-3.828125-2.210937-8.652344-1.648437-11.867187 1.386719-6.675782 6.300781-14.730469 10.90625-23.9375 13.675781-4.226563 1.273438-7.117188 5.164063-7.117188 9.578126v23.257812h-20v-23.261719c0-4.410156-2.890625-8.296875-7.109375-9.574219-9.214844-2.777343-17.273437-7.382812-23.949219-13.679687-3.210937-3.03125-8.035156-3.59375-11.863281-1.386719l-20.019531 11.5625-10-17.320312zm0 0'/%3E%3Cpath d='m190 216c22.054688 0 40-17.945312 40-40s-17.945312-40-40-40-40 17.945312-40 40 17.945312 40 40 40zm0-60c11.027344 0 20 8.972656 20 20s-8.972656 20-20 20-20-8.972656-20-20 8.972656-20 20-20zm0 0'/%3E%3Cpath d='m100 342c0 5.523438 4.476562 10 10 10h200c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10h-200c-5.523438 0-10 4.476562-10 10zm0 0'/%3E%3Cpath d='m230 382h-160c-5.523438 0-10 4.476562-10 10s4.476562 10 10 10h160c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10zm0 0'/%3E%3Cpath d='m230 432h-160c-5.523438 0-10 4.476562-10 10s4.476562 10 10 10h160c5.523438 0 10-4.476562 10-10s-4.476562-10-10-10zm0 0'/%3E%3C/svg%3E");
}
.dostavka div:nth-child(4) span:before {
   background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' id='outline' height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m424 16h-16v16h16v448h-336v-448h16v-16h-16a16.01833 16.01833 0 0 0 -16 16v448a16.01833 16.01833 0 0 0 16 16h336a16.01833 16.01833 0 0 0 16-16v-448a16.01833 16.01833 0 0 0 -16-16z'/%3E%3Cpath d='m128 16h16v16h-16z'/%3E%3Cpath d='m168 16h16v16h-16z'/%3E%3Cpath d='m208 16h16v16h-16z'/%3E%3Cpath d='m248 16h16v16h-16z'/%3E%3Cpath d='m288 16h16v16h-16z'/%3E%3Cpath d='m328 16h16v16h-16z'/%3E%3Cpath d='m368 16h16v16h-16z'/%3E%3Cpath d='m176 96h24v16h-24z'/%3E%3Cpath d='m120 96h40v16h-40z'/%3E%3Cpath d='m344 112h16a8 8 0 0 1 0 16h-32v16h16v8h16v-8a24 24 0 0 0 0-48h-16a8 8 0 0 1 0-16h32v-16h-16v-8h-16v8a24 24 0 0 0 0 48z'/%3E%3Cpath d='m120 128h96v16h-96z'/%3E%3Cpath d='m392 328h-48v-96h48v-16h-48v-24h48v-16h-272v16h144v24h-144v16h144v96h-144v16h272zm-112-136h48v24h-48zm0 40h48v96h-48z'/%3E%3Cpath d='m232 128h32v16h-32z'/%3E%3Cpath d='m280 376h64v16h-64z'/%3E%3Cpath d='m368 376h24v16h-24z'/%3E%3Cpath d='m280 408h40v16h-40z'/%3E%3Cpath d='m368 408h24v16h-24z'/%3E%3Cpath d='m328 440h64v16h-64z'/%3E%3Cpath d='m224 448v-72a7.99789 7.99789 0 0 0 -8-8h-96v16h88v56h-88v16h96a7.99789 7.99789 0 0 0 8-8z'/%3E%3C/svg%3E");
}
.icon_np {
  vertical-align: middle;
  content: "";display: inline-block;width:112px;height: 112px;background: #FF8200 ;border-radius:50%;
  background: url(/images/np.png) center no-repeat  #FF8200 ;
}
.paysblock span.icon:before {
  content: "";display: inline-block;width:112px;height: 112px;background: #FF8200 ;border-radius:50%;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M85.072,454.931c-1.859-1.861-4.439-2.93-7.069-2.93s-5.21,1.069-7.07,2.93c-1.86,1.861-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931s5.21-1.07,7.069-2.931c1.86-1.859,2.931-4.439,2.931-7.069 S86.933,456.791,85.072,454.931z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M469.524,182.938c-1.86-1.861-4.43-2.93-7.07-2.93c-2.63,0-5.21,1.069-7.07,2.93c-1.859,1.86-2.93,4.44-2.93,7.07 s1.07,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931c2.64,0,5.21-1.07,7.07-2.931c1.869-1.859,2.939-4.439,2.939-7.069 S471.393,184.798,469.524,182.938z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M509.065,2.929C507.189,1.054,504.645,0,501.992,0L255.998,0.013c-5.522,0-9.999,4.478-9.999,10V38.61l-94.789,25.399 c-5.335,1.43-8.501,6.913-7.071,12.247l49.127,183.342l-42.499,42.499c-5.409-7.898-14.491-13.092-24.764-13.092H30.006 c-16.542,0-29.999,13.458-29.999,29.999v162.996C0.007,498.542,13.464,512,30.006,512h95.998c14.053,0,25.875-9.716,29.115-22.78 l11.89,10.369c9.179,8.004,20.939,12.412,33.118,12.412h301.867c5.522,0,10-4.478,10-10V10 C511.992,7.348,510.94,4.804,509.065,2.929z M136.002,482.001c0,5.513-4.486,10-10,10H30.005c-5.514,0-10-4.486-10-10V319.005 c0-5.514,4.486-10,10-10h37.999V424.2c0,5.522,4.478,10,10,10s10-4.478,10-10V309.005h37.999c5.514,0,10,4.486,10,10V482.001z M166.045,80.739l79.954-21.424V96.37l-6.702,1.796c-2.563,0.687-4.746,2.362-6.072,4.659s-1.686,5.026-0.999,7.588 c3.843,14.341-4.698,29.134-19.039,32.977c-2.565,0.688-4.752,2.366-6.077,4.668c-1.325,2.301-1.682,5.035-0.989,7.599 l38.979,144.338h-20.07l-10.343-40.464c-0.329-1.288-0.905-2.475-1.676-3.507L166.045,80.739z M245.999,142.229v84.381 l-18.239-67.535C235.379,155.141,241.614,149.255,245.999,142.229z M389.663,492H200.125V492c-7.345,0-14.438-2.658-19.974-7.485 l-24.149-21.061V325.147l43.658-43.658l7.918,30.98c1.132,4.427,5.119,7.523,9.688,7.523l196.604,0.012c7.72,0,14,6.28,14,14 c0,7.72-6.28,14-14,14H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h132.04c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14 H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h110.643c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14H313.13 c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h76.533c7.72,0,14,6.28,14,14C403.662,485.72,397.382,492,389.663,492z M491.994,492h-0.001h-71.359c1.939-4.273,3.028-9.01,3.028-14s-1.089-9.727-3.028-14h3.139c18.747,0,33.999-15.252,33.999-33.999 c0-5.468-1.305-10.635-3.609-15.217c14.396-3.954,25.005-17.149,25.005-32.782c0-7.584-2.498-14.595-6.711-20.255V235.007 c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v113.792c-2.35-0.515-4.787-0.795-7.289-0.795h-0.328 c1.939-4.273,3.028-9.01,3.028-14c0-18.748-15.252-33.999-33.999-33.999h-16.075c17.069-7.32,29.057-24.286,29.057-44.005 c0-26.389-21.468-47.858-47.857-47.858c-26.388,0-47.857,21.469-47.857,47.858c0,19.719,11.989,36.685,29.057,44.005h-54.663 V109.863c17.864-3.893,31.96-17.988,35.852-35.853h75.221c3.892,17.865,17.988,31.96,35.852,35.853v31.09c0,5.522,4.478,10,10,10 s10-4.478,10-10v-40.018c0-5.522-4.478-10-10-10c-14.847,0-26.924-12.079-26.924-26.925c0-5.522-4.478-10-10-10h-93.076 c-5.522,0-10,4.478-10,10c0,14.847-12.078,26.925-26.924,26.925c-5.522,0-10,4.478-10,10v199.069H266V20.011L491.994,20V492z M378.996,283.858c-15.361,0-27.857-12.497-27.857-27.857s12.497-27.858,27.857-27.858S406.853,240.64,406.853,256 S394.357,283.858,378.996,283.858z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 58px 52px;background-position: center;background-repeat: no-repeat;
}
.paysblock div:nth-child(2) span.icon:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' height='512' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Analysis_Report' data-name='Analysis Report'%3E%3Cpath d='m58 24a1 1 0 0 0 -1-1h-17v-16a1 1 0 0 0 -1-1 18.589 18.589 0 0 0 -3 .26v-3.26a1 1 0 0 0 -1-1h-24a1.033 1.033 0 0 0 -.71.29l-8 8a1.033 1.033 0 0 0 -.29.71v50a1 1 0 0 0 1 1h32a1 1 0 0 0 1-1v-17.26a18.589 18.589 0 0 0 3 .26 19.017 19.017 0 0 0 19-19c0-.27-.01-.54-.02-.81a1.108 1.108 0 0 0 .02-.19zm-20-15.97v15.56l-12.16 12.16a16.991 16.991 0 0 1 12.16-27.72zm-28-2.62v4.59h-4.59zm24 54.59h-30v-48h7a1 1 0 0 0 1-1v-7h22v2.69a18.973 18.973 0 0 0 0 36.62zm5-18a16.928 16.928 0 0 1 -11.8-4.79l12.21-12.21h16.59a17.024 17.024 0 0 1 -17 17z'/%3E%3Cpath d='m43 21h18v-.006a.993.993 0 0 0 .969-1.048 18.983 18.983 0 0 0 -18.969-17.946 1 1 0 0 0 -1 1v17a1 1 0 0 0 1 1zm16.882-2h-15.882v-14.971a16.984 16.984 0 0 1 15.882 14.971z'/%3E%3Cpath d='m19 40a9 9 0 1 0 9 9 9.014 9.014 0 0 0 -9-9zm0 16a7 7 0 1 1 7-7 7.008 7.008 0 0 1 -7 7z'/%3E%3Cpath d='m22 51a3.01 3.01 0 0 1 -2 2.82v1.18h-2v-1.18a3.01 3.01 0 0 1 -2-2.82h2a1 1 0 1 0 1-1 3 3 0 0 1 -1-5.82v-1.18h2v1.18a3.01 3.01 0 0 1 2 2.82h-2a1 1 0 1 0 -1 1 3.009 3.009 0 0 1 3 3z'/%3E%3Cpath d='m8 16h10v2h-10z'/%3E%3Cpath d='m8 22h10v2h-10z'/%3E%3Cpath d='m8 28h10v2h-10z'/%3E%3Cpath d='m8 34h10v2h-10z'/%3E%3Cpath d='m40 48h4v2h-4z'/%3E%3Cpath d='m46 48h16v2h-16z'/%3E%3Cpath d='m40 54h4v2h-4z'/%3E%3Cpath d='m46 54h16v2h-16z'/%3E%3Cpath d='m40 60h4v2h-4z'/%3E%3Cpath d='m46 60h16v2h-16z'/%3E%3C/g%3E%3C/svg%3E");
}
.paysblock div:nth-child(3) span.icon:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' style='enable-background:new 0 0 480 480;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M456,208H296c-13.255,0-24,10.745-24,24v224c0,13.255,10.745,24,24,24h160c13.255,0,24-10.745,24-24V232 C480,218.745,469.255,208,456,208z M368,464h-72c-4.418,0-8-3.582-8-8v-56h80V464z M368,384h-80v-64h80V384z M464,456 c0,4.418-3.582,8-8,8h-72v-64h80V456z M464,384h-80v-64h80V384z M464,304H288v-72c0-4.418,3.582-8,8-8h160c4.418,0,8,3.582,8,8 V304z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M440,240H312c-4.418,0-8,3.582-8,8v32c0,4.418,3.582,8,8,8h128c4.418,0,8-3.582,8-8v-32C448,243.582,444.418,240,440,240z M432,272H320v-16h112V272z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points='336,344 336,328 320,328 320,344 304,344 304,360 320,360 320,376 336,376 336,360 352,360 352,344 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='400' y='344' width='48' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpolygon points='350.624,421.656 339.312,410.344 328,421.656 316.688,410.344 305.376,421.656 316.688,432.968 305.376,444.28 316.688,455.592 328,444.28 339.312,455.592 350.624,444.28 339.312,432.968 '/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='400' y='424' width='48' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='416' y='444' width='16' height='8'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='416' y='412' width='16' height='8'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M320,0H88v0.072c-2.112-0.025-4.148,0.793-5.656,2.272l-80,80C0.863,83.851,0.045,85.887,0.072,88H0v376 c0,8.837,7.163,16,16,16h240v-16h-48v-24h16c4.418,0,8-3.582,8-8v-40c0-4.418-3.582-8-8-8h-16v-24h16c4.418,0,8-3.582,8-8v-40 c0-4.418-3.582-8-8-8h-0.208c20.243-15.048,32.184-38.777,32.208-64c0.086-44.183-35.662-80.069-79.844-80.155 S96.086,195.507,96,239.689c-0.049,25.327,11.897,49.181,32.208,64.311H64c-4.418,0-8,3.582-8,8v32H40c-4.418,0-8,3.582-8,8v40 c0,4.418,3.582,8,8,8h16v24H40c-4.418,0-8,3.582-8,8v32H16V96h64c8.837,0,16-7.163,16-16V16h224v176h16V16 C336,7.163,328.837,0,320,0z M216,400v24H72v-24H216z M112,240c0-35.346,28.654-64,64-64c35.346,0,64,28.654,64,64 c0,35.346-28.654,64-64,64C140.67,303.96,112.04,275.33,112,240z M72,320h144v24H72V320z M48,384v-24h144v24H64H48z M48,440h144 v24H48V440z M80,80H27.312L80,27.312V80z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M176,216h24v-16h-16v-8h-16v9.472c-12.473,4.393-19.023,18.066-14.629,30.539c3.38,9.596,12.455,16.009,22.629,15.989 c4.418,0,8,3.582,8,8s-3.582,8-8,8h-24v16h16v8h16v-9.472c12.473-4.393,19.023-18.066,14.629-30.539 c-3.38-9.596-12.455-16.009-22.629-15.989c-4.418,0-8-3.582-8-8S171.582,216,176,216z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M448,40h-16c0-4.418-3.582-8-8-8h-8V8c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v24h-8c-4.418,0-8,3.582-8,8v152h16 V48h48v144h16V56h16v104h16V56C464,47.163,456.837,40,448,40z M400,32h-16V16h16V32z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='120' y='64' width='136' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='32' y='112' width='272' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='32' y='144' width='96' height='16'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='232' y='144' width='72' height='16'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.paysblock div:nth-child(4) span.icon:before {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23333333' xmlns='http://www.w3.org/2000/svg' height='937.5pt' version='1.1' viewBox='0 0 937.5 937.5' width='937.5pt'%3E%3Cg id='surface1'%3E%3Cpath d='M 781.25 165.53125 L 781.25 78.125 C 781.195312 35 746.25 0.0546875 703.125 0 L 78.125 0 C 35 0.0546875 0.0546875 35 0 78.125 L 0 421.875 C 0.121094 461.777344 30.367188 495.148438 70.0625 499.195312 L 128.796875 651.660156 C 144.3125 691.917969 189.523438 711.972656 229.785156 696.476562 L 596.5625 555.1875 C 571.21875 621.386719 578.429688 695.648438 616.023438 755.738281 L 625 770.09375 L 625 921.875 C 625 930.507812 631.992188 937.5 640.625 937.5 L 921.875 937.5 C 930.507812 937.5 937.5 930.507812 937.5 921.875 L 937.5 406.113281 C 937.351562 352.078125 915.839844 300.304688 877.636719 262.089844 Z M 781.25 258.976562 L 828.671875 382.078125 C 837.964844 406.242188 825.921875 433.355469 801.761719 442.65625 L 774.65625 453.125 C 778.984375 443.273438 781.226562 432.625 781.25 421.875 Z M 31.25 421.875 L 31.25 78.125 C 31.25 52.242188 52.242188 31.25 78.125 31.25 L 703.125 31.25 C 729.007812 31.25 750 52.242188 750 78.125 L 750 177.4375 L 749.863281 177.4375 L 750 177.792969 L 750 421.875 C 749.878906 424.601562 749.523438 427.304688 748.9375 429.96875 L 605.8125 286.828125 C 573.640625 255.398438 522.351562 255.15625 489.890625 286.257812 C 457.421875 317.378906 455.472656 368.628906 485.5 402.105469 L 546.515625 468.75 L 78.125 468.75 C 52.242188 468.75 31.25 447.757812 31.25 421.875 Z M 231.421875 500 L 120.3125 542.777344 L 103.875 500 Z M 218.546875 667.308594 C 194.390625 676.621094 167.261719 664.578125 157.953125 640.421875 L 131.59375 571.875 L 318.109375 500 L 318.109375 499.90625 L 575.15625 499.90625 L 595.464844 522.046875 Z M 906.25 906.25 L 656.25 906.25 L 656.25 781.25 L 906.25 781.25 Z M 906.25 750 L 649.296875 750 L 642.519531 739.171875 C 604.421875 678.289062 602.90625 601.390625 638.5625 539.0625 C 641.9375 533.164062 641.109375 525.757812 636.515625 520.75 L 508.472656 381.0625 C 489.378906 360.164062 490.453125 327.855469 510.894531 308.28125 C 531.34375 288.703125 563.667969 289.023438 583.714844 308.992188 L 832.703125 557.921875 L 854.796875 535.828125 L 796.984375 478.015625 L 813.015625 471.765625 C 853.242188 456.246094 873.289062 411.074219 857.8125 370.824219 L 804.925781 233.496094 L 855.542969 284.21875 C 887.886719 316.554688 906.125 360.375 906.25 406.113281 Z M 906.25 750 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 178.125 218.75 C 200.5625 218.75 218.75 200.5625 218.75 178.125 L 218.75 103.125 C 218.75 80.6875 200.5625 62.5 178.125 62.5 L 103.125 62.5 C 80.6875 62.5 62.5 80.6875 62.5 103.125 L 62.5 178.125 C 62.5 200.5625 80.6875 218.75 103.125 218.75 Z M 93.75 178.125 L 93.75 156.25 L 125 156.25 L 125 125 L 93.75 125 L 93.75 103.125 C 93.75 97.949219 97.949219 93.75 103.125 93.75 L 178.125 93.75 C 183.300781 93.75 187.5 97.949219 187.5 103.125 L 187.5 125 L 156.25 125 L 156.25 156.25 L 187.5 156.25 L 187.5 178.125 C 187.5 183.300781 183.300781 187.5 178.125 187.5 L 103.125 187.5 C 97.949219 187.5 93.75 183.300781 93.75 178.125 Z M 93.75 178.125 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 78.125 265.625 L 140.625 265.625 L 140.625 296.875 L 78.125 296.875 Z M 78.125 265.625 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 78.125 359.375 L 140.625 359.375 L 140.625 390.625 L 78.125 390.625 Z M 78.125 359.375 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 359.375 359.375 L 421.875 359.375 L 421.875 390.625 L 359.375 390.625 Z M 359.375 359.375 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 171.875 265.625 L 234.375 265.625 L 234.375 296.875 L 171.875 296.875 Z M 171.875 265.625 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 265.625 265.625 L 328.125 265.625 L 328.125 296.875 L 265.625 296.875 Z M 265.625 265.625 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 359.375 265.625 L 421.875 265.625 L 421.875 296.875 L 359.375 296.875 Z M 359.375 265.625 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 656.25 78.125 L 687.5 78.125 L 687.5 125 L 656.25 125 Z M 656.25 78.125 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 593.75 78.125 L 625 78.125 L 625 125 L 593.75 125 Z M 593.75 78.125 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 531.25 78.125 L 562.5 78.125 L 562.5 125 L 531.25 125 Z M 531.25 78.125 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 468.75 78.125 L 500 78.125 L 500 125 L 468.75 125 Z M 468.75 78.125 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3Cpath d='M 687.5 812.5 L 718.75 812.5 L 718.75 843.75 L 687.5 843.75 Z M 687.5 812.5 ' style=' stroke:none;fill-rule:nonzero;fill:rgb(0%25,0%25,0%25);fill-opacity:1;' /%3E%3C/g%3E%3C/svg%3E");
}
.page_cont7 h1.content-title {
   color: #000000;font-size: 24px; margin-bottom: 40px;
   font-weight: 700;
font-size: 28px;
line-height: 130%;
}
.cont1 , .cont2 {
    background: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 5px; padding: 50px 54px;
}
.ico-pish {display: inline-block; font-weight: 600; width: 200px;
font-size: 32px;
line-height: 60px;padding-left: 60px;
background-repeat:no-repeat;background-position: left center;
background-image: url("data:image/svg+xml,%3Csvg width='34' height='28' viewBox='0 0 34 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.65082 21.0398C1.90452 21.1684 2.17766 21.2573 2.45937 21.307L2.02047 21.9425C1.93175 22.0711 1.87391 22.2187 1.85108 22.3736L1.19765 26.8418C1.1424 27.2203 1.30245 27.598 1.61165 27.8174C1.92112 28.037 2.32578 28.0601 2.65729 27.8781L6.34777 25.8518C6.85749 26.7855 7.83905 27.4194 8.96407 27.4194C9.72878 27.4194 10.4273 27.1267 10.9563 26.6461C11.4854 27.1267 12.184 27.4194 12.9484 27.4194C14.5964 27.4194 15.937 26.0601 15.937 24.3894V24.0027C17.7899 24.917 19.8531 25.3994 21.9135 25.3994C24.0419 25.3994 26.1527 24.9044 28.0232 23.9688V26.4094C28.0232 26.7595 28.2019 27.0846 28.4955 27.2687C28.7887 27.4523 29.1555 27.4696 29.4647 27.3129L33.4493 25.2929C33.7868 25.1216 34 24.7721 34 24.3894V12.269C34 11.7111 33.5538 11.259 33.0039 11.259C31.4172 11.259 27.5677 11.259 26.1288 11.259L19.1019 7.77263L21.7717 3.90671C22.0868 3.4501 21.9776 2.8199 21.5268 2.50006L18.263 0.182565C17.8127 -0.137008 17.1912 -0.0262756 16.8757 0.430596C16.454 1.04134 13.7624 4.93908 13.3435 5.54561C12.5264 5.11031 11.5466 5.11241 10.9251 5.38595L7.13479 7.05562C6.58538 7.29787 6.12494 7.69661 5.80381 8.20925L0.364721 16.8838C0.011419 17.4474 -0.134882 18.4145 0.152013 19.2875C0.404409 20.0553 0.936697 20.6776 1.65082 21.0398ZM3.46065 25.1401L3.7875 22.9059L4.67827 21.6158C5.06011 22.181 5.57969 22.6426 6.18772 22.952L5.41938 24.0646L3.46065 25.1401ZM8.96407 25.3997C8.41492 25.3997 7.96798 24.9465 7.96798 24.3894V23.8957L8.32465 23.3794H9.96016V24.3894C9.96016 24.9465 9.51348 25.3997 8.96407 25.3997ZM12.9487 25.3997C12.3993 25.3997 11.9526 24.9465 11.9526 24.3894V23.3794H13.9448V24.3894C13.9448 24.9465 13.4979 25.3997 12.9487 25.3997ZM32.0078 23.7652L30.0154 24.7752V13.279H32.0078V23.7652ZM25.4603 13.1762C25.5968 13.2438 25.7464 13.279 25.8982 13.279H28.0232V21.7315C27.3519 21.9961 25.2673 23.3794 21.9138 23.3794C18.3587 23.3794 16.1691 21.7828 15.3863 21.4659C15.2441 21.3938 15.0875 21.3594 14.9409 21.3594H7.96798C6.94932 21.3594 6.1073 20.58 5.99032 19.5784C6.02144 19.4319 6.01859 19.2815 5.98565 19.1376C6.08577 18.1181 6.9366 17.3193 7.96798 17.3193H14.1157C16.1985 17.3193 18.1569 16.4968 19.6298 15.0034C20.0186 14.6089 20.0186 13.9695 19.6298 13.5749C19.2407 13.1804 18.6101 13.1804 18.221 13.5749C17.1243 14.6867 15.6664 15.2993 14.1157 15.2993H13.9046L17.945 9.44808L25.4603 13.1762ZM15.6509 5.72631L17.2827 6.88519L11.4725 15.2993H9.04033C9.88727 14.0728 14.874 6.85152 15.6509 5.72631ZM17.9362 2.41695L19.5683 3.57556L18.4254 5.23051L16.7935 4.07163L17.9362 2.41695ZM2.07805 17.9164L7.48497 9.29316C7.59211 9.1222 7.74567 8.98937 7.92881 8.90862L11.6717 7.25973C11.838 7.21028 12.0094 7.20686 12.1713 7.24342L6.37475 15.6373C5.1496 16.1815 4.2443 17.3325 4.03159 18.7139C3.84949 19.2325 3.05806 19.4945 2.54186 19.2328C2.056 18.9866 1.86301 18.4019 2.07805 17.9164Z' fill='%230D0C3B'/%3E%3C/svg%3E%0A");
}
.ico-zvon {display: inline-block; font-weight: 600;   width: 200px; vertical-align: top;
font-size: 28px;
line-height: 32px;padding-left: 60px;
background-repeat:no-repeat;background-position: left center;
background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6916 8.42232C18.6809 8.42232 19.6814 8.79768 20.4419 9.55814C21.2023 10.3186 21.5777 11.3191 21.5777 12.3084C21.5777 12.886 22.0465 13.3549 22.6242 13.3549C23.2019 13.3549 23.6707 12.886 23.6707 12.3084C23.6707 10.786 23.093 9.24837 21.9223 8.07767C20.7516 6.90837 19.214 6.3293 17.6916 6.3293C17.114 6.3293 16.6451 6.79814 16.6451 7.37581C16.6451 7.95349 17.114 8.42232 17.6916 8.42232Z' fill='%230D0C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6958 3.48837C19.9521 3.4786 22.207 4.34233 23.933 6.06698C25.6577 7.79302 26.5214 10.0479 26.5116 12.3042C26.5088 12.8819 26.9763 13.3521 27.5526 13.3549C28.1302 13.3577 28.6019 12.8916 28.6047 12.314C28.6172 9.51907 27.5498 6.72419 25.4121 4.58791C23.2758 2.45023 20.4809 1.38279 17.686 1.39535C17.1084 1.39814 16.6423 1.86977 16.6451 2.44744C16.6479 3.02372 17.1181 3.49116 17.6958 3.48837Z' fill='%230D0C3B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.2963 21.3949C13.1414 19.4428 10.5572 16.8586 8.60372 13.7051C9.25953 12.9181 10.4358 11.506 11.1084 10.6967C11.654 10.0423 11.8172 9.14651 11.5381 8.3386C10.8628 6.36558 10.4833 4.38837 10.447 2.40977C10.4358 1.0814 9.34605 0.00139535 8.00651 0H2.5214C1.22372 0 0.153488 1.01302 0.0823256 2.30791L0 3.83721C0 18.2763 11.7237 30 26.1628 30L27.6921 29.9177C28.987 29.8465 30 28.7763 30 27.4786C30 25.9912 30 23.5814 29.9916 22.0381C29.9916 21.3893 29.7279 20.7614 29.2605 20.3037C28.7958 19.8502 28.1693 19.6005 27.5191 19.6102C25.5837 19.6256 23.6484 19.2558 21.7144 18.5135C20.8912 18.194 19.9549 18.3474 19.2726 18.914L16.2963 21.3949ZM15.4256 23.3163L15.4284 23.3191C16.0647 23.7 16.8726 23.6372 17.4419 23.1628C18.1591 22.567 19.726 21.2609 20.6107 20.5242C20.7084 20.4433 20.8423 20.4209 20.9609 20.467L20.9651 20.4684C23.1544 21.3084 25.3451 21.72 27.5358 21.7033H27.5512C27.6419 21.7005 27.7312 21.7367 27.7967 21.7995C27.8609 21.8637 27.8986 21.9516 27.8986 22.0437V22.0493C27.907 23.5898 27.907 25.994 27.907 27.4786C27.907 27.6642 27.7619 27.8177 27.5777 27.8274L26.1349 27.907C12.8791 27.8916 2.11814 17.1377 2.09302 3.88326L2.17256 2.42233C2.18233 2.23814 2.33581 2.09302 2.5214 2.09302H8.00512C8.19628 2.09302 8.35256 2.24791 8.35395 2.43907V2.44884C8.39442 4.63954 8.81023 6.82884 9.55814 9.01954L9.55954 9.02372C9.6 9.13814 9.57628 9.26512 9.49814 9.35861L9.49674 9.36C8.76698 10.2405 7.44 11.8326 6.83581 12.5567C6.3614 13.126 6.29721 13.934 6.67954 14.5716L6.68233 14.5758C8.87023 18.1898 11.8102 21.1298 15.4256 23.3163Z' fill='%230D0C3B'/%3E%3C/svg%3E%0A");
}
.cont1 .social {
     display: inline-block; margin-bottom:55px;
}
.cont1 .social a {
  display: inline-block;margin-right: 25px; background-repeat:no-repeat;background-position:  center;
 background-clip: #FFFFFF;
border: 1px solid #D9D9D9;vertical-align: middle;
border-radius: 7px; width: 64px;
height: 61px;
}
.txt-time {line-height: 40px; margin-bottom: 40px;
  color: #2C2C2C;  font-weight: 400;
font-size: 32px; padding-left: 70px;
}
.cont2 p {
  padding-left: 70px;color: #2C2C2C; font-weight: 400;
font-size: 16px;
}
.cont-blok1 {
  margin-bottom: 70px;
}
p.cont-adress {  display: block;
   color: #2C2C2C; font-weight: 400;  line-height: normal;
font-size: 26px;
line-height: 60px;  margin-bottom: 40px;
}
.cont-adress + div {
   margin-bottom: 50px;
}
.cont-magfoto {
    display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows1: 200px;    grid-column-gap: 20px;
   grid-row-gap: 20px;
}


.cont-adress:before { float:left;margin-right:40px;vertical-align: top;
  content: "";display: inline-block;width: 60px; min-width: 60px;
height: 60px;
border: 1px solid #D9D9D9;
border-radius: 7px;    background-repeat:no-repeat;background-position:  center;
background-image: url("data:image/svg+xml,%3Csvg width='28' height='38' viewBox='0 0 28 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 0C6.28036 0 0 6.17367 0 13.7621C0 23.1796 12.5286 37.005 13.062 37.5889C13.5631 38.1375 14.4378 38.1365 14.938 37.5889C15.4714 37.005 28 23.1796 28 13.7621C27.9998 6.17367 21.7196 0 14 0ZM14 34.8627C9.78347 29.9392 2.52114 20.2255 2.52114 13.7623C2.52114 7.54019 7.67049 2.47832 14 2.47832C20.3295 2.47832 25.4789 7.54019 25.4789 13.7622C25.4788 20.2257 18.2176 29.9377 14 34.8627Z' fill='black'/%3E%3Cpath d='M14 6.83808C10.1161 6.83808 6.95632 9.94421 6.95632 13.7622C6.95632 17.5801 10.1161 20.6863 14 20.6863C17.8839 20.6863 21.0436 17.5801 21.0436 13.7622C21.0436 9.94421 17.8839 6.83808 14 6.83808ZM14 18.208C11.5062 18.208 9.47747 16.2136 9.47747 13.7622C9.47747 11.3107 11.5063 9.31639 14 9.31639C16.4937 9.31639 18.5225 11.3107 18.5225 13.7622C18.5225 16.2136 16.4937 18.208 14 18.208Z' fill='black'/%3E%3C/svg%3E%0A");
}

.txt-time small {
font-size: 20px;
}

 .cont1 .social a.ico-tvt {  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.8351 30.5C18.2545 30.4909 17.6872 30.3253 17.1926 30.0207C16.698 29.716 16.2945 29.2836 16.0245 28.7688L11.1341 19.8174C11.0276 19.6126 10.8608 19.4455 10.6563 19.3388L1.71871 14.5112C1.15082 14.2023 0.686416 13.7326 0.383524 13.1608C0.0806324 12.589 -0.0473212 11.9405 0.015649 11.2963C0.0786192 10.6521 0.329721 10.0408 0.737584 9.53871C1.14545 9.03662 1.69199 8.66603 2.30893 8.47324L25.5945 0.689983C26.1825 0.481267 26.8175 0.443643 27.426 0.581468C28.0345 0.719294 28.5916 1.02693 29.0327 1.46875C29.4739 1.91058 29.781 2.46852 29.9187 3.07796C30.0563 3.6874 30.0187 4.32342 29.8103 4.91236L21.9829 28.2481C21.7862 28.8566 21.4146 29.3935 20.9146 29.7916C20.4147 30.1897 19.8086 30.4312 19.1723 30.4859L18.8351 30.5ZM26.1987 2.70265L2.9132 10.4859C2.69121 10.5574 2.49533 10.6931 2.35027 10.876C2.20521 11.0588 2.11748 11.2806 2.09813 11.5134C2.07716 11.7433 2.1247 11.9743 2.23475 12.1772C2.34481 12.3802 2.51243 12.5459 2.71646 12.6534L11.6541 17.481C12.2225 17.783 12.6876 18.2487 12.9891 18.8181L17.767 27.7695C17.8744 27.9739 18.0399 28.1418 18.2424 28.252C18.445 28.3622 18.6757 28.4098 18.9053 28.3888C19.1377 28.3694 19.3591 28.2816 19.5417 28.1363C19.7243 27.991 19.8598 27.7948 19.9312 27.5725L27.7445 4.25086C27.8355 4.0343 27.86 3.79551 27.8149 3.56496C27.7697 3.33441 27.657 3.12255 27.4912 2.95643C27.3253 2.7903 27.1138 2.67743 26.8836 2.63224C26.6534 2.58704 26.415 2.61155 26.1987 2.70265Z' fill='%2300A1FF'/%3E%3Cpath d='M11.6822 19.8455C11.5433 19.8487 11.4054 19.8227 11.2771 19.7694C11.1489 19.7161 11.0332 19.6366 10.9374 19.5359C10.8379 19.4388 10.7589 19.3228 10.7049 19.1947C10.651 19.0666 10.6232 18.929 10.6232 18.7899C10.6232 18.6509 10.651 18.5132 10.7049 18.3851C10.7589 18.257 10.8379 18.141 10.9374 18.044L27.4635 1.43594C27.6685 1.23063 27.9465 1.11529 28.2364 1.11529C28.5263 1.11529 28.8043 1.23063 29.0093 1.43594C29.2143 1.64124 29.3294 1.9197 29.3294 2.21004C29.3294 2.50039 29.2143 2.77884 29.0093 2.98414L12.427 19.5359C12.3297 19.6346 12.2136 19.7128 12.0857 19.766C11.9579 19.8191 11.8206 19.8462 11.6822 19.8455Z' fill='%2300A1FF'/%3E%3C/svg%3E%0A");   }
 .cont1 .social a.ico-vbr {  background-image: url("data:image/svg+xml,%3Csvg width='30' height='31' viewBox='0 0 30 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23649 9.65987C9.43749 9.64487 9.63999 9.64486 9.84099 9.65386C9.92199 9.65986 10.003 9.66887 10.084 9.67787C10.3225 9.70487 10.585 9.85037 10.6735 10.0514C11.1205 11.0654 11.5555 12.087 11.9755 13.1115C12.0685 13.3395 12.013 13.632 11.836 13.917C11.7143 14.1097 11.5826 14.296 11.4415 14.475C11.272 14.6925 10.9075 15.0916 10.9075 15.0916C10.9075 15.0916 10.759 15.2686 10.816 15.4891C10.837 15.5731 10.906 15.6946 10.969 15.7966L11.0575 15.9391C11.4415 16.5796 11.9575 17.2291 12.5875 17.8412C12.7675 18.0152 12.943 18.1937 13.132 18.3602C13.834 18.9797 14.629 19.4852 15.487 19.8602L15.4945 19.8632C15.622 19.9187 15.6865 19.9487 15.8725 20.0282C15.9655 20.0672 16.0615 20.1017 16.159 20.1272C16.2597 20.1529 16.3659 20.1481 16.4639 20.1133C16.5619 20.0786 16.6474 20.0156 16.7095 19.9322C17.7955 18.6167 17.8945 18.5312 17.9035 18.5312V18.5342C17.9789 18.4638 18.0686 18.4104 18.1664 18.3775C18.2642 18.3447 18.3679 18.3331 18.4705 18.3437C18.5605 18.3497 18.652 18.3662 18.736 18.4037C19.5325 18.7682 20.836 19.3367 20.836 19.3367L21.709 19.7282C21.856 19.7987 21.9895 19.9652 21.994 20.1257C22 20.2262 22.009 20.3882 21.9745 20.6853C21.9265 21.0738 21.8095 21.5403 21.6925 21.7848C21.6124 21.9517 21.506 22.1046 21.3775 22.2378C21.2261 22.3967 21.0604 22.5414 20.8825 22.6698C20.8209 22.7161 20.7584 22.7611 20.695 22.8048C20.5084 22.9232 20.3167 23.0333 20.1205 23.1348C19.7343 23.34 19.3077 23.4578 18.871 23.4799C18.5935 23.4949 18.316 23.5159 18.037 23.5009C18.025 23.5009 17.185 23.3704 17.185 23.3704C15.0524 22.8094 13.0801 21.7585 11.425 20.3012C11.086 20.0027 10.7725 19.6817 10.4515 19.3622C9.11649 18.0347 8.10849 16.6021 7.49649 15.2491C7.18325 14.585 7.01404 13.8621 6.99999 13.128C6.99381 12.2172 7.29151 11.3304 7.84599 10.6079C7.95549 10.4669 8.05899 10.3199 8.23749 10.1504C8.42799 9.97038 8.54799 9.87437 8.67849 9.80837C8.852 9.72141 9.04129 9.67039 9.23499 9.65837L9.23649 9.65987Z' fill='%237360F2'/%3E%3Cpath d='M14.8644 6.50021C14.387 6.50021 14 6.8872 14 7.36468C14 7.84194 14.387 8.22915 14.8644 8.22915C16.8427 8.22915 18.7029 8.99952 20.1017 10.3986C21.5008 11.7976 22.2711 13.6575 22.2711 15.6361C22.2711 16.1134 22.6581 16.5006 23.1356 16.5006C23.6128 16.5006 24 16.1136 24 15.6361C24 13.1958 23.0498 10.9016 21.3243 9.17601C19.5988 7.45045 17.3047 6.50021 14.8644 6.50021Z' fill='%237360F2'/%3E%3Cpath d='M18.3525 15.6768C18.3525 16.1316 18.7215 16.5006 19.1763 16.5006C19.6313 16.5006 20 16.1316 20 15.6768C20 12.8224 17.6779 10.5004 14.8237 10.5004C14.3688 10.5004 14 10.8691 14 11.3242C14 11.7792 14.3688 12.148 14.8237 12.148C16.7696 12.148 18.3525 13.731 18.3525 15.6768Z' fill='%237360F2'/%3E%3Cpath d='M8.646 26.3384C9.531 25.9484 10.521 25.8749 11.448 26.1299C12.603 26.4449 13.7955 26.6039 15 26.6009C21.8775 26.6009 27 21.6703 27 15.0505C27 8.43079 21.8775 3.50011 15 3.50011C8.1225 3.50011 3 8.43079 3 15.0505C3 18.4557 4.344 21.4588 6.699 23.5648C7.12689 23.9439 7.4729 24.4062 7.71587 24.9236C7.95883 25.4411 8.09363 26.0026 8.112 26.5739L8.646 26.3384ZM15 0.5C23.451 0.5 30 6.69072 30 15.0505C30 23.4103 23.451 29.6011 15 29.6011C13.5332 29.6048 12.0726 29.4111 10.6575 29.025C10.3917 28.952 10.1089 28.9726 9.8565 29.0835L6.8805 30.3976C6.70069 30.4771 6.50412 30.5111 6.30806 30.4968C6.112 30.4825 5.92246 30.4202 5.7561 30.3155C5.58974 30.2108 5.45166 30.0668 5.35399 29.8961C5.25633 29.7255 5.20208 29.5335 5.196 29.337L5.1135 26.667C5.1081 26.5046 5.06966 26.345 5.00054 26.198C4.93143 26.051 4.83308 25.9197 4.7115 25.8119C1.7925 23.2033 0 19.4262 0 15.0505C0 6.69072 6.5505 0.5 15 0.5Z' fill='%237360F2'/%3E%3C/svg%3E%0A");   }
 .cont1 .social a.ico-mail {  background-image: url("data:image/svg+xml,%3Csvg width='31' height='27' viewBox='0 0 31 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.9985 0.5H4.3765C3.39844 0.501147 2.46074 0.922565 1.76915 1.67179C1.07756 2.42102 0.688559 3.43685 0.6875 4.49642V22.5036C0.688559 23.5631 1.07756 24.579 1.76915 25.3282C2.46074 26.0774 3.39844 26.4989 4.3765 26.5H26.9985C27.9766 26.4989 28.9143 26.0774 29.6058 25.3282C30.2974 24.579 30.6864 23.5631 30.6875 22.5036V4.49642C30.6864 3.43685 30.2974 2.42102 29.6058 1.67179C28.9143 0.922565 27.9766 0.501147 26.9985 0.5ZM4.3765 2.66667H26.9985C27.4463 2.66724 27.8756 2.8602 28.1922 3.20322C28.5089 3.54624 28.687 4.01131 28.6875 4.49642V5.32517L15.6875 14.3786L2.6875 5.32517V4.49642C2.68803 4.01131 2.86615 3.54624 3.18278 3.20322C3.49942 2.8602 3.92871 2.66724 4.3765 2.66667ZM26.9985 24.3333H4.3765C3.92871 24.3328 3.49942 24.1398 3.18278 23.7968C2.86615 23.4538 2.68803 22.9887 2.6875 22.5036V7.90133L15.1465 16.5778C15.3078 16.6902 15.4957 16.75 15.6875 16.75C15.8793 16.75 16.0672 16.6902 16.2285 16.5778L28.6875 7.90133V22.5036C28.687 22.9887 28.5089 23.4538 28.1922 23.7968C27.8756 24.1398 27.4463 24.3328 26.9985 24.3333Z' fill='%230D0C3B'/%3E%3C/svg%3E%0A");  }
 .cont1 .telf {
   display: inline-block; color: #2C2C2C; font-weight: 400;
font-size: 32px;
line-height: 32px;
 }
 .cont1 .telf a { vertical-align: bottom; margin-bottom: 30px;
   display: inline-block;
 }
.ico-time {   margin-bottom: 20px;padding-left: 70px;
     color: #0D0C3B; font-weight: 600;
font-size: 32px;
line-height: 60px;    background-repeat:no-repeat;background-position:left  center;
background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.85138 0 0 7.85138 0 17.5C0 27.1486 7.85138 35 17.5 35C27.1486 35 35 27.1486 35 17.5C35 7.85138 27.1486 0 17.5 0ZM17.5 33.1081C8.89186 33.1081 1.89186 26.1081 1.89186 17.5C1.89186 8.89186 8.89186 1.89186 17.5 1.89186C26.1081 1.89186 33.1081 8.89186 33.1081 17.5C33.1081 26.1081 26.1081 33.1081 17.5 33.1081Z' fill='%230D0C3B'/%3E%3Cpath d='M17.5 8.51352C18.0203 8.51352 18.4459 8.08787 18.4459 7.56759V4.72972C18.4459 4.20945 18.0203 3.7838 17.5 3.7838C16.9797 3.7838 16.5541 4.20945 16.5541 4.72972V7.56759C16.5541 8.08787 16.9797 8.51352 17.5 8.51352Z' fill='%230D0C3B'/%3E%3Cpath d='M17.5 26.4865C16.9797 26.4865 16.5541 26.9121 16.5541 27.4324V30.2703C16.5541 30.7906 16.9797 31.2162 17.5 31.2162C18.0203 31.2162 18.4459 30.7906 18.4459 30.2703V27.4324C18.4459 26.9121 18.0203 26.4865 17.5 26.4865Z' fill='%230D0C3B'/%3E%3Cpath d='M26.4865 17.5C26.4865 18.0203 26.9121 18.4459 27.4324 18.4459H30.2703C30.7906 18.4459 31.2162 18.0203 31.2162 17.5C31.2162 16.9797 30.7906 16.5541 30.2703 16.5541H27.4324C26.9121 16.5541 26.4865 16.9797 26.4865 17.5Z' fill='%230D0C3B'/%3E%3Cpath d='M8.51352 17.5C8.51352 16.9797 8.08787 16.5541 7.56759 16.5541H4.72972C4.20945 16.5541 3.7838 16.9797 3.7838 17.5C3.7838 18.0203 4.20945 18.4459 4.72972 18.4459H7.56759C8.08787 18.4459 8.51352 18.0203 8.51352 17.5Z' fill='%230D0C3B'/%3E%3Cpath d='M24.5236 11.4223C24.7648 11.4223 25.0061 11.3277 25.1905 11.1433L27.1959 9.13782C27.5649 8.76888 27.5649 8.16819 27.1959 7.79933C26.827 7.43047 26.2263 7.43039 25.8574 7.79933L23.852 9.80477C23.4831 10.1737 23.4831 10.7744 23.852 11.1433C24.0413 11.3324 24.2824 11.4223 24.5236 11.4223Z' fill='%230D0C3B'/%3E%3Cpath d='M9.80943 23.8567L7.80399 25.8622C7.43505 26.2311 7.43505 26.8318 7.80399 27.2007C7.98842 27.3851 8.22965 27.4797 8.47087 27.4797C8.71209 27.4797 8.95331 27.3851 9.13774 27.2007L11.1432 25.1952C11.5121 24.8263 11.5121 24.2256 11.1432 23.8567C10.7742 23.4879 10.1784 23.4831 9.80943 23.8567Z' fill='%230D0C3B'/%3E%3Cpath d='M25.1906 23.8567C24.8216 23.4878 24.2209 23.4878 23.8521 23.8567C23.4831 24.2257 23.4831 24.8264 23.8521 25.1952L25.8575 27.2007C26.042 27.3851 26.2832 27.4797 26.5244 27.4797C26.7656 27.4797 27.0068 27.3851 27.1913 27.2007C27.5602 26.8317 27.5602 26.231 27.1913 25.8622L25.1906 23.8567Z' fill='%230D0C3B'/%3E%3Cpath d='M9.13782 7.79933C8.76888 7.43039 8.16819 7.43039 7.79933 7.79933C7.43047 8.16827 7.43039 8.76896 7.79933 9.13782L9.80477 11.1433C9.9892 11.3277 10.2304 11.4223 10.4716 11.4223C10.7129 11.4223 10.9541 11.3277 11.1385 11.1433C11.5075 10.7743 11.5075 10.1736 11.1385 9.80477L9.13782 7.79933Z' fill='%230D0C3B'/%3E%3Cpath d='M21.5155 11.9142L17.5709 16.4878L15.1304 13.7871C14.7804 13.3993 14.1797 13.3709 13.7919 13.7209C13.4041 14.0709 13.3756 14.6716 13.7257 15.0594L16.3271 17.9351L15.6034 18.7723C15.2629 19.1696 15.3054 19.7655 15.7027 20.106C15.8824 20.2621 16.1 20.3378 16.3176 20.3378C16.5824 20.3378 16.8473 20.2243 17.0365 20.0114L17.6041 19.3493L18.219 20.0256C18.4034 20.2338 18.6636 20.3378 18.919 20.3378C19.146 20.3378 19.3731 20.2574 19.5528 20.0918C19.9406 19.7418 19.969 19.1412 19.6189 18.7533L18.848 17.902L22.9439 13.1486C23.2844 12.7513 23.2419 12.1554 22.8445 11.8149C22.452 11.4743 21.856 11.5216 21.5155 11.9142Z' fill='%230D0C3B'/%3E%3C/svg%3E%0A");
}

.page_cont7  #container .block_cont_text .block-soc .title,.page_cont7  #container .block_cont_text .block-socseti .title { margin-bottom:30px }
.page_cont7  #container .block_cont_text .title {
    color: #202020;  font-weight: 500;
font-size: 20px;
line-height: 32px; margin-bottom: 40px;
}
.block_cont_page {
  display: inline-block;vertical-align: top;  margin-bottom: 60px;
  min-width: 350px;
}
#form_contacts {
    padding: 40px 20px;
    border: 1px solid #f2f3f5;
    border-top: 5px solid #FF8200;
    margin-bottom: 30px;
}

@media screen and (min-width: 500px) {
    #form_contacts {
        padding: 40px;
    }
}
#form_contacts .title {
  font-size: 26px;
}
#form_contacts p {
      font-size:20px;
}
#form_contacts .form p {
  position: relative;
}
#form_contacts .form input[type="text"],
#form_contacts .form input[type="tel"],
#form_contacts .form #message_body,
#form_contacts button {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 20px;
    height: auto;
}
#form_contacts .form input[type="text"],
#form_contacts .form input[type="tel"] {
    z-index: 1;
    position:relative;
    background-color: transparent;
    border: 1px solid #D9D9D9 !important;
    padding-left: 30px;border-radius: 2px;  height: 52px;
    margin-bottom: 25px;
}
#form_contacts input[name="name"] {

  background-position: 5px center; background-repeat: no-repeat;background-size: 13px 15px;
}
#form_contacts input[name="phone"] {
    box-shadow: none;

    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 13px 15px;
}
#form_contacts .form label {
    z-index: 0;
    position: absolute;
    left: 30px;
    top:14px; background: #fff;  padding: 0 5px;
    color: #bcbcbc;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
}
#form_contacts input[type="text"]:focus,
#form_contacts input[type="tel"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-color:#000
}

#form_contacts input:focus + label,
#form_contacts #message_body:focus + label {
    top: -13px;color: #000;z-index: 2
}

#form_contacts .form input:valid,
#form_contacts .form #message_body:valid {
    position: relative;
    z-index: 1 !important;
     background: transparent;
}
#form_contacts .form #message_body   {
 border: 1px solid #e3e3e3 !important;  height: 140px;
}
#form_contacts span.button {
  padding: 0
}
#form_contacts span.button {
  background: transparent;vertical-align: top;
}
#form_contacts p.privacy { display: inline-block;
  font-size: 14px;width: 460px;max-width: 100%;margin-right: 40px;
}

#form_contacts button  {
  font-weight: 600;
    height: auto;
    margin: 0 ;
    background: #2ECC71;    color: #FFFFFF; text-transform: uppercase;
    border-radius: 76px;  padding: 17px 50px;  font-weight: 700;
font-size: 14px;
line-height: 17px;
}

#form_contacts .validation-error {
    font-size: 14px;
    color: red;
    display: none;
}

#form_contacts .invalid .validation-error {
    display: block;
}

button[disabled="disabled"] {
    opacity: .8;
    cursor: not-allowed !important;
}

#popup { _display: none;  box-sizing: border-box;
  background: rgba(0,0,0,0.1);position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 111;

    opacity: 0;
    visibility: hidden;

    /* Submenu animation */
    transition-property: opacity, visibility;
    transition-duration: 0.3s;
    transition-delay: 0.15s;
}
#popup.show {
  _display: block;
      opacity: 1;
    visibility: visible;
}
#popup .title{
  margin-bottom: 30px;font-size: 26px
}

.popup_inner { border-top:3px solid #FF8200;  border-radius:0 0 10px 10px;box-shadow: 0 10px 20px rgba(0,0,0,0.3);
  position: fixed;left: 50%;top: 50px;max-height: 100%;width: 340px;background: #fff;
  padding: 30px 40px;box-sizing: border-box;transform: translateX(-50%);
}
#popup .close,
#catalog_mob .close,
#ajax_cart_popup  h1 .closecart,
#phone_popup .close,
.popup_qbuy .close {cursor: pointer;
  float: right; opacity: 1;transform: translateX(10px);width: 2px;height: 30px;padding-right: 30px;
}


#popup .close:after,
#popup .close:before,
#catalog_mob .close:before,
#catalog_mob .close:after,
#ajax_cart_popup h1 .closecart:before,
#ajax_cart_popup h1 .closecart:after,
.close_filtr:after,
.close_filtr:before,
#phone_popup .close:after,
#phone_popup .close:before,
.popup_qbuy .close:after,
.popup_qbuy .close:before { line-height: normal;
  content: "";display: inline-block;width: 2px;height: 20px;background: #fff;transform: rotate(45deg)  translate(10px,-10px);;
}
#popup .close:before,#phone_popup .close:before ,
#catalog_mob  .close:before ,
.popup_qbuy .close:before ,
.close_filtr:before,
#ajax_cart_popup h1 .closecart:after {
transform: rotate(-45deg) translate(10px,10px); margin-right: -2px;
}

#ajax_cart_popup  h1 .closecart {
   margin-right: 30px;
}
#ajax_cart_popup h1 .closecart::before {
   transform: rotate(45deg) translate(11px,-11px);
}

#popup  input {box-sizing: border-box;height: 40px; border-radius:0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
  width: 100%;

z-index: 1;
position: relative;
background-color: transparent;
border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
border-bottom: 1px solid #e3e3e3;
padding-left: 30px;

}
#popup p {
    position: relative;
}

#popup input[value=""] + label {  _display: none;
    z-index: 0;
    position: absolute;
    left: 30px;
    top: 10px;
    color: #bcbcbc;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#popup input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #000;
}
#popup input:focus + label, #popup input:not([value=""]) + label {
	top: -17px;
	color: #000;
}
 #popup input:valid {
 z-index: 11 ;background: #fff
}
#popup input[name="name"] {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23b3b3b3' viewBox='-42 0 512 512.001' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m210.351562 246.632812c33.882813 0 63.21875-12.152343 87.195313-36.128906 23.96875-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.128906 87.195312 23.980469 23.96875 53.316406 36.125 87.191406 36.125zm-65.972656-189.292968c18.394532-18.394532 39.972656-27.335938 65.972656-27.335938 25.996094 0 47.578126 8.941406 65.976563 27.335938 18.394531 18.398437 27.339844 39.980468 27.339844 65.972656 0 26-8.945313 47.578125-27.339844 65.976562-18.398437 18.398438-39.980469 27.339844-65.976563 27.339844-25.992187 0-47.570312-8.945312-65.972656-27.339844-18.398437-18.394531-27.34375-39.976562-27.34375-65.976562 0-25.992188 8.945313-47.574219 27.34375-65.972656zm0 0'/%3E%3Cpath d='m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.3125-10.339844-7.808594-20.550781-13.375-30.335938-5.769532-10.15625-12.550782-19-20.160157-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.042969 5.339844-10.96875 0-22.085937-1.796876-33.042968-5.339844-11.210938-3.621094-20.300782-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.753906-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.609375 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.0625 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.777344-1.023438 19.953125-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.4375 23.730469 65.066406 23.730469h246.53125c26.621094 0 48.511719-7.984375 65.0625-23.730469 16.757813-15.945312 25.253906-37.589843 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm-44.90625 72.828125c-10.933594 10.40625-25.449218 15.464844-44.378906 15.464844h-246.527344c-18.933594 0-33.449218-5.058594-44.378906-15.460938-10.722656-10.207031-15.933594-24.140625-15.933594-42.585937 0-9.59375.316406-19.066407.949219-28.160157.617187-8.921874 1.878906-18.722656 3.75-29.136718 1.847656-10.285156 4.199219-19.9375 6.996094-28.675782 2.683593-8.378906 6.34375-16.675781 10.882812-24.667968 4.332031-7.617188 9.316407-14.152344 14.816407-19.417969 5.144531-4.925781 11.628906-8.957031 19.269531-11.980469 7.066406-2.796875 15.007812-4.328125 23.628906-4.558594 1.050781.558594 2.921875 1.625 5.953125 3.601563 6.167969 4.019531 13.277344 8.605469 21.136719 13.625 8.859375 5.648437 20.273437 10.75 33.910156 15.152344 13.941406 4.507812 28.160156 6.796875 42.273437 6.796875 14.113282 0 28.335938-2.289063 42.269532-6.792969 13.648437-4.410156 25.058594-9.507813 33.929687-15.164063 8.042969-5.140624 14.953125-9.59375 21.121094-13.617187 3.03125-1.972656 4.902344-3.042969 5.953125-3.601563 8.625.230469 16.566406 1.761719 23.636719 4.558594 7.636719 3.023438 14.121093 7.058594 19.265625 11.980469 5.5 5.261719 10.484375 11.796875 14.816406 19.421875 4.542969 7.988281 8.207031 16.289062 10.886719 24.660156 2.800781 8.75 5.15625 18.398438 7 28.675782 1.867187 10.433593 3.132812 20.238281 3.75 29.144531v.007812c.636719 9.058594.957031 18.527344.960937 28.148438-.003906 18.449219-5.214844 32.378906-15.9375 42.582031zm0 0'/%3E%3C/svg%3E");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 13px 15px;
}
#popup input[name="phone"] {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23b3b3b3' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='348.077px' height='348.077px' viewBox='0 0 348.077 348.077' style='enable-background:new 0 0 348.077 348.077;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M340.273,275.083l-53.755-53.761c-10.707-10.664-28.438-10.34-39.518,0.744l-27.082,27.076 c-1.711-0.943-3.482-1.928-5.344-2.973c-17.102-9.476-40.509-22.464-65.14-47.113c-24.704-24.701-37.704-48.144-47.209-65.257 c-1.003-1.813-1.964-3.561-2.913-5.221l18.176-18.149l8.936-8.947c11.097-11.1,11.403-28.826,0.721-39.521L73.39,8.194 C62.708-2.486,44.969-2.162,33.872,8.938l-15.15,15.237l0.414,0.411c-5.08,6.482-9.325,13.958-12.484,22.02 C3.74,54.28,1.927,61.603,1.098,68.941C-6,127.785,20.89,181.564,93.866,254.541c100.875,100.868,182.167,93.248,185.674,92.876 c7.638-0.913,14.958-2.738,22.397-5.627c7.992-3.122,15.463-7.361,21.941-12.43l0.331,0.294l15.348-15.029 C350.631,303.527,350.95,285.795,340.273,275.083z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 13px 15px;
}

#popup  button {
	font-size: 14px !important;
	border: 3px solid #FF8200;
	line-height: 22px;
	font-family: 'Gotham Pro',sans-serif !important;
	letter-spacing: 0.7px;
	border-radius: 0;
	background: none;
	background-color: #FF8200;
	color: #333333;
	padding: 10px 33px;
	font-weight: 500 !important;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

}
#popup  button:hover {
    background-color: #fff;
}

.header-cms {
  position: relative;
}
#phone_popup {
     box-sizing: border-box;z-index: 25; width: 315px;
     position: absolute;right: 0;top: 90px;padding: 20px 30px;
     box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
      border-radius: 5px;  background: #fff; text-align: left;
     display: none;
}


#phone_popup.show {
  display: inline-block;
}
#phone_popup.show_short {
 display: inline-block; top: 55px; 
}
#phone_popup.show_short .title_phone, #phone_popup.show_short hr ,#phone_popup.show_short .top-phone,#phone_popup.show_short p,#phone_popup.show_short hr + .title_phone2 {
 display: none;
}

#phone_popup .top-phone {
  margin: 20px 0 20px 20px;
}
#phone_popup .top-phone li {
  margin-bottom:10px;
}
#phone_popup ul li:nth-child(3),#phone_popup ul li:nth-child(4) {
  display: block;
}
#phone_popup .top-phone a.pmail::before {  display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg fill='%236e6e6e' version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27.857 27.857' style='enable-background:new 0 0 27.857 27.857;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%236e6e6e;' d='M2.203,5.331l10.034,7.948c0.455,0.36,1.082,0.52,1.691,0.49c0.608,0.03,1.235-0.129,1.69-0.49 l10.034-7.948c0.804-0.633,0.622-1.152-0.398-1.152H13.929H2.604C1.583,4.179,1.401,4.698,2.203,5.331z'/%3E%3Cpath style='fill:%236e6e6e;' d='M26.377,7.428l-10.965,8.325c-0.41,0.308-0.947,0.458-1.482,0.451 c-0.536,0.007-1.073-0.144-1.483-0.451L1.48,7.428C0.666,6.811,0,7.142,0,8.163v13.659c0,1.021,0.836,1.857,1.857,1.857h12.071H26 c1.021,0,1.857-0.836,1.857-1.857V8.163C27.857,7.142,27.191,6.811,26.377,7.428z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#callback {
    position: relative;
    text-align: center;
    line-height: 1.2;
}

#callback input {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 4px 20px;
    border-color: #dedede;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

#callback button {
    color: #20231e;
    font-family: 'Gotham Pro', sans-serif !important;
    background-color: #fdf202;
    font-size: 14px;
    border: 0;
    height: 50px;
    padding: 0 15px;
    margin-top: 10px;
}

#callback .message-box-error {
    clear: both;
    padding-top: 7px;
}

@media screen and (min-width: 401px) {
    #callback input {
        margin-bottom: 0;
        float: left;
        width: 175px;
        border-radius: 4px 0 0 4px;
    }

    #callback button {
        border-radius: 0 4px 4px 0;
        position: absolute;
        right: 0;
        top: 0;
        margin-top: 0;
        width: 165px;
    }
}

#phone_popup p {
   color: #757575
}

#phone_popup .title_phone {
  font-size: 20px;color: #282828
}
#phone_popup hr {
  margin: 10px 0;
}
#phone_popup .title_phone2 {
  color: #333333;font-size: 16px;font-weight: 500
}
.subtotal  span.amount { font-weight: 500 }
.subtotal  i {
  font-style: normal;
}
#divShoppingCart .media-body .btn {
  float: right;border-radius: 50%
}
#best_cat .span6 {
  position: relative;
}

#best_cat .cat_title1,#best_cat .cat_title2 { position: absolute; left: 0;top: 0;
 height: calc(100% - 20px); width: 70px; background: #FF8200;text-align: center;vertical-align: top;
}
#best_cat .cat_title2 {
  color: #fff;background: #6f6f6f
}

#best_cat .cat_title1 span , #best_cat .cat_title2 span {  white-space:nowrap;font-weight: 500;font-size: 20px;
 display: inline-block; text-align: center;vertical-align: top; position: absolute;top: 50%;left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg) ;
}
#best_cat .cat_title2 span a {
  color: #fff;
}

#best_cat .pcat {
  display: block;width: 100%; padding-left: 80px; box-sizing: border-box;
}
#best_cat .sub_cat {   vertical-align: top;  background:#fff;
 display: inline-block;width: calc(50% - 20px);padding: 20px;box-sizing: border-box;text-align: center;margin: 0 0px 20px 20px;
}
#best_cat .img {
 height: 170px;display: block;
}
#best_cat .img img {
  max-height: 100%
}
#best_cat .name {
  display: block; height: 48px;
}
#container.home-page .container {
  _padding: 0;background: transparent
}

.home-page .page-sidebar .tab-content {
  padding-left: 0;padding-right: 0 ;border: 0
}
.tab-content .owl-carousel .owl-nav.disabled,
.last_view_mod .owl-carousel .owl-nav.disabled {
    display: block;float: right;
}
.home-page .tab-content {
       overflow: visible;
}
.home-page  .slider-products .owl-nav,
.page-certificat .owl-nav,
.last_view_mod .slider-products .owl-nav {
  right: 0;top: -100px;
}
.home-page .slider-products .owl-carousel .owl-nav button.owl-next,
.home-page .slider-products .owl-carousel .owl-nav button.owl-prev,
.page-certificat .owl-carousel .owl-nav button.owl-next,
.page-certificat .owl-carousel .owl-nav button.owl-prev,
.last_view_mod .slider-products .owl-carousel .owl-nav button.owl-next,
.last_view_mod .slider-products .owl-carousel .owl-nav button.owl-prev {
   margin: 0;width: 52px;height: 52px;
  border-radius: 50%;
   background: #fff;color: #000; border: 1px solid #DCE4EA;
}
.home-page .slider-products .owl-carousel .owl-nav button.owl-next,
.page-certificat .owl-carousel .owl-nav button.owl-next,
.last_view_mod .slider-products .owl-carousel .owl-nav button.owl-next {
  border-radius: 50%; margin-left: -1px;
}

.home-page .slider-products .owl-carousel .owl-nav button.owl-next:hover ,
.page-certificat .owl-carousel .owl-nav button.owl-next:hover ,
.page-certificat .owl-carousel .owl-nav button.owl-prev:hover ,
.home-page .slider-products .owl-carousel .owl-nav button.owl-prev:hover  {
  background: #FF8200; border: 1px solid  #FF8200
}

.home-page .slider-products .owl-nav button.owl-prev::before,
.page-certificat .owl-nav button.owl-prev::before,
.home-page .slider-products .owl-nav button.owl-next::before ,
.page-certificat .owl-nav button.owl-next::before {
color: #000;font-size: 30px;vertical-align: middle; line-height: 0;display: inline-block;margin-top: -6px;
}
.nav-tabs > li {
  margin-bottom: -3px;
}
.home-page .page-sidebar .nav-tabs,#chekout_page .nav-tabs { display: flex;
  _padding-right: 180px;border:0;height: 70px;
}
#chekout_page .nav-tabs {   display: flex;  align-content: space-between;
  padding-right: 0; _justify-content: space-between; flex-wrap: nowrap;
}
#chekout_page input[type="checkbox"] {
  margin-top: 0
}

#chekout_page .nav-tabs > * {
  flex: 1 100% 1;
}
.home-page .page-sidebar .nav-tabs > li { display: flex; border-radius: 0;  border-top:1px solid #DCE4EA;     border-bottom:  4px solid #E6E6E6;
  width: 25%;
}
#chekout_page .nav-tabs > li {
   border-radius: 0;  border-top:1px solid #DCE4EA;     border-bottom:  4px solid #E6E6E6;
  width: 100%;max-width: 100%
}
#chekout_page .nav-tabs > li.tb1,
#chekout_page .nav-tabs > li.tb3
{
  width: 28%
}
#chekout_page .nav-tabs > li.tb2 {
  width: 44%
}
#chekout_page #shipping_box label span,
#chekout_page #checkout_quick  label span {
  color: #FF8200
}
#page-login { width: 1200px;
    max-width: 100%;
  margin: 0 auto
}

 #chekout_page .nav-tabs > li > a {
   padding: 0 !important;box-sizing: border-box;
 }

.home-page .page-sidebar .nav-tabs > li:first-child,#chekout_page .nav-tabs > li:first-child {
   border-left:  1px solid #E6E6E6; _border-radius: 7px 0 0 0;
}
#chekout_page .nav-tabs > li:last-child {
  _border-radius: 0 7px  0 0
}

.home-page .page-sidebar .nav-tabs > li > a, #chekout_page .nav-tabs > li > a {  font-weight: 400;display: block;text-align: center; width: 100%;
 margin: 0; color: #20231e;font-size: 20px;padding:0 20px;line-height: 70px;border-radius: 0;   border-right:1px solid #DCE4EA;
}
#chekout_page .nav-tabs > li > a {
     font-size: 16px;
}
.home-page .page-sidebar .nav-tabs > li.active > a, #chekout_page .nav-tabs > li.active > a  {
background: #184479;
_border-radius: 7px 7px  0 0;color:#fff
}
.home-page .page-sidebar .nav-tabs > li.active, #chekout_page .nav-tabs > li.active {
border-bottom:8px solid #5EC1E4;
}
#chekout_page .tab-content {
    border-left: 1px solid #D8E0E8;
    border-bottom: 1px solid #D8E0E8;
    border-right: 1px solid #D8E0E8;  border-radius: 0px 0px 5px 5px;
}
.cart_checkout h2 {
  background: #184479; color: #fff; padding: 22px 50px;
border-radius: 5px; font-weight: 700;
font-size: 22px;    margin-bottom: 0;
line-height: 26px;
}
.chek_title1 {
     color: #000000; font-weight: 500;
font-size: 18px;
line-height: 27px; margin-bottom: 30px;
}
.sm_layout_box  {
  position: -webkit-sticky;
position: sticky;
top: 90px;
z-index: 100;
}
#chekout_page input[type="text"],#chekout_page input[type="tel"], #chekout_page input[type="password"] {
    background: #FFFFFF; display: block;  width: 100%;
border: 1px solid #DCE4EA;    color: #676767;
border-radius: 5px;  max-width: 100%;box-sizing: border-box; height: 42px;
}
#chekout_page #comments { border: 1px solid #DCE4EA;
   box-sizing: border-box; border-radius: 5px; width: 100%;
}
#chekout_page label {
 font-weight: 400;  font-family: "Lato", sans-serif;
font-size: 14px;
line-height: 160%; color: #000000;
}
.payparts_priv {
	vertical-align: top; display: inline-block;
	border: 2px solid #184479;
	background: #FFF;
	border-radius: 7px;
	padding: 10px 15px 10px 5px; margin-left: 20px;
	font-style: normal;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	line-height: 130%;
	color: #2ECC71;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

}


@media (min-width: 1200px) {
    #chekout_page #comments {
         height: 275px;
    }

}
select.error {
    border: 1px solid red !important;
}

#shipping_box .form div {
  position: relative;
}

#best_cat {
  margin-bottom: 40px;
}

.last_view_mod {
  padding-top: 50px;
}
.last_view_mod .title_mod {  font-weight:400;
    color: #20231e;font-size: 20px;text-transform: uppercase; margin-bottom: 40px;
}
.owl-item:hover {
  z-index: 1
}
.wishlist_del {
    border: 0;background: transparent;
  position: absolute;right: 9px;top: 109px;height: 33px;width: 33px;z-index: 5;
  display: none;
}

.wishlist_product .wishlist_del {display: inline-block; }
#categories-box ul {
  margin: 0
}

.category-block-inner div.image {height: 100px;text-align: center;background: #fff;border-radius:5px ;margin-bottom: 20px;

}
.category-block-inner div.image img {
  max-height: 100%
}
.category-block-inner .title {
  font-size: 15px;height: 57px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
max-height: 57px;
}

.home_ico {
    padding: 34px 35px 20px;
    background: #FFFFFF;
    border: 1px solid #D8E0E8;
    border-radius: 5px;
}
.home_ico div {
   padding-left: 85px;
   font-weight: 600;
  font-size: 16px;
  line-height: 130%; margin-bottom: 25px;
     background-repeat: no-repeat;
     background-position:10px center;
    height: 57px;padding-top: 10px;box-sizing: border-box;
}
.home_ico p { height: 63px;
  color: #676767;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
.home_ofical {
 padding: 21px 20px 21px 24px;
 font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #FFF;
  background: #184479;
   border-radius: 5px;
   margin-bottom: 10px;


}
.home_ofical:before { margin-right:10px; float: left;vertical-align: middle;margin-top: -5px;
  content: "";display: inline-block;width: 31px;height: 31px;
  background-position:center;
  background-repeat:no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_138_183)'%3E%3Cpath d='M21.4725 27.5813L17.1527 17.1526L20.6217 15.7156L25.5988 27.731C25.8084 28.2372 25.3341 28.7589 24.8103 28.5982L21.9881 27.7321C21.9044 27.7064 21.8238 27.6986 21.7408 27.7067L21.4725 27.5813Z' fill='%23FFE07D'/%3E%3Cpath d='M17.3374 17.0759L21.7408 27.7065C21.5277 27.7255 21.3311 27.8492 21.2258 28.0477L19.8426 30.6557C19.5859 31.1398 18.8816 31.1063 18.6718 30.6001L13.6948 18.5847L17.3374 17.0759Z' fill='%23FFD064'/%3E%3Cpath d='M13.5657 17.0357L17.3052 18.5847L12.3281 30.6001C12.1184 31.1064 11.4141 31.1398 11.1573 30.6557L9.77417 28.0477C9.73161 27.9674 9.67403 27.8993 9.60652 27.8453L9.26788 27.4173L13.5657 17.0357Z' fill='%23FFE07D'/%3E%3Cpath d='M5.40114 27.7308L10.3782 15.7154L14.0081 17.2189L9.60618 27.8456C9.443 27.7153 9.22183 27.6674 9.01179 27.7319L6.18964 28.5979C5.66579 28.7587 5.1914 28.237 5.40114 27.7308Z' fill='%23FFD064'/%3E%3Cpath d='M14.2502 0.435574C13.7297 0.848565 13.0388 0.977711 12.4042 0.780692C11.5118 0.503568 10.5462 0.877688 10.0735 1.68363C9.73726 2.25676 9.13967 2.62683 8.47674 2.6723C7.54456 2.73623 6.77931 3.43392 6.62957 4.35623C6.52313 5.01213 6.09949 5.57304 5.49777 5.85494C4.65163 6.25134 4.19008 7.17832 4.38365 8.09239C4.52133 8.74242 4.32898 9.41855 3.86973 9.89875C3.22393 10.574 3.12839 11.6051 3.6391 12.3876C4.00233 12.944 4.06717 13.6439 3.81239 14.2576C3.45413 15.1206 3.73755 16.1166 4.49639 16.6617C5.03604 17.0493 5.34937 17.6786 5.33351 18.3429C5.31117 19.277 5.93522 20.1033 6.83979 20.3375C7.48304 20.504 8.00254 20.9776 8.22771 21.6028C8.54431 22.4818 9.42478 23.027 10.3528 22.9186C11.0128 22.8415 11.6683 23.0954 12.1041 23.597C12.7169 24.3024 13.7348 24.4926 14.561 24.0563C15.1486 23.746 15.8515 23.746 16.4391 24.0563C17.2653 24.4927 18.2832 24.3024 18.896 23.597C19.3318 23.0954 19.9872 22.8415 20.6473 22.9186C21.5753 23.027 22.4557 22.4818 22.7724 21.6028C22.9976 20.9776 23.517 20.504 24.1603 20.3375C25.0649 20.1034 25.6889 19.277 25.6666 18.3429C25.6507 17.6786 25.9641 17.0493 26.5037 16.6617C27.2626 16.1166 27.546 15.1206 27.1877 14.2576C26.9329 13.6439 26.9978 12.944 27.361 12.3876C27.8717 11.6051 27.7762 10.574 27.1304 9.89875C26.6711 9.41855 26.4788 8.74242 26.6164 8.09239C26.81 7.17832 26.3484 6.25128 25.5023 5.85494C24.9006 5.57304 24.477 5.01213 24.3705 4.35623C24.2208 3.43392 23.4555 2.7363 22.5233 2.6723C21.8604 2.62683 21.2628 2.25676 20.9266 1.68363C20.4538 0.877688 19.4882 0.503629 18.5959 0.780692C17.9613 0.977772 17.2703 0.848565 16.7498 0.435574C16.0178 -0.145191 14.9822 -0.145191 14.2502 0.435574Z' fill='%23E8AE4D'/%3E%3Cpath d='M10.014 12.1445C10.014 8.04518 12.6586 4.56373 16.3346 3.31253C20.8424 3.73321 24.3707 7.52677 24.3707 12.1445C24.3707 16.7622 20.8424 20.5558 16.3346 20.9765C12.6585 19.7253 10.014 16.2439 10.014 12.1445Z' fill='%23FFE07D'/%3E%3Cpath d='M15.4999 3.27377C16.179 3.27377 16.8402 3.35037 17.4756 3.49489C13.5274 4.39292 10.5805 7.92444 10.5805 12.1445C10.5805 16.3646 13.5274 19.8961 17.4756 20.7941C16.8402 20.9386 16.179 21.0152 15.4999 21.0152C10.6008 21.0152 6.62922 17.0436 6.62922 12.1445C6.62922 7.24535 10.6008 3.27377 15.4999 3.27377Z' fill='%23FFD064'/%3E%3Cpath d='M15.2555 15.5492L12.1939 17.6101C12.0735 17.6911 11.9405 17.7031 11.824 17.6672C11.7158 17.5201 11.6118 17.3698 11.5122 17.2164C11.5145 17.1871 11.5199 17.1572 11.5286 17.1268L12.5425 13.5782C12.5914 13.4069 12.5317 13.2231 12.3914 13.1133L10.0532 11.2829C10.092 10.8591 10.1592 10.4434 10.2528 10.0379L13.4277 9.92399C13.6057 9.91764 13.7621 9.80399 13.8231 9.6367L15.0888 6.16972C15.2288 5.78628 15.7711 5.78628 15.9111 6.16972L17.1767 9.63658C17.2378 9.80387 17.3941 9.91751 17.5721 9.92387L21.2604 10.0562C21.6684 10.0708 21.8359 10.5866 21.5145 10.8382L18.6084 13.1132C18.4681 13.2229 18.4084 13.4068 18.4573 13.5781L19.4712 17.1267C19.5834 17.5192 19.1446 17.838 18.806 17.6101L15.7443 15.5492C15.5965 15.4498 15.4033 15.4498 15.2555 15.5492Z' fill='%23E8AE4D'/%3E%3Cpath d='M12.1939 17.6101C11.8552 17.8381 11.4165 17.5193 11.5287 17.1268L11.7125 16.4833C11.9098 16.8344 12.1305 17.1706 12.3722 17.4901L12.1939 17.6101Z' fill='%23E5A32E'/%3E%3Cpath d='M9.73945 10.0562L10.8375 10.0168C10.7035 10.5613 10.6199 11.1254 10.5916 11.7043L9.48533 10.8383C9.16395 10.5867 9.33154 10.0709 9.73945 10.0562Z' fill='%23E5A32E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_138_183'%3E%3Crect width='31' height='31' fill='white' transform='matrix(-1 0 0 1 31 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");

}
#home_banner,#last_view { margin-top: 30px;
  margin-bottom: 60px
}
.shop-products .thumbnails.owl-carousel {
border-radius:0;_border-right: 1px solid #D8E0E8;_border-bottom: 1px solid #D8E0E8
}
.shop-products  .thumbnails.owl-carousel .thumbnail {
    margin-bottom: 0
}

.home_ico1 {
   background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' fill='%23F4FAFF'/%3E%3Cpath d='M9.3125 27.6875L8.65625 30.9688L13.9062 34.9062L19.1562 32.9375L19.8125 30.3125H22.4375L25.0625 31.625L26.375 34.25L25.0625 37.5312L23.0938 38.8438V41.4688H25.7188L27.6875 40.1562V38.8438L29.6562 36.2188L34.25 36.875L33.5938 40.1562L35.5625 40.8125V43.4375H38.1875L40.1562 41.4688H42.7812L43.4375 38.1875H40.1562L38.8438 36.875L40.1562 34.9062H44.75L46.7188 32.2812L49.3438 31.625V29L48.0312 27.6875H9.3125Z' fill='%23FFD732'/%3E%3Cpath d='M48.0313 27.6875H11.6166L10.4675 30.2764L15.7293 34.2224L19.1563 32.9375L19.8125 30.3125H22.4375L25.0625 31.625L26.375 34.25L25.0625 37.5312L23.0938 38.8438V41.4688H25.7188L27.6875 40.1562V38.8438L29.6563 36.2188L34.25 36.875L33.5938 40.1562L35.5625 40.8125V43.4375H38.1875L40.1563 41.4688H42.7813L43.4375 38.1875H40.1563L38.8438 36.875L40.1563 34.9062H44.75L46.7188 32.2812L49.3438 31.625V29L48.0313 27.6875Z' fill='%23FFD732'/%3E%3Cpath d='M49.3438 25.7188L48.6875 23.0938H45.4062L42.7812 21.7812L40.8125 23.0938H38.1875V20.4688L36.875 19.1562H34.9062L34.25 14.5625H30.9688L27.0312 16.5312L25.7188 19.8125L19.8125 18.5L17.1875 16.5312L14.5625 17.8438H11.2812V20.4688L13.25 23.75L9.3125 27.6875H48.0312L49.3438 25.7188Z' fill='%235695FF'/%3E%3Cpath d='M45.4063 23.0938L42.7813 21.7812L40.8126 23.0938H38.1876V20.4688L36.8751 19.1562H34.9063L34.4843 16.2031H31.356L28.3228 17.7197L26.7242 21.7163L19.111 20.0251L17.0143 18.4521L14.9497 19.4844H12.9219V20.0146L15.3159 24.0046L11.6331 27.6875H48.0313L49.3438 25.7188L48.6876 23.0938H45.4063Z' fill='%235695FF'/%3E%3C/svg%3E%0A");
}
.home_ico2 {
background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' fill='%23F4FAFF'/%3E%3Cpath d='M29 18.5217V22.1442H34.364C35.5445 19.648 35.5892 16.812 34.4982 14.29C34.4187 14.1061 34.2201 13.9905 34.0099 14.0093C32.9358 14.1052 31.9509 14.6338 31.3177 15.4681L29 18.5217Z' fill='%23FFD38A'/%3E%3Cpath d='M29 18.5217V22.1442H23.636C22.4555 19.648 22.4108 16.812 23.5018 14.29C23.5813 14.1061 23.7799 13.9905 23.99 14.0093C25.0641 14.1052 26.0491 14.6338 26.6823 15.4681L29 18.5217Z' fill='%23FFD38A'/%3E%3Cpath d='M38.8495 14.0004C38.2765 14.0242 37.7118 14.1093 37.1655 14.2518L36.2343 23.1476L39.182 22.1442C40.3636 19.6454 40.4072 16.8062 39.3127 14.2823C39.2366 14.1065 39.0513 13.992 38.8495 14.0004Z' fill='%23FFA442'/%3E%3Cpath d='M37.1655 14.2518C36.0514 14.5422 35.0141 15.0715 34.1406 15.809L30.9272 18.5217L29 20.3329L27.0728 18.5217L23.8594 15.809C22.5574 14.71 20.8922 14.0726 19.1507 14.0004C18.9488 13.992 18.7634 14.1065 18.6871 14.2823C17.5927 16.8062 17.6363 19.6454 18.818 22.1442L29 25.6101L36.2343 23.1476C37.4717 21.7787 38.2184 20.0058 38.2184 18.0689C38.2184 16.6833 37.836 15.3818 37.1655 14.2518Z' fill='%23FFBF54'/%3E%3Cpath d='M27.0728 18.5217H30.9272L30.9272 23.9554H27.0728L27.0728 18.5217Z' fill='%23FFA442'/%3E%3Cpath d='M15.9272 26.6723V31.2005L40.1456 44H41.5909C41.857 44 42.0727 43.7973 42.0727 43.5472V26.6723H15.9272Z' fill='%23D1382E'/%3E%3Cpath d='M15.9272 31.2005V43.5472C15.9272 43.7973 16.1429 44 16.409 44L40.1456 44L40.1456 31.2005H15.9272Z' fill='%23F53827'/%3E%3Cpath d='M42.0728 22.1442L38.2184 25.7667L42.0728 29.3892H43.5182C43.7843 29.3892 44 29.1865 44 28.9364V22.597C44 22.3469 43.7843 22.1442 43.5182 22.1442H42.0728Z' fill='%23F53827'/%3E%3Cpath d='M14 22.597V28.9364C14 29.1865 14.2157 29.3892 14.4818 29.3892H42.0728V22.1442H32.3726V23.9554C32.3726 23.9554 31.2954 22.1442 29 22.1442C26.7045 22.1442 25.6274 23.9554 25.6274 23.9554V22.1442H14.4818C14.2157 22.1442 14 22.3469 14 22.597Z' fill='%23FC5132'/%3E%3Cpath d='M25.6274 22.1442C23.4987 22.1442 21.773 23.7661 21.773 25.7667V38.5662L24.6638 35.8494L25.6274 36.755L27.0728 22.1442H25.6274Z' fill='%23FFD38A'/%3E%3Cpath d='M27.0728 22.1442C26.2745 22.1442 25.6274 22.7524 25.6274 23.5026V36.755L27.5546 38.5662V23.5026C27.5546 22.7524 28.2017 22.1442 29 22.1442L27.0728 22.1442Z' fill='%23FFBF54'/%3E%3Cpath d='M32.3726 22.1442H30.4454L34.2997 36.755L36.2269 38.5662V25.7667C36.2269 23.7661 34.5013 22.1442 32.3726 22.1442Z' fill='%23FFBF54'/%3E%3Cpath d='M30.4454 22.1442L29 22.1442C29.7982 22.1442 30.4454 22.7524 30.4454 23.5026V38.5662L33.3361 35.8494L34.2997 36.755L34.2997 25.7667C34.2997 23.7661 32.5741 22.1442 30.4454 22.1442Z' fill='%23FFD38A'/%3E%3C/svg%3E%0A");
}
.home_ico3 {
background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' fill='%23F4FAFF'/%3E%3Cpath d='M24.7583 29.9902H23.9899L21.9916 30.5905L19.5506 29.9902H18.7822C18.4361 29.9902 18.1554 30.2708 18.1554 30.617V37.7469C18.1554 38.093 18.4361 38.3737 18.7822 38.3737L21.7703 39.1212L24.7583 38.3737C25.1045 38.3737 25.3852 38.093 25.3852 37.7469V30.617C25.3851 30.2708 25.1045 29.9902 24.7583 29.9902Z' fill='%23C68D7A'/%3E%3Cpath d='M25.3852 30.617L26.3839 34.451L25.3852 37.7469C25.3852 38.093 25.1045 38.3737 24.7583 38.3737L23.4222 38.3728C23.7685 38.3728 24.0494 38.0925 24.0494 37.7463V30.6167C24.0494 30.2704 23.7685 29.9895 23.4222 29.9895L24.7583 29.9902C25.1045 29.9902 25.3851 30.2708 25.3852 30.617Z' fill='%23BC7C63'/%3E%3Cpath d='M23.9899 29.9902H19.5506V31.9645C19.5506 32.3158 19.9299 32.5361 20.235 32.3621L21.7702 31.4867L23.3055 32.3621C23.6106 32.5361 23.9898 32.3158 23.9898 31.9645L23.9899 29.9902Z' fill='%23FFE177'/%3E%3Cpath d='M31.988 29.9902H31.2196L29.2214 30.5905L26.7804 29.9902H26.012C25.6658 29.9902 25.3852 30.2708 25.3852 30.617V37.7469C25.3852 38.093 25.6658 38.3737 26.012 38.3737L28.838 39.1212L31.9881 38.3737C32.3343 38.3737 32.6149 38.093 32.6149 37.7469V30.617C32.6149 30.2708 32.3342 29.9902 31.988 29.9902Z' fill='%23C68D7A'/%3E%3Cpath d='M32.6149 30.617L33.2692 34.1816L32.6149 37.7469C32.6149 38.093 32.3343 38.3737 31.9881 38.3737L30.652 38.3728C30.9982 38.3728 31.2791 38.0925 31.2791 37.7463V30.6167C31.2791 30.2704 30.9982 29.9895 30.652 29.9895L31.988 29.9902C32.3342 29.9902 32.6149 30.2708 32.6149 30.617Z' fill='%23BC7C63'/%3E%3Cpath d='M31.2196 29.9902H26.7804V31.9645C26.7804 32.3158 27.1596 32.5361 27.4647 32.3621L29 31.4867L30.5353 32.3621C30.8404 32.5361 31.2196 32.3158 31.2196 31.9645L31.2196 29.9902Z' fill='%23FFE177'/%3E%3Cpath d='M39.2178 29.9902H38.4494L36.4511 30.5905L34.0101 29.9902H33.2417C32.8955 29.9902 32.6149 30.2708 32.6149 30.617V37.7469C32.6149 38.093 32.8955 38.3737 33.2417 38.3737L35.7915 38.9508L39.2178 38.3737C39.5639 38.3737 39.8446 38.093 39.8446 37.7469V30.617C39.8446 30.2708 39.564 29.9902 39.2178 29.9902Z' fill='%23C68D7A'/%3E%3Cpath d='M39.8446 30.617V37.7469C39.8446 38.093 39.5639 38.3737 39.2178 38.3737L37.8817 38.3728C38.2279 38.3728 38.5088 38.0925 38.5088 37.7463V30.6167C38.5088 30.2704 38.2279 29.9895 37.8817 29.9895L39.2178 29.9902C39.564 29.9902 39.8446 30.2708 39.8446 30.617Z' fill='%23BC7C63'/%3E%3Cpath d='M38.4494 29.9902H34.0101L34.0101 31.9645C34.0101 32.3158 34.3893 32.5361 34.6944 32.3621L36.2297 31.4867L37.765 32.3621C38.0701 32.5361 38.4493 32.3158 38.4493 31.9645L38.4494 29.9902Z' fill='%23FFE177'/%3E%3Cpath d='M22.208 36.0154H19.5506C19.3006 36.0154 19.0979 35.8128 19.0979 35.5627C19.0979 35.3127 19.3006 35.11 19.5506 35.11H22.208C22.4581 35.11 22.6607 35.3127 22.6607 35.5627C22.6607 35.8128 22.4581 36.0154 22.208 36.0154Z' fill='%23DEECF1'/%3E%3Cpath d='M20.8793 37.2937H19.5506C19.3006 37.2937 19.0979 37.091 19.0979 36.841C19.0979 36.591 19.3006 36.3883 19.5506 36.3883H20.8794C21.1294 36.3883 21.3321 36.591 21.3321 36.841C21.3321 37.091 21.1294 37.2937 20.8793 37.2937Z' fill='%23DEECF1'/%3E%3Cpath d='M29.4941 36.0154H26.8367C26.5866 36.0154 26.384 35.8128 26.384 35.5627C26.384 35.3127 26.5866 35.11 26.8367 35.11H29.4941C29.7441 35.11 29.9468 35.3127 29.9468 35.5627C29.9468 35.8128 29.7441 36.0154 29.4941 36.0154Z' fill='%23DEECF1'/%3E%3Cpath d='M28.1654 37.2937H26.8367C26.5866 37.2937 26.384 37.091 26.384 36.841C26.384 36.591 26.5866 36.3883 26.8367 36.3883H28.1654C28.4154 36.3883 28.6181 36.591 28.6181 36.841C28.6181 37.091 28.4154 37.2937 28.1654 37.2937Z' fill='%23DEECF1'/%3E%3Cpath d='M36.6675 36.0154H34.0101C33.7601 36.0154 33.5574 35.8128 33.5574 35.5627C33.5574 35.3127 33.7601 35.11 34.0101 35.11H36.6675C36.9175 35.11 37.1202 35.3127 37.1202 35.5627C37.1203 35.8128 36.9175 36.0154 36.6675 36.0154Z' fill='%23DEECF1'/%3E%3Cpath d='M35.3388 37.2937H34.0101C33.7601 37.2937 33.5574 37.091 33.5574 36.841C33.5574 36.591 33.7601 36.3883 34.0101 36.3883H35.3388C35.5889 36.3883 35.7915 36.591 35.7915 36.841C35.7915 37.091 35.5889 37.2937 35.3388 37.2937Z' fill='%23DEECF1'/%3E%3Cpath d='M42.3871 27.1804H15.6129V24.4675H19.0982L29.9628 22.7689L38.9018 24.4675H42.3871V27.1804Z' fill='%23678D98'/%3E%3Cpath d='M39.6742 24.4675H42.3871V27.1804L39.6742 27.1804V24.4675Z' fill='%23537983'/%3E%3Cpath d='M15.6129 38.3734H42.3871V41.0863H15.6129V38.3734Z' fill='%23678D98'/%3E%3Cpath d='M39.6742 38.3734H42.3871V41.0863H39.6742V38.3734Z' fill='%23537983'/%3E%3Cpath d='M39.5797 20.906V23.7896C39.5797 24.1638 39.2761 24.4675 38.9018 24.4675H19.0982C18.7239 24.4675 18.4203 24.1638 18.4203 23.7896V20.906C18.4203 20.5318 18.7239 20.2282 19.0982 20.2282L24.6792 19.2823L26.682 18.0509L29 19.3215L31.3179 18.4644L38.9018 20.2282C39.2761 20.2282 39.5797 20.5318 39.5797 20.906Z' fill='%23C68D7A'/%3E%3Cpath d='M39.5797 20.906V21.2592H18.4203V20.906C18.4203 20.5318 18.7239 20.2282 19.0982 20.2282L24.6792 19.2823L26.682 18.0509L29 19.3215L31.3179 18.4644L38.9018 20.2282C39.2761 20.2282 39.5797 20.5318 39.5797 20.906Z' fill='%23BC7C63'/%3E%3Cpath d='M39.5797 20.906V23.7896C39.5797 24.1638 39.2761 24.4675 38.9018 24.4675L36.5738 24.4674C36.948 24.4674 37.2516 24.1638 37.2516 23.7895V20.906C37.2516 20.5312 36.948 20.2276 36.5738 20.2276L38.9018 20.2282C39.2761 20.2282 39.5797 20.5318 39.5797 20.906Z' fill='%23BC7C63'/%3E%3Cpath d='M31.3179 20.2282V22.2901C31.3179 22.6572 30.9219 22.8871 30.6032 22.7054L29 21.7916L27.3968 22.7054C27.0781 22.8871 26.6821 22.6572 26.6821 22.2901V20.2282H31.3179Z' fill='%23FFE177'/%3E%3Cpath d='M26.6821 19.6551H31.3179V21.2592H26.6821V19.6551Z' fill='%23FECE85'/%3E%3Cpath d='M43.5611 14.0001H41.804C41.5616 14.0001 41.3651 14.1966 41.3651 14.439V43.5008C41.3651 43.7432 41.5616 43.9397 41.804 43.9397H43.5611C43.8035 43.9397 44 43.7432 44 43.5008V14.4389C44 14.1965 43.8035 14.0001 43.5611 14.0001Z' fill='%23678D98'/%3E%3Cpath d='M16.196 14.0002H14.4389C14.1965 14.0002 14 14.1967 14 14.4391V43.5009C14 43.7433 14.1965 43.9398 14.4389 43.9398H16.196C16.4384 43.9398 16.6349 43.7433 16.6349 43.5009V14.4391C16.6348 14.1967 16.4383 14.0002 16.196 14.0002Z' fill='%23678D98'/%3E%3Cpath d='M16.6349 14.4391V43.5009C16.6349 43.7433 16.4384 43.9398 16.196 43.9398L14.8783 43.9396C15.121 43.9396 15.3171 43.7428 15.3171 43.5008V14.4388C15.3171 14.1968 15.121 14 14.8783 14L16.196 14.0002C16.4383 14.0002 16.6348 14.1967 16.6349 14.4391Z' fill='%23537983'/%3E%3Cpath d='M44 14.4389V43.5008C44 43.7432 43.8035 43.9397 43.5611 43.9397L42.2435 43.9396C42.4861 43.9396 42.6823 43.7428 42.6823 43.5008V14.4388C42.6823 14.1968 42.4861 14 42.2435 14L43.5611 14.0001C43.8035 14.0001 44 14.1965 44 14.4389Z' fill='%23537983'/%3E%3Cpath d='M38.217 23.309L36.8028 22.4816C36.6607 22.3984 36.4854 22.3958 36.3408 22.4748L34.8093 23.3114C34.6587 23.3937 34.5651 23.5517 34.5651 23.7233V27.1683C34.5651 27.4275 34.7752 27.6376 35.0343 27.6376H37.98C38.2392 27.6376 38.4493 27.4275 38.4493 27.1683V23.7141C38.4494 23.5473 38.3609 23.3931 38.217 23.309Z' fill='%23DEECF1'/%3E%3Cpath d='M36.5072 23.8791C36.2572 23.8791 36.0545 23.6765 36.0545 23.4264V20.1069C36.0545 19.8569 36.2572 19.6542 36.5072 19.6542C36.7572 19.6542 36.9599 19.8569 36.9599 20.1069V23.4264C36.96 23.6764 36.7572 23.8791 36.5072 23.8791Z' fill='%232ABCC8'/%3E%3Cpath d='M38.9019 15.9889H31.318L29 17.2594L26.682 15.9889H19.0981C18.7237 15.9889 18.4202 16.2925 18.4202 16.6669V19.5504C18.4202 19.9248 18.7238 20.2282 19.0982 20.2282H38.9018C39.2762 20.2282 39.5798 19.9248 39.5798 19.5504V16.6669C39.5798 16.2925 39.2763 15.9889 38.9019 15.9889Z' fill='%23C68D7A'/%3E%3Cpath d='M39.5798 16.6669V19.5504C39.5798 19.9248 39.2762 20.2282 38.9018 20.2282L36.5738 20.2276C36.948 20.2276 37.2516 19.9244 37.2516 19.5502V16.6667C37.2516 16.2918 36.948 15.9882 36.5738 15.9882L38.9019 15.9889C39.2763 15.9889 39.5798 16.2925 39.5798 16.6669Z' fill='%23BC7C63'/%3E%3Cpath d='M31.318 15.9889H26.682L26.682 18.0509C26.682 18.4177 27.0781 18.6478 27.3967 18.4662L29 17.5519L30.6034 18.4661C30.922 18.6478 31.318 18.4177 31.318 18.0509V15.9889Z' fill='%23FFE177'/%3E%3C/svg%3E%0A");
}

.home_ico4 {
background-image: url("data:image/svg+xml,%3Csvg width='57' height='57' viewBox='0 0 57 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='28.5' cy='28.5' r='28.5' fill='%23F4FAFF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44 37.1372V42.931C43.9982 43.5207 43.5207 43.9982 42.931 44H14.069C13.4793 43.9982 13.0018 43.5207 13 42.931V37.1372C13.001 36.9273 13.0316 36.7186 13.0909 36.5172L28.5 35.4483L43.9091 36.5172C43.9684 36.7186 43.999 36.9273 44 37.1372Z' fill='%23F3D55B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M43.9091 36.5172H13.0909C13.1455 36.332 13.2265 36.1556 13.3314 35.9935L19.0984 26.8591C19.2951 26.5503 19.6356 26.3629 20.0017 26.3621H36.9983C37.3644 26.3629 37.7049 26.5503 37.9016 26.8591L43.6686 35.9935C43.7735 36.1556 43.8545 36.332 43.9091 36.5172Z' fill='%23F9EAB0'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44 38.1207V39.1897H18.8793C18.5841 39.1897 18.3448 38.9504 18.3448 38.6552C18.3448 38.36 18.5841 38.1207 18.8793 38.1207H44Z' fill='%23F0C419'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.7414 38.6552C16.7414 38.9504 16.5021 39.1897 16.2069 39.1897H13V38.1207H16.2069C16.5021 38.1207 16.7414 38.36 16.7414 38.6552Z' fill='%23F0C419'/%3E%3Cpath d='M21.5517 29.0345C21.8469 29.0345 22.0862 28.7952 22.0862 28.5C22.0862 28.2048 21.8469 27.9655 21.5517 27.9655C21.2565 27.9655 21.0172 28.2048 21.0172 28.5C21.0172 28.7952 21.2565 29.0345 21.5517 29.0345Z' fill='%23E4C05C'/%3E%3Cpath d='M25.8276 31.7069C26.1228 31.7069 26.3621 31.4676 26.3621 31.1724C26.3621 30.8772 26.1228 30.6379 25.8276 30.6379C25.5324 30.6379 25.2931 30.8772 25.2931 31.1724C25.2931 31.4676 25.5324 31.7069 25.8276 31.7069Z' fill='%23E4C05C'/%3E%3Cpath d='M25.2931 34.3793C25.5883 34.3793 25.8276 34.14 25.8276 33.8448C25.8276 33.5496 25.5883 33.3103 25.2931 33.3103C24.9979 33.3103 24.7586 33.5496 24.7586 33.8448C24.7586 34.14 24.9979 34.3793 25.2931 34.3793Z' fill='%23E4C05C'/%3E%3Cpath d='M20.4828 31.7069C20.7779 31.7069 21.0172 31.4676 21.0172 31.1724C21.0172 30.8772 20.7779 30.6379 20.4828 30.6379C20.1876 30.6379 19.9483 30.8772 19.9483 31.1724C19.9483 31.4676 20.1876 31.7069 20.4828 31.7069Z' fill='%23E4C05C'/%3E%3Cpath d='M19.4138 34.3793C19.709 34.3793 19.9483 34.14 19.9483 33.8448C19.9483 33.5496 19.709 33.3103 19.4138 33.3103C19.1186 33.3103 18.8793 33.5496 18.8793 33.8448C18.8793 34.14 19.1186 34.3793 19.4138 34.3793Z' fill='%23E4C05C'/%3E%3Cpath d='M35.4483 29.0345C35.7435 29.0345 35.9828 28.7952 35.9828 28.5C35.9828 28.2048 35.7435 27.9655 35.4483 27.9655C35.1531 27.9655 34.9138 28.2048 34.9138 28.5C34.9138 28.7952 35.1531 29.0345 35.4483 29.0345Z' fill='%23E4C05C'/%3E%3Cpath d='M31.1724 31.7069C31.4676 31.7069 31.7069 31.4676 31.7069 31.1724C31.7069 30.8772 31.4676 30.6379 31.1724 30.6379C30.8772 30.6379 30.6379 30.8772 30.6379 31.1724C30.6379 31.4676 30.8772 31.7069 31.1724 31.7069Z' fill='%23E4C05C'/%3E%3Cpath d='M31.7069 34.3793C32.0021 34.3793 32.2414 34.14 32.2414 33.8448C32.2414 33.5496 32.0021 33.3103 31.7069 33.3103C31.4117 33.3103 31.1724 33.5496 31.1724 33.8448C31.1724 34.14 31.4117 34.3793 31.7069 34.3793Z' fill='%23E4C05C'/%3E%3Cpath d='M36.5172 31.7069C36.8124 31.7069 37.0517 31.4676 37.0517 31.1724C37.0517 30.8772 36.8124 30.6379 36.5172 30.6379C36.2221 30.6379 35.9828 30.8772 35.9828 31.1724C35.9828 31.4676 36.2221 31.7069 36.5172 31.7069Z' fill='%23E4C05C'/%3E%3Cpath d='M37.5862 34.3793C37.8814 34.3793 38.1207 34.14 38.1207 33.8448C38.1207 33.5496 37.8814 33.3103 37.5862 33.3103C37.291 33.3103 37.0517 33.5496 37.0517 33.8448C37.0517 34.14 37.291 34.3793 37.5862 34.3793Z' fill='%23E4C05C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.0533 22.6207C33.786 23.0857 33.0164 23.1766 32.6422 23.556C32.2681 23.9355 32.1719 24.6998 31.7069 24.9671C31.6759 24.9835 31.6437 24.9978 31.6107 25.0098C31.151 25.1969 30.5043 24.9403 30.0179 25.074C29.5102 25.2076 29.0505 25.8276 28.5 25.8276C27.9495 25.8276 27.4898 25.2076 26.9821 25.074C26.4957 24.9403 25.849 25.1969 25.3893 25.0098C25.3563 24.9978 25.3241 24.9835 25.2931 24.9671C24.8281 24.6998 24.7372 23.9302 24.3578 23.556C23.9783 23.1819 23.214 23.0857 22.9467 22.6207C22.6795 22.1557 22.9841 21.4555 22.8398 20.9317C22.7062 20.424 22.0862 19.9643 22.0862 19.4138C22.0862 18.8633 22.7062 18.4036 22.8398 17.8959C22.9841 17.3721 22.6795 16.6666 22.9467 16.2069C23.214 15.7472 23.9836 15.651 24.3578 15.2716C24.7319 14.8921 24.8281 14.1278 25.2931 13.8605C25.7581 13.5933 26.4583 13.8979 26.9821 13.7536C27.4898 13.62 27.9495 13 28.5 13C29.0505 13 29.5102 13.62 30.0179 13.7536C30.5417 13.8979 31.2472 13.5933 31.7069 13.8605C32.1666 14.1278 32.2628 14.8974 32.6422 15.2716C33.0217 15.6457 33.786 15.7419 34.0533 16.2069C34.3205 16.6719 34.0159 17.3721 34.1602 17.8959C34.2938 18.4036 34.9138 18.8633 34.9138 19.4138C34.9138 19.9643 34.2938 20.424 34.1602 20.9317C34.0159 21.4555 34.3205 22.161 34.0533 22.6207Z' fill='%23F29C1F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.5 25.8276L28.5 29.569C28.5 29.7714 28.3856 29.9565 28.2045 30.047C28.0235 30.1376 27.8068 30.118 27.6448 29.9966L26.3621 29.0345L24.7586 29.6759C24.5648 29.7539 24.3433 29.7118 24.1916 29.5681C24.0398 29.4244 23.9858 29.2056 24.0531 29.0078L25.3893 25.0098C25.849 25.1969 26.4957 24.9403 26.9821 25.074C27.4898 25.2076 27.9495 25.8276 28.5 25.8276Z' fill='%23E57E25'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.2414 29.6759L30.6379 29.0345L29.3552 29.9966C29.1932 30.118 28.9765 30.1376 28.7955 30.047C28.6144 29.9565 28.5 29.7714 28.5 29.569L28.5 25.8276C29.0505 25.8276 29.5102 25.2076 30.0179 25.074C30.5043 24.9403 31.151 25.1969 31.6107 25.0098L32.9469 29.0078C33.0142 29.2056 32.9602 29.4244 32.8084 29.5681C32.6567 29.7118 32.4352 29.7539 32.2414 29.6759Z' fill='%23D25627'/%3E%3Cpath d='M28.5 23.1552C30.5663 23.1552 32.2414 21.4801 32.2414 19.4138C32.2414 17.3475 30.5663 15.6724 28.5 15.6724C26.4337 15.6724 24.7586 17.3475 24.7586 19.4138C24.7586 21.4801 26.4337 23.1552 28.5 23.1552Z' fill='%234FBA6F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M27.431 21.0172C27.2893 21.0172 27.1534 20.9609 27.0532 20.8606L26.5187 20.3262C26.3161 20.1164 26.319 19.7831 26.5252 19.5769C26.7314 19.3707 27.0647 19.3678 27.2744 19.5704L27.4706 19.7666L29.7689 17.9274C29.9994 17.7429 30.3359 17.7802 30.5203 18.0108C30.7048 18.2413 30.6675 18.5778 30.437 18.7623L27.7646 20.9002C27.6699 20.9759 27.5523 21.0172 27.431 21.0172Z' fill='white'/%3E%3C/svg%3E%0A");
}

#home_banner {

}
@media (max-width: 1600px) {
  .shop-products .thumbnails .item.span4 {
  width: 33.3%
}
}

@media (max-width: 1459px) {
      .slogan {
      	vertical-align: middle;
      	font-size: 18px;
      	width: 270px;
      	display: table-cell;
      }
      .buy_data span.button,.product-cart span.button {
        float: none;margin: 0 0 20px
      }
      a.kredit.button {
        float: none;
      }
      #my_Carousel {
          margin-bottom: 65px; min-height: 440px
       }
      .page-sidebar  .tab-content  .pull-right { display:none }
      .page-sidebar  .tab-content  #media {
         font-size: 13px
       }

}
@media (max-width: 1199px) {
.shop-products .thumbnails .item.span4 {
  width: 50%
}
.inner_product_desk .blockinner_left {
    width: calc(100% - 300px );
}
.inner_product_desk .blockinner_right {
	width: 300px;
}
#media .img, .inner_product_desk .blockinner_right .img {
	width: 100%;
     display: block;
}
#media .rev, .inner_product_desk .blockinner_right .rev {
	width: 100% ;
	display: block;
}
.blockinner_right .product-info .description .price span.productOldPrice {
    font-size: 22px; margin-bottom: -30px;
}
.blockinner_right .product-info .description .price {
	font-size: 28px;
}

      .slogan {width: 100%;display: block;font-size: 16px;margin-bottom: 20px; }
      .top_contacts { text-align: center;
        	display: inline-block;
        	width: auto;
        	padding-top: 10px;
        }
        .slogan > span {
        	display: inline-block;padding-top: 3px;
        	width: 28px;
        	height: 28px;
        	line-height: 12px;
        }
        .slogan span span {
        	font-size: 11px;
        	font-weight: 500;
        }
        .header-cms { display: inline-block;
          margin: 0 auto
        }
         .navbar .nav > li.category > a.box-heading {
          	font-size: 14px;
          	font-weight: 500;   text-align: center;
          	padding: 20px 20px 20px;
          }
          .topinfo {
          	font-size: 18px;
          }
}


@media  (min-width: 768px) and (max-width: 978px) {
      #best_cat .sub_cat {
      	vertical-align: top;
      	background: #fff;
      	display: inline-block;
      	width: calc(100% - 20px);
      	padding: 20px;
      	box-sizing: border-box;
      	text-align: center;
      	margin: 0 0px 20px 20px;
      }
}

.navbar-search {
  float: none;

}
.nav-phone { padding:2px 2px 2px 15px;
  _border: 1px solid #85BEE1;
border-radius: 5px; height: 55px;box-sizing: border-box;
}
.nav-phone > * {
  vertical-align: middle;
}

.navbar .nav > li.nav-phone a {  font-family: 'Poppins', sans-serif;
  display: inline-block;color: #fff ;font-size: 24px;font-weight: bold;
}
.navbar .nav > li.nav-phone .phone_block {
  width: 183px; display: inline-block; margin-right: 10px;
}
.show_phone {
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='3' viewBox='0 0 6 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.109712 0.101626C0.179982 0.0392198 0.275276 0.00416168 0.374637 0.00416168C0.473999 0.00416168 0.569292 0.0392198 0.639562 0.101626L2.99766 2.19648L5.35575 0.101626C5.39032 0.0698324 5.43167 0.0444721 5.47738 0.0270259C5.5231 0.00957961 5.57227 0.000396659 5.62203 1.25686e-05C5.67178 -0.000371522 5.72112 0.00805117 5.76717 0.024789C5.81323 0.0415268 5.85506 0.0662447 5.89025 0.0975004C5.92543 0.128756 5.95326 0.165923 5.9721 0.206834C5.99094 0.247744 6.00042 0.291579 5.99999 0.335779C5.99955 0.37998 5.98922 0.423661 5.96958 0.464275C5.94994 0.504888 5.92139 0.54162 5.8856 0.572328L3.26258 2.90254C3.19231 2.96494 3.09702 3 2.99766 3C2.8983 3 2.803 2.96494 2.73273 2.90254L0.109712 0.572328C0.0394635 0.509903 0 0.425247 0 0.336977C0 0.248708 0.0394635 0.164052 0.109712 0.101626Z' fill='%2315447B'/%3E%3C/svg%3E%0A");
    background-color: #85BEE1;
    background-position:center;
    background-repeat: no-repeat;
    border-radius: 3px;
    width: 14px;
    height: 49px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.nav-phone .viber , .nav-phone .telegram { background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92613 4.88526C5.03333 4.87726 5.14133 4.87726 5.24853 4.88206C5.29173 4.88526 5.33493 4.89006 5.37813 4.89486C5.50533 4.90926 5.64533 4.98687 5.69253 5.09407C5.93093 5.63489 6.16293 6.17971 6.38693 6.72613C6.43653 6.84773 6.40693 7.00374 6.31253 7.15574C6.24761 7.25853 6.17738 7.35787 6.10213 7.45335C6.01173 7.56936 5.81733 7.78217 5.81733 7.78217C5.81733 7.78217 5.73813 7.87657 5.76853 7.99417C5.77973 8.03897 5.81653 8.10378 5.85013 8.15818L5.89733 8.23418C6.10213 8.57579 6.37733 8.9222 6.71333 9.24862C6.80933 9.34142 6.90293 9.43662 7.00373 9.52543C7.37813 9.85584 7.80213 10.1254 8.25973 10.3255L8.26373 10.3271C8.33173 10.3567 8.36613 10.3727 8.46533 10.4151C8.51493 10.4359 8.56613 10.4543 8.61813 10.4679C8.67186 10.4815 8.72845 10.479 8.78072 10.4605C8.83299 10.4419 8.87859 10.4083 8.91173 10.3639C9.49093 9.66223 9.54373 9.61663 9.54853 9.61663V9.61823C9.58876 9.5807 9.63657 9.55221 9.68873 9.53469C9.74089 9.51716 9.79619 9.511 9.85093 9.51663C9.89893 9.51983 9.94773 9.52863 9.99253 9.54863C10.4173 9.74304 11.1125 10.0462 11.1125 10.0462L11.5781 10.2551C11.6565 10.2927 11.7277 10.3815 11.7301 10.4671C11.7333 10.5207 11.7381 10.6071 11.7197 10.7655C11.6941 10.9727 11.6317 11.2215 11.5693 11.3519C11.5266 11.4409 11.4699 11.5225 11.4013 11.5935C11.3206 11.6783 11.2322 11.7554 11.1373 11.8239C11.1045 11.8486 11.0712 11.8726 11.0373 11.8959C10.9378 11.959 10.8356 12.0178 10.7309 12.0719C10.525 12.1813 10.2975 12.2441 10.0645 12.2559C9.91653 12.2639 9.76853 12.2751 9.61973 12.2671C9.61333 12.2671 9.16533 12.1975 9.16533 12.1975C8.02793 11.8983 6.97604 11.3379 6.09333 10.5607C5.91253 10.4015 5.74533 10.2303 5.57413 10.0598C4.86213 9.35182 4.32453 8.58779 3.99813 7.86617C3.83107 7.51199 3.74082 7.12646 3.73333 6.73493C3.73003 6.24919 3.88881 5.77623 4.18453 5.39088C4.24293 5.31568 4.29813 5.23727 4.39333 5.14687C4.49493 5.05087 4.55893 4.99967 4.62853 4.96446C4.72107 4.91809 4.82202 4.89088 4.92533 4.88446L4.92613 4.88526Z' fill='%237360F2'/%3E%3Cpath d='M7.9277 3.20011C7.67305 3.20011 7.46667 3.40651 7.46667 3.66116C7.46667 3.9157 7.67305 4.12221 7.9277 4.12221C8.98279 4.12221 9.97485 4.53308 10.7209 5.27928C11.4671 6.02536 11.8779 7.01734 11.8779 8.07259C11.8779 8.32713 12.0843 8.53364 12.339 8.53364C12.5935 8.53364 12.8 8.32725 12.8 8.07259C12.8 6.77109 12.2932 5.5475 11.373 4.62721C10.4527 3.70691 9.22916 3.20011 7.9277 3.20011Z' fill='%237360F2'/%3E%3Cpath d='M9.78801 8.09428C9.78801 8.33684 9.98479 8.53364 10.2273 8.53364C10.47 8.53364 10.6667 8.33684 10.6667 8.09428C10.6667 6.57197 9.4282 5.33352 7.906 5.33352C7.66334 5.33352 7.46667 5.53021 7.46667 5.77288C7.46667 6.01556 7.66334 6.21224 7.906 6.21224C8.94379 6.21224 9.78801 7.05652 9.78801 8.09428Z' fill='%237360F2'/%3E%3Cpath d='M4.6112 13.7805C5.0832 13.5725 5.6112 13.5333 6.1056 13.6693C6.7216 13.8373 7.3576 13.9221 8 13.9205C11.668 13.9205 14.4 11.2908 14.4 7.76028C14.4 4.22975 11.668 1.60006 8 1.60006C4.332 1.60006 1.6 4.22975 1.6 7.76028C1.6 9.57635 2.3168 11.178 3.5728 12.3012C3.80101 12.5034 3.98555 12.75 4.11513 13.0259C4.24471 13.3019 4.3166 13.6014 4.3264 13.9061L4.6112 13.7805ZM8 0C12.5072 0 16 3.30172 16 7.76028C16 12.2188 12.5072 15.5206 8 15.5206C7.21771 15.5226 6.43871 15.4192 5.684 15.2134C5.54224 15.1744 5.39139 15.1854 5.2568 15.2446L3.6696 15.9454C3.5737 15.9878 3.46886 16.0059 3.3643 15.9983C3.25973 15.9907 3.15864 15.9575 3.06992 15.9016C2.98119 15.8457 2.90755 15.7689 2.85546 15.6779C2.80338 15.587 2.77444 15.4846 2.7712 15.3798L2.7272 13.9557C2.72432 13.8691 2.70382 13.784 2.66696 13.7056C2.6301 13.6272 2.57764 13.5571 2.5128 13.4997C0.956 12.1084 0 10.094 0 7.76028C0 3.30172 3.4936 0 8 0Z' fill='%237360F2'/%3E%3C/svg%3E%0A");
    background-color: #FFFFFF;
    background-position:center;
    background-repeat: no-repeat;
  border-radius: 7px;  padding: 0 !important;
  font-size: 0;width: 34px;height: 34px;display: inline-block;
  vertical-align: middle;margin-right: 15px;
}
.nav-phone .telegram { background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.41753 15C9.12726 14.9954 8.84358 14.9126 8.5963 14.7603C8.34901 14.608 8.14726 14.3918 8.01224 14.1344L5.56705 9.65869C5.5138 9.55628 5.4304 9.47275 5.32815 9.41942L0.859354 7.00562C0.575408 6.85114 0.343208 6.61628 0.191762 6.33039C0.0403162 6.0445 -0.0236606 5.72025 0.0078245 5.39816C0.0393096 5.07606 0.164861 4.7704 0.368792 4.51935C0.572724 4.26831 0.845994 4.08301 1.15446 3.98662L12.7972 0.0949916C13.0912 -0.00936663 13.4088 -0.0281786 13.713 0.0407341C14.0173 0.109647 14.2958 0.263465 14.5164 0.484377C14.7369 0.705289 14.8905 0.984258 14.9593 1.28898C15.0281 1.5937 15.0094 1.91171 14.9052 2.20618L10.9914 13.874C10.8931 14.1783 10.7073 14.4468 10.4573 14.6458C10.2074 14.8448 9.90432 14.9656 9.58616 14.993L9.41753 15ZM13.0994 1.10133L1.4566 4.99295C1.3456 5.0287 1.24766 5.09656 1.17514 5.18799C1.10261 5.27942 1.05874 5.39031 1.04907 5.50668C1.03858 5.62166 1.06235 5.73717 1.11738 5.83862C1.1724 5.94008 1.25622 6.02293 1.35823 6.0767L5.82703 8.49049C6.11126 8.64149 6.34378 8.87436 6.49454 9.15904L8.88352 13.6348C8.93721 13.7369 9.01993 13.8209 9.12122 13.876C9.22252 13.9311 9.33786 13.9549 9.45266 13.9444C9.56885 13.9347 9.67957 13.8908 9.77085 13.8181C9.86214 13.7455 9.9299 13.6474 9.96559 13.5362L13.8723 1.87543C13.9178 1.76715 13.93 1.64776 13.9074 1.53248C13.8849 1.4172 13.8285 1.31128 13.7456 1.22821C13.6626 1.14515 13.5569 1.08872 13.4418 1.06612C13.3267 1.04352 13.2075 1.05578 13.0994 1.10133Z' fill='%2300A1FF'/%3E%3Cpath d='M5.84108 9.67276C5.77167 9.67433 5.70269 9.66137 5.63857 9.63471C5.57444 9.60805 5.51658 9.56828 5.46868 9.51794C5.41896 9.46942 5.37945 9.41142 5.35247 9.34737C5.32549 9.28331 5.31159 9.21449 5.31159 9.14496C5.31159 9.07544 5.32549 9.00662 5.35247 8.94256C5.37945 8.8785 5.41896 8.82051 5.46868 8.77199L13.7317 0.467969C13.8342 0.365316 13.9732 0.307647 14.1182 0.307647C14.2631 0.307647 14.4022 0.365316 14.5046 0.467969C14.6071 0.570621 14.6647 0.709848 14.6647 0.85502C14.6647 1.00019 14.6071 1.13942 14.5046 1.24207L6.21348 9.51794C6.16483 9.56728 6.10682 9.60639 6.04287 9.63298C5.97893 9.65956 5.91032 9.67309 5.84108 9.67276Z' fill='%2300A1FF'/%3E%3C/svg%3E%0A");
}
li.buttons_block {
  float: right !important;
}


.category.open:before  {
  content: "";display: block;position: fixed;
  left: 0;top: 0;height: 100%;width: 100%;
  background: rgba(0,0,0,0.5)  ;z-index: 10
}











    .affix-top .active > .dropdown-menu {
        display: block;
    }
    #navigation .navbar .nav > li > .dropdown-menu > li { background:#fff;
      padding: 0;
    }
    #navigation .navbar .nav > li > .dropdown-menu > li + li {
      margin-top:13px
    }

    #navigation .navbar .nav > li > .dropdown-menu > li > a {
      padding: 7px 13px; margin: 0;text-align: left; white-space: normal; font-size:16px;font-weight: 500 ;

      background-color: #F7F9FB;
      -ms-flex-pack: justify;
      justify-content: flex-start;
      align-items: center;
      display: -ms-flexbox ;
      display: -webkit-flex;
       display: flex;
    }
    #navigation .navbar .nav > li > .dropdown-menu > li > a .cimg  {  border-radius: 5px
        display: block;background-size: contain; background-position:center;
         background-position:center;width: 32px;height: 38px;margin-right: 23px
    }
    #navigation.affix-top .navbar .nav > li > .dropdown-menu > li  a:hover,#navigation.affix-top .navbar .nav > li > .dropdown-menu > li  a.active {
      background-color: #CFECF7;
    }
   #navigation .dropdown-menu > li a.drop  {
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.169377 9.81715C0.0653664 9.70003 0.00693612 9.54121 0.00693611 9.3756C0.00693611 9.21 0.0653663 9.05118 0.169377 8.93406L3.6608 5.0039L0.169377 1.07375C0.116387 1.01614 0.0741198 0.947221 0.0450427 0.871026C0.0159656 0.794831 0.000660692 0.71288 2.05381e-05 0.629956C-0.000619616 0.547031 0.0134182 0.464795 0.0413146 0.388042C0.069211 0.31129 0.110407 0.24156 0.1625 0.182921C0.214593 0.124282 0.276538 0.0779086 0.344723 0.0465068C0.412907 0.0151049 0.485964 -0.000696581 0.559632 2.40076e-05C0.633299 0.000744596 0.706101 0.0179736 0.773791 0.0507045C0.84148 0.0834355 0.9027 0.131013 0.95388 0.190661L4.83756 4.56236C4.94157 4.67948 5 4.8383 5 5.0039C5 5.16951 4.94157 5.32833 4.83756 5.44545L0.95388 9.81715C0.849838 9.93423 0.708745 10 0.561629 10C0.414513 10 0.27342 9.93423 0.169377 9.81715V9.81715Z' fill='%23676767'/%3E%3C/svg%3E%0A");
      background-position: center right 15px;
      background-repeat:no-repeat;
    }
    #navigation .navbar .nav > li > .dropdown-menu > li:last-child { border-radius:0 0 5px 5px; }

    #navigation .dropdown-menu li:hover > ul.dropdown-menu ,
    #navigation .dropdown-menu a.opened + ul.dropdown-menu {
        display: grid !important;
/*        grid-template-rows: 1fr 1fr;*/
        grid-template-rows: auto auto ;
/*        grid-template-columns: 1fr 1fr;*/
        grid-template-columns: 220px 420px;
        grid-gap: 0px 20px;
        padding: 30px 25px;

        top:-1px;
background: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 5px;
box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    }
    ul.menu_cat_filter {
      margin: 0;padding: 0;
    }
    ul.menu_cat_filter li { padding: 0; margin:0;margin-bottom: 13px;}


    ul.menu_cat_filter li a { border-radius: 5px;
      padding:8px 10px;
      background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.169377 9.81715C0.0653664 9.70003 0.00693612 9.54121 0.00693611 9.3756C0.00693611 9.21 0.0653663 9.05118 0.169377 8.93406L3.6608 5.0039L0.169377 1.07375C0.116387 1.01614 0.0741198 0.947221 0.0450427 0.871026C0.0159656 0.794831 0.000660692 0.71288 2.05381e-05 0.629956C-0.000619616 0.547031 0.0134182 0.464795 0.0413146 0.388042C0.069211 0.31129 0.110407 0.24156 0.1625 0.182921C0.214593 0.124282 0.276538 0.0779086 0.344723 0.0465068C0.412907 0.0151049 0.485964 -0.000696581 0.559632 2.40076e-05C0.633299 0.000744596 0.706101 0.0179736 0.773791 0.0507045C0.84148 0.0834355 0.9027 0.131013 0.95388 0.190661L4.83756 4.56236C4.94157 4.67948 5 4.8383 5 5.0039C5 5.16951 4.94157 5.32833 4.83756 5.44545L0.95388 9.81715C0.849838 9.93423 0.708745 10 0.561629 10C0.414513 10 0.27342 9.93423 0.169377 9.81715V9.81715Z' fill='%23676767'/%3E%3C/svg%3E%0A");
       background-repeat: no-repeat;
       background-position: center right 15px;
      background-color: #F7F9FB;
      -ms-flex-pack: justify;
      justify-content: flex-start;
      align-items: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;

    }
    ul.menu_cat_filter li.sub_cat_first11 a {
background: transparent
    }

    ul.menu_cat_filter li a span {
       width: 32px;height: 35px;display: inline-block;
       background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_334_15379)'%3E%3Cpath d='M29.414 28.8281H26.8359V28.0499C26.8359 27.7265 26.5734 27.464 26.25 27.464C25.9263 27.464 25.664 27.7265 25.664 28.0499V28.8281H15.5859V28.0499C15.5859 27.7265 15.3236 27.464 15 27.464C14.6763 27.464 14.414 27.7265 14.414 28.0499V28.8281H4.33593V28.0499C4.33593 27.7265 4.07363 27.464 3.74999 27.464C3.42636 27.464 3.16406 27.7265 3.16406 28.0499V28.8281H0.585937C0.262298 28.8281 0 29.0906 0 29.414C0 29.7377 0.262298 30 0.585937 30H29.414C29.7374 30 30 29.7377 30 29.414C30 29.0906 29.7377 28.8281 29.414 28.8281Z' fill='black'/%3E%3Cpath d='M2.34399 25.664C2.34399 25.9877 2.60629 26.25 2.92993 26.25H8.79662V27.0282C8.79662 27.3518 9.05892 27.6141 9.38256 27.6141C9.70597 27.6141 9.9685 27.3518 9.9685 27.0282V26.25H20.0464V27.0282C20.0464 27.3518 20.3089 27.6141 20.6323 27.6141C20.956 27.6141 21.2183 27.3518 21.2183 27.0282V26.25H29.414C29.7374 26.25 30 25.9877 30 25.664C30 25.3406 29.7374 25.0781 29.414 25.0781H2.92993C2.60629 25.0781 2.34399 25.3404 2.34399 25.664Z' fill='black'/%3E%3Cpath d='M0.585937 26.25C0.739974 26.25 0.891265 26.1873 1.00021 26.0783C1.10916 25.9694 1.17187 25.8181 1.17187 25.664C1.17187 25.51 1.10916 25.3587 1.00021 25.2498C0.891265 25.1408 0.739974 25.0781 0.585937 25.0781C0.431899 25.0781 0.280609 25.1408 0.171661 25.2498C0.0627135 25.3589 0 25.51 0 25.664C0 25.8181 0.0627135 25.9694 0.171661 26.0783C0.280609 26.1873 0.431899 26.25 0.585937 26.25Z' fill='black'/%3E%3Cpath d='M1.63702 13.7512C2.98902 14.4481 5.42798 15.3602 8.92758 15.3602C10.5211 15.3602 12.3345 15.1712 14.3649 14.6864C14.4825 14.6585 14.5983 14.6296 14.7142 14.6006C14.816 14.5752 14.9092 14.5227 14.984 14.4488L17.1543 12.3015L17.5864 13.162C17.723 13.4344 18.0458 13.5564 18.3284 13.4429C20.2785 12.6594 21.8951 11.713 23.1333 10.6299C23.259 10.5201 23.3318 10.3619 23.3334 10.1951L23.3467 8.94696L23.6215 9.22185C23.7426 9.3427 23.9106 9.40496 24.0805 9.39168C24.251 9.37863 24.4073 9.29189 24.5085 9.1541C25.757 7.45214 25.9504 5.66 25.0896 4.19515C25.3677 3.98138 25.6435 3.76417 25.9163 3.54307L29.0044 1.04117C29.2557 0.837463 29.2946 0.468506 29.0907 0.217194C28.8872 -0.0343468 28.518 -0.0730278 28.2667 0.130677L25.1786 2.63258C24.9097 2.85048 24.6382 3.06425 24.365 3.27459C23.2217 2.11371 21.9844 1.49481 20.5875 1.38495C18.8272 1.24625 16.8235 1.90336 14.4603 3.39293C14.0602 3.64538 13.8396 3.77928 13.4391 4.02258L13.1445 4.20133C12.9767 4.30342 12.8712 4.48263 12.8634 4.67855C12.8554 4.8747 12.9463 5.0617 13.1054 5.17683L13.3688 5.36749L11.9033 5.12327C11.7662 5.10061 11.6254 5.12716 11.5059 5.19857C8.07202 7.25347 3.81002 9.69884 1.57522 10.9737C1.07191 11.2607 0.766811 11.7988 0.77917 12.3779C0.791301 12.9586 1.1202 13.4848 1.63702 13.7512ZM23.9392 7.88221L23.1896 7.13262C23.0228 6.96577 22.7724 6.91541 22.554 7.00445C22.3357 7.09348 22.1919 7.30497 22.1894 7.54072L22.1645 9.91628C21.1602 10.7524 19.8928 11.5015 18.3889 12.1486L17.8395 11.0545C17.7553 10.8867 17.596 10.7695 17.4108 10.7391C17.2255 10.7084 17.0371 10.7689 16.9039 10.9007L14.274 13.5024C14.2141 13.5173 14.1539 13.5321 14.093 13.5466C12.1534 14.0094 10.4304 14.1893 8.92232 14.1893C5.66968 14.1893 3.41955 13.3518 2.17397 12.7095C2.17352 12.7093 2.17306 12.7091 2.1726 12.7089C2.18748 12.71 2.20236 12.7109 2.21746 12.7109C2.22891 12.7109 2.24035 12.7107 2.25202 12.71C6.55843 12.4592 10.7813 11.5418 14.8037 9.98357C18.1302 8.69497 21.2627 6.98957 24.1429 4.90217C24.6117 5.78771 24.5435 6.81127 23.9392 7.88221ZM11.9227 6.31483L15.6375 6.93349C15.9064 6.97813 16.1696 6.83233 16.2744 6.58147C16.3793 6.33039 16.2978 6.0404 16.0774 5.88087L14.5068 4.74447C14.6846 4.63552 14.8558 4.52909 15.0854 4.38444C17.2271 3.03427 18.9968 2.4346 20.4955 2.55316C21.5689 2.63784 22.5037 3.09492 23.4151 3.98344C17.4294 8.318 10.4476 10.892 3.05128 11.4802C5.36641 10.1557 8.93216 8.10102 11.9227 6.31483Z' fill='black'/%3E%3Cpath d='M7.25001 21.9337C7.57342 21.9337 7.83595 21.6712 7.83595 21.3478C7.83595 21.0241 7.57342 20.7618 7.25001 20.7618H7.24292C6.91928 20.7618 6.65698 21.0241 6.65698 21.3478C6.65698 21.6712 6.91928 21.9337 7.24292 21.9337H7.25001Z' fill='black'/%3E%3Cpath d='M4.6701 21.2125C4.76532 21.2704 4.87037 21.2979 4.97429 21.2979C5.17204 21.2979 5.36499 21.1979 5.47531 21.0166C5.64353 20.7401 5.55587 20.3796 5.27938 20.2114C4.13841 19.5169 3.45703 18.3048 3.45703 16.9688C3.45703 16.6454 3.19473 16.3829 2.87109 16.3829C2.54745 16.3829 2.28516 16.6454 2.28516 16.9688C2.28516 18.717 3.17688 20.3034 4.6701 21.2125Z' fill='black'/%3E%3Cpath d='M26.8359 14.2044C26.8359 13.881 26.5734 13.6184 26.25 13.6184C25.9264 13.6184 25.6641 13.881 25.6641 14.2044C25.6641 15.303 24.7703 16.1966 23.6719 16.1966C23.3482 16.1966 23.0859 16.4591 23.0859 16.7825C23.0859 17.1061 23.3482 17.3684 23.6719 17.3684C25.4166 17.3684 26.8359 15.9491 26.8359 14.2044Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_334_15379'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
       background-position: center;
       background-repeat: no-repeat;
       margin-right: 23px;
    }
    ul.menu_cat_filter li.sub_cat_first11 { color: #000000; font-weight: 700;
font-size: 16px;  padding:8px 0px;list-style: none;
}
    ul.menu_cat_filter li.ico_all a{
      border: 1px solid #D8E0E8; background-color: transparent;
border-radius: 5px; color: #184479;
    }
    ul.menu_cat_filter li.ico_all a span{
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06683 11.1446H30.9335C31.3222 11.1446 31.6801 10.9332 31.8677 10.5928C32.0553 10.2524 32.043 9.83693 31.8354 9.5083L26.5948 1.21337C26.3029 0.74768 25.7914 0.46543 25.2418 0.46668H6.75852C6.20883 0.465305 5.69733 0.747555 5.40545 1.21337L0.166015 9.50824C-0.0414222 9.83668 -0.0539222 10.2519 0.133453 10.5922C0.320765 10.9326 0.678328 11.1442 1.06683 11.1446ZM1.06683 10.0779L6.30733 1.78187C6.40508 1.62706 6.57545 1.53324 6.75852 1.5333H25.2417C25.4248 1.53318 25.5951 1.62706 25.6929 1.78187L30.9335 10.0779L1.06677 10.0811L1.06683 10.0779Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.832 13.232L31.3413 12.4581C31.1834 12.2092 30.8537 12.1354 30.6047 12.2933C30.3559 12.4512 30.2821 12.7809 30.4399 13.0299L30.9333 13.8L1.06925 13.8032L1.55994 13.0299C1.71781 12.781 1.64406 12.4512 1.39513 12.2933C1.14625 12.1354 0.8165 12.2092 0.658562 12.4581L0.168437 13.2309C-0.0385 13.5589 -0.0510625 13.9734 0.135625 14.3134C0.322313 14.6533 0.67875 14.8652 1.06656 14.8666H30.9333C31.3208 14.8651 31.6771 14.6535 31.8638 14.3138C32.0506 13.9742 32.0384 13.5601 31.832 13.232Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8661 18.0486C32.0525 17.7083 32.0394 17.2937 31.832 16.9659L31.336 16.1813C31.1784 15.9324 30.8489 15.8584 30.6 16.016C30.3511 16.1736 30.2771 16.5031 30.4347 16.752L30.9334 17.5333L1.06938 17.536L1.56537 16.752C1.66731 16.591 1.67562 16.3878 1.58712 16.2191C1.49869 16.0502 1.32687 15.9415 1.13644 15.9337C0.946 15.926 0.765937 16.0204 0.664 16.1814L0.168563 16.9643C-0.038375 17.2923 -0.0509375 17.7068 0.13575 18.0467C0.322437 18.3867 0.678875 18.5986 1.06669 18.6H30.9334C31.3217 18.6004 31.6793 18.3889 31.8661 18.0486Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6 25.5334H30.4C31.2836 25.5334 32 24.817 32 23.9334V20.2C32 19.9054 31.7613 19.6667 31.4667 19.6667C31.1721 19.6667 30.9334 19.9054 30.9334 20.2V23.9333C30.9334 24.2279 30.6946 24.4666 30.4001 24.4666H1.6C1.30544 24.4666 1.06669 24.2279 1.06669 23.9333V20.2C1.06669 19.9054 0.827875 19.6667 0.533375 19.6667C0.238875 19.6667 0 19.9054 0 20.2V23.9333C0 24.817 0.716375 25.5334 1.6 25.5334Z' fill='%23FF8200'/%3E%3Cpath d='M9.06669 3.66668C9.36123 3.66668 9.6 3.42791 9.6 3.13337C9.6 2.83883 9.36123 2.60005 9.06669 2.60005C8.77215 2.60005 8.53337 2.83883 8.53337 3.13337C8.53337 3.42791 8.77215 3.66668 9.06669 3.66668Z' fill='%23FF8200'/%3E%3Cpath d='M13.8667 3.66668C14.1612 3.66668 14.4 3.42791 14.4 3.13337C14.4 2.83883 14.1612 2.60005 13.8667 2.60005C13.5721 2.60005 13.3334 2.83883 13.3334 3.13337C13.3334 3.42791 13.5721 3.66668 13.8667 3.66668Z' fill='%23FF8200'/%3E%3Cpath d='M13.3333 6.3333C13.6279 6.3333 13.8666 6.09453 13.8666 5.79999C13.8666 5.50545 13.6279 5.26668 13.3333 5.26668C13.0388 5.26668 12.8 5.50545 12.8 5.79999C12.8 6.09453 13.0388 6.3333 13.3333 6.3333Z' fill='%23FF8200'/%3E%3Cpath d='M12.8 8.99999C13.0945 8.99999 13.3333 8.76122 13.3333 8.46668C13.3333 8.17214 13.0945 7.93337 12.8 7.93337C12.5055 7.93337 12.2667 8.17214 12.2667 8.46668C12.2667 8.76122 12.5055 8.99999 12.8 8.99999Z' fill='%23FF8200'/%3E%3Cpath d='M8 6.3333C8.29454 6.3333 8.53331 6.09453 8.53331 5.79999C8.53331 5.50545 8.29454 5.26668 8 5.26668C7.70546 5.26668 7.46669 5.50545 7.46669 5.79999C7.46669 6.09453 7.70546 6.3333 8 6.3333Z' fill='%23FF8200'/%3E%3Cpath d='M6.93331 8.99999C7.22785 8.99999 7.46663 8.76122 7.46663 8.46668C7.46663 8.17214 7.22785 7.93337 6.93331 7.93337C6.63877 7.93337 6.4 8.17214 6.4 8.46668C6.4 8.76122 6.63877 8.99999 6.93331 8.99999Z' fill='%23FF8200'/%3E%3Cpath d='M22.9333 3.66668C23.2279 3.66668 23.4666 3.42791 23.4666 3.13337C23.4666 2.83883 23.2279 2.60005 22.9333 2.60005C22.6388 2.60005 22.4 2.83883 22.4 3.13337C22.4 3.42791 22.6388 3.66668 22.9333 3.66668Z' fill='%23FF8200'/%3E%3Cpath d='M18.1333 3.66668C18.4279 3.66668 18.6666 3.42791 18.6666 3.13337C18.6666 2.83883 18.4279 2.60005 18.1333 2.60005C17.8388 2.60005 17.6 2.83883 17.6 3.13337C17.6 3.42791 17.8388 3.66668 18.1333 3.66668Z' fill='%23FF8200'/%3E%3Cpath d='M18.6667 6.3333C18.9612 6.3333 19.2 6.09453 19.2 5.79999C19.2 5.50545 18.9612 5.26668 18.6667 5.26668C18.3721 5.26668 18.1334 5.50545 18.1334 5.79999C18.1334 6.09453 18.3721 6.3333 18.6667 6.3333Z' fill='%23FF8200'/%3E%3Cpath d='M19.2 8.99999C19.4945 8.99999 19.7333 8.76122 19.7333 8.46668C19.7333 8.17214 19.4945 7.93337 19.2 7.93337C18.9055 7.93337 18.6667 8.17214 18.6667 8.46668C18.6667 8.76122 18.9055 8.99999 19.2 8.99999Z' fill='%23FF8200'/%3E%3Cpath d='M24 6.3333C24.2945 6.3333 24.5333 6.09453 24.5333 5.79999C24.5333 5.50545 24.2945 5.26668 24 5.26668C23.7055 5.26668 23.4667 5.50545 23.4667 5.79999C23.4667 6.09453 23.7055 6.3333 24 6.3333Z' fill='%23FF8200'/%3E%3Cpath d='M25.0667 8.99999C25.3612 8.99999 25.6 8.76122 25.6 8.46668C25.6 8.17214 25.3612 7.93337 25.0667 7.93337C24.7721 7.93337 24.5334 8.17214 24.5334 8.46668C24.5334 8.76122 24.7721 8.99999 25.0667 8.99999Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.66669 20.2V22.8667C2.66669 23.1612 2.9055 23.4 3.2 23.4C3.4945 23.4 3.73331 23.1612 3.73331 22.8667V20.2C3.73331 19.9054 3.4945 19.6667 3.2 19.6667C2.9055 19.6667 2.66669 19.9054 2.66669 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 20.2V22.8667C4.8 23.1612 5.03881 23.4 5.33331 23.4C5.62781 23.4 5.86662 23.1612 5.86662 22.8667V20.2C5.86662 19.9054 5.62781 19.6667 5.33331 19.6667C5.03881 19.6667 4.8 19.9054 4.8 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.93331 20.2V22.8667C6.93331 23.1612 7.17212 23.4 7.46662 23.4C7.76119 23.4 7.99994 23.1612 7.99994 22.8667V20.2C7.99994 19.9054 7.76112 19.6667 7.46662 19.6667C7.17212 19.6667 6.93331 19.9054 6.93331 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.06669 20.2V22.8667C9.06669 23.1612 9.30544 23.4 9.6 23.4C9.89456 23.4 10.1333 23.1612 10.1333 22.8667V20.2C10.1333 19.9054 9.8945 19.6667 9.6 19.6667C9.3055 19.6667 9.06669 19.9054 9.06669 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2 20.2V22.8667C11.2 23.1612 11.4388 23.4 11.7333 23.4C12.0279 23.4 12.2666 23.1612 12.2666 22.8667V20.2C12.2666 19.9054 12.0278 19.6667 11.7333 19.6667C11.4388 19.6667 11.2 19.9054 11.2 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3333 20.2V22.8667C13.3333 23.1612 13.5721 23.4 13.8666 23.4C14.1612 23.4 14.3999 23.1612 14.3999 22.8667V20.2C14.3999 19.9054 14.1611 19.6667 13.8666 19.6667C13.5721 19.6667 13.3333 19.9054 13.3333 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4667 20.2V22.8667C15.4667 23.1612 15.7055 23.4 16 23.4C16.2946 23.4 16.5333 23.1612 16.5333 22.8667V20.2C16.5333 19.9054 16.2945 19.6667 16 19.6667C15.7054 19.6667 15.4667 19.9054 15.4667 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6 20.2V22.8667C17.6 23.1612 17.8388 23.4 18.1333 23.4C18.4279 23.4 18.6666 23.1612 18.6666 22.8667V20.2C18.6666 19.9054 18.4278 19.6667 18.1333 19.6667C17.8388 19.6667 17.6 19.9054 17.6 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7333 20.2V22.8667C19.7333 23.1612 19.9721 23.4 20.2666 23.4C20.5611 23.4 20.7999 23.1612 20.7999 22.8667V20.2C20.7999 19.9054 20.5612 19.6667 20.2666 19.6667C19.9721 19.6667 19.7333 19.9054 19.7333 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8667 20.2V22.8667C21.8667 23.1612 22.1054 23.4 22.4 23.4C22.6946 23.4 22.9333 23.1612 22.9333 22.8667V20.2C22.9333 19.9054 22.6946 19.6667 22.4 19.6667C22.1054 19.6667 21.8667 19.9054 21.8667 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 20.2V22.8667C24 23.1612 24.2387 23.4 24.5333 23.4C24.8279 23.4 25.0666 23.1612 25.0666 22.8667V20.2C25.0666 19.9054 24.8279 19.6667 24.5333 19.6667C24.2387 19.6667 24 19.9054 24 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1333 20.2V22.8667C26.1333 23.1612 26.3721 23.4 26.6666 23.4C26.9612 23.4 27.1999 23.1612 27.1999 22.8667V20.2C27.1999 19.9054 26.9612 19.6667 26.6666 19.6667C26.3721 19.6667 26.1333 19.9054 26.1333 20.2Z' fill='%23FF8200'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2667 20.2V22.8667C28.2667 23.1612 28.5054 23.4 28.8 23.4C29.0946 23.4 29.3333 23.1612 29.3333 22.8667V20.2C29.3333 19.9054 29.0946 19.6667 28.8 19.6667C28.5054 19.6667 28.2667 19.9054 28.2667 20.2Z' fill='%23FF8200'/%3E%3C/svg%3E%0A");
    }

    ul.menu_cat_filter li.sub_cat a span{background-image: url("data:image/svg+xml,%3Csvg width='32' height='26' viewBox='0 0 32 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.06683 11.1445H30.9335C31.3222 11.1445 31.6801 10.9331 31.8677 10.5928C32.0553 10.2524 32.043 9.8369 31.8354 9.50827L26.5948 1.21334C26.3029 0.747649 25.7914 0.465399 25.2418 0.466649H6.75852C6.20883 0.465274 5.69733 0.747524 5.40545 1.21334L0.166015 9.50821C-0.0414222 9.83665 -0.0539222 10.2519 0.133453 10.5922C0.320765 10.9326 0.678328 11.1441 1.06683 11.1445ZM1.06683 10.0778L6.30733 1.78184C6.40508 1.62702 6.57545 1.53321 6.75852 1.53327H25.2417C25.4248 1.53315 25.5951 1.62702 25.6929 1.78184L30.9335 10.0778L1.06677 10.081L1.06683 10.0778Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.832 13.232L31.3413 12.4581C31.1834 12.2092 30.8537 12.1354 30.6047 12.2933C30.3559 12.4511 30.2821 12.7809 30.4399 13.0298L30.9333 13.8L1.06925 13.8032L1.55994 13.0298C1.71781 12.781 1.64406 12.4512 1.39513 12.2933C1.14625 12.1354 0.8165 12.2091 0.658562 12.4581L0.168437 13.2309C-0.0385 13.5589 -0.0510625 13.9734 0.135625 14.3133C0.322313 14.6533 0.67875 14.8651 1.06656 14.8666H30.9333C31.3208 14.8651 31.6771 14.6535 31.8638 14.3138C32.0506 13.9742 32.0384 13.56 31.832 13.232Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.8661 18.0485C32.0525 17.7083 32.0394 17.2937 31.832 16.9658L31.336 16.1813C31.1784 15.9324 30.8489 15.8583 30.6 16.016C30.3511 16.1736 30.2771 16.5031 30.4347 16.752L30.9334 17.5333L1.06938 17.536L1.56537 16.752C1.66731 16.591 1.67562 16.3878 1.58712 16.219C1.49869 16.0502 1.32687 15.9415 1.13644 15.9337C0.946 15.926 0.765937 16.0203 0.664 16.1813L0.168563 16.9643C-0.038375 17.2923 -0.0509375 17.7068 0.13575 18.0467C0.322437 18.3866 0.678875 18.5985 1.06669 18.6H30.9334C31.3217 18.6003 31.6793 18.3889 31.8661 18.0485Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.6 25.5333H30.4C31.2836 25.5333 32 24.817 32 23.9333V20.2C32 19.9054 31.7613 19.6666 31.4667 19.6666C31.1721 19.6666 30.9334 19.9054 30.9334 20.2V23.9333C30.9334 24.2278 30.6946 24.4666 30.4001 24.4666H1.6C1.30544 24.4666 1.06669 24.2278 1.06669 23.9333V20.2C1.06669 19.9054 0.827875 19.6666 0.533375 19.6666C0.238875 19.6666 0 19.9054 0 20.2V23.9333C0 24.817 0.716375 25.5333 1.6 25.5333Z' fill='%2311111F'/%3E%3Cpath d='M9.06669 3.66665C9.36123 3.66665 9.6 3.42788 9.6 3.13334C9.6 2.8388 9.36123 2.60002 9.06669 2.60002C8.77215 2.60002 8.53337 2.8388 8.53337 3.13334C8.53337 3.42788 8.77215 3.66665 9.06669 3.66665Z' fill='%2311111F'/%3E%3Cpath d='M13.8667 3.66665C14.1612 3.66665 14.4 3.42788 14.4 3.13334C14.4 2.8388 14.1612 2.60002 13.8667 2.60002C13.5721 2.60002 13.3334 2.8388 13.3334 3.13334C13.3334 3.42788 13.5721 3.66665 13.8667 3.66665Z' fill='%2311111F'/%3E%3Cpath d='M13.3333 6.33327C13.6279 6.33327 13.8666 6.0945 13.8666 5.79996C13.8666 5.50542 13.6279 5.26665 13.3333 5.26665C13.0388 5.26665 12.8 5.50542 12.8 5.79996C12.8 6.0945 13.0388 6.33327 13.3333 6.33327Z' fill='%2311111F'/%3E%3Cpath d='M12.8 8.99996C13.0945 8.99996 13.3333 8.76119 13.3333 8.46665C13.3333 8.17211 13.0945 7.93334 12.8 7.93334C12.5055 7.93334 12.2667 8.17211 12.2667 8.46665C12.2667 8.76119 12.5055 8.99996 12.8 8.99996Z' fill='%2311111F'/%3E%3Cpath d='M8 6.33327C8.29454 6.33327 8.53331 6.0945 8.53331 5.79996C8.53331 5.50542 8.29454 5.26665 8 5.26665C7.70546 5.26665 7.46669 5.50542 7.46669 5.79996C7.46669 6.0945 7.70546 6.33327 8 6.33327Z' fill='%2311111F'/%3E%3Cpath d='M6.93331 8.99996C7.22785 8.99996 7.46663 8.76119 7.46663 8.46665C7.46663 8.17211 7.22785 7.93334 6.93331 7.93334C6.63877 7.93334 6.4 8.17211 6.4 8.46665C6.4 8.76119 6.63877 8.99996 6.93331 8.99996Z' fill='%2311111F'/%3E%3Cpath d='M22.9333 3.66665C23.2279 3.66665 23.4666 3.42788 23.4666 3.13334C23.4666 2.8388 23.2279 2.60002 22.9333 2.60002C22.6388 2.60002 22.4 2.8388 22.4 3.13334C22.4 3.42788 22.6388 3.66665 22.9333 3.66665Z' fill='%2311111F'/%3E%3Cpath d='M18.1333 3.66665C18.4279 3.66665 18.6666 3.42788 18.6666 3.13334C18.6666 2.8388 18.4279 2.60002 18.1333 2.60002C17.8388 2.60002 17.6 2.8388 17.6 3.13334C17.6 3.42788 17.8388 3.66665 18.1333 3.66665Z' fill='%2311111F'/%3E%3Cpath d='M18.6667 6.33327C18.9612 6.33327 19.2 6.0945 19.2 5.79996C19.2 5.50542 18.9612 5.26665 18.6667 5.26665C18.3721 5.26665 18.1334 5.50542 18.1334 5.79996C18.1334 6.0945 18.3721 6.33327 18.6667 6.33327Z' fill='%2311111F'/%3E%3Cpath d='M19.2 8.99996C19.4945 8.99996 19.7333 8.76119 19.7333 8.46665C19.7333 8.17211 19.4945 7.93334 19.2 7.93334C18.9055 7.93334 18.6667 8.17211 18.6667 8.46665C18.6667 8.76119 18.9055 8.99996 19.2 8.99996Z' fill='%2311111F'/%3E%3Cpath d='M24 6.33327C24.2945 6.33327 24.5333 6.0945 24.5333 5.79996C24.5333 5.50542 24.2945 5.26665 24 5.26665C23.7055 5.26665 23.4667 5.50542 23.4667 5.79996C23.4667 6.0945 23.7055 6.33327 24 6.33327Z' fill='%2311111F'/%3E%3Cpath d='M25.0667 8.99996C25.3612 8.99996 25.6 8.76119 25.6 8.46665C25.6 8.17211 25.3612 7.93334 25.0667 7.93334C24.7721 7.93334 24.5334 8.17211 24.5334 8.46665C24.5334 8.76119 24.7721 8.99996 25.0667 8.99996Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.66669 20.2V22.8666C2.66669 23.1612 2.9055 23.4 3.2 23.4C3.4945 23.4 3.73331 23.1611 3.73331 22.8666V20.2C3.73331 19.9054 3.4945 19.6666 3.2 19.6666C2.9055 19.6666 2.66669 19.9054 2.66669 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.8 20.2V22.8666C4.8 23.1612 5.03881 23.4 5.33331 23.4C5.62781 23.4 5.86662 23.1611 5.86662 22.8666V20.2C5.86662 19.9054 5.62781 19.6666 5.33331 19.6666C5.03881 19.6666 4.8 19.9054 4.8 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.93331 20.2V22.8666C6.93331 23.1612 7.17212 23.4 7.46662 23.4C7.76119 23.4 7.99994 23.1611 7.99994 22.8666V20.2C7.99994 19.9054 7.76112 19.6666 7.46662 19.6666C7.17212 19.6666 6.93331 19.9054 6.93331 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.06669 20.2V22.8666C9.06669 23.1612 9.30544 23.4 9.6 23.4C9.89456 23.4 10.1333 23.1611 10.1333 22.8666V20.2C10.1333 19.9054 9.8945 19.6666 9.6 19.6666C9.3055 19.6666 9.06669 19.9054 9.06669 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.2 20.2V22.8666C11.2 23.1612 11.4388 23.4 11.7333 23.4C12.0279 23.4 12.2666 23.1611 12.2666 22.8666V20.2C12.2666 19.9054 12.0278 19.6666 11.7333 19.6666C11.4388 19.6666 11.2 19.9054 11.2 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.3333 20.2V22.8666C13.3333 23.1612 13.5721 23.4 13.8666 23.4C14.1612 23.4 14.3999 23.1611 14.3999 22.8666V20.2C14.3999 19.9054 14.1611 19.6666 13.8666 19.6666C13.5721 19.6666 13.3333 19.9054 13.3333 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4667 20.2V22.8666C15.4667 23.1612 15.7055 23.4 16 23.4C16.2946 23.4 16.5333 23.1611 16.5333 22.8666V20.2C16.5333 19.9054 16.2945 19.6666 16 19.6666C15.7054 19.6666 15.4667 19.9054 15.4667 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.6 20.2V22.8666C17.6 23.1612 17.8388 23.4 18.1333 23.4C18.4279 23.4 18.6666 23.1611 18.6666 22.8666V20.2C18.6666 19.9054 18.4278 19.6666 18.1333 19.6666C17.8388 19.6666 17.6 19.9054 17.6 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.7333 20.2V22.8666C19.7333 23.1612 19.9721 23.4 20.2666 23.4C20.5611 23.4 20.7999 23.1611 20.7999 22.8666V20.2C20.7999 19.9054 20.5612 19.6666 20.2666 19.6666C19.9721 19.6666 19.7333 19.9054 19.7333 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.8667 20.2V22.8666C21.8667 23.1612 22.1054 23.4 22.4 23.4C22.6946 23.4 22.9333 23.1611 22.9333 22.8666V20.2C22.9333 19.9054 22.6946 19.6666 22.4 19.6666C22.1054 19.6666 21.8667 19.9054 21.8667 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24 20.2V22.8666C24 23.1612 24.2387 23.4 24.5333 23.4C24.8279 23.4 25.0666 23.1611 25.0666 22.8666V20.2C25.0666 19.9054 24.8279 19.6666 24.5333 19.6666C24.2387 19.6666 24 19.9054 24 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.1333 20.2V22.8666C26.1333 23.1612 26.3721 23.4 26.6666 23.4C26.9612 23.4 27.1999 23.1611 27.1999 22.8666V20.2C27.1999 19.9054 26.9612 19.6666 26.6666 19.6666C26.3721 19.6666 26.1333 19.9054 26.1333 20.2Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28.2667 20.2V22.8666C28.2667 23.1612 28.5054 23.4 28.8 23.4C29.0946 23.4 29.3333 23.1611 29.3333 22.8666V20.2C29.3333 19.9054 29.0946 19.6666 28.8 19.6666C28.5054 19.6666 28.2667 19.9054 28.2667 20.2Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
    }
    ul.menu_cat_filter li.sub_cat_first   a span  ,
    ul.menu_cat_filter li.ico_all   a span  {
         background-image:url(../../../images2/categories_icon/33.png);
    background-size: 32px 32px;
    }

    ul.menu_cat_filter li.ico_size a span{ background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.0003 7.50029H9.50025C8.39568 7.50029 7.50025 8.39572 7.50025 9.50029V28.0003C7.50025 29.1049 8.39568 30.0003 9.50025 30.0003H28.0003C29.1048 30.0003 30.0003 29.1049 30.0003 28.0003V9.50029C30.0003 8.39572 29.1048 7.50029 28.0003 7.50029ZM29.0003 9.50029V28.0003C28.999 28.0867 28.9866 28.1726 28.9633 28.2558L19.4573 18.7503L28.9633 9.24479C28.9866 9.328 28.999 9.41388 29.0003 9.50029ZM28.0003 8.50029C28.0867 8.50147 28.1726 8.51408 28.2558 8.53779L18.7503 18.0433L9.24475 8.53779C9.32789 8.51408 9.41381 8.50147 9.50025 8.50029H28.0003ZM8.53725 28.2558C8.51393 28.1726 8.5015 28.0867 8.50025 28.0003V9.50029C8.5015 9.41388 8.51393 9.328 8.53725 9.24479L18.0433 18.7503L8.53725 28.2558ZM9.50025 29.0003C9.41381 28.9991 9.32789 28.9865 9.24475 28.9628L18.7503 19.4573L28.2558 28.9628C28.1726 28.9865 28.0867 28.9991 28.0003 29.0003H9.50025Z' fill='black'/%3E%3Cpath d='M0.500253 8.50029H5.50025C5.7764 8.50029 6.00025 8.27643 6.00025 8.00029C6.00025 7.72415 5.7764 7.50029 5.50025 7.50029H0.500253C0.224111 7.50029 0.00025291 7.72415 0.00025291 8.00029C0.00025291 8.27643 0.224111 8.50029 0.500253 8.50029Z' fill='black'/%3E%3Cpath d='M0.500253 30.0003H5.50025C5.7764 30.0003 6.00025 29.7764 6.00025 29.5003C6.00025 29.2241 5.7764 29.0003 5.50025 29.0003H0.500253C0.224111 29.0003 0.00025291 29.2241 0.00025291 29.5003C0.00025291 29.7764 0.224111 30.0003 0.500253 30.0003Z' fill='black'/%3E%3Cpath d='M5.11575 13.3203C5.29248 13.5326 5.6079 13.5615 5.82025 13.3848C6.03261 13.2081 6.06148 12.8926 5.88475 12.6803L3.38475 9.68029C3.28654 9.5715 3.14683 9.5094 3.00025 9.5094C2.85368 9.5094 2.71397 9.5715 2.61575 9.68029L0.115753 12.6803C-0.0609782 12.8926 -0.0321006 13.2081 0.180253 13.3848C0.392606 13.5615 0.708022 13.5326 0.884753 13.3203L2.50025 11.3813V26.1193L0.884753 24.1803C0.708022 23.9679 0.392606 23.9391 0.180253 24.1158C-0.0321006 24.2925 -0.0609782 24.6079 0.115753 24.8203L2.61575 27.8203C2.71075 27.9346 2.85165 28.0007 3.00025 28.0007C3.14886 28.0007 3.28976 27.9346 3.38475 27.8203L5.88475 24.8203C5.99908 24.6829 6.03143 24.495 5.96963 24.3273C5.90783 24.1596 5.76126 24.0376 5.58513 24.0073C5.409 23.977 5.23008 24.0429 5.11575 24.1803L3.50025 26.1193V11.3813L5.11575 13.3203Z' fill='black'/%3E%3Cpath d='M29.5003 0.000290796C29.2241 0.000290796 29.0003 0.224148 29.0003 0.500291V5.50029C29.0003 5.77643 29.2241 6.00029 29.5003 6.00029C29.7764 6.00029 30.0003 5.77643 30.0003 5.50029V0.500291C30.0003 0.224148 29.7764 0.000290796 29.5003 0.000290796Z' fill='black'/%3E%3Cpath d='M8.00025 0.000290796C7.72411 0.000290796 7.50025 0.224148 7.50025 0.500291V5.50029C7.50025 5.77643 7.72411 6.00029 8.00025 6.00029C8.27639 6.00029 8.50025 5.77643 8.50025 5.50029V0.500291C8.50025 0.224148 8.27639 0.000290796 8.00025 0.000290796Z' fill='black'/%3E%3Cpath d='M13.3848 0.180291C13.2998 0.0781847 13.1778 0.0140555 13.0455 0.00204902C12.9133 -0.00995744 12.7817 0.0311454 12.6798 0.116291L9.67975 2.61629C9.56583 2.71129 9.49998 2.85196 9.49998 3.00029C9.49998 3.14862 9.56583 3.28929 9.67975 3.38429L12.6798 5.88429C12.8169 5.9988 13.0048 6.03141 13.1726 5.96985C13.3403 5.90829 13.4625 5.76191 13.4931 5.58585C13.5236 5.40979 13.4579 5.23079 13.3208 5.11629L11.3813 3.50029H26.1193L24.1798 5.11629C24.0426 5.23079 23.9769 5.40979 24.0075 5.58585C24.038 5.76191 24.1602 5.90829 24.3279 5.96985C24.4957 6.03141 24.6836 5.99879 24.8208 5.88429L27.8208 3.38429C27.9347 3.28929 28.0005 3.14862 28.0005 3.00029C28.0005 2.85196 27.9347 2.71129 27.8208 2.61629L24.8208 0.116291C24.6836 0.00178718 24.4957 -0.0308286 24.3279 0.0307296C24.1602 0.0922879 24.038 0.238668 24.0075 0.41473C23.9769 0.590792 24.0426 0.769787 24.1798 0.884291L26.1193 2.50029H11.3813L13.3208 0.884291C13.5328 0.70752 13.5614 0.392394 13.3848 0.180291Z' fill='black'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M82.333 421.667H15.5a8 8 0 0 0-8 8V496.5a8 8 0 0 0 8 8h66.833a8 8 0 0 0 8-8v-66.833a8 8 0 0 0-8-8zM15.783 97.065v324.602H82.05V15.5a8 8 0 0 0-8-8H23.783a8 8 0 0 0-8 8v46.565M65.483 115.183H82.05M65.483 181.45H82.05M64.115 48.917h16.567M64.115 115.183h16.567M65.483 247.717H82.05M65.483 313.983H82.05M65.483 313.983H82.05M65.483 380.25H82.05M504.5 437.95v50.267a8 8 0 0 1-8 8H90.333V429.95H496.5a8 8 0 0 1 8 8zM396.817 446.517V429.95M330.55 446.517V429.95M463.083 447.885v-16.567M396.817 447.885v-16.567M264.283 446.517V429.95M198.017 446.517V429.95M198.017 446.517V429.95M131.75 446.517V429.95M178.721 388.533h-23.254c-17.673 0-32-14.327-32-32V39.5c0-17.673 14.327-32 32-32h283.9c17.673 0 32 14.327 32 32v317.033c0 17.673-14.327 32-32 32H213.721M231.15 101.93v8.283M231.15 163.227v8.283M231.15 224.523v8.284M231.15 285.82v8.283M198.017 71.282v8.283M198.017 132.578v8.284M198.017 193.875v8.283M198.017 255.172v8.283M198.017 316.468v8.284M297.417 101.93v8.283M297.417 163.227v8.283M297.417 224.523v8.284M297.417 285.82v8.283M264.283 71.282v8.283M264.283 132.578v8.284M264.283 193.875v8.283M264.283 255.172v8.283M264.283 316.468v8.284M363.683 101.93v8.283M363.683 163.227v8.283M363.683 224.523v8.284M363.683 285.82v8.283M330.55 71.282v8.283M330.55 132.578v8.284M330.55 193.875v8.283M330.55 255.172v8.283M330.55 316.468v8.284M396.817 71.282v8.283M396.817 132.578v8.284M396.817 193.875v8.283M396.817 255.172v8.283M396.817 316.468v8.284' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' fill='none' stroke='%23000000' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M422.233 355.4H172.6c-8.837 0-16-7.163-16-16V56.633c0-8.837 7.163-16 16-16h249.633c8.837 0 16 7.163 16 16V339.4c0 8.837-7.163 16-16 16z' style='stroke-width:15;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;' fill='none' stroke='%23000000' stroke-width='15' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 32px 32px;
    }
    ul.menu_cat_filter li.ico_height a span{ background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.2712 2.15156C25.2342 2.06918 25.1742 1.99924 25.0983 1.95018C25.0225 1.90111 24.9341 1.87501 24.8438 1.875H5.15625C5.06592 1.87501 4.97752 1.90111 4.90168 1.95018C4.82583 1.99924 4.76578 2.06918 4.72875 2.15156L0.51 11.5266C0.482822 11.587 0.468763 11.6525 0.46875 11.7188V13.5938C0.46875 13.7181 0.518136 13.8373 0.606044 13.9252C0.693951 14.0131 0.81318 14.0625 0.9375 14.0625H29.0625C29.1868 14.0625 29.306 14.0131 29.394 13.9252C29.4819 13.8373 29.5312 13.7181 29.5312 13.5938V11.7188C29.5312 11.6525 29.5172 11.587 29.49 11.5266L25.2712 2.15156ZM5.45906 2.8125H24.5409L28.3378 11.25H1.66266L5.45906 2.8125ZM1.40625 13.125V12.1875H28.5938V13.125H1.40625Z' fill='black'/%3E%3Cpath d='M7.03125 3.75H7.96875V4.6875H7.03125V3.75Z' fill='black'/%3E%3Cpath d='M14.5312 3.75H15.4688V4.6875H14.5312V3.75Z' fill='black'/%3E%3Cpath d='M14.5312 5.625H15.4688V6.5625H14.5312V5.625Z' fill='black'/%3E%3Cpath d='M14.5312 7.5H15.4688V8.4375H14.5312V7.5Z' fill='black'/%3E%3Cpath d='M14.5312 9.375H15.4688V10.3125H14.5312V9.375Z' fill='black'/%3E%3Cpath d='M10.7812 3.75H11.7188V4.6875H10.7812V3.75Z' fill='black'/%3E%3Cpath d='M6.09375 5.625H7.03125V6.5625H6.09375V5.625Z' fill='black'/%3E%3Cpath d='M10.3125 5.625H11.25V6.5625H10.3125V5.625Z' fill='black'/%3E%3Cpath d='M5.15625 7.5H6.09375V8.4375H5.15625V7.5Z' fill='black'/%3E%3Cpath d='M9.84375 7.5H10.7812V8.4375H9.84375V7.5Z' fill='black'/%3E%3Cpath d='M4.21875 9.375H5.15625V10.3125H4.21875V9.375Z' fill='black'/%3E%3Cpath d='M9.375 9.375H10.3125V10.3125H9.375V9.375Z' fill='black'/%3E%3Cpath d='M22.0312 3.75H22.9688V4.6875H22.0312V3.75Z' fill='black'/%3E%3Cpath d='M18.2812 3.75H19.2188V4.6875H18.2812V3.75Z' fill='black'/%3E%3Cpath d='M22.9688 5.625H23.9062V6.5625H22.9688V5.625Z' fill='black'/%3E%3Cpath d='M18.75 5.625H19.6875V6.5625H18.75V5.625Z' fill='black'/%3E%3Cpath d='M23.9062 7.5H24.8438V8.4375H23.9062V7.5Z' fill='black'/%3E%3Cpath d='M19.2188 7.5H20.1562V8.4375H19.2188V7.5Z' fill='black'/%3E%3Cpath d='M24.8438 9.375H25.7812V10.3125H24.8438V9.375Z' fill='black'/%3E%3Cpath d='M19.6875 9.375H20.625V10.3125H19.6875V9.375Z' fill='black'/%3E%3Cpath d='M29.0625 15H0.9375C0.81318 15 0.693951 15.0494 0.606044 15.1373C0.518136 15.2252 0.46875 15.3444 0.46875 15.4688V17.3438C0.46875 17.4681 0.518136 17.5873 0.606044 17.6752C0.693951 17.7631 0.81318 17.8125 0.9375 17.8125H2.39062C2.21328 17.9264 2.0718 18.0882 1.98253 18.2791C1.89327 18.47 1.85987 18.6823 1.8862 18.8915C1.91253 19.1006 1.99751 19.298 2.13132 19.4608C2.26513 19.6237 2.4423 19.7453 2.64234 19.8117L4.56422 20.4525C4.6004 20.4646 4.63187 20.4878 4.65416 20.5187C4.67646 20.5497 4.68845 20.5869 4.68845 20.625C4.68845 20.6631 4.67646 20.7003 4.65416 20.7313C4.63187 20.7622 4.6004 20.7854 4.56422 20.7975L2.64234 21.4383C2.41962 21.5127 2.22593 21.6552 2.08868 21.8458C1.95143 22.0363 1.87759 22.2652 1.87759 22.5C1.87759 22.7348 1.95143 22.9637 2.08868 23.1542C2.22593 23.3448 2.41962 23.4873 2.64234 23.5617L4.56422 24.2025C4.6004 24.2146 4.63187 24.2378 4.65416 24.2687C4.67646 24.2997 4.68845 24.3369 4.68845 24.375C4.68845 24.4131 4.67646 24.4503 4.65416 24.4813C4.63187 24.5122 4.6004 24.5354 4.56422 24.5475L2.26734 25.3125H0.9375C0.81318 25.3125 0.693951 25.3619 0.606044 25.4498C0.518136 25.5377 0.46875 25.6569 0.46875 25.7812V27.6562C0.46875 27.7806 0.518136 27.8998 0.606044 27.9877C0.693951 28.0756 0.81318 28.125 0.9375 28.125H29.0625C29.1868 28.125 29.306 28.0756 29.394 27.9877C29.4819 27.8998 29.5312 27.7806 29.5312 27.6562V25.7812C29.5312 25.6569 29.4819 25.5377 29.394 25.4498C29.306 25.3619 29.1868 25.3125 29.0625 25.3125H26.2055C26.3828 25.1986 26.5243 25.0368 26.6136 24.8459C26.7028 24.655 26.7362 24.4427 26.7099 24.2335C26.6836 24.0244 26.5986 23.827 26.4648 23.6642C26.331 23.5013 26.1538 23.3797 25.9538 23.3133L24.0319 22.6725C23.9957 22.6604 23.9642 22.6372 23.9419 22.6063C23.9196 22.5753 23.9076 22.5381 23.9076 22.5C23.9076 22.4619 23.9196 22.4247 23.9419 22.3937C23.9642 22.3628 23.9957 22.3396 24.0319 22.3275L25.9538 21.6867C26.1765 21.6123 26.3702 21.4698 26.5074 21.2792C26.6447 21.0887 26.7185 20.8598 26.7185 20.625C26.7185 20.3902 26.6447 20.1613 26.5074 19.9708C26.3702 19.7802 26.1765 19.6377 25.9538 19.5633L24.0319 18.9225C23.9957 18.9104 23.9642 18.8872 23.9419 18.8563C23.9196 18.8253 23.9076 18.7881 23.9076 18.75C23.9076 18.7119 23.9196 18.6747 23.9419 18.6437C23.9642 18.6128 23.9957 18.5896 24.0319 18.5775L26.3264 17.8125H29.0625C29.1868 17.8125 29.306 17.7631 29.394 17.6752C29.4819 17.5873 29.5312 17.4681 29.5312 17.3438V15.4688C29.5312 15.3444 29.4819 15.2252 29.394 15.1373C29.306 15.0494 29.1868 15 29.0625 15ZM4.86 23.3133L2.93813 22.6725C2.90194 22.6604 2.87048 22.6372 2.84818 22.6063C2.82589 22.5753 2.81389 22.5381 2.81389 22.5C2.81389 22.4619 2.82589 22.4247 2.84818 22.3937C2.87048 22.3628 2.90194 22.3396 2.93813 22.3275L4.86 21.6867C5.08273 21.6123 5.27642 21.4698 5.41366 21.2792C5.55091 21.0887 5.62476 20.8598 5.62476 20.625C5.62476 20.3902 5.55091 20.1613 5.41366 19.9708C5.27642 19.7802 5.08273 19.6377 4.86 19.5633L2.93813 18.9225C2.90194 18.9104 2.87048 18.8872 2.84818 18.8563C2.82589 18.8253 2.81389 18.7881 2.81389 18.75C2.81389 18.7119 2.82589 18.6747 2.84818 18.6437C2.87048 18.6128 2.90194 18.5896 2.93813 18.5775L5.23266 17.8125H6.60938C6.43203 17.9264 6.29055 18.0882 6.20128 18.2791C6.11202 18.47 6.07862 18.6823 6.10495 18.8915C6.13128 19.1006 6.21626 19.298 6.35007 19.4608C6.48388 19.6237 6.66105 19.7453 6.86109 19.8117L8.78297 20.4525C8.81915 20.4646 8.85062 20.4878 8.87291 20.5187C8.89521 20.5497 8.9072 20.5869 8.9072 20.625C8.9072 20.6631 8.89521 20.7003 8.87291 20.7313C8.85062 20.7622 8.81915 20.7854 8.78297 20.7975L6.86109 21.4383C6.63837 21.5127 6.44468 21.6552 6.30743 21.8458C6.17018 22.0363 6.09634 22.2652 6.09634 22.5C6.09634 22.7348 6.17018 22.9637 6.30743 23.1542C6.44468 23.3448 6.63837 23.4873 6.86109 23.5617L8.78297 24.2025C8.81915 24.2146 8.85062 24.2378 8.87291 24.2687C8.89521 24.2997 8.9072 24.3369 8.9072 24.375C8.9072 24.4131 8.89521 24.4503 8.87291 24.4813C8.85062 24.5122 8.81915 24.5354 8.78297 24.5475L6.48609 25.3125H5.11172C5.28906 25.1986 5.43055 25.0368 5.51981 24.8459C5.60908 24.655 5.64247 24.4427 5.61614 24.2335C5.58981 24.0244 5.50483 23.827 5.37102 23.6642C5.23721 23.5013 5.06004 23.3797 4.86 23.3133ZM19.515 19.8117L21.4369 20.4525C21.4731 20.4646 21.5045 20.4878 21.5268 20.5187C21.5491 20.5497 21.5611 20.5869 21.5611 20.625C21.5611 20.6631 21.5491 20.7003 21.5268 20.7313C21.5045 20.7622 21.4731 20.7854 21.4369 20.7975L19.515 21.4383C19.2923 21.5127 19.0986 21.6552 18.9613 21.8458C18.8241 22.0363 18.7502 22.2652 18.7502 22.5C18.7502 22.7348 18.8241 22.9637 18.9613 23.1542C19.0986 23.3448 19.2923 23.4873 19.515 23.5617L21.4369 24.2025C21.4731 24.2146 21.5045 24.2378 21.5268 24.2687C21.5491 24.2997 21.5611 24.3369 21.5611 24.375C21.5611 24.4131 21.5491 24.4503 21.5268 24.4813C21.5045 24.5122 21.4731 24.5354 21.4369 24.5475L19.1423 25.3125H17.768C17.9453 25.1986 18.0868 25.0368 18.1761 24.8459C18.2653 24.655 18.2987 24.4427 18.2724 24.2335C18.2461 24.0244 18.1611 23.827 18.0273 23.6642C17.8935 23.5013 17.7163 23.3797 17.5163 23.3133L15.5944 22.6725C15.5582 22.6604 15.5267 22.6372 15.5044 22.6063C15.4821 22.5753 15.4701 22.5381 15.4701 22.5C15.4701 22.4619 15.4821 22.4247 15.5044 22.3937C15.5267 22.3628 15.5582 22.3396 15.5944 22.3275L17.5163 21.6867C17.739 21.6123 17.9327 21.4698 18.0699 21.2792C18.2072 21.0887 18.281 20.8598 18.281 20.625C18.281 20.3902 18.2072 20.1613 18.0699 19.9708C17.9327 19.7802 17.739 19.6377 17.5163 19.5633L15.5944 18.9225C15.5582 18.9104 15.5267 18.8872 15.5044 18.8563C15.4821 18.8253 15.4701 18.7881 15.4701 18.75C15.4701 18.7119 15.4821 18.6747 15.5044 18.6437C15.5267 18.6128 15.5582 18.5896 15.5944 18.5775L17.8889 17.8125H19.2656C19.0883 17.9264 18.9468 18.0882 18.8575 18.2791C18.7683 18.47 18.7349 18.6823 18.7612 18.8915C18.7875 19.1006 18.8725 19.298 19.0063 19.4608C19.1401 19.6237 19.3173 19.7453 19.5173 19.8117H19.515ZM15.2963 19.8117L17.2181 20.4525C17.2543 20.4646 17.2858 20.4878 17.3081 20.5187C17.3304 20.5497 17.3424 20.5869 17.3424 20.625C17.3424 20.6631 17.3304 20.7003 17.3081 20.7313C17.2858 20.7622 17.2543 20.7854 17.2181 20.7975L15.2963 21.4383C15.0735 21.5127 14.8798 21.6552 14.7426 21.8458C14.6053 22.0363 14.5315 22.2652 14.5315 22.5C14.5315 22.7348 14.6053 22.9637 14.7426 23.1542C14.8798 23.3448 15.0735 23.4873 15.2963 23.5617L17.2181 24.2025C17.2543 24.2146 17.2858 24.2378 17.3081 24.2687C17.3304 24.2997 17.3424 24.3369 17.3424 24.375C17.3424 24.4131 17.3304 24.4503 17.3081 24.4813C17.2858 24.5122 17.2543 24.5354 17.2181 24.5475L14.9236 25.3125H13.5492C13.7266 25.1986 13.868 25.0368 13.9573 24.8459C14.0466 24.655 14.08 24.4427 14.0536 24.2335C14.0273 24.0244 13.9423 23.827 13.8085 23.6642C13.6747 23.5013 13.4975 23.3797 13.2975 23.3133L11.3756 22.6725C11.3394 22.6604 11.308 22.6372 11.2857 22.6063C11.2634 22.5753 11.2514 22.5381 11.2514 22.5C11.2514 22.4619 11.2634 22.4247 11.2857 22.3937C11.308 22.3628 11.3394 22.3396 11.3756 22.3275L13.2975 21.6867C13.5202 21.6123 13.7139 21.4698 13.8512 21.2792C13.9884 21.0887 14.0623 20.8598 14.0623 20.625C14.0623 20.3902 13.9884 20.1613 13.8512 19.9708C13.7139 19.7802 13.5202 19.6377 13.2975 19.5633L11.3756 18.9225C11.3394 18.9104 11.308 18.8872 11.2857 18.8563C11.2634 18.8253 11.2514 18.7881 11.2514 18.75C11.2514 18.7119 11.2634 18.6747 11.2857 18.6437C11.308 18.6128 11.3394 18.5896 11.3756 18.5775L13.6702 17.8125H15.0469C14.8695 17.9264 14.728 18.0882 14.6388 18.2791C14.5495 18.47 14.5161 18.6823 14.5425 18.8915C14.5688 19.1006 14.6538 19.298 14.7876 19.4608C14.9214 19.6237 15.0985 19.7453 15.2986 19.8117H15.2963ZM11.0775 19.8117L12.9994 20.4525C13.0356 20.4646 13.067 20.4878 13.0893 20.5187C13.1116 20.5497 13.1236 20.5869 13.1236 20.625C13.1236 20.6631 13.1116 20.7003 13.0893 20.7313C13.067 20.7622 13.0356 20.7854 12.9994 20.7975L11.0775 21.4383C10.8548 21.5127 10.6611 21.6552 10.5238 21.8458C10.3866 22.0363 10.3127 22.2652 10.3127 22.5C10.3127 22.7348 10.3866 22.9637 10.5238 23.1542C10.6611 23.3448 10.8548 23.4873 11.0775 23.5617L12.9994 24.2025C13.0356 24.2146 13.067 24.2378 13.0893 24.2687C13.1116 24.2997 13.1236 24.3369 13.1236 24.375C13.1236 24.4131 13.1116 24.4503 13.0893 24.4813C13.067 24.5122 13.0356 24.5354 12.9994 24.5475L10.7048 25.3125H9.33047C9.50781 25.1986 9.6493 25.0368 9.73856 24.8459C9.82782 24.655 9.86122 24.4427 9.83489 24.2335C9.80856 24.0244 9.72358 23.827 9.58977 23.6642C9.45596 23.5013 9.27879 23.3797 9.07875 23.3133L7.15687 22.6725C7.12069 22.6604 7.08923 22.6372 7.06693 22.6063C7.04464 22.5753 7.03264 22.5381 7.03264 22.5C7.03264 22.4619 7.04464 22.4247 7.06693 22.3937C7.08923 22.3628 7.12069 22.3396 7.15687 22.3275L9.07875 21.6867C9.30148 21.6123 9.49517 21.4698 9.63241 21.2792C9.76966 21.0887 9.84351 20.8598 9.84351 20.625C9.84351 20.3902 9.76966 20.1613 9.63241 19.9708C9.49517 19.7802 9.30148 19.6377 9.07875 19.5633L7.15687 18.9225C7.12069 18.9104 7.08923 18.8872 7.06693 18.8563C7.04464 18.8253 7.03264 18.7881 7.03264 18.75C7.03264 18.7119 7.04464 18.6747 7.06693 18.6437C7.08923 18.6128 7.12069 18.5896 7.15687 18.5775L9.45141 17.8125H10.8281C10.6508 17.9264 10.5093 18.0882 10.42 18.2791C10.3308 18.47 10.2974 18.6823 10.3237 18.8915C10.35 19.1006 10.435 19.298 10.5688 19.4608C10.7026 19.6237 10.8798 19.7453 11.0798 19.8117H11.0775ZM28.5938 27.1875H1.40625V26.25H28.5938V27.1875ZM23.7337 19.8117L25.6556 20.4525C25.6918 20.4646 25.7233 20.4878 25.7456 20.5187C25.7679 20.5497 25.7799 20.5869 25.7799 20.625C25.7799 20.6631 25.7679 20.7003 25.7456 20.7313C25.7233 20.7622 25.6918 20.7854 25.6556 20.7975L23.7337 21.4383C23.511 21.5127 23.3173 21.6552 23.1801 21.8458C23.0428 22.0363 22.969 22.2652 22.969 22.5C22.969 22.7348 23.0428 22.9637 23.1801 23.1542C23.3173 23.3448 23.511 23.4873 23.7337 23.5617L25.6556 24.2025C25.6918 24.2146 25.7233 24.2378 25.7456 24.2687C25.7679 24.2997 25.7799 24.3369 25.7799 24.375C25.7799 24.4131 25.7679 24.4503 25.7456 24.4813C25.7233 24.5122 25.6918 24.5354 25.6556 24.5475L23.3611 25.3125H21.9867C22.1641 25.1986 22.3055 25.0368 22.3948 24.8459C22.4841 24.655 22.5175 24.4427 22.4911 24.2335C22.4648 24.0244 22.3798 23.827 22.246 23.6642C22.1122 23.5013 21.935 23.3797 21.735 23.3133L19.8131 22.6725C19.7769 22.6604 19.7455 22.6372 19.7232 22.6063C19.7009 22.5753 19.6889 22.5381 19.6889 22.5C19.6889 22.4619 19.7009 22.4247 19.7232 22.3937C19.7455 22.3628 19.7769 22.3396 19.8131 22.3275L21.735 21.6867C21.9577 21.6123 22.1514 21.4698 22.2887 21.2792C22.4259 21.0887 22.4998 20.8598 22.4998 20.625C22.4998 20.3902 22.4259 20.1613 22.2887 19.9708C22.1514 19.7802 21.9577 19.6377 21.735 19.5633L19.8131 18.9225C19.7769 18.9104 19.7455 18.8872 19.7232 18.8563C19.7009 18.8253 19.6889 18.7881 19.6889 18.75C19.6889 18.7119 19.7009 18.6747 19.7232 18.6437C19.7455 18.6128 19.7769 18.5896 19.8131 18.5775L22.1077 17.8125H23.4844C23.307 17.9264 23.1655 18.0882 23.0763 18.2791C22.987 18.47 22.9536 18.6823 22.9799 18.8915C23.0063 19.1006 23.0913 19.298 23.2251 19.4608C23.3589 19.6237 23.5361 19.7453 23.7361 19.8117H23.7337ZM28.5938 16.875H1.40625V15.9375H28.5938V16.875Z' fill='black'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M413.295 225.208a25.548 25.548 0 0 0-21.615-11.878h-16.213a8.533 8.533 0 0 0 0 17.066h16.213a8.625 8.625 0 0 1 7.202 3.959l89.097 141.107H24.021l89.071-141.073a8.664 8.664 0 0 1 7.228-3.994h33.28a8.533 8.533 0 0 0 0-17.066h-33.28a25.6 25.6 0 0 0-21.641 11.947l-92.04 145.75A42.31 42.31 0 0 0 0 393.895v92.501c0 14.138 11.462 25.6 25.6 25.6h460.8c14.138 0 25.6-11.462 25.6-25.6v-92.501a42.332 42.332 0 0 0-6.605-22.827zM486.4 494.93H25.6a8.533 8.533 0 0 1-8.533-8.533v-59.733h42.667a8.533 8.533 0 0 0 0-17.066H17.067v-15.701c0-.461.068-.905.094-1.365H494.84c0 .461.094.905.094 1.365v15.701H102.4a8.533 8.533 0 0 0 0 17.066h392.533v59.733a8.533 8.533 0 0 1-8.533 8.533z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cg fill-rule='evenodd' clip-rule='evenodd'%3E%3Ccircle cx='145.067' cy='255.996' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='204.8' cy='341.33' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='128' cy='298.663' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='110.933' cy='341.33' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='366.934' cy='255.996' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='307.2' cy='341.33' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='384' cy='298.663' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='401.067' cy='341.33' r='8.533' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Cpath d='M162.133 174.93c.033 25.907 21.026 46.9 46.933 46.933a46.41 46.41 0 0 0 34.918-15.71 8.535 8.535 0 0 0-4.566-14.385 8.535 8.535 0 0 0-8.234 3.138 29.361 29.361 0 0 1-22.118 9.89c-16.495 0-29.867-13.372-29.867-29.867s13.372-29.867 29.867-29.867a29.359 29.359 0 0 1 22.084 9.89 8.532 8.532 0 0 0 14.853-2.678 8.535 8.535 0 0 0-2.053-8.569 46.413 46.413 0 0 0-34.884-15.71c-25.906.034-46.9 21.028-46.933 46.935zM332.8 214.064a8.533 8.533 0 0 0 8.533 7.799h.768a8.53 8.53 0 0 0 7.766-9.318l-6.827-76.8a8.532 8.532 0 0 0-16.034-3.259L307.2 169.588l-19.772-37.103a8.535 8.535 0 0 0-16.034 3.259l-6.827 76.8a8.534 8.534 0 0 0 7.74 9.259 8.391 8.391 0 0 0 9.293-7.74l4.267-48.23 13.815 25.916a8.9 8.9 0 0 0 15.07 0l13.781-25.916z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3Cpath d='M244.779 345.648a16.743 16.743 0 0 0 11.093 4.147 17.92 17.92 0 0 0 11.81-4.54l42.249-42.274a17.068 17.068 0 0 0-11.264-29.918h-8.533v-17.067c0-9.426-7.641-17.067-17.067-17.067h-34.133c-9.426 0-17.067 7.641-17.067 17.067v17.067h-8.533a16.929 16.929 0 0 0-15.974 11.093 16.717 16.717 0 0 0 4.326 18.466l42.667 42.667c.134.128.277.247.426.359zM230.4 290.13a8.533 8.533 0 0 0 8.533-8.533v-25.6h34.133v25.6a8.533 8.533 0 0 0 8.533 8.533l16.649.393L256 332.796l-42.667-42.667H230.4zM267.221 4.212c-6.429-5.61-16.014-5.61-22.443 0-.15.122-.293.253-.427.393l-42.249 42.274a17.068 17.068 0 0 0 11.23 29.918h8.533v17.067c0 9.426 7.641 17.067 17.067 17.067h34.133c9.426 0 17.067-7.641 17.067-17.067V76.796h8.533a16.929 16.929 0 0 0 15.974-11.093 16.717 16.717 0 0 0-4.326-18.466zM281.6 59.73a8.533 8.533 0 0 0-8.533 8.533v25.6h-34.133v-25.6a8.533 8.533 0 0 0-8.533-8.533l-16.649-.393L256 17.063l42.667 42.667z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 32px 32px;
    }
    ul.menu_cat_filter li.ico_weight a span{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M497 272c-35.601 0-77.249 9.256-124.111 27.536 16.038-23.035 25.458-51.005 25.458-81.139 0-49.824-25.736-93.743-64.607-119.184l13.328-39.983C356.793 30.056 335.123 0 304.377 0h-96.755c-30.752 0-52.413 30.061-42.691 59.23l13.328 39.983c-38.871 25.441-64.606 69.36-64.606 119.184 0 30.134 9.42 58.104 25.458 81.139C92.249 281.256 50.601 272 15 272c-8.284 0-15 6.716-15 15v210c0 8.284 6.716 15 15 15h482c8.284 0 15-6.716 15-15V287c0-8.284-6.716-15-15-15zM193.393 49.744C190.151 40.02 197.373 30 207.623 30h96.755c10.25 0 17.471 10.021 14.23 19.743l-11.885 35.655c-32.551-12.456-68.822-12.483-101.445 0zM256 106.05c61.948 0 112.347 50.399 112.347 112.347 0 58.66-45.193 106.956-102.588 111.918-6.503.296-13.016.296-19.518 0-57.395-4.963-102.588-53.258-102.588-111.918 0-61.948 50.399-112.347 112.347-112.347zm-99.868 233.153c63.056 28.276 135.911 28.621 199.736 0 47.383-21.249 90.6-33.752 126.132-36.584v58.602c-38.614 1.14-78.197 6.944-117.88 17.325-70.728 18.501-145.506 18.498-216.254-.011-39.684-10.38-79.262-16.183-117.866-17.316v-58.6c35.532 2.832 78.749 15.335 126.132 36.584zM30 482v-90.772c36.06 1.128 73.085 6.602 110.273 16.331 75.67 19.796 155.708 19.82 231.439.011C408.9 397.842 445.93 392.366 482 391.23V482z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M191.025 263.396c8.284 0 15-6.715 15-15v-8.753l19.339 19.355c5.854 5.859 15.35 5.867 21.213.009 5.86-5.855 5.864-15.353.009-21.213l-19.373-19.389 19.414-19.398c5.86-5.855 5.864-15.353.009-21.213s-15.353-5.865-21.213-.009l-19.398 19.382v-8.771c0-8.284-6.716-15-15-15s-15 6.716-15 15v60c0 8.285 6.716 15 15 15zM305.975 263.396h15c8.284 0 15-6.715 15-15v-14.95c0-8.284-6.716-15-15-15-8.268 0-14.973 6.689-15 14.95-8.271 0-15-6.729-15-15s6.729-15 15-15h14.95c8.284 0 15-6.716 15-15s-6.716-15-15-15h-14.95c-24.813 0-45 20.187-45 45s20.187 45 45 45z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 32px 32px;
    }

    ul.menu_cat_filter li.ico_brend a span{ background-image: url("data:image/svg+xml,%3Csvg width='28' height='36' viewBox='0 0 28 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.9859 23.9817C26.467 21.4884 28 18.0737 28 14.3118C27.9999 6.69599 21.7196 0.5 14 0.5C6.28036 0.5 0 6.69599 0 14.3119C0 18.0737 1.53296 21.4884 4.0141 23.9818L0.273041 30.3744C0.174295 30.5432 0.184852 30.7535 0.300186 30.9118C0.415521 31.0701 0.614233 31.1472 0.807846 31.1085L5.84272 30.1058L7.48017 34.909C7.54315 35.0937 7.71005 35.225 7.90661 35.2444C7.92341 35.246 7.94015 35.2469 7.95674 35.2469C8.13491 35.2469 8.30159 35.1533 8.39201 34.9989L12.4642 28.0403C12.9687 28.0948 13.481 28.1237 14 28.1237C14.519 28.1237 15.0312 28.0948 15.5357 28.0403L19.756 35.252C19.8464 35.4065 20.013 35.5 20.1913 35.5C20.2079 35.5 20.2247 35.4992 20.2414 35.4975C20.438 35.4782 20.6049 35.3469 20.6678 35.1621L22.3052 30.359L27.3402 31.3616C27.5337 31.4002 27.7325 31.3232 27.8478 31.1649C27.9631 31.0066 27.9738 30.7963 27.875 30.6275L23.9859 23.9817ZM8.0781 33.5515L6.65437 29.3751C6.57358 29.1381 6.32668 28.9978 6.07842 29.047L1.70058 29.9188L4.76471 24.683C6.61049 26.2847 8.88545 27.4153 11.3952 27.8831L8.0781 33.5515ZM1.00541 14.3119C1.00541 7.24288 6.83477 1.4919 14 1.4919C21.1652 1.4919 26.9945 7.24288 26.9945 14.3119C26.9945 21.3809 21.1652 27.1319 14 27.1319C6.83477 27.1319 1.00541 21.3808 1.00541 14.3119ZM22.0695 29.3002C21.8213 29.2507 21.5744 29.3914 21.4936 29.6282L20.0699 33.8046L16.6045 27.883C19.1143 27.4152 21.3894 26.2847 23.2352 24.6829L26.4475 30.1719L22.0695 29.3002ZM14 4.05236C8.26583 4.05236 3.60073 8.65472 3.60073 14.3119C3.60073 19.9691 8.26583 24.5714 14 24.5714C19.7341 24.5714 24.3992 19.969 24.3992 14.3118C24.3992 8.65465 19.7341 4.05236 14 4.05236ZM14 23.5795C8.82017 23.5795 4.60614 19.422 4.60614 14.3118C4.60614 9.20161 8.82017 5.04426 14 5.04426C19.1798 5.04426 23.3938 9.20168 23.3938 14.3119C23.3938 19.4221 19.1798 23.5795 14 23.5795ZM20.7618 12.7668C20.698 12.573 20.5205 12.4375 20.3144 12.425L16.0376 12.1673L14.4678 8.23415C14.392 8.04455 14.2065 7.91993 14 7.91993C13.7934 7.91993 13.6079 8.04455 13.5322 8.23415L11.9623 12.1673L7.68549 12.425C7.47938 12.4374 7.30186 12.5729 7.23808 12.7668C7.17431 12.9606 7.23701 13.1732 7.39644 13.3028L10.7029 15.9913L9.62974 20.0836C9.57796 20.2809 9.65379 20.4893 9.82091 20.6091C9.98802 20.7289 10.2124 20.7356 10.3865 20.6261L14 18.3545L17.6134 20.6261C17.696 20.678 17.7899 20.7038 17.8836 20.7038C17.9874 20.7038 18.0912 20.672 18.179 20.6091C18.3461 20.4893 18.422 20.2809 18.3702 20.0836L17.2971 15.9912L20.6035 13.3027C20.7629 13.1732 20.8257 12.9606 20.7618 12.7668ZM16.4104 15.4268C16.2595 15.5494 16.1945 15.7471 16.2434 15.9337L17.0771 19.1128L14.2701 17.3482C14.1878 17.2964 14.0939 17.2705 14 17.2705C13.906 17.2705 13.8122 17.2964 13.7298 17.3482L10.9228 19.1128L11.7565 15.9337C11.8054 15.7471 11.7402 15.5494 11.5895 15.4268L9.02089 13.3383L12.3433 13.1381C12.5383 13.1264 12.7088 13.0042 12.7804 12.8248L14 9.76947L15.2195 12.8249C15.2911 13.0043 15.4615 13.1264 15.6566 13.1382L18.979 13.3383L16.4104 15.4268Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
      background-image:url(../../../images2/categories_icon/681.png);
          background-size: 32px 32px;
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
    }

.tab_cat b {
   display: block; margin-bottom: 20px;
}
.tab_cat ul {
  margin: 0;padding: 0;margin-bottom: 10px
}
.tab_cat.category_level3 ul li {
	color:#676767;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	list-style: none;margin-bottom: 20px;
}
.category_level3 {
  display:block;padding: 0;margin: 0
}
.category_level3 li {   box-sizing: border-box;vertical-align: top;
color: #000000; font-weight: 700;
font-size: 16px;
line-height: 130%  ;list-style: none
}

#category_first {  margin: 0; position: relative;
	box-sizing: border-box;
	padding: 14px 15px;
	text-align: left;
	width: 100%;
	border-radius: 5px;
border: 1px solid #D8E0E8;
border-radius: 5px;
}
#category_first > li,#category_mob > li {
  background: #fff;margin: 0;
padding: 0;list-style: none
}
#category_first > li + li,#category_mob > li + li {
  margin-top: 7px;
}
#category_first > li > a,#category_mob > li > a {  border-radius: 5px;
  margin: 0;   padding: 7px 13px;
  white-space: normal;
  font-size: 16px;
  font-weight: 500;
background-color: #FFF;
-ms-flex-pack: justify;
justify-content: flex-start;
align-items: center;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
#category_first > li > a .cimg,#category_mob > li > a .cimg {
  border-radius: 5px ;
  background-size: contain;
  background-position: center;
  background-position: center;
  width: 32px;
  height: 38px;
  margin-right: 23px;
}
#category_first > li a.drop,#category_mob > li a.drop {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.169377 9.81715C0.0653664 9.70003 0.00693612 9.54121 0.00693611 9.3756C0.00693611 9.21 0.0653663 9.05118 0.169377 8.93406L3.6608 5.0039L0.169377 1.07375C0.116387 1.01614 0.0741198 0.947221 0.0450427 0.871026C0.0159656 0.794831 0.000660692 0.71288 2.05381e-05 0.629956C-0.000619616 0.547031 0.0134182 0.464795 0.0413146 0.388042C0.069211 0.31129 0.110407 0.24156 0.1625 0.182921C0.214593 0.124282 0.276538 0.0779086 0.344723 0.0465068C0.412907 0.0151049 0.485964 -0.000696581 0.559632 2.40076e-05C0.633299 0.000744596 0.706101 0.0179736 0.773791 0.0507045C0.84148 0.0834355 0.9027 0.131013 0.95388 0.190661L4.83756 4.56236C4.94157 4.67948 5 4.8383 5 5.0039C5 5.16951 4.94157 5.32833 4.83756 5.44545L0.95388 9.81715C0.849838 9.93423 0.708745 10 0.561629 10C0.414513 10 0.27342 9.93423 0.169377 9.81715V9.81715Z' fill='%23676767'/%3E%3C/svg%3E%0A");
  background-position: center right 15px;
  background-repeat: no-repeat;
}
#category_first  ul.dropdown-menu {
   display: none !important;
 }

#category_first > li a.opened + ul.dropdown-menu {
display: grid !important;
grid-template-rows: 1fr 1fr;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-template-columns: 220px 420px;
grid-gap: 0px 20px;
padding: 30px 25px;
	top: -1px;
	background: #FFFFFF;
	border: 1px solid #D8E0E8;
	border-radius: 5px;
	box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
}
#category_first  li {
  list-style: none
}
.title-mod a small {    display: inline-block;
   background: #184479;color: #fff;font-size: 14px;text-transform: none;display: inline-block;margin-left: 20px;border-radius:4px;padding: 5px 10px;
}

#home_block4 {
  margin-top: 30px
}
.shop-products .thumbnails .owl-item .item {
  background: transparent
}
.owl-carousel .owl-stage-outer {
  overflow-y: no-content !important;
}
.slider-products .thumbnails.owl-carousel .owl-dots {
  height: 0
}
.tab_inner .tab {
    display: grid;  margin: 0;
    grid-template-rows: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px; color: #000000; font-weight: 700;
    font-size: 16px;
}
.tab_inner .tab_brand.tab {
	display: grid;
	margin: 0;
	_grid-template-rows: 1fr 1fr  1fr;
	_grid-template-rows: auto auto auto;
	grid-template-columns: 1fr 1fr 1fr;
    _grid-gap: 5px;
    grid-column-gap: 20px;
    grid-row-gap: 0;
}
.tab_inner .tab:not(.active) {
  display: none;
}
.catback {  background-color: #EEEEEE;margin-bottom: 15px;box-sizing: border-box;
  display: none;padding: 12px 10px 12px 60px;  cursor: pointer;
  background-position: 20px center; background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.6274 0.365707C10.8562 0.59994 10.9847 0.917585 10.9847 1.24879C10.9847 1.58 10.8562 1.89764 10.6274 2.13187L2.94623 9.99219L10.6274 17.8525C10.7439 17.9677 10.8369 18.1056 10.9009 18.2579C10.9649 18.4103 10.9985 18.5742 11 18.7401C11.0014 18.9059 10.9705 19.0704 10.9091 19.2239C10.8477 19.3774 10.7571 19.5169 10.6425 19.6342C10.5279 19.7514 10.3916 19.8442 10.2416 19.907C10.0916 19.9698 9.93088 20.0014 9.76881 20C9.60674 19.9985 9.44658 19.9641 9.29766 19.8986C9.14874 19.8331 9.01406 19.738 8.90146 19.6187L0.35737 10.8753C0.128545 10.641 -4.5125e-07 10.3234 -4.36773e-07 9.99219C-4.22295e-07 9.66099 0.128545 9.34334 0.35737 9.10911L8.90146 0.365707C9.13036 0.131545 9.44076 -6.81565e-08 9.76442 -5.40091e-08C10.0881 -3.98616e-08 10.3985 0.131545 10.6274 0.365707Z' fill='black'/%3E%3C/svg%3E%0A");
}

#category_mob {
  position: relative;
}

#category_mob .dropdown-menu { width: 100%;box-sizing: border-box;
  position: static; padding: 5px;
  position: absolute;left: 0;top: 0;
}

a.filter_clear { color: #000000;font-weight: 700;
font-size: 16px;
  padding-left: 30px;line-height: 30px;display: inline-block;margin-bottom: 30px;
  background: left center no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12277 22.9998C0.90062 22.9999 0.68345 22.934 0.498727 22.8106C0.314005 22.6872 0.170029 22.5118 0.0850108 22.3066C-7.20471e-06 22.1014 -0.0222476 21.8755 0.0211027 21.6576C0.0644531 21.4398 0.171447 21.2396 0.32855 21.0826L21.0825 0.328671C21.2931 0.118031 21.5788 -0.000305176 21.8767 -0.000305176C22.1746 -0.000305176 22.4603 0.118031 22.6709 0.328671C22.8815 0.539311 22.9999 0.825 22.9999 1.12289C22.9999 1.42078 22.8815 1.70647 22.6709 1.91711L1.91699 22.671C1.81279 22.7754 1.68898 22.8582 1.55268 22.9147C1.41639 22.9711 1.27028 23 1.12277 22.9998Z' fill='%23184479'/%3E%3Cpath d='M21.8768 22.9998C21.7293 23 21.5832 22.9711 21.4469 22.9147C21.3106 22.8582 21.1868 22.7754 21.0826 22.671L0.32869 1.91711C0.11805 1.70647 -0.00028655 1.42078 -0.00028655 1.12289C-0.00028655 0.825 0.11805 0.539311 0.32869 0.328671C0.53933 0.118031 0.825019 -0.000305176 1.12291 -0.000305176C1.4208 -0.000305176 1.70649 0.118031 1.91713 0.328671L22.671 21.0826C22.8281 21.2396 22.9351 21.4398 22.9785 21.6576C23.0218 21.8755 22.9996 22.1014 22.9146 22.3066C22.8296 22.5118 22.6856 22.6872 22.5009 22.8106C22.3161 22.934 22.099 22.9999 21.8768 22.9998Z' fill='%23184479'/%3E%3C/svg%3E%0A");
}


@media (max-width: 767px) {
    .tab_inner {  padding: 0 0 20px;   padding-right: 10px; max-width: 100%;box-sizing: border-box;
      display: none;width:305px;box-sizing: border-box; padding-right: 0
    }
    #category_mob .dropdown-menu {
      position: static;
    }

    .tab_inner.active {background: #fff; overflow-y: auto;_height: 100%;z-index: 11; box-shadow: 0 5px 5px rgba(0,0,0,0.3);
       position: absolute;left:0px;top: 0px;display: block; background: #fff;padding-top: 10px
    }
    .catback {
       display: block;
    }
    #category_mob .dropdown-menu {
       _display: block;
    }
    .tab_inner .tab {
      display: block;box-sizing: border-box;
    }

}
.tab_size a,.tab_height a,.tab_weight a {
  display: block;text-align: center;  font-weight: 400;
font-size: 14px;
line-height: 130%;
color: #000000;  border: 1px solid #D8E0E8;
border-radius: 7px; padding: 12px;
}
.tab_inner li {
  list-style: none
}

.menu_topinfo {
    margin-right:30px
}
.navbar .nav > li.menu_topinfo > a {
    padding: 14px 20px 14px; line-height: 27px; text-transform: uppercase !important;
  background: #5EC1E4;
  border-radius: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #FFFFFF;
}
.lang-curr a.topbar-link {
    color: #fff;
}
@media (min-width: 1200px) {
    .topinfo .container,.topmenu .container {
      width: 100%;box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
    }
    .navbar .nav > li.category > a.box-heading {
      padding: 14px 20px 14px;
    }

}

@media (min-width: 979px) {
    .topinfo .container,.topmenu .container {
      width: 100%;box-sizing: border-box;
      padding-left: 20px;
      padding-right: 20px;
    }
    .topinfo {
       width: auto;
    }

    .navbar .nav > li.category > a.box-heading {
      padding: 14px 20px 14px;
    }



      .navbar .nav {
      float: none;margin: 0
    }
    .home-page .page-sidebar .nav-tabs > li > a {
      overflow: hidden;
    }

    .navbar .nav-phone {

    }
    .navbar .mob-search {
        width: calc(100% - 1247px );margin-right:28px
    }

    .navbar1 .nav > li.buttons_block { height: 0;
      width: 0; overflow: hidden;float: right;
    }

    .affix  .navbar .nav > li.category > a.box-heading {
       _padding: 12px 20px 11px;
    }

    .navbar .nav > li.buttons_block > div {
      width: auto;display: inline-block; text-align: center;
    }
    .buttons_block > div {
      _display: block;margin-left: 20px;
    }
    #navigation.affix {
      padding: 5px 0
    }


#navigation.affix .mob-search button.btn {
	_width: 43px;
	_height: 43px;
}
.affix #search #quick_find_keyword {
	_padding: 5px 50px 5px 35px;
	_height: 43px;
}


/****************************/
/****************************/
}

@media (min-width: 1460px) {
    #navigation.affix-top .navbar .nav > li > .dropdown-menu > li > a {
           margin: 0; white-space: normal; font-size:16px;font-weight: 500 ;
    }
}

@media (min-width: 979px) {
    #navigation.affix .mobbtnsearch {
      _display: inline-block;
    }
    .mob-search form{
      height: 0
    }

    .mob-search.show {
      position: relative;display: inline-block;  border-radius:0;
    }
    .mob-search.show form {top:50px;right:100%  ;   height: auto;;

    }

    #navigation .mob-search.show button.btn {position:absolute ; right: 0;margin: 0;top: 0 }
    .mob-search.show form  #quick_find_keyword {
      border-radius:0;  border-radius:4px;
    }

}

@media (min-width: 978px) {


   #navigation  .dropdown-sub .dropdown-menu {
   }

    #top.affix {
       position: relative;
    }
    #top.affix .left-nav,#top.affix .myaccount,#top.affix .wishlist {
      _display: none;
    }

    #top.affix  #cart-total {
      white-space: nowrap;
    }

    #top.affix #divShoppingCart {
      position: fixed;z-index: 99991;  float:none;margin: 0 20px 0; right: 0;top:0;
    }
    #top.affix .header-cart{
      padding: 16px 15px 16px;
    }



}
/**/
@media (max-width: 1199px) {
    #home_banner  .home_cat_left {
      display: none;
    }
    #my_Carousel {
      width: 100%;margin-left: 0;margin-bottom: 35px;
    }

     .span3.category {
       width: 245px
     }

     #czservicecmsblock .service_container .service-area .service-fourth .service-content {
        margin-left: 0px;
        text-align: center;
    }
    #czservicecmsblock .service_container .service-area .service-fourth .service-icon {
    float: none;
    display: inline-block;}
    #czservicecmsblock .service_container .service-area .service-fourth {
        text-align: center;
    }
    #czbannercmsblock .one-half .cmsbanner-text {
        top: 15px;
        right: 30px;
    }
    #czbannercmsblock .one-half .cmsbanner-text .main-title {
     font-size: 17px;
line-height: 24px;
margin-top: 0;
    }
       #my_Carousel {
          min-height: 370px
       }
       #navigation.affix-top .navbar .nav > li > .dropdown-menu > li > a {
         padding: 10px 0
       }
}
#mob_navigation { padding: 15px 0;
  display: none;   position: -webkit-sticky;
position: sticky;
top: 0px;
z-index: 105;
}
#mob_navigation .nav_mob {  margin: 0;
  display: flex;justify-content: space-between; align-items: center;
}
.mob_cat {  border: 0;
 background: #5EC1E4;
border-radius: 5px;
width: 60px;height: 55px;
background-position: center;background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='28' height='16' viewBox='0 0 28 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='1' x2='27.5' y2='1' stroke='white' stroke-width='2'/%3E%3Cline x1='0.5' y1='8' x2='27.5' y2='8' stroke='white' stroke-width='2'/%3E%3Cline x1='0.5' y1='15' x2='27.5' y2='15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.mob_phone {
  width: 60px;height: 55px; margin-right: 18px;border: 0;
background-position: center;background-repeat: no-repeat; background-color: #5EC1E4;
background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.57937 20.6067C9.54955 24.2617 13.125 27.1395 17.2059 29.1757C18.7596 29.9337 20.8375 30.833 23.1525 30.9872C23.296 30.9936 23.4333 31 23.5768 31C25.1306 31 26.3785 30.4476 27.3956 29.3106C27.4019 29.3042 27.4144 29.2913 27.4206 29.2785C27.7825 28.8288 28.1944 28.4242 28.6249 27.9938C28.9182 27.7047 29.2177 27.4028 29.5047 27.0945C30.8338 25.6685 30.8338 23.857 29.4923 22.476L25.7421 18.6154C25.1056 17.9345 24.3443 17.5748 23.5456 17.5748C22.7469 17.5748 21.9794 17.9345 21.3242 18.609L19.0903 20.9086C18.8844 20.7866 18.6723 20.6774 18.4726 20.5746C18.223 20.4461 17.9921 20.3241 17.7862 20.1892C15.752 18.8595 13.905 17.1252 12.1391 14.8962C11.2468 13.7335 10.6478 12.7571 10.2297 11.7615C10.8163 11.2155 11.3654 10.6438 11.8958 10.085C12.083 9.88583 12.2764 9.6867 12.4698 9.48757C13.1437 8.79382 13.5056 7.99088 13.5056 7.17509C13.5056 6.3593 13.15 5.55636 12.4698 4.86262L10.6103 2.9484C10.3919 2.72358 10.186 2.50518 9.97387 2.28036C9.56203 1.84356 9.13148 1.39391 8.70717 0.989225C8.06446 0.340448 7.30943 0 6.51073 0C5.71826 0 4.95699 0.340448 4.28932 0.995649L1.9556 3.39805C1.10698 4.27165 0.626507 5.33154 0.526669 6.55843C0.408111 8.09366 0.682666 9.72524 1.39401 11.6973C2.486 14.7484 4.13333 17.5812 6.57937 20.6067ZM2.0492 6.69333C2.12408 5.839 2.44232 5.12598 3.04135 4.50932L5.36259 2.11977C5.7245 1.76005 6.12385 1.57377 6.51073 1.57377C6.89136 1.57377 7.27823 1.76005 7.63391 2.13262C8.05198 2.53087 8.44509 2.9484 8.86941 3.39163C9.08156 3.61645 9.29996 3.84128 9.51835 4.07252L11.3778 5.98674C11.7647 6.385 11.9644 6.78968 11.9644 7.18794C11.9644 7.5862 11.7647 7.99088 11.3778 8.38914C11.1844 8.58827 10.991 8.79383 10.7975 8.99295C10.2172 9.59677 9.67435 10.1685 9.07532 10.7145C9.06284 10.7273 9.0566 10.7337 9.04412 10.7466C8.52621 11.2797 8.60733 11.7872 8.73213 12.1726C8.73837 12.1919 8.74461 12.2047 8.75085 12.224C9.23132 13.4123 9.89899 14.5429 10.9411 15.8918C12.813 18.2685 14.7848 20.1121 16.9563 21.5317C17.2246 21.7116 17.5117 21.8529 17.78 21.9942C18.0296 22.1227 18.2604 22.2447 18.4664 22.3796C18.4913 22.3925 18.51 22.4053 18.535 22.4181C18.7409 22.5274 18.9406 22.5787 19.1403 22.5787C19.6395 22.5787 19.9639 22.2511 20.07 22.1419L22.4037 19.7395C22.7656 19.367 23.1588 19.1678 23.5456 19.1678C24.0199 19.1678 24.4067 19.4697 24.6501 19.7395L28.4128 23.6065C29.1615 24.3773 29.1553 25.2124 28.394 26.0282C28.132 26.3172 27.8574 26.5935 27.5641 26.8825C27.1273 27.3193 26.6718 27.769 26.26 28.2764C25.5424 29.0729 24.6875 29.4455 23.5831 29.4455C23.477 29.4455 23.3647 29.4391 23.2586 29.4327C21.2119 29.2978 19.3087 28.4755 17.8798 27.7754C13.9986 25.8419 10.5916 23.099 7.76495 19.6175C5.43746 16.7333 3.87125 14.0483 2.83543 11.1705C2.19272 9.40406 1.94936 7.98446 2.0492 6.69333Z' fill='white'/%3E%3C/svg%3E%0A");
border-radius: 4px;
}
.faq_title {
   color: #000000;  ont-weight: 700;
font-size: 28px;
line-height: 130%; margin-bottom: 30px;margin-top: 30px;
}
.panel-group.accordion .panel  {
     margin-bottom: 15px;
}
.panel-group.accordion .panel-title {
   padding: 25px 40px;  border: 1px solid #D8E0E8;
    border-radius: 7px;margin: 0; font-weight: 700;
font-size: 18px;
line-height: 27px;text-decoration: none;
   background-repeat:no-repeat;background-position:right 35px center;
   background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.9781 0.390538C14.5405 0.911255 14.5405 1.75535 13.9781 2.27607L8.21812 7.60946C7.65577 8.13018 6.744 8.13018 6.18164 7.60946L0.421681 2.27607C-0.140689 1.75535 -0.140689 0.911254 0.421681 0.390537C0.984052 -0.13018 1.89567 -0.13018 2.45804 0.390537L7.19988 4.78099L11.9417 0.390538C12.504 -0.130179 13.4158 -0.130179 13.9781 0.390538Z' fill='black'/%3E%3C/svg%3E%0A");
}
.panel-group.accordion .panel-title a {
  color: #000;
}

.panel-group.accordion .panel-body {
   font-weight: 400;
font-size: 18px;  border-radius:0 0 7px 7px; padding: 28px 38px 35px;
line-height: 27px; color: #676767;
}
.panel-group.accordion .panel-collapse.in {
    margin-top: -6px;
}

.panel-group.accordion .panel-collapse.in .panel-body{
   border: 1px solid #D8E0E8;  border-top: 0;

}

@media (max-width: 979px) {
    #mob_navigation {  background: #184479;
      display: block;
    }
         .home_ico p {height: auto;
      font-size: 12px;
    }
    .home_ico div {
          padding-top: 85px; background-position:  center 10px;
          padding-left: 0; height: auto;
    }
    .home_ico {
      padding: 20px 20px 20px;
      }
    .nav-collapse, .nav-collapse.collapse {
      overflow: hidden;
      height: 0;
    }
     #navigation ,.topinfo,.topmenu,#navigation .nav-phone  {
       display: none;
    }


  #media .row-fluid .span4 {
      width:100%;margin-left: 0;margin-bottom: 40px;font-size: 16px; text-align: center;
  }
  .down_descr {
	margin-bottom: 0px;
    }
    #navigation .cimg {
    	margin-right: 10px;
    	float: left;
    }
    .cbp-spmenu-vertical {
      width: 288px
    }

  #provuct-conteiner::after {
    display: none;
  }
       #my_Carousel {
          min-height: 50px;
       }
  .shop-products .thumbnails .item.span4 {
    width: 50%
  }

 #navigation .navbar .nav .first > .dropdown-menu {
   max-height: 100%
 }
 .nav-collapse .dropdown-menu a {
   font-weight: 400 ;white-space: normal;
 }

    .affix #mob_buttons {
      display: inline-block; float: right;
    }
      .page_product .page-sidebar .nav-tabs > li > a {
        font-size: 13px;

	line-height: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	max-height: 57px;
	height: 57px;
    box-sizing: border-box;
      }
      #navigation .nav-collapse .navbar-search {
        box-sizing: border-box;
      }
      #search #quick_find_keyword {
        border: 1px solid #000;
      }
      #navigation .mob-search button.btn {
        top:10px; right: 13px;
      }

      #navigation .navbar .nav .first > .dropdown-menu {
        position: static; max-width: 100%   ;display: block;
      }
      #navigation .dropdown-menu .dropdown-menu {
          box-shadow: none;
      }
      .url_login {
        margin-left: 20px;
      }

          .slogan {
         display: none;
        }
        .top_contacts {
          display: block; padding-top: 0
        }
          .bloc-func .title {
            display: none;
          }
        .bloc-func > div {
        	padding-top: 40px;
        	box-sizing: border-box;
        	position: relative;
        	display: inline-block;
        	width: 33%;
        	height: 100%;
        	vertical-align: middle;
        }
        .bloc-func .cnt {
        	left: 50%;
        	top: 30px;
        }


        .bloc-func {
            height: 120px;
        }
  #navigation.affix  .navbar-inner  {
    height: auto;
  }
    .navbar .cbp-spmenu-open .mob-search {
         display: block;
    }
    .navbar .btn-navbar {
      font-size: 14px;margin: 5px 0;  display: inline-block;
    }
    .affix .btn-phone ,.affix .btn-search { display:inline-block;vertical-align: top;font-size: 24px;margin-left: 10px;color: #fff;background: transparent;padding:  5px; }
    .btn-phone.btn:hover {
      background: transparent;color: #fff;
    }

   #top.affix { float: right;width: auto;
    position: fixed;
    top: 0;right: 0;
    z-index:99992;
     height: 40px; background: transparent
   }
    #top.affix .header-cart {
     height: 40px;box-sizing: border-box;
   }
   #top.affix .dropdown.myaccount > a {
     font-size: 0;
   }
   #top.affix .dropdown.myaccount > a:after {
     content: "\f007";display: inline-block;    font-family: "FontAwesome";font-size: 14px;color: #fff;
   }
    #top.affix span.wtitle {
     display: inline-block;font-size: 0
   }
    #top.affix   span.wtitle:after {
    content: "\f004"; display: inline-block;    font-family: "FontAwesome";font-size: 14px;color: #fff;
   }
    #top.affix .headertopright .wishlist {
     padding-left:0;margin-left: 10px; pa
   }
    #top.affix .headertopright .wishlist .list-line a {
     color: #fff;
   }
    #top.affix .header-cart{
     margin-left: 10px;
   }
   #top.affix li {
     line-height: normal;
   }



   #navigation  .navbar .nav > li {
     float: none; width: 100%
   }
   #navigation .navbar .nav > li > .dropdown-menu {
     margin: 0;position: static;
   }
   #navigation .dropdown-menu a + ul.dropdown-menu {
    margin: 0; display: none !important;;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    -moz-transform: scale(0,0);
   }
   .dropdown-sub > a::after {
     top:32px; transform: rotate(90deg);
   }


   nav#top .left-nav {
     display: none;
   }
   .header-cms {
    padding: 10px 0;
    }
   #header .one-half.item2 {
     display: none;
   }
   #header .one-half {
     width: 100%;float: none;text-align: center;
   }

   #search {    margin-top: 10px;}
   #czbannercmsblock .one-half .cmsbanner-text {
     top:20px;
   }
   #navigation .navbar-inner {
     height: auto;    background: #000;
   }
  .dropdown-sub > a::after {
    top: 13px;  transform: rotate(0deg);
  }
  #provuct-conteiner::before {
    display: none;
  }

}
a.kredit.button {
  _display: none;
}

#menu_info { display: none;
  color: #FF8200;background: #000;border: 0;padding: 5px;
}
#phone_popup.show {
  position: fixed;
}
 #phone_popup .close {
    position: absolute;right: -30px;top: 0;
 }
#phone_popup .close::after, #phone_popup .close::before {
  background: #fff;  height: 30px;
}
#phone_popup #phone_slide .phone_inner  { display: block; padding: 0;
  position: static;  background: #fff; transform: translateX(0%);
}
#phone_popup #phone_slide .phone_inner {
  width: 100%
}
#phone_popup #callback input {
  width: 200px;
}

#phone_popup #phone_slide .phone_btn { display: block;width: 100%;
 background: #2ECC71; box-sizing: border-box;text-align: center;
border-radius: 7px;   font-weight: 600; height: 52px;line-height: 52px;
font-size: 16px;  padding: 0px;color: #fff;
}
#phone_popup .title_phone2 {
  color: #FF8200;  text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
#phone_popup .phone_block {
      color: #184479;  ont-weight: 400;
font-size: 20px;   line-height: 160%;  margin-bottom: 20px;
}
#phone_popup .phone_block a {
  display: block;
}
#phone_popup .viber,#phone_popup .telegram { width: 40px;height: 40px;
 border: 1px solid #D8E0E8;  display: inline-block;
border-radius: 7px;  background-position: center;
background-repeat: no-repeat; margin-right: 20px;   margin-bottom: 20px;
}
#phone_popup .viber {
   background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.88919 7.82789C8.04999 7.81589 8.21199 7.81589 8.37279 7.82309C8.43759 7.82789 8.50239 7.83509 8.56719 7.84229C8.75799 7.86389 8.96799 7.9803 9.03879 8.1411C9.39639 8.95233 9.74439 9.76956 10.0804 10.5892C10.1548 10.7716 10.1104 11.0056 9.96879 11.2336C9.87141 11.3878 9.76607 11.5368 9.65319 11.68C9.51759 11.854 9.22599 12.1732 9.22599 12.1732C9.22599 12.1732 9.10719 12.3149 9.15279 12.4913C9.16959 12.5585 9.22479 12.6557 9.27519 12.7373L9.34599 12.8513C9.65319 13.3637 10.066 13.8833 10.57 14.3729C10.714 14.5121 10.8544 14.6549 11.0056 14.7881C11.5672 15.2838 12.2032 15.6882 12.8896 15.9882L12.8956 15.9906C12.9976 16.035 13.0492 16.059 13.198 16.1226C13.2724 16.1538 13.3492 16.1814 13.4272 16.2018C13.5078 16.2223 13.5927 16.2185 13.6711 16.1907C13.7495 16.1629 13.8179 16.1125 13.8676 16.0458C14.7364 14.9933 14.8156 14.9249 14.8228 14.9249V14.9273C14.8831 14.871 14.9549 14.8283 15.0331 14.802C15.1113 14.7757 15.1943 14.7665 15.2764 14.7749C15.3484 14.7797 15.4216 14.7929 15.4888 14.8229C16.126 15.1146 17.1688 15.5694 17.1688 15.5694L17.8672 15.8826C17.9848 15.939 18.0916 16.0722 18.0952 16.2006C18.1 16.281 18.1072 16.4106 18.0796 16.6482C18.0412 16.959 17.9476 17.3322 17.854 17.5278C17.7899 17.6613 17.7048 17.7837 17.602 17.8903C17.4809 18.0174 17.3483 18.1331 17.206 18.2359C17.1567 18.2729 17.1067 18.3089 17.056 18.3439C16.9067 18.4386 16.7534 18.5267 16.5964 18.6079C16.2874 18.772 15.9462 18.8662 15.5968 18.8839C15.3748 18.8959 15.1528 18.9127 14.9296 18.9007C14.92 18.9007 14.248 18.7963 14.248 18.7963C12.5419 18.3475 10.9641 17.5068 9.63999 16.341C9.36879 16.1022 9.11799 15.8454 8.86119 15.5898C7.7932 14.5277 6.9868 13.3817 6.4972 12.2993C6.2466 11.768 6.11124 11.1897 6.1 10.6024C6.09505 9.87379 6.33321 9.16434 6.7768 8.58632C6.8644 8.47352 6.9472 8.35591 7.09 8.22031C7.2424 8.0763 7.3384 7.9995 7.44279 7.9467C7.5816 7.87713 7.73303 7.83631 7.88799 7.82669L7.88919 7.82789Z' fill='%237360F2'/%3E%3Cpath d='M12.3916 5.30017C12.0096 5.30017 11.7 5.60976 11.7 5.99175C11.7 6.37355 12.0096 6.68332 12.3916 6.68332C13.9742 6.68332 15.4623 7.29961 16.5814 8.41892C17.7006 9.53804 18.3169 11.026 18.3169 12.6089C18.3169 12.9907 18.6265 13.3005 19.0085 13.3005C19.3902 13.3005 19.7 12.9909 19.7 12.6089C19.7 10.6566 18.9398 8.82126 17.5594 7.44081C16.179 6.06036 14.3437 5.30017 12.3916 5.30017Z' fill='%237360F2'/%3E%3Cpath d='M15.182 12.6414C15.182 13.0053 15.4772 13.3005 15.841 13.3005C16.205 13.3005 16.5 13.0053 16.5 12.6414C16.5 10.358 14.6423 8.50029 12.359 8.50029C11.995 8.50029 11.7 8.79531 11.7 9.15932C11.7 9.52334 11.995 9.81836 12.359 9.81836C13.9157 9.81836 15.182 11.0848 15.182 12.6414Z' fill='%237360F2'/%3E%3Cpath d='M7.4168 21.1708C8.1248 20.8587 8.9168 20.7999 9.6584 21.0039C10.5824 21.256 11.5364 21.3832 12.5 21.3808C18.002 21.3808 22.1 17.4362 22.1 12.1404C22.1 6.84463 18.002 2.90009 12.5 2.90009C6.998 2.90009 2.9 6.84463 2.9 12.1404C2.9 14.8645 3.9752 17.267 5.8592 18.9519C6.20151 19.2551 6.47832 19.625 6.6727 20.0389C6.86707 20.4528 6.9749 20.9021 6.9896 21.3592L7.4168 21.1708ZM12.5 0.5C19.2608 0.5 24.5 5.45258 24.5 12.1404C24.5 18.8283 19.2608 23.7808 12.5 23.7808C11.3266 23.7839 10.1581 23.6289 9.026 23.32C8.81336 23.2616 8.58709 23.2781 8.3852 23.3668L6.0044 24.4181C5.86056 24.4816 5.7033 24.5089 5.54645 24.4975C5.3896 24.486 5.23797 24.4362 5.10488 24.3524C4.97179 24.2686 4.86133 24.1534 4.7832 24.0169C4.70506 23.8804 4.66166 23.7268 4.6568 23.5696L4.5908 21.4336C4.58648 21.3037 4.55573 21.176 4.50044 21.0584C4.44514 20.9408 4.36646 20.8357 4.2692 20.7495C1.934 18.6627 0.5 15.641 0.5 12.1404C0.5 5.45258 5.7404 0.5 12.5 0.5Z' fill='%237360F2'/%3E%3C/svg%3E%0A");
}

#phone_popup .telegram {
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3124 22.5C13.8866 22.4933 13.4706 22.3719 13.1079 22.1485C12.7452 21.9251 12.4493 21.608 12.2513 21.2305L8.66501 14.6661C8.58691 14.5159 8.46459 14.3934 8.31462 14.3151L1.76039 10.7749C1.34393 10.5483 1.00337 10.2039 0.781251 9.78457C0.55913 9.36527 0.465298 8.88971 0.511476 8.4173C0.557654 7.94489 0.741795 7.49658 1.0409 7.12839C1.34 6.76019 1.74079 6.48842 2.19321 6.34704L19.2693 0.639321C19.7005 0.486262 20.1662 0.458671 20.6124 0.559743C21.0587 0.660815 21.4672 0.886416 21.7907 1.21042C22.1142 1.53442 22.3394 1.94358 22.4403 2.3905C22.5413 2.83743 22.5137 3.30384 22.3609 3.73573L16.6208 20.8486C16.4765 21.2949 16.204 21.6886 15.8374 21.9805C15.4708 22.2724 15.0263 22.4495 14.5597 22.4897L14.3124 22.5ZM19.7124 2.11528L2.63635 7.823C2.47355 7.87542 2.32991 7.97496 2.22353 8.10905C2.11716 8.24314 2.05282 8.40579 2.03863 8.57646C2.02325 8.7451 2.05811 8.91451 2.13882 9.06332C2.21952 9.21212 2.34245 9.33363 2.49207 9.41249L9.04631 12.9527C9.46319 13.1742 9.80421 13.5157 10.0253 13.9333L13.5292 20.4977C13.6079 20.6475 13.7292 20.7706 13.8778 20.8514C14.0264 20.9323 14.1955 20.9672 14.3639 20.9518C14.5343 20.9376 14.6967 20.8731 14.8306 20.7666C14.9645 20.6601 15.0639 20.5162 15.1162 20.3532L20.846 3.25063C20.9127 3.09182 20.9307 2.91671 20.8976 2.74764C20.8645 2.57857 20.7818 2.42321 20.6602 2.30138C20.5385 2.17955 20.3834 2.09679 20.2146 2.06364C20.0458 2.03049 19.871 2.04847 19.7124 2.11528Z' fill='%2300A1FF'/%3E%3Cpath d='M9.06692 14.6867C8.96511 14.689 8.86395 14.67 8.7699 14.6309C8.67585 14.5918 8.59098 14.5335 8.52073 14.4596C8.44781 14.3885 8.38986 14.3034 8.35029 14.2095C8.31072 14.1155 8.29034 14.0146 8.29034 13.9126C8.29034 13.8106 8.31072 13.7097 8.35029 13.6158C8.38986 13.5218 8.44781 13.4367 8.52073 13.3656L20.6399 1.18635C20.7902 1.0358 20.9941 0.951215 21.2067 0.951215C21.4193 0.951215 21.6232 1.0358 21.7735 1.18635C21.9238 1.33691 22.0083 1.54111 22.0083 1.75403C22.0083 1.96695 21.9238 2.17115 21.7735 2.32171L9.61311 14.4596C9.54175 14.532 9.45667 14.5894 9.36288 14.6284C9.26909 14.6674 9.16847 14.6872 9.06692 14.6867Z' fill='%2300A1FF'/%3E%3C/svg%3E%0A");
}

#phone_popup p {
  color: #184479; margin-bottom: 30px
}

#catalog_mob { _display: none;
    background: #FFFFFF;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    width: 315px;
    z-index: 101;left: -400px;
    position: fixed;top:85px;height: calc(100% - 85px);
    opacity: 0;
  	transition: all 500ms ;
	-webkit-transition: all 500ms ;
	-moz-transition: all 500ms ;
	-ms-transition: all 500ms ;
	-o-transition: all 500ms;
}
#catalog_mob .catalog_inner {
  overflow: auto;height: 100%;box-sizing: border-box;overflow-x: visible;
}

#catalog_mob.show {left: 0px;
  display: block; padding: 20px 15px;box-sizing: border-box;
    opacity: 1;
}
#mob_buttons {
  display: flex; justify-content: space-between;
}
#mob_buttons.buttons_block > div >  a, #mob_buttons.buttons_block > div   a.topbar-link {
  margin: 0;border: 1px solid #DCE4EA;
  border-radius: 5px;    width: 55px; display: block;
  height: 55px; text-align: center;line-height: 55px;
}
#mob_buttons.buttons_block > div >  a:hover, #mob_buttons.buttons_block > div   a.topbar-link:hover {
     border: 1px solid #FF8200; background-color: #FF8200;
}

#mob_buttons.buttons_block > * {
  margin: 0
}
#mob_buttons img {
 width: 30px;
 height: 30px;
 border-radius:50%;
}
#mob_buttons .url_login a:before {
 display: none;
}
#mob_buttons .url_login a {
 background-position: center;
 background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.1066 4.89339C23.2735 2.06029 19.5066 0.5 15.5 0.5C11.4934 0.5 7.72649 2.06029 4.89339 4.89339C2.06029 7.72649 0.5 11.4934 0.5 15.5C0.5 19.5066 2.06029 23.2735 4.89339 26.1066C7.72649 28.9397 11.4934 30.5 15.5 30.5C19.5066 30.5 23.2735 28.9397 26.1066 26.1066C28.9397 23.2735 30.5 19.5066 30.5 15.5C30.5 11.4934 28.9397 7.72649 26.1066 4.89339ZM7.01009 25.6541C7.50539 21.3923 11.1696 18.1019 15.5 18.1019C17.7829 18.1019 19.9296 18.9914 21.5443 20.6059C22.9084 21.9703 23.7688 23.7516 23.9901 25.6539C21.6899 27.5804 18.7281 28.7422 15.5 28.7422C12.2719 28.7422 9.31035 27.5806 7.01009 25.6541ZM15.5 16.2915C12.988 16.2915 10.9441 14.2476 10.9441 11.7356C10.9441 9.22337 12.988 7.17969 15.5 7.17969C18.012 7.17969 20.0559 9.22337 20.0559 11.7356C20.0559 14.2476 18.012 16.2915 15.5 16.2915ZM25.5031 24.168C25.0551 22.3621 24.1211 20.697 22.7871 19.3631C21.7068 18.2827 20.4287 17.4723 19.0349 16.9644C20.7105 15.828 21.8137 13.9081 21.8137 11.7356C21.8137 8.25429 18.9813 5.42188 15.5 5.42188C12.0187 5.42188 9.18629 8.25429 9.18629 11.7356C9.18629 13.9093 10.2904 15.8298 11.9674 16.966C10.685 17.4334 9.49826 18.1559 8.47722 19.1072C6.99864 20.4841 5.97188 22.2399 5.4958 24.1666C3.47958 21.8423 2.25781 18.8112 2.25781 15.5C2.25781 8.19821 8.19821 2.25781 15.5 2.25781C22.8018 2.25781 28.7422 8.19821 28.7422 15.5C28.7422 18.8119 27.52 21.8437 25.5031 24.168Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
}
#mob_buttons.buttons_block > div > a .icont {
   background-image: url("data:image/svg+xml,%3Csvg width='34' height='30' viewBox='0 0 34 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.1719 0C22.8272 0.0015771 21.4971 0.280964 20.2636 0.820928C19.0301 1.36089 17.9194 2.14998 17 3.13953C15.6526 1.6893 13.904 0.681041 11.9812 0.245655C10.0585 -0.18973 8.05032 -0.032138 6.21748 0.697974C4.38465 1.42809 2.81177 2.697 1.70305 4.33998C0.59433 5.98296 0.000970222 7.92413 0 9.91149C0 19.7801 15.7834 29.4666 16.4688 29.847C16.634 29.9471 16.8232 30 17.0159 30C17.2087 30 17.3979 29.9471 17.5631 29.847C18.2166 29.4666 34 19.7801 34 9.91149C33.9972 7.28367 32.9608 4.76429 31.1183 2.90614C29.2758 1.04799 26.7776 0.00283629 24.1719 0ZM17 27.6664C14.2534 25.8985 2.125 17.6371 2.125 9.91149C2.12636 8.26133 2.64873 6.65448 3.6164 5.32381C4.58408 3.99314 5.94677 3.00778 7.507 2.51055C9.06723 2.01333 10.7439 2.03005 12.2941 2.55831C13.8443 3.08658 15.1874 4.09892 16.1287 5.44864C16.2268 5.58904 16.3569 5.7036 16.5081 5.78268C16.6593 5.86176 16.8271 5.90304 16.9973 5.90304C17.1676 5.90304 17.3354 5.86176 17.4866 5.78268C17.6378 5.7036 17.7679 5.58904 17.8659 5.44864C18.8065 4.0966 20.1499 3.08207 21.7011 2.55232C23.2523 2.02257 24.9305 2.00518 26.4922 2.50268C28.0538 3.00017 29.4176 3.98665 30.3856 5.31892C31.3535 6.65118 31.8752 8.25988 31.875 9.91149C31.875 17.6317 19.7466 25.8931 17 27.6664Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
}
#mob_buttons.buttons_block > div.block-compare > a .icont {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='32' viewBox='0 0 38 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.6074 14.8715L30.9535 3.34333C30.8043 3.06429 30.5186 2.88761 30.2052 2.88052L29.831 2.96467H22.5142C21.9733 0.85017 19.841 -0.420208 17.7517 0.127162C16.3772 0.487297 15.3038 1.57358 14.9479 2.96467H7.63114L7.25698 2.88052C6.94355 2.88761 6.65788 3.06429 6.50868 3.34333L0.854784 14.8715C0.484372 14.9521 0.222736 15.2875 0.23117 15.6709C0.23117 19.2051 3.39069 22.1082 7.25698 22.1082C11.1233 22.1082 14.3243 19.2051 14.3243 15.6709C14.3175 15.2929 14.0625 14.966 13.7007 14.8715L8.67052 4.64761H14.9064C15.2208 6.16957 16.3958 7.35869 17.8996 7.67687V22.4447C15.1974 22.7813 13.0772 24.8429 12.7446 26.9465H10.9153C10.4274 26.9862 10.04 27.3783 10.0007 27.8721V31.238C10.0441 31.7007 10.4499 32.0401 10.9071 31.9961C10.9099 31.9959 10.9126 31.9956 10.9153 31.9953H26.5467C27.0034 32.0439 27.4126 31.7086 27.4605 31.2464C27.4608 31.2436 27.461 31.2408 27.4613 31.238V27.8721C27.422 27.3783 27.0346 26.9862 26.5467 26.9465H24.7174C24.3848 24.8429 22.2646 22.7813 19.5624 22.4447V7.67695C21.0662 7.35877 22.2412 6.16965 22.5556 4.64769H28.7915L23.7612 14.8715C23.3995 14.966 23.1444 15.2929 23.1376 15.6709C23.1376 19.2051 26.2971 22.1082 30.2049 22.1082C34.1128 22.1082 37.2308 19.2051 37.2308 15.6709C37.2395 15.2875 36.9778 14.9521 36.6074 14.8715ZM7.25698 20.341C4.63792 20.341 2.43455 18.5319 1.97724 16.4282H12.5783C12.121 18.5319 9.91766 20.341 7.25698 20.341ZM11.83 14.7452H2.72554L7.25698 5.5312L11.83 14.7452ZM25.7985 28.6294V30.3124H11.6637V28.6294H25.7985ZM23.0131 26.9465H14.4491C14.7817 25.2636 16.5693 24.0014 18.7311 24.0014C20.8928 24.0014 22.6805 25.2636 23.0131 26.9465ZM18.7311 6.1202C17.4913 6.1202 16.4862 5.10302 16.4862 3.84826C16.4862 2.59351 17.4913 1.57632 18.7311 1.57632C19.9709 1.57632 20.976 2.59351 20.976 3.84826C20.9761 5.10302 19.9709 6.1202 18.7311 6.1202ZM30.2052 5.5312L34.7366 14.7452H25.6322L30.2052 5.5312ZM30.2052 20.341C27.5445 20.341 25.3411 18.5319 24.8839 16.4282H35.4849C35.0276 18.5319 32.8243 20.341 30.2052 20.341Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
}
#mob_buttons .dropdown-menu {
   width: 60px;padding: 10px 20px;min-width: 10px;
}
#mob_buttons .dropdown-menu img {
  border: 1px solid #DCE4EA;   width: 30px !important;
 height: 30px !important;
}
#catalog_mob .home_ofical {padding: 15px;
  margin: 20px 0;font-size: 13px;color: #fff;
}
#catalog_mob .close {
  position: absolute;right: -30px;top: 0
}
#catalog_mob .close:before,#catalog_mob .close:after {
  background: #fff;
}
.mob_title_cat { font-family: 'Poppins', sans-serif; margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: #184479;
    padding: 0 0 0 30px;
 background-position: left center;
 background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 2.08824C3.76727 2.08824 2.73635 2.26289 2.052 2.39936C1.97331 2.41505 1.91505 2.47331 1.89936 2.552C1.76289 3.23635 1.58824 4.26727 1.58824 5C1.58824 5.73273 1.76289 6.76365 1.89936 7.448C1.91505 7.52669 1.97331 7.58495 2.052 7.60064C2.73635 7.73711 3.76727 7.91177 4.5 7.91177C5.23273 7.91177 6.26365 7.73711 6.948 7.60064C7.02669 7.58495 7.08495 7.52669 7.10064 7.448C7.23711 6.76365 7.41177 5.73273 7.41177 5C7.41177 4.26727 7.23711 3.23635 7.10064 2.552C7.08495 2.47331 7.02669 2.41505 6.948 2.39936C6.26365 2.26289 5.23273 2.08824 4.5 2.08824ZM1.7414 0.84179C2.42728 0.70502 3.59496 0.5 4.5 0.5C5.40504 0.5 6.57272 0.70502 7.2586 0.84179C7.96673 0.983 8.517 1.53328 8.6582 2.2414C8.795 2.92728 9 4.09496 9 5C9 5.90504 8.795 7.07272 8.6582 7.7586C8.517 8.46673 7.96672 9.017 7.2586 9.1582C6.57272 9.295 5.40504 9.5 4.5 9.5C3.59496 9.5 2.42728 9.295 1.7414 9.1582C1.03327 9.017 0.483 8.46672 0.34179 7.7586C0.20502 7.07272 0 5.90504 0 5C0 4.09496 0.20502 2.92728 0.34179 2.2414C0.483 1.53327 1.03328 0.983 1.7414 0.84179Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.0882C3.76727 13.0882 2.73635 13.2629 2.052 13.3994C1.97331 13.4151 1.91505 13.4733 1.89936 13.552C1.76289 14.2363 1.58824 15.2673 1.58824 16C1.58824 16.7327 1.76289 17.7637 1.89936 18.448C1.91505 18.5267 1.97331 18.5849 2.052 18.6006C2.73635 18.7371 3.76727 18.9118 4.5 18.9118C5.23273 18.9118 6.26365 18.7371 6.948 18.6006C7.02669 18.5849 7.08495 18.5267 7.10064 18.448C7.23711 17.7637 7.41177 16.7327 7.41177 16C7.41177 15.2673 7.23711 14.2363 7.10064 13.552C7.08495 13.4733 7.02669 13.4151 6.948 13.3994C6.26365 13.2629 5.23273 13.0882 4.5 13.0882ZM1.7414 11.8418C2.42728 11.705 3.59496 11.5 4.5 11.5C5.40504 11.5 6.57272 11.705 7.2586 11.8418C7.96673 11.983 8.517 12.5333 8.6582 13.2414C8.795 13.9273 9 15.095 9 16C9 16.905 8.795 18.0727 8.6582 18.7586C8.517 19.4667 7.96672 20.017 7.2586 20.1582C6.57272 20.295 5.40504 20.5 4.5 20.5C3.59496 20.5 2.42728 20.295 1.7414 20.1582C1.03327 20.017 0.483 19.4667 0.34179 18.7586C0.20502 18.0727 0 16.905 0 16C0 15.095 0.20502 13.9273 0.34179 13.2414C0.483 12.5333 1.03328 11.983 1.7414 11.8418Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 2.08824C14.7673 2.08824 13.7363 2.26289 13.052 2.39936C12.9733 2.41505 12.9151 2.47331 12.8994 2.552C12.7629 3.23635 12.5882 4.26727 12.5882 5C12.5882 5.73273 12.7629 6.76365 12.8994 7.448C12.9151 7.52669 12.9733 7.58495 13.052 7.60064C13.7363 7.73711 14.7673 7.91177 15.5 7.91177C16.2327 7.91177 17.2637 7.73711 17.948 7.60064C18.0267 7.58495 18.0849 7.52669 18.1006 7.448C18.2371 6.76365 18.4118 5.73273 18.4118 5C18.4118 4.26727 18.2371 3.23635 18.1006 2.552C18.0849 2.47331 18.0267 2.41505 17.948 2.39936C17.2637 2.26289 16.2327 2.08824 15.5 2.08824ZM12.7414 0.84179C13.4273 0.70502 14.595 0.5 15.5 0.5C16.405 0.5 17.5727 0.70502 18.2586 0.84179C18.9667 0.983 19.517 1.53328 19.6582 2.2414C19.795 2.92728 20 4.09496 20 5C20 5.90504 19.795 7.07272 19.6582 7.7586C19.517 8.46673 18.9667 9.017 18.2586 9.1582C17.5727 9.295 16.405 9.5 15.5 9.5C14.595 9.5 13.4273 9.295 12.7414 9.1582C12.0333 9.017 11.483 8.46672 11.3418 7.7586C11.205 7.07272 11 5.90504 11 5C11 4.09496 11.205 2.92728 11.3418 2.2414C11.483 1.53327 12.0333 0.983 12.7414 0.84179Z' fill='%2311111F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.5 13.0882C14.7673 13.0882 13.7363 13.2629 13.052 13.3994C12.9733 13.4151 12.9151 13.4733 12.8994 13.552C12.7629 14.2363 12.5882 15.2673 12.5882 16C12.5882 16.7327 12.7629 17.7637 12.8994 18.448C12.9151 18.5267 12.9733 18.5849 13.052 18.6006C13.7363 18.7371 14.7673 18.9118 15.5 18.9118C16.2327 18.9118 17.2637 18.7371 17.948 18.6006C18.0267 18.5849 18.0849 18.5267 18.1006 18.448C18.2371 17.7637 18.4118 16.7327 18.4118 16C18.4118 15.2673 18.2371 14.2363 18.1006 13.552C18.0849 13.4733 18.0267 13.4151 17.948 13.3994C17.2637 13.2629 16.2327 13.0882 15.5 13.0882ZM12.7414 11.8418C13.4273 11.705 14.595 11.5 15.5 11.5C16.405 11.5 17.5727 11.705 18.2586 11.8418C18.9667 11.983 19.517 12.5333 19.6582 13.2414C19.795 13.9273 20 15.095 20 16C20 16.905 19.795 18.0727 19.6582 18.7586C19.517 19.4667 18.9667 20.017 18.2586 20.1582C17.5727 20.295 16.405 20.5 15.5 20.5C14.595 20.5 13.4273 20.295 12.7414 20.1582C12.0333 20.017 11.483 19.4667 11.3418 18.7586C11.205 18.0727 11 16.905 11 16C11 15.095 11.205 13.9273 11.3418 13.2414C11.483 12.5333 12.0333 11.983 12.7414 11.8418Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
}
#catalog_mob .mob_title{
     color: #184479; text-transform: uppercase; font-weight: 700;
font-size: 14px;
line-height: 17px;
margin: 20px 0;
}
.mob_banner {
  font-weight: 700;
font-size: 15px;
line-height: 18px; margin: 10px 0;
color: #FFFFFF;   text-align: center;padding: 17px; background: #184479;
border-radius: 5px;
}
.mob_banner a {
  color: #fff;
}

#info_mob li {list-style: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #184479; display: block;
}
#info_mob li,#info_mag li {  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}

ul#info_mob,#info_mag {
  margin: 0;
}
#info_mag li { list-style: none;
    color: #2C2C2C; display: flex;justify-content: flex-start;justify-content: flex-start;align-items: center;
   font-weight: 400;
font-size: 14px;
line-height: 16px;
}
.mm2 li {
  display: flex;justify-content: flex-start;justify-content: flex-start;align-items: center;
}
.mm2 li + li {
  margin-top: 10px;
}

#info_mag li:before,.mm2 li:before { content: " ";display: block;   margin-right: 15px;
  border: 1px solid #D9D9D9;min-width: 39px;
border-radius: 7px; width: 39px;height:43px;   background-position: center;
 background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='17' height='21' viewBox='0 0 17 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.5 0C4.08878 0 0.5 3.41177 0.5 7.60537C0.5 12.8098 7.65922 20.4501 7.96403 20.7728C8.25033 21.076 8.75019 21.0755 9.03597 20.7728C9.34078 20.4501 16.5 12.8098 16.5 7.60537C16.4999 3.41177 12.9112 0 8.5 0ZM8.5 19.2663C6.09056 16.5454 1.94065 11.1773 1.94065 7.60545C1.94065 4.16695 4.88314 1.3696 8.5 1.3696C12.1169 1.3696 15.0593 4.16695 15.0593 7.60541C15.0593 11.1774 10.91 16.5445 8.5 19.2663Z' fill='black'/%3E%3Cpath d='M8.5 3.77894C6.2806 3.77894 4.47504 5.49549 4.47504 7.60541C4.47504 9.71534 6.28065 11.4319 8.5 11.4319C10.7194 11.4319 12.5249 9.71534 12.5249 7.60541C12.5249 5.49549 10.7194 3.77894 8.5 3.77894ZM8.5 10.0623C7.07497 10.0623 5.91569 8.96016 5.91569 7.60541C5.91569 6.25067 7.07501 5.14853 8.5 5.14853C9.92499 5.14853 11.0843 6.25067 11.0843 7.60541C11.0843 8.96016 9.92499 10.0623 8.5 10.0623Z' fill='black'/%3E%3C/svg%3E%0A");
}

#search_mob {
  display: block;padding: 0px 0;position: relative; margin-bottom: 20px;
}
#search_mob input {
padding: 10px 50px 10px 15px;
font-weight: 400;
letter-spacing: 0.6px;
width: 100%;
border: 1px solid #D8E0E8;
background: #fff;
color: #959595;
font-size: 16px;
letter-spacing: 0.4px;
height: 50px;
border-radius: 5px;
box-sizing: border-box;
}
#search_mob button {
   height: 43px;
}



  .page-certificat .owl-nav ,
  #last_view .owl-nav ,
  .home-page .slider-products .owl-nav {
    position: static ; float: none;
  }
  .home-page .slider-products .owl-carousel .owl-nav button.owl-prev,  .home-page .slider-products .owl-carousel .owl-nav button.owl-next ,
    #last_view .owl-carousel .owl-nav button.owl-prev,    #last_view .owl-nav button.owl-next ,
  .page-certificat .owl-carousel .owl-nav button.owl-prev,  .page-certificat .owl-carousel .owl-nav button.owl-next {
    position: absolute;left: 0;bottom: 60%
  }
  .home-page .slider-products .owl-carousel .owl-nav button.owl-next ,
   #last_view .owl-carousel .owl-nav button.owl-next ,
  .page-certificat .owl-carousel .owl-nav button.owl-next {
    left: auto;right: 0
  }
.phone_block {
    line-height: 24px;
}

@media (max-width: 767px) {

   #page_manuf .thumbnails {
    display: grid;
_grid-template-rows: 1fr 1fr;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
gap: 30px;
   }
    #page_manuf .thumbnails::before,#page_manuf  .thumbnails::after {
      display: none;
    }
    .cont1 .ico-pish ,.cont1 .ico-zvon { display: block; margin-bottom: 30px;width: 100%

    }
    .cont1 {      margin-bottom: 40px;    }

    .cont1, .cont2 {   padding: 30px;}
    .cont2 p ,.txt-time{
      padding-left: 0
    }
    p.cont-adress { font-size: 20px;  line-height: normal;
       display: flex;min-height: 60px;align-items: center;
    }

   .container {
    padding: 0 12px;
   }
  #home_banner {
    margin-top: 15px;
  }
  #my_Carousel .owl-carousel .owl-dots {
	text-align: center;
	position: static;
	width: 100%;
	transform: translateY(0%);
    }
    #my_Carousel .owl-carousel button.owl-dot {
       background: #184479; margin: 0 5px;
    	border: 1px solid #184479;
    }
    #my_Carousel .owl-carousel button.owl-dot.active, #my_Carousel .owl-carousel button.owl-dot.hover  {
      border: 1px solid #FF8200;   background: #fff;
    }
    #home_block4 .home_ico {
      margin-bottom: 25px;
    }
    .home_ico p {
      height: auto;
      color: #676767;
      font-weight: 400;
      font-size: 14px;
      line-height: 21px; display: none;
    }
     .home_ico div {
          padding-left: 85px; background-position:  10px center ;
         height: auto;  height: 57px;padding-top: 10px; margin: 0
    }
  #categories-box .row-fluid .span2,#categories-box .row-fluid .span2.first {
    width: 24%;margin: 0 0.5% !important;display: inline-block;
  }

  .product-info h1 {
    font-size: 24px;
  }
  .product-info .description .price {
    font-size: 30px
  }

   .product-images .slick-vertical .thumbnail {   line-height: 80px;
     display: inline-block;width: 120px;margin-right: 10px;border: 1px solid #f2f3f5; height: 80px; overflow: hidden;
   }
   .product-images .slick-vertical .thumbnail img {
     vertical-align: middle;  max-height: 100%
   }

   .product-images .thumbnail.big {
     width: 100%;
    display: block;
    margin: 0;
    }
.product-images .small_img {
    width: 100%;
    display: block;
    float: none;
}
  #breadcrumbs .breadcrumbs {
    padding-left:0px;padding-right: 0px;
  }
  #breadcrumbs > .container {
    padding: 0 15px;
  }

  .nav-tabs::before, .nav-pills::before, .nav-tabs::after, .nav-pills::after {
    display: none;
  }

  .home-page .page-sidebar .nav-tabs,.page_product .page-sidebar .nav-tabs {
      display:grid;  height: auto;  box-sizing: border-box;
      grid-template-columns: 1fr 1fr;
      grid-row: 30px 30px;
/*      grid-column-gap: 20px;
      grid-row-gap: 20px;*/
       grid-gap: 20px;
      ;  padding-right: 0px;

  }
  .home-page .page-sidebar .nav-tabs > li {
    box-sizing: border-box;display: block;width: auto;
        border-top: 1px solid #DCE4EA;
    border-left: 1px solid #DCE4EA;
    border-right: 1px solid #DCE4EA;
  }
  .home-page .page-sidebar .nav-tabs > li > a { border: 0;
    display: block;padding: 0;font-weight: 400;
    font-size: 16px;

  }
  .home-page .page-sidebar .nav-tabs > li.active {  border-radius:7px 7px 0 0;
    border: 0;border-bottom:3px solid #5EC1E4;background: #184479;
  }


  #cart_quantity .cart_datal table { display: block; margin: 0 auto

  }
  #cart_quantity .cart_datal table tr {
    display: block;   width: 100% !important
  }
    #cart_quantity .cart_datal table tbody {
    display: block;   width: 100% !important
    }
    #cart_quantity .navigation1 { text-align:center ;margin-top: 30px;}
    #cart_quantity .right {
      float: none;
    }
    #last_view .container {
      padding-left: 25px;padding-right:25px;
    }

  #cart_quantity .cart_datal table tr:first-child {
    display: none;
  }
  #cart_quantity .cart_datal table tr td {
    display: block;text-align: center; width: 100% !important
  }

  .page_product .page-sidebar .nav-tabs {
    padding-right: 0
  }
  .page_product .page-sidebar .nav-tabs > li + li {
    border: 0
  }
  .inner_product_desk .blockinner_left {
    width: 100%
  }
  .inner_product_desk .blockinner_right,.product_left,.product_right,.buy_info {
    width: 100%;margin-left: 0
  }
/*
  .home-page .page-sidebar .nav-tabs > li , .page_product .page-sidebar .nav-tabs > li { margin: 0;
    display:block; padding: 0; width: 100%;float: none;
    align-items:center;
    justify-content:center; border-right: 0px solid #e0e0e0;
  }
  .home-page .page-sidebar .nav-tabs > li > a , .page_product .page-sidebar .nav-tabs > a {
    padding: 8px 0 ;margin: 0; line-height: normal;
  }
  .home-page .page-sidebar .nav-tabs > li.active > a ,.page_product .page-sidebar .nav-tabs > li.active a {
     background: #FF8200;border: 0;
  }

  .home-page .nav-tabs::before,.page_product .page-sidebar .nav-tabs:before,#provuct-conteiner::after {
    display: none;
  }
  */
  .price_block {
	padding: 0px 0;
	margin: 20px 0;
    }
  .topmenu  .container {
    padding-left: 20px;padding-right: 20px;
  }
  .topmenu {
    position: relative;
  }
   #menu_info {
     display: inline-block;
   }
   .topmenu.show #menu_info .fa-info-circle::before {
    content: "\f05c";
    }
  .topmenu .info_menu {
    display: none1; z-index: 9;
     position: absolute;left: -100%;top: 60px;display: block;background: #fff;box-shadow: 5px 0 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .topmenu.show .info_menu {
    left: 0;
  }

  .topmenu .info_menu li { margin: 0;padding: 5px 20px;
    display: block;  text-align: left;
  }
  .topmenu .info_menu li + li {
    border-top: 1px dashed #757575
  }

#footer .widget-title.do {
  font-size: 18px;
}
#footer .footerlogo {
  display: none;
}


    #header .bloc-func {
      display: none;
    }

    #header .span5,#header .span4 {
      width: 50%; display: inline-block;
    }
        #header .span5 {
          float: left;
        }
    #header .one-half:first-child {
      padding-left:  10%
    }
    #navigation .nav-collapse {z-index: 99991;}

    #czservicecmsblock .service_container .service-area .service-fourth {
        width: 50%;
        padding: 0;
            padding-left: 0px;
        margin-bottom: 20px;
    }
    #footer .footer-blocks {
      padding: 30px 20px 0px;
    }
    .bottomfooter {
       padding: 0px 20px 21px;text-align: center;
    }
    #footer .block-soc,#footer .block-soc + div {
      display: none;
    }
#footer .block-soc + div + div + div .widget-title {
      font-size: 16px;font-weight: normal; margin-bottom: 10px;margin-top: 20px;
    }
#footer .block-soc + div + div + div .widget-title.do:before,#footer .block-soc + div + div .widget-title.do:before { display: none; }



#phone_popup {
  right: 50%;
  transform: translateX(50%);
}
#navigation .dropdown-menu li:last-child ul.dropdown-menu {
    box-shadow: none;
}
ul ul .dropdown-menu > li > a {
  white-space: normal;
}

    .homecategory .item,.homecategory .item.first  {
      width: 30%;display: inline-block;vertical-align: top;margin:0 1% 20px !important;
    }
    #navigation .nav-collapse {
      top: 0px;height:100%;box-shadow: 5px 0 20px rgba(0,0,0,0.1)
    }
    #smart_checkout .cart_checkout {
      display: none;
    }
    .nav-collapse .dropdown-menu a {
      font-weight: normal;
text-overflow: ellipsis;
-webkit-line-clamp: 1;
display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical; display: block;
    }
   .CartContentLeft {
     text-align: left;
   }
   .CartContentLeft .btn {
     margin-top: 5px;
   }
   .shop-products .thumbnails .item.span4,#container .row-fluid .page-sidebar.pull-right.span9 {
     width: 100% ; border-left:0
   }
   .shop-products .thumbnails .item.span4 {
     margin-bottom:  20px
   }
   .last_view_mod .title_mod {
     padding-right: 150px;
   }
     .shop-products .thumbnails {
      border: 0px;
      border-radius: 0px;
    }
    .shop-products .thumbnails .item.span4 {
       border: 1px solid #D8E0E8;
    }
}
@media (max-width: 650px) {
    .cont1 .social {
      display: flex;justify-content: space-between;
    }
    .cont1 .social a {
      margin: 0
    }
    .cont2 {
      padding-right: 5px;
    }

  #czbannercmsblock .one-half {

    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
    margin-bottom: 20px;

}
   #czbannercmsblock .one-half .cmsbanner-text {
     top:55px;right: 10%
   }
   .homecategory .item,.homecategory .item.first  {
      width: 48%;display: inline-block;vertical-align: top;margin:0 1% 20px !important;
    }
   .homecategory .shop-products .thumbnail .image {
       height: 160px;line-height: 160px;
    }
    .newsletter .block_content {
      width: 100% ;margin: 0;padding: 0 20px; box-sizing: border-box;
    }
    #footer .block-social {
      float: none;
    }
    footer .block-social ul {
      margin: 0
    }

}
@media (max-width: 515px) {
  .page_cont7 #container.page-content .container {
    padding-left: 12px;padding-right: 12px
  }
  #categories-box .row-fluid .span2,#categories-box .row-fluid .span2.first {
    width: 32.5%;margin: 0 0.3% !important;display: inline-block;
  }
    #best_cat .sub_cat {
    	vertical-align: top;
    	background: #fff;
    	display: inline-block;
    	width: calc(100% - 20px);
    	padding: 20px;
    	box-sizing: border-box;
    	text-align: center;
    	margin: 0 0px 20px 20px;
    }
   .dropdown.myaccount > a {
     font-size: 0;
   }
    .dropdown.myaccount > a:after {
     content: "\f007";display: inline-block;    font-family: "FontAwesome";font-size: 14px;
   }
    span.wtitle {
     display: inline-block;font-size: 0
   }
    span.wtitle:after {
    content: "\f004"; display: inline-block;    font-family: "FontAwesome";font-size: 14px;
   }
   .headertopright .wishlist li { line-height: normal;
    }
    #header .span5, #header .span4 {
      width: 100%
    }
    .top-phone em {  display: inline-block; margin-right: 10px; }
    .lang-curr {
    padding-top: 0px;text-align: center;
    }
    #search {
        margin-top: 10px;margin-bottom: 20px;
    }
    #header .one-half .detail .title {
      display: none;
    }
    #header .one-half .header-cms-icon {
      width: 20px;height: 20px;background-size: cover;
    }
    #header .one-half .detail {
      margin-left: 25px;
    }
    #header .one-half .detail .desc {
      color: #000;
    }
    .newsletter h5.news-title {
      padding-left: 20px
    }

}

@media (max-width: 480px) {
  #divShoppingCart .media .pull-left {
    float: left;
  }

}
.page_lang_ua   span.ru {
 display: none;
}
.page_lang_ru   span.ua {
 display: none;
}

.s_adress .btn:hover {
    background-color: #FFF;color: gray;border: 1px solid #3399db;
}

.s_adress  .dropdown-menu open {
  min-width: 200px !important;
}
.s_adress  .dropdown-menu open {
  width: 300px;
}
#smart_checkout .s_adress input[type="text"] {
 border-radius:5px;border: 1px solid #3399db; height: 30px;
}

.footer-panel .social-links {
    margin-left: 4.2vw;
    order: 2;
}
ul.social-links li {
    display: inline-block;
}
ul.social-links a {
    color: #000;
    margin-left: 35px;
    display: inline-block;
}
l.social-links i {

    display: block;
    text-align: center;
    transition: .3s ease;

}

.owl-item .product-block {
 _border-right: 1px solid #D8E0E8;
}

.home-page .page-sidebar .tab-pane ul {
  margin-bottom:0
}
.home-page .tab-content .thumbnails {
  border-radius: 0px;
}

.link.wishlist a::before {
    font-family: "fl-outicons";
    content: '\e028';
    font-size: 19px;
    line-height: 38px;
}

.block-search-toggle {
   border: 0;background: transparent;padding: 0
}
#header > .container {
  position: relative;
}




.lang-curr {
  display: inline-block;
}
.sidebar .filter-box .widget-title {  font-weight: 500; font-size: 30px;
margin-bottom: 27px;text-align: center;border: 0

}


.slider-brand.owl-carousel  .owl-prev, .slider-brand.owl-carousel  .owl-next {
  padding: 0 7px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.slider-brand.owl-carousel  .owl-prev::before, .slider-brand.owl-carousel  .owl-next::before {
  font-size: 30px; content: "\e00f";
  color: #000;
  font-family: "fl-outicons";
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.slider-brand.owl-carousel  .owl-prev::before {
  content: "\e010";
}

.slider-brand.owl-carousel  .owl-prev {
    display: inline-block;
    left: -45px;
}
.slider-brand.owl-carousel .owl-next {
    display: inline-block;
    right: -45px;
}
.slider-brand.owl-carousel .owl-prev:hover:before, .slider-brand.owl-carousel  .owl-next:hover:before {
    color: #888;
}
.product-cart .qbuy-block .btn {
   background: #000;border-radius: 0;color: #fff; font-family: "Rubik",sans-serif;font-weight: 400;text-transform: uppercase;
}
ul.list-unstyled.attr span.sklad {  color: #3bb141; }
ul.list-unstyled.attr span.nosklad {  color: red; }
#cart_quantity .product_rev .rating { vertical-align: top;display: inline-block;

}
.block_short_data { margin-top: 2px;
  paddin11sg: 610px 0;
}
.block_short_data > div { width: 50%;box-sizing:border-box; vertical-align: top;
 background: #fff; padding: 60px 60px 40px 60px;margin-right: 2px; display: inline-block;
}
.block_short_data > div + div {
 margin-right: 0 ;width: calc(50% - 2px);padding-bottom: 63px;
}
.block_short_data {
  position: relative;
}

.block_short_data .block_left:after {  box-sizing: content-box; position: absolute;
 content: "";display: block;width: 100%;height: 2px;left: 0;bottom: 100px;background: #f2f3f5
}

.bikespec { margin:8px 0;padding:0;border-collapse:collapse;
    max-width: 100%;  margin-bottom: 60px;width: 100%;
}
.artice-item {  background: #FFFFFF;
border: 1px solid #EFEFEF;
  margin-bottom: 30px
}

.artice-item .blog-view { float: none;}
.artice-item .blog-info { padding: 0px 25px 30px;}
.artice-item .blog-read-more {
   color: #FF8200;font-weight: 500
}

.artice-item .blog_title {
	color: #2C2C2C;
	overflow: hidden;  font-size: 16px;
	text-overflow: ellipsis;
	height: 42px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


#description {
font-weight: lighter;
}
.bikespec tr {
    border-radius: 5px;
}

.bikespec tr td { border-bottom:1px dotted #96bdba;border-top:1px dotted #96bdba;padding:12px 23px;
 border-radius: 0 ;color: #464646;font-size: 16px; border: 0;
}
.bikespec tr.stitle td  {  text-align: center;
 border: 0;   border-collapse: separate;
 background: #FFF7EE;

}
.bikespec tr.spec-odd td {
  background: #D8F0F8
}
.bikespec tr td:first-child {
  width: 35%;color: #000
}

.bikespec tr td + td {
  text-align: left; color: #464646;
}

.spec-value {
  font-weight: normal;
}
.filter_show,.close_filtr {
  display: none;
}


.logo img {
  max-width: 220px;
}

.cimg {   vertical-align: middle;
  width: 56px;height: 56px;display: inline-block;background-position: center;background-repeat:no-repeat;background-size: cover;
}
.topmenu  {background: #184479;padding: 10px 0 }
.topmenu ul {  margin: 0;padding: 0;}
.topmenu li {list-style: none;}
.topmenu a {  color: #fff; }
.topmenu a.dropdown-toggle {
  background-position: right center;background-repeat:no-repeat;
  padding-right: 20px; background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.182854 0.169377C0.29997 0.0653664 0.458793 0.00693614 0.624395 0.00693614C0.789998 0.00693614 0.94882 0.0653664 1.06594 0.169377L4.9961 3.6608L8.92625 0.169377C8.98386 0.116387 9.05278 0.0741202 9.12897 0.0450431C9.20517 0.015966 9.28712 0.000661098 9.37004 2.09477e-05C9.45297 -0.000619203 9.53521 0.0134186 9.61196 0.041315C9.68871 0.0692114 9.75844 0.110408 9.81708 0.162501C9.87572 0.214593 9.92209 0.276539 9.95349 0.344723C9.98489 0.412907 10.0007 0.485965 9.99998 0.559632C9.99926 0.633299 9.98203 0.706102 9.9493 0.773791C9.91656 0.84148 9.86899 0.902701 9.80934 0.95388L5.43764 4.83756C5.32052 4.94157 5.1617 5 4.9961 5C4.83049 5 4.67167 4.94157 4.55455 4.83756L0.182854 0.95388C0.0657726 0.849838 0 0.708745 0 0.561629C0 0.414513 0.0657726 0.27342 0.182854 0.169377Z' fill='%2397A7B7'/%3E%3C/svg%3E%0A");
}
.info_menu a:hover {
  _background: #FF8200;
  text-decoration: underline dashed #333333
}
.cleaning_service {
   background: #FF8200;
}
article {
border: 1px solid #D8E0E8;
border-radius: 5px;padding: 40px
}
.article-img {
   margin-bottom: 31px;
}
.article-img img {
  width: 100%
}

.rev_add button {
float: left; color: #FFFFFF;  font-weight: 500;
font-size: 14px;  background: #2ECC71;
border-radius: 5px; padding: 17px 27px;margin-right: 25px;border: 0;
}
.rev_add button:before  {
  margin-right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7425 10.9564V18.4502C17.7425 19.172 17.1573 19.7573 16.4355 19.7573H3.80063L1.18652 21.5V8.86515C1.18652 8.1433 1.77173 7.55809 2.49358 7.55809H10.8587M3.80063 11.4793H8.15748M3.80063 14.0934H15.1284M3.80063 16.7075H15.1284M19.1367 3.98548V1.80705C19.1367 1.08521 18.5515 0.5 17.8297 0.5C17.1078 0.5 16.5226 1.08521 16.5226 1.80705V2.34229C16.5226 3.31491 15.8779 4.16973 14.9427 4.43689L13.4728 4.85685V9.43154C14.0117 10.3745 15.0145 10.9564 16.1005 10.9564H20.4438C21.4063 10.9564 22.1865 10.1762 22.1865 9.21369V5.72822C22.1865 4.7657 21.4063 3.98548 20.4438 3.98548H19.1367ZM10.8587 10.9564H13.4728V3.98548H10.8587V10.9564Z' stroke='white' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  content: "";display: inline-block;
  width:21px;
  height:21px;
  background-position: center;
  background-repeat: no-repeat;
}
#reviews_write .title { font-weight: 700;
    color: #000000; font-size: 28px;margin-bottom: 20px;
}
#reviews_write .title span {
  _float: right;color: #81C1E7; font-weight: 400;
font-size: 14px;margin-left: 20px;
}
.rev_add  {display: flex;align-items: center;
  margin-bottom: 30px;
}
.rev_add p {
  margin-bottom: 0
}

.item-rev span[itemprop="name"] {
    color: #000000; font-weight: 900;
    font-size: 16px;
}
.item-rev span[itemprop="datePublished"] {
     color: #676767;font-weight: 400;
font-size: 14px;float: right;

}
#reviews_write .prod-name {
  padding-top: 0
}
.rew-stars i {
  text-shadow: none;color:  #FF8200;font-size: 24px
}
.rew-stars span[itemprop="reviewRating"] {
  margin-right: 30px;
}

.rev_add p {
      color: #000000;
}
#revwrite_block .title  {
  font-size: 18px;
}

#revwrite_block input[type="text"] {
border: 1px solid #D9D9D9;
border-radius: 5px;vertical-align: middle;
}

#revwrite_block #captcha{
  width: 160px;height: 30px; margin:0 20px 0 0;  vertical-align:top;
}

#revwrite_block .rev-form div span {
display: inline-block;width: 120px;
}
.rev_stars_check b {
    font-size: 40px;  cursor: pointer;
    color: #d4d4d4;
}

.rev_stars_check b.active {
    color: #FF8200;
    _text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#revwrite_block button {
    float: left;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    background: #2ECC71;
    border-radius: 20px;
    padding: 10px 27px;
    margin-right: 25px;margin-top: 5px;
    border: 0;
}

#revwrite_block .rev-cap4a img {
  height: 40px; vertical-align:top;margin-right: 10px
}
#revwrite_block .rev-cap4a a {
  font-size: 24px;color: #FF8200
}

#revwrite_block .rev-cap4a {
  margin-bottom: 30px
}

#revwrite_block #review {  width: 100%;box-sizing: border-box;height: 80px;box-shadow: none;
 background: #FFFFFF;
border: 1px solid #D9D9D9;
border-radius: 5px;
}


#form_mosize {
  display: none;margin-top: -4px;
}
#form_mosize { border-top: 0;
	border: 1px solid #eaeaec;
	padding: 10px 20px; border-radius:0 0 5px 5px;
}
div[itemprop="description"] {
  margin-bottom: 60px
}

#form_mosize input {
	width: 80px;  box-sizing:border-box;
	display: inline-block;
	margin: 0 5px;
    background: #f4f4f5;
    border: 1px solid #D8E0E8;
    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 24px;
    padding: 8px 10px 8px 20px;
}
#form_mosize label {display: none;
    font-size: 18px;font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}
.slick-vertical{
  display: none;
}
.slick-vertical.owl-carousel.owl-loaded {
  display: block;
}

#smart_checkout label.error {
    display: block;
    text-align: left;
    padding-left: 0;
    margin: 0 0 20px;
    color: red;
    width: 300px;
    max-width: 100%;
    line-height: 1;
}
#form_mosize p {
  font-size: 13px;
}
#form_mosize > div {
  margin-bottom: 20px;
}

#filter_home {
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: auto auto auto auto ;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 25% 25% 25% 25%;
grid-gap: 20px 20px 20px 20px;
padding: 18px 10px 26px;

background: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 5px;
}
#filter_home > div {
  padding: 0 15px; text-align: start;
}
#filter_home select { border: 0;box-sizing: border-box;width: 100%;
  background: #F7F9FB; padding:17px 21px;
border-radius: 7px;
font-weight: 400;
font-size: 16px;
line-height: 19px;
height: 54px;
color: #676767;
}
#filter_home label {
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: #000000;margin-bottom: 16px;
}
#filter_home button,.show_mob_calc {width: 100%;
  font-weight: 700;border: 0; display: block; text-align: center;
font-size: 16px;
line-height: 19px;
background: #184479;
border-radius: 7px;
color: #FFFFFF;
padding: 17px 0;

}
.show_mob_calc {
  display: none;
}

#my_Carousel .carousel-inner {
  margin-bottom:30px
}
#home_info .inner {
  position: relative;
}
#home_info .text-first-home.inner:after { content: "";
 display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	text-align: right;
	padding: 0;
	color: rgb(214, 154, 45);
	cursor: pointer;
	padding-right: 20px;
	background: transparent;
	background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%);
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,212,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00d4ff",GradientType=1);
}

#home_info.show .a.show_data {
  display: none;
}
#home_info.show .inner {
max-height: 100000px
}
#home_info.show .text-first-home.inner:after {
  display: none;
}

.title-mod {
font-weight: 700;
font-size: 20px;
line-height: 130%;
text-transform: uppercase;
color: #184479;
margin-bottom: 40px;
padding: 10px 0 10px 0px;
_background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.695369 7.94038C0.629614 7.97382 0.560425 7.99054 0.487805 7.99054C0.455778 7.99054 0.424052 7.98716 0.392637 7.9804C0.361222 7.97364 0.330718 7.96363 0.301131 7.95036C0.271537 7.93709 0.243423 7.92083 0.216794 7.90158C0.190163 7.8823 0.165522 7.8604 0.142871 7.83591C0.120224 7.81142 0.100004 7.78476 0.0822083 7.75593C0.0644121 7.72711 0.049389 7.69668 0.0371345 7.66466C0.0248766 7.63263 0.0156227 7.59962 0.00937014 7.56563C0.003121 7.53163 0 7.4973 0 7.46263V1.77134C0 1.72123 0.00645936 1.67211 0.0193808 1.62401C0.0323056 1.5759 0.0511789 1.53069 0.0759994 1.48839C0.10082 1.44608 0.1306 1.40836 0.165346 1.3752C0.200089 1.34209 0.238413 1.31488 0.280319 1.29359C3.66427 -0.427503 7.04735 -0.431129 10.4296 1.28272C10.4373 1.28616 10.445 1.28981 10.4525 1.29365C13.5648 2.87815 16.6781 2.87812 19.7926 1.29354C23.1748 -0.425828 26.5542 -0.431166 29.9306 1.27754C29.9425 1.28243 29.9542 1.28782 29.9658 1.2937C33.0769 2.87835 36.1899 2.87831 39.3046 1.29359C39.3704 1.26016 39.4396 1.24344 39.5122 1.24344C39.5442 1.24344 39.576 1.24682 39.6074 1.25358C39.6388 1.26033 39.6693 1.27035 39.6989 1.28361C39.7285 1.29688 39.7566 1.31314 39.7832 1.33239C39.8099 1.35164 39.8345 1.37353 39.8571 1.39806C39.8798 1.42256 39.9 1.44922 39.9178 1.47804C39.9356 1.50687 39.9506 1.53729 39.9629 1.56931C39.9751 1.60134 39.9844 1.63435 39.9906 1.66835C39.9969 1.70234 40 1.73667 40 1.77134V7.46263C40 7.51275 39.9936 7.56186 39.9806 7.60997C39.9677 7.65808 39.9488 7.70329 39.924 7.74559C39.8992 7.78789 39.8694 7.82561 39.8346 7.85877C39.7999 7.89189 39.7616 7.91909 39.7197 7.94038C36.3386 9.66 32.9594 9.66535 29.5821 7.95643C29.5702 7.95154 29.5584 7.94615 29.5469 7.94028C26.4366 6.3558 23.3234 6.35584 20.2075 7.94038C16.8237 9.66141 13.4407 9.66503 10.0587 7.95126C10.051 7.94781 10.0433 7.94417 10.0358 7.94033C6.92337 6.35576 3.80991 6.35577 0.695369 7.94038ZM0.695416 19.325C0.629661 19.3585 0.560456 19.3752 0.487805 19.3752C0.455778 19.3752 0.424052 19.3718 0.392637 19.3651C0.361222 19.3583 0.330718 19.3483 0.301131 19.335C0.271537 19.3218 0.243423 19.3055 0.216794 19.2863C0.190163 19.267 0.165522 19.2451 0.142871 19.2206C0.120224 19.1961 0.100004 19.1694 0.0822083 19.1406C0.0644121 19.1118 0.049389 19.0814 0.0371345 19.0493C0.0248766 19.0173 0.0156227 18.9843 0.00937014 18.9503C0.003121 18.9163 0 18.882 0 18.8473V13.1544C0 13.1043 0.00645936 13.0552 0.0193808 13.0071C0.0323023 12.959 0.0511668 12.9138 0.0759839 12.8715C0.100798 12.8292 0.130571 12.7915 0.16531 12.7584C0.200046 12.7252 0.238362 12.698 0.280257 12.6767C3.66421 10.955 7.04733 10.9514 10.4296 12.6659C10.4373 12.6693 10.4449 12.6729 10.4525 12.6768C13.5647 14.2607 16.6781 14.2607 19.7925 12.6766C23.1747 10.9567 26.5541 10.9514 29.9306 12.6607C29.9425 12.6656 29.9542 12.6709 29.9657 12.6768C33.0769 14.2609 36.1899 14.2609 39.3047 12.6767C39.3704 12.6433 39.4396 12.6265 39.5122 12.6265C39.5442 12.6265 39.576 12.6299 39.6074 12.6367C39.6388 12.6434 39.6693 12.6535 39.6989 12.6667C39.7285 12.68 39.7566 12.6962 39.7832 12.7155C39.8099 12.7347 39.8345 12.7566 39.8571 12.7812C39.8798 12.8057 39.9 12.8323 39.9178 12.8611C39.9356 12.89 39.9506 12.9204 39.9629 12.9524C39.9751 12.9844 39.9844 13.0175 39.9906 13.0515C39.9969 13.0855 40 13.1198 40 13.1544V18.8473C40 18.8974 39.9936 18.9465 39.9806 18.9946C39.9677 19.0427 39.9489 19.0879 39.924 19.1302C39.8992 19.1725 39.8695 19.2102 39.8347 19.2433C39.8 19.2765 39.7617 19.3037 39.7198 19.325C36.3393 21.0455 32.96 21.0509 29.5821 19.3411C29.5701 19.3362 29.5584 19.3308 29.5468 19.3249C26.4365 17.7399 23.3235 17.74 20.2076 19.325C16.8244 21.0469 13.4414 21.0505 10.0587 19.3359C10.051 19.3325 10.0433 19.3288 10.0357 19.325C6.92332 17.7399 3.80989 17.7399 0.695416 19.325ZM0.695369 30.7061C0.629614 30.7395 0.560425 30.7562 0.487805 30.7562C0.455778 30.7562 0.424052 30.7528 0.392637 30.7461C0.361222 30.7393 0.330718 30.7293 0.301131 30.716C0.271537 30.7028 0.243423 30.6865 0.216794 30.6673C0.190163 30.648 0.165522 30.6261 0.142871 30.6016C0.120224 30.5771 0.100004 30.5504 0.0822083 30.5216C0.0644121 30.4928 0.049389 30.4624 0.0371345 30.4303C0.0248766 30.3983 0.0156227 30.3653 0.00937014 30.3313C0.003121 30.2973 0 30.263 0 30.2283V24.5381C0 24.488 0.00645936 24.4388 0.0193808 24.3907C0.0323023 24.3426 0.0511668 24.2974 0.0759839 24.2551C0.100798 24.2128 0.130571 24.1751 0.16531 24.142C0.200046 24.1089 0.238362 24.0816 0.280257 24.0603C3.66369 22.3389 7.04679 22.3353 10.4296 24.0495C10.4373 24.0529 10.4449 24.0565 10.4525 24.0604C13.5652 25.6446 16.6786 25.6446 19.7925 24.0603C23.1742 22.3406 26.5536 22.3353 29.9305 24.0443C29.9425 24.0492 29.9542 24.0545 29.9657 24.0604C33.0774 25.6448 36.1903 25.6448 39.3046 24.0603C39.3704 24.0269 39.4396 24.0102 39.5122 24.0102C39.5442 24.0102 39.576 24.0135 39.6074 24.0203C39.6388 24.0271 39.6693 24.0371 39.6989 24.0503C39.7285 24.0636 39.7566 24.0799 39.7832 24.0991C39.8099 24.1184 39.8345 24.1403 39.8571 24.1648C39.8798 24.1893 39.9 24.2159 39.9178 24.2448C39.9356 24.2736 39.9506 24.304 39.9629 24.336C39.9751 24.3681 39.9844 24.4011 39.9906 24.4351C39.9969 24.4691 40 24.5034 40 24.5381V30.2283C40 30.2784 39.9935 30.3275 39.9806 30.3756C39.9677 30.4238 39.9488 30.469 39.924 30.5113C39.8992 30.5536 39.8694 30.5913 39.8347 30.6244C39.7999 30.6575 39.7616 30.6847 39.7198 30.7061C36.3392 32.4259 32.96 32.4313 29.5821 30.7221C29.5702 30.7172 29.5585 30.7118 29.5469 30.7059C26.4361 29.1217 23.323 29.1218 20.2076 30.7061C16.8243 32.4274 13.4413 32.431 10.0587 30.7169C10.051 30.7135 10.0433 30.7098 10.0358 30.706C6.92289 29.1217 3.80942 29.1217 0.695369 30.7061Z' fill='%23D8E0E8'/%3E%3C/svg%3E%0A");
background-position:left center;background-repeat:no-repeat;
}
.title-mod  a{
  color: #184479
}

#home_manufact {
  margin-bottom: 60px;
}
#home_manufact li {
  border: 1px solid #D8E0E8; overflow: hidden;
border-radius: 7px;
}
#home_manufact li a {  _display: flex;text-align: center;padding: 5px;
   height: auto;  align-items: center; display: block;  height: 125px;  line-height: 125px;
}

#home_manufact li img {
  max-height: 100%;vertical-align: middle;
}
#phone_slide.show:before__ { left: 0;top: 0;  position: fixed;z-index: 1;
  content: "";display: block;width: 100%;height: 100%;background: rgba(0,0,0,0.5)
}

#phone_slide .phone_inner { top: 57px;  display: none;
  position: absolute;right: 0;z-index: 3; width: 231px; padding:14px  13px;
  background: #5EC1E4; color: #fff;transform: translateX(-100%);
    border-radius: 5px;
}
#phone_slide .title_phone2 {
 font-weight: 700;
font-size: 14px;
line-height: 160%;
text-transform: uppercase;
color: #184479;
}
#phone_slide .phone_btn {   box-sizing: border-box; cursor: pointer;
  width: 100%;text-align: center;padding:11px 0 10px;    font-weight: 700;
font-size: 16px;
line-height: 19px;  background: #184479;
border-radius: 7px;
color: #FFFFFF
}
#phone_slide p {
  font-size: 15px;
}
#phone_slide #callback {
 margin: 30px 0 0; display: none;
}
#phone_slide .callback{ width: 60px;
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='31' viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.57937 20.6067C9.54955 24.2617 13.125 27.1395 17.2059 29.1757C18.7596 29.9337 20.8375 30.833 23.1525 30.9872C23.296 30.9936 23.4333 31 23.5768 31C25.1306 31 26.3785 30.4476 27.3956 29.3106C27.4019 29.3042 27.4144 29.2913 27.4206 29.2785C27.7825 28.8288 28.1944 28.4242 28.6249 27.9938C28.9182 27.7047 29.2177 27.4028 29.5047 27.0945C30.8338 25.6685 30.8338 23.857 29.4923 22.476L25.7421 18.6154C25.1056 17.9345 24.3443 17.5748 23.5456 17.5748C22.7469 17.5748 21.9794 17.9345 21.3242 18.609L19.0903 20.9086C18.8844 20.7866 18.6723 20.6774 18.4726 20.5746C18.223 20.4461 17.9921 20.3241 17.7862 20.1892C15.752 18.8595 13.905 17.1252 12.1391 14.8962C11.2468 13.7335 10.6478 12.7571 10.2297 11.7615C10.8163 11.2155 11.3654 10.6438 11.8958 10.085C12.083 9.88583 12.2764 9.6867 12.4698 9.48757C13.1437 8.79382 13.5056 7.99088 13.5056 7.17509C13.5056 6.3593 13.15 5.55636 12.4698 4.86262L10.6103 2.9484C10.3919 2.72358 10.186 2.50518 9.97387 2.28036C9.56203 1.84356 9.13148 1.39391 8.70717 0.989225C8.06446 0.340448 7.30943 0 6.51073 0C5.71826 0 4.95699 0.340448 4.28932 0.995649L1.9556 3.39805C1.10698 4.27165 0.626507 5.33154 0.526669 6.55843C0.408111 8.09366 0.682666 9.72524 1.39401 11.6973C2.486 14.7484 4.13333 17.5812 6.57937 20.6067ZM2.0492 6.69333C2.12408 5.839 2.44232 5.12598 3.04135 4.50932L5.36259 2.11977C5.7245 1.76005 6.12385 1.57377 6.51073 1.57377C6.89136 1.57377 7.27823 1.76005 7.63391 2.13262C8.05198 2.53087 8.44509 2.9484 8.86941 3.39163C9.08156 3.61645 9.29996 3.84128 9.51835 4.07252L11.3778 5.98674C11.7647 6.385 11.9644 6.78968 11.9644 7.18794C11.9644 7.5862 11.7647 7.99088 11.3778 8.38914C11.1844 8.58827 10.991 8.79383 10.7975 8.99295C10.2172 9.59677 9.67435 10.1685 9.07532 10.7145C9.06284 10.7273 9.0566 10.7337 9.04412 10.7466C8.52621 11.2797 8.60733 11.7872 8.73213 12.1726C8.73837 12.1919 8.74461 12.2047 8.75085 12.224C9.23132 13.4123 9.89899 14.5429 10.9411 15.8918C12.813 18.2685 14.7848 20.1121 16.9563 21.5317C17.2246 21.7116 17.5117 21.8529 17.78 21.9942C18.0296 22.1227 18.2604 22.2447 18.4664 22.3796C18.4913 22.3925 18.51 22.4053 18.535 22.4181C18.7409 22.5274 18.9406 22.5787 19.1403 22.5787C19.6395 22.5787 19.9639 22.2511 20.07 22.1419L22.4037 19.7395C22.7656 19.367 23.1588 19.1678 23.5456 19.1678C24.0199 19.1678 24.4067 19.4697 24.6501 19.7395L28.4128 23.6065C29.1615 24.3773 29.1553 25.2124 28.394 26.0282C28.132 26.3172 27.8574 26.5935 27.5641 26.8825C27.1273 27.3193 26.6718 27.769 26.26 28.2764C25.5424 29.0729 24.6875 29.4455 23.5831 29.4455C23.477 29.4455 23.3647 29.4391 23.2586 29.4327C21.2119 29.2978 19.3087 28.4755 17.8798 27.7754C13.9986 25.8419 10.5916 23.099 7.76495 19.6175C5.43746 16.7333 3.87125 14.0483 2.83543 11.1705C2.19272 9.40406 1.94936 7.98446 2.0492 6.69333Z' fill='white'/%3E%3C/svg%3E%0A");
  background-color: #FF8200;
  background-position: center;
  background-repeat: no-repeat;
}

#phone_slide.show .phone_inner{
  display: block;
}
#phone_slide #callback.show {
  display: block;
}
.last_view_mod .slider-products .owl-dots {
  display: none;
}
.last_view_mod .slider-products .owl-nav button.owl-prev::before, .last_view_mod .slider-products .owl-nav button.owl-next::before {

    color: #000;
    font-size: 30px;

}

#categories-box li {
display: inline-block;margin-right: 20px;
}
#categories-box li a,#categories-box li span {  color: #676767;  font-size: 16px;
line-height: 130%;display: inline-block;padding: 13px 18px;
  border: 1px solid #D8E0E8;
border-radius: 5px
}
#categories-box li span {
  border-color: #FF8200;
  color: #FF8200;
}

#categories-box ul { margin-bottom :20px; text-align:justify;
/*    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;*/
}
h1[itemprop="name"] {
 font-weight: 700;
font-size: 28px;
line-height: 130%;
color: #000000; margin-bottom: 30px
}
.product_left {  width: calc(100% - 330px);
width:100%;
  border: 0px solid #D8E0E8; box-sizing: border-box;
border-radius: 5px;padding: 30px 33px
}
.product_right { width: 300px;
  float: right;
}
.mo_collect a {
    -ms-flex-pack: justify;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.mo_collect a span:first-child {
  padding-right: 20px
}

.mo_collect a span {
 color: #81C1E7;font-size: 14px;
line-height: 130%;
}

.mo_collect,.buy_info { box-sizing: border-box;
  margin: 0 0 30px;border: 1px solid #D8E0E8;
border-radius: 5px; padding: 25px;width: 100%
}

.mo_collect {
    display: flex;-ms-flex-direction: column; justify-content: center;
  flex-direction: column;padding: 0;width: auto; border: 0;margin: 0;margin-right: 30px;
}
.mo_collect .product_brend {
    text-align: center;
}
.mo_collect .product_brend span {
color: #000000;
  font-weight: 700;
  font-size: 14px;
}
.mo_collect .product_brend a {
    color: #81C1E7;    font-size: 14px;
  margin-left: 5px; display: inline-block;
}

#size_matraz {
    margin-bottom: 30px
}

#size_matraz label {
  display: block;   color: #000000;font-weight: 400;
font-size: 18px;
line-height: 130%; margin-bottom: 25px;
}
#size_matraz select,.size_matraz select { width: 100%;box-sizing: border-box;height: 40px; padding:0 14px;
   border: 1px solid #D8E0E8; font-family: 'Lato', sans-serif !important;
border-radius: 5px;   color: #000000;  font-weight: 500;
font-size: 14px;
line-height: 130%;
}
.btn_main_size {   cursor: pointer;
 background: #F9EAB0;
border: 1px dashed #DDA41D;
border-radius: 5px;
font-weight: 500;
font-size: 14px;
line-height: 130%;
color: #000000;
padding: 11px 10px; text-align: center;
}

#short_info span {
    color: #000000; font-weight: 700;
font-size: 14px;
}
#short_info a {
   color: #81C1E7;margin-left: 5px;
}
#short_info a:hover {
      color: #184479
}

#short_info .kode {
  font-size: 16px; color: #676767
}

#short_info .product_brend a { font-size:16px}
#short_info .product_rev a {
    font-size: 12px;
}

#short_info > div {
  white-space: nowrap;text-align: left;
}
#short_info {
  margin-bottom: 20px
}
.action_date {margin-bottom: 16px;
font-size: 18px;
line-height: 130%;
color: #000000;
}
.prinf_btn_line {
    margin-bottom: 27px;
}
.nali4ie {
  width: 155px;   font-weight: 500;
font-size: 16px;
line-height: 130%;
text-align: right;
color: #184479;
}
.tabs_prinfo {
display: grid;
width: 100%;
box-sizing: border-box;
grid-template-columns: 1fr 1fr;
column-gap: 0px;
gap: 0px;
border: 1px solid #D8E0E8;
border-bottom: 0; border-radius: 5px 5px 0px 0px;
margin-bottom: -1px;
}
.tabs_prinfo a {
  display: block;   font-weight: 600;
font-size: 16px;
line-height: 130%;
text-transform: uppercase;

padding: 23px 10px;display: block;

}
.tabs_prinfo div {  color: #000000;
  background: #FFFFFF;  border-bottom: 1px solid #D8E0E8;
}
.tabs_prinfo div.active {
  background: #184479; border-bottom:8px solid  #81C1E7;
}
.tabs_prinfo div.active a { color: #fff; }

#short_info,.prinf_btn_line {
    -ms-flex-pack: justify;
    text-align: justify;
    display: flex; width: 100%;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}
@media (min-width: 980px) and (max-width: 1400px) {
    #short_info {
      display: block;
    }

}
@media (min-width: 979px) and (max-width: 1400px) {
    .logo img {
      max-height: 30px;
    }
    .logo {
        padding-top: 5px
    }
     .navbar .nav > li.category > a.box-heading ,.navbar .nav > li.menu_topinfo > a{
         padding: 5px 10px 5px;font-size: 14px;
     }
     #search #quick_find_keyword {
         height: 38px;padding: 5px 50px 6px 12px;
     }
     #navigation .mob-search button.btn {
          width: 31px;
  height: 32px;
     }
     #search,.nav-phone {
         height: 40px;
     }
     .show_phone {
        height: 34px;
     }
     .navbar .nav > li.nav-phone a {
         font-size: 16px;
     }
     .navbar .nav > li.nav-phone .phone_block {
        width: 121px;
    }
    .buttons_block > div > a {
        height: 40px;width: 40px;
    }
    .wishlist {
        line-height: 40px;
    }
     .navbar .mob-search {
         width: 60px; margin-right: 5px;
     }
     .bloc-func .icont, .buttons_block > div > a .icont {
         height: 40px
     }
     .category,.menu_topinfo {
         margin-right: 5px;
     }
     #navigation .logo a {
         margin-right: 15px;
     }
      .navbar .nav > li.buttons_block > div {
          margin-left: 5px;
      }

}


.product-images .product_icons {

display: grid;
_width: 50%;
box-sizing: border-box;
grid-template-columns: 1fr 1fr;
column-gap: 20px;
gap: 20px;
}
.tab_brand img {
  _height: 100px;
}
.product-images .product_icons.full_line {
  grid-template-columns: 1fr;
}

.product-images .product_icons ul {
  padding: 13px 10px;  border: 1px solid #D8E0E8;
border-radius: 5px;  display: flex;  justify-content: space-between;
}
.product-images .product_icons ul li.product_ico {
  padding-left: 0;padding-right: 0
}

.podarok_full  {
    background: #D8F0F8;
    border: 1px solid #F1E5D7;
    border-radius: 4px;   display: inline-block;
     padding: 11px 12px;   color: #000000;  font-size: 12px;    line-height: 130%;
}
.podarok_full .podarok_icon { margin-bottom: 11px;
    -ms-flex-pack: justify;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
}
.podarok_full .podarok_icon span {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='35' viewBox='0 0 32 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4038 16.0331H13.5962V34.1762H18.4038V16.0331Z' fill='%23F2F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1025 15.2375H18.897V9.75195C16.9655 9.75195 15.034 9.75195 13.1025 9.75195V15.2375Z' fill='%23F2F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3068 9.75196H8.47944H2.2837C2.00091 9.75196 1.74351 9.86795 1.55671 10.0548C1.3699 10.2416 1.25391 10.499 1.25391 10.7818V15.2375H1.81952H12.3068L12.3068 9.75196Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.6924 15.2375H30.1797H30.7453V10.7817C30.7453 10.499 30.6293 10.2416 30.4425 10.0547C30.2557 9.86795 29.9983 9.75195 29.7155 9.75195H23.5198H19.6924L19.6924 15.2375Z' fill='%23FF0000'/%3E%3Cpath d='M1.81963 15.2375H30.1798C30.3995 15.2375 30.5776 15.4156 30.5776 15.6353V33.0533C30.5776 33.5813 30.3619 34.061 30.0144 34.4085C29.6668 34.756 29.1872 34.9717 28.6592 34.9717H3.34028C2.81232 34.9717 2.33263 34.756 1.9851 34.4085C1.63759 34.061 1.42188 33.5813 1.42188 33.0533V15.6353C1.42188 15.4156 1.59994 15.2375 1.81963 15.2375ZM29.782 16.0331H2.21738V33.0534C2.21738 33.3617 2.34384 33.6424 2.54752 33.8461C2.75119 34.0497 3.03183 34.1762 3.34022 34.1762H28.6591C28.9675 34.1762 29.2482 34.0497 29.4518 33.8461C29.6555 33.6424 29.782 33.3617 29.782 33.0534L29.782 16.0331Z' fill='%231C1F20'/%3E%3Cpath d='M13.1981 15.2375H18.8013C19.0209 15.2375 19.1991 15.4156 19.1991 15.6353V34.5739C19.1991 34.7936 19.0209 34.9717 18.8013 34.9717H13.1981C12.9784 34.9717 12.8003 34.7936 12.8003 34.5739V15.6353C12.8003 15.4156 12.9784 15.2375 13.1981 15.2375ZM18.4035 16.0331H13.5959V34.1761H18.4035V16.0331Z' fill='%231C1F20'/%3E%3Cpath d='M13.1027 15.2375H18.8972V9.75197H13.1027V15.2375ZM19.295 16.0331H12.7049C12.4852 16.0331 12.3071 15.855 12.3071 15.6353V9.35421C12.3071 9.13451 12.4852 8.95642 12.7049 8.95642H19.295C19.5147 8.95642 19.6927 9.13451 19.6927 9.35421V15.6353C19.6927 15.855 19.5147 16.0331 19.295 16.0331Z' fill='%231C1F20'/%3E%3Cpath d='M8.35765 9.73285C7.0091 9.42963 5.83018 9.01572 5.03301 8.38056C4.16169 7.68634 3.73859 6.7564 4.01426 5.4723C5.12624 0.292386 7.46731 0.238789 9.8887 2.05459C12.0936 3.70805 14.3389 7.05783 15.622 9.14595C15.737 9.33311 15.6787 9.57807 15.4915 9.69306C15.4262 9.73318 15.3539 9.75215 15.2824 9.75194H8.47967C8.43711 9.75194 8.39609 9.74523 8.35765 9.73285ZM5.52711 7.75906C6.21688 8.30864 7.28234 8.67796 8.51666 8.95638H14.5668C13.2815 6.92405 11.3114 4.11197 9.41324 2.68854C7.5343 1.27952 5.70295 1.38965 4.79118 5.63699C4.58926 6.57756 4.89526 7.25563 5.52711 7.75906Z' fill='%231C1F20'/%3E%3Cpath d='M23.4828 8.95643C24.7171 8.67801 25.7826 8.30868 26.4723 7.7591C27.1042 7.25568 27.4102 6.57761 27.2083 5.63704C26.2965 1.38968 24.4652 1.27957 22.5862 2.68859C20.6881 4.11201 18.718 6.9241 17.4326 8.95642L23.4828 8.95643ZM26.9664 8.38061C26.1693 9.01576 24.9903 9.42968 23.6418 9.73289C23.6033 9.74528 23.5623 9.752 23.5198 9.752H16.717C16.6456 9.75221 16.5732 9.73323 16.5079 9.69312C16.3208 9.57812 16.2623 9.33313 16.3773 9.14597C17.6603 7.05784 19.9058 3.7081 22.1107 2.05465C24.5321 0.23886 26.8732 0.292434 27.9852 5.47235C28.2608 6.75646 27.8377 7.68638 26.9664 8.38061Z' fill='%231C1F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.7822 16.033H19.2949H19.1992V34.1762H28.6594C28.9677 34.1762 29.2484 34.0497 29.452 33.846C29.6557 33.6424 29.7822 33.3617 29.7822 33.0533L29.7822 16.033Z' fill='%23FF0000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.295 8.95643H23.4832C24.7175 8.678 25.783 8.30868 26.4728 7.7591C27.1046 7.25568 27.4107 6.5776 27.2087 5.63703C26.297 1.38968 24.4656 1.27956 22.5867 2.68858C20.6885 4.112 18.7184 6.92409 17.4331 8.95642L19.295 8.95643Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5668 8.95642C13.2815 6.92409 11.3114 4.11201 9.41327 2.68858C7.53433 1.27956 5.70298 1.38968 4.79121 5.63703C4.58928 6.5776 4.8953 7.25567 5.52716 7.7591C6.21692 8.30868 7.28239 8.678 8.51671 8.95642H12.7049L14.5668 8.95642Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7046 16.0331H2.21729V33.0534C2.21729 33.3618 2.34374 33.6424 2.54742 33.8461C2.75109 34.0498 3.03173 34.1762 3.34012 34.1762H12.8002V16.0331L12.7046 16.0331Z' fill='%23FF0000'/%3E%3Cpath d='M1.25408 15.2375H30.7455V10.7818C30.7455 10.499 30.6295 10.2416 30.4427 10.0548C30.2558 9.86797 29.9985 9.75197 29.7157 9.75197H2.28386C2.00107 9.75197 1.74367 9.86797 1.55686 10.0548C1.37006 10.2416 1.25406 10.499 1.25406 10.7818L1.25408 15.2375ZM31.1433 16.0331H0.856281C0.636588 16.0331 0.458496 15.855 0.458496 15.6353V10.7818C0.458496 10.2794 0.663751 9.82296 0.994412 9.49234C1.32505 9.16168 1.78147 8.95642 2.28386 8.95642H29.7157C30.218 8.95642 30.6745 9.16168 31.0051 9.49232C31.3358 9.82296 31.541 10.2794 31.541 10.7818V15.6353C31.541 15.855 31.3629 16.0331 31.1433 16.0331Z' fill='%231C1F20'/%3E%3C/svg%3E%0A");
_background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 511.999 511' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffdb56' d='M240.504 91.96a7.32 7.32 0 0 0-.813-1.05c-.964-1.055-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 61.422 9.355 48.95 37.934 49.72 87.172c.543 34.558 7.476 66.71 7.773 68.062a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-47.25c0-2.531 1.117-4.328 2.05-5.39 2.22-2.512 2.497-6.2.7-9.028zM425.21 2.227c-24.108-6.774-57.397 6.382-98.944 39.097-29.934 23.567-52.993 48.535-53.961 49.586-.301.324-.57.68-.809 1.055l-.008.012a7.523 7.523 0 0 0 .703 9.011c.938 1.063 2.051 2.86 2.051 5.39v47.25a7.528 7.528 0 0 0 7.524 7.528h165.39a7.524 7.524 0 0 0 7.352-5.922c.297-1.351 7.23-33.504 7.77-68.062.773-49.238-11.7-77.817-37.067-84.945zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M52.719 126.543c2.117 16.39 4.597 27.894 4.773 28.691a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-27.086zM274.246 126.543v27.086a7.522 7.522 0 0 0 7.524 7.523h165.386a7.52 7.52 0 0 0 7.352-5.918c.176-.797 2.656-12.3 4.773-28.691zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M239.691 90.91c-.964-1.05-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 73.344 6.004 63.395 16.074 57.22 32.152a7.547 7.547 0 0 0-.418 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.45 38.875 37.913 7.27 72.96 10.324 73.312 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406zM455.2 33.727a7.547 7.547 0 0 0-.419-1.575c-6.176-16.078-16.125-26.144-29.57-29.922-24.11-6.773-57.399 6.38-98.945 39.094-29.934 23.57-52.993 48.535-53.961 49.586a7.525 7.525 0 0 0 6.18 12.59c.35-.031 35.398-3.082 73.312-10.355 52.219-10.012 85.004-23.09 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M217.727 68.984c-13.836-1.601-35.18-4.418-57.528-8.707-52.215-10.011-85.004-23.093-97.445-38.875-.059-.074-.113-.148-.172-.226-2.023 3.277-3.812 6.933-5.367 10.976a7.538 7.538 0 0 0-.414 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.445 38.875 37.918 7.27 72.965 10.324 73.317 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406c-.574-.625-8.96-9.71-21.964-21.926zM454.781 32.152c-1.55-4.039-3.34-7.699-5.363-10.976-.059.078-.113.152-.172.226-12.441 15.782-45.23 28.864-97.45 38.875-22.343 4.29-43.687 7.106-57.523 8.707C281.27 81.2 272.88 90.285 272.305 90.91a7.522 7.522 0 0 0 6.18 12.586c.35-.027 35.398-3.082 73.312-10.351 52.219-10.012 85.004-23.094 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543a7.547 7.547 0 0 0-.418-1.575zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M266.07 83.16h-20.144c-12.801 0-23.219 10.418-23.219 23.219v47.25a7.522 7.522 0 0 0 7.523 7.523h51.54a7.522 7.522 0 0 0 7.523-7.523v-47.25c0-12.8-10.418-23.219-23.223-23.219zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M222.707 126.543v27.086a7.525 7.525 0 0 0 7.523 7.527h51.54a7.525 7.525 0 0 0 7.523-7.527v-27.086zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23c43333' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v268.63a7.524 7.524 0 0 0 7.523 7.523h181.184a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v268.63a7.522 7.522 0 0 0 7.523 7.523h181.18a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23c43333'%3E%3C/path%3E%3Cpath fill='%23b23030' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v27.086h196.23v-27.086a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v27.086h196.226v-27.086a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23b23030'%3E%3C/path%3E%3Cpath fill='%23f2433b' d='M504.477 146.105H294.363a7.524 7.524 0 0 0-7.523 7.524v82.488a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zM217.633 146.105H7.523A7.522 7.522 0 0 0 0 153.63v82.488a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zm0 0' opacity='1' data-original='%23f2433b'%3E%3C/path%3E%3Cpath fill='%23d83636' d='M286.84 209.031v27.086a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524v-27.086zM0 209.031v27.086a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524v-27.086zm0 0' opacity='1' data-original='%23d83636'%3E%3C/path%3E%3Cpath fill='%23ffdb56' d='M294.363 146.105h-76.73a7.522 7.522 0 0 0-7.524 7.524v351.117a7.522 7.522 0 0 0 7.524 7.524h76.73a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M294.363 146.105h-27.082V512.27h27.082a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
_background-size:32px 32px ;
  width: 32px;height: 34px;display: inline-block;
  background-position:center;background-repeat: no-repeat;
}
.podarok_full .podarok_icon span.iconp1 {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 511.999 511' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ffdb56' d='M240.504 91.96a7.32 7.32 0 0 0-.813-1.05c-.964-1.055-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 61.422 9.355 48.95 37.934 49.72 87.172c.543 34.558 7.476 66.71 7.773 68.062a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-47.25c0-2.531 1.117-4.328 2.05-5.39 2.22-2.512 2.497-6.2.7-9.028zM425.21 2.227c-24.108-6.774-57.397 6.382-98.944 39.097-29.934 23.567-52.993 48.535-53.961 49.586-.301.324-.57.68-.809 1.055l-.008.012a7.523 7.523 0 0 0 .703 9.011c.938 1.063 2.051 2.86 2.051 5.39v47.25a7.528 7.528 0 0 0 7.524 7.528h165.39a7.524 7.524 0 0 0 7.352-5.922c.297-1.351 7.23-33.504 7.77-68.062.773-49.238-11.7-77.817-37.067-84.945zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M52.719 126.543c2.117 16.39 4.597 27.894 4.773 28.691a7.52 7.52 0 0 0 7.352 5.918H230.23a7.522 7.522 0 0 0 7.524-7.523v-27.086zM274.246 126.543v27.086a7.522 7.522 0 0 0 7.524 7.523h165.386a7.52 7.52 0 0 0 7.352-5.918c.176-.797 2.656-12.3 4.773-28.691zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M239.691 90.91c-.964-1.05-24.023-26.02-53.957-49.586C144.187 8.61 110.898-4.543 86.79 2.227 73.344 6.004 63.395 16.074 57.22 32.152a7.547 7.547 0 0 0-.418 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.45 38.875 37.913 7.27 72.96 10.324 73.312 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406zM455.2 33.727a7.547 7.547 0 0 0-.419-1.575c-6.176-16.078-16.125-26.144-29.57-29.922-24.11-6.773-57.399 6.38-98.945 39.094-29.934 23.57-52.993 48.535-53.961 49.586a7.525 7.525 0 0 0 6.18 12.59c.35-.031 35.398-3.082 73.312-10.355 52.219-10.012 85.004-23.09 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M217.727 68.984c-13.836-1.601-35.18-4.418-57.528-8.707-52.215-10.011-85.004-23.093-97.445-38.875-.059-.074-.113-.148-.172-.226-2.023 3.277-3.812 6.933-5.367 10.976a7.538 7.538 0 0 0-.414 1.575c-1.094 7.234.91 14.144 5.953 20.543 12.441 15.78 45.23 28.859 97.445 38.875 37.918 7.27 72.965 10.324 73.317 10.351a7.522 7.522 0 0 0 7.395-4.18 7.519 7.519 0 0 0-1.22-8.406c-.574-.625-8.96-9.71-21.964-21.926zM454.781 32.152c-1.55-4.039-3.34-7.699-5.363-10.976-.059.078-.113.152-.172.226-12.441 15.782-45.23 28.864-97.45 38.875-22.343 4.29-43.687 7.106-57.523 8.707C281.27 81.2 272.88 90.285 272.305 90.91a7.522 7.522 0 0 0 6.18 12.586c.35-.027 35.398-3.082 73.312-10.351 52.219-10.012 85.004-23.094 97.45-38.875 5.042-6.399 7.046-13.31 5.952-20.543a7.547 7.547 0 0 0-.418-1.575zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23ff9f34' d='M266.07 83.16h-20.144c-12.801 0-23.219 10.418-23.219 23.219v47.25a7.522 7.522 0 0 0 7.523 7.523h51.54a7.522 7.522 0 0 0 7.523-7.523v-47.25c0-12.8-10.418-23.219-23.223-23.219zm0 0' opacity='1' data-original='%23ff9f34'%3E%3C/path%3E%3Cpath fill='%23fb8f2d' d='M222.707 126.543v27.086a7.525 7.525 0 0 0 7.523 7.527h51.54a7.525 7.525 0 0 0 7.523-7.527v-27.086zm0 0' opacity='1' data-original='%23fb8f2d'%3E%3C/path%3E%3Cpath fill='%23c43333' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v268.63a7.524 7.524 0 0 0 7.523 7.523h181.184a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v268.63a7.522 7.522 0 0 0 7.523 7.523h181.18a7.522 7.522 0 0 0 7.523-7.524V236.117a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23c43333'%3E%3C/path%3E%3Cpath fill='%23b23030' d='M475.547 228.594H294.363a7.524 7.524 0 0 0-7.523 7.523v27.086h196.23v-27.086a7.522 7.522 0 0 0-7.523-7.523zM217.633 228.594H36.453a7.522 7.522 0 0 0-7.523 7.523v27.086h196.226v-27.086a7.522 7.522 0 0 0-7.523-7.523zm0 0' opacity='1' data-original='%23b23030'%3E%3C/path%3E%3Cpath fill='%23f2433b' d='M504.477 146.105H294.363a7.524 7.524 0 0 0-7.523 7.524v82.488a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zM217.633 146.105H7.523A7.522 7.522 0 0 0 0 153.63v82.488a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524V153.63a7.522 7.522 0 0 0-7.523-7.524zm0 0' opacity='1' data-original='%23f2433b'%3E%3C/path%3E%3Cpath fill='%23d83636' d='M286.84 209.031v27.086a7.524 7.524 0 0 0 7.523 7.524h210.114a7.522 7.522 0 0 0 7.523-7.524v-27.086zM0 209.031v27.086a7.522 7.522 0 0 0 7.523 7.524h210.11a7.522 7.522 0 0 0 7.523-7.524v-27.086zm0 0' opacity='1' data-original='%23d83636'%3E%3C/path%3E%3Cpath fill='%23ffdb56' d='M294.363 146.105h-76.73a7.522 7.522 0 0 0-7.524 7.524v351.117a7.522 7.522 0 0 0 7.524 7.524h76.73a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23ffdb56'%3E%3C/path%3E%3Cpath fill='%23f6c134' d='M294.363 146.105h-27.082V512.27h27.082a7.525 7.525 0 0 0 7.528-7.524V153.63a7.525 7.525 0 0 0-7.528-7.524zm0 0' opacity='1' data-original='%23f6c134'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
background-size:32px 32px
}
.podarok_full .podarok_icon span.iconp_sum{
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.325684 6.90665H10.9846V9.68992H0.325684V6.90665ZM0.325684 0H10.9846V2.78328H0.325684V0Z' fill='black'/%3E%3C/svg%3E%0A");
  width: 11px;height: 10px
}

.podarok_full .podarok_icon span.iconp_plus{
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.6592 5.71754H6.80307V9.68992H4.80545V5.71754H0.969238V3.9531H4.80545V0H6.80307V3.9531H10.6592V5.71754Z' fill='%23FF0000'/%3E%3C/svg%3E%0A");
  width: 10px;height: 10px
}
.podarok_full .podarok_icon span.iconp2 {
   background-image: url("data:image/svg+xml,%3Csvg width='30' height='34' viewBox='0 0 30 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.7432 8.1952C29.0183 8.1952 29.2413 7.9722 29.2413 7.69715V4.8782C29.2413 2.18835 27.0529 0 24.3631 0H5.6365C2.94665 0 0.758301 2.18835 0.758301 4.8782V24.8691C0.758301 25.1442 0.981293 25.3672 1.25635 25.3672C1.5314 25.3672 1.75439 25.1442 1.75439 24.8691V4.8782C1.75439 2.7376 3.4959 0.996094 5.6365 0.996094H7.28059C7.28145 0.996094 7.28232 0.996227 7.28318 0.996227C9.48069 0.996227 11.2685 2.78402 11.2685 4.98153V12.7358C11.2685 15.6234 13.6178 17.9727 16.5054 17.9727H21.9918C21.9092 18.0616 21.8582 18.1804 21.8582 18.3113V19.4277C21.8582 19.7027 22.0811 19.9257 22.3563 19.9257C22.6314 19.9257 22.8543 19.7027 22.8543 19.4277V18.3113C22.8543 18.1804 22.8034 18.0616 22.7207 17.9727H24.2596C26.4572 17.9727 28.245 19.7604 28.245 21.958C28.245 21.9594 28.2452 21.9606 28.2452 21.9619V29.1225C28.2452 31.2627 26.5037 33.0039 24.3631 33.0039H5.6365C3.4959 33.0039 1.75439 31.2627 1.75439 29.1225V26.8613C1.75439 26.5863 1.5314 26.3633 1.25635 26.3633C0.981293 26.3633 0.758301 26.5863 0.758301 26.8613V29.1225C0.758301 31.8119 2.94665 34 5.6365 34H24.3631C27.0529 34 29.2413 31.8119 29.2413 29.1225V9.68934C29.2413 9.41428 29.0183 9.19129 28.7432 9.19129C28.4681 9.19129 28.2452 9.41428 28.2452 9.68934V18.9731C28.0516 18.7152 10.9801 1.64674 10.9801 1.64674C10.7643 1.40781 10.5259 1.18967 10.2681 0.996094H24.3631C26.5037 0.996094 28.2452 2.7376 28.2452 4.8782V7.69715C28.2452 7.9722 28.4681 8.1952 28.7432 8.1952ZM24.9502 17.0255C24.7242 16.994 24.4939 16.9766 24.2595 16.9766H16.5053C14.1669 16.9766 12.2645 15.0742 12.2645 12.7358V4.98153C12.2645 4.74712 12.247 4.51682 12.2156 4.29097L24.9502 17.0255Z' fill='black'/%3E%3Cpath d='M7.14502 12.4317C7.14502 12.7068 7.36801 12.9298 7.64307 12.9298C7.91812 12.9298 8.14111 12.7068 8.14111 12.4317V11.3154C8.14111 11.0403 7.91812 10.8173 7.64307 10.8173C7.36801 10.8173 7.14502 11.0403 7.14502 11.3154V12.4317Z' fill='black'/%3E%3Cpath d='M7.14502 15.6889C7.14502 15.9639 7.36801 16.1869 7.64307 16.1869C7.91812 16.1869 8.14111 15.9639 8.14111 15.6889V14.5725C8.14111 14.2975 7.91812 14.0745 7.64307 14.0745C7.36801 14.0745 7.14502 14.2975 7.14502 14.5725V15.6889Z' fill='black'/%3E%3Cpath d='M8.71338 14.0002H9.82973C10.1048 14.0002 10.3278 13.7772 10.3278 13.5021C10.3278 13.2271 10.1048 13.0041 9.82973 13.0041H8.71338C8.43832 13.0041 8.21533 13.2271 8.21533 13.5021C8.21533 13.7772 8.43832 14.0002 8.71338 14.0002Z' fill='black'/%3E%3Cpath d='M5.45654 14.0002H6.5729C6.84795 14.0002 7.07095 13.7772 7.07095 13.5021C7.07095 13.2271 6.84795 13.0041 6.5729 13.0041H5.45654C5.18149 13.0041 4.9585 13.2271 4.9585 13.5021C4.9585 13.7772 5.18149 14.0002 5.45654 14.0002Z' fill='black'/%3E%3Cpath d='M7.64307 5.9338C7.91812 5.9338 8.14111 5.71081 8.14111 5.43575V4.3194C8.14111 4.04434 7.91812 3.82135 7.64307 3.82135C7.36801 3.82135 7.14502 4.04434 7.14502 4.3194V5.43575C7.14502 5.71081 7.36801 5.9338 7.64307 5.9338Z' fill='black'/%3E%3Cpath d='M7.14502 8.69296C7.14502 8.96801 7.36801 9.191 7.64307 9.191C7.91812 9.191 8.14111 8.96801 8.14111 8.69296V7.5766C8.14111 7.30154 7.91812 7.07855 7.64307 7.07855C7.36801 7.07855 7.14502 7.30154 7.14502 7.5766V8.69296Z' fill='black'/%3E%3Cpath d='M8.71338 7.00427H9.82973C10.1048 7.00427 10.3278 6.78128 10.3278 6.50623C10.3278 6.23117 10.1048 6.00818 9.82973 6.00818H8.71338C8.43832 6.00818 8.21533 6.23117 8.21533 6.50623C8.21533 6.78128 8.43832 7.00427 8.71338 7.00427Z' fill='black'/%3E%3Cpath d='M5.45654 7.00427H6.5729C6.84795 7.00427 7.07095 6.78128 7.07095 6.50623C7.07095 6.23117 6.84795 6.00818 6.5729 6.00818H5.45654C5.18149 6.00818 4.9585 6.23117 4.9585 6.50623C4.9585 6.78128 5.18149 7.00427 5.45654 7.00427Z' fill='black'/%3E%3Cpath d='M7.14502 19.4277C7.14502 19.7028 7.36801 19.9257 7.64307 19.9257C7.91812 19.9257 8.14111 19.7028 8.14111 19.4277V18.3113C8.14111 18.0363 7.91812 17.8133 7.64307 17.8133C7.36801 17.8133 7.14502 18.0363 7.14502 18.3113V19.4277Z' fill='black'/%3E%3Cpath d='M7.14502 22.6848C7.14502 22.9599 7.36801 23.1829 7.64307 23.1829C7.91812 23.1829 8.14111 22.9599 8.14111 22.6848V21.5685C8.14111 21.2934 7.91812 21.0704 7.64307 21.0704C7.36801 21.0704 7.14502 21.2934 7.14502 21.5685V22.6848Z' fill='black'/%3E%3Cpath d='M8.71338 20.9962H9.82973C10.1048 20.9962 10.3278 20.7732 10.3278 20.4981C10.3278 20.2231 10.1048 20.0001 9.82973 20.0001H8.71338C8.43832 20.0001 8.21533 20.2231 8.21533 20.4981C8.21533 20.7732 8.43832 20.9962 8.71338 20.9962Z' fill='black'/%3E%3Cpath d='M5.45654 20.9962H6.5729C6.84795 20.9962 7.07095 20.7732 7.07095 20.4981C7.07095 20.2231 6.84795 20.0001 6.5729 20.0001H5.45654C5.18149 20.0001 4.9585 20.2231 4.9585 20.4981C4.9585 20.7732 5.18149 20.9962 5.45654 20.9962Z' fill='black'/%3E%3Cpath d='M14.9995 19.9257C15.2746 19.9257 15.4976 19.7028 15.4976 19.4277V18.3113C15.4976 18.0363 15.2746 17.8133 14.9995 17.8133C14.7244 17.8133 14.5015 18.0363 14.5015 18.3113V19.4277C14.5015 19.7028 14.7244 19.9257 14.9995 19.9257Z' fill='black'/%3E%3Cpath d='M14.5015 22.6848C14.5015 22.9599 14.7245 23.1829 14.9995 23.1829C15.2746 23.1829 15.4976 22.9599 15.4976 22.6848V21.5685C15.4976 21.2934 15.2746 21.0704 14.9995 21.0704C14.7244 21.0704 14.5015 21.2934 14.5015 21.5685V22.6848Z' fill='black'/%3E%3Cpath d='M16.0703 20.9962H17.1867C17.4618 20.9962 17.6847 20.7732 17.6847 20.4981C17.6847 20.2231 17.4618 20.0001 17.1867 20.0001H16.0703C15.7952 20.0001 15.5723 20.2231 15.5723 20.4981C15.5723 20.7732 15.7953 20.9962 16.0703 20.9962Z' fill='black'/%3E%3Cpath d='M12.813 20.9962H13.9293C14.2044 20.9962 14.4274 20.7732 14.4274 20.4981C14.4274 20.2231 14.2044 20.0001 13.9293 20.0001H12.813C12.5379 20.0001 12.3149 20.2231 12.3149 20.4981C12.3149 20.7732 12.5379 20.9962 12.813 20.9962Z' fill='black'/%3E%3Cpath d='M22.3564 23.1829C22.6316 23.1829 22.8545 22.9599 22.8545 22.6848V21.5685C22.8545 21.2934 22.6316 21.0704 22.3564 21.0704C22.0813 21.0704 21.8584 21.2934 21.8584 21.5685V22.6848C21.8584 22.96 22.0814 23.1829 22.3564 23.1829Z' fill='black'/%3E%3Cpath d='M23.4268 20.9962H24.5431C24.8182 20.9962 25.0412 20.7732 25.0412 20.4981C25.0412 20.2231 24.8182 20.0001 24.5431 20.0001H23.4268C23.1516 20.0001 22.9287 20.2231 22.9287 20.4981C22.9287 20.7732 23.1517 20.9962 23.4268 20.9962Z' fill='black'/%3E%3Cpath d='M20.1694 20.9962H21.2858C21.5609 20.9962 21.7838 20.7732 21.7838 20.4981C21.7838 20.2231 21.5609 20.0001 21.2858 20.0001H20.1694C19.8943 20.0001 19.6714 20.2231 19.6714 20.4981C19.6714 20.7732 19.8943 20.9962 20.1694 20.9962Z' fill='black'/%3E%3Cpath d='M7.14502 26.4237C7.14502 26.6987 7.36801 26.9217 7.64307 26.9217C7.91812 26.9217 8.14111 26.6987 8.14111 26.4237V25.3073C8.14111 25.0323 7.91812 24.8093 7.64307 24.8093C7.36801 24.8093 7.14502 25.0323 7.14502 25.3073V26.4237Z' fill='black'/%3E%3Cpath d='M7.14502 29.6808C7.14502 29.9559 7.36801 30.1789 7.64307 30.1789C7.91812 30.1789 8.14111 29.9559 8.14111 29.6808V28.5645C8.14111 28.2894 7.91812 28.0664 7.64307 28.0664C7.36801 28.0664 7.14502 28.2894 7.14502 28.5645V29.6808Z' fill='black'/%3E%3Cpath d='M8.71338 27.9921H9.82973C10.1048 27.9921 10.3278 27.7691 10.3278 27.494C10.3278 27.219 10.1048 26.996 9.82973 26.996H8.71338C8.43832 26.996 8.21533 27.219 8.21533 27.494C8.21533 27.7691 8.43832 27.9921 8.71338 27.9921Z' fill='black'/%3E%3Cpath d='M5.45654 27.9921H6.5729C6.84795 27.9921 7.07095 27.7691 7.07095 27.494C7.07095 27.219 6.84795 26.996 6.5729 26.996H5.45654C5.18149 26.996 4.9585 27.219 4.9585 27.494C4.9585 27.7691 5.18149 27.9921 5.45654 27.9921Z' fill='black'/%3E%3Cpath d='M14.5015 26.4237C14.5015 26.6987 14.7245 26.9217 14.9995 26.9217C15.2746 26.9217 15.4976 26.6987 15.4976 26.4237V25.3073C15.4976 25.0323 15.2746 24.8093 14.9995 24.8093C14.7244 24.8093 14.5015 25.0323 14.5015 25.3073V26.4237Z' fill='black'/%3E%3Cpath d='M14.5015 29.6808C14.5015 29.9559 14.7245 30.1789 14.9995 30.1789C15.2746 30.1789 15.4976 29.9559 15.4976 29.6808V28.5645C15.4976 28.2894 15.2746 28.0664 14.9995 28.0664C14.7244 28.0664 14.5015 28.2894 14.5015 28.5645V29.6808Z' fill='black'/%3E%3Cpath d='M16.0703 27.9921H17.1867C17.4618 27.9921 17.6847 27.7691 17.6847 27.494C17.6847 27.219 17.4618 26.996 17.1867 26.996H16.0703C15.7952 26.996 15.5723 27.219 15.5723 27.494C15.5723 27.7691 15.7953 27.9921 16.0703 27.9921Z' fill='black'/%3E%3Cpath d='M12.813 27.9921H13.9293C14.2044 27.9921 14.4274 27.7691 14.4274 27.494C14.4274 27.219 14.2044 26.996 13.9293 26.996H12.813C12.5379 26.996 12.3149 27.219 12.3149 27.494C12.3149 27.7691 12.5379 27.9921 12.813 27.9921Z' fill='black'/%3E%3Cpath d='M21.8584 26.4237C21.8584 26.6987 22.0813 26.9217 22.3564 26.9217C22.6316 26.9217 22.8545 26.6987 22.8545 26.4237V25.3073C22.8545 25.0323 22.6316 24.8093 22.3564 24.8093C22.0813 24.8093 21.8584 25.0323 21.8584 25.3073V26.4237Z' fill='black'/%3E%3Cpath d='M21.8584 29.6808C21.8584 29.9559 22.0813 30.1789 22.3564 30.1789C22.6316 30.1789 22.8545 29.9559 22.8545 29.6808V28.5645C22.8545 28.2894 22.6316 28.0664 22.3564 28.0664C22.0813 28.0664 21.8584 28.2894 21.8584 28.5645V29.6808Z' fill='black'/%3E%3Cpath d='M23.4268 27.9921H24.5431C24.8182 27.9921 25.0412 27.7691 25.0412 27.494C25.0412 27.219 24.8182 26.996 24.5431 26.996H23.4268C23.1516 26.996 22.9287 27.219 22.9287 27.494C22.9287 27.7691 23.1517 27.9921 23.4268 27.9921Z' fill='black'/%3E%3Cpath d='M20.1694 27.9921H21.2858C21.5609 27.9921 21.7838 27.7691 21.7838 27.494C21.7838 27.219 21.5609 26.996 21.2858 26.996H20.1694C19.8943 26.996 19.6714 27.219 19.6714 27.494C19.6714 27.7691 19.8943 27.9921 20.1694 27.9921Z' fill='black'/%3E%3C/svg%3E%0A");
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512.042 512.042' xml:space='preserve'%3E%3Cg%3E%3Cpath d='m410.467 151.73 57.924-57.924 1.297 1.289a16.983 16.983 0 0 0 28.791-8.652l13.201-65.937A17.066 17.066 0 0 0 491.533.367l-65.877 13.201a16.98 16.98 0 0 0-8.832 28.723l1.374 1.391-14.063 14.097a53.272 53.272 0 0 0-3.755-3.849 52.538 52.538 0 0 0-49.707-11.682 343.894 343.894 0 0 1-189.321 0 52.533 52.533 0 0 0-49.707 11.682 53.068 53.068 0 0 0-3.755 3.849L93.795 43.681l1.297-1.306a16.99 16.99 0 0 0-8.67-28.792L20.494.365A17.066 17.066 0 0 0 .347 20.504l13.218 65.869a16.973 16.973 0 0 0 28.715 8.832l1.391-1.374 57.89 57.899a894.781 894.781 0 0 1 0 208.589l-57.89 57.924-1.297-1.288a16.983 16.983 0 0 0-28.791 8.652L.346 491.544a17.068 17.068 0 0 0 16.734 20.48c1.127.001 2.25-.113 3.354-.341l65.877-13.201a16.98 16.98 0 0 0 8.832-28.723l-1.374-1.391 14.097-14.097a52.438 52.438 0 0 0 53.461 15.531 343.894 343.894 0 0 1 189.321 0 52.568 52.568 0 0 0 49.707-11.682 53.068 53.068 0 0 0 3.755-3.849l14.097 14.097-1.297 1.306a16.99 16.99 0 0 0 8.67 28.792l65.954 13.218c1.123.232 2.267.346 3.413.341a17.107 17.107 0 0 0 16.759-20.48l-13.218-65.869a16.973 16.973 0 0 0-28.715-8.832l-1.391 1.374-57.916-57.899a894.836 894.836 0 0 1 .001-208.589zm25.83-101.982a8.533 8.533 0 0 0 0-12.032l-7.373-7.398 66.022-13.227-13.201 65.954-7.424-7.339a8.533 8.533 0 0 0-12.032 0l-48.111 48.111c1.041-6.989 1.963-13.986 3.166-20.958a53.196 53.196 0 0 0-3.729-30.464zM49.737 75.74a8.533 8.533 0 0 0-12.032 0l-7.39 7.373L17.08 17.091l65.954 13.201-7.339 7.424a8.533 8.533 0 0 0 0 12.032L98.377 72.43a53.195 53.195 0 0 0-3.729 30.464c1.203 6.972 2.125 13.969 3.166 20.958zM75.73 462.3a8.533 8.533 0 0 0 0 12.032l7.373 7.398-66.023 13.227 13.201-65.929 7.424 7.339a8.533 8.533 0 0 0 12.032 0l48.111-48.111c-1.041 6.989-1.963 13.986-3.166 20.958a53.196 53.196 0 0 0 3.729 30.464zm279.577-8.926a360.728 360.728 0 0 0-198.588 0 35.585 35.585 0 0 1-33.647-7.936 36.397 36.397 0 0 1-11.58-33.374c2.739-15.838 4.915-31.718 6.827-47.616 0-.137.043-.265.043-.393a911.314 911.314 0 0 0 0-216.064c0-.128 0-.256-.043-.393-1.903-15.898-4.079-31.778-6.827-47.616a36.393 36.393 0 0 1 11.58-33.399 35.584 35.584 0 0 1 33.647-7.936 360.616 360.616 0 0 0 198.588 0 35.61 35.61 0 0 1 33.647 7.936 36.378 36.378 0 0 1 11.58 33.374c-2.739 15.838-4.915 31.718-6.827 47.616 0 .137-.043.265-.043.393a911.314 911.314 0 0 0 0 216.064c0 .128 0 .256.043.393 1.903 15.898 4.079 31.778 6.827 47.616a36.376 36.376 0 0 1-11.58 33.425 35.59 35.59 0 0 1-33.647 7.91zm106.983-17.066a8.533 8.533 0 0 0 12.032 0l7.39-7.373 13.235 66.022-65.92-13.201 7.339-7.424a8.533 8.533 0 0 0 0-12.032l-22.682-22.682a53.196 53.196 0 0 0 3.729-30.464c-1.203-6.972-2.125-13.969-3.166-20.958z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M379.474 81.304a18.39 18.39 0 0 0-19.533-6.187 377.94 377.94 0 0 1-207.872 0 19.235 19.235 0 0 0-23.757 21.982 930.025 930.025 0 0 1 0 317.892 18.935 18.935 0 0 0 23.774 21.939 377.94 377.94 0 0 1 207.872 0 19.235 19.235 0 0 0 23.757-21.982 930.025 930.025 0 0 1 0-317.892 19.057 19.057 0 0 0-4.241-15.752zm-12.578 336.589a2.013 2.013 0 0 1-.495 1.877 2.309 2.309 0 0 1-1.306.853l-.521-.094a394.109 394.109 0 0 0-217.643.094c-.452 0-1.058-.555-1.306-.853a2.022 2.022 0 0 1-.495-1.886 947.201 947.201 0 0 0 0-323.729 2.2 2.2 0 0 1 2.321-2.628 395.3 395.3 0 0 0 217.643-.094c.524.123.989.425 1.314.853.471.502.654 1.21.486 1.877a947.257 947.257 0 0 0 .002 323.73z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cg fill-rule='evenodd' clip-rule='evenodd' transform='translate(-1 -1)'%3E%3Ccircle cx='188.747' cy='137.557' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='257.014' cy='137.557' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='325.28' cy='137.557' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='222.88' cy='171.691' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='291.147' cy='171.691' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='188.747' cy='205.824' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='257.014' cy='205.824' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='325.28' cy='205.824' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='222.88' cy='239.957' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='291.147' cy='239.957' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='188.747' cy='274.091' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='257.014' cy='274.091' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='325.28' cy='274.091' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='222.88' cy='308.224' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='291.147' cy='308.224' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='188.747' cy='342.357' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='257.014' cy='342.357' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='325.28' cy='342.357' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='222.88' cy='376.491' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3Ccircle cx='291.147' cy='376.491' r='8.533' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size:32px 32px ;
     width: 33px;height: 34px
}
.podarok_full .podarok_icon span.iconp3 {
background-image: url("data:image/svg+xml,%3Csvg width='36' height='34' viewBox='0 0 36 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.957031 1.30437L4.45196 2.60878L12.8398 0.652161L21.2276 2.60878L25.4215 1.30437V3.91319L23.3246 6.52202H24.7225V10.4353L25.4215 14.3485V15.0007L20.5286 14.3485L18.4317 12.3919L17.7327 15.0007L17.0337 17.6095L13.5388 21.5228H5.15094L0.957031 22.175L2.355 18.9139L0.957031 14.3485L2.355 8.47864V5.86981L0.957031 1.30437Z' fill='%23FFD064'/%3E%3Cpath d='M18.4317 13.0442L20.3334 13.878L26.1207 15.653L31.3973 19.116L34.5086 20.2184L33.964 20.5303L31.7126 22.175L32.6563 22.1203L31.3973 24.7934L30.6067 27.6586L30.3969 28.1041L28.9167 30.0015L27.3283 33.2625L24.0238 31.3059L21.9268 30.6537L19.8299 29.3493L14.7167 26.9899L11.4418 25.4361L13.6827 24.4397L14.2148 20.937L17.04 17.3115L17.8793 15.5294L18.4317 13.0442Z' fill='%23DDA41D'/%3E%3Cpath d='M3.86601 26.6666C4.19813 26.6666 4.46736 26.4126 4.46736 26.0993C4.46736 25.7859 4.19813 25.5319 3.86601 25.5319C3.5339 25.5319 3.26467 25.7859 3.26467 26.0993C3.26467 26.4126 3.5339 26.6666 3.86601 26.6666Z' fill='%2311111F'/%3E%3Cpath d='M30.3251 7.87404C30.6574 7.87404 30.9264 7.62 30.9264 7.30666V6.50383C30.9264 6.19049 30.6574 5.93645 30.3251 5.93645C29.9927 5.93645 29.7237 6.19049 29.7237 6.50383V7.30666C29.7237 7.62 29.9927 7.87404 30.3251 7.87404Z' fill='%2311111F'/%3E%3Cpath d='M30.3251 11.085C30.6574 11.085 30.9264 10.8309 30.9264 10.5176V9.71475C30.9264 9.40141 30.6574 9.14737 30.3251 9.14737C29.9927 9.14737 29.7237 9.40141 29.7237 9.71475V10.5176C29.7237 10.8309 29.9927 11.085 30.3251 11.085Z' fill='%2311111F'/%3E%3Cpath d='M28.198 9.07801H29.0489C29.3813 9.07801 29.6502 8.82397 29.6502 8.51063C29.6502 8.1973 29.3813 7.94326 29.0489 7.94326H28.198C27.8656 7.94326 27.5966 8.1973 27.5966 8.51063C27.5966 8.82397 27.8656 9.07801 28.198 9.07801Z' fill='%2311111F'/%3E%3Cpath d='M31.6011 9.07801H32.452C32.7844 9.07801 33.0533 8.82397 33.0533 8.51063C33.0533 8.1973 32.7844 7.94326 32.452 7.94326H31.6011C31.2687 7.94326 30.9998 8.1973 30.9998 8.51063C30.9998 8.82397 31.2687 9.07801 31.6011 9.07801Z' fill='%2311111F'/%3E%3Cpath d='M35.0847 19.5254C34.9485 19.355 34.7206 19.2716 34.4981 19.3082C34.4241 19.3207 32.6223 19.593 30.5724 17.8546C28.2104 15.8528 26.9989 15.2854 26.949 15.2621C26.9327 15.2546 26.7943 15.1925 26.5132 15.0949C26.5548 14.0278 26.413 13.0753 26.0728 12.2715C25.0293 9.80992 25.428 5.88184 25.4997 5.26014C26.1581 4.27829 26.7172 2.91886 26.7172 1.13475C26.7172 0.921134 26.5886 0.726382 26.3866 0.629645C26.1845 0.533758 25.9414 0.552907 25.7576 0.679006C25.6677 0.741134 23.5072 2.19248 19.666 1.15659C15.4243 0.0130495 13.5645 0 13.4875 0C13.4105 0 11.5507 0.0130495 7.309 1.15659C3.46717 2.19191 1.3073 0.740992 1.21981 0.68085C1.03775 0.552056 0.793458 0.530638 0.590204 0.627091C0.386499 0.723262 0.257812 0.919574 0.257812 1.13461C0.257812 2.91872 0.81691 4.27815 1.47523 5.26C1.54694 5.8817 1.94563 9.80978 0.90215 12.2713C-0.157264 14.7708 0.899143 17.9759 1.33902 19.1045C0.882757 19.5242 0.257963 20.4125 0.257963 22.1275C0.257963 22.3234 0.366054 22.5048 0.542247 22.6085C0.719041 22.7123 0.939283 22.7232 1.126 22.6359C1.14885 22.6257 3.44793 21.5923 7.38898 22.1217C10.2109 22.502 11.9542 22.6296 12.8209 22.6726C12.6888 23.1942 12.6118 23.66 12.5743 23.9726C12.1058 24.1469 11.431 24.5774 10.8825 25.6396C10.7915 25.8152 10.8043 26.0227 10.9142 26.1886C11.0239 26.3543 11.2183 26.4552 11.4256 26.4554C11.4432 26.4554 13.2173 26.4737 15.5217 27.9474C18.0433 29.5588 19.2202 30.1055 19.2689 30.1279C19.3182 30.1503 20.4999 30.6884 23.3979 31.5693C26.0476 32.375 27.1557 33.6818 27.1646 33.6923C27.2791 33.8333 27.4559 33.9147 27.642 33.9147C27.662 33.9147 27.682 33.9139 27.7019 33.9119C27.9092 33.8922 28.0912 33.7729 28.1822 33.596C28.7318 32.5336 28.6754 31.7668 28.5322 31.311C29.2527 30.6442 30.9082 28.9177 31.0555 27.017C31.1959 25.2093 32.6686 22.9013 32.9677 22.4495C33.7299 21.9981 34.5486 21.274 35.1475 20.1146C35.2461 19.923 35.2203 19.6959 35.0847 19.5254ZM7.55916 20.9987C4.70519 20.6142 2.63973 20.9813 1.52755 21.2926C1.729 20.1381 2.31275 19.8085 2.33094 19.7983C2.61582 19.664 2.7403 19.3434 2.61462 19.0672C2.59763 19.0298 0.921544 15.2817 2.01914 12.693C2.80194 10.8462 2.86358 8.37262 2.79487 6.74141C3.2083 7.09319 3.51663 7.27219 3.55647 7.29489C3.81655 7.4417 4.15316 7.38354 4.33987 7.15744C4.52659 6.93163 4.50599 6.60978 4.29116 6.40723L2.62394 4.83418C2.14302 4.16822 1.69487 3.26666 1.52875 2.10695C2.68498 2.55546 4.77735 3.01986 7.63913 2.24737C11.6835 1.15716 13.4717 1.13447 13.4858 1.13447C13.5034 1.13447 15.2917 1.15716 19.336 2.24737C22.1988 3.01886 24.2918 2.55546 25.4474 2.10638C25.2848 3.25532 24.8491 4.14822 24.3763 4.81007L22.6838 6.40723C22.4688 6.60978 22.4484 6.93163 22.6351 7.15744C22.8206 7.38354 23.1578 7.4417 23.4185 7.29489C23.4585 7.27219 23.7667 7.09319 24.1801 6.74141C24.1114 8.37262 24.173 10.8462 24.9558 12.6928C25.2013 13.2725 25.3192 13.9627 25.3199 14.7407C24.6431 14.5652 23.7344 14.3637 22.5523 14.1661C19.8363 13.7126 18.9565 12.2077 18.9224 12.1481C18.819 11.9569 18.6317 11.8536 18.3815 11.8394C18.1536 11.8417 17.9469 11.965 17.8471 12.1583C17.2481 13.3169 17.1477 14.3711 17.2399 15.2155C17.0489 15.7133 16.0325 18.2299 14.6049 19.4513C13.9398 20.0206 13.4956 20.7898 13.188 21.5522C12.5256 21.5279 10.7294 21.4261 7.55916 20.9987ZM32.196 21.5655L30.5975 22.0855C30.3103 22.1789 30.1424 22.4596 30.2052 22.7398C30.2687 23.02 30.5465 23.2163 30.846 23.1869C30.8682 23.1852 30.987 23.1742 31.1749 23.1379C30.6123 24.1746 29.9575 25.6306 29.8565 26.9342C29.7079 28.8468 27.4406 30.7227 27.4176 30.7413C27.1921 30.9261 27.1591 31.2604 27.3202 31.4976C27.3301 31.5125 27.4998 31.7735 27.3907 32.3167C26.7154 31.7773 25.545 31.0299 23.7668 30.4893C20.9933 29.6461 19.8288 29.1224 19.7965 29.1078C19.7653 29.0933 18.6114 28.5512 16.1961 27.0078C14.6499 26.019 13.3045 25.6096 12.4383 25.44C12.823 25.0247 13.1407 24.9901 13.1425 24.9889C13.4607 24.9859 13.721 24.7493 13.7373 24.4498C13.7385 24.4213 13.9077 21.5803 15.4133 20.2918C16.4398 19.4133 17.2514 18.0289 17.7705 16.9723C17.8556 17.1347 17.9203 17.2299 17.9326 17.2477C18.0977 17.4875 18.4253 17.5746 18.7007 17.4479C18.9731 17.3221 19.1042 17.0241 19.0048 16.7532L18.4546 15.2478C18.3847 14.7696 18.3899 14.1892 18.5738 13.5421C19.2404 14.1716 20.4225 14.9628 22.3421 15.2835C25.2672 15.7719 26.4129 16.2781 26.4193 16.2808C26.4305 16.2861 27.5592 16.8258 29.769 18.6989C31.2194 19.9281 32.6084 20.3196 33.5443 20.4268C33.118 20.9618 32.6371 21.3228 32.196 21.5655Z' fill='%2311111F'/%3E%3Cpath d='M8.37608 28.3688C7.21564 28.3688 6.27138 29.2597 6.27138 30.3546C6.27138 31.4495 7.21564 32.3404 8.37608 32.3404C9.53652 32.3404 10.4808 31.4495 10.4808 30.3546C10.4808 29.2597 9.53652 28.3688 8.37608 28.3688ZM8.37608 31.2057C7.87862 31.2057 7.47407 30.824 7.47407 30.3546C7.47407 29.8852 7.87862 29.5035 8.37608 29.5035C8.87354 29.5035 9.27809 29.8852 9.27809 30.3546C9.27809 30.824 8.87339 31.2057 8.37608 31.2057Z' fill='%2311111F'/%3E%3Cpath d='M4.70338 10.8261C4.39925 10.7028 4.04506 10.8369 3.91472 11.124C3.8361 11.2972 2.01208 15.3973 3.95171 18.4481C4.06446 18.6254 4.2635 18.7234 4.46796 18.7234C4.57304 18.7234 4.67993 18.6973 4.7769 18.6425C5.06178 18.4813 5.15394 18.1328 4.98301 17.8641C3.36164 15.3147 5.0036 11.6078 5.02059 11.5706C5.15033 11.2824 5.00871 10.9492 4.70338 10.8261Z' fill='%2311111F'/%3E%3Cpath d='M28.7112 24.9936C28.3929 24.893 28.0559 25.0554 27.9507 25.3523C27.6629 26.1657 26.5635 28.5754 25.3238 28.9652C25.009 29.0644 24.8387 29.3858 24.9439 29.6831C25.028 29.9208 25.2622 30.0712 25.5142 30.0712C25.577 30.0712 25.6411 30.0618 25.7045 30.0418C27.7352 29.4032 28.9585 26.0874 29.0911 25.7115C29.1963 25.4142 29.026 25.0927 28.7112 24.9936Z' fill='%2311111F'/%3E%3C/svg%3E%0A");
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M88.45 96.866a4.873 4.873 0 0 1-.533-3.284c2.511-13.465-2.541-32.228-4.148-37.658a2.283 2.283 0 0 1 0-1.352c.809-2.515.43-4.575-1.068-5.8-1.048-.855-2.632-.995-4.71-.422a4.1 4.1 0 0 1-2.047.047c-21.588-5.217-59.467 2.576-66.29 5.109a1.878 1.878 0 0 1-1.159.012c-2.9-.824-4.94-.074-6.059 2.228-.891 1.828.181 4.066.9 5.239a1.224 1.224 0 0 1 .154.842C1.678 72.589.871 88.6 7.3 103.8a2.116 2.116 0 0 1 .2 1.307 6.076 6.076 0 0 0-.212 2.9 3.913 3.913 0 0 0 2.085 2.847 5.609 5.609 0 0 0 4.648-.109 1.408 1.408 0 0 1 1.029-.049c4 1.271 10.029 1.853 16.974 1.853 16.384 0 37.878-3.238 49.962-8.314a4.31 4.31 0 0 1 1.891-.291c2.282.118 4-.617 4.85-2.058.592-.996 1.021-2.67-.277-5.02z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3Cpath d='M125.271 28.684c-.82-1.075-2.336-1.573-4.485-1.5a4.061 4.061 0 0 1-2-.428C98.937 16.65 61.519 16.819 55 17.615a1.891 1.891 0 0 1-1.131-.257c-2.632-1.473-4.788-1.216-6.412.764-1.29 1.573-.765 4-.338 5.3a1.225 1.225 0 0 1-.045.856 111.925 111.925 0 0 0-6.538 20.357 168.9 168.9 0 0 1 17.581-1h.005a80.413 80.413 0 0 1 18.523 1.845.89.89 0 0 0 .213.024 1.237 1.237 0 0 0 .334-.048 11.628 11.628 0 0 1 3.058-.452 6.681 6.681 0 0 1 4.35 1.446c2.431 1.984 3.19 5.182 2.1 8.8 1.29 4.387 4.489 16.336 4.862 27.942 2.4.119 4.761.183 7.034.183a82.855 82.855 0 0 0 13.144-.908 4.333 4.333 0 0 1 1.905.154c2.185.64 4.031.327 5.2-.878.8-.827 1.6-2.356.888-4.942a4.87 4.87 0 0 1 .243-3.319c5.559-12.516 4.992-31.939 4.685-37.594a2.285 2.285 0 0 1 .312-1.316c1.365-2.259 1.473-4.351.298-5.888z' fill='%23184479' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size:35px 35px ;
     width: 35px;height: 34px
}
.podarok_full .podarok_icon span.iconp4 {
background-image: url("data:image/svg+xml,%3Csvg width='37' height='32' viewBox='0 0 37 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.74234 8.90851H26.3105L26.9044 11.2841H31.6556L32.8434 11.878V13.0658L34.0312 17.817L35.8129 19.0048L36.4068 23.756V27.3194H34.0312L33.4373 29.1011L30.4678 30.8828L28.0922 29.1011V27.3194H13.8386L13.2447 28.5072L10.8691 30.2889L9.08743 29.695L7.30573 27.3194L3.14844 26.7255L3.74234 8.90851Z' fill='%23FFD064'/%3E%3Cpath d='M34.4228 17.868L33.4693 14.0539C33.73 13.9985 33.9256 13.7672 33.9256 13.4901V12.8751C33.9256 11.5399 32.8393 10.4537 31.5041 10.4537H27.1609V9.18528C27.1609 8.52824 26.6264 7.99375 25.9693 7.99375H17.8934L22.8011 6.03069C23.0967 5.91245 23.2405 5.57689 23.1223 5.28123C23.004 4.98565 22.6687 4.84175 22.3728 4.96005L18.3545 6.56733C19.579 5.78171 20.7904 4.91704 21.2516 4.31236C22.1495 3.13514 21.9221 1.44695 20.7449 0.54906C19.5677 -0.348902 17.8795 -0.121427 16.9816 1.05579C16.3256 1.91607 15.46 4.33329 14.8997 6.03666C14.3395 4.33343 13.4739 1.91607 12.8179 1.05579C11.92 -0.121427 10.2318 -0.348759 9.05456 0.54906C7.87734 1.44688 7.65001 3.13507 8.54783 4.31236C9.00903 4.91711 10.2204 5.78171 11.445 6.56733L7.42663 4.96005C7.13084 4.8416 6.79541 4.98558 6.67718 5.28123C6.55888 5.57689 6.70271 5.91245 6.99836 6.03069L11.906 7.99375H3.83011C3.17307 7.99375 2.63858 8.52824 2.63858 9.18528V19.6399C2.63858 19.9583 2.89669 20.2165 3.21514 20.2165C3.53352 20.2165 3.7917 19.9584 3.7917 19.6399V9.18528C3.7917 9.16406 3.80889 9.14687 3.83011 9.14687H25.9693C25.9905 9.14687 26.0077 9.16406 26.0077 9.18528V19.6401C26.0077 19.9585 26.2658 20.2166 26.5842 20.2166C26.9026 20.2166 27.1608 19.9585 27.1608 19.6401V18.9865H33.9618C33.9624 18.9865 33.9629 18.9866 33.9636 18.9866C33.9642 18.9866 33.9648 18.9866 33.9654 18.9866C34.8023 18.9872 35.5128 19.5365 35.7567 20.2934H33.964C33.6456 20.2934 33.3874 20.5515 33.3874 20.8699V22.0999C33.3874 23.096 34.1978 23.9064 35.1939 23.9064H35.8474V26.4431H34.3398C33.8446 25.0132 32.4853 23.9832 30.8891 23.9832C29.2929 23.9832 27.9335 25.0132 27.4383 26.4431H27.1607V22.0998C27.1607 21.7814 26.9026 21.5232 26.5842 21.5232C26.2658 21.5232 26.0076 21.7813 26.0076 22.0998V26.443H14.0456C13.5504 25.0132 12.1911 23.9831 10.5949 23.9831C8.99868 23.9831 7.63929 25.0131 7.14414 26.443H3.83011C3.80889 26.443 3.7917 26.4259 3.7917 26.4046V25.1362H6.29005C6.60843 25.1362 6.86661 24.8781 6.86661 24.5597C6.86661 24.2412 6.6085 23.9831 6.29005 23.9831H0.755274C0.436895 23.9831 0.178711 24.2412 0.178711 24.5597C0.178711 24.8781 0.436823 25.1362 0.755274 25.1362H2.63865V26.4046C2.63865 27.0617 3.17314 27.5962 3.83018 27.5962H6.9445C6.94435 27.609 6.94349 27.6217 6.94349 27.6346C6.94349 29.6479 8.58156 31.286 10.5949 31.286C12.6082 31.286 14.2463 29.6479 14.2463 27.6346C14.2463 27.6216 14.2454 27.609 14.2453 27.5962H27.2386C27.2385 27.609 27.2376 27.6217 27.2376 27.6346C27.2376 29.6479 28.8757 31.286 30.889 31.286C32.9023 31.286 34.5404 29.6479 34.5404 27.6346C34.5404 27.6216 34.5395 27.609 34.5394 27.5962H36.4239C36.7422 27.5962 37.0004 27.3381 37.0004 27.0196V20.8699C37.0005 19.3514 35.8802 18.0898 34.4228 17.868ZM12.6133 5.93842C10.339 4.52516 9.66442 3.87496 9.4647 3.61303C8.95243 2.9414 9.08217 1.9782 9.75388 1.46594C10.0308 1.25479 10.3571 1.15274 10.6811 1.15274C11.143 1.15274 11.5999 1.36029 11.9011 1.75512C12.4588 2.48637 13.3322 4.94761 13.9088 6.72117C13.5197 6.49204 13.0724 6.22386 12.6133 5.93842ZM15.8908 6.72109C16.4674 4.94761 17.3408 2.48645 17.8985 1.75504C18.4107 1.08341 19.3739 0.95374 20.0456 1.46594C20.7173 1.9782 20.8469 2.9414 20.3347 3.61303C20.135 3.87489 19.4604 4.52516 17.1863 5.93834C16.7273 6.22371 16.28 6.49197 15.8908 6.72109ZM27.1609 11.6067H31.5041C32.2035 11.6067 32.7725 12.1757 32.7725 12.8751V12.9135H27.1609V11.6067ZM27.1609 17.8334V14.0666H32.2839L33.2256 17.8334H27.1609ZM10.5949 30.1329C9.21731 30.1329 8.09654 29.0121 8.09654 27.6346C8.09654 26.257 9.21731 25.1362 10.5949 25.1362C11.9725 25.1362 13.0932 26.257 13.0932 27.6346C13.0932 29.0121 11.9725 30.1329 10.5949 30.1329ZM30.8892 30.1329C29.5116 30.1329 28.3908 29.0121 28.3908 27.6346C28.3908 26.257 29.5116 25.1362 30.8892 25.1362C32.2667 25.1362 33.3875 26.257 33.3875 27.6346C33.3875 29.0121 32.2667 30.1329 30.8892 30.1329ZM35.8474 22.7532H35.194C34.8337 22.7532 34.5406 22.46 34.5406 22.0997V21.4463H35.8474L35.8474 22.7532Z' fill='black'/%3E%3Cpath d='M10.5949 26.443C9.93785 26.443 9.40336 26.9775 9.40336 27.6346C9.40336 28.2916 9.93785 28.8261 10.5949 28.8261C11.2519 28.8261 11.7864 28.2916 11.7864 27.6346C11.7864 26.9775 11.2519 26.443 10.5949 26.443Z' fill='black'/%3E%3Cpath d='M30.8891 26.443C30.2321 26.443 29.6976 26.9775 29.6976 27.6346C29.6976 28.2916 30.2321 28.8261 30.8891 28.8261C31.5462 28.8261 32.0807 28.2916 32.0807 27.6346C32.0807 26.9775 31.5462 26.443 30.8891 26.443Z' fill='black'/%3E%3Cpath d='M24.1244 23.9831H15.5147C15.1963 23.9831 14.9381 24.2412 14.9381 24.5597C14.9381 24.8781 15.1962 25.1362 15.5147 25.1362H24.1244C24.4428 25.1362 24.7009 24.8781 24.7009 24.5597C24.7009 24.2412 24.4428 23.9831 24.1244 23.9831Z' fill='black'/%3E%3Cpath d='M9.36495 21.5232H1.98521C1.66683 21.5232 1.40864 21.7813 1.40864 22.0998C1.40864 22.4182 1.66676 22.6764 1.98521 22.6764H9.36495C9.68333 22.6764 9.94152 22.4182 9.94152 22.0998C9.94152 21.7813 9.68333 21.5232 9.36495 21.5232Z' fill='black'/%3E%3Cpath d='M9.36495 12.9135H6.90501C6.58663 12.9135 6.32845 13.1716 6.32845 13.49V18.4098C6.32845 18.7282 6.58656 18.9864 6.90501 18.9864C7.22346 18.9864 7.48158 18.7283 7.48158 18.4098V16.5265H8.74999C9.06837 16.5265 9.32655 16.2684 9.32655 15.9499C9.32655 15.6315 9.06844 15.3733 8.74999 15.3733H7.48158V14.0666H9.36495C9.68333 14.0666 9.94152 13.8085 9.94152 13.49C9.94144 13.1717 9.68333 12.9135 9.36495 12.9135Z' fill='black'/%3E%3Cpath d='M13.9022 16.7968C14.4792 16.4189 14.8613 15.7672 14.8613 15.0275C14.8613 13.8618 13.913 12.9135 12.7473 12.9135H11.2099C10.8915 12.9135 10.6333 13.1716 10.6333 13.49V18.4098C10.6333 18.7282 10.8914 18.9864 11.2099 18.9864C11.5283 18.9864 11.7864 18.7283 11.7864 18.4098V17.1414H12.7462L13.805 18.7296C13.9161 18.8962 14.0989 18.9864 14.2852 18.9864C14.3952 18.9864 14.5062 18.9551 14.6044 18.8895C14.8694 18.7129 14.941 18.3549 14.7643 18.09L13.9022 16.7968ZM12.7473 15.9884H11.7864V14.0666H12.7473C13.2772 14.0666 13.7082 14.4976 13.7082 15.0275C13.7082 15.5574 13.2772 15.9884 12.7473 15.9884Z' fill='black'/%3E%3Cpath d='M18.5896 17.8334H16.7062V16.5246C16.719 16.5255 16.7317 16.5265 16.7446 16.5265H17.9746C18.2929 16.5265 18.5511 16.2684 18.5511 15.95C18.5511 15.6315 18.293 15.3734 17.9746 15.3734H16.7446C16.7316 15.3734 16.719 15.3745 16.7062 15.3754V14.0666H18.5896C18.908 14.0666 19.1662 13.8085 19.1662 13.49C19.1662 13.1717 18.9081 12.9135 18.5896 12.9135H16.1297C15.8113 12.9135 15.5531 13.1716 15.5531 13.49V18.4098C15.5531 18.7282 15.8112 18.9864 16.1297 18.9864H18.5896C18.908 18.9864 19.1662 18.7283 19.1662 18.4098C19.1662 18.0914 18.908 17.8334 18.5896 17.8334Z' fill='black'/%3E%3Cpath d='M22.8944 17.8334H21.0111V16.5265H21.6645C21.9829 16.5265 22.2411 16.2684 22.2411 15.95C22.2411 15.6315 21.983 15.3734 21.6645 15.3734H21.0111V14.0666H22.8944C23.2128 14.0666 23.471 13.8085 23.471 13.49C23.471 13.1717 23.2129 12.9135 22.8944 12.9135H20.4345C20.1161 12.9135 19.8579 13.1716 19.8579 13.49V18.4098C19.8579 18.7282 20.1161 18.9864 20.4345 18.9864H22.8944C23.2128 18.9864 23.471 18.7283 23.471 18.4098C23.471 18.0914 23.2128 17.8334 22.8944 17.8334Z' fill='black'/%3E%3C/svg%3E%0A");
     width: 36px;height: 32px
}
.podarok_full .podarok_icon span.iconp5 {
   background-image: url("data:image/svg+xml,%3Csvg width='37' height='32' viewBox='0 0 37 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.74234 8.90851H26.3105L26.9044 11.2841H31.6556L32.8434 11.878V13.0658L34.0312 17.817L35.8129 19.0048L36.4068 23.756V27.3194H34.0312L33.4373 29.1011L30.4678 30.8828L28.0922 29.1011V27.3194H13.8386L13.2447 28.5072L10.8691 30.2889L9.08743 29.695L7.30573 27.3194L3.14844 26.7255L3.74234 8.90851Z' fill='%23FFD064'/%3E%3Cpath d='M34.4228 17.868L33.4693 14.0539C33.73 13.9985 33.9256 13.7672 33.9256 13.4901V12.8752C33.9256 11.5399 32.8393 10.4537 31.5041 10.4537H27.1609V9.18528C27.1609 8.52824 26.6264 7.99375 25.9693 7.99375H17.8934L22.8011 6.03069C23.0967 5.91246 23.2405 5.57689 23.1223 5.28123C23.004 4.98565 22.6687 4.84175 22.3728 4.96005L18.3545 6.56734C19.579 5.78171 20.7904 4.91704 21.2516 4.31236C22.1495 3.13514 21.9221 1.44695 20.7449 0.54906C19.5677 -0.348903 17.8795 -0.121427 16.9816 1.05579C16.3256 1.91607 15.46 4.33329 14.8997 6.03666C14.3395 4.33343 13.4739 1.91607 12.8179 1.05579C11.92 -0.121427 10.2318 -0.348759 9.05456 0.54906C7.87734 1.44688 7.65001 3.13507 8.54783 4.31236C9.00903 4.91712 10.2204 5.78171 11.445 6.56734L7.42663 4.96005C7.13084 4.8416 6.79541 4.98558 6.67718 5.28123C6.55887 5.57689 6.70271 5.91246 6.99836 6.03069L11.906 7.99375H3.83011C3.17307 7.99375 2.63858 8.52824 2.63858 9.18528V19.6399C2.63858 19.9583 2.89669 20.2165 3.21514 20.2165C3.53352 20.2165 3.7917 19.9584 3.7917 19.6399V9.18528C3.7917 9.16406 3.80889 9.14687 3.83011 9.14687H25.9693C25.9905 9.14687 26.0077 9.16406 26.0077 9.18528V19.6401C26.0077 19.9585 26.2658 20.2166 26.5842 20.2166C26.9026 20.2166 27.1608 19.9585 27.1608 19.6401V18.9865H33.9618L33.9636 18.9866L33.9654 18.9866C34.8023 18.9872 35.5128 19.5365 35.7567 20.2934H33.964C33.6456 20.2934 33.3874 20.5515 33.3874 20.8699V22.0999C33.3874 23.096 34.1978 23.9064 35.1939 23.9064H35.8474V26.4431H34.3398C33.8446 25.0133 32.4853 23.9832 30.8891 23.9832C29.2929 23.9832 27.9335 25.0132 27.4383 26.4431H27.1607V22.0998C27.1607 21.7814 26.9026 21.5232 26.5842 21.5232C26.2658 21.5232 26.0076 21.7813 26.0076 22.0998V26.443H14.0456C13.5504 25.0132 12.1911 23.9831 10.5949 23.9831C8.99868 23.9831 7.63929 25.0131 7.14414 26.443H3.83011C3.80889 26.443 3.7917 26.4259 3.7917 26.4046V25.1362H6.29005C6.60843 25.1362 6.86661 24.8781 6.86661 24.5597C6.86661 24.2412 6.6085 23.9831 6.29005 23.9831H0.755274C0.436895 23.9831 0.178711 24.2412 0.178711 24.5597C0.178711 24.8781 0.436823 25.1362 0.755274 25.1362H2.63865V26.4046C2.63865 27.0617 3.17314 27.5962 3.83018 27.5962H6.9445C6.94435 27.609 6.94349 27.6217 6.94349 27.6346C6.94349 29.6479 8.58156 31.286 10.5949 31.286C12.6082 31.286 14.2463 29.6479 14.2463 27.6346C14.2463 27.6216 14.2454 27.609 14.2453 27.5962H27.2386C27.2385 27.609 27.2376 27.6217 27.2376 27.6346C27.2376 29.6479 28.8757 31.286 30.889 31.286C32.9023 31.286 34.5404 29.6479 34.5404 27.6346C34.5404 27.6216 34.5395 27.609 34.5394 27.5962H36.4239C36.7422 27.5962 37.0004 27.3381 37.0004 27.0196V20.8699C37.0005 19.3514 35.8802 18.0898 34.4228 17.868ZM12.6133 5.93842C10.339 4.52517 9.66442 3.87496 9.4647 3.61303C8.95243 2.9414 9.08217 1.97821 9.75388 1.46594C10.0308 1.25479 10.3571 1.15274 10.6811 1.15274C11.143 1.15274 11.5999 1.36029 11.9011 1.75512C12.4588 2.48637 13.3322 4.94761 13.9088 6.72117C13.5197 6.49204 13.0724 6.22386 12.6133 5.93842ZM15.8908 6.7211C16.4674 4.94761 17.3408 2.48645 17.8985 1.75505C18.4107 1.08341 19.3739 0.95374 20.0456 1.46594C20.7173 1.97821 20.8469 2.9414 20.3347 3.61303C20.135 3.87489 19.4604 4.52517 17.1863 5.93834C16.7273 6.22371 16.28 6.49197 15.8908 6.7211ZM27.1609 11.6067H31.5041C32.2035 11.6067 32.7725 12.1757 32.7725 12.8751V12.9135H27.1609V11.6067ZM27.1609 17.8334V14.0666H32.2839L33.2256 17.8334H27.1609ZM10.5949 30.1329C9.21731 30.1329 8.09654 29.0122 8.09654 27.6346C8.09654 26.257 9.21731 25.1362 10.5949 25.1362C11.9725 25.1362 13.0932 26.257 13.0932 27.6346C13.0932 29.0122 11.9725 30.1329 10.5949 30.1329ZM30.8892 30.1329C29.5116 30.1329 28.3908 29.0122 28.3908 27.6346C28.3908 26.257 29.5116 25.1362 30.8892 25.1362C32.2667 25.1362 33.3875 26.257 33.3875 27.6346C33.3875 29.0122 32.2667 30.1329 30.8892 30.1329ZM35.8474 22.7532H35.194C34.8337 22.7532 34.5406 22.46 34.5406 22.0997V21.4463H35.8474L35.8474 22.7532Z' fill='black'/%3E%3Cpath d='M10.5949 26.443C9.93785 26.443 9.40336 26.9775 9.40336 27.6346C9.40336 28.2916 9.93785 28.8261 10.5949 28.8261C11.2519 28.8261 11.7864 28.2916 11.7864 27.6346C11.7864 26.9775 11.2519 26.443 10.5949 26.443Z' fill='black'/%3E%3Cpath d='M30.8891 26.443C30.2321 26.443 29.6976 26.9775 29.6976 27.6346C29.6976 28.2916 30.2321 28.8261 30.8891 28.8261C31.5462 28.8261 32.0807 28.2916 32.0807 27.6346C32.0807 26.9775 31.5462 26.443 30.8891 26.443Z' fill='black'/%3E%3Cpath d='M24.1244 23.9831H15.5147C15.1963 23.9831 14.9381 24.2412 14.9381 24.5597C14.9381 24.8781 15.1962 25.1362 15.5147 25.1362H24.1244C24.4427 25.1362 24.7009 24.8781 24.7009 24.5597C24.7009 24.2412 24.4428 23.9831 24.1244 23.9831Z' fill='black'/%3E%3Cpath d='M9.36495 21.5232H1.98521C1.66683 21.5232 1.40864 21.7813 1.40864 22.0998C1.40864 22.4182 1.66676 22.6764 1.98521 22.6764H9.36495C9.68333 22.6764 9.94152 22.4182 9.94152 22.0998C9.94152 21.7813 9.68333 21.5232 9.36495 21.5232Z' fill='black'/%3E%3Cpath d='M6.75852 20V11.2727H8.60369V14.8736H12.3494V11.2727H14.1903V20H12.3494V16.3949H8.60369V20H6.75852ZM23.1307 11.2727V20H21.3068V12.7727H17.7784V20H15.9545V11.2727H23.1307Z' fill='black'/%3E%3C/svg%3E%0A");
     width: 37px;height: 32px
}

#chekout_page {
  width: 1200px;max-width: 100%;margin: 0 auto
}
.slider-products  button.addtocart {
  display: none;
}
.shop-products:not(.slider-products) a.addtocart {
  display: none;
}

.page-small {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
#create_account input[type="text"],
#create_account input[type="password"],
#create_account input[type="tel"],
#create_account input[type="text"]{  max-width: 100%; border-radius:0;box-shadow: none;
  padding: 10px 20px;box-sizing: border-box;width: 200px;height: 50px;
}
#create_account input[type="checkbox"] {
  margin: 0 20px 0 0
}

#create_account label {
  display: inline-block;
}
#create_account .row {
  margin: 0;
}
#create_account .form-group label {
  width: 100px;text-align: right;padding-right:20px;
}

#create_account .form-group { position: relative;
  display: flex; align-items: center;
}
#create_account .form-group label.error {width: 360px;max-width: 100%; line-height: normal;
 position: absolute;left: 0;top: 40px;font-size: 12px;display: block; z-index: 1;text-align: left;
}
#product_rew {
/*  position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 100;*/
    margin-bottom: 40px;
}

#create_account .row-fluid .row .col-md-6 {width: 100% }
@media (max-width: 1600px) {
    .product-info  .product-cart {
       float: none;display: block;

     }
     .payparts_priv {
       margin: 0;float: right;
     }

}

@media (min-width: 980px) and (max-width: 1800px) {
     .product-info .product-cart {
       float: none;
     }
     button#add_to_cart {
       margin-bottom: 20px;margin-right: 20px;
     }

}
@media (min-width: 980px) and (max-width:1500px ) {
     .payparts_priv {
       float: none;
     }

}
@media (max-width: 1459px) {
     .product-info .product-cart {
       float: none;
     }

     .product-info .more_btn {
       white-space: nowrap;
     }
     .product-info .wishlist {
        margin-right: 5px;
      }
      .product-info .nali4ie {
        font-size: 14px;padding-left: 5px
      }
      .privet, .monob {
        padding-left: 45px
      }
  .action_date{
    margin-bottom: 10px;
  }
  #countdown.countdownHolder{
    width: 100%;font-size: 16px;
  }
  #countdown .position { width:20px;}
  #countdown .digit {
    width: 20px;
  }
}
@media (max-width: 1374px) {
    .payparts_priv { margin-right:10px;
       float: none;margin-top: 20px;
     }
}

@media (max-width: 1199px) {
     .product_left { width: 100%;display: block; margin-bottom: 30px }

    .product_right {
      width: 100%;float: none;
    }
    .product-images .product_icons {
      display: block;
    }
    .podarok_full {
      margin: 30px 0
    }
     .payparts_priv {
       margin: 0 0 0 20px;
     }

}
@media (max-width: 1020px) {
     .product-info .product-cart {
       float: none;
     }
}
@media (max-width: 979px) {
  .product-info .product-cart {
  float: none;
}
  .category-block-inner .title {
     font-size: 12px;
  }

   .block_short_data > div , .block_short_data > div + div {
     margin: 0;width: 100%;margin-bottom: 2px;
   }
   .block_short_data .block_left::after {
     display: none;
   }

        .topinfo {
          	font-size: 14px;
          }
    .show #search {
      margin: 0;  box-shadow: 0 5px 10px rgba(0,0,0,0.5);
      position: absolute;
      _right: 280px;
      top: 60px;
      left: 20px;
      width: calc(100% - 40px);
      _width: 600px;
      z-index: 9991;
      opacity: 1;
      overflow: visible;
    }

}


#formcallback.send button,#callback.send  button,#callback.send  input {
  display: none;
}

.message-box {
  font-size: 16px;
  display: none;
}
#formcallback.send  .message-box,#callback.send  .message-box {
  display: block;
}
.inner_product_desk .video {
  margin-bottom: 30px;
}
.video_inner iframe {
  border: 0;
}
.page-blog, .page-certificat,#home_manufact  {
  position: relative;
}

.btn_all {
  position: absolute;right: 0;top: -100px;
}

    .last_view_mod .shop-products .thumbnails.owl-carousel {
      border: 0; _border-left: 1px solid #D8E0E8; _border-right: 1px solid #D8E0E8;
    }
    .last_view_mod .owl-item .product-block {
       _border-bottom: 1px solid #D8E0E8; overflow: hidden;  border-right: 0px solid #D8E0E8;
       _border-top: 1px solid #D8E0E8;  _ border-left: 1px solid #D8E0E8;  padding-right: 1px;margin-right: -1px;
    }
    .last_view_mod .shop-products .thumbnails .item {
      margin-bottom: 0
    }
.checkout_back {
  display: none;
}
#wishlist  .wishlist  {
  display: none;
}
.wishlist_del {  bottom: 0;  top: auto;
background-size: contain;  width: 25px ;height: 21px; background-position: center;background-repeat: no-repeat;
background-image: url("data:image/svg+xml,%3Csvg width='28' height='31' viewBox='0 0 28 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4707 6.66667H26.9707M24.1374 6.66667V26.5C24.1374 27.9167 22.7207 29.3333 21.304 29.3333H7.13737C5.7207 29.3333 4.30404 27.9167 4.30404 26.5V6.66667M8.55404 6.66667V3.83333C8.55404 2.41667 9.9707 1 11.3874 1H17.054C18.4707 1 19.8874 2.41667 19.8874 3.83333V6.66667M11.3874 13.75V22.25M17.054 13.75V22.25' stroke='%238A8F9C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#wishlist .shop-products .thumbnails .item.span3 {
	width: 25%;
	margin: 0;
	border-right: 1px solid #D8E0E8;
	border-bottom: 1px solid #D8E0E8;
}
#footer_mob {
  display: none;
}
#bottom-footer {
  padding-top: 20px
}


  .checkout_back { max-width: 100%;
    display: none;  font-weight: 400; box-sizing: border-box;
font-size: 20px;  color: #000000;   padding: 10px;background: #FFF7EE;
border: 1px solid #F1E5D7;
border-radius: 4px;margin-bottom: 30px; width: 336px; text-align: center;
background-repeat:no-repeat;background-position: 35px center;
background-image: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.27705 4.50001C0.27705 4.40132 0.313263 4.30253 0.385597 4.22718L4.09025 0.368189C4.23501 0.217399 4.46942 0.217399 4.61409 0.368189C4.75875 0.518979 4.75885 0.763157 4.61409 0.91385L1.17135 4.50001L4.61409 8.08617C4.75885 8.23696 4.75885 8.48114 4.61409 8.63184C4.46933 8.78253 4.23492 8.78263 4.09025 8.63184L0.385597 4.77284C0.313263 4.6975 0.27705 4.59871 0.27705 4.50001Z' fill='black'/%3E%3C/svg%3E%0A");
  }
.button_back {
   margin-top: 30px; display: inline-block;
}
a.payparts_priv,a.privet,a.monob {
  cursor: pointer;
}
.options_radio strong {
  margin-bottom: 5px;display: block;
}

.options_radio label.atrib4,.options_radio label {margin-right: 10px; vertical-align:  top;}
.options_radio label.atrib4 div, .options_radio label div { line-height: normal;
        text-align: center;font-size: 12px;width: 70px;padding: 10px 5px;border: 2px solid #e5e5e5;border-radius:6px
}
.options_radio label.atrib4 input,.options_radio label input {
  display: none;
}

.options_radio label.atrib4 input:checked + div,.options_radio label input:checked + div {
  border: 2px solid #FF8200;
}
.options_radio label.atrib4 img,.options_radio label img {
  margin:0 auto 5px;
}
.block_car_ico,.brand_specif {
    display: flex;
  justify-content: flex-start;
}
.block_car_ico .product-images .product_icons ul {
    width: 100%
}
.product_left .podarok_full {
   width: 100%;display: block;
}
.product_left .product-images
{
    margin: 0;width: 100%;max-width: 400px;
}

.product_left .product-images .product_icons  {
    display: block;
}

@media (max-width: 767px) {
  .product_left .podarok_full {
      box-sizing: border-box;
  }
  .mo_collect a {
      text-align: center;display: inline-block;
  }
  .prinf_btn_line { text-align: center;
      display: block;
  }
  .product-info .more_btn {
      margin-bottom: 20px;
  }

  .mo_collect {
      margin: 0;text-align: center;
  }

  .title-mod + .slider-products {
      margin-bottom: 0
  }
  .shop-products .owl-carousel .thumbnails .item {
    margin-bottom: 0px;
  }
  .title-mod {
      font-size: 18px
  }
  .title-mod a small {  margin-left: 15px;
      font-size: 13px;padding: 3px 5px
  }
  .product_left {
      padding: 0
  }
  .block_car_ico, .brand_specif {
      display: block;
  }

  .product_detail { padding: 0;border: 0; margin-top: 30px;
    display: block; position: static;
  }
  .product_detail .description {
  display: none;
 }

  .row-flex {
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	justify-content: space-between;
	align-items: center;
    }
.row-flex .flx {
	width: 100%;
}
.row-flex::after {
  display: none;
}
.row-flex .flx0 {
  display: none;
}
.row-flex .flx.login { text-align: center;
  margin-bottom: 30px;
}

  .payparts_priv {
    width: 100%;margin-left: 0;text-align: center;box-sizing:border-box;
  }

  .checkout_back { max-width: 100%;
    display: inline-block;
  }

  .product-images .slick-vertical .thumbnail {
    height: auto;
  }
  .owl-carousel .owl-stage-outer {
    overflow: visible   !important;
  }
   #create_account #order_total_modules {
      padding: 0
    }

   .btn_all {  display: block;width: 100%; box-sizing: border-box;display: block;
     position: static;  text-align: center; float: none;
   }
    .inner_product_desk {
    	padding:30px 20px;
    }
   #home_info  > div + div {
      text-align: center; padding: 25px 0
   }
   #home_info .title {
     margin-bottom: 20px;
   }
  #home_info div.inner {
      padding: 25px 15px 0;
  }

 .podarok_full {
   display:  block;
 }
 .product-info .product-cart {
   float: none;display:block;width: 100%;
 }
 button#add_to_cart {
   display: block; width: 100%; margin: 30px 0;
 }

    #filter_home {
  display: grid;
/*
  grid: "blks1 blks2"
        "blks3 blks4"
        "fotr fotr" / 50% 50%;
  1grid-template-areas :
            "blks1 blks2"
            "blks3 blks4"
            "fotr fotr" ;
*/
  grid: "blks1 blks3"
        "blks4 fotr" / 50% 50%;
  1grid-template-areas :
            "blks1 blks3"
            "blks4 fotr" ;

      grid-gap: 16px;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      padding: 24px 26px 24px;
      background: #FFFFFF;
      border: 1px solid #D8E0E8;
      border-radius: 5px;
    }

    #filter_home div.filter1 {    grid-area: blks1 ; }
    #filter_home div.filter2 {    grid-area: blks2 ; }
    #filter_home div.filter3 {    grid-area: blks3 ; }
    #filter_home div.filter4 {    grid-area: blks4 ; }
    #filter_home div.filter5 {     grid-area: fotr;  }

    #filter_home:not(.show) .show_mob_calc {
      display: block;
    }
    #filter_home:not(.show) > div,#filter_home:not(.show) button {
      display: none;
    }
    #filter_home:not(.show) {
     display: block;
   }
     #filter_home div.filter5 {
       display: block;
     }

    #media .img, .inner_product_desk .blockinner_right .img {
        _width: 240px;
        display: inline-block;
    }


    #container.page-content .container {
      padding: 20px 30px;box-sizing: border-box;
    }
     #container.page-content #create_account .container {
       padding: 0
     }

    #container.page-content h1 {
       font-size: 22px;
    }

    .show #search {
        top: 0
    }
     .close_filtr::before,  .close_filtr::after {
       background: #fff;
     }

    .close_filtr {width: 30px;height: 30px;line-height: 30px;
      position: fixed;left: -40px;top:20px;color: red; cursor: pointer; display: inline-block;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
    }
    .filter-box.show .close_filtr {
        left: 310px
    }
    .sort-by-wrapper {
      display: flex;justify-content: space-between;
    }
    #categories-box {
      display: none;
    }

    .filter_show.show {  display: inline-block;
     background: #184479;  border:1px  solid #184479;
    border-radius: 5px;  color: #FFF;  font-weight: 600;
    font-size: 16px;  padding: 14px 16px 14px 62px;
    line-height: 130%;
    background-position:15px center;background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 5.64118H15.7747C15.3158 7.72987 13.4506 9.29793 11.2261 9.29793C9.00156 9.29793 7.13631 7.72993 6.67744 5.64118H1C0.44775 5.64118 0 5.19343 0 4.64118C0 4.08893 0.44775 3.64118 1 3.64118H6.67794C7.13769 1.55356 9.0055 -0.0155029 11.2261 -0.0155029C13.4478 -0.0155029 15.3148 1.55331 15.7743 3.64118H31C31.5523 3.64118 32 4.08893 32 4.64118C32 5.19343 31.5523 5.64118 31 5.64118ZM13.8827 4.64381C13.8827 4.64025 13.8826 4.63662 13.8826 4.63306C13.8783 3.17262 12.6866 1.98456 11.2261 1.98456C9.76763 1.98456 8.57588 3.171 8.56956 4.63075L8.56937 4.64543C8.57169 6.10837 9.76256 7.298 11.2261 7.298C12.6889 7.298 13.8794 6.10956 13.8827 4.6475L13.8827 4.64381ZM1 26.3587H6.67794C7.13775 24.2712 9.0055 22.7021 11.2261 22.7021C13.4478 22.7021 15.3148 24.2709 15.7743 26.3587H31C31.5523 26.3587 32 26.8064 32 27.3587C32 27.9111 31.5523 28.3587 31 28.3587H15.7747C15.3158 30.4474 13.4506 32.0155 11.2261 32.0155C9.00156 32.0155 7.13631 30.4474 6.67744 28.3587H1C0.44775 28.3587 0 27.9111 0 27.3587C0 26.8064 0.44775 26.3587 1 26.3587ZM11.2261 30.0155C12.6889 30.0155 13.8794 28.8271 13.8827 27.365L13.8827 27.3614C13.8827 27.3577 13.8826 27.3542 13.8826 27.3506C13.8783 25.8902 12.6866 24.7021 11.2261 24.7021C9.76763 24.7021 8.57588 25.8885 8.56956 27.3482L8.56937 27.3629C8.5715 28.826 9.76244 30.0155 11.2261 30.0155ZM1 15H16.2253C16.6842 12.9113 18.5494 11.3433 20.7739 11.3433C22.9984 11.3433 24.8637 12.9113 25.3226 15H31C31.5523 15 32 15.4477 32 16C32 16.5523 31.5523 17 31 17H25.3221C24.8622 19.0876 22.9945 20.6567 20.7739 20.6567C18.5522 20.6567 16.6852 19.0878 16.2257 17H1C0.44775 17 0 16.5523 0 16C0 15.4477 0.44775 15 1 15ZM18.1173 15.9974C18.1173 16.001 18.1174 16.0046 18.1174 16.0081C18.1218 17.4686 19.3134 18.6566 20.7739 18.6566C22.2324 18.6566 23.4241 17.4702 23.4304 16.0105L23.4306 15.9959C23.4284 14.5327 22.2375 13.3433 20.7739 13.3433C19.3111 13.3433 18.1206 14.5317 18.1173 15.9938L18.1173 15.9974Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
    }
    .sort-by-wrapper .sort-by {
      display: none;
    }

    .sort select,.fast_size select {
      background: #FFFFFF;
border: 1px solid #D8E0E8;
border-radius: 5px;  font-weight: 400;padding: 17px 15px;
font-size: 14px;  height: 52px;width: 130px ;margin: 0
    }

    .sidebar .widget.filter-box {  z-index: 99991; box-shadow: 5px 0 10px rgba(0,0,0,0.3); padding: 30px 0; background: #fff;box-sizing: border-box;
         position: fixed;top: 0;left: -400px;width: 300px;height: 100%;overflow-y: auto;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  -webkit-transition: .3s ease;
  transition: .3s ease;
    }
    .sidebar .widget.filter-box.show{
      left: 0;
    }
    .filter-box.show > div {
      padding:0 20px
    }
    .bikespec tr td {box-sizing: border-box;
      width: 50%; font-weight: 400;
      font-size: 14px;  padding: 12px 23px;
      line-height: 17px;
    }
    .inner_product_desk {
      margin-bottom: 40px
    }
    .bikespec {
      margin-bottom: 0
    }
    .cart-inner a.btn.closecart {
      margin-bottom: 30px;
    }
    .cart-inner .totprice {
      float: none;
    }
    .cart-option {
      margin-bottom: 20px;
    }
    #chekout_page .nav-tabs {   height: auto; margin-bottom: 20px;
          display: grid;
            grid-template-areas:
              "tb1 tb2"
              "tb3 tb3";
            grid-template-rows: 1fr 1fr;
            grid-template-columns: 1fr 1fr;
            grid-gap: 10px;
      column-gap: 15px;
      gap: 15px;
    }
    #chekout_page .nav-tabs.tab_two {
        display: grid;
        grid-template-areas: "tb1 tb3"; grid-template-rows:  1fr;
    }

     #chekout_page .tb1 {             grid-area: tb1;width: 100% !important     }
     #chekout_page .tb2 {             grid-area: tb2;width: 100% !important     }
     #chekout_page .tb3 {             grid-area: tb3;width: 100% !important     }

     #chekout_page .span4.sm_layout_box { display:none}
     #chekout_page .span8 {
       margin-bottom: 30px;
     }
     #chekout_page .tab-content {
       border: 0;padding: 0
     }
     #chekout_page .nav-tabs > li {
       border: 0;
     }
     #chekout_page .nav-tabs > li > a {   line-height: 130%;height: 58px; display: flex;align-items: center;text-align: center;align-content: center; justify-content: center;
        border: 1px solid #DCE4EA; border-bottom:3px solid #DCE4EA;  border-radius: 7px 7px 0px 0px;  font-weight: 400;
font-size: 14px;
     }
     #chekout_page .nav-tabs > li.active {
          border: 0px solid #FF8200;
    }
     #chekout_page .nav-tabs > li.active a {   border: 1px solid #184479;
           border-bottom:3px solid  #FF8200;
     }
      #home_manufact .thumbnails:before, #home_manufact .thumbnails:after {
        display: none;
      }

     #home_manufact .thumbnails {
        display: grid;_width: 100%; box-sizing: border-box;
        grid-template-columns : 1fr 1fr;
        column-gap:  20px;
        gap: 20px;
     }
     #home_manufact li {
       margin: 0;
     }
     #footer .footer-blocks  {
       display: none;
     }
     #footer_mob {
       display: block;
       background: #184479;
        color: #fff;
     }
     .fotermob_menu {  padding: 24px 0 0;
        display: grid; box-sizing: border-box;
        grid-template-columns : 1fr 1fr;
       grid-row-gap:   0px;
       grid-column-gap: 20px;

     }
     .mob-title {
         color: #5EC1E4;font-weight: 700;
        font-size: 14px; text-transform: uppercase;
        line-height: 160%;  margin-bottom: 17px;
     }
     .mob-inner li + li {
       margin-top: 16px; font-size: 14px;
     }
     .mobblock {
       margin-bottom: 30px;
     }
     .mob-phone a{
       display: block;
     }
     #footer_mob .ofical{ height: 61px;line-height: 61px;box-sizing: border-box;
       margin:0 0 25px;  border: 1px solid #5EC1E4; font-size: 15px;
border-radius: 5px;  background-position: 10px center;
     }
     #footer #footer_mob .block-soc {
         display: block;
     }
     #footer_mob .block-soc .social_cont   {
       display: flex; justify-content: space-between;
     }

     #footer #footer_mob .block-soc a {
       margin: 0
     }

}
@media (max-width: 500px) {
    .size_matraz_inner {
        display: grid;_width: 100%; box-sizing: border-box;
        grid-template-columns : 1fr 1fr;
        column-gap:  5px;
        gap: 5px;
    }
#short_info {
  display: block;
}

    .mo_size_btn {
      margin: 0;padding-left: 0;padding-right: 0
    }

    .page-certificat {
      padding: 14px 17px;
    }

   .sort-by-wrapper {
        display: grid;_width: 100%; box-sizing: border-box;
        grid-template-columns : 1fr 1fr;
        column-gap:  24px;
        gap: 24px;
   }
   .sort select, .fast_size select {
     width: 100%
   }


   .topinfo {
     max-height: none;
   }

}
@media (max-width: 400px) {
      #filter_home { display: block; }
      #phone_popup {
        max-width: 300px
      }
   #categories-box .row-fluid .span2,#categories-box .row-fluid .span2.first {
    width: 48%;margin: 0 1% !important;display: inline-block;
    }
}
.buttons_block .cnt.pulse {
background: #81C1E7
}

.pulse {
   box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.9);
-webkit-animation: pulse 2.1s infinite cubic-bezier(0.66,0,0,1);
-moz-animation: pulse 2.1s infinite cubic-bezier(0.66,0,0,1);
-ms-animation: pulse 2.1s infinite cubic-bezier(0.66,0,0,1);
animation: pulse 2.1s infinite cubic-bezier(0.66,0,0,1);
animation-delay: 0;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(46, 204, 113, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(46, 204, 113, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 25px rgba(46, 204, 113, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 25px rgba(46, 204, 113, 0);}}

.border_onas .span4  {
  text-align: center;padding-top: 80px;
}

.shipping-method .price {
  display: none;
}
#shipping_box p,#shipping_address p {
  position: relative;
}
#smart_checkout label.error {
   margin-bottom: 15px
}

#smart_checkout input[type="text"],
#smart_checkout input[type="tel"] {
    margin-bottom: 10px;
    padding: 8px 20px
}

#checkout_address input[type="text"] {
    margin-bottom: 0;
    padding: 8px 20px;
}

#checkout_address label.error {
    display: block;
    text-align: left;
    width: auto;
}

.bay-line .qbuybt_list {
  min-width: 137px;border-radius: 0
}
.bay-line .qbuybt_list:hover {
  color: #fff
}
.popup_qbuy {
	border-top: 3px solid #FF8200;
	border-radius: 0 0 10px 10px;
	box-sizing: border-box;
	z-index: 25;
	width: 240px;
	position: absolute;
    right: 14px;
	bottom: 50px;
	padding: 20px 30px 30px;;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	display: none;
}
#popup_qbuy {
    display: none;
}
.popup_qbuy.show {
  display: block;
}

.popup_qbuy input[type="tel"] {
    box-shadow: none;
    border-radius:0;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    height: 40px;
    font-family: 'Gotham Pro',sans-serif;
    border: 1px solid #000;
}
.popup_qbuy button {
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	backface-visibility: hidden;
	transform: translateZ(0);
	text-transform: none;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	background-color: #FF8200;
	color: #333333;
	padding: 12px 3px; width: 100%; border-radius:0;
	border: 0;
	margin-bottom: 0px;
	border: 3px solid #FF8200;
	font-family: 'Gotham Pro',sans-serif;

}
.popup_qbuy button:hover {
  background: #fff;
}
 .popup_qbuy .close {
   margin-top: -10px;margin-right: -20px;
 }
 
 
 
 #fon {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    background: rgb(0,0,0,0.7);
    height: 100%;
    z-index: 999999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
#fon .popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 730px;
    position: absolute;
    padding: 15px 20px;
    border-top: 5px solid #FF8200;
    border-bottom: 5px solid #000;
	background: #fff;
    z-index: 1000;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    padding: 50px 0px;
}
#fon .popup h2, #fon .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #009032;
    text-shadow: 1px 2px 4px #ddd;
}
#fon .closet {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;

}

#fon .closet:before {
    color: rgba(0, 0, 0, 0.9);
    content: "X";
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#fon .popup img {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

#fon .textpop {
    text-align: center;
    font-size: 20px; 
    max-width: 4p0px; 
    margin: auto;
    line-height: 30px;
}
#feedback-form {
    max-width: 470px;
    margin: 25px auto;
    text-align: center;
}

#feedback-form .message-box-error{
    color:red;
    margin-top: 10px;
}

#category_mob .mobil_catalog ul {
  display: none;
}
#category_mob .mobil_catalog ul.show {
  -webkit-animation: fade-in .25s ease-in-out;
  animation: fade-in .25s ease-in-out;
}
#category_mob ul {
	width: 285px; margin: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#category_mob .mobil_catalog ul.show {
  left: 100%;   display: block; position: absolute;
  top: 0;
}
#category_mob .mobil_catalog li {
  list-style: none
}
#catalog_mob .mobil_catalog > li {

}
#catalog_mob .cimg {
  background-size: auto;
}
.backcat span {
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='9' viewBox='0 0 24 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.646446 4.14645C0.451185 4.34171 0.451185 4.65829 0.646446 4.85355L3.82843 8.03553C4.02369 8.2308 4.34027 8.2308 4.53553 8.03553C4.7308 7.84027 4.7308 7.52369 4.53553 7.32843L1.70711 4.5L4.53553 1.67157C4.7308 1.47631 4.7308 1.15973 4.53553 0.964466C4.34027 0.769204 4.02369 0.769204 3.82843 0.964466L0.646446 4.14645ZM24 4L1 4V5L24 5V4Z' fill='black'/%3E%3C/svg%3E%0A");
	display: block;
	padding: 23px 10px 23px 63px;
	background-repeat: no-repeat;
	background-position: 24px center;
}
#category_mob11 .mobil_catalog ul ul  {
  display: block;
}

#catalog_mob .cimg {
  background-size: auto;
  background-size: 57% !important;
}

#catalog_mob .ico_cat61  .cimg {
  background-size: 100% !important;
}
#navigation .ico_cat61  .cimg ,
#category_first .ico_cat61  .cimg {
  background-size: 140% !important;
}
#navigation .ico_cat681 .cimg,
#category_first .ico_cat681 .cimg,
#catalog_mob .ico_cat681 .cimg {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

#category_mob .mobil_catalog .tab_cat ul .backcat {display:none}
#category_mob .mobil_catalog .tab_cat ul {
  display: block;
}
.lev0 a {
  display: block;
}

.ico_cat33 > a {
 background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.169377 9.81715C0.0653664 9.70003 0.00693612 9.54121 0.00693611 9.3756C0.00693611 9.21 0.0653663 9.05118 0.169377 8.93406L3.6608 5.0039L0.169377 1.07375C0.116387 1.01614 0.0741198 0.947221 0.0450427 0.871026C0.0159656 0.794831 0.000660692 0.71288 2.05381e-05 0.629956C-0.000619616 0.547031 0.0134182 0.464795 0.0413146 0.388042C0.069211 0.31129 0.110407 0.24156 0.1625 0.182921C0.214593 0.124282 0.276538 0.0779086 0.344723 0.0465068C0.412907 0.0151049 0.485964 -0.000696581 0.559632 2.40076e-05C0.633299 0.000744596 0.706101 0.0179736 0.773791 0.0507045C0.84148 0.0834355 0.9027 0.131013 0.95388 0.190661L4.83756 4.56236C4.94157 4.67948 5 4.8383 5 5.0039C5 5.16951 4.94157 5.32833 4.83756 5.44545L0.95388 9.81715C0.849838 9.93423 0.708745 10 0.561629 10C0.414513 10 0.27342 9.93423 0.169377 9.81715V9.81715Z' fill='%23676767'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: center right 15px;
}
#chekout_page input[type="text"].error  , #chekout_page input[type="tel"].error {
   border-color:red;
}
#checkout_quick label.error {
  text-align: left;color: red;width: auto;
}

@media screen and (min-width: 575px) {

    #feedback-form .message-box-error {
        margin-top: 0;
        width: 235px;
        position:absolute;
        top:95%;
        left: 50%;
        transform:translateX(-224px);
    }
}


.sendb {
    background: #FF8200;
    color: #000;
    font-size: 14px;
    padding: 12px 50px;
    border: 0px;
    margin: 10px auto;
    width: 232px;

}
.sendb:hover {
    cursor: pointer;
}
.phoneb {
    padding: 10px 10px 10px 10px!important;
    width: 232px!important;
    background: #FFFFFF!important;
    border: 1px solid #000;
    box-sizing: border-box!important;
    margin: auto 10px auto!important;
    height: 43px!important;
    border-radius: 0px !important;
}


#fon .closes {
    float: right;
    opacity: 1;
    transform: translateX(10px);
    width: 2px;
    height: 30px;
    background: none;
    padding-right: 30px;
    position: absolute;
    border: none;
    right: 30px;
    top: 10px;
}


#fon .closes:after, #fon .closes:before {
    line-height: normal;
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #000;
    transform: rotate(
45deg
) translate(10px,-10px);
position: absolute;
}

#fon .closes:before  {
    transform: rotate(
-45deg
) translate(10px,10px);
    margin-right: -2px;
}

#fon .skidka {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width: 580px) {
   #container,#last_view {
     overflow: hidden;
   }

.phoneb {
    width: 208px!important;
}
#fon .skidka { font-size: 18px }
#fon .textpop {font-size: 14px;}

}

body #bingc-active a.bingc-active-close-button svg polygon,
body #bingc-passive div.bingc-passive-overlay a.bingc-passive-close-button svg polygon {
    fill: black !important;
}

body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-we-will-call-you span.small-text,
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day span.bingc-passive-date-selection-selected-day{
    color: #000 !important;
}
body #bingc-passive div.bingc-passive-overlay div.bingc-passive-content div.bingc-passive-get-phone-form form.bingc-passive-get-phone-form div.bingc-passive-get-phone-form-date-selection div.bingc-passive-date-selection-select-day svg.bingc-passive-date-selection-arrows path {
    fill: #000 !important;
}













#npw-map-wrapper {
    display: none;
    width: 900px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 30px 0 rgba(51, 51, 51, 0.55);
    z-index: 50;
    background-color: #fff;
    overflow: hidden;
    border-top: none;
    _font-family: 'Muemo', sans-serif;
    box-sizing: border-box;
}

#npw-map {
    height: 100%;
    width: 70%;
    float: left;
}

#npw-map-sidebar {
    height: 100%;
    width: 30%;
    float: left;
}

#npw-map-sidebar-header {
    width: 100%;
    height: 48px;
    padding: 10px 13px;
    box-sizing: border-box;
    background-color: #ed1c23;
}
/*
#npw-map-logo {
    background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/np-logo-white.png") no-repeat;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 9px;
    float: left;
}
*/
#npw-map-back {
    display: none;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 14px;
    float: left;
}
#npw-map-back:after {
  content: "\003C";font-size: 26px; color: #fff;
}
#npw-map-back:hover {
    opacity: 0.7;
}

#npw-map-close-button {
    _background: url("https://apimgmtstorelinmtekiynqw.blob.core.windows.net/content/MediaLibrary/Widget/img/map-close-button-sprite.png") 0 0 no-repeat;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 20;
    text-align: center;background: #fff;border-radius:50%;
}
#npw-map-close-button:after {
  content: "\2716";font-size: 26px; color: red;
}

#npw-map-close-button:hover {
    background-position: 0 -46px;
    cursor: pointer;
}

#npw-map-back:hover {
    cursor: pointer;
}

#npw-map-sidebar input,
#npw-map-sidebar select
{
    border-radius: 4px;
    color: #6c737b;
    line-height: 17px;
    font-size: 13px;
    padding: 0 10px 2px 10px;
    background: #fbfbfb;
    height: 38px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    outline: none;
    _font-family: 'Muemo', sans-serif;
}

#npw-map-sidebar #npw-map-sidebar-search {
    height: 28px;
}

#npw-map-sidebar input {
    width: 100%;box-sizing: border-box;
    float: right;
}

#npw-map-sidebar select {
    width: 100%;
    margin-bottom: 10px;
}

#npw-map-sidebar ul {
    padding: 0 7px;
    margin: 0;
    overflow: auto;
    height: 498px;
}

#npw-map-sidebar ul li {
    margin-bottom: 8px;
    list-style-type: none;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #e7e9eb;
    border-radius: 2px;
    padding: 12px;
    color: #6c737b;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    text-align: left;
}

#npw-map-sidebar ul li:hover {
    border: solid 1px #b1b9c1;
    background-color: #fbfbfb;
}

#npw-map-state-details {
    display: none;
    margin: 7px;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid #e7e9eb;
    border-radius: 2px;
    padding: 26px 12px 2px 12px;
    color: #6c737b;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    text-align: left;
}

#npw-map-state-details div {
    margin-bottom: 9px;
}

#npw-map-state-details a {
    display: block;
    font-size: 12px;
    color: #c1c2c2;
    text-decoration: underline;
    padding: 12px 0 5px 0;
    margin-top: 12px;
    border-top: 1px solid #e7e9eb;
}

#npw-map-state-details a:hover {
    text-decoration: none;
}

#npw-map-sidebar ul li div {
    line-height: 16px;
    margin-bottom: 7px;
}

.npw-list-city {
    font-size: 14px;
}
.npw-list-warehouse {
    font-size: 16px;
    border-bottom: 1px solid #e7e9eb;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.npw-list-address {
    font-size: 12px;
    color: #b1b9c1;
}

.npw-details-title {
    font-size: 18px;
    color: #f63743;
    border-bottom: 1px solid #e7e9eb;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

#npw-map-sidebar ul li:hover {
    cursor: pointer;
}

.npw-display-block {
    display: block !important;
}



#npw-map-open-button.npw-map-open-button-opened {
    background-color: #b1b9c1 !important;
    border: 1px solid transparent;
}

#npw-map-open-button:hover,
#npw-map-open-button:focus,
#npw-map-open-button:active
{
    cursor: pointer;
    outline: none;
}

.page-blog .blog_title { display: block;height:60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
h1 span.discount {display: inline-block;white-space: nowrap;line-height: normal;
  background:  #81C1E7 ;font-weight: 400;color: #fff;font-size: 16px;padding: 3px 5px;border-radius:6px;margin-left: 20px
}

#short_info a.revbtn_scrl {
  color: #fff; padding:3px 5px;background:#184479;border-radius:5px;
}
#short_info > div.product_rev {
  text-align: center;white-space: normal;
}

#cart_quantity a.chekout_qb {
	vertical-align: top;
	display: inline-block;
	border: 2px solid #184479;
	background: #FFF;
	border-radius: 7px;
   padding: 15px 20px;
	margin-left: 20px;
	font-style: normal;
	font-family: 'Lato', sans-serif !important;
	font-size: 20px;
	line-height: 100%;
	color: #184479;  border-radius: 4px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;

}
#cart_quantity a.chekout_qb:hover {
  color: #000
}
td.sid1626 + td {   padding-left: 50px;
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='32' viewBox='0 0 37 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.74234 8.90851H26.3105L26.9044 11.2841H31.6556L32.8434 11.878V13.0658L34.0312 17.817L35.8129 19.0048L36.4068 23.756V27.3194H34.0312L33.4373 29.1011L30.4678 30.8828L28.0922 29.1011V27.3194H13.8386L13.2447 28.5072L10.8691 30.2889L9.08743 29.695L7.30573 27.3194L3.14844 26.7255L3.74234 8.90851Z' fill='%23FFD064'/%3E%3Cpath d='M34.4228 17.868L33.4693 14.0539C33.73 13.9985 33.9256 13.7672 33.9256 13.4901V12.8752C33.9256 11.5399 32.8393 10.4537 31.5041 10.4537H27.1609V9.18528C27.1609 8.52824 26.6264 7.99375 25.9693 7.99375H17.8934L22.8011 6.03069C23.0967 5.91246 23.2405 5.57689 23.1223 5.28123C23.004 4.98565 22.6687 4.84175 22.3728 4.96005L18.3545 6.56734C19.579 5.78171 20.7904 4.91704 21.2516 4.31236C22.1495 3.13514 21.9221 1.44695 20.7449 0.54906C19.5677 -0.348903 17.8795 -0.121427 16.9816 1.05579C16.3256 1.91607 15.46 4.33329 14.8997 6.03666C14.3395 4.33343 13.4739 1.91607 12.8179 1.05579C11.92 -0.121427 10.2318 -0.348759 9.05456 0.54906C7.87734 1.44688 7.65001 3.13507 8.54783 4.31236C9.00903 4.91712 10.2204 5.78171 11.445 6.56734L7.42663 4.96005C7.13084 4.8416 6.79541 4.98558 6.67718 5.28123C6.55887 5.57689 6.70271 5.91246 6.99836 6.03069L11.906 7.99375H3.83011C3.17307 7.99375 2.63858 8.52824 2.63858 9.18528V19.6399C2.63858 19.9583 2.89669 20.2165 3.21514 20.2165C3.53352 20.2165 3.7917 19.9584 3.7917 19.6399V9.18528C3.7917 9.16406 3.80889 9.14687 3.83011 9.14687H25.9693C25.9905 9.14687 26.0077 9.16406 26.0077 9.18528V19.6401C26.0077 19.9585 26.2658 20.2166 26.5842 20.2166C26.9026 20.2166 27.1608 19.9585 27.1608 19.6401V18.9865H33.9618L33.9636 18.9866L33.9654 18.9866C34.8023 18.9872 35.5128 19.5365 35.7567 20.2934H33.964C33.6456 20.2934 33.3874 20.5515 33.3874 20.8699V22.0999C33.3874 23.096 34.1978 23.9064 35.1939 23.9064H35.8474V26.4431H34.3398C33.8446 25.0133 32.4853 23.9832 30.8891 23.9832C29.2929 23.9832 27.9335 25.0132 27.4383 26.4431H27.1607V22.0998C27.1607 21.7814 26.9026 21.5232 26.5842 21.5232C26.2658 21.5232 26.0076 21.7813 26.0076 22.0998V26.443H14.0456C13.5504 25.0132 12.1911 23.9831 10.5949 23.9831C8.99868 23.9831 7.63929 25.0131 7.14414 26.443H3.83011C3.80889 26.443 3.7917 26.4259 3.7917 26.4046V25.1362H6.29005C6.60843 25.1362 6.86661 24.8781 6.86661 24.5597C6.86661 24.2412 6.6085 23.9831 6.29005 23.9831H0.755274C0.436895 23.9831 0.178711 24.2412 0.178711 24.5597C0.178711 24.8781 0.436823 25.1362 0.755274 25.1362H2.63865V26.4046C2.63865 27.0617 3.17314 27.5962 3.83018 27.5962H6.9445C6.94435 27.609 6.94349 27.6217 6.94349 27.6346C6.94349 29.6479 8.58156 31.286 10.5949 31.286C12.6082 31.286 14.2463 29.6479 14.2463 27.6346C14.2463 27.6216 14.2454 27.609 14.2453 27.5962H27.2386C27.2385 27.609 27.2376 27.6217 27.2376 27.6346C27.2376 29.6479 28.8757 31.286 30.889 31.286C32.9023 31.286 34.5404 29.6479 34.5404 27.6346C34.5404 27.6216 34.5395 27.609 34.5394 27.5962H36.4239C36.7422 27.5962 37.0004 27.3381 37.0004 27.0196V20.8699C37.0005 19.3514 35.8802 18.0898 34.4228 17.868ZM12.6133 5.93842C10.339 4.52517 9.66442 3.87496 9.4647 3.61303C8.95243 2.9414 9.08217 1.97821 9.75388 1.46594C10.0308 1.25479 10.3571 1.15274 10.6811 1.15274C11.143 1.15274 11.5999 1.36029 11.9011 1.75512C12.4588 2.48637 13.3322 4.94761 13.9088 6.72117C13.5197 6.49204 13.0724 6.22386 12.6133 5.93842ZM15.8908 6.7211C16.4674 4.94761 17.3408 2.48645 17.8985 1.75505C18.4107 1.08341 19.3739 0.95374 20.0456 1.46594C20.7173 1.97821 20.8469 2.9414 20.3347 3.61303C20.135 3.87489 19.4604 4.52517 17.1863 5.93834C16.7273 6.22371 16.28 6.49197 15.8908 6.7211ZM27.1609 11.6067H31.5041C32.2035 11.6067 32.7725 12.1757 32.7725 12.8751V12.9135H27.1609V11.6067ZM27.1609 17.8334V14.0666H32.2839L33.2256 17.8334H27.1609ZM10.5949 30.1329C9.21731 30.1329 8.09654 29.0122 8.09654 27.6346C8.09654 26.257 9.21731 25.1362 10.5949 25.1362C11.9725 25.1362 13.0932 26.257 13.0932 27.6346C13.0932 29.0122 11.9725 30.1329 10.5949 30.1329ZM30.8892 30.1329C29.5116 30.1329 28.3908 29.0122 28.3908 27.6346C28.3908 26.257 29.5116 25.1362 30.8892 25.1362C32.2667 25.1362 33.3875 26.257 33.3875 27.6346C33.3875 29.0122 32.2667 30.1329 30.8892 30.1329ZM35.8474 22.7532H35.194C34.8337 22.7532 34.5406 22.46 34.5406 22.0997V21.4463H35.8474L35.8474 22.7532Z' fill='black'/%3E%3Cpath d='M10.5949 26.443C9.93785 26.443 9.40336 26.9775 9.40336 27.6346C9.40336 28.2916 9.93785 28.8261 10.5949 28.8261C11.2519 28.8261 11.7864 28.2916 11.7864 27.6346C11.7864 26.9775 11.2519 26.443 10.5949 26.443Z' fill='black'/%3E%3Cpath d='M30.8891 26.443C30.2321 26.443 29.6976 26.9775 29.6976 27.6346C29.6976 28.2916 30.2321 28.8261 30.8891 28.8261C31.5462 28.8261 32.0807 28.2916 32.0807 27.6346C32.0807 26.9775 31.5462 26.443 30.8891 26.443Z' fill='black'/%3E%3Cpath d='M24.1244 23.9831H15.5147C15.1963 23.9831 14.9381 24.2412 14.9381 24.5597C14.9381 24.8781 15.1962 25.1362 15.5147 25.1362H24.1244C24.4427 25.1362 24.7009 24.8781 24.7009 24.5597C24.7009 24.2412 24.4428 23.9831 24.1244 23.9831Z' fill='black'/%3E%3Cpath d='M9.36495 21.5232H1.98521C1.66683 21.5232 1.40864 21.7813 1.40864 22.0998C1.40864 22.4182 1.66676 22.6764 1.98521 22.6764H9.36495C9.68333 22.6764 9.94152 22.4182 9.94152 22.0998C9.94152 21.7813 9.68333 21.5232 9.36495 21.5232Z' fill='black'/%3E%3Cpath d='M6.75852 20V11.2727H8.60369V14.8736H12.3494V11.2727H14.1903V20H12.3494V16.3949H8.60369V20H6.75852ZM23.1307 11.2727V20H21.3068V12.7727H17.7784V20H15.9545V11.2727H23.1307Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: 0px center;
  background-repeat: no-repeat;
}
 @media screen and (max-width: 430px) {
  #revwrite_block .rev-form div span {
      width: auto;margin-right: 20px;
  }


}
.bann_footer {
   background: #5EC1E4;color: #000;
   z-index: 999;
    position: -webkit-sticky;
    position: sticky;
    bottom:0;left: 0;
    width: 100%;
}
.bann_footer > div {
  padding: 5px;  color: #000;
}
.bann_footer a {
  color: #000

}

.digit {
    background-color: #184479 !important ;
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.5, #184479), color-stop(0.5, #184479) )  !important;
}

@media (min-width: 1200px){

.footer-blocks .span3{
  _width: 17.9%;
}
}