@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap&subset=latin-ext');
/* 
    Created on : 30.05.2015, 15:20:23
    Authors    : Brilliant It - Yura & Max
*/
body {
  opacity: 1 !important;
  transition: .5s;
}
.vm__img_autocrop img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.clear {
  clear: both;
}
@-webkit-keyframes spinrotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-moz-keyframes spinrotation {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(359deg);
  }
}
@-o-keyframes spinrotation {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(359deg);
  }
}
@keyframes spinrotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.spinner {
  height: 40px;
  width: 40px;
  margin: 20px auto;
  position: relative;
  -webkit-animation: spinrotation .6s infinite linear;
  -moz-animation: spinrotation .6s infinite linear;
  -o-animation: spinrotation .6s infinite linear;
  animation: spinrotation .6s infinite linear;
  border-left: 6px solid rgba(128, 128, 128, 0.15);
  border-right: 6px solid rgba(128, 128, 128, 0.15);
  border-bottom: 6px solid rgba(128, 128, 128, 0.15);
  border-top: 6px solid rgba(128, 128, 128, 0.8);
  border-radius: 100%;
  display: none;
}
/***** Fonts */
@font-face {
  font-family: 'Lato-Regular';
  src: url(fonts/Lato-Regular.ttf);
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url(fonts/Lato-Heavy.ttf);
}
@font-face {
  font-family: 'Lato-Heavy';
  src: url(fonts/Lato-Bold.ttf);
}
@font-face {
  font-family: 'Lato-Thin';
  src: url(fonts/Lato-Thin.ttf);
}
/**
 * Всякие заготовки
 */
/****** Эффект для placeholder */
.field_effect::-webkit-input-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect::-moz-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:-moz-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:-ms-input-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:focus::-webkit-input-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus::-moz-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus:-moz-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus:-ms-input-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.category-view .spacer {
  float: left;
  /*width: 25%;*/
  width: 33.33%;
  padding: 10px;
  box-sizing: border-box;
}
.category-view .spacer_wrapp {
  overflow: hidden;
  position: relative;
}
.category-view .spacer_wrapp img {
  /*margin: 0 -30%;
	height: 600px;
	*/
  margin: 0;
  width: 100%;
  -moz-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.catDescSmall {
  min-height: 80px;
  overflow: hidden;
}
.vm_category_item.lastCat .catDescSmall {
  display: none;
}
.pad_top_bottom {
  margin: 10px 0px;
}
.hvr_none {
  border-bottom: none;
  border: none;
}
.hvr_none:hover {
  border-bottom: none;
  border: none;
}
.hvr_none span,
.hvr_none a {
  border-bottom: none;
  border: none;
}
.hvr_none span:hover,
.hvr_none a:hover {
  border-bottom: none;
  border: none;
}
/****** HVR  - 2 */
/****** Эффект для placeholder */
.field_effect::-webkit-input-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect::-moz-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:-moz-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:-ms-input-placeholder {
  text-indent: 0;
  transition: text-indent 0.3s ease;
}
.field_effect:focus::-webkit-input-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus::-moz-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus:-moz-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
.field_effect:focus:-ms-input-placeholder {
  text-indent: 80px;
  transition: text-indent 0.3s ease;
  opacity: 0.3;
}
/****** Colors */
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  /* font-family: 'Lato', 'Open Sans', sans-serif;font-style: normal; */
  font-weight: 400;
  font-family: 'Lato-Regular' /* , sans-serif */ !important;
  font-size: 15px;
  color: #666;
  min-width: 320px;
}
* {
  margin: 0;
  padding: 0;
}
#footer-pusher {
  min-height: 100%;
  height: auto !important;
  overflow: hidden;
}
footer {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
h2 {
  font-weight: normal;
  margin: 20px auto;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.notProduct {
  text-align: center;
  font-size: 20px;
}
.item-page ul,
.category_description ul {
  margin: 10px 0;
  padding: 0 5px;
}
.item-page ul li,
.category_description ul li {
  background: url('../images/point.jpg') no-repeat left 10px;
  margin-bottom: 3px;
  padding-left: 14px;
}
.item-page ul li {
  background: url(../images/point.jpg) no-repeat left 10px;
  margin-bottom: 3px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  font-family: 'Lato-Thin';
  font-weight: 700;
  padding: 0px 0px 5px 19px;
  margin-left: 30px;
}
.content_article h4 {
  margin-bottom: 23px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Lato-Regular';
  font-weight: 600;
  padding: 0px 0px 5px 19px;
  text-align: center !important;
}
.content_article p span {
  margin-bottom: 3px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  font-family: 'Lato-Thin';
  font-weight: 700;
  padding: 0px 0px 5px 19px;
}
.MainDescContent ul {
  margin: 10px 0;
  padding: 0 35px;
  text-align: left;
}
.MainDescContent ul li {
  margin-bottom: 3px;
  list-style: initial;
}
.verstka-materialy h2,
.PageDelivery h2 {
  margin-bottom: 23px;
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Lato-Regular';
  font-weight: 600;
  padding: 0px 0px 5px 19px;
  text-align: center !important;
}
.mfp-close-btn-in .mfp-close {
  top: 4px !important;
  right: 3px !important;
  color: #333 !important;
  font-size: 40px !important;
}
.item-page .PageDelivery p,
.item-page .verstka-materialy p{
  margin-bottom: 3px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  font-family: 'Lato-Thin';
  font-weight: 700;
  padding: 0px 0px 5px 19px;
}
.PageDelivery ul li,
.verstka-materialy ul li
 {
  background: url(../images/point.jpg) no-repeat left 10px;
  margin-bottom: 3px;
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: left !important;
  font-family: 'Lato-Thin';
  font-weight: 700;
  padding: 0px 0px 5px 19px;
  margin-left: 30px;
}
.button {
  display: inline-block;
  position: relative;
  border: 3px solid #000;
  background: #fff;
  text-align: center;
  padding: 15px 15px;
  color: #000;
  text-decoration: none;
  margin-bottom: 15px;
  color: black;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  cursor: pointer;
}
.button:hover {
  color: #fff;
  background: #000;
}
.thanks_mess {
  text-align: center;
  margin: 50% auto;
  font-size: 18px;
}
.Wrapper {
  margin: 0 auto;
  box-sizing: border-box;
  /* width: 82%; */
  max-width: 1520px;
}
.Content {
  margin: 0 25px;
}
.Wrapper_scroll {
  margin: 0 auto;
  width: 1285px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999999;
  background-color: #fff;
}
.header_block_logo_scroll {
  width: 14%;
  float: left;
}
.block_header_menu_scroll {
  width: 86%;
  float: left;
}
/*
*/
.block_header_menu_scroll .TopMenu .menu ul li {
  display: block;
  position: relative;
}
.block_header_menu_scroll .TopMenu ul li {
  padding: 10px 14px;
}
.header_logo_scroll {
  background: url(../images/logoheader.png) no-repeat;
  width: 100%;
  height: 50px;
  background-position: 20px -53px;
  display: block;
  background-size: 88%;
}
.ContentInner {
  padding-top: 10px;
}
.Cart select.vm-cart-customfields {
  padding: 5px;
  font-size: 13px;
  color: #444;
  outline: none;
  width: 109px;
}
.Cart input.inputbox.quantity {
  padding: 5px;
  color: #444;
  outline: none;
  max-width: 87px;
}
.Cart input.inputbox.quantity::-webkit-inner-spin-button {
  opacity: 1;
}
/* Пoдлoжкa */
#overlay {
  z-index: 9;
  position: fixed;
  background-color: #fff;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.virtuemart_search {
  text-align: center;
  width: 50%;
  margin: 20px auto;
}
.virtuemart_search input.inputbox.standard {
  float: left;
  width: 70%;
  margin-bottom: 20px;
}
input.shopcart-update {
  width: 35px;
  height: 35px;
  background: none;
  font-size: 20px;
  color: #999;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
input.shopcart-update:hover {
  color: #000;
}
.prods_availible {
  position: absolute;
  top: 20px;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.CollectionsItemWrap:hover .prods_availible {
  top: -40px;
}
/************catNew****/
.prodCat {
  width: 100%;
  position: relative;
  margin: 30px 0 90px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.prodCat .prodCat_Info {
  position: absolute;
  top: 0;
  bottom: 0;
  display: table-cell;
  vertical-align: middle;
  margin: auto 0;
  color: #fff;
  font-size: 14px;
  width: 70%;
  text-align: center;
  z-index: 20;
  height: 70%;
}
.prodCat .prodCat_Info .prodCat_InfoDesc {
  margin-bottom: 40px;
  font-size: 18px;
}
.prodCat .prodCat_Info h2 {
  font-size: 60px;
  margin: 0 0 20px 0;
}
.prodCat .prodCat_Info .prodCat_Link {
  padding: 10px 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #232323;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.prodCat .prodCat_Info .prodCat_Link:hover {
  background-color: #fff;
}
.prodCat .prodCat_Info .prodCat_Link:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #494949;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prodCat .prodCat_Info .prodCat_Link:before {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #494949;
  display: inline-block;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.prodCat_Img_Inner {
  position: absolute;
  width: 70%;
  height: auto;
  top: 0px;
  bottom: 0;
  z-index: 30;
}
.prodCat_Img_Inner .prodCat_Img_Nav {
  position: absolute;
  top: 40%;
  padding: 10px 5px;
  font-size: 50px;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 0.6;
}
.prodCat_Img_Inner .prodCat_Img_Nav:hover {
  opacity: 1;
}
.prodCat_Img_Inner .prodCat_Img_Nav_Left {
  left: 20px;
}
.prodCat_Img_Inner .prodCat_Img_Nav_Right {
  right: 20px;
}
.prodCat_Img .catNewImg {
  width: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
}
img.catNewImg.other_image {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto 0;
  opacity: 0;
}
img.catNewImg {
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}
img.catNewImg {
  width: 100%;
  display: block;
}
.prodCat_Inner {
  width: 60%;
  position: relative;
}
.prodCat.even .prodCat_Inner {
  float: right;
}
.prodCat.even .prodCat_Img_Inner {
  right: 80%;
}
.prodCat.even .prodCat_Info {
  right: 30px;
}
.prodCat.odd .prodCat_Inner {
  float: left;
}
.prodCat.odd .prodCat_Img_Inner {
  left: 80%;
}
.prodCat.odd .prodCat_Info {
  left: 30px;
}
.prodCat_Img_Main {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  display: block;
}
.newCategory {
  overflow: hidden;
}
.bgCat {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.63);
  z-index: 5;
}
/*********************/
/****** header */
.HeaderProf__icon,
.HeaderService__item {
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.HeaderService__item:hover, .HeaderProf__icon:hover{
  opacity: 0.65;
}
.HeaderProf__icon {
  background-image: url(/images/ava-ico.png);
  width: 19px;
  height: 17px;
}
.HeaderService__item_search {
  background-image: url(/images/searc-ico.png);
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.HeaderService__item_fav {
  background-image: url(/images/like-ico.png);
  width: 17px;
  height: 15px;
}
.HeaderService__item_cart {
  background-image: url(/images/shop-ico.png);
  width: 19px;
  height: 18px;
}
/****** Titles */
.Title {
  font-size: 28px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: table;
  margin: 0 auto;
  /* font-family: Georgia,sans-serif; */
  font-weight: normal;
}
.Title:after {
  content: '';
  height: 1px;
  width: 35%;
  background: #c7b299;
  display: block;
  margin: 0 auto;
}
.Title._gold {
  color: #c7b299;
}
.Title._dark:after {
  background: #000;
}
.Title._margin:after {
  margin-top: 30px;
}
.w25,
.w33,
.w50 {
  float: left;
}
.Popular .vmproduct_item.w25 {
  width: 100% !important;
}
.w25 {
  /*width: 25%;*/
  width: 50%;
}
.w33 {
  width: 33%;
}
.w50 {
  width: 50%;
}
/****** Buttons */
a.button span {
  /*margin: 9px auto 0;*/
}
.button {
  border: none;
  padding: 0 18px;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  display: inline-block;
  font-size: 19px;
  text-align: center;
  background: #c7b299;
  position: relative;
  color: #fff;
  line-height: 40px;
}
.button span {
  display: table;
  margin: 0 auto 0;
}
.button:hover {
  opacity: 0.5;
}
.button._light {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #bca68f;
  font-size: 15px;
  color: #bca68f;
  text-transform: uppercase;
}
.button._center {
  display: table;
  margin: 0 auto;
}
.button._long {
  width: 100%;
  text-transform: uppercase;
}
.button._fav.deleted {
  background: transparent;
  font-size: 16px;
  color: #baa388;
  font-weight: 300;
}
.button._fav.deleted span:before {
  width: 25px;
  height: 25px;
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -185px -117px;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.button._fav {
  background: transparent;
  font-size: 16px;
  color: #baa388;
  font-weight: 300;
}
.button._fav span:before {
  width: 25px;
  height: 25px;
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -474px -29px;
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 10px;
}
.button._more {
  background: none;
  border: 1px solid #c7b299;
  line-height: 32px;
}
.button._more span {
  font-size: 14px;
  color: #c7b299;
}
.button._more span:after {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -216px -117px;
  margin-left: 15px;
  width: 7px;
  height: 11px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  right: 0;
  top: 1px;
}
.button._more:hover span:after {
  right: -5px;
}
.button._shadow {
  background: none;
  border: 1px solid #f1f1f1;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  box-shadow: 5px 4px 0 0 #000000;
  padding: 0 40px;
  line-height: 40px;
}
.button._shadow-white {
  box-shadow: 5px 4px 0 0 #f1f1f1;
}
.button._right {
  float: right;
}
/****** pagination */
.Pagination {
  display: table;
  margin: 35px auto 50px;
}
.Pagination ul li {
  float: left;
  margin-left: 18px;
}
.Pagination .disabled a {
  color: #bca68f;
  border: 1px solid #bca68f;
}
.Pagination ul li:first-child {
  margin-left: 0;
}
.Pagination ul li a {
  height: 33px;
  padding: 3px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  color: #464646;
  border: 1px solid #cccccc;
  display: block;
  min-width: 33px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.Pagination ul li a:hover {
  border-color: #645853;
}
.Pagination ul li.Pagination__nav a {
  min-width: 23px;
  border: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.Pagination__nav a {
  background: #bca68f;
  min-width: 23px;
  width: 23px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.Pagination__nav a:before {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -582px -21px;
  width: 7px;
  height: 11px;
  display: block;
  margin: 7px auto 0;
}
.Pagination__nav a:hover {
  opacity: 0.5;
}
.Pagination__nav_right a:before {
  background-position: -593px -21px;
}
/* ====================================================
   blog
======================================================= */
.Blog {
  margin-top: 35px;
}
.BlogItem {
  margin: 0 20px;
  height: 360px;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.BlogItemWrap {
  width: 50%;
  height: 360px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
}
.BlogItemWrap:hover .BlogItemBrd {
  height: 100%;
  margin: 0;
}
.BlogItemBrd {
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  box-sizing: border-box;
  z-index: 1;
  margin: 14px;
  height: 92%;
  display: block;
}
.BlogItemWrap__img {
  position: absolute;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
  z-index: -1;
}
.BlogItemInfo {
  width: 50%;
  float: left;
  background: #f4f1ef;
  padding: 26px 18px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
}
.BlogItem__name,
.BlogItem__date {
  text-align: center;
  font-size: 24px;
  color: #c7b299;
  font-weight: 600;
}
.BlogItem__date {
  margin-bottom: 15px;
  font-size: 18px;
}
.BlogItem__desc {
  text-align: center;
  font-size: 14px;
  color: #777;
  margin-bottom: 22px;
  height: 135px;
  overflow: hidden;
}
/*==================================currencie===========*/
.HeaderValuta {
  margin: 10px 0 30px 0;
  text-align: center;
}
.HeaderValuta .HeaderValuta__txt {
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
  color: #c7b299;
  display: inline-block;
}
.HeaderValuta .HeaderValutaInner {
  display: inline-block;
}
.HeaderValuta .HeaderValutaInner input {
  position: absolute;
  left: -9999px;
}
.HeaderValuta .HeaderValutaInner label {
  display: inline-block;
  margin: 0 0 0 -1px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #ccc;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.HeaderValuta .HeaderValutaInner input:checked + label {
  border: 1px solid #c7b299;
  color: #c7b299;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.2);
}
.MainDescContent {
  text-align: center;
  margin: 20px auto;
  padding: 0 7%;
}
.seo_intro.seo_text_block p,
.seo_readmore.seo_text_block p {
  color: #666666;
  font-family: 'Lato';
  font-size: 17.2px;
  font-weight: 300;
  line-height: 1.5;
}
.CategoryInner .Title._margin {
  margin-bottom: 15px !important;
}
.CategoryInner .Title._margin:after {
  margin-top: 15px;
}
.Title._margin:after {
  margin-top: 15px !important;
}
.Title._margin {
  color: #000000;
  font-family: Georgia;
  font-size: 29px;
  font-weight: 400;
  text-transform: none;
  margin: 0 auto;
}
.seo_intro.seo_text_block h2,
.seo_readmore.seo_text_block h2 {
  margin: 30px 0 10px 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #000;
}
.seo_intro h3 {
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 14px;
  font-family: 'Lato';
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: -30px;
}
.Title:after {
  width: 15% !important;
}
.seo_readmore {
  display: none;
}
a.seo_readmore_btn {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #666666;
  padding: 5px 0;
  transition: .3s;
  display: inline-block;
}
a.seo_readmore_btn:hover {
  color: #c7b299;
}
/* ====================================================
   news
======================================================= */
.News ul li {
  background: url('../images/point.jpg') no-repeat left 10px;
  margin-bottom: 3px;
  padding-left: 14px;
}
.News__img {
  max-width: 300px;
  padding: 0 25px 10px 0;
  float: left;
}
.News__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
.News__name {
  font-size: 32px;
  color: #c7b299;
  font-weight: 600;
  margin-bottom: 15px;
  /*line-height: 22px;*/
}
.News__date {
  font-size: 20px;
  color: #c7b299;
  font-weight: 600;
  margin-bottom: 20px;
}
.News__title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.News p {
  margin: 10px 0;
}
/* ====================================================
   contacts
======================================================= */
.Contacts {
  /*margin-top: 60px;
	margin-bottom: 125px;*/
  margin-bottom: 20px;
}
.ContactsInner {
  margin-right: 194px;
}
.seo_intro.seo_text_block p,
.seo_readmore.seo_text_block p {
  font-family: 'Lato-Thin';
  font-weight: 700;
}
.ContactsBg {
  height: 500px;
  background: #f1f1f1;
}
.ContactsService {
  background: #fff;
  height: 500px;
  position: relative;
  top: 60px;
  left: 88px;
  box-shadow: 11px 11px 0 0 #f5f5f5;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 60px 0 90px;
}
.ContactsServiceInfo {
  margin: 54px 0 30px;
  text-align: center;
}
/****** phone */
.ContactsServiceInfoPhone {
  margin-bottom: 25px;
}
.ContactsServiceInfoPhone__city {
  color: #999;
  font-size: 16px;
  /* font-family: Georgia,sans-serif; */
  font-style: italic;
  margin-bottom: 3px;
}
.ContactsServiceInfoPhone__num {
  font-size: 18px;
  color: #000;
  padding: 20px 0 0px;
}
.phoneNumber{
  color: #999;
}
.phoneNumber:nth-child(even){
  padding-bottom: 10px;
}
/****** web */
.ContactsServiceInfoWeb a {
  font-size: 18px;
  color: #000;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid transparent;
}
.ContactsServiceInfoWeb a:hover {
  border-color: initial;
}
.Contacts__title {
  font-size: 30px;
  color: #000;
  /* font-family: Georgia,sans-serif; */
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 12px;
}
/****** form */
.ContactsForm .button {
  margin-top: 163px;
}
.ContactsForm .ModalLoginFormItem {
  margin-top: 49px;
}
.ContactsForm .ModalLoginFormItem textarea {
  resize: horizontal;
}
.ContactsFormInner {
  margin-left: 42px;
}
.ModalLoginForm__field {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 35px;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  font-size: 14px;
  color: #000;
  font-style: italic;
  /* font-family: Georgia,sans-serif; */
  outline: none;
  opacity: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.ModalLoginForm__field::-webkit-input-placeholder {
  color: #333;
}
.ModalLoginForm__field::-moz-placeholder {
  color: #333;
}
.ModalLoginForm__field:-moz-placeholder {
  color: #333;
}
.ModalLoginForm__field:-ms-input-placeholder {
  color: #333;
}
.SearchForm__field {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 35px;
  border: none;
  border-bottom: 1px solid #c7b299;
  background: none;
  font-size: 14px;
  color: #c7b299;
  font-style: italic;
  /* font-family: Georgia,sans-serif; */
  outline: none;
  opacity: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 90%;
  float: left;
}
.SearchForm__field::-webkit-input-placeholder {
  color: #333;
}
.SearchForm__field::-moz-placeholder {
  color: #333;
}
.SearchForm__field:-moz-placeholder {
  color: #333;
}
.SearchForm__field:-ms-input-placeholder {
  color: #333;
}
.ModalLoginContent {
  padding: 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ModalLoginContent_reg {
  padding: 20px 50px 50px;
}
.ModalLoginColumn {
  width: 50%;
  float: left;
}
.ModalLoginColumn .button {
  margin-top: 40px;
}
.ModalLoginColumnInner {
  margin-right: 40px;
}
.ModalLogin__title {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  /* font-family: Georgia,sans-serif; */
}
.ModalLogin__title_min {
  font-size: 15px;
}
#system-message,
#message {
  padding: 20px;
  border: 1px solid #c7b299;
  width: 80%;
  max-width: 550px;
  margin: 2em auto;
  padding: 1em;
  box-shadow: 0 0 10px 5px #dddddd;
  color: #82694d;
  font-size: 20px;
}
.myResetPass form {
  margin: 40px auto;
  width: 80%;
}
.myResetPass form p {
  text-align: center;
}
.myResetPass form div {
  width: 50%;
  margin: 20px auto 40px;
}
/** form */
.ModalLoginForm {
  margin-top: 20px;
}
.ModalLoginForm_reg {
  width: 75%;
  margin: 35px auto 0;
}
.ModalLoginForm_reg .button {
  margin-top: 40px;
}
.ModalLoginFormItem {
  margin-top: 20px;
}
.ModalLoginFormItem:first-child {
  margin-top: 0;
}
.ModalLoginForm__field {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 35px;
  border: none;
  border-bottom: 1px solid #000;
  background: none;
  font-size: 14px;
  color: #000;
  font-style: italic;
  /* font-family: Georgia,sans-serif; */
  outline: none;
  opacity: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.ModalLoginForm__field::-webkit-input-placeholder {
  color: #333;
}
.ModalLoginForm__field::-moz-placeholder {
  color: #333;
}
.ModalLoginForm__field:-moz-placeholder {
  color: #333;
}
.ModalLoginForm__field:-ms-input-placeholder {
  color: #333;
}
/** list */
.ModalLoginList {
  /*margin-top: 30px;*/
  color: #444;
  /* font-family: Georgia,sans-serif; */
}
.ModalLoginList__title {
  font-weight: 700;
  margin-bottom: 15px;
}
.ModalLoginList ul li {
  list-style: initial;
  margin-bottom: 10px;
}
/****** social */
.FooterSocial {
  overflow: hidden;
  float: right;
  margin: 33px 0 0 0;
  position: relative;
}
.HeaderRow .FooterSocial {
  float: left;
  right: auto;
  left: 140px;
  opacity: 0.7;
}
.FooterSocial li {
  float: left;
  margin-left: 16px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.FooterSocial li:first-child {
  margin-left: 0;
}
.FooterSocial li:hover a {
  opacity: 0.5;
}
.ContactsServiceInfoSoc {
  display: table;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
}
.ContactsServiceInfoSoc li {
  padding: 0 !important;
  background: none !important;
}
/* ====================================================
   about
======================================================= */
.About {
  margin-top: 40px;
}
.About__img {
  margin-bottom: 35px;
}
.About__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.About__desc {
  margin-bottom: 45px;
  font-size: 18px;
  color: #000;
}
.About__desc p {
  margin-top: 15px;
}
.item-page p {
  margin-top: 15px;
  font-size: 18px;
  color: #000;
}
.AboutGallery {
  margin: 40px 0 30px;
  max-height: 600px;
  overflow: hidden;
}
.AboutGalleryBig {
  width: 55%;
  max-width: 600px;
  min-width: 300px;
  margin: 0 auto;
}
.AboutGalleryBig__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.AboutGalleryThumb {
  float: left;
  width: 45%;
}
.AboutGalleryThumbInner {
  margin-left: 10px;
}
.AboutGalleryThumbRow {
  margin-top: 10px;
  height: 327px;
}
.AboutGalleryThumbRow:first-child {
  margin-top: 0;
}
.AboutGalleryThumbRow__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
/* ====================================================
   delivery
======================================================= */
.PageDelivery, .verstka-materialy {
  font-size: 14px;
}
.PageDelivery p, .verstka-materialy p {
  margin: 15px 0;
}
.PageDelivery__slogan {
  font-size: 14px;
  font-style: italic;
  color: #645853;
  text-align: center;
  width: 30%;
  margin: 20px auto 45px;
}
.PageDelivery__title {
  margin-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.img-fulltext-left {
  text-align: center;
  margin: 20px 0;
}
.img-fulltext-left img {
  width: 100%;
}
/* ====================================================
   dialog
======================================================= */
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 999;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
.morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 3em;
  margin: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
/* ====================================================
   ADAPTS STYLES
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
======================================================= */
/****** Header */
.MenuBurger {
  display: none;
  width: 27px;
  height: 22px;
  background: url('../images/sprites-mob.png') no-repeat;
  background-position: -123px 0;
  margin-top: 24px;
  cursor: pointer;
  position: relative;
  float: left;
}
/***** slider */
.Slider {
  margin-bottom: 40px;
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}
.Slider__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
}
/****** Search */
/*.Main {
	.Search {
		position: absolute;
	}
}*/
.Search {
  display: none;
  top: 1%;
  right: 0;
  width: 100%;
  z-index: 999;
}
.SearchInner {
  margin: 0 10px;
  overflow: hidden;
  background: #fff;
  padding: 10px 30px;
}
.SearchButtonWrapper {
  width: 10%;
  overflow: hidden;
}
#submit_search {
  width: 90%;
  margin-left: 12px;
  line-height: 36px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
}
.Search__field {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 30px;
  float: left;
  border-top: none;
  border-right: none;
  border-left: 1px solid #a9a9aa;
  border-bottom: 1px solid #a9a9aa;
  background: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  outline: none;
  opacity: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
  width: 80%;
}
.Search__but {
  /*height: 30px;
	padding: 0 13px;
	background: #C4C4C4;
	border: none;
	cursor: pointer;
	outline: none;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	.transition();

	&:hover {
		opacity: 0.7;
	}
	*/
}
/* ====================================================
   main why
======================================================= */
.why-title p {
  margin: 30px 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #000;
  text-align: center;
}
.why-title h2.Title._margin {
  color: #666;
  text-transform: none;
  margin-bottom: 15px;
}
.why-title h2.Title._margin:after {
  margin-top: 15px;
}
.MainWhyInner {
  max-width: 1060px;
  margin: 0 auto;
}
.MainWhyLeftRow .clear {
  display: none;
}
.MainWhyLeftRow {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.MainWhyLeft {
  flex-basis: 39%;
  overflow: hidden;
}
.MainWhyRight {
  flex-basis: 55%;
  margin-top: 10px;
}
.MainWhyRightInner {
  display: flex;
  flex-direction: column;
}
.MainWhyRightInner > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.MainWhyRightInner > *:nth-child(2n) {
  flex-direction: row-reverse;
}
.MainWhyLeftBanner__img {
  width: 100%;
}
.MainWhyItemIcon {
  border-radius: 50%;
  overflow: hidden;
  flex-basis: 37%;
  box-shadow: -3px 4px 20px -10px;
}
.MainWhyItemIcon__img {
  width: 100%;
  vertical-align: bottom;
}
.MainWhyItemInfo {
  flex-basis: 54%;
  margin-top: -25px;
}
.MainWhyItemInfo__desc {
  text-align: justify;
  color: #666666;
  font-family: 'Lato-Thin';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.MainWhyItemInfo__name {
  color: #b0956e;
  font-family: Georgia;
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.MainWhyItemInfo__name_brd {
  border-bottom: 1.2px solid #b9956e;
  padding-bottom: 6px;
  text-align: right;
}
.second-block {
  position: relative;
}
.second-block * {
  flex-basis: unset;
  overflow: unset;
  margin: unset;
  padding: unset;
}
.second-block .bg-overlay {
  position: absolute;
  top: 0;
  width: 200%;
  background-color: #fbf4ec;
  height: 100%;
  left: -50%;
  z-index: -1;
}
.second-block .add-lg {
  overflow: hidden;
}
.second-block .add-lg {
  display: flex;
  position: relative;
  padding: 35px 0 50px 0;
  margin: 40px 0;
}
.second-block .add-lg > * {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.second-block .add-lg > *:nth-child(2) {
  flex-direction: column-reverse;
}
.second-block.second-block-lg {
  display: flex;
  position: relative;
  padding: 35px 0 0px 0;
  margin: 40px 0;
}
.second-block-lg > * {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.second-block-lg > *:nth-child(2) {
  flex-direction: column-reverse;
}
.second-block .Title._gold:after {
  content: '';
  height: 0;
  background: #c7b299;
  display: block;
  border-bottom: 1px solid;
  margin-top: 15px;
  margin-bottom: 5px;
  margin: 15px 0 5px 0;
  width: 20%;
}
.second-block .Title._gold {
  text-align: left !important;
  font-size: 21px;
  font-family: auto;
}
.second-block.second-block-lg .MainWhyItemInfoVertical._bg._bg1 .MainWhyItemInfo__desc {
  text-align: justify !important;
  line-height: 1.2 !important;
}
.second-block .MainWhyLeftBanner__img {
  width: 92%;
  display: block;
  margin: 0 auto !important;
  float: unset !important;
}
.second-block-lg .MainWhyLeftBanner__img:nth-child(1) {
  margin: 0 auto !important;
}
.second-block-lg {
  margin: 100px 0;
  padding-bottom: 0;
}
.second-block-lg > * {
  flex-direction: column-reverse;
}
.second-block-lg > *:nth-child(2) {
  flex-direction: column;
  height: max-content;
}
.second-block-lg .MainWhyRight_bg {
  position: static;
  width: 100%;
}
.second-block-lg .MainWhyLeftBanner__img {
  width: 77%;
  display: block;
  margin: 0 !important;
}
.second-block-lg .MainWhyLeftBanner__img:nth-child(2) {
  margin-top: -80px !important;
}
.second-block-lg .MainWhyLeftBanner__img:nth-child(1) {
  float: right;
}
.second-block-lg .MainWhyLeftRow_right .MainWhyRight {
  margin: 40px 0 40px auto !important;
  width: 73% !important;
}
.second-block .MainWhyLeftRow_right .Title._dark {
  width: 100%;
}
.second-block-lg .Title:after {
  width: 72% !important;
  margin-left: -75% !important;
  background: #c7b299 !important;
  height: 3px;
}
.second-block-lg .MainWhyRight_bg {
  background: unset;
  position: static;
  width: 63% !important;
  padding: 0;
  margin: 70px 0 0 30px;
}
.second-block-lg .Title._gold {
  width: 100%;
  text-align: right !important;
}
.second-block-lg .Title._dark {
  text-align: left;
}
.second-block-lg .MainWhyLeftRow.MainWhyLeftRow_right {
  position: relative;
  top: 40px;
}
.MainWhyLeftRow.MainWhyLeftRow_right_big {
  flex-direction: row-reverse;
}
.second-block-lg .Title._gold:after {
  width: 105% !important;
  margin-left: 106% !important;
  height: 3px;
  position: relative;
  z-index: 1;
}
.MainWhyRight_bg {
  background-color: #ffffff;
  margin-top: 0px;
  position: absolute;
  top: 300px;
  width: 44%;
  padding: 0 65px 30px;
  box-sizing: border-box;
  left: -1%;
  min-width: 300px;
  padding-top: 30px;
}
.second-block > *:nth-child(2) .MainWhyItemInfo__desc {
  text-align: center;
}
.second-block .MainWhyLeftRow_right .MainWhyRight {
  width: 65%;
  margin: -15px auto 40px;
  text-align: center !important;
}
.second-block .MainWhyLeftRow_right .Title._dark {
  margin: 0 auto;
  font-size: 21px;
  font-family: auto;
  color: #c7b299;
}
.second-block .MainWhyLeftRow_right .Title._dark:after {
  background: #000;
  margin: 15px auto;
}
/* ====================================================
   category
======================================================= */
.CategoryInner {
  margin-top: 10px;
}
/* ====================================================
   popular
======================================================= */
.Popular {
  margin-top: 90px;
  overflow: hidden;
  width: 100%;
}
.PopularInner {
  margin-top: 25px;
}
.Popular h3 {
  text-transform: uppercase !important;
}
.Popular .CollectionsItemInfo {
  padding: 0;
  margin-top: 10px;
  overflow: unset;
}
.Popular * {
  outline: none;
}
/* .Popular .CollectionsItemInner:hover {
  border: 1px solid transparent;
} */
/****** collections items */
.CollectionsItemInner {
  margin: 5px;
  position: relative;
  display: block;
  /*height: 528px;*/
  height: 100%;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
/* .CollectionsItemInner:hover {
  border: 1px solid #c7b299;
}
.CollectionsItemInner:hover .CollectionsItemInfo {
  background: #fbf4ec;
} */
.CategoryInner img.CollectionsItem__img {
  transition: 1s;
}
.CategoryInner img.CollectionsItem__img:hover {
  transform: scale(1.1);
}
.CollectionsItemWrap {
  /*height: 477px;*/
  overflow: hidden;
  position: relative;
}
.CollectionsItemWrap:hover .CollectionsItem__more {
  height: 45px;
  padding-top: 8px;
}
.CollectionsItemWrap:hover .CollectionsItemQuick {
  height: 60px;
}
.CollectionsItemWrap:hover .CollectionsItemNav__item_left {
  left: 0;
}
.CollectionsItemWrap:hover .CollectionsItemNav__item_right {
  right: 0;
}
.CollectionsItemWrap:hover .CollectionsItem__fav {
  top: 10px;
}
.CollectionsItem__img {
  /*height: 100%;
	left: 0;
	object-fit: cover;
	object-position: top;
	top: 0;*/
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
img.CollectionsItem__img.other_image {
  opacity: 0;
  position: absolute;
}
.CollectionsItem__more {
  background: rgba(199, 178, 153, 0.8);
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.CollectionsItemQuick {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 100;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
/** info */
.CollectionsItemInfo {
  padding: 15px 20px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.CollectionsItemInfo__name {
  font-size: 18px;
  color: #645853;
  text-transform: uppercase;
  float: left;
  /* font-family: Georgia,sans-serif; */
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}
.CollectionsItemInfo__price {
  float: right;
  font-size: 18px;
  font-weight: 700;
  color: #bca68f;
}
/****** nav */
.CollectionsItemNav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
}
.CollectionsItemNav__item {
  background: url('../images/sprites.png') no-repeat;
  width: 15px;
  height: 20px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  z-index: 110;
}
.CollectionsItemNav__item_left {
  float: left;
  background-position: -440px 0;
  margin-left: 7px;
  left: -22px;
}
.CollectionsItemNav__item_right {
  float: right;
  background-position: -456px 0;
  margin-right: 7px;
  right: -22px;
}
/****** fav */
.CollectionsItem__fav {
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 250em;
  -moz-border-radius: 250em;
  -ms-border-radius: 250em;
  -o-border-radius: 250em;
  border-radius: 250em;
  z-index: 100;
  position: absolute;
  top: -52px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  z-index: 1;
}
.CollectionsItem__fav.deleted:before {
  background-position: -474px 0;
}
.CollectionsItem__fav:before {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  width: 24px;
  height: 21px;
  margin: 16px auto 0;
  display: block;
  background-position: -474px -29px;
}

.video_cat_item {
  width: 100%;
  margin: 0 auto;
}

.video_cat_item .video-wrap {
  width: 100%!important;
  position: relative!important;
  padding: 0 0 56% 0!important;
  margin-bottom: 30px;
}

.video_cat_item .video-wrap iframe {
  position: absolute!important;
  top: 0;
  left: 0;
  min-width: 320px!important;
  width: 100%!important;
  height: 100%!important;
}


/* ====================================================
   collection
======================================================= */
.Collection {
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
/****** left */
.CollectionLeft {
  width: 28%;
  max-width: 320px;
  min-width: 320px;
  padding-left: 10px;
}
/****** right */
.CollectionRight,
.additional-images,
.CollectionLeft {
  float: unset !important;
}
.CollectionRight {
  width: 68%;
}
.CollectionRightInner {
  margin-left: 0;
}
.CollectionWrap__img,
.main-image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.CollectionWrap {
  position: relative;
}
.main-image {
  /*width:100%;*/
  width: 85%;
  float: left;
  position: relative;
}
.additional-images {
  display: flex;
}
.category_108 .main-image {
  width: 100%;
}
.category_108 .addImgWrap {
  padding: 0px;
}
.category_108 .additional-images {
  width: 100%;
}
.category_108 .Collection__back {
  margin-bottom: 15px;
}
.category_108 .CollectionLeft__desc {
  position: absolute;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.5600000000000001);
  margin: 0px;
  font-size: 16px;
  padding: 20px 50px;
  color: #e8e8e8;
  text-align: center;
  width: 80%;
  right: 0px;
  max-width: 500px;
  box-sizing: border-box;
}
.special_product_design {
  width: 90%;
  padding: 20px;
}
.special_fixed_left {
  position: fixed;
  top: 0px;
  width: 16%;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.addImgWrap {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.addImgWrap .floatleft {
  flex-basis: 50%;
  padding: 1%;
  box-sizing: border-box;
}
.addImgWrap .floatleft.horiz_img{
  flex-basis: 100%;
}
.additional-images img {
  width: 100%;
}
#videoImg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 90;
}
.Collection__back {
  padding-top: 6px;
  font-size: 14px;
  color: #999;
  margin-bottom: 75px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  display: block;
}
.Collection__back:hover {
  opacity: 0.8;
}
.Collection__back:before {
  content: "";
  background: url(/images/back-txt-ico.png) no-repeat;
  width: 7px;
  height: 8px;
  display: inline-block;
  margin-right: 3px;
  background-size: 100%;
}
/****** collection nav */
.CollectionNav {
  padding-bottom: 13px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c7b299;
  overflow: hidden;
}
.CollectionNavInner {
  display: table;
  margin: 0 auto;
}
.CollectionNav__item {
  float: left;
  border: 1px solid #c7b299;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.CollectionNav__item:before {
  margin: 6px;
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  background: url(/images/back-ico.png);
}
.CollectionNav__item_left:before {
  background-size: 100%;
}
.CollectionNav__item_right:before {
  background-size: 100%;
  transform: rotate(180deg);
}
.CollectionNav__num {
  margin: 0 25px;
  float: left;
  font-size: 16px;
  color: #000;
  font-weight: 300;
}
.CollectionLeftHead {
  text-align: center;
}
.CollectionLeftHead__name {
  font-size: 24px;
  color: #c7b299;
  /* font-family: Georgia,sans-serif; */
  text-transform: uppercase;
  margin-bottom: 10px;
}
.CollectionLeftHead__price {
  font-size: 20px;
  color: #999;
  font-weight: 300;
  background: #f4f1ef;
  padding: 20px 10px;
}
/** desc */
.CollectionLeft__desc {
  text-align: center;
  font-size: 12px;
  color: #645853;
}
/** buttons */
.CollectionButtons {
  margin-top: 10px;
}
.CollectionButtons .button {
  margin-bottom: 20px;
}
.CollectionButtons a {
  display: block;
  text-transform: uppercase;
}
.cartAddInfo {
  text-align: justify;
  padding: 10px;
}
.cartAddInfoTitle {
  font-size: 20px;
  text-transform: uppercase;
  color: #c7b299;
  font-weight: 400;
}
.continue {
  font-size: 14px;
  text-transform: lowercase;
  margin: 5px 10px 5px 0;
  text-decoration: underline;
}
.showcart.floatright {
  font-size: 14px;
  text-transform: lowercase;
  margin: 5px 0;
  text-decoration: underline;
}
/* ====================================================
   modal
======================================================= */
#modal_form,
.modal_div {
  width: 50%;
  height: auto;
  background: #fff;
  position: fixed;
  margin: auto;
  top: 10%;
  left: 0;
  bottom: 10%;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 999;
  border: 3px #e2d9ce solid;
}
.modal_div_login {
  width: 60%;
  max-height: 520px;
}
.modal_div_reg {
  width: 44%;
  max-height: 624px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#prodVideo .ModalHead__close {
  margin: 20px;
}
/* Пoдлoжкa */
#overlay {
  z-index: 200;
  position: fixed;
  background-color: #fff;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
/****** right */
.ModalRight {
  width: 100%;
}
.ModalHead {
  padding: 20px 30px;
  border-bottom: 1px solid #c7b299;
  min-height: 40px;
}
.ModalHead__title {
  padding-left: 30px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 6px;
}
#sbox-btn-close,
.brilliant_modal_close_btn {
  top: 5%;
  right: 5%;
  position: absolute;
}
.ModalHead__close,
#sbox-btn-close,
.close-dialog,
.brilliant_modal_close_btn {
  float: right;
  border: 3px solid #e2d9ce;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.ModalHead__close:hover,
#sbox-btn-close:hover,
.close-dialog:hover,
.brilliant_modal_close_btn:hover {
  border-color: #da706d;
}
.ModalHead__close:hover:before,
#sbox-btn-close:hover:before,
.close-dialog:hover:before,
.brilliant_modal_close_btn:hover:before {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ModalHead__close:before,
#sbox-btn-close:before,
.close-dialog:before,
.brilliant_modal_close_btn:before {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -507px 0;
  width: 15px;
  height: 15px;
  margin: 7px;
  display: block;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
}
/****** content left */
.ModalContentLeft {
  width: 54%;
  float: left;
}
/** cart */
.ModalCart {
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ModalCart__title {
  font-size: 18px;
  margin-bottom: 15px;
}
/* items */
.ModalCartItem {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
}
/* thumb */
.ModalCartItemThumb {
  float: left;
  width: 40%;
  height: 115px;
}
.ModalCartItemThumb__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
/* info */
.ModalCartItemInfo {
  float: left;
  width: 60%;
}
.ModalCartItemInfoInner {
  margin-left: 10px;
}
.ModalCartItemInfoHead {
  margin-bottom: 15px;
}
.ModalCartItemInfo__name {
  font-size: 22px;
  color: #c7b299;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 16px;
}
.ModalCartItemInfo__price {
  font-size: 16px;
  color: #999;
}
.ModalCartItemInfoList__item {
  font-size: 14px;
  color: #999;
  float: left;
  width: 50%;
}
/* total */
.ModalCart__total {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
/* service */
.ModalCartService .button {
  float: right;
  padding: 0 15px;
  line-height: 36px;
}
.ModalCartService__link {
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid;
  border-color: initial;
  float: left;
  padding-top: 6px;
}
.ModalCartService__link:hover {
  border-bottom: 1px solid transparent;
}
/****** right content */
.ModalRightContent {
  padding: 45px 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ModalRightGallery {
  position: relative;
  height: 395px;
  overflow: hidden;
}
.ModalRightGallery__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.ModalRightGallery__fav {
  background: rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 250em;
  -moz-border-radius: 250em;
  -ms-border-radius: 250em;
  -o-border-radius: 250em;
  border-radius: 250em;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.ModalRightGallery__fav:before {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  width: 24px;
  height: 21px;
  margin: 16px auto 0;
  display: block;
  background-position: -474px 0;
}
/****** thumb */
.ModalRightThumb {
  margin-top: 15px;
}
.ModalRightThumbInner {
  margin: 0 10px;
}
.ModalRightThumb__icon {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  opacity: 1;
}
.ModalRightThumb__icon:hover {
  opacity: 0.7;
}
/****** content right */
.ModalContentRight {
  width: 46%;
  float: left;
}
.ModalContentRightInner {
  margin-left: 30px;
}
.ModalContentRightHead {
  margin-bottom: 40px;
}
.ModalContentRight__name {
  font-size: 24px;
  color: #c7b299;
  text-transform: uppercase;
  margin-bottom: 10px;
  /* font-family: Georgia,sans-serif; */
}
.ModalContentRight__price {
  font-size: 20px;
  color: #666;
  font-weight: 300;
}
.ModalContent__link {
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid;
  border-color: initial;
  margin-bottom: 20px;
  display: inline-block;
}
.ModalContent__link:hover {
  border-bottom: 1px solid transparent;
}
/****** content left */
.ModalContentLeft {
  width: 54%;
  float: left;
}

.size-table-wrapper {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
span.size-table-close {
  position: absolute;
  right: 10px;
  top: -3px;
  font-size: 28px;
  font-weight: bold;
}
.bg-overlay-table-size {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.size-table-wrapper,
.bg-overlay-table-size {
  display: none;
}
.size-table-toggle {
  cursor: pointer;
}
.size-table-wrapper.size-table-show,
.bg-overlay-table-size.size-table-show {
  display: block;
}
/****** collection tabs */
.CollectionTabsContent > * {
  margin: 15px 0 !important;
}
.CollectionTabsContentItem.tabs__content {
  display: inline-block;
}
.tabs__content.active {
  opacity: 1;
  position: relative;
  display: block;
}
.CollectionTabs {
  margin-bottom: 14px;
}
/** head */
.CollectionTabsHead {
  border-bottom: 1px solid #c7b299;
  border-top: 1px solid #c7b299;
  padding: 8px 0;
  overflow: hidden;
  text-align: center;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.CollectionTabsHeadItem {
  /*float: left;*/
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  padding: 0px 7px;
  border-left: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  cursor: pointer;
  font-size: 13px;
  color: #999;
  text-transform: uppercase;
}
.CollectionTabsHeadItem:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.CollectionTabsHeadItem.active,
.CollectionTabsHeadItem:hover {
  color: #666;
}
.CollectionTabsHeadItem_color.active .CollectionTabsHeadItem__color,
.CollectionTabsHeadItem_color:hover .CollectionTabsHeadItem__color {
  border-color: #777;
}
.CollectionTabsHeadItem__color {
  width: 22px;
  height: 20px;
  border: 1px solid #d7d7d7;
  background: #f5f2e3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0px auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
/** content */
.CollectionTabsContent {
  overflow: hidden;
  text-align: center;
}
/** size */
.CollectionSizeItem {
  display: inline-block;
  margin: 0 3px 10px;
  padding: 5px;
  width: auto;
  background: #f4f1ef;
  /*line-height: 33px;*/
  font-size: 14px;
  color: #666;
  text-align: center;
  border: 1px solid #f4f1ef;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  cursor: pointer;
}
.CollectionSizeItem.active,
.CollectionSizeItem:hover {
  border-color: #c7b299;
  background: #fff;
}
.CollectionTabsContentItem label input[type='radio'] {
  display: none;
}
.CollectionTabsContentItem label input[type='radio']:checked + span {
  border-color: #c7b299;
  background: #fff;
}
.product_table_size {
  display: none;
}
/** amount */
.Collection__txt {
  float: left;
  font-size: 14px;
  color: #999;
  padding-top: 4px;
}
.count {
  float: left;
  background: #f4f1ef;
  width: 70px;
  height: 30px;
  margin: 0 15px 0 35px;
}
.countItem {
  display: block;
}
.countItem:hover.minus:before {
  background-position: -555px -11px;
}
.countItem:hover.plus:before {
  background-position: -555px 0;
}
.countItem:last-child {
  margin-top: 11px;
}
.countItem:before {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  width: 11px;
  height: 6px;
  display: block;
  margin: 3px auto 0;
}
.countItem.minus:before {
  background-position: -540px -11px;
}
.countItem.plus:before {
  background-position: -540px 0;
}
.countItem__field {
  background: none;
  border: none;
  outline: none;
  font-size: 18px;
  color: #444;
  width: 50px;
  height: 30px;
  padding-left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  text-align: center;
}
.count-wrap {
  float: right;
  margin: 1px 5px 0 0;
}
.CollectionSizeLink {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2px;
}
ul.CollectionTabsHead.tabs__caption {
  display: none;
}
.CollectionSizeLink__icon {
  background: url('../images/sprites.png') no-repeat;
  width: 25px;
  height: 13px;
  background-position: -575px 0;
  display: inline-block;
  position: relative;
  top: 2px;
}
.CollectionSizeLink__txt {
  color: #666;
  font-size: 13px;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}
.CollectionSizeLink__txt:hover {
  border-color: initial;
}
/* ====================================================
   main register
======================================================= */
form.MainRegForm {
  background-color: #fdf9f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 10%;
  margin: 30px 0;
}
.MainRegFormItem {
  width: 30%;
  max-width: 240px;
}
input.Form__field.field_effect {
  border: 0;
  background: 0;
  font-size: 14px;
  opacity: 0.7;
  color: #645853;
  font-family: Lato;
  font-weight: 300;
  border-bottom: 1px solid #c7b299;
  font-family: 'Lato-Thin';
  font-weight: 700;
}
.MainRegFormInner .button {
  width: 233px;
  height: 49px;
  background-color: #c7b299;
}
.MainRegFormInner .button {
  max-width: 235px;
  height: 41px;
  background-color: #c7b299;
  color: #ffffff;
  font-family: Lato;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
}
.MainRegInner {
  text-align: center;
}
.MainReg__title {
  color: #000000;
  font-family: Georgia;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 40px 0 35px 0;
}
.MainReg__desc {
  color: #645853;
  font-family: Lato;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: 'Lato-Thin';
}
/****** Fields */
.FormItem {
  margin-top: 17px;
  overflow: hidden;
}
.FormItem:first-child {
  margin-top: 0;
}
.Form__label {
  width: 23%;
  float: left;
  font-size: 16px;
  color: #555053;
  padding-top: 12px;
}
.FormOption {
  width: 77%;
  float: left;
}
.Form__field {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  height: 50px;
  float: left;
  border: 1px solid #bca891;
  background: #fdfaf6;
  font-size: 16px;
  color: #645853;
  outline: none;
  opacity: 1;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
.Form__field::-webkit-input-placeholder {
  color: #333;
}
.Form__field::-moz-placeholder {
  color: #333;
}
.Form__field:-moz-placeholder {
  color: #333;
}
.Form__field:-ms-input-placeholder {
  color: #333;
}
.Form__field._cart {
  height: 42px;
  background: #fff;
  border-color: #888;
}
.Form__field._cart.Form__field_textarea {
  height: 122px;
  padding-top: 10px;
  resize: none;
}
.Form__field_input input,
.Form__field_input select,
.Form__field_input textarea {
  background: #86868e;
  opacity: 0.8;
  border: none;
  width: 100%;
  height: 40px;
  outline: none;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
}
.Form__field_input input::-webkit-input-placeholder,
.Form__field_input select::-webkit-input-placeholder,
.Form__field_input textarea::-webkit-input-placeholder {
  color: #333;
}
.Form__field_input input::-moz-placeholder,
.Form__field_input select::-moz-placeholder,
.Form__field_input textarea::-moz-placeholder {
  color: #333;
}
.Form__field_input input:-moz-placeholder,
.Form__field_input select:-moz-placeholder,
.Form__field_input textarea:-moz-placeholder {
  color: #333;
}
.Form__field_input input:-ms-input-placeholder,
.Form__field_input select:-ms-input-placeholder,
.Form__field_input textarea:-ms-input-placeholder {
  color: #333;
}
/*.Color.select_switch{
	background: none;
    border: 1px solid #D2D2D2;
	position:relative;
	overflow:hidden;
	padding:8px;
	height:35px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

	p{
		text-align: left;
		margin: 0;
		line-height: 23px;

		&:after{
			content: '';
			display: inline-block;
			background: url('../images/sprites.png') no-repeat;
			width: 17px;
			height: 10px;
			background-position: -480px -63px;
			position: absolute;
			top: 14px;
			right: 12px;
		}
	}

	select{
		position: absolute;
		width: 100%;
		height: 40px;
		top: 0;
		left: 0;
		border: none;
		cursor: pointer;
		opacity: 0;
	}
}*/
.colorList {
  display: inline-flex;
  flex-direction: column;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  width: 180px;
  /*margin-left:16px;*/
  border: 1px solid #e2dedf;
  padding: 0 14px;
}
.colorList li {
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 2;
  min-height: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.colorList:after {
  content: '‹';
  position: absolute;
  top: -3px;
  right: 7px;
  padding: 5px;
  font-size: 20px;
  color: #999;
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.colorList li:hover {
  cursor: pointer;
}
.colorList.open {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.colorList li.active {
  order: 1;
  pointer-events: none;
}
.colorSelect,
.glueSelect,
.fdSelect {
  display: none;
}
.Form__field_select {
  position: relative;
  margin-top: 1px;
}
.Form__field_select p {
  position: relative;
  color: #333;
  padding-top: 9px;
}
.Form__field_select p:after {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -295px -119px;
  width: 13px;
  height: 17px;
  float: right;
  margin: 8px 10px 0 0;
}
.Form__field_select select {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
}
/* ====================================================
   main pay
======================================================= */
.MainPay {
  display: table;
  margin: 0 auto 70px;
}
.MainPayItemInner {
  display: table-cell;
  vertical-align: middle;
}
.MainPayItemInner:hover img {
  -webkit-filter: sepia(0);
}
.MainPayItemInner img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  display: block;
  margin: 0 40px;
  /*-webkit-filter: grayscale(100%);*/
  -webkit-filter: sepia(100%);
}
/* ====================================================
   footer
======================================================= */
.Footer {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
}
footer.Footer .Wrapper {
  width: 66%;
}
.FooterTop {
  border-top: 1px solid #e1dcd9;
  padding-top: 40px;
}
.Footer__logo {
  float: left;
  width: 130px;
  height: 60px;
  /*background: @sprites;
	background-position: 0 -89px;*/
  background: url('../images/logofooter.png') no-repeat;
  background-position: center;
  background-size: contain;
}
.FooterTopContact {
  position: absolute;
  top: 31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
.FooterTopContact div {
  width: 33.33%;
  box-sizing: border-box;
  float: left;
}
.FooterTopContact div p {
  font-size: 13px;
}
.FooterTopContact .phoneFooter:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/sprites.png) -115px -64px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.FooterTopContact .viberFooter:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/sprites.png) -149px -64px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.FooterTopContact .mailFooter:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/sprites.png) -185px -64px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.FooterTopContact .addFooter:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/sprites.png) -219px -64px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
/****** menu */
.FooterMenu {
  position: absolute;
  /*top: 31px;*/
  left: 0;
  right: 0;
  margin: 0 auto;
}
.FooterMenu ul {
  text-align: center;
}
.FooterMenu ul li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #555555;
}
.FooterMenu ul li a {
  color: #555;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid transparent;
  position: relative;
  display: block;
  line-height: 11px;
}
.FooterMenu ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1px;
  transition: width 0.15s 0.15s;
}
.FooterMenu ul li a:hover:after {
  width: 100%;
}
.FooterMenu ul li a:after {
  background: #555;
}
.FooterMenu ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
/****** social */
.FooterSocial li:hover a {
  opacity: 0.5;
}
/****** collection social */
.CollectionSoc {
  float: none;
  display: table;
  margin: 0 auto 25px;
  border-top: 1px solid #e0e0e0;
  padding: 13px 13px 0;
}
.Collection__banner {
  display: none;
  width: 145px;
  height: 100px;
  margin: 0 auto;
}
.Collection__banner img {
  /*
		height: 100%;
		left: 0;
		object-fit: cover;
	  	object-position: top;
		top: 0;
		width: 100%;
	*/
}
.FooterBottom {
  font-size: 10px;
  color: #999;
  display: flex;
  justify-content: space-between;
  margin: 0 !important;
}
.Footer__copy {
  float: left;
  font-size: 13px;
}
.Footer__designer {
  float: right;
  font-size: 13px;
}
.Footer__designer a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  border-bottom: 1px solid transparent;
}
.Footer__designer a:hover {
  border-color: initial;
}
.FooterBottom > * {
  margin: 0;
}
/* ====================================================
   login
======================================================= */
#login-form {
  display: none;
}
#sbox-window {
  width: 800px !important;
  height: auto;
  left: 0 !important;
  right: 0 !important;
  background: #fff;
  margin: auto;
  border: 3px #e2d9ce solid;
}
input.button_logOut {
  background: transparent;
  border-bottom: 1px solid transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
input.button_logOut:hover {
  border-color: initial;
}
form#loginForm {
  display: none;
}
/* ====================================================
   table size
======================================================= */
.table_of_size {
  display: none;
  position: relative;
  z-index: 9;
  margin-top: 0px;
  padding: 10px;
}
/* ====================================================
   cart
======================================================= */
.CartProduct {
  margin-top: 40px;
}
.CartProductHead {
  color: #444444;
  font-size: 16px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 20px;
}
.CartProductHead .CartItem {
  height: 30px;
}
.CartItem {
  float: left;
  height: 185px;
  display: table;
  position: relative;
}
.CartItem .Amount {
  display: table;
  margin: 0 auto;
}
.CartItem .Amount .item {
  line-height: 29px;
}
.CartProductInner_bg {
  background: #fcf6f0;
}
.CartItemInner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.CartItemInner .Form__field {
  background: #fff;
  border-color: #999;
}
.CartProductInner_bg .Form__field {
  background: #fdfaf6;
}
.CartItem_1 {
  width: 14%;
}
.CartItem_2 {
  width: 20%;
  text-align: center;
}
.CartItem_3 {
  width: 10%;
}
.CartItem_4 {
  width: 10%;
  text-align: left;
}
.CartItem_5 {
  width: 10%;
  box-sizing: border-box;
}
.CartItem_6 {
  width: 17%;
}
.CartItem_7 {
  width: 7%;
}
.CartProductInner__img {
  width: 110px;
  height: 140px;
  margin-left: 35px;
}
.CartProductInner__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
  border: 1px solid #c7b299;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  object-position: top;
}
.CartProductInner {
  overflow: hidden;
}
.CartProductInner__img img:hover {
  border: 1px solid #999999;
}
.CartProductNameInner {
  padding-left: 35px;
  text-align: left;
}
.CartProductInnerName__model {
  font-size: 26px;
  display: block;
  color: #444444;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
  /* font-family: Georgia,sans-serif; */
}
.CartProductInnerName__model:hover {
  color: #989393;
}
.CartProductInnerName__collection {
  font-size: 16px;
  color: #999999;
}
.CartProductInnerPrice {
  font-size: 26px;
  color: #444444;
  text-align: center;
}
.CartProduct__close {
  background: url('http://krasota-style.vad/images/sprites.png') no-repeat;
  background-position: -421px -231px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.6;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  margin: 0 auto;
}
.CartProduct__close:hover {
  opacity: 1;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.CartColor {
  margin: 0 auto;
}
.CartColor {
  width: auto;
  height: 36px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
}
.CartColor p {
  float: left;
  padding: 0 0 0 7px;
  text-align: left;
}
.CartColor p:after {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -295px -117px;
  width: 13px;
  height: 9px;
  float: right;
  margin: 6px 0 0 6px;
  position: relative;
  right: 0;
  top: 1px;
}
.CartColor i {
  width: 26px;
  height: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
}
.CartColor i.ivory {
  background: #fffbe0;
  border: 1px solid #999999;
}
.CartColor__name {
  display: table-cell;
  vertical-align: middle;
  height: 27px;
  padding-left: 6px;
}
.Cart_field {
  height: 36px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  width: 108px;
}
.Cart_field p {
  padding: 0 0 0 7px;
  text-align: left;
}
.Cart_field p:after {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -295px -117px;
  width: 13px;
  height: 9px;
  float: right;
  margin: 6px 10px 0 6px;
  position: relative;
  right: 0;
  top: 1px;
}
.CartProduct__delete {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -256px -117px;
  display: block;
  width: 25px;
  height: 28px;
  margin: 0 auto;
  cursor: pointer;
}
/****** total */
.CartTotal {
  margin-top: 30px;
  color: #313131;
  overflow: hidden;
}
.CartTotal__txt {
  float: left;
  padding-left: 30px;
  padding-top: 8px;
}
.CartTotalPrice {
  float: right;
  min-width: 245px;
}
.CartTotalPrice__txt {
  font-size: 26px;
}
/****** cart prof */
.CartProf {
  margin-top: 80px;
}
.CartProf__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.CartProfInner {
  margin-top: 45px;
}
.CartProfInner .button {
  padding: 0 59px;
  line-height: 42px;
}
.CartProfMargin {
  margin-right: 120px;
}
/* ====================================================
   main delivery
======================================================= */
.Delivery {
  margin-top: 78px;
  margin-bottom: 110px;
  overflow: hidden;
}
.DeliveryInner {
  margin-top: 20px;
  overflow: hidden;
}
.Delivery__desc {
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #645853;
  width: 35%;
  display: table;
  margin: 0 auto 40px;
}
/****** service */
.DeliveryService {
  margin-bottom: 30px;
  overflow: hidden;
}
.DeliveryService_page {
  margin-top: 100px;
}
.DeliveryServiceMap {
  width: 50%;
  height: 320px;
  float: left;
}
.DeliveryServiceMap__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
/** right */
.DeliveryServiceRight {
  width: 50%;
  float: left;
}
.DeliveryServiceRightInner {
  margin-left: 105px;
}
.DeliveryService__title {
  font-size: 20px;
  color: #645853;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
/* select */
.DeliveryServiceSelect {
  overflow: hidden;
  margin-bottom: 30px;
}
.DeliveryServiceSelect__txt {
  font-size: 16px;
  color: #645853;
  float: left;
  padding-top: 7px;
}
.DeliveryServiceSelectField p {
  position: relative;
  top: -1px;
}
.DeliveryServiceSelectField {
  border: 1px solid #cecac8;
  margin-left: 30px;
  position: relative;
  width: 239px;
  box-sizing: border-box;
  padding: 0px 15px;
  float: left;
}
.DeliveryServiceSelectField p:before {
  content: '';
  background: url('../images/ru.jpg') no-repeat;
  width: 20px;
  height: 13px;
  float: left;
  margin: 4px 11px 0 0;
}
.DeliveryServiceSelectField.ukraine p:before {
  background: url('../images/ua.jpg') no-repeat;
}
.DeliveryServiceSelectField.europe p:before {
  background: url('../images/de.jpg') no-repeat;
}
.DeliveryServiceSelectField.usa p:before {
  background: url('../images/en.jpg') no-repeat;
}
.DeliveryServiceSelectField.asia p:before {
  background: url('../images/ro.jpg') no-repeat;
}
.DeliveryServiceSelectField p:after {
  content: '';
  background: url('../images/sprites.png') no-repeat;
  background-position: -429px 0;
  width: 9px;
  height: 5px;
  float: right;
  margin: 9px 0 0 0;
}
.DeliveryServiceSelectField select {
  position: absolute;
  width: 100%;
  height: 36px;
  top: 0;
  left: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
}
/* table */
.DeliveryTable {
  overflow: hidden;
  width: 100%;
}
.Delivery .DeliveryTable .DeliveryTableList {
  text-align: center;
  margin: 0;
  padding: 0;
}
.Delivery .DeliveryTableList__item {
  padding: 10px 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #645853;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none;
}
.Delivery .DeliveryTableList__item_tr {
  background: #fbf4ec;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
.Delivery .DeliveryTableList__item_bold {
  font-weight: 700;
  color: #9c8871;
}
.Delivery p {
  margin: 0;
  font-size: 15px;
  color: #666;
}
/*Dialog style*/
.dialog,
.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  z-index: 999;
}
.cb-container {
  position: absolute;
  right: 25px;
  top: 25px;
}
.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}
.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}
.dialog--open .dialog__content {
  pointer-events: auto;
}
.dialog h2 {
  color: #60564d;
  font-weight: normal;
  padding: 0 0 1em;
  margin: 0;
}
.dialog--open .dialog__overlay {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.dialog--close .dialog__overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.dialog__content {
  padding: 0;
  background: transparent;
}
.dialog.dialog--open .dialog__content {
  opacity: 1;
}
/* ====================================================
   ADAPTS STYLES
======================================================= 
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
======================================================= */
/****** Header */
.MenuBurger {
  display: none;
  width: 24px;
  height: 17px;
  background: url('../images/sprites-mob.png') no-repeat;
  background-position: 0 0;
  margin-top: 14px;
  cursor: pointer;
  position: relative;
  float: left;
  z-index: 99999;
}
.TopMenu_mob,
.CollectionLeft_mob,
.CollectionNav_mob,
.CartProductLink__delete,
.News__name_mob,
.News__date_mob {
  display: none;
}
/****** cart */
.CartProduct__label_mob {
  display: none;
}
.brilliant_modal_coordinator_window {
  display: none;
  background: #fff;
  width: 40%;
}
.brilliant_modal_coordinator_window .callback {
  width: 50%;
  margin: 20px auto 50px;
}
.brilliant_modal_coordinator_window .button {
  margin-top: 40px;
}
.thanks {
  padding-top: 40px;
}
#tabs {
  border-bottom: 1px solid #e6e1dd;
  margin-bottom: 25px;
}
#tabs li {
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 20px;
  display: inline-block;
  cursor: pointer;
}
#tabs li.current {
  border-bottom: 3px solid #c7b299;
  position: relative;
}
#tabs li.current:after {
  display: block;
  content: '';
  width: 0px;
  height: 0;
  position: absolute;
  margin: 0 auto;
  top: 100%;
  left: 0;
  right: 0;
  border-style: solid;
  border-width: 10px 18px 0 18px;
  border-color: #c7b299 transparent transparent transparent;
}
.adminlist.order_table,
.order_summary_table,
#ui-tabs .sectiontable,
#ui-tabs .history,
.adminlist {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
}
.adminlist.order_table th,
.order_summary_table th,
#ui-tabs .sectiontable th,
#ui-tabs .history th,
.adminlist th {
  padding: 10px;
  font-weight: 600;
}
.adminlist.order_table td,
.order_summary_table td,
#ui-tabs .sectiontable td,
#ui-tabs .history td,
.adminlist td {
  padding: 10px;
  font-weight: 300;
}
.order_summary_table,
.adminlist {
  margin: 20px 0;
}
.field_desc {
  width: 200px;
  background: #ffffff;
  padding: 15px;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-left: 10px;
}
.field_desc:before {
  content: '';
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: -10px;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #dbdbdb transparent transparent;
}
.field_desc:after {
  content: '';
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  left: -8px;
  top: 15px;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.readmore {
  display: table;
  margin: 0 auto;
  text-decoration: underline;
  padding-top: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.readmore:hover {
  text-decoration: none;
}
.delivery .readmore {
  display: none;
}
.checkSquare {
  border: 1px solid #777;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.checkSquare.Glue,
.checkSquare.Fd {
  background: none;
}
.checkSquare.noGlue,
.checkSquare.noFd {
  display: none;
  background: url('../images/sprites.png') -352px -36px;
}
.FdText {
  display: none;
  margin-top: 20px;
}
.checkDesc {
  vertical-align: top;
  font-size: 13px;
  padding-left: 10px;
}
.category-view .lastCat .catNameAll {
  bottom: 15%;
  top: inherit;
  left: 10%;
  right: initial;
  padding: 10px 50px 40px 50px;
}
.category-view .lastCat .catNameAll h2 {
  font-size: 32px;
  color: #3f3e3e;
  margin: 0 auto 10px;
}
.anim-left,
.anim-top,
.anim-right {
  position: relative;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  opacity: 1;
}
.anim-trans-3 {
  transition: .3s !important;
}
.anim-trans-5 {
  transition: .5s !important;
}
.anim-trans-7 {
  transition: .7s !important;
}
.anim-trans-9 {
  transition: .9s !important;
}
.anim.anim-left {
  left: 1000px;
}
.anim.anim-right {
  left: -1100px;
}
.anim.anim-top {
  top: 1000px;
}
.FooterSocial li a {
  display: block;
  width: 16px !important;
  height: 16px !important;
}
.FooterSocial li.facebook a {
  background: url(/images/face-ico.png) no-repeat !important;
  background-size: cover !important;
}
.FooterSocial li.instagram a {
  background: url(/images/inst-ico.png) no-repeat !important;
  background-size: cover !important;
}
.FooterSocial li.youtube a {
  background: url(/images/youtube-ico.png) no-repeat !important;
  background-size: cover !important;
}
.FooterSocial li.pinterest a {
  background: url(/images/pint-ico.png) no-repeat !important;
  background-size: cover !important;
}
.mob-header-profile,
.HeaderProf__txt {
  display: none;
}
a.HeaderProf__icon {
  display: inline-block;
}
.header-top,
.haeder-bottom .menu {
  display: flex;
}
.header-top {
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 13px 0 5px 0;
}
.header-logo {
  max-width: 235px;
}
.header-logo img {
  width: 100%;
}
.haeder-bottom {
  padding: 10px 0;
}
.haeder-bottom .menu {
  justify-content: space-around;
  height: 20px;
}
.haeder-bottom a,
.header-top a {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
}
.user-menu,
.header-user-menu-serevices,
.header-user-menu-profile {
  display: flex;
  align-items: center;
}
.header-user-menu-serevices > *,
.header-user-menu-profile {
  margin: 0 12px;
}
.header-user-menu-profile {
  margin-right: 0;
}
.header-user-menu-serevices > *:first-child {
  margin-left: 0;
}
.user-menu {
  flex: 1;
  justify-content: flex-end;
}
.header-languages {
  flex: 20px;
  height: 20px;
}
.Header{
  padding: 0 25px;
}
.language-select {
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  height: 20px;
  /* margin-left: 50px; */
  transition: .3s;
}
.language-select:hover {
  height: 60px;
}
.language-select li {
  order: 2;
}
.language-select li a {
  text-transform: capitalize;
  font-size: 13px;
  color: #666;
}
.language-select .lang-active {
  order: 1;
}
.lang-active:after {
  content: '';
  display: inline-block;
  background: center / contain no-repeat url(/images/lang-arrow-ico.png);
  width: 7px;
  height: 4px;
  vertical-align: middle;
  margin-left: 10px;
}
a.HeaderService__item {
  position: relative;
}
.HeaderService__label {
  position: absolute;
  right: -3px;
  top: -7px;
  font-size: 9px;
  padding-top: 1px;
  border-radius: 50%;
  width: 13px;
  height: 13px;
  background-color: #bcbcbc;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
}
.header-bottom .TopMenu .haeder-bottom .menu > li > a {
  padding-left: 10px;
}
.haeder-bottom .menu > .deeper.parent ul {
  height: 0px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  padding-bottom: 5px;
  transition: .6s;
  top: 0;
}
.haeder-bottom .menu > .deeper.parent:hover > ul {
  height: 100%;
}
.haeder-bottom .menu > li:hover > a {
  color: #c3ae91;
}
.haeder-bottom .menu li a {
  letter-spacing: 1px;
  word-spacing: 1px;
  font-size: 13px;
  transition: .3s;
  padding: 0px 5px;
}
a.imageLogoBrand{
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMDkuMDc0IiBoZWlnaHQ9IjMwIj48cGF0aCBkPSJNMzcuNTk3IDEuNjM2YzAgLjIyMi0uMTMuMzMzLS4zODguMzMzaC0uMjIyYTExLjM2MiAxMS4zNjIgMCAwMC0xLjIyLS4wODNjLTIuMzI5IDAtNS4wNzQgMS4wMTctOC4yMzUgMy4wNS0xLjUxNi45OC0yLjc5MSAxLjk2OS0zLjgyNiAyLjk2Ny0xLjAzNS45OTgtMi45NTggMy4wOTYtNS43NjcgNi4yOTQtMy4zMDkgMy43NzEtNS44MDQgNi4yNjYtNy40ODYgNy���    ���                    ���            ���    ���            ���     @      ���            IuOTU3LTQuNTE5IDQuMTA0LTcuMzQ3IDEuMTQ2LTIuODI4IDEuNzE5LTUuMTk0IDEuNzE5LTcuMDk4IDAtMy4wNS0xLjIzOS00LjU3NS0zLjcxNS00LjU3NS0uOTggMC0yLjEwMy4zMzMtMy4zNjkuOTk4YTEzLjk5NiAxMy45OTYgMCAwMC0zLjQ4IDIuNjA2IDE0LjA4NiAxNC4wODYgMCAwMC0yLjczMSAzLjg5NkMxLjA1OCAxMi4wNjcuNzIxIDEzLjQwMi43MjEgMTQuNjRjMCAxLjEyOC4zIDIuMDE1LjkwMSAyLjY2Mi42LjY0NyAxLjQxOC45NyAyLjQ1NC45NyAxLjk5NiAwIDMuOTQ2LTEuMjg1IDUuODUtMy44NTQgMS4zNDktMS44MyAyLjAyNC0zLjQ2NiAyLjAyNC00LjkwOCAwLS42NDctLjE2Mi0xLjE2NS0uNDg1LTEuNTUzLS4zMjQtLjM4OC0uNzUzLS41ODItMS4yODktLjU4Mi0uMjk2IDAtLjU5Ni4wNjQtLjkwMS4xOTItLjMwNS4xMjgtLjQ1Ny4yNi0uNDU3LjM5NyAwIC4wNTEuMDI4LjA3Ny4wODMuMDc3aC41MjdjLjQwNiAwIC42MS4yMjIuNjEuNjY2YS45NjcuOTY3IDAgMDEtLjMxOS43MjEgMS4wNyAxLjA3IDAgMDEtLjc2My4zMDRjLS41NTUgMC0uODMyLS4yODYtLjgzMi0uODYgMC0uNDguMjAzLS44OTIuNjEtMS4yMzRhMi4xNjggMi4xNjggMCAwMTEuNDQyLS41MTNjLjYxIDAgMS4xLjIxMyAxLjQ2OS42MzguMzcuNDI1LjU1NS45ODkuNTU1IDEuNjkxIDAgMS43NzUtLjg4NyAzLjcyNS0yLjY2MiA1Ljg1LTEuNzc0IDIuMTI2LTMuNjA0IDMuMTg5LTUuNDkgMy4xODktMS4yMDIgMC0yLjE3Ny0uNDE2LTIuOTI1LTEuMjQ4Qy4zNzQgMTYuNDE0IDAgMTUuMzQyIDAgMTQuMDNjMC0yLjUxNCAxLjI1Ny00Ljk5NSAzLjc3MS03LjQ0NSAyLjUxNC0yLjQ0OSA1LjA1NS0zLjY3NCA3LjYyNS0zLjY3NCAxLjUzNCAwIDIuNzczLjUzMSAzLjcxNSAxLjU5NC45NDMgMS4wNjMgMS40MTQgMi40NTQgMS40MTQgNC4xNzMgMCAxLjg0OS0uNTE4IDMuNzg5LTEuNTUzIDUuODIyLTEuMDM1IDIuMDM0LTIuNzA4IDQuMzktNS4wMTggNy4wNy0uMDkzLjExMS0uMTM5LjE3NS0uMTM5LjE5NGwuMDI4LjAyOGMuMTQ4IDAgLjcxMS0uNDE2IDEuNjkxLTEuMjQ4YTI2LjM5MiAyNi4zOTIgMCAwMDIuMzI5LTIuMjc0Yy43MjEtLjc3NiAyLjYyNS0yLjkyIDUuNzEyLTYuNDMzIDEuODMtMi4wNyAzLjQzOC0zLjcwNiA0LjgyNC00LjkwOGEyOS4wNzQgMjkuMDc0IDAgMDE0LjY1OC0zLjI3MmMyLjgxLTEuNjA4IDUuMjg2LTIuNDEyIDcuNDMxLTIuNDEyLjczOS4wMDMgMS4xMDkuMTMyIDEuMTA5LjM5MXpNMjYuODM5IDE2LjYzNmMwIC4xNDgtLjI2OC40OS0uODA0IDEuMDI2LS43OTUuNzk1LTEuNTI1IDEuMTkyLTIuMTkgMS4xOTItLjI3NyAwLS41MjctLjA1Ni0uNzQ5LS4xNjYtMS4xODMgMS42ODItMi4zMDEgMi41MjMtMy4zNTUgMi41MjMtLjUzNiAwLS45OTgtLjIyMS0xLjM4Ni0uNjYzLS4zODgtLjQ0Mi0uNTgyLS45NzYtLjU4Mi0xLjYwMiAwLTEuMzgxLjkxNS0yLjcxNiAyLjc0NS00LjAwNiAxLjI3NS0uOTAyIDIuMzI5LTEuMzU0IDMuMTYxLTEuMzU0Ljc3NiAwIDEuMTY1LjQxNCAxLjE2NSAxLjI0MSAwIDEuMDI5LS41NDUgMi4yNy0xLjYzNiAzLjcyMy4xODUuMTEuMzg4LjE2Ni42MS4xNjYuNDA2IDAgLjg3OC0uMTg5IDEuNDE0LS41NjhhNS4wOSA1LjA5IDAgMDAxLjMzMS0xLjM3MmMuMTExLS4xMjkuMTg1LS4xOTQuMjIyLS4xOTQuMDM2LS4wMDIuMDU0LjAxNy4wNTQuMDU0em0tMi4xOS0xLjgwMmMwLS43MzktLjMzMy0xLjEwOS0uOTk4LTEuMTA5LS44MTQgMC0xLjgxMi43ODYtMi45OTQgMi4zNTctMS4xODMgMS41NzEtMS43NzQgMi44OTMtMS43NzQgMy45NjUgMCAuNjI5LjI5NS45NDMuODg3Ljk0My45NzkgMCAyLjA0Mi0uODA0IDMuMTg4LTIuNDEyLS4yNTktLjI3Ny0uMzg4LS41NzMtLjM4OC0uODg3IDAtLjQ0NC4xNzUtLjkwMS41MjctMS4zNzIuMzUxLS40NzEuNjkzLS43MDcgMS4wMjYtLjcwNy4xNDggMCAuMjUuMDkzLjMwNS4yNzdhMi40NyAyLjQ3IDAgMDAuMjIxLTEuMDU1eiIvPjxwYXRoIGQ9Ik0zMy45NjUgNy4wN2MtMy43ODkgNi4zMDMtNS45OTggMTAuMDA5LTYuNjI3IDExLjExOC0uNjI5IDEuMTA5LS45NDMgMS44NDktLjk0MyAyLjIxOCAwIC40MDcuMTc1LjYxLjUyNy42MS43NTggMCAyLjE0NC0xLjQzMiA0LjE1OS00LjI5OC4wMzctLjA5Mi4wOTItLjEzOS4xNjYtLjEzOS4wMzcuMDE5LjA1Ni4wNDYuMDU2LjA4MyAwIC4wNTUtLjA0Ni4xMy0uMTM5LjIyMmwtLjU4Mi44MDRjLTEuNzAxIDIuMzQ4LTIuOTU4IDMuNTIxLTMuNzcxIDMuNTIxLS4zODggMC0uNzA3LS4xNDQtLjk1Ny0uNDMxLS4yNS0uMjg4LS4zNzQtLjY2My0uMzc0LTEuMTI3IDAtLjUwMS4xMTUtLjk4My4zNDctMS40NDcuMjMxLS40NjQgMS4wMTItMS44MSAyLjM0My00LjAzNmEyMjUuNDE3IDIyNS40MTcgMCAwMDQuMTMxLTcuMDk4Yy4yNzcuMTExLjUxNy4xNjYuNzIxLjE2NmEyLjY0IDIuNjQgMCAwMC45NDMtLjE2NnoiLz48cGF0aCBkPSJNMzkuMzE2IDE2LjYzNmMwIC4xNDgtLjI2OC40OS0uODA0IDEuMDI2LS43OTUuNzk1LTEuNTI1IDEuMTkyLTIuMTkgMS4xOTItLjI3NyAwLS41MjctLjA1Ni0uNzQ5LS4xNjYtMS4xODMgMS42ODItMi4zMDEgMi41MjMtMy4zNTUgMi41MjMtLjUzNiAwLS45OTgtLjIyMS0xLjM4Ni0uNjYzLS4zODgtLjQ0Mi0uNTgyLS45NzYtLjU4Mi0xLjYwMiAwLTEuMzgxLjkxNS0yLjcxNiAyLjc0NS00LjAwNiAxLjI3NS0uOTAyIDIuMzI5LTEuMzU0IDMuMTYxLTEuMzU0Ljc3NiAwIDEuMTY1LjQxNCAxLjE2NSAxLjI0MSAwIDEuMDI5LS41NDUgMi4yNy0xLjYzNiAzLjcyMy4xODUuMTEuMzg4LjE2Ni42MS4xNjYuNDA2IDAgLjg3OC0uMTg5IDEuNDE0LS41NjhhNS4wOSA1LjA5IDAgMDAxLjMzMS0xLjM3MmMuMTExLS4xMjkuMTg1LS4xOTQuMjIyLS4xOTQuMDM1LS4wMDIuMDU0LjAxNy4wNTQuMDU0em0tMi4xOTEtMS44MDJjMC0uNzM5LS4zMzMtMS4xMDktLjk5OC0xLjEwOS0uODE0IDAtMS44MTIuNzg2LTIuOTk0IDIuMzU3LTEuMTgzIDEuNTcxLTEuNzc0IDIuODkzLTEuNzc0IDMuOTY1IDAgLjYyOS4yOTUuOTQzLjg4Ny45NDMuOTc5IDAgMi4wNDItLjgwNCAzLjE4OC0yLjQxMi0uMjU5LS4yNzctLjM4OC0uNTczLS4zODgtLjg4NyAwLS40NDQuMTc1LS45MDEuNTI3LTEuMzcyLjM1MS0uNDcxLjY5My0uNzA3IDEuMDI2LS43MDcuMTQ4IDAgLjI1LjA5My4zMDUuMjc3YTIuNDcgMi40NyAwIDAwLjIyMS0xLjA1NXoiLz48cGF0aCBkPSJNNDYuMDUzIDE2LjY2NGMwIC4xMy0uNjM4Ljg4Ny0xLjkxMyAyLjI3NC0xLjM4NiAxLjUxNi0yLjU2OSAyLjI3NC0zLjU0OSAyLjI3NC0uNjI5IDAtMS4xNjktLjI0LTEuNjIyLS43MThhMi40MDcgMi40MDcgMCAwMS0uNjc5LTEuNzEzYzAtLjc1NS4zMDktMS41MzguOTI5LTIuMzQ4LjYxOS0uODEgMS40NDYtMS41MSAyLjQ4Mi0yLjA5OS44NjktLjQ5NyAxLjU4LS43NDYgMi4xMzUtLjc0Ni42NjYgMCAuOTk4LjM5OC45OTggMS4xOTIgMCAuNjI5LS4yMDggMS4yNTItLjYyNCAxLjg3Mi0uNDE2LjYxOS0uODM3LjkyOS0xLjI2Mi45MjktLjQwNyAwLS42MS0uMjA1LS42MS0uNjE0IDAtLjQ4NC40MTYtLjkzMSAxLjI0OC0xLjM0MS42NDctLjMxNi45Ny0uNzM1Ljk3LTEuMjU3IDAtLjQwOS0uMjIyLS42MTQtLjY2NS0uNjE0LS43NCAwLTEuNjU5Ljc0NC0yLjc1OSAyLjIzMi0xLjEgMS40ODgtMS42NSAyLjc0LTEuNjUgMy43NTcgMCAuODUuMzk3IDEuMjc1IDEuMTkyIDEuMjc1LjU5MSAwIDEuMzU5LS4zODggMi4zMDEtMS4xNjUuOTQzLS43NzYgMS44NjctMS43OTMgMi43NzMtMy4wNS4xMTEtLjE0OC4xOTQtLjIyMi4yNS0uMjIyLjAzNy4wMTcuMDU1LjA0NS4wNTUuMDgyeiIvPjxwYXRoIGQ9Ik01NS41NjMgMTYuNjY0YzAgLjE4NS0uNjU2IDEuMDYzLTEuOTY5IDIuNjM0LTEuMDcyIDEuMjc1LTEuOTEzIDEuOTEzLTIuNTIzIDEuOTEzYTEuMjkgMS4yOSAwIDAxLTEuMDEyLS40NTdjLS4yNjgtLjMwNS0uNDAyLS42OTctLjQwMi0xLjE3OCAwLS40OC4xNDgtMS4wMDcuNDQ0LTEuNTgtLjkwNiAxLjI1Ny0xLjU5OSAyLjEwNy0yLjA3OSAyLjU1MS0uNDgxLjQ0NC0uOTQzLjY2NS0xLjM4Ni42NjUtLjQ4MSAwLS44ODMtLjIwMy0xLjIwNi0uNjA4LS4zMjQtLjQwNS0uNDg1LS45MjEtLjQ4NS0xLjU0NyAwLTEuNzMxIDEuMjItMy4yNiAzLjY2LTQuNTg2IDEuMDcyLS41ODkgMS45NDEtLjg4NCAyLjYwNi0uODg0LjU1NSAwIC44MzIuMjYzLjgzMi43ODggMCAuMTYzLS4wMzcuMzYyLS4xMTEuNTk4bC42OTMtMS4zMDNjLjI3Ny4wNTUuNTE3LjA4My43MjEuMDgzLjI0IDAgLjU1NS0uMDI4Ljk0My0uMDgzbC0yLjM2NiAzLjk2NWMtLjgyNiAxLjM4Ni0xLjIzOCAyLjMwMS0xLjIzOCAyLjc0NSAwIC40MjUuMTc1LjYzOC41MjQuNjM4cy45MTktLjQxMSAxLjcwOS0xLjIzNGMuNzktLjgyMiAxLjU5OS0xLjg0NCAyLjQyNy0zLjA2NC4wMzYtLjA5Mi4wODItLjEzOS4xMzgtLjEzOS4wNTItLjAwMS4wOC4wMjcuMDguMDgzem0tMy43MTUtMi4yNDZjMC0uNDQ0LS4yMDItLjY2NS0uNjA3LS42NjUtLjgyOCAwLTEuOTE0LjgxNC0zLjI1NyAyLjQ0LTEuMzQzIDEuNjI3LTIuMDE1IDIuOTM5LTIuMDE1IDMuOTM3IDAgLjU5Mi4yNTcuODg3Ljc3My44ODcuNjI1IDAgMS43MDEtMS4wMzUgMy4yMjgtMy4xMDUgMS4yNTItMS43MDEgMS44NzgtMi44NjYgMS44NzgtMy40OTR6TTEwNC44ODguMzU4YzAgLjIwNS0uMTM5LjMwNy0uNDE2LjMwN2gtMS4yNDhjLTIuMDcgMC00LjU3NS45MzQtNy41MTQgMi44LTEuNjgyIDEuMDcyLTMuMDkxIDIuMTcyLTQuMjI4IDMuMjk5LTEuMTM3IDEuMTI4LTMuMDkxIDMuMzc0LTUuODY0IDYuNzM4LTMuMzQ2IDQuMDQ4LTUuOTUyIDYuNzY1LTcuODE5IDguMTUyLS42MjkuNDYyLS45ODkuNjkzLTEuMDgxLjY5My0uMDU2IDAtLjA4My0uMDE5LS4wODMtLjA1NmwuMzg4LS40MTZjMS4xNDYtMS4xNjUgMi4zMjktMy40MjkgMy41NDktNi43OTMgMS4wOTEtMy4wMTMgMS45NTUtNS4yMDggMi41OTItNi41ODUuNjM4LTEuMzc3IDEuMzE3LTIuNTI3IDIuMDM4LTMuNDUyLjE2Ni0uMjIyLjI1LS4zNDIuMjUtLjM2bC0uMDI4LS4wMjhjLS4wMzcgMC0uMDkzLjA0Ni0uMTY2LjEzOWwtLjEzOS4xMzktLjMzMy40MTZjLS41OTIuNzQtMS45NjkgMi41MzMtNC4xMzEgNS4zNzktMy40MiA0LjYyMS02LjQyMyA3Ljk0OC05LjAxMSA5Ljk4Mi0xLjM4NiAxLjA5LTIuMTkgMS42MzYtMi40MTIgMS42MzYtLjA1Ni0uMDE5LS4wODMtLjA0Ni0uMDgzLS4wODMgMC0uMDM3LjA1Ni0uMTAyLjE2Ni0uMTk0IDEuNzc0LTEuNjA4IDMuNDctNC4wMzQgNS4wODgtNy4yNzggMS42MTctMy4yNDQgMi40MjYtNS44MjcgMi40MjYtNy43NSAwLTEuMzEyLS4zMTktMi4zNTctLjk1Ny0zLjEzMy0uNjM4LS43NzYtMS41MTEtMS4xNjUtMi42Mi0xLjE2NS0yLjM0OCAwLTQuNjcyIDEuMzA4LTYuOTczIDMuOTIzLTIuMzAxIDIuNjE2LTMuNDUyIDUuMjQ1LTMuNDUyIDcuODg4IDAgMS4wOTEuMyAxLjk3OC45MDEgMi42NjIuNi42ODQgMS4zODIgMS4wMjYgMi4zNDMgMS4wMjYgMi4wNTIgMCAzLjk4My0xLjM5NSA1Ljc5NS00LjE4NyAxLjE4My0xLjgxMSAxLjc3NC0zLjQyOCAxLjc3NC00Ljg1MiAwLS42NjUtLjE2OC0xLjIwMS0uNTAzLTEuNjA4YTEuNjI1IDEuNjI1IDAgMDAtMS4zMTQtLjYxYy0uMzE3IDAtLjYzNC4wNzktLjk1MS4yMzYtLjMxNy4xNTctLjQ3NS4zMTktLjQ3NS40ODUgMCAuMDU2LjAyOC4wODMuMDg1LjA4M2EuNDYzLjQ2MyAwIDAwLjE0Mi0uMDI4Yy4yMjUtLjAzNi4zNzYtLjA1NS40NTItLjA1NS40MTYgMCAuNjIzLjIzMS42MjMuNjkzYS45NjcuOTY3IDAgMDEtLjMxOS43MjEgMS4wNjMgMS4wNjMgMCAwMS0uNzYyLjMwNWMtLjU1NSAwLS44MzItLjMwNS0uODMyLS45MTUgMC0uNDYyLjIwOC0uODczLjYyNC0xLjIzNC40MTYtLjM2Ljg5Mi0uNTQxIDEuNDI4LS41NDEuNjI4IDAgMS4xMjcuMjIyIDEuNDk3LjY2NS4zNy40NDQuNTU1IDEuMDQ0LjU1NSAxLjgwMiAwIDEuNzAxLS43NzYgMy42MTQtMi4zMjkgNS43MzktMS43MTkgMi4zNDgtMy41NTggMy41MjEtNS41MTggMy41MjEtMS4xMjggMC0yLjA2MS0uNDM0LTIuOC0xLjMwMy0uNzM5LS44NjktMS4xMDktMS45NjktMS4xMDktMy4yOTkgMC0xLjIzOC4zMzMtMi41MzcuOTk4LTMuODk2YTEzLjIzNSAxMy4yMzUgMCAwMTIuNzE3LTMuNzAxYzIuNTg4LTIuNTE0IDUuMDc0LTMuNzcxIDcuNDU4LTMuNzcxIDEuNDA1IDAgMi41ODMuNTUgMy41MzUgMS42NS45NTIgMS4xIDEuNDI4IDIuNDU0IDEuNDI4IDQuMDYyIDAgMS43MTktLjcxMiAzLjgxMi0yLjEzNSA2LjI4LTEuNDI0IDIuNDY4LTMuMTUyIDQuNTgtNS4xODUgNi4zMzUtLjIwNC4xODUtLjMwNS4yODYtLjMwNS4zMDUgMCAuMDM3LjAxOC4wNTYuMDU2LjA1Ni4yNzcgMCAxLjE3NC0uNzg1IDIuNjg5LTIuMzU3IDIuMTQ0LTIuMjM2IDUuMDQ2LTUuNzU4IDguNzA2LTEwLjU2NGE1MC45OCA1MC45OCAwIDAxMy4wOTEtMy43MTVjMS4wMDctMS4wOTEgMS42MzEtMS42MzYgMS44NzItMS42MzYuMDU2IDAgLjA4My4wMjguMDgzLjA4MyAwIC4wMTktLjAyOC4wNjUtLjA4My4xMzlhMTIuMDg3IDEyLjA4NyAwIDAwLTEuMzg2IDIuMzAxYy0uMzg4LjkwNi0uOTg5IDIuNTg4LTEuODAyIDUuMDQ2LS44ODcgMi42OTktMS43MDEgNC43Ni0yLjQ0IDYuMTgzYTE2LjU2OSAxNi41NjkgMCAwMS0yLjgyOCAzLjkwOS4zMzkuMzM5IDAgMDEtLjA1NS4wODNjMCAuMDM3LjAxOC4wNTYuMDU1LjA1Ni4xNDggMCAuNzk1LS41OTEgMS45NDEtMS43NzUuNzk0LS44MTMgMy4wMTMtMy40MjkgNi42NTQtNy44NDcgMS44ODUtMi4yNzQgMy41NzItNC4wNzYgNS4wNi01LjQwN2EyNy41MzQgMjcuNTM0IDAgMDE1LjAzMi0zLjU0OUM5OS44MjMuNzEyIDEwMi4wMzIgMCAxMDMuOTE3IDBjLjY0NyAwIC45NzEuMTIuOTcxLjM1OHpNOTIuNjMzIDE2LjY2NGMwIC4wMzctLjA4My4xNTctLjI1LjM2bC0uNTgyLjcyMWMtMS44NjcgMi4zMTEtMy40NjYgMy40NjYtNC43OTcgMy40NjYtLjY0NyAwLTEuMTgzLS4yMjYtMS42MDgtLjY3Ny0uNDI1LS40NTEtLjYzOC0xLjAxOC0uNjM4LTEuNjk5IDAtMS42MjEgMS4xMzctMy4wNDggMy40MS00LjI4MiAxLjE4My0uNjQ1IDIuMTUzLS45NjcgMi45MTEtLjk2Ny4zMTQgMCAuNTg2LjA5Ny44MTguMjkuMjMxLjE5My4zNDcuNDI4LjM0Ny43MDQgMCAuNjQ1LS40MjIgMS4xOTMtMS4yNjcgMS42NDQtLjg0NS40NTEtMi4yNjkuODc5LTQuMjc0IDEuMjg1LS42MTMuOTIxLS45MTkgMS42OTQtLjkxOSAyLjMyIDAgLjc3NC40MTggMS4xNiAxLjI1MyAxLjE2IDEuNDI5IDAgMy4xODMtMS4zOTUgNS4yNjEtNC4xODcuMTExLS4xNDguMjA0LS4yMjIuMjc4LS4yMjIuMDM4LjAxOS4wNTcuMDQ3LjA1Ny4wODR6bS0xLjEzNy0yLjQ5NmMwLS4yOTUtLjE1Ny0uNDQ0LS40NzEtLjQ0NC0uNDgxIDAtMS4xMDkuMzMzLTEuODg1Ljk5OHMtMS41NDQgMS41MjUtMi4zMDEgMi41NzhjMS4yOTQtLjMzMyAyLjM5NC0uODA0IDMuMy0xLjQxNC45MDQtLjYwOSAxLjM1Ny0xLjE4MSAxLjM1Ny0xLjcxOHoiLz48cGF0aCBkPSJNMTA0LjkxNSA3LjIwOWMtMy4zODMgNS4zNzktNS41MTggOC44MjItNi40MDUgMTAuMzI4LS44ODcgMS41MDctMS4zMzEgMi40NjMtMS4zMzEgMi44NyAwIC40MDcuMTg1LjYxLjU1NC42MS44MTMgMCAyLjIwOS0xLjQzMiA0LjE4Ny00LjI5OC4wMzctLjA5Mi4wODMtLjEzOS4xMzktLjEzOS4wNTYgMCAuMDgzLjAyOC4wODMuMDgzIDAgLjAzNy0uMDQ2LjExMS0uMTM5LjIyMmwtLjU4Mi44MDRjLTEuNzAxIDIuMzQ4LTIuOTU4IDMuNTIxLTMuNzcxIDMuNTIxLS40MDcgMC0uNzQ0LS4xNTctMS4wMTItLjQ3MS0uMjY4LS4zMTQtLjQwMi0uNzExLS40MDItMS4xOTIgMC0uNDguMTY2LTEuMDQ0LjQ5OS0xLjY5MS0xLjU3MSAyLjIzNy0yLjc0NSAzLjM1NS0zLjUyMSAzLjM1NS0uNDgxIDAtLjg4My0uMjAzLTEuMjA2LS42MDgtLjMyNC0uNDA1LS40ODUtLjkyMS0uNDg1LTEuNTQ3IDAtMS40OTIuOTI0LTIuODM2IDIuNzczLTQuMDMzIDEuNDYtLjk1NyAyLjYxNS0xLjQzNyAzLjQ2Ni0xLjQzNy41NTUgMCAuODMyLjI2NC44MzIuNzkxIDAgLjI1NS0uMDc0LjUzNi0uMjIyLjg0NWw0LjgyNC04LjA5NmMuMjk2LjA1Ni41OTEuMDgzLjg4Ny4wODNoLjgzMnpNOTguNCAxNC40NzNjMC0uNDgtLjIyMS0uNzIxLS42NjItLjcyMS0uODA5IDAtMS44NzYuODE0LTMuMjAxIDIuNDQtMS4zMjUgMS42MjctMS45ODcgMi45My0xLjk4NyAzLjkwOSAwIC42MS4yNDguOTE1Ljc0NS45MTUuNzE4IDAgMS45NS0xLjI1NyAzLjY5OC0zLjc3MS45MzgtMS4zNDggMS40MDctMi4yNzMgMS40MDctMi43NzJ6Ii8+PHBhdGggZD0iTTExNC40NTMgNy4yMDljLTMuMzgzIDUuMzc5LTUuNTE4IDguODIyLTYuNDA1IDEwLjMyOC0uODg3IDEuNTA3LTEuMzMxIDIuNDYzLTEuMzMxIDIuODcgMCAuNDA3LjE4NS42MS41NTUuNjEuODEzIDAgMi4yMDktMS40MzIgNC4xODctNC4yOTguMDM3LS4wOTIuMDgzLS4xMzkuMTM5LS4xMzkuMDU2IDAgLjA4My4wMjguMDgzLjA4MyAwIC4wMzctLjA0Ni4xMTEtLjEzOS4yMjJsLS41ODIuODA0Yy0xLjcwMSAyLjM0OC0yLjk1OCAzLjUyMS0zLjc3MSAzLjUyMS0uNDA3IDAtLjc0NC0uMTU3LTEuMDEyLS40NzEtLjI2OC0uMzE0LS40MDItLjcxMS0uNDAyLTEuMTkyIDAtLjQ4LjE2Ny0xLjA0NC40OTktMS42OTEtMS41NzEgMi4yMzctMi43NDUgMy4zNTUtMy41MjEgMy4zNTUtLjQ4MSAwLS44ODMtLjIwMy0xLjIwNi0uNjA4LS4zMjQtLjQwNS0uNDg1LS45MjEtLjQ4NS0xLjU0NyAwLTEuNDkyLjkyNC0yLjgzNiAyLjc3My00LjAzMyAxLjQ2LS45NTcgMi42MTUtMS40MzcgMy40NjYtMS40MzcuNTU0IDAgLjgzMi4yNjQuODMyLjc5MSAwIC4yNTUtLjA3NC41MzYtLjIyMi44NDVsNC44MjQtOC4wOTZjLjI5Ni4wNTYuNTkxLjA4My44ODcuMDgzaC44MzF6bS02LjUxNiA3LjI2NGMwLS40OC0uMjIxLS43MjEtLjY2Mi0uNzIxLS44MDkgMC0xLjg3Ni44MTQtMy4yMDEgMi40NC0xLjMyNSAxLjYyNy0xLjk4NyAyLjkzLTEuOTg3IDMuOTA5IDAgLjYxLjI0OC45MTUuNzQ1LjkxNS43MTcgMCAxLjk1LTEuMjU3IDMuNjk4LTMuNzcxLjkzOC0xLjM0OCAxLjQwNy0yLjI3MyAxLjQwNy0yLjc3MnoiLz48cGF0aCBkPSJNMTE2LjMzOCAxNi42NjRjMCAuMDM3LS4wNDYuMTExLS4xMzkuMjIybC0uNTgyLjgwNGMtMS43MDEgMi4zNDgtMi45OTQgMy41MjEtMy44ODIgMy41MjEtLjQyNSAwLS43ODEtLjE0OC0xLjA2Ny0uNDQ0LS4yODctLjI5NS0uNDMtLjY3NS0uNDMtMS4xMzcgMC0uNTE3LjMxNC0xLjMxMi45NDMtMi4zODRsMi4xMDctMy41NzdjLjI4Mi4wNTUuNTA5LjA4My42NzkuMDgzLjI0NSAwIC41OTQtLjAyMSAxLjA0Ny0uMDYzbC0zLjA5NiA1LjAzNWMtLjQzNi43MTgtLjY1NCAxLjI4LS42NTQgMS42ODQgMCAuNDA1LjIxMS42MDcuNjM0LjYwNy44MDkgMCAyLjIxNS0xLjQzMiA0LjIxOS00LjI5OC4wMzYtLjA5Mi4wODItLjEzOS4xMzgtLjEzOS4wNTYuMDAyLjA4My4wMy4wODMuMDg2em0tLjE5NC01LjYwMWMwIC4zMTUtLjEzNC42MS0uNDAyLjg4N3MtLjU1OS40MTYtLjg3My40MTZjLS40MDcgMC0uNjEtLjIwMy0uNjEtLjYxIDAtLjI5NS4xMzktLjU4Mi40MTYtLjg1OS4yNzctLjI3Ny41NzMtLjQxNi44ODctLjQxNi4zODggMCAuNTgyLjE5NC41ODIuNTgyeiIvPjxwYXRoIGQ9Ik0xMjcuMjA3IDE2LjY2NGMwIC4xODUtLjY1OSAxLjA2My0xLjk3OCAyLjYzNC0xLjA3NyAxLjI3NS0xLjkyMiAxLjkxMy0yLjUzNSAxLjkxMy0uNDA5IDAtLjc1My0uMTU3LTEuMDMxLS40NzEtLjI3OS0uMzE0LS40MTgtLjcwMi0uNDE4LTEuMTY0IDAtLjQwNi4wODQtLjc4MS4yNTItMS4xMjMuMTY4LS4zNDIuNjE2LTEuMDQ0IDEuMzQ1LTIuMTA3LjcyOC0xLjA2MyAxLjA5My0xLjc0MiAxLjA5My0yLjAzOCAwLS4zNjktLjE5NC0uNTU1LS41ODItLjU1NS0xLjMxMyAwLTMuMzQ2IDIuNDQ5LTYuMSA3LjM0N2gtMS42OTFsMi4xMDctMy4zNTVjMS4yMDItMS45MDQgMS44MDItMy4wOTYgMS44MDItMy41NzcgMC0uMjc3LS4xMTEtLjQxNi0uMzMzLS40MTYtLjQ2MiAwLTEuMzY4Ljk3LTIuNzE3IDIuOTExLS4wOTMuMTExLS4xNTcuMTc2LS4xOTQuMTk0LS4wNTYgMC0uMDgzLS4wMjctLjA4My0uMDgyIDAtLjAzNi4wMTgtLjA3My4wNTYtLjExbC4yNS0uMzNjMS4zODYtMS44MzMgMi4zMTktMi43NDkgMi44LTIuNzQ5LjI5NSAwIC41NTQuMTM4Ljc3Ni40MTMuMjIyLjI3Ni4zMzMuNjA2LjMzMy45OTEgMCAuNTY5LS4zNDIgMS4zNjctMS4wMjYgMi4zOTUgMS4wNzItMS40NSAxLjg5NC0yLjQ0NSAyLjQ2OC0yLjk4Ni41NzMtLjU0MiAxLjEtLjgxMiAxLjU4LS44MTIuNDA2IDAgLjc0NC4xNjEgMS4wMTIuNDg0LjI2OC4zMjIuNDAyLjcyMy40MDIgMS4yMDEgMCAuNTktLjQyMSAxLjUxNS0xLjI2MiAyLjc3Ny0uODQxIDEuMjYyLTEuMjYyIDIuMDY3LTEuMjYyIDIuNDE3IDAgLjM2OC4xODQuNTUyLjU1NC41NTIuODEzIDAgMi4yLTEuNDMyIDQuMTU5LTQuMjk4LjAzNy0uMDkyLjA4My0uMTM5LjEzOS0uMTM5LjA1Ni0uMDAxLjA4NC4wMjcuMDg0LjA4M3oiLz48cGF0aCBkPSJNMTM2LjQ5NSAxNi42NjRjMCAuMTQ4LS40OS43NjctMS40NyAxLjg1OC0xLjA5MSAxLjIwMi0yLjUwNSAyLjI4My00LjI0MiAzLjI0NGwtLjY2NiAxLjIyYy0xLjIzOSAyLjI3NC0yLjYwMiA0LjAxMS00LjA5IDUuMjEzLTEuNDg3IDEuMjAxLTIuNzY3IDEuODAyLTMuODQgMS44MDItLjM4OCAwLS43MDctLjExNi0uOTU3LS4zNDdhMS4xNCAxLjE0IDAgMDEtLjM3NC0uODczYzAtMS44NDkgMi4wODktMy43MjUgNi4yNjYtNS42MjguOTA1LS40MDcgMS40ODgtLjY4NCAxLjc0Ny0uODMybDIuMzExLTQuMjM3Yy0xIDEuMzI5LTEuNzA4IDIuMTgyLTIuMTI1IDIuNTYtLjQxNy4zNzgtLjgzOC41NjctMS4yNjQuNTY3LS40ODIgMC0uODg0LS4yMDctMS4yMDgtLjYyMi0uMzI0LS40MTQtLjQ4Ni0uOTE2LS40ODYtMS41MDUgMC0xLjU0NyAxLjAxNi0yLjk1NiAzLjA1LTQuMjI3IDEuMzY4LS44NDcgMi40NC0xLjI3MSAzLjIxNi0xLjI3MS41MzYgMCAuODA0LjI5LjgwNC44NyAwIC4xNjMtLjAzNy4zNTQtLjExMS41NzFsLjc0OS0xLjM1OWEzLjIgMy4yIDAgMDAuNjM4LjA4M2MuMjQgMCAuNTgyLS4wMjggMS4wMjYtLjA4My0uMDU1LjA3NC0uNDUzLjc0OS0xLjE5MiAyLjAyNGwtMy4zNTUgNS43OTVjMS4xODMtLjY2NSAyLjEzLTEuMzEyIDIuODQyLTEuOTQxLjcxMS0uNjI4IDEuNTExLTEuNTI1IDIuMzk4LTIuNjg5LjE0OC0uMTg1LjI0LS4yNzcuMjc3LS4yNzcuMDM4LjAxOS4wNTYuMDQ3LjA1Ni4wODR6bS03Ljc2MyA1Ljg3OGMtLjE2Ni4wOTItLjY3NS4zNTEtMS41MjUuNzc2LTQuMTIyIDIuMDMzLTYuMTgzIDMuODYzLTYuMTgzIDUuNDkgMCAuMjc3LjEwNi41MTMuMzE5LjcwNy4yMTMuMTk0LjQ3Ni4yOTEuNzkuMjkxLjk5OCAwIDEuOTY5LS41MDkgMi45MTEtMS41MjUuOTQzLTEuMDE3IDIuMTE2LTIuODM4IDMuNTIxLTUuNDYybC4xNjctLjI3N3ptNC4yOTctOC4wOTdjMC0uNDYyLS4yMjItLjY5My0uNjY1LS42OTMtLjgxNCAwLTEuODkuODE0LTMuMjMgMi40NC0xLjM0IDEuNjI3LTIuMDEgMi45My0yLjAxIDMuOTA5IDAgLjYxLjI1OS45MTUuNzc2LjkxNS41MzYgMCAxLjQ0Mi0uODA0IDIuNzE3LTIuNDEyIDEuNjA4LTIuMDMzIDIuNDEyLTMuNDE5IDIuNDEyLTQuMTU5ek0xNzMuNjQ4IDYuOTg3YzAgLjQ2Mi0uMDU1Ljk0OC0uMTY3IDEuNDU2LS4xMTEuNTA5LS4yMTMuNzYyLS4zMDUuNzYyLS4wNTUgMC0uMDgzLS4wMjgtLjA4My0uMDgzIDAtLjA1Ni4wMDktLjExMS4wMjgtLjE2Ni4yMDMtLjU1NS4zMDUtMS4yMDEuMzA1LTEuOTQxIDAtMS4xNDYtLjM0Mi0yLjA2MS0xLjAyNi0yLjc0NS0uNjg0LS42ODQtMS41OTktMS4wMjYtMi43NDUtMS4wMjYtMi4yIDAtNC4zMTYgMS4wMzUtNi4zNDkgMy4xMDVhOS41MTcgOS41MTcgMCAwMTEuMTY1IDQuNTc1YzAgMi45NTgtMS4xMzcgNS40NjctMy40MSA3LjUyOC0yLjI3NCAyLjA2MS01LjA0NiAzLjA5MS04LjMxOCAzLjA5MS0xLjAxNyAwLTIuNDAzLS4xMzktNC4xNTktLjQxNmEyNC42ODggMjQuNjg4IDAgMDEtNC4zODEuNDE2Yy0yLjM4NSAwLTMuNTc3LS4yNC0zLjU3Ny0uNzIxIDAtLjI0LjI5MS0uNDQ4Ljg3My0uNjI0LjU4Mi0uMTc1IDEuMjYyLS4yNjMgMi4wMzgtLjI2My45NDMgMCAyLjgwOS4zMDUgNS42MDEuOTE1IDEuODg1LS40OTkgMy4zNjQtMS4yNzUgNC40MzYtMi4zMjkgMS4wNzItMS4wNTQgMi42OTktMy4zMTggNC44OC02Ljc5MyAxLjMzMS0yLjEwNyAyLjc4Mi0zLjkwOSA0LjM1My01LjQwNy0xLjMzMS0yLjIxOC0zLjQ2Ni0zLjMyNy02LjQwNS0zLjMyNy0zLjA1IDAtNS44NSAxLjIwMi04LjQwMSAzLjYwNC0xLjI3NiAxLjIwMi0yLjI5NyAyLjUzMy0zLjA2NCAzLjk5My0uNzY3IDEuNDYtMS4xNTEgMi44MS0xLjE1MSA0LjA0OCAwIC45OC4zMDkgMS43NjEuOTI5IDIuMzQzLjYxOS41ODIgMS40MzcuODczIDIuNDU0Ljg3MyAxLjcxOSAwIDMuNTA3LS45MjkgNS4zNjUtMi43ODYgMS44NTgtMS44NTggMi43ODctMy42NDYgMi43ODctNS4zNjUgMC0uNjQ3LS4xOC0xLjE2OS0uNTQxLTEuNTY2LS4zNjEtLjM5Ny0uODM3LS41OTYtMS40MjgtLjU5Ni0uNjY1IDAtLjk5OC4xMDMtLjk5OC4zMTEgMCAuMDUyLjA0Ni4wNzguMTM5LjA3OGguMzMzYy40NDQgMCAuNjY1LjIwNC42NjUuNjEgMCAuMjk2LS4xMTEuNTU1LS4zMzMuNzc2cy0uNDkuMzMzLS44MDQuMzMzYy0uNTU1IDAtLjgzMi0uMjk1LS44MzItLjg4NyAwLS40MDYuMTgtLjc1My41NDEtMS4wNC4zNjEtLjI4Ni43OTktLjQzIDEuMzE3LS40My42NjUgMCAxLjIwMS4yMTggMS42MDguNjUyLjQwNi40MzUuNjEgMS4wMDMuNjEgMS43MDUgMCAxLjgzLS45NTIgMy42OTctMi44NTYgNS42MDFzLTMuNzYyIDIuODU2LTUuNTczIDIuODU2Yy0xLjI1NyAwLTIuMjkyLS40Mi0zLjEwNS0xLjI2Mi0uODE0LS44NDEtMS4yMi0xLjkwOC0xLjIyLTMuMjAyIDAtMi44MSAxLjM4Ni01LjMyOCA0LjE1OS03LjU1NiAyLjc3My0yLjIyNyA1LjkwNi0zLjM0MSA5LjM5OS0zLjM0MSAyLjk3NiAwIDUuMjEzIDEuMSA2LjcxIDMuMyAyLjItMi4wMzMgNC40MzYtMy4wNSA2LjcxLTMuMDUgMS4xNDYgMCAyLjA3LjM3IDIuNzczIDEuMTA5LjcwMi43MzggMS4wNTMgMS42OTkgMS4wNTMgMi44ODJ6bS0yNS41MzYgMTQuMDU3Yy0yLjQ5NS0uMzUxLTQuMzUzLS41MjctNS41NzMtLjUyNy0xLjA5MSAwLTEuNjM2LjEwMi0xLjYzNi4zMDUgMCAuMzE0IDEuMTgzLjQ3MSAzLjU0OS40NzEgMS4zNjguMDAxIDIuNTg4LS4wODIgMy42Ni0uMjQ5em0xNS42MS0xMS4xMThjMC0xLjE0Ni0uMjQtMi4yMjctLjcyMS0zLjI0NC0xLjIyIDEuMzg2LTIuMzExIDMuMTMzLTMuMjcyIDUuMjQtMS4yNzYgMi43NzMtMi42MDYgNC43ODMtMy45OTMgNi4wMzEtMS4zODYgMS4yNDgtMy40MzggMi4yNTEtNi4xNTUgMy4wMDggMS4xNDYuMjQgMi4zNjYuMzYgMy42Ni4zNiAzLjQ1NiAwIDYuMjU3LTEuNjczIDguNDAxLTUuMDE4IDEuMzg3LTIuMTYyIDIuMDgtNC4yODggMi4wOC02LjM3N3oiLz48cGF0aCBkPSJNMTcxLjk1NyAxNi42NjRjMCAuMDc0LS4yNjguNDA3LS44MDQuOTk4LS42ODQuNzU4LTEuMzMxIDEuMTM3LTEuOTQxIDEuMTM3LS42ODQgMC0xLjAyNi0uMzk3LTEuMDI2LTEuMTkyIDAtLjI1OS4wNTYtLjU4Mi4xNjYtLjk3LS41NzMuNDk5LTEuMDM1Ljk5NC0xLjM4NiAxLjQ4My0uMzUxLjQ5LS45NyAxLjQ4My0xLjg1OCAyLjk4MWgtMS42NjRsMi4yMTgtMy42MDRjMS4xMDktMS44MTEgMS42NjQtMi45MyAxLjY2NC0zLjM1NSAwLS4yNTktLjEwMi0uMzg4LS4zMDUtLjM4OC0uNDk5IDAtMS40MTQuOTctMi43NDUgMi45MTEtLjA5My4xMy0uMTY2LjE5NC0uMjIyLjE5NC0uMDM3LS4wMTgtLjA1Ni0uMDQ1LS4wNTYtLjA4MiAwLS4wMzYuMDE4LS4wNzMuMDU2LS4xMWwuMjUtLjMzYzEuMzg2LTEuODMzIDIuMzI5LTIuNzQ5IDIuODI4LTIuNzQ5LjcyMSAwIDEuMDgxLjQ1OSAxLjA4MSAxLjM3NyAwIC42OTctLjM3IDEuNjE1LTEuMTA5IDIuNzU0YTExLjEzIDExLjEzIDAgMDExLjMzMS0xLjMyMmMuMzUxLS43ODkuNzgxLTEuNDU1IDEuMjg5LTEuOTk2LjUwOC0uNTQyLjk2Ni0uODEzIDEuMzcyLS44MTMuMjc3IDAgLjQxNi4xMi40MTYuMzU4IDAgLjQyMy0uNjI5IDEuMDM5LTEuODg1IDEuODQ4LS4xODUuMTI5LS40ODEuMzEzLS44ODcuNTUxbC0uMTY3LjEzOGMtLjEzLjQwNS0uMTk0Ljc0NS0uMTk0IDEuMDIgMCAuNzU0LjI4NiAxLjEzMS44NTkgMS4xMzEuNzAyIDAgMS40Ny0uNTgyIDIuMzAyLTEuNzQ3LjE4NC0uMjAzLjI5NS0uMzA1LjMzMy0uMzA1LjA1Ni0uMDAyLjA4NC4wMjYuMDg0LjA4MnoiLz48cGF0aCBkPSJNMTc4Ljc3NyAxNi42NjRjMCAuMDM3LS4wODMuMTU3LS4yNS4zNmwtLjU4Mi43MjFjLTEuODY3IDIuMzExLTMuNDY2IDMuNDY2LTQuNzk3IDMuNDY2LS42NDcgMC0xLjE4My0uMjI2LTEuNjA4LS42NzctLjQyNi0uNDUxLS42MzgtMS4wMTgtLjYzOC0xLjY5OSAwLTEuNjIxIDEuMTM3LTMuMDQ4IDMuNDEtNC4yODIgMS4xODMtLjY0NSAyLjE1My0uOTY3IDIuOTExLS45NjcuMzE0IDAgLjU4Ny4wOTcuODE4LjI5LjIzMS4xOTMuMzQ3LjQyOC4zNDcuNzA0IDAgLjY0NS0uNDIyIDEuMTkzLTEuMjY3IDEuNjQ0LS44NDUuNDUxLTIuMjY5Ljg3OS00LjI3NCAxLjI4NS0uNjEzLjkyMS0uOTE5IDEuNjk0LS45MTkgMi4zMiAwIC43NzQuNDE4IDEuMTYgMS4yNTMgMS4xNiAxLjQyOSAwIDMuMTgzLTEuMzk1IDUuMjYxLTQuMTg3LjExMS0uMTQ4LjIwNC0uMjIyLjI3OC0uMjIyLjAzOS4wMTkuMDU3LjA0Ny4wNTcuMDg0em0tMS4xMzctMi40OTZjMC0uMjk1LS4xNTctLjQ0NC0uNDcxLS40NDQtLjQ4MSAwLTEuMTA5LjMzMy0xLjg4NS45OThzLTEuNTQ0IDEuNTI1LTIuMzAxIDIuNTc4YzEuMjk0LS4zMzMgMi4zOTQtLjgwNCAzLjI5OS0xLjQxNC45MDUtLjYwOSAxLjM1OC0xLjE4MSAxLjM1OC0xLjcxOHoiLz48cGF0aCBkPSJNMTgzLjM1MiAxMS4zOTZjMCAuMzctLjU2NCAxLjA5MS0xLjY5MSAyLjE2M2EzLjcwNiAzLjcwNiAwIDAwLS4wODMuNzIxYzAgLjUzNi4yNCAxLjM2OC43MjEgMi40OTUuMjQuNTczLjM2IDEuMDU0LjM2IDEuNDQyIDAgLjgxNC0uMzk4IDEuNTE2LTEuMTkyIDIuMTA3LS43OTUuNTkxLTEuNzI4Ljg4Ny0yLjguODg3LS42MSAwLTEuMS0uMTc2LTEuNDctLjUyNy0uMzctLjM1MS0uNTU1LS44MTMtLjU1NS0xLjM4NiAwLS42ODQuMjQtMS4zNDUuNzIxLTEuOTgyLjQ4LS42MzguOTgtLjk1NyAxLjQ5Ny0uOTU3aC4yNWwxLjA4MS0xLjMxNmMuMzMzLS4zODQuNzY3LS45MTUgMS4zMDMtMS41OTEuMTQ4LS42MjIuMzg0LTEuMTU3LjcwNy0xLjYwNS4zMjMtLjQ0OC42MzMtLjY3Mi45MjktLjY3Mi4xNDgtLjAwMS4yMjIuMDczLjIyMi4yMjF6bS0xLjg4NiA1LjM2M2MwLS4yNi0uMDA5LS41MjQtLjAyOC0uNzkzYTE3LjY3MSAxNy42NzEgMCAwMS0uMDI4LTEuMTU1YzAtLjQwOC4wMTgtLjc1MS4wNTUtMS4wMy0uNDk5LjY1LTEuMjMgMS41NTktMi4xOSAyLjcyOGEuNjkuNjkgMCAwMS4yNS41MjljMCAuNTM4LS40MzUuOS0xLjMwMyAxLjA4Ni0uMzUxLjA3NC0uNjU2LjI2NS0uOTE1LjU3MS0uMjU5LjMwNi0uMzg4LjYyNi0uMzg4Ljk2MSAwIC4zNzEuMTI5LjY3Ny4zODguOTE4cy41ODIuMzYyLjk3LjM2MmMuNzU4IDAgMS40NzktLjQ0MSAyLjE2My0xLjMyMi42ODQtLjg4NCAxLjAyNi0xLjgzNSAxLjAyNi0yLjg1NXpNMTkwLjAzMyAxMS4zOTZjMCAuMzctLjU2NCAxLjA5MS0xLjY5MSAyLjE2M2EzLjcwNiAzLjcwNiAwIDAwLS4wODMuNzIxYzAgLjUzNi4yNCAxLjM2OC43MjEgMi40OTUuMjQuNTczLjM2IDEuMDU0LjM2IDEuNDQyIDAgLjgxNC0uMzk4IDEuNTE2LTEuMTkyIDIuMTA3LS43OTUuNTkxLTEuNzI4Ljg4Ny0yLjguODg3LS42MSAwLTEuMS0uMTc2LTEuNDctLjUyNy0uMzctLjM1MS0uNTU1LS44MTMtLjU1NS0xLjM4NiAwLS42ODQuMjQtMS4zNDUuNzIxLTEuOTgyLjQ4LS42MzguOTgtLjk1NyAxLjQ5Ny0uOTU3aC4yNWwxLjA4MS0xLjMxNmMuMzMzLS4zODQuNzY3LS45MTUgMS4zMDMtMS41OTEuMTQ4LS42MjIuMzg0LTEuMTU3LjcwNy0xLjYwNS4zMjMtLjQ0OC42MzMtLjY3Mi45MjktLjY3Mi4xNDgtLjAwMS4yMjIuMDczLjIyMi4yMjF6bS0xLjg4NSA1LjM2M2MwLS4yNi0uMDA5LS41MjQtLjAyOC0uNzkzYTE3LjY3MSAxNy42NzEgMCAwMS0uMDI4LTEuMTU1YzAtLjQwOC4wMTgtLjc1MS4wNTUtMS4wMy0uNDk5LjY1LTEuMjMgMS41NTktMi4xOSAyLjcyOGEuNjkuNjkgMCAwMS4yNS41MjljMCAuNTM4LS40MzUuOS0xLjMwMyAxLjA4Ni0uMzUxLjA3NC0uNjU2LjI2NS0uOTE1LjU3MS0uMjU5LjMwNi0uMzg4LjYyNi0uMzg4Ljk2MSAwIC4zNzEuMTI5LjY3Ny4zODguOTE4cy41ODIuMzYyLjk3LjM2MmMuNzU4IDAgMS40NzktLjQ0MSAyLjE2My0xLjMyMi42ODQtLjg4NCAxLjAyNi0xLjgzNSAxLjAyNi0yLjg1NXpNMTk3Ljk5IDE2LjY2NGMwIC4wMzctLjA4My4xNTctLjI1LjM2bC0uNTgyLjcyMWMtMS44NjcgMi4zMTEtMy40NjYgMy40NjYtNC43OTcgMy40NjYtLjY0NyAwLTEuMTgzLS4yMjYtMS42MDgtLjY3Ny0uNDI2LS40NTEtLjYzOC0xLjAxOC0uNjM4LTEuNjk5IDAtMS42MjEgMS4xMzctMy4wNDggMy40MS00LjI4MiAxLjE4My0uNjQ1IDIuMTUzLS45NjcgMi45MTEtLjk2Ny4zMTQgMCAuNTg3LjA5Ny44MTguMjkuMjMxLjE5My4zNDcuNDI4LjM0Ny43MDQgMCAuNjQ1LS40MjIgMS4xOTMtMS4yNjcgMS42NDQtLjg0NS40NTEtMi4yNjkuODc5LTQuMjc0IDEuMjg1LS42MTMuOTIxLS45MTkgMS42OTQtLjkxOSAyLjMyIDAgLjc3NC40MTggMS4xNiAxLjI1MyAxLjE2IDEuNDI5IDAgMy4xODMtMS4zOTUgNS4yNjEtNC4xODcuMTExLS4xNDguMjA0LS4yMjIuMjc4LS4yMjIuMDM5LjAxOS4wNTcuMDQ3LjA1Ny4wODR6bS0xLjEzNy0yLjQ5NmMwLS4yOTUtLjE1Ny0uNDQ0LS40NzEtLjQ0NC0uNDgxIDAtMS4xMDkuMzMzLTEuODg1Ljk5OHMtMS41NDQgMS41MjUtMi4zMDEgMi41NzhjMS4yOTQtLjMzMyAyLjM5NC0uODA0IDMuMjk5LTEuNDE0LjkwNS0uNjA5IDEuMzU4LTEuMTgxIDEuMzU4LTEuNzE4eiIvPjxwYXRoIGQ9Ik0yMDIuNTY1IDExLjM5NmMwIC4zNy0uNTY0IDEuMDkxLTEuNjkxIDIuMTYzYTMuNzg1IDMuNzg1IDAgMDAtLjA4My43MjFjMCAuNTM2LjI0IDEuMzY4LjcyMSAyLjQ5NS4yNC41NzMuMzYgMS4wNTQuMzYgMS40NDIgMCAuODE0LS4zOTggMS41MTYtMS4xOTIgMi4xMDctLjc5NS41OTEtMS43MjguODg3LTIuOC44ODctLjYxIDAtMS4xLS4xNzYtMS40Ny0uNTI3LS4zNy0uMzUxLS41NTUtLjgxMy0uNTU1LTEuMzg2IDAtLjY4NC4yNC0xLjM0NS43MjEtMS45ODIuNDgtLjYzOC45NzktLjk1NyAxLjQ5Ny0uOTU3aC4yNWwxLjA4MS0xLjMxNmMuMzMzLS4zODQuNzY3LS45MTUgMS4zMDMtMS41OTEuMTQ4LS42MjIuMzg0LTEuMTU3LjcwNy0xLjYwNS4zMjMtLjQ0OC42MzMtLjY3Mi45MjktLjY3Mi4xNDgtLjAwMS4yMjIuMDczLjIyMi4yMjF6bS0xLjg4NiA1LjM2M2MwLS4yNi0uMDA5LS41MjQtLjAyOC0uNzkzYTE3LjY3MSAxNy42NzEgMCAwMS0uMDI4LTEuMTU1YzAtLjQwOC4wMTgtLjc1MS4wNTUtMS4wMy0uNDk5LjY1LTEuMjMgMS41NTktMi4xOSAyLjcyOGEuNjkuNjkgMCAwMS4yNS41MjljMCAuNTM4LS40MzUuOS0xLjMwMyAxLjA4Ni0uMzUxLjA3NC0uNjU2LjI2NS0uOTE1LjU3MS0uMjU5LjMwNi0uMzg4LjYyNi0uMzg4Ljk2MSAwIC4zNzEuMTI5LjY3Ny4zODguOTE4cy41ODIuMzYyLjk3LjM2MmMuNzU4IDAgMS40NzktLjQ0MSAyLjE2My0xLjMyMi42ODQtLjg4NCAxLjAyNi0xLjgzNSAxLjAyNi0yLjg1NXoiLz48Zz48cGF0aCBkPSJNMjA2LjUzNiA3Ljg4OGMuNTAzIDAgLjkyMi4yMjcuOTIyLjc3NiAwIC4zMTktLjE2MS41NjktLjQzNC42NzIuMzA0LjA2Mi4zOC4zNjkuNDAzLjYzOC4wMTUuMTczLjAyMy41NDkuMTMxLjY0OWgtLjYyMmMtLjA2OS0uMTM4LS4wNjktLjQxMS0uMDg1LS41NjEtLjAzOS0uMzc3LS4xNTQtLjUxMS0uNTQ2LS41MTFoLS40NjR2MS4wNzJoLS41OTVWNy44ODhoMS4yOXptLS42OTUgMS4yMjloLjQ5OWMuMjgxIDAgLjUzLS4wNS41My0uMzg4IDAtLjMxNS0uMjUtLjM2OS0uNTAzLS4zNjloLS41MjZ2Ljc1N3oiLz48cGF0aCBkPSJNMjA2LjQwMiAxMS45MjdjLTEuNDczIDAtMi42NzItMS4xOTgtMi42NzItMi42NzJzMS4xOTktMi42NzIgMi42NzItMi42NzIgMi42NzIgMS4xOTggMi42NzIgMi42NzItMS4xOTkgMi42NzItMi42NzIgMi42NzJ6bTAtNC44ODljLTEuMjIzIDAtMi4yMTguOTk1LTIuMjE4IDIuMjE4cy45OTUgMi4yMTggMi4yMTggMi4yMTggMi4yMTgtLjk5NSAyLjIxOC0yLjIxOC0uOTk2LTIuMjE4LTIuMjE4LTIuMjE4eiIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    width: 160px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}
.haeder-bottom .menu > li:after {
  content: '';
  border-bottom: 1px solid #a38b6a;
  width: 0;
  display: block;
  margin: 0 auto;
  padding-top: 3px;
  transition: .3s;
}
.haeder-bottom .menu > li:hover:after {
  width: 100%;
}
.sub_menu_wrapper {
  background-color: #fff;
  overflow: hidden;
  padding: 2px 5px 20px;
}
.sub_menu_wrapper a:hover {
  color: #c4b094;
}
.sub_menu_wrapper li {
  padding: 5px 0;
}
.sub_menu_wrapper li a {
  display: block;
}
.menu > li:nth-child(5) > ul {
  width: max-content;
}
.haeder-bottom .menu > li > a {
  padding-left: 10px;
}
.menu .deeper.parent {
  position: relative;
  padding-bottom: 33px;
}
.haeder-bottom .menu > .deeper.parent:hover > ul {
  display: block;
  opacity: 1;
  height: auto;
  box-shadow: 0px 0px 20px 0px rgba(176, 149, 111, 0.4);
}
.haeder-bottom .menu > .deeper.parent ul {
  padding-bottom: 0px;
  top: 33px;
  left: -20px;
  opacity: 0;
  transition: .6s;
  position: absolute;
  box-shadow: 0px 0px 20px 0px rgba(176, 149, 111, 0.4) !important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(176, 149, 111, 0.4) !important;
  -moz-box-shadow: 0px 0px 20px 0px rgba(176, 149, 111, 0.4) !important;
  width: 234px;
  height: auto;
  display: none;
}
.haeder-bottom .menu li.deeper.parent:after {
  content: none !important;
}
.sub_menu {
  box-shadow: 0px 0px 20px 0px rgba(176, 149, 111, 0.4);
}
.sub_menu_wrapper {
  background-color: #fff;
  overflow: hidden;
  padding: 14px 0 14px 24px;
}
.sub_menu_wrapper li {
    padding: 10px 0;
}
.haeder-bottom .menu > .deeper.parent:hover > ul {
  height: auto
}
/*  */
.conteiner-about-brand {
  display: flex;
  align-items: center;
  width: 65%;
  max-width: 1520px;
  margin: 20px auto 40px auto;
}
.exclusive {
  flex-basis: 20%;
  position: relative;
  overflow: hidden;
  height: 180px;
  margin-right: 10%;
  min-width: 275px;
}
.exclusive:before {
  content: "E";
  position: absolute;
  font-size: 220px;
  z-index: -1;
  color: #f1f1f1;
  font-family: "Arial", sans-serif;
  height: 100%;
  line-height: 0.77;
  left: -17px;
}
.exclusive-title {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.3;
  position: absolute;
  top: 45%;
  transform: translate(30px, calc(-55%));
}
.exclusive-title p:first-child {
  font-weight: 900;
  letter-spacing: 4px;
  font-size: 12px;
  display: inline-block;
  word-spacing: 2px;
  padding-left: 50px;
  color: #000 !important;
}
.exclusive-title p:last-child {
  font-size: 40px;
  letter-spacing: 10px;
  padding-left: 47px;
  line-height: 1.2;
  color: #000 !important;
}
.exclusive-title p span {
  display: block;
  font-weight: 300;
  margin-left: -2px;
  line-height: 0.8;
  color: #000 !important;
}
.exclusive-description h2 {
  font-family: 'Lato-Heavy';
  font-size: 14px;
  /* font-weight: 700; */
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #000 !important;
  margin: 0;
}
.exclusive-description p {
  color: #666666;
  font-family: 'Lato-Thin';
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  padding: 7px 0 10px 0;
}
.exclusive-description a {
  font-size: 13px;
  /* font-weight: 700; */
  font-family: 'Lato-Heavy';
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-decoration: none;
  color: #000 !important;
  border-bottom: 1px solid #666666;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.exclusive-description a:hover{
  border-bottom: 1px solid transparent;
}
.haeder-bottom .menu > li:after {
  padding-top: 5px;
}
.haeder-bottom .menu .sub_menu > li:after{
  display: none;
}
.haeder-bottom .menu > .deeper.parent:hover > ul {
  /* height: 300%; */
  box-shadow: 9px 10px 15px 0px rgba(176, 149, 111, 0.4);
}
.haeder-bottom .menu > .deeper.parent ul {
  padding-bottom: 0px;
}
.main_categories{
  overflow: hidden;
  margin: 0 -20px 80px;
}
.main_cat_item{
  display: block;
  float: left;
  width: 50%;
}
.main_cat_item_wrap{
  position: relative;
  margin: 0 20px;
}
.main_cat_item:hover .main_cat_item_wrap:after{
  opacity: 0;
  visibility: hidden;
}
.main_cat_item_wrap:after{
  opacity: 1;
  visibility: visible;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}
.main_cat_item img{
  display: block;
  width: 100%;
}
.main_cat_desc{
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 10;
}
.main_cat_name{
  color: #fff;
  font-family: Georgia;
  font-size: 35px;
  font-weight: bold;
}
.main_cat_subname{
  color: #fff;
  font-family: Georgia;
  font-size: 25px;
  font-style: italic;
}

.price_mess{
  font-size: 16px;
}

.price_mess a{
  font-family: 'Lato-Heavy';
  color: #c7b299;
  border-bottom: 1px solid;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out;
}

.price_mess a:hover{
  border-bottom: 1px solid transparent;
}

.colorBlock{
  display: inline-block;
}

.colorBlock .Collection__txt{
  margin-right: 35px;
}

.colorItem{
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.colorItem.active{
  color: #c7b299;
  border-bottom: 1px solid;
}

.countHide{
  display: none!important;
}

.category-view .lastCat .spacer {
  float: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.category-view .lastCat .spacer_wrapp img {
  margin: 0;
  height: auto !important;
  width: 100%;
}
.vm_category_item .spacer {
  /*position:relative;*/
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.category-view .catNameAll {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.category-view .catNameAll div {
  font-size: 20px;
  color: #717171;
}
.category-view .catNameAll h2 {
  font-size: 32px;
  color: #3f3e3e;
  margin: 0 auto;
}
.category-view .catNameAll .lincLastCat {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
}
.category-view .catNameAll .lincLastCat span {
  background: #ffffff;
  padding: 10px 20px;
  font-size: 15px;
  color: #a7898c;
}
.vm_category_item .spacer:hover .catNameAll {
  background: rgba(255, 255, 255, 0.8);
}
.vm_category_item .spacer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.catDescSmall p {
  font-size: 14px;
  font-weight: 300;
  margin: 20px 0;
  text-align: center;
}
.category_description .seo_wrapper {
  padding: 20px;
}
.delivery_post {
  clear: both;
}
.delivery_post .delivery_text {
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.delivery_post li {
  list-style-type: none;
  display: inline-block;
  background: none !important;
}
.delivery_post p {
  font-size: 16px;
  color: #666;
}
.else_delivery li {
  display: block;
}
.img_Delivery {
  display: inline-block;
}
.img_Delivery .new {
  background: url('../images/icon/1.png') no-repeat;
  width: 159px;
  height: 62px;
}
.img_Delivery .ukr {
  background: url('../images/icon/2.png') no-repeat;
  width: 83px;
  height: 62px;
}
.img_Delivery .luks {
  background: url('../images/icon/3.png') no-repeat;
  width: 159px;
  height: 62px;
}
.img_Delivery .gunsel {
  background: url('../images/icon/4.png') no-repeat;
  width: 145px;
  height: 62px;
}
.img_Delivery .in_time {
  background: url('../images/icon/5.png') no-repeat;
  width: 98px;
  height: 62px;
}
.img_Delivery .sat {
  background: url('../images/icon/6.png') no-repeat;
  width: 159px;
  height: 62px;
}
.img_Delivery .del {
  background: url('../images/icon/7.png') no-repeat;
  width: 65px;
  height: 62px;
}
.img_Delivery .express {
  background: url('../images/icon/8.png') no-repeat;
  width: 93px;
  height: 62px;
}
.img_Delivery .pec {
  background: url('../images/icon/1.1.png') no-repeat;
  width: 57px;
  height: 62px;
}
.img_Delivery .serv {
  background: url('../images/icon/1.2.png') no-repeat;
  width: 164px;
  height: 62px;
}
.img_Delivery .foxy {
  background: url('../images/icon/1.3.png') no-repeat;
  width: 187px;
  height: 62px;
}
.img_Delivery .bykal {
  background: url('../images/icon/1.4.png') no-repeat;
  width: 221px;
  height: 62px;
}
.img_Delivery .train {
  background: url('../images/icon/1.5.png') no-repeat;
  width: 177px;
  height: 62px;
}
.img_Delivery .del_line {
  background: url('../images/icon/1.6.png') no-repeat;
  width: 177px;
  height: 62px;
}
.icon_Strong_rus:before {
  content: '';
  width: 77px;
  height: 62px;
  display: block;
  float: left;
  background: url('../images/icon/ru.png') no-repeat;
}
.icon_Strong_ua:before {
  background: url('../images/icon/ua.png') no-repeat;
  content: '';
  width: 77px;
  height: 62px;
  display: block;
  float: left;
}
.CollectionsItem__more {
  cursor: pointer;
}
.message_single b {
  text-decoration: underline;
}
.youtube-home span {
  display: block;
  width: 100px;
  height: 100px;
  background-color: #ffffffde;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 50%;
  box-shadow: -1px 2px 20px;
  cursor: pointer;
  transition: .3s;
  background-image: url(/images/play-btn.png);
  background-repeat: no-repeat;
  background-position: 57%;
}
.youtube-home iframe{
  border: none!important;
}
.youtube-home span:hover {
  background-color: #fff;
}
.cooperation-info,
.img-fulltext-left {
  display: none;
}
.float-fixed {
  width: 320px;
  background-color: #fff;
}
.product-desc-fixed {
  position: fixed !important;
}
.product-desc-fixed.product-desc-absolute {
  position: absolute !important;
}
.phoneNumber p {
  margin: 5px;
  font-size: 14px;
  color: grey;
}

.hide-on-pc {
  display: none;
}

@media handheld, only screen and (max-width: 1200px) {
  .youtube-home{
    height: 685px!important;
  }
}

@media handheld, only screen and (max-width: 1024px) {

  .prodCat .prodCat_Info h2 {
    font-size: 30px;
  }
  .prodCat .prodCat_Info .prodCat_InfoDesc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .Wrapper {
    width: 100%;
  }
  .category-view .spacer {
    float: left;
    width: 50%;
    /*height: 30%;*/
    padding: 10px;
    box-sizing: border-box;
  }
  .category-view .spacer_wrapp img {
    margin: 0px;
    width: 100%;
    height: auto;
  }
  .CartItem_2 {
    width: 15%;
  }
  .CartProductInnerName__model {
    font-size: 15px;
  }
  /****** contacts */
  .ContactsInner {
    margin-right: 60px;
  }
  .ContactsService {
    padding: 25px 0 38px;
    top: 36px;
    left: 33px;
  }
  .ContactsServiceInfo {
    margin: 30px 0 35px;
  }
  /****** blog */
  .BlogItem__name,
  .BlogItem__date {
    font-size: 15px;
  }
  .BlogItemInfo .button._more {
    padding: 0 15px;
  }
  .Slider {
    height: auto;
  }
  .MainPayItemInner img {
    margin: 0 30px;
  }
  .CollectionsItem__img {
    object-position: right top;
  }
  .CollectionLeft {
    width: 25%;
  }
  .CollectionRight {
    width: 75%;
  }
  .SearchButtonWrapper {
    width: auto;
  }
  .SearchForm__field {
    width: 80%;
  }
  .HeaderProf__txt {
    display: none;
  }
  .HeaderProf__txt.button_logOut {
    display: inline-block;
  }
  .HeaderService__item {
    margin-left: 15px;
  }
  .prodCat .prodCat_Info {
    height: 90%;
  }
  footer.Footer .Wrapper {
    width: 100%;
    padding: 0;
  }
  .FooterBottom {
    font-size: 10px;
    color: #999;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 3%;
    align-items: center;
  }
  .FooterSocial li a {
    display: block;
    width: 24px !important;
    height: 24px !important;
  }
  .MainPayItemInner {
    float: left;
    display: block;
    width: 20%;
  }
  .MainPayItemInnerWrap {
    margin: 0 10px;
  }
  .MainPayItemInner img {
    margin: 0;
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
  }
  .w25 {
    width: 50%;
  }
  /****** delivery */
  .Delivery {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .Delivery__desc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .DeliveryService {
    margin-bottom: 15px;
  }
  .DeliveryServiceMap {
    display: none;
  }
  .DeliveryServiceRight {
    width: 100%;
    float: none;
  }
  .DeliveryServiceRightInner {
    margin-left: 0;
  }
  .DeliveryService__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .DeliveryServiceSelect {
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .DeliveryServiceSelect__txt {
    width: 40%;
    font-size: 12px;
    padding-top: 10px;
  }
  .DeliveryServiceSelectField {
    width: 60%;
    margin-left: 0;
  }
  .CartProductNameInner {
    padding-left: 10px;
  }
  footer.Footer .Wrapper,
  .MainDescContent {
    width: 100%;
    padding: 0;
  }
  .FooterBottom {
    font-size: 10px;
    color: #999;
    display: flex;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 3%;
  }
  .conteiner-about-brand {
    display: flex;
    align-items: center;
    width: unset !important;
    max-width: 800px !important;
    margin: 50px auto 65px auto;
  }
  .exclusive {
    flex-basis: 20%;
    position: relative;
    overflow: hidden;
    height: 180px;
    margin-right: 7% !important;
    min-width: 275px;
  }
  .MainWhyRightInner > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .MainWhyLeftRow {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }
  form.MainRegForm {
    background-color: #fdf9f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 3%;
    margin: 30px 0;
  }
  .second-block-lg .Title._gold:after {
    width: 60% !important;
  }
  .header-top {
    padding: 0 !important;
  }
  .MainRegFormInner .button {
    max-width: 200px;
    height: 41px;
    background-color: #c7b299;
    color: #ffffff;
    font-family: Lato;
    font-size: 17px;
    font-weight: 300;
    margin: 0;
  }
  .youtube-home {
    height: 585px !important;
  }

  .Header {
    padding: 13px 3% 5px 3%;
  }
}
@media(max-width: 1024px) {
  .size-table-wrapper {
    width: 94%;
  }
  .size-table-img {
    overflow-x: scroll;
    width: 94%;
  }
  .size-table-img img {
    width: unset;
  }
}

@media handheld, only screen and (max-width: 768px) {
  .virtuemart_search input.inputbox.standard {
    width: 100%;
  }
  .special_product_design {
    width: 100%;
    padding: 0px;
  }
  .special_fixed_left {
    position: relative;
    top: 0px;
    width: 19%;
    background: none;
    padding: 0px;
    box-sizin1g: border-box;
  }
  .category_108 .CollectionButtons {
    margin-bottom: 15px;
  }
  .category_108 .CollectionLeft__desc {
    width: 100%;
    position: relative;
    padding: 0px;
    color: #333;
    background: #fff;
    margin: 30px 0px 0px;
    max-width: none;
  }
  .Wrapper {
    width: auto;
  }
  .ModalLoginContent {
    padding: 20px 5px;
  }
  .Header {
    height: unset;
    background: #fff;
    margin-top: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    z-index: 97;
    padding: 15px 4%;
  }
  .header-top {
    justify-content: space-between;
    align-items: center;
    height: unset !important;
    padding: unset !important;
  }
  .MenuBurger {
    display: none;
    /* width: 28px; */
    height: 22px;
    background: url(/images/burger-ico.png) no-repeat;
    /* background-position: 0 0; */
    margin-top: 0;
    cursor: pointer;
    /* position: relative; */
    /* float: left; */
    /* z-index: 99999; */
    background-size: 30px;
    flex: 1;
  }
  .Header__logo {
    background: url('../images/logoheader.png') no-repeat;
    width: 218px;
    background-position: center -90px;
    height: 46px;
    margin: auto;
    bottom: 0;
    background-size: 218px;
    top: 2px;
  }
  .header-logo {
    width: 200px;
    min-width: 200px;
    flex: 1;
  }
  .user-menu {
    flex: 1;
    margin-left: 15px;
  }
  .header-user-menu-serevices > *:first-child {
    margin-left: 15px;
  }
  .header-languages,
  .HeaderService__item_cart {
    display: none;
  }
  .haeder-bottom {
    padding: 0 !important;
  }
  .header-user-menu-serevices > *,
  .header-user-menu-profile {
    margin: 0 7px !important;
  }
  .HeaderService__item_search {
    background-image: url(/images/searc-ico.png);
    width: 25px;
    height: 25px;
  }
  .HeaderService__item_fav {
    background-image: url(/images/like-ico.png);
    width: 24px;
    height: 24px;
  }
  .HeaderProf__icon {
    background-image: url(/images/ava-ico.png);
    width: 25px;
    height: 25px;
  }
  .HeaderService__item_cart {
    background-image: url(/images/shop-ico.png);
    width: 25px;
    height: 25px;
  }
  .header-user-menu-profile {
    display: block;
  }
  .FooterTopContact {
    display: none;
  }
  .Lang {
    display: none;
    width: 100%;
    margin-top: 0px;
    text-align: center;
    background: rgba(255, 255, 255, 0);
  }
  .HeaderProf {
    display: block;
  }
  /****** prof mob */
  .mob_HeaderProf {
    float: right;
    margin-top: 12px;
  }
  .mob_HeaderProfItem {
    float: left;
    background: url('../images/sprites-mob.png') no-repeat;
    width: 21px;
    height: 21px;
    margin-left: 8px;
  }
  .mob_HeaderProfItem_search {
    background-position: -131px 3px;
  }
  .mob_HeaderProfItem_cart {
    background-position: -155px 0;
  }
  .HeaderRow {
    min-height: auto;
    margin-bottom: 0;
    position: initial;
  }
  .HeaderRow_bottom {
    display: none;
  }
  .Header .Wrapper {
    padding: 0 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .MenuBurger {
    display: block;
    padding-left: 45px;
  }
  .TopMenu {
    display: none;
    margin: 0 0 0 0;
    position: absolute;
    width: 100%;
    top: 50px;
    float: none;
    left: 0;
    z-index: 100;
  }
  .TopMenu ul {
    display: block;
    background: #faf6f0;
    padding: 0 0 0 0;
    box-sizing: border-box;
    border: none;
  }
  .TopMenu ul li {
    border-top: 1px dashed #d5d1cb;
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 12px;
    transition: .3s;
  }
  .TopMenu ul li:first-child {
    border-top: none;
  }
  .TopMenu ul li a {
    padding: 10px 0;
    text-transform: none;
    font-size: 18px;
    color: #645853;
    display: block;
    float: none;
    text-align: left;
    padding-left: 10px;
    z-index: 1;
    border: none;
    border-left: none;
    background: none;
  }
  .language-select .lang-active {
    order: 1 !important;
  }
  .language-select li {
    order: 1 !important;
  }
  .TopMenu ul.language-select li a {
    padding: 5px 3px !important;
  }
  .TopMenu ul.language-select li.active {
    background-color: #cfbda89c;
  }
  .TopMenu ul.language-select li.active:hover {
    background-color: #cfbda89c;
  }
  .TopMenu ul.language-select li:hover {
    background-color: #cfbda82d;
  }
  .language-select:hover {
    height: unset !important;
  }
  .TopMenu ul li a:after {
    background: none;
  }
  .TopMenu ul li ul {
    display: none;
    margin: 0 0;
    padding: 0;
    border: none;
    background: none;
  }
  .TopMenu ul li ul li {
    border: none;
  }
  .TopMenu ul li ul li a {
    float: none;
    color: #645853;
    border: none;
  }
  .TopMenu ul.sub li a {
    position: relative;
    padding: 0 0 12px 20px;
    font-weight: 300;
  }
  .TopMenu ul.sub li ul li a {
    padding-left: 45px;
  }
  .Slider {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .MainPay {
    text-align: center;
  }
  .MainPayItemInner {
    display: inline-block;
    margin-bottom: 10px;
  }
  .Content {
    margin: 100px 0 30px 0;
    padding: 0 4%;
  }
  /*.Main .ContentInner {
        padding-top: 0;
    }*/
  .Search__field {
    background: #fff;
    border-top: 1px solid #a9a9aa;
    width: 75%;
    padding: 24px;
  }
  /****** service menu */
  .mob_ServiceMenu {
    background: #efe8e1;
    overflow: hidden;
    padding: 5px 10px 10px;
    box-sizing: border-box;
  }
  /** login */
  .mob_ServiceMenuLogin {
    font-size: 15px;
    color: #645853;
    display: table;
    margin: 0 auto 10px;
  }
  .mob_ServiceMenuLogin:before {
    content: '';
    display: inline-block;
    background: url('../images/sprites-mob.png') no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-position: -212px 0;
    position: relative;
    top: 5px;
  }
  /** lang */
  .mob_ServiceMenuLang {
    margin: 0 auto;
    display: table;
  }
  .mob_ServiceMenuLang__item {
    float: left;
    padding: 0 11px 3px;
    box-sizing: border-box;
    background: none;
    border-radius: 50px;
    font-size: 15px;
    color: #645853;
    text-align: center;
    margin-left: 15px;
    line-height: 20px;
  }
  .mob_ServiceMenuLang__item.active {
    background: #cbb8a1;
    color: #fff;
  }
  .mob_ServiceMenuLang__item:first-child {
    margin-left: 0;
  }
  .Title {
    font-size: 19px;
  }
  .MainDescContent {
    text-align: center;
    margin: 20px auto;
    padding: 0;
  }
  /****** popular */
  .Popular {
    margin-top: 25px;
  }
  .Popular .w25 {
    width: 50%;
    float: left;
  }
  .CollectionsItemInner {
    /*height: 250px;*/
    height: auto;
  }
  .CollectionsItemWrap {
    /*height: 240px;*/
    height: auto;
  }
  .CollectionsItemInfo {
    padding: 5px 5px;
  }
  .CollectionsItemInfo__name {
    font-size: 12px;
  }
  .CollectionsItemInfo__price {
    font-size: 12px;
  }
  .MainRegFormInner {
    margin-left: 0;
  }
  .button {
    padding: 0 35px;
  }
  /****** delivery */
  .Delivery {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .Delivery__desc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 12px;
  }
  .DeliveryService {
    margin-bottom: 15px;
  }
  .DeliveryServiceMap {
    display: none;
  }
  .DeliveryServiceRight {
    width: 100%;
    float: none;
  }
  .DeliveryServiceRightInner {
    margin-left: 0;
  }
  .DeliveryService__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .DeliveryServiceSelect {
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .DeliveryServiceSelect__txt {
    width: 40%;
    font-size: 12px;
    padding-top: 10px;
  }
  .DeliveryServiceSelectField {
    width: 60%;
    margin-left: 0;
  }
  /** table */
  .DeliveryTableList__item {
    font-size: 10px;
    padding: 5px 0;
    margin-bottom: 5px;
  }
  .DeliveryTableList__item_tr {
    font-size: 12px;
    height: 26px;
    overflow: hidden;
  }
  .PageDelivery__slogan {
    width: 100%;
    margin: 20px auto 15px;
  }
  .PageDelivery__title {
    font-size: 14px;
  }
  .PageDelivery {
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .MainPay {
    margin: 0px auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .MainPayItemInnerWrap {
    margin: 0 5px;
  }
  .MainPayItemInner {
    width: 20%;
    float: left;
  }
  .MainPayItemInner img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
    margin: 0;
  }
  .MainPayItemInner {
    width: 20%;
    float: left;
  }
  .MainPayItemInner img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 100%;
    margin: 0;
  }
  /****** footer */
  /**category*/
  .CategoryInner {
    margin-top: 20px;
  }
  /**pagination*/
  .Pagination {
    margin: 20px auto 0;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .Pagination ul li {
    margin-left: 9px;
  }
  .Pagination ul li a {
    height: 16px;
    min-width: 16px;
    font-size: 11px;
    padding: 0;
  }
  .Pagination ul li.Pagination__nav a {
    width: 14px;
    min-width: 14px;
  }
  .Pagination__nav a::before {
    content: '';
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
    margin: 0 auto 0;
    position: relative;
    top: 2px;
  }
  /****** collection */
  .Collection {
    margin-bottom: 40px;
  }
  .CollectionLeft,
  .CollectionRight {
    width: 100%;
    float: none;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .CollectionRightInner {
    margin-left: 0;
  }
  .Collection__back {
    display: none;
  }
  .CollectionLeft {
    /*display: none;*/
  }
  .CollectionLeft_mob {
    display: block;
    margin-top: 10px;
  }
  .CollectionNav {
    display: none;
  }
  .CollectionNav_mob {
    display: block;
    border-bottom: none;
    margin-bottom: 0;
  }
  .CollectionNav__item_left:before {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/back-ico.png');
    background-repeat: no-repeat;
  }
  .CollectionNav__item_right:before {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('/images/back-ico.png');
    background-repeat: no-repeat;
  }
  .CollectionNav__num {
    padding-top: 3px;
  }
  .CollectionWrap {
    height: auto;
  }
  .CollectionLeftHead {
    margin-bottom: 10px;
  }
  .CollectionLeftHead__name {
    margin-bottom: 10px;
  }
  .CollectionLeft__desc {
    margin-bottom: 15px;
  }
  .CollectionTabsHead {
    padding: 8px 45px 8px;
    box-sizing: border-box;
  }
  .CollectionSoc {
    display: none;
  }
  .Collection__banner {
    display: none;
  }
  .DeliveryService_page {
    margin-top: 30px;
  }
  /* ====================================================
	cart
===================================================== */
  .CartProduct {
    margin-top: 10px;
  }
  .CartProduct .Form__field_select select {
    height: 22px;
  }
  .CartProductHead {
    font-size: 16px;
    padding-bottom: 0;
    display: none;
  }
  .CartProductHead .CartItem {
    height: 30px;
  }
  .CartItem {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .CartItem .Amount {
    display: table;
    margin: 0 auto;
  }
  .CartItem .Amount .item {
    line-height: 29px;
  }
  .CartItem_1 {
    float: left;
    width: 40%;
    display: block;
  }
  .CartItem_1 .CartItemInner {
    margin: 0 auto;
    float: none;
    width: 86%;
    height: 151px;
    overflow: hidden;
  }
  .CartProductInner__img {
    width: 100%;
    margin: 0 auto;
    height: auto;
    float: none;
    display: block;
  }
  .CartProductNameInner {
    padding-left: 0;
  }
  .CartProductInnerName__collection {
    font-size: 11px;
  }
  .CartProduct__label_mob {
    font-size: 11px;
    padding-right: 10px;
    width: 30%;
    float: left;
    box-sizing: border-box;
    text-align: left;
    display: block;
  }
  .CartItemInner {
    display: block;
    float: left;
    width: 70%;
  }
  .CartProductInnerPrice {
    font-size: 13px;
    text-align: left;
  }
  .CartColor {
    width: 100px;
    height: 22px;
    padding: 4px 0 0 4px;
    margin: 0 auto;
    float: left;
  }
  .CartColor p {
    padding: 0 0 0 6px;
    font-size: 11px;
    line-height: 11px;
    width: 95%;
  }
  .CartColor p:after {
    background: url('../images/sprites-mob.png') no-repeat;
    background-position: -244px 0;
    width: 7px;
    height: 4px;
    margin: 0 4px 0 4px;
    top: 5px;
  }
  .CartColor i {
    width: 13px;
    height: 13px;
  }
  .CartColor__name {
    height: 27px;
    padding-left: 6px;
  }
  .Cart_field {
    height: 22px;
    padding: 3px 0 0 4px;
    width: 100px;
    margin: 0 auto;
    float: left;
  }
  .Cart_field p {
    font-size: 11px;
  }
  .Cart_field p:after {
    background: url('../images/sprites-mob.png') no-repeat;
    background-position: -244px 0;
    width: 7px;
    height: 4px;
    margin: 0 4px 0 4px;
    top: 5px;
  }
  .CartProduct__delete {
    background: url('../images/sprites.png') no-repeat;
    background-position: -256px -117px;
    width: 25px;
    height: 28px;
  }
  .CartItemWrap {
    float: left;
    overflow: hidden;
    width: 60%;
    /*padding-left: 10px;*/
    box-sizing: border-box;
  }
  /****** total */
  .CartTotal {
    margin-top: 15px;
  }
  .CartTotal__txt {
    padding-left: 26px;
    padding-top: 0;
    font-size: 12px;
  }
  .CartTotalPrice {
    min-width: auto;
    margin-right: 10px;
  }
  .CartTotalPrice__txt {
    font-size: 13px;
  }
  /****** cart prof */
  .CartProf {
    margin-top: 40px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .CartProf__title {
    font-size: 13px;
  }
  .CartProfInner {
    margin-top: 23px;
    overflow: hidden;
  }
  .CartProfInner .button {
    padding: 0 45px;
    line-height: 30px;
    font-size: 17px;
    text-transform: uppercase;
  }
  .CartProfInner .w50 {
    width: 100%;
    float: none;
  }
  .CartProfInner .Form__label {
    font-size: 11px;
    padding-top: 3px;
    width: 35%;
    box-sizing: border-box;
  }
  .CartProfInner .FormOption {
    width: 65%;
  }
  .CartProfInner .Form__field._cart {
    height: 23px;
  }
  .CartProfInner .FormItem {
    margin-top: 8px;
  }
  .CartProfInner .Form__field_select select {
    height: 20px;
  }
  .CartProfInner .Form__field_select p {
    font-size: 11px;
    padding-top: 2px;
  }
  .CartProfInner .Form__field_select p:after {
    background: url('../images/sprites-mob.png') no-repeat;
    background-position: -244px 0;
    width: 7px;
    height: 4px;
    margin: 0 4px 0 4px;
    top: 7px;
    position: relative;
  }
  .CartProfMargin {
    margin-right: 0;
  }
  .CartProductInnerName__model {
    font-size: 13px;
  }
  .CartItem_7 {
    display: none;
  }
  .Form__field._cart.Form__field_textarea {
    height: 62px;
  }
  .CartProductInner {
    padding: 0 15px 15px;
    border-bottom: 1px solid #cecac8;
    margin-bottom: 25px;
  }
  .CartProductLink__delete {
    text-align: center;
    padding: 10px 0;
    display: block;
  }
  /****** contacts */
  .Contacts {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .Contacts .FooterSocial {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .Contacts .w50 {
    width: 100%;
    float: none;
  }
  .ContactsFormInner {
    margin-left: 0;
    margin-top: 54px;
  }
  .Contacts__title {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 12px;
  }
  .ContactsForm .button {
    margin-top: 34px;
  }
  .ContactsBg {
    height: auto;
  }
  .ContactsService {
    height: auto;
    padding: 25px 0 38px;
    top: 15px;
    left: 0;
    margin: 0 15px;
  }
  .ContactsInner {
    margin-right: 0;
  }
  .ContactsServiceInfoWeb a {
    font-size: 13px;
  }
  .ContactsServiceInfo {
    margin: 7px 0 22px;
  }
  .ContactsServiceInfoPhone__num {
    font-size: 13px;
  }
  .ContactsServiceInfoPhone {
    margin-bottom: 14px;
  }
  .ContactsForm .ModalLoginFormItem {
    margin-top: 14px;
  }
  /****** blog */
  .Blog {
    margin-top: 15px;
  }
  .Blog .w50 {
    float: none;
    width: 100%;
  }
  .BlogItem {
    margin: 0 10px;
    height: 180px;
    margin-bottom: 15px;
  }
  .BlogItemWrap {
    height: 180px;
    width: 45%;
  }
  .BlogItemBrd {
    margin: 7px;
    height: 92%;
    border-width: 1px;
  }
  .BlogItemInfo {
    padding: 9px 9px 0;
    width: 55%;
  }
  .BlogItemInfo .button._more {
    padding: 0 8px;
    line-height: 23px;
  }
  .BlogItemInfo .button._more span {
    font-size: 12px;
  }
  .BlogItem__name,
  .BlogItem__date {
    font-size: 12px;
  }
  .BlogItem__date {
    margin-bottom: 7px;
  }
  .BlogItem__desc {
    font-size: 12px;
    margin-bottom: 11px;
    height: 66px;
  }
  /****** news */
  .Wrapper.News {
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .News__name,
  .News__date {
    display: none;
  }
  .News__name_mob {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
  }
  .News__date_mob {
    display: block;
    font-size: 15px;
    text-align: center;
    margin-bottom: 15px;
  }
  .News__img {
    max-width: inherit;
    width: 45%;
    padding: 0 16px 10px 0;
  }
  .News__title {
    font-size: 12px;
  }
  .News p {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 12px;
  }
  .NewsShare {
    margin-top: 30px;
  }
  .NewsShare__txt {
    font-size: 12px;
    padding-top: 0;
    margin-right: 10px;
  }
  .NewsShareItems {
    width: 69%;
    float: left;
    padding-top: 5px;
  }
  .News ul li {
    font-size: 12px;
  }
  .News ul li {
    background: url('../images/point.jpg') no-repeat left 6px;
  }
  /******* about */
  .About {
    margin-top: 20px;
  }
  .About__desc {
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 15px;
  }
  .About__img {
    margin-bottom: 15px;
    height: 223px;
  }
  .AboutGallery {
    margin-top: 15px;
    height: 213px;
  }
  .AboutGalleryBig {
    height: 213px;
    width: 48%;
  }
  .AboutGalleryThumb {
    width: 52%;
  }
  .AboutGalleryThumbInner {
    margin-left: 5px;
  }
  .AboutGalleryThumbRow {
    height: 105px;
    margin-top: 5px;
  }
  .CollectionsItem__more,
  .CollectionsItemNav,
  .CollectionsItemQuick {
    display: none;
  }
  .CollectionsItem__fav {
    top: 10px;
  }
  .CollectionsItemInner:hover .CollectionsItemInfo {
    background: none !important;
    border: none;
  }
  .CollectionsItemInner:hover {
    border: 1px solid transparent;
  }
  /******* modal */
  .modal_div_reg {
    width: 95%;
    max-height: inherit;
    height: 85%;
  }
  .ModalHead__title {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
  .ModalHead {
    padding: 10px 15px;
  }
  .ModalLoginContent_reg {
    padding: 10px 10px 10px;
  }
  .ModalLoginForm_reg {
    width: 100%;
    margin: 15px auto 0;
  }
  CollectionsItem__img {
    object-position: center top;
  }
  .CartProductInner_bg {
    background: none;
  }
  .CartItemInner input.inputbox.quantity {
    padding: 0 12px;
    font-size: 11px;
  }
  .Cart input,
  .Cart select {
    font-size: 11px;
  }
  .cb-container {
    right: 10px;
    top: 10px;
  }
  #videoImg {
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    display: block;
  }
  #videoImg img {
    width: 100%;
  }
  .SearchForm__field {
    width: 100%;
    float: none;
  }
  .SearchButtonWrapper {
    display: none;
  }
  .Search {
    margin: 0px auto 20px auto;
  }
  .CollectionTabsContent {
    text-align: center;
  }
  .ModalLoginColumn {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .ModalLoginColumnInner {
    margin-right: 0;
  }
  .Popular .vmproduct_item.w25 {
    width: 50%;
  }
  .addImgWrap {
    padding: 0;
  }
  .addImgWrap {
    padding-left: 0;
  }
  .TopMenu ul li.deeper:hover .sub_menu {
    display: none;
  }
  .TopMenu.TopMenu.TopMenu_mob li.deeper {
    border-right: none;
    border-left: none;
    border-top: 1px dashed #d5d1cb;
  }
  .TopMenu.TopMenu.TopMenu_mob li.deeper:hover {
    border-right: none;
    border-left: none;
    border-top: 1px dashed #d5d1cb;
  }
  .TopMenu.TopMenu_mob .sub_menu {
    position: inherit;
    background: none;
    border: none;
  }
  .TopMenu.TopMenu_mob .sub_menu li {
    display: block;
    width: 100%;
  }
  .TopMenu.TopMenu_mob .sub_menu li a {
    font-size: 14px;
    text-align: left;
  }
  .TopMenu ul li.deeper:after {
    top: 28px;
    right: 40px;
    width: 18px;
    height: 12px;
    background-position: -479px -62px;
  }
  .TopMenu .language-select {
    height: auto;
    border-top: 1px dashed #d5d1cb;
  }
  .language-select li.active:after {
    display: none;
  }
  .myResetPass form div {
    width: 100%;
  }
  /*.additional-images{
		width:100%;
	}*/
  #sbox-window {
    width: 80% !important;
  }
  #sbox-btn-close,
  .brilliant_modal_close_btn {
    right: 42px;
  }
  .prods_availible {
    bottom: 10px;
    left: 10px;
    top: auto;
  }
  .CollectionsItemWrap:hover .prods_availible {
    bottom: -40px;
    top: auto;
  }
  .CollectionsItem__fav:before {
    width: 24px;
    height: 21px;
    margin: 10px 9px;
  }
  .CollectionsItem__fav {
    width: 40px;
    height: 40px;
  }
  .Search {
    width: 100%;
    z-index: 9999;
    position: fixed;
    margin: 0 auto;
    /* left: 0; */
    right: 0;
    top: 70px;
  }
  .SearchInner {
    margin: 0 10px;
    overflow: hidden;
    background: #fff;
    padding: 3px 30px;
    padding-bottom: 0;
  }
  .prodCat_Img_Inner .prodCat_Img_Nav {
    top: 30%;
    padding: 20px 10px;
  }
  .mainImg {
    display: none;
  }
  .prodCat .prodCat_Info {
    color: #888;
    top: 100%;
    overflow: hidden;
    position: relative;
    width: 80%;
    height: auto;
    padding: 10px 0 20px 0;
  }
  .prodCat_Img_Inner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(204, 204, 204, 0.7);
  }
  .prodCat_Inner {
    width: 100%;
  }
  .prodCat.even .prodCat_Img_Inner {
    right: 0;
  }
  .prodCat.odd .prodCat_Img_Inner {
    left: 0;
  }
  .prodCat.even .prodCat_Info {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .prodCat.odd .prodCat_Info {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .prodCat_Img .catNewImg {
    position: relative;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    right: 0;
  }
  img.catNewImg.other_image {
    margin: auto;
  }
  .prodCat .prodCat_Info .prodCat_Link {
    background-color: #ccc;
  }
  .prodCat .prodCat_Info .prodCat_Link:hover {
    background-color: rgba(204, 204, 204, 0.7);
  }
  .prodCat .prodCat_Info .prodCat_InfoDesc {
    font-size: 12px;
    margin-bottom: 25px;
  }

  .MainWhyLeft {
    display: none;
  }
  .MainWhyRight {
    flex-basis: 96%;
    margin: 10px auto;
  }
  .conteiner-about-brand {
    display: block !important;
  }
  .exclusive {
    flex-basis: unset !important;
    position: relative !important;
    overflow: unset !important;
    height: 180px !important;
    margin-right: unset !important;
    min-width: unset !important;
    left: unset !important;
    margin-left: unset !important;
    width: 260px !important;
    margin: 30px auto 15px auto !important;
    display: block !important;
  }
  .second-block.second-block-lg,
  .second-block .add-lg {
    display: block;
  }
  .second-block-lg .MainWhyLeftBanner__img:nth-child(2),
  .second-block .add-lg .MainWhyLeftBanner__img:nth-child(2) {
    margin: 0 auto !important;
  }
  .second-block-lg .MainWhyLeftBanner__img:nth-child(1) .second-block .add-lg .MainWhyLeftBanner__img:nth-child(1) {
    float: unset !important;
    margin: 0 auto !important;
  }
  .second-block .MainWhyLeft {
    display: block;
  }
  .second-block .MainWhyLeftBanner__img {
    width: 94% !important;
    margin: 0 !important;
    z-index: 100;
  }
  img.MainWhyLeftBanner__img.wow {
    z-index: 100 !important;
  }
  .second-block .MainWhyRight_bg {
    width: 94% !important;
    padding: 0;
    margin: 20px auto;
  }
  .second-block .add-lg .MainWhyLeftRow_right .MainWhyRight,
  .second-block-lg .MainWhyLeftRow_right .MainWhyRight {
    width: 94% !important;
    margin: 0 auto !important;
    margin-bottom: 20px !important;
  }
  .second-block .MainWhyLeftRow {
    padding: 0;
  }
  .second-block .add-lg .MainWhyLeftRow_right .Title._dark:after,
  .second-block-lg .Title._gold:after {
    background: #c7b29900 !important;
    margin: 5px auto;
    border: 0;
  }
  .second-block .add-lg .MainWhyLeftRow_right .Title._dark,
  .second-block-lg .MainWhyLeftRow_right .Title._dark {
    margin: 20px auto 0;
  }
  .MainWhyLeftRow.MainWhyLeftRow_right {
    flex-direction: column;
  }
  .second-block .add-lg,
  .second-block.second-block-lg {
    padding: 35px 0 60px 0;
  }
  .MainWhyRight_bg {
    position: static;
  }
  .second-block .add-lg > *:nth-child(2) {
    flex-direction: column;
    margin-top: 25px;
  }
  .second-block .Title._gold:after {
    border: 0 !important;
  }
  .MainWhyRight.MainWhyRight_bg {
    background-color: transparent;
  }
  .second-block .MainWhyLeftRow_right .Title._dark:after {
    background: #c7b29900 !important;
    margin: 5px 0;
  }
  .FooterBottom {
    height: 80px;
    flex-direction: column;
  }
  .FooterTop {
    padding-top: 20px;
  }
  .Footer {
    padding-bottom: 20px;
  }
  .MainRegFormItem {
    width: 90%;
    margin: 13px;
    max-width: unset;
  }
  form.MainRegForm {
    flex-direction: column;
  }
  .MainRegFormInner .button {
    max-width: unset;
  }
  .TopMenu {
    top: 90px;
  }
  .haeder-bottom .menu {
    display: none !important;
  }
  .mod_languages.header-languages.mobLanguage .language-select {
    display: flex !important;
    flex-direction: row !important;
    margin: 0 !important;
  }
  .header-languages.mobLanguage {
    display: block !important;
    height: unset !important;
  }
  .menu > li:nth-child(5) {
    width: unset !important;
  }
  .CollectionsItem__fav {
    top: 10px !important;
  }
  .addImgWrap {
    display: block;
  }
  .Collection {
    display: block;
  }
  .CollectionNav_mob {
    margin: 10px auto 0 auto;
  }
  .CollectionRight {
    padding: 0;
  }
  .product-desc-fixed-lg {
    position: static !important;
  }
  .float-fixed {
    width: 100%;
  }
  .CollectionLeft {
    min-width: 100%;
    max-width: 100%;
  }
  .float-fixed {
    width: 100% !important;
  }
  .main_cat_name{
    font-size: 29px;
  }
  .main_cat_subname{
    font-size: 21px;
  }
  .youtube-home{
    height: 440px !important;
  }
  .price_mess{
    font-size: 25px;
  }
  .CollectionLeftHead__name{
    font-size: 35px;
  }
  .CollectionSizeItem, .Collection__txt, .colorItem {
    font-size:25px;
  }
}
/*768*/
@media handheld, only screen and (max-width: 599px) {

  .main_cat_item{
    width: 100%;
    margin-bottom: 30px;
  }
  .CartItem_1 {
    width: 40%;
  }
  .CartItem_4 .Cart_field {
    padding: 0px 0 0 0px;
  }
  .CartItem_4 .Cart_field p {
    box-sizing: border-box;
    line-height: 15px;
    padding-top: 3px;
  }
  .CartProductHead .CartItem {
    font-size: 11px;
  }
  .CartProductHead .CartItem.CartItem_3,
  .CartProductHead .CartItem.CartItem_4 {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
  .CartProductHeadWrap {
    float: right;
    overflow: hidden;
    width: 39%;
  }
  .CartItemInner {
    display: block;
  }
  .CartItem_2 .CartItemInner,
  .CartItem_3 .CartItemInner,
  .CartItem_4 .CartItemInner,
  .CartItem_5 .CartItemInner,
  .CartItem_6 .CartItemInner {
    width: 70%;
    float: left;
  }
  .CollectionLeftHead__name{
    font-size: 25px;
  }
  .price_mess{
    font-size: 15px;
  }
  .CollectionSizeItem, .Collection__txt, .colorItem{
    font-size: 15px;
  }
  .hide-on-pc {
    display: block;
  }
}
@media handheld, only screen and (max-width: 475px) {
  .youtube-home {
    height: 220px !important;
  }
  .MenuBurger {
    background-size: 25px;
    height: 19px;
    padding-left: 40px;
  }
  .Content {
    margin: 70px 0 30px 0;
  }
  .header-logo {
    width: 180px;
    min-width: 180px;
  }
  .Popular .vmproduct_item.w25 {
    width: 100%;
  }
  .category-view .spacer {
    float: none;
    width: 100%;
  }
  .category-view .lastCat .catNameAll {
    bottom: 5%;
    left: 5%;
  }
  .category-view .lastCat .catNameAll {
    bottom: 15%;
    top: 5%;
    left: 5%;
    right: 5%;
  }
  .MainWhyItemIcon {
    width: 40%;
    height: 40%;
  }
  .w25 {
    width: 50%;
  }
  .item-page {
    padding: 0 10px;
  }
  .BlogItemWrap {
    width: 100%;
    float: none;
  }
  .BlogItemInfo {
    width: 100%;
    float: none;
    padding: 10px;
    margin: 10px 0;
  }
  .BlogItem {
    height: auto;
  }
  .myResetPass form {
    width: 100%;
  }
  .myResetPass form div {
    width: 95%;
  }
  .TopMenu {
    width: 100%;
  }
  .CollectionsItemInfo {
    min-height: unset;
  }
  .TopMenu {
    top: 81px;
  }
  .w25 {
    width: 100%;
    float: none;
  }
}
/*480*/
@media handheld, only screen and (max-width: 375px) {
  .TopMenu {
    top: 80px;
  }
  .header-logo {
    width: 150px;
    min-width: 140px;
  }
  .MenuBurger {
    background-size: 25px;
    height: 19px;
    padding-left: 33px;
  }
  .user-menu {
    flex: 1;
    margin-left: 0px;
  }
  .exclusive {
    height: 150px !important;
  }
  .exclusive:before {
    font-size: 180px !important;
  }
  .exclusive-title p:first-child {
    font-size: 11px !important;
  }
  .exclusive-title p:last-child {
    font-size: 36px !important;
  }
}
/*480*/
/* ====================================================
   END ADAPTS STYLES
======================================================= */
