@import 'brilliant_icons/style.css';
/* 
    Created on : 30.05.2015, 15:20:23
    Authors    : Brilliant It - Yura & Max
*/
.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;
}
/* ====================================================
   Reset STYLES
======================================================= 
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
======================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}
footer {
  display: block;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
h2 {
  font-weight: normal;
}
/***** Fonts */
/**
 * Всякие заготовки
 */
.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;
}
.field_row .field_effect::-webkit-input-placeholder {
  color: #9e9999;
}
.field_row .field_effect::-moz-placeholder {
  color: #9e9999;
}
.field_row .field_effect:-moz-placeholder {
  color: #9e9999;
}
.field_row .field_effect:-ms-input-placeholder {
  color: #9e9999;
}
/****** Colors */
#footer-pusher {
  overflow: hidden;
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -278px;
}
.push {
  height: 278px;
}
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.Content {
  /*padding: 24px 0;*/
}
.ContentInner {
  /* padding-top: 70px;*/
}
.ContentInnerNotMain {
  padding-top: 70px;
}
h3 {
  margin: 20px 0;
  color: #555053;
}
strong {
  color: #555053;
}
.content_article ul {
  margin: 20px;
}
.content_article ul li {
  background: url('../images/point.jpg') no-repeat left 10px;
  margin-bottom: 3px;
  padding-left: 14px;
  color: #555053;
}
.content_article img {
  text-align: center;
  display: block;
  margin: 20px auto;
}
.content_article p {
  margin: 10px 0;
  font-size: 16px;
  color: #555053;
  line-height: 30px;
}
/****** CollectionRightFields */
.CollectionRightFields {
  margin-top: 20px;
}
.CollectionRightFieldsItem {
  margin-top: 15px;
  display: table;
  width: 100%;
}
.CollectionRightFieldsItem:first-child {
  margin-top: 0;
}
.nav_link {
  display: block;
  float: left;
  background: url('../images/sprites.png');
  width: 41px;
  height: 42px;
}
.nav_link.prev_link {
  background-position: -4px -203px;
  margin-right: 30px;
}
.nav_link.next_link {
  background-position: -59px -203px;
  margin-left: 30px;
}
.CollectionRightFieldsItem__label {
  font-size: 17px;
  width: 80px;
  display: table-cell;
  vertical-align: middle;
}
.CollectionRightFieldsItem__option {
  display: inline-block;
}
/** Price */
.CollectionsItemInfo__price {
  float: right;
  font-size: 25px;
  color: #b19b89;
}
.CollectionRight__price {
  float: left;
  color: #EE1C25;
  font-size: 17px;
  margin-right: 20px;
}
.CollectionRight__price_sale {
  color: #DA731C;
  text-decoration: line-through;
}
/****** Fields */
.FormItem {
  margin-top: 20px;
  overflow: hidden;
}
.FormItem:first-child {
  margin-top: 0;
}
/****** Fields */
.FormItem {
  margin-top: 20px;
  overflow: hidden;
}
.FormItem:first-child {
  margin-top: 0;
}
.Form__label {
  width: 35%;
  float: left;
  font-size: 16px;
  color: #555053;
  padding-top: 10px;
}
.Form__label._prof {
  font-size: 14px;
}
.FormOption {
  width: 65%;
  float: left;
}
.Form__field {
  background: #F8F8F8;
  border-bottom: 1px solid #000;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  padding-left: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #333;
}
.Form__field._border {
  border: 1px solid #000;
  height: 45px;
}
.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._trans {
  background: none;
  border: 1px solid #D2D2D2;
}
.quantity-input {
  width: 100%;
  margin-top: 1px;
  background: none;
  border: 1px solid #D2D2D2;
  padding: 8px 0 8px 12px;
  font-size: 18px;
  box-sizing: border-box;
}
.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;
}
.Form__field_select {
  position: relative;
  margin-top: 1px;
}
.Form__field_select p {
  position: relative;
  color: #333;
}
.Form__field_select p:after {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -356px -97px;
  width: 14px;
  height: 9px;
  float: right;
  margin: 16px 8px 0 0;
  position: relative;
  right: 0;
}
.Form__field_select select {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  border: none;
  cursor: pointer;
  opacity: 0;
}
.Form__field_textarea {
  height: 146px;
  resize: none;
}
.Form__field_textarea._w {
  height: 103px;
}
/****** Buttons */
a.button span {
  margin: 9px auto 0;
}
.button {
  border: 1px solid #524C50;
  padding: 0 30px;
  height: 43px;
  line-height: 43px;
  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: 16px;
  text-align: center;
  text-transform: uppercase;
  /*z-index: 9999;*/
  background: none;
  position: relative;
  color: #524C50;
}
.button span {
  display: table;
  margin: 0 auto 0;
}
.button._center {
  display: table;
  margin: 0 auto;
  float: none;
}
.button._bg {
  border: none;
  background: rgba(255, 255, 255, 0.8);
}
.button._big {
  width: 100%;
  box-sizing: border-box;
}
.button._light {
  border-color: #fff;
  color: #fff;
  padding: 0 24px;
}
.button._light:hover {
  background: rgba(74, 69, 72, 0.7);
  border-color: rgba(74, 69, 72, 0.7);
  opacity: 1;
}
.button._fav {
  border: 1px solid #B19B89;
}
.button._fav span {
  line-height: 20px;
  color: #B19B89;
  text-transform: initial;
  font-size: 18px;
}
.button._fav span:before {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 25px;
  height: 21px;
  background-position: -274px -176px;
  margin-right: 24px;
  float: left;
}
.button._fav.deleted span:before {
  background-position: -274px -147px;
}
.button._bg_color {
  background: #B19B89;
  color: #fff;
  border: none;
}
.button._bg_color_2 {
  background: #625C60;
  color: #fff;
  border: none;
}
.button._right {
  float: right;
}
.button:hover {
  opacity: 0.5;
}
.button._reg {
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 13px;
  margin-bottom: 15px;
  width: 45%;
  border: 1px solid #B19B89;
}
.button._reg a {
  display: block;
  color: #B19B89;
  text-decoration: none;
}
.login-button,
.HeaderSeviceItemIcon_fav {
  position: absolute;
  z-index: 995;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
/****** Titles */
.TitleWrap {
  overflow: hidden;
}
.Title {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-size: 68px;
  color: #524C50;
  text-transform: uppercase;
  font-weight: 300;
  float: left;
}
.Title_label {
  color: #B19B89;
  position: relative;
  top: -12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 53px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 21px;
}
.TitleMain {
  font-size: 40px;
  color: #474245;
  font-family: Georgia,sans-serif;
  font-style: italic;
  text-align: center;
}
.TitleImg {
  display: table;
  margin: 35px auto 0;
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  font-style: italic;
  color: #B19B89;
  font-weight: 300;
}
.TitleImg:before {
  display: inline-block;
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 60px;
  height: 43px;
  background-position: -285px -73px;
  margin-right: 15px;
  position: relative;
  top: 5px;
}
.White {
  display: table;
  margin: 0 auto;
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  font-style: italic;
  color: #ffffff;
}
/****** Links */
.button_logOut {
  background: none;
  border: none;
  cursor: pointer;
}
.button_logOut:focus {
  outline: none;
}
.button_logOut span {
  font-size: 16px;
  color: #524C50;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
button.link-icon {
  background: none;
  border: none;
  outline: none;
}
.link-icon {
  font-size: 14px;
  color: #666;
  display: inline-block;
  cursor: pointer;
}
.link-icon span {
  font-size: 14px;
  color: #666;
  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;
  border-color: initial;
  line-height: 17px;
}
.link-icon span:hover {
  border-bottom: 1px solid transparent;
}
.link-icon span:after,
.link-icon span:before {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  display: none;
}
.link-icon._arrow span:after {
  margin-left: 5px;
  width: 10px;
  height: 5px;
  background-position: -221px -75px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.link-icon._arrow._minus span:after {
  background-position: -234px -75px;
}
/****** Breadcrumbs */
.BreadcrumbsWrap {
  background: #fff;
  width: 968px;
  margin: 0 auto;
  padding: 20px 0;
}
.Breadcrumbs a {
  /*margin-right: 10px;*/
  color: #522815;
  font-family: 'open_sansregular';
}
.Breadcrumbs a:hover {
  text-decoration: underline;
}
.Breadcrumbs span {
  color: #522815;
  font-family: 'open_sansregular';
}
/****** Search */
.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;
  border: none;
  background: #fff;
  font-size: 14px;
  color: #666;
  height: 0;
  width: 100%;
  display: block;
  outline: none;
  opacity: 1 !important;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  z-index: 1;
  position: relative;
}
.Search__field_wight {
  height: 45px;
  padding: inherit;
  padding-left: 11px;
  margin: 0 auto;
  border-bottom: 1px solid #999;
}
.Search__but {
  width: 62px;
  height: 46px;
  background: #f12522 url('../images/search-bg.png') no-repeat center center;
  border: none;
  cursor: pointer;
  float: left;
  margin-left: -62px;
  border-radius: 0 4px 5px 0;
  outline: none;
}
/****** Styles CHECK  */
.Field__check input[type="checkbox"] {
  display: none;
}
.Field__check input[type="checkbox"] + label {
  font-size: 16px;
  color: #666;
  cursor: pointer;
}
.Field__check input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 22px;
  margin: 0 5px 0 0;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
}
input[type="checkbox"] + label::before {
  background-position: -513px 0px;
  position: relative;
  top: 6px;
}
input[type="checkbox"]:checked + label::before {
  background-position: -488px 0px;
}
/* ====================================================
   collection item
======================================================= */
.CollectionItem {
  float: left;
  width: 25%;
  margin-bottom: 74px;
  position: relative;
}
.CollectionItem:hover .CollectionsHover,
.CollectionItem:hover .Collections__bg {
  opacity: 1;
}
.CollectionItem.Category {
  width: 33.33%;
}
.CollectionItem.horizontal_image {
  width: 50%;
}
.CollectionsItemInner {
  margin: 0 11px;
  position: relative;
  display: block;
  height: 620px;
  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;
}
.CollectionsItemWrap {
  height: 560px;
  overflow: hidden;
  position: relative;
}
.CollectionsItem__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
  object-position: top;
}
/** info */
.CollectionsItemInfo {
  padding: 0 20px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  -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: 1px solid #d8d8d8;
  background: #F8F8F8;
  height: 63px;
  line-height: 63px;
}
.CollectionsItemInfo__name {
  font-size: 16px;
  color: #645853;
  text-transform: uppercase;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
}
.CollectionsItemInfo__price .PricesalesPrice {
  float: right;
  font-size: 25px;
  color: #b19b89;
}
.CollectionsHover {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -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;
  margin: auto;
  z-index: 9;
  position: absolute;
  top: 0;
  height: 130px;
}
.CollectionsHover .button {
  width: 63%;
}
.CollectionsHoverService {
  margin: 0 auto 20px;
  display: table;
}
/****** hovers */
.Collections__bg {
  opacity: 0;
  -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;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
}
.CollectionsHoverServiceItem {
  width: 83px;
  height: 53px;
  border: 1px solid #fff;
  position: relative;
  float: left;
  margin-left: 20px;
  display: block;
  cursor: pointer;
}
.CollectionsHoverServiceItem:first-child {
  margin-left: 0;
}
.CollectionsHoverServiceItem:before {
  background: url('../images/sprites.png') no-repeat;
  content: "";
  width: 31px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.CollectionsHoverServiceItem._search:before {
  background-position: 0 -113px;
}
.CollectionsHoverServiceItem._fav.deleted {
  cursor: pointer;
}
.CollectionsHoverServiceItem._fav.deleted:before {
  background-position: -87px -113px;
}
.CollectionsHoverServiceItem._cart:before {
  background-position: -43px -113px;
  width: 33px;
  height: 32px;
}
.CollectionsHoverServiceItem._fav:before {
  background-position: 0px -148px;
}
.CollectionsHoverServiceItem._cart input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  z-index: 2;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.padded {
  text-align: center;
  color: #B19B89;
  margin-bottom: 10px;
}
.paddedText a:hover {
  text-decoration: underline;
}
.continue {
  margin-right: 20px;
}
.CollectionsHoverServiceItem._cart .product-fields {
  display: none;
}
.Search {
  display: none;
  position: absolute;
  top: 101%;
  z-index: 9999;
}
.Search #mod_virtuemart_search {
  padding: 10px;
  width: 250px;
  border: none;
  color: #fff;
  background: rgba(89, 84, 87, 0.5600000000000001);
}
#mod_virtuemart_search::-webkit-input-placeholder {
  color: #fff;
}
#mod_virtuemart_search::-moz-placeholder {
  color: #fff;
}
/* Firefox 19+ */
#mod_virtuemart_search:-moz-placeholder {
  color: #fff;
}
/* Firefox 18- */
#mod_virtuemart_search:-ms-input-placeholder {
  color: #fff;
}
/****** tabs */
.tabs__content {
  display: none;
}
.tabs__content.active {
  display: block;
}
/* ====================================================
   END Reset STYLES
======================================================= 
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
======================================================= */
.Main .Content,
.Main .ContentInner {
  margin: 0;
  /*padding-top: 50px;*/
}
.Content.mainPage {
  padding-top: 0;
}
.Content.mainPage .ContentInner {
  padding-top: 0;
}
.Header {
  background: rgba(85, 80, 83, 0.97);
  height: 87px;
  border-bottom: 1px solid #575356;
  width: 100%;
  position: fixed;
  z-index: 100;
}
.Header__logo {
  background: url('../images/sprites.png') no-repeat;
  background-position: 0 0;
  width: 305px;
  height: 75px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/****** menu */
.MenuBurger {
  cursor: pointer;
  position: relative;
  float: left;
  background: rgba(90, 86, 89, 0.7);
  padding: 32px 32px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.MenuBurger:before {
  width: 31px;
  height: 26px;
  content: "";
  display: block;
  background: url('../images/sprites.png') no-repeat;
  background-position: -335px 0;
}
/****** menu */
.TopMenu {
  background: rgba(85, 80, 83, 0.9);
  display: none;
  margin: 0 0 0 0;
  position: fixed;
  left: 0;
  width: 100%;
  height: 65%;
  z-index: 9999;
  top: 88px;
}
.TopMenu ul {
  display: block;
  box-sizing: border-box;
  border: none;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.TopMenu ul li {
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  -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;
}
.TopMenu ul li.deeper.minus :after {
  background-position: -385px -13px;
}
.TopMenu ul li.deeper > a:after {
  float: right;
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 14px;
  height: 7px;
  background-position: -385px 0;
  position: relative;
  top: 12px;
}
.TopMenu ul li a {
  padding: 12px;
  text-transform: none;
  font-size: 16px;
  color: #fff;
  display: block;
  float: none;
  font-weight: 300;
  z-index: 1;
  border: none;
  border-left: none;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
}
.TopMenu ul li:first-child a {
  border-top: none;
}
.TopMenu ul li a:after {
  background: none;
}
.TopMenu ul li ul {
  display: none;
  padding: 9px 0 9px 0;
  border: none;
  background: none;
}
.TopMenu ul li ul li {
  border: none;
  margin: 6px 0 0;
}
.TopMenu ul li ul li a {
  float: none;
  color: #C2BCBC;
  border: none;
  padding: 15px;
  font-size: 16px;
  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;
}
.TopMenu ul li ul li a:hover {
  color: #fff;
}
.TopMenu ul.sub li a {
  position: relative;
  padding: 0 0 12px 25px;
  font-weight: 300;
}
.TopMenu ul.sub li ul li a {
  padding-left: 45px;
}
/****** service */
.TopMenuService {
  padding: 25px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.TopMenuServiceWrapper {
  /*width: 40%;*/
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.TopMenuServiceLang {
  /*float: left;
    margin-bottom: 9px;
    border-right: 1px solid rgba(255, 255, 255, 0.21);
    padding-right: 10px;*/
  margin: 0 auto;
  display: table;
}
.TopMenuServiceLang__item {
  float: left;
  background: url('../images/sprites.png') no-repeat;
  width: 30px;
  height: 30px;
  margin: 0 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;
}
.TopMenuServiceLang__item.en {
  background-position: -426px 0;
}
.TopMenuServiceLang__item.ru {
  background-position: -475px 0;
}
.TopMenuServiceLang__item:hover {
  opacity: 0.8;
}
/****** valuta */
.TopMenuServiceValuta {
  float: left;
  padding-left: 22px;
  padding-top: 3px;
}
.TopMenuServiceValuta form {
  display: none;
}
.TopMenuServiceValuta__item {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  color: #898488;
  -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;
  text-transform: uppercase;
  cursor: pointer;
}
.TopMenuServiceValuta__item.active {
  color: #fff;
}
.TopMenuServiceValuta__item:hover {
  color: #fff;
}
.TopMenuServiceValuta__item:first-child {
  margin-left: 0;
}
/******* service */
.HeaderService {
  float: right;
}
.HeaderServiceItem {
  cursor: pointer;
  position: relative;
  float: left;
  width: 90px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 88px;
  -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;
}
.HeaderServiceItem:before {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 31px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.HeaderServiceItem:hover .HeaderServiceItem__hover {
  opacity: 1;
}
.HeaderServiceItem._search {
  background: rgba(87, 83, 86, 0.7);
}
.HeaderServiceItem._search:before {
  background-position: 0 -75px;
}
.HeaderServiceItem._login {
  background: rgba(94, 89, 92, 0.7);
}
.HeaderServiceItem._login:before {
  background-position: -41px -75px;
  height: 28px;
}
.HeaderServiceItem._fav {
  background: rgba(98, 94, 96, 0.7);
}
.HeaderServiceItem._fav:before {
  background-position: -87px -73px;
}
.HeaderServiceItem._cart {
  background: rgba(102, 98, 101, 0.7);
}
.HeaderServiceItem._cart:before {
  background-position: -133px -75px;
  width: 33px;
  height: 32px;
}
.HeaderServiceItem__amount {
  font-size: 12px;
  color: #fff;
  font-family: Tahoma,sans-serif;
  position: absolute;
  top: 20px;
  left: 19px;
}
.HeaderServiceItem__hover {
  -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;
  position: absolute;
  top: 106px;
  left: -14px;
  text-align: center;
  width: 123px;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.92);
  font-size: 16px;
  color: #524C50;
  font-weight: 400;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.HeaderServiceItem__hover:before {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -192px -75px;
  width: 16px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/****** slider */
.Slider {
  /*height: 1185px;*/
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
}
.Slider__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.Slider__but {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url('../images/sprites.png') no-repeat;
  background-position: -528px 0;
  width: 56px;
  height: 56px;
  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;
  z-index: 10;
}
.Slider__but:hover {
  bottom: 75px;
}
/* ====================================================
   block collection
======================================================= */
.BlocksCollection {
  margin-bottom: 100px;
}
.BlocksCollectionRow {
  height: 700px;
  background-color: #E8E4E4;
}
.BlocksCollectionRow_right {
  background-color: #EBF0EF;
}
.BlocksCollectionRow_right .BlocksCollectionItem__bg {
  right: 0;
  left: inherit;
  background: linear-gradient(to right, transparent 0%, #ebf0ef 100%);
}
.BlocksCollectionRow_clean {
  position: relative;
}
.BlocksCollectionRow_clean .BlocksCollectionItem__img {
  position: absolute;
}
.BlocksCollectionItem {
  float: left;
  width: 55%;
  position: relative;
  height: 100%;
}
.BlocksCollectionItem:first-child {
  width: 45%;
}
.BlocksCollectionItem__bg {
  position: absolute;
  width: 20%;
  left: 0;
  top: 0;
  height: 100%;
  background: #E8E4E4;
  background: linear-gradient(to left, transparent 0%, #e8e4e4 100%);
}
.BlocksCollectionItem__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.BlocksCollectionWrap {
  display: table;
  margin: 0 auto;
  height: 100%;
  position: relative;
  z-index: 1;
}
.BlocksCollectionInfo {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.BlocksCollectionInfo .button {
  margin-top: 50px;
}
/* ====================================================
   popular
======================================================= */
.Popular {
  margin-bottom: 40px;
}
.PopularInner {
  margin-top: 55px;
}
.PopularHead {
  text-align: center;
}
.PopularHead li {
  display: inline-block;
}
.PopularHead li a {
  display: inline-block;
  font-size: 16px;
  color: #888788;
  font-weight: 400;
  -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;
}
.PopularHead li a:hover {
  border-color: initial;
}
.PopularHead li span {
  display: inline-block;
  font-size: 16px;
  color: #888788;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 60px;
}
.PopularHead li.active a {
  color: #000;
  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;
  border-color: initial;
}
.PopularHead li.active a:hover {
  border-bottom: 1px solid transparent;
}
.PopularContent {
  margin-top: 50px;
  overflow: hidden;
}
/* ====================================================
   main news
======================================================= */
.MainNews {
  margin-bottom: 110px;
  overflow: hidden;
}
.MainNewsItem {
  float: left;
  width: 25%;
  height: 530px;
  position: relative;
  text-align: center;
  display: table;
  -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;
}
.MainNewsItem:hover .MainNewsItem__bg {
  opacity: 0;
}
.MainNewsItem:hover .button {
  background: rgba(74, 69, 72, 0.7);
  border-color: rgba(74, 69, 72, 0.7);
}
.MainNewsItem__bg {
  opacity: 1;
  -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;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: 1;
}
.MainNewsItem__img {
  position: absolute;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.MainNewsItemInfo {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 2;
  padding: 0 10px;
}
.MainNewsItemInfo .button {
  position: absolute;
  bottom: 23px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  width: 147px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.MainNewsItem__title {
  font-size: 32px;
  color: #fff;
  font-family: Georgia,sans-serif;
  margin-bottom: 15px;
  position: relative;
}
.MainNewsItem__title:after {
  content: "";
  display: table;
  margin: 25px auto 0;
  width: 14px;
  background: #fff;
  height: 2px;
}
.MainNewsItem__desc {
  font-size: 13px;
  color: #fff;
  line-height: 25px;
  margin-bottom: 50px;
  max-height: 100px;
  overflow: hidden;
}
/* ====================================================
   main desc
======================================================= */
.MainDesc {
  margin-bottom: 100px;
  box-sizing: border-box;
  padding: 0 85px;
}
.MainDesc .link-icon {
  display: table;
  margin: 0 auto;
}
.MainDescTitle {
  font-size: 40px;
  color: #474245;
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
.MainDescContent {
  font-size: 14px;
  color: #666;
  line-height: 31px;
}
.MainDescContent p {
  margin: 10px 0;
}
.MainDesc__hidden {
  display: none;
}
/* ====================================================
   footer
======================================================= */
.Footer {
  padding-top: 35px;
  height: 278px;
  background: #524C50;
  color: #fff;
}
.FooterTop {
  position: relative;
  overflow: hidden;
  margin-bottom: 42px;
}
.FooterColumn {
  float: left;
}
.FooterColumn_middle {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 430px;
}
.FooterColumn_last {
  float: right;
}
.Footer__title {
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.Footer__title._left {
  text-align: left;
}
.Footer__list li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 5px;
}
.Footer__list li a {
  -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;
}
.Footer__list li a:hover {
  border-bottom: 1px solid transparent;
}
/****** delivery */
.FooterDelivery__desc {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
}
.acymailing_form {
  width: 100%;
}
.acymailing_module_form .FooterDeliveryMail {
  border: 1px solid #fff;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: none;
  padding-left: 10px;
  position: relative;
}
.FooterDeliveryMail__field {
  /*height: 46px;*/
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  float: left;
  width: 88%;
  color: #fff;
}
.FooterDeliveryMail__field:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #524C50 !important;
  /* Цвет фона */
  -webkit-text-fill-color: #fff !important;
  /* цвет текста */
  color: #fff !important;
  /* цвет текста */
}
.FooterDeliveryMail__but {
  height: 17px;
  border: none;
  outline: none;
  padding: 14px;
  margin: 12px;
  background: url('../images/sprites.png') no-repeat;
  float: right;
  background-position: -254px -75px;
  width: 17px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
/****** social */
.FooterSocial {
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.FooterSocial li {
  float: left;
  margin-left: 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;
}
.FooterSocial li:first-child {
  margin-left: 0;
}
.FooterSocial li a {
  display: block;
  width: 53px;
  height: 53px;
  border: 1px solid #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  -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 a:before {
  content: "";
  width: 25px;
  height: 20px;
  background: url('../images/sprites.png') no-repeat;
  display: block;
  margin: 16px auto 0;
}
.FooterSocial li.fb a:before {
  background-position: -129px -113px;
}
.FooterSocial li.fb a:hover:before {
  background-position: -129px -146px;
}
.FooterSocial li.vk a:before {
  background-position: -163px -113px;
}
.FooterSocial li.vk a:hover:before {
  background-position: -163px -146px;
}
.FooterSocial li.gp a:before {
  background-position: -200px -113px;
}
.FooterSocial li.gp a:hover:before {
  background-position: -200px -146px;
}
.FooterSocial li.in a:before {
  background-position: -237px -113px;
}
.FooterSocial li.in a:hover:before {
  background-position: -237px -146px;
}
.FooterSocial li:hover a {
  background: #fff;
}
/****** bottom */
.FooterBottom {
  background: #474245;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}
.FooterBottom__link {
  font-size: 13px;
  float: left;
}
.FooterBottom__link_middle {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  float: none;
}
.FooterBottom__link_right {
  float: right;
  z-index: 1;
  position: relative;
}
.FooterBottom__link_right a {
  color: #fff;
  -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;
}
.FooterBottom__link_right a:hover {
  border-color: initial;
}
/****** breadcrumb */
.breadcrumb {
  margin-top: 25px;
  /*margin-bottom: 55px;*/
  overflow: hidden;
}
.breadcrumb a,
.breadcrumb span {
  float: left;
  color: #666;
  font-size: 13px;
}
.breadcrumb span.divider {
  margin: 6px 7px 0;
  float: left;
}
.breadcrumb span.divider img {
  display: block;
}
.breadcrumb li.active span {
  position: relative;
  color: #999;
  font-size: 13px;
  top: 0px;
}
/* ====================================================
   collection
======================================================= */
.CollectionInner {
  margin-bottom: 85px;
  overflow: hidden;
}
.CollectionColumn {
  width: 59%;
  float: left;
}
.CollectionColumn:first-child {
  width: 41%;
}
/****** img */
.CollectionContentImg {
  float: left;
  width: 80%;
  height: 800px;
}
.CollectionContentImgInner {
  margin-right: 15px;
  position: relative;
  /* img {
        height: 100%;
        left: 0;
        object-fit: cover;
        object-position: top;
        top: 0;
        width: 100%;
    } */
}
.CollectionContentImg__zoom {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -406px -75px;
  width: 41px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
/****** Prev */
.CollectionContentPrev {
  width: 17.5%;
  height: 174px;
  float: left;
}
.CollectionContentPrevWrap {
  border: 1px solid #E4E4E4;
  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;
  padding: 4px;
  margin-bottom: 13px;
}
.CollectionContentPrevWrap:hover {
  border: 1px solid #B19B89;
}
.CollectionContentPrevWrap a {
  display: block;
  overflow: hidden;
}
.CollectionContentPrev a img,
.CollectionContentPrev img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
/****** info */
.CollectionColumnInfo {
  margin-left: 60px;
}
/** name */
.CollectionName {
  margin-bottom: 55px;
  font-weight: 300;
  float: left;
}
.CollectionName__dark {
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  float: left;
  font-weight: normal;
}
.CollectionName__slash {
  margin: 0 20px;
  float: left;
  color: #B19B89;
  font-size: 34px;
}
.CollectionName__year {
  float: left;
  font-size: 24px;
  color: #B19B89;
  position: relative;
  top: 9px;
}
/** price */
.CollectionPrice {
  margin-bottom: 55px;
  font-weight: 300;
  overflow: hidden;
}
.curr_desc {
  float: left;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  margin-right: 25px;
  font-weight: 300;
  position: relative;
  top: 13px;
}
.PricesalesPrice {
  float: left;
  font-size: 34px;
  font-weight: 600;
  color: #B19B89;
}
/** service */
.CollectionService {
  margin-bottom: 75px;
  overflow: hidden;
}
.CollectionServiceItem {
  float: left;
}
.CollectionServiceItem_big {
  width: 31%;
}
.CollectionServiceItem_big .CollectionServiceItemWrap {
  margin-right: 27px;
}
.CollectionServiceItem_middle {
  width: 27%;
}
.CollectionServiceItem_middle .CollectionServiceItemWrap {
  margin-right: 50px;
}
.CollectionServiceItem_small {
  width: 13%;
}
.CollectionServiceItem__name {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-bottom: 13px;
}
/*color*/
.CollectionColor {
  width: 100%;
  height: 43px;
  -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: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
}
.CollectionColor p {
  text-align: left;
  margin: 0;
  line-height: 23px;
}
.CollectionColor p:after {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -356px -97px;
  width: 14px;
  height: 9px;
  float: right;
  margin: 8px 0 0 6px;
  position: relative;
  right: 0;
  top: 1px;
}
.CollectionColor i {
  width: 26px;
  height: 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  float: left;
  margin-right: 14px;
}
.CollectionColor i.ivory {
  background: #FFFBE0;
  border: 1px solid #999999;
}
.CollectionColor__name {
  display: table-cell;
  vertical-align: middle;
  height: 27px;
  padding-left: 6px;
}
.Collection_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;
}
.Collection_field p {
  padding: 0 0 0 7px;
  text-align: left;
}
.Collection_field p:after {
  content: "";
  background: url('http://dolce-sposa.vad/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;
}
/** buttons */
.CollectionButtons {
  margin-bottom: 60px;
  overflow: hidden;
}
.CollectionButtonsItem {
  width: 31%;
  float: left;
  box-sizing: border-box;
}
.CollectionButtonsItem:first-child {
  padding-right: 127px;
  width: 41%;
}
.CollectionButtonsItem .button {
  width: 100%;
}
/****** tabs */
/** head */
.CollectionTabsHead,
#tabs {
  height: 43px;
  border-bottom: 1px solid #B19B89;
}
#tabs {
  margin-bottom: 30px;
}
.CollectionTabsHeadItem,
#tabs li {
  float: left;
  padding: 9px 20px;
  font-size: 18px;
  color: #999;
  font-weight: 300;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
  border-right: 1px solid #D5D5D5;
  top: 1px;
  background: #fff;
  border-bottom: 1px solid #B19B89;
  cursor: pointer;
}
.CollectionTabsHeadItem.active,
#tabs li.active {
  border: 1px solid #B19B89;
  border-bottom: 1px solid #fff;
}
#tabs li.current {
  border: 1px solid #B19B89;
  border-bottom: 1px solid #fff;
}
/**content*/
.CollectionTabsContent {
  margin-top: 20px;
}
/*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;
}
.morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.morph-shape svg rect {
  stroke: #998667;
  stroke-width: 5px;
  stroke-dasharray: 1680;
}
.dialog--open .morph-shape svg rect {
  -webkit-animation: anim-dash 0.6s forwards;
  animation: anim-dash 0.6s forwards;
}
.dialog-inner {
  opacity: 0;
  background: #fff;
}
.dialog--open .dialog-inner {
  padding: 3em;
  border: 2px solid #B19B89;
  opacity: 1;
  -webkit-transition: opacity 0.85s 0.35s;
  transition: opacity 0.85s 0.35s;
}
.dialog.dialog--open h2 {
  -webkit-animation: anim-elem-1 0.7s ease-out both;
  animation: anim-elem-1 0.7s ease-out both;
}
.dialog-inner a {
  color: #B19B89;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
.dialog-inner a:hover {
  text-decoration: underline;
}
.fa-check-circle {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 25px;
}
.close-dialog {
  /*display: inline-block;
    vertical-align: middle;
    background-image: url('../images/sprites.png');
    background-position: -351px -152px;
    width: 15px;
    height: 15px;*/
  background-color: white;
  /*cursor: pointer;
    border: none;*/
}
.close-dialog:focus {
  outline: none;
}
.dialog.dialog--open button,
.dialog.dialog--open a {
  -webkit-animation: anim-elem-2 0.7s ease-out both;
  animation: anim-elem-2 0.7s ease-out both;
}
@keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes anim-dash {
  0% {
    stroke-dashoffset: 1680;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-150px, 0, 0);
    transform: translate3d(-150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes anim-elem-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(150px, 0, 0);
    transform: translate3d(150px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*End of dialog*/
/* ====================================================
   cart
======================================================= */
.CartProductHead {
  color: #444444;
  font-size: 16px;
  overflow: hidden;
  text-align: center;
  background: #F0EDEF;
  height: 50px;
  box-sizing: border-box;
}
.CartProductHead .CartItem {
  height: 50px;
  color: #555053;
  font-size: 15px;
  text-transform: uppercase;
}
.CartItem {
  float: left;
  height: 190px;
  display: table;
  position: relative;
}
.CartItem .Amount {
  display: table;
  margin: 0 auto;
}
.CartItem .Amount .item {
  line-height: 29px;
}
.CartItem .CollectionColor {
  width: auto;
  display: table;
  margin: 0 auto;
}
.CartItem .CollectionColor p {
  display: inline-block;
}
.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: 17%;
  text-align: center;
}
.CartItem_3 {
  width: 13%;
}
.CartItem_4 {
  width: 18%;
  text-align: center;
}
.CartItem_5 {
  width: 11%;
  box-sizing: border-box;
}
.CartItem_6 {
  width: 16%;
}
.CartItem_7 {
  width: 10%;
}
.CartProductInner__img {
  width: 100px;
  height: 150px;
  margin-left: 60px;
}
.CartProductInner__img img {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%;
  border: 1px solid transparent;
  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;
  border-bottom: 1px dashed #CACACA;
}
.CartProductInner__img img:hover {
  border: 1px solid #999999;
}
.CartProductInnerName__model {
  font-size: 24px;
  display: block;
  color: #50494E;
  -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;
  text-transform: uppercase;
  text-align: center;
}
.CartProductInnerName__model:hover {
  color: #989393;
}
.CartProductInnerPrice .PricesalesPrice {
  float: none;
}
.CartProductInnerPrice,
.CartProductInnerPrice .PricesalesPrice span {
  font-size: 18px;
  color: #555053;
  text-align: center;
  font-weight: 600;
}
.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;
  text-align: left;
}
.CartColor p:after {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -356px -97px;
  width: 14px;
  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: 43px;
  -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;
  width: 108px;
  display: table;
  margin: 0 auto;
}
.Cart_field p {
  padding: 0 0 0 7px;
  text-align: left;
  line-height: 31px;
}
.Cart_field p:after {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -356px -97px;
  width: 14px;
  height: 9px;
  float: right;
  margin: 11px 10px 0 6px;
  position: relative;
  right: 0;
  top: 1px;
}
.CartProduct__delete {
  display: block;
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -479px -74px;
  width: 18px;
  height: 20px;
  margin: 0 auto;
  cursor: pointer;
}
/****** total */
.CartTotal {
  margin-top: 30px;
  color: #313131;
  overflow: hidden;
}
.CartTotal__txt {
  float: left;
  padding-left: 60px;
  padding-top: 5px;
  font-size: 15px;
  color: #000;
}
.CartTotalPrice {
  float: right;
  min-width: 341px;
}
.CartTotalPrice__txt {
  font-size: 24px;
  font-weight: 600;
  color: #555053;
}
/****** profile */
.CartProf {
  margin-top: 80px;
  overflow: hidden;
  margin-bottom: 20px;
}
.CartProf__title {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.CartProfInner {
  margin-top: 45px;
}
.CartProfInner .button._center {
  padding: 0 59px;
  line-height: 42px;
  float: none;
}
.CartProfMargin {
  margin-right: 120px;
}
.CartProf .button {
  float: right;
}
.CartProf .w50 {
  float: left;
  width: 50%;
}
/****** button */
.CartProfButton {
  padding-top: 47px;
  border-top: 1px solid #CACACA;
  margin-bottom: 100px;
  margin-top: 30px;
}
/* ====================================================
   Contacts
======================================================= */
.Contacts .Content {
  padding: 0;
  margin: 0;
}
.Contacts .ContentInner {
  padding: 0;
  margin: 0;
}
.Contacts .Footer {
  margin-top: 0;
}
.ContactsBg {
  background: url('../images/contacts-bg.jpg') no-repeat;
  /*min-height: 836px;*/
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.ContactsColumn {
  width: 445px;
  padding-top: 95px;
}
.Contacts__title {
  font-size: 30px;
  color: #555053;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}
.ContactsColumn ul {
  margin: 0;
}
.ContactsColumn ul li {
  background: none;
  margin-bottom: 15px;
  padding-left: 0px;
  color: #555053;
}
/****** list */
.Contacts__list {
  margin-bottom: 35px;
}
.Contacts__list li {
  margin-bottom: 15px;
  font-size: 18px;
  color: #555053;
}
.Contacts__list li:before {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 29px;
  height: 29px;
  margin-right: 30px;
  float: left;
}
.Contacts__list li._location:before {
  background-position: -316px -144px;
}
.Contacts__list li._phone:before {
  background-position: -358px -144px;
  margin-top: 9px;
}
.Contacts__list li._skype:before {
  background-position: -406px -142px;
}
.Contacts__list li._mail:before {
  background-position: -457px -141px;
}
.Contacts__list li a {
  font-size: 18px;
  color: #555053;
  -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;
}
.Contacts__list li a:hover {
  border-color: initial;
}
/******* feedback */
.ContactsFeedback {
  margin-top: 40px;
  padding-bottom: 20px;
}
.ContactsFeedback .button {
  margin-top: 9px;
}
.ContactsFeedback__title {
  font-size: 32px;
  color: #555053;
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 20px;
}
/* ====================================================
   blog
======================================================= */
.Blog {
  /*overflow: hidden;*/
  padding-top: 70px;
}
.BlogItem {
  float: left;
  width: 33.33%;
  margin-bottom: 145px;
}
.BlogItemInner {
  margin: 0 30px;
  display: block;
}
.BlogItemImg {
  height: 377px;
  margin-bottom: 30px;
}
.BlogItemImg__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
/****** info */
.BlogItemInfo__date {
  font-size: 16px;
  color: #B19B89;
  font-style: italic;
  margin-bottom: 27px;
  text-align: right;
}
.BlogItemInfoWrap {
  height: 186px;
  overflow: hidden;
  margin-bottom: 25px;
}
.BlogItemInfo__name {
  font-size: 26px;
  color: #B19B89;
  text-align: center;
  margin-bottom: 15px;
}
.BlogItemInfo__desc {
  line-height: 27px;
}
/* ====================================================
   news
======================================================= */
.NewsImg {
  width: 500px;
  float: left;
  display: block;
  margin: 0 31px 0 0;
}
.NewsImg__img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: top;
  top: 0;
  width: 100%;
}
.News__name {
  font-family: Georgia, sans-serif;
  font-style: normal;
  font-style: italic;
  font-size: 32px;
  color: #555053;
  text-align: center;
  font-weight: normal;
  margin-bottom: 25px;
}
.News__date {
  font-size: 26px;
  color: #B19B89;
  font-style: italic;
  text-align: center;
  margin-bottom: 40px;
}
.News__desc {
  font-size: 16px;
  color: #555053;
  line-height: 30px;
}
.News ul {
  margin: 20px 0;
}
.News img {
  text-align: center;
  display: block;
  margin: 0px auto 20px;
  width: 100%;
}
.News ul li {
  background: url('../images/point.jpg') no-repeat left 10px;
  margin-bottom: 3px;
  padding-left: 14px;
}
/****** share */
.NewsShare {
  overflow: hidden;
  padding: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-top: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
}
.NewsShare__txt {
  float: left;
  font-size: 13px;
  color: #444;
  margin-right: 15px;
  padding-top: 5px;
}
.NewsShareItems {
  float: left;
}
/* ====================================================
   pagination
======================================================= */
.Pagination {
  display: table;
  margin: 20px auto;
  padding: 30px 0;
}
.Pagination li {
  margin-left: 10px;
  float: left;
}
.Pagination li a {
  width: 43px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  display: 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;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #000;
  line-height: 40px;
}
.Pagination li:first-child {
  margin-left: 0;
}
.Pagination li.active a {
  background: #B19B89;
  color: #fff;
}
.Pagination li:hover a {
  background: #B19B89;
  color: #fff;
}
.Pagination li.Arrow a {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  width: 10px;
  height: 12px;
  display: block;
  text-indent: -99998px;
  top: 15px;
  position: relative;
}
.Pagination li.Arrow.ArrowLeft a {
  background-position: -356px -75px;
  left: -15px;
}
.Pagination li.Arrow.ArrowRight a {
  background-position: -380px -75px;
  right: -15px;
}
.TitleMyStyle {
  font-size: 40px;
  font-style: italic;
  font-family: Georgia, sans-serif;
  text-align: center;
  color: #b19b89;
  font-weight: normal;
}
.thanks_mess {
  font-size: 18px;
  margin: 40px 0;
  color: #524C50;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid;
}
.thanks_mess span {
  padding: 30px;
  display: block;
}
#err_nameForm,
.cform_error {
  color: #B80606;
  font-size: 18px;
}
.cform_error {
  margin-bottom: 40px;
}
/*Login*/
.user_login {
  margin: 100px auto;
  display: table;
}
.prof {
  margin: 20px auto;
  display: table;
}
.user_login {
  height: 430px;
}
.field_row {
  width: 350px;
  margin-bottom: 20px;
}
.field_row input._trans {
  background: #fff;
}
.field_row.text {
  text-align: center;
  color: #524C50;
  padding: 15px 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.92);
}
.profile-formfields .field_row {
  width: 500px;
}
.Log_buttons {
  margin-top: 80px;
  margin-left: 15px;
}
.Log_buttons ._bg_color._center {
  padding: 0 45px;
  width: 45%;
  float: left;
}
.reset .Log_buttons ._bg_color._center {
  margin: 0 auto;
  float: none;
}
.reset .field_row input._trans,
.reset-confirm .field_row input._trans {
  width: 370px;
}
.login-fields {
  margin-top: 15px;
  text-align: center;
}
.login-fields .register_link,
.login-fields #remember-lbl {
  display: block;
  color: #fff;
}
.login-fields #remember-lbl {
  display: inline-block;
}
.Wrapper.forLogin {
  background: url('../images/11.png') center no-repeat;
  background-size: contain;
}
.profile-formfields .FormOption select,
.profile-formfields .FormOption textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #D2D2D2;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
.profile-formfields .FormOption textarea {
  width: 313px;
  padding-left: 10px;
  padding-top: 10px;
  resize: vertical;
}
.buttonBar-right {
  margin-bottom: 50px;
}
.button._bg_color_white {
  background: #fff;
  color: #555555;
  font-size: 26px;
  font-weight: 300;
  border: none;
  box-shadow: 1px 5px 2px 0px rgba(0, 0, 0, 0.1);
}
/* ====================================================
   ADAPTS STYLES
======================================================= 
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
=======================================================
======================================================= */
.TopMenuService__search_mob,
.Slider__but_mob,
.BlocksCollectionItem__img_mob,
.BlocksCollection__slogan_mob,
.BlocksCollection_but_mob,
.CollectionNameWrap_mob,
.Collection__back_mob,
.News__name_mob,
.News__date_mob {
  display: none;
}
.BlocksCollection_but_mob.button._center {
  display: none;
}
.MainNews .TitleMain {
  display: none;
}
/* ====================================================
   modal
======================================================= */
#modal_form,
.modal_div {
  width: 75%;
  height: auto;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  margin: auto;
  top: 0;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 0;
  /* пoлoвинa экрaнa слевa */
  bottom: 0;
  right: 0;
  display: none;
  opacity: 0;
  z-index: 999;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  border: 3px #000 solid;
}
.modal_div_login {
  width: 60%;
  max-height: 520px;
}
.modal_div_reg {
  width: 44%;
  max-height: 624px;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
/* Пoдлoжкa */
#overlay {
  z-index: 200;
  position: fixed;
  background-color: #000;
  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%;
  float: left;
}
.ModalLeft {
  width: 30%;
  float: left;
  border-left: 4px solid #8B7C6B;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.ModalHead {
  padding: 20px 30px;
  border-bottom: 1px solid #524C50;
  min-height: 40px;
}
.ModalHead__title {
  padding-left: 30px;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 6px;
}
#sbox-btn-close {
  top: 5%;
  right: 5%;
  position: absolute;
}
.ModalHead__close,
#sbox-btn-close,
.close-dialog {
  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 {
  border-color: #DA706D;
}
.ModalHead__close:hover:before,
#sbox-btn-close:hover:before,
.close-dialog: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 {
  content: "";
  background: url('../images/sprites.png') no-repeat;
  background-position: -15px -267px;
  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;
  overflow: hidden;
  width: 70%;
  float: left;
}
.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: 0px 15px;
  width: 20%;
  float: left;
}
.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: 40%;
  float: left;
}
.ModalContentRightInner {
  margin-left: 30px;
}
.ModalContentRightHead {
  float: left;
  margin-bottom: 40px;
}
.ModalContentRight__name {
  text-transform: uppercase;
  font-size: 34px;
  color: #000;
  float: left;
  font-weight: normal;
  margin-bottom: 20px;
}
.ModalContentLabelPrice {
  float: left;
  margin-top: 2px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 45px;
}
.ModalContentRight__price {
  float: left;
  font-size: 34px;
  font-weight: 600;
  color: #B19B89;
  margin-left: 20px;
}
.ModalContent__link {
  float: left;
  font-size: 14px;
  color: #b5b5b5;
  display: inline-block;
  font-weight: 300;
  margin-top: 35px;
}
/****** content left */
.ModalContentLeft {
  width: 60%;
  float: left;
}
.ModalContentRight .CollectionServiceItem_big {
  width: 100%;
}
.ModalContentRight .CollectionServiceItem_middle,
.ModalContentRight .CollectionServiceItem_small {
  width: 50%;
  margin-top: 20px;
}
.ModalContentRight .CollectionServiceItem_middle .Form__field,
.ModalContentRight .CollectionServiceItem_small .quantity-input {
  width: 100%;
  font-size: 19px;
}
.ModalContentRight .addtocart-bar {
  margin-top: 40px;
  float: left;
}
.ModalContentRight .CollectionServiceItemWrap {
  margin-right: 20px;
}
#system-message-container {
  margin-top: 40px;
  overflow: hidden;
}
#system-message,
#message {
  padding: 25px;
  border: 2px solid #ECBBBB;
  background-color: #FBFBFB;
  border-radius: 3px;
  display: table;
  width: 500px;
  text-align: center;
  margin: 15px auto;
}
.CartProduct__label_mob,
.mobDeleteCart {
  display: none;
}
.virtuemart_search {
  display: table;
  margin: 0 auto;
}
.virtuemart_search .Form__field {
  float: left;
  width: 400px;
}
.virtuemart_search ._bg_color._center {
  display: block;
  float: left;
  height: 40px;
}
.adminlist.order_table,
.order_summary_table,
#ui-tabs .sectiontable,
#ui-tabs .history,
.adminlist {
  border: 1px solid #D5D5D5;
}
.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;
}
.account-block {
  padding: 50px 0;
}
.content_article {
  padding: 50px 0;
}
.sizeTable td {
  font-size: 12px;
  padding: 10px 15px;
  text-align: center;
}
.sizeTable tr:nth-child(2n - 1) td {
  background-color: #f4f1ef;
}
.sizeTable th.head {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  padding-right: 35px;
  text-transform: lowercase;
}
.modalWindow {
  display: none;
  width: 40%;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #000;
}
.modalWindowWrapper {
  padding: 20px;
}
.login_link,
.register_link {
  text-decoration: underline;
  -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;
}
.login_link:hover,
.register_link:hover {
  text-decoration: none;
}
.Collection__back_mob {
  margin-top: 15px;
}
#xmap {
  padding: 40px 0;
}
#xmap ul li {
  list-style: disc inside;
  padding-bottom: 6px;
}
#xmap ul li a {
  -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;
}
#xmap ul li a:hover {
  text-decoration: underline;
  opacity: 0.8;
}
.logout {
  padding-top: 50px;
}
.collectionMenu ul {
  text-align: center;
  margin-bottom: 30px;
}
.collectionMenu ul li {
  display: inline;
  padding-right: 25px;
}
.collectionMenu ul li:after {
  display: inline-block;
  content: '/';
  padding-left: 25px;
}
.collectionMenu ul li a {
  -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;
}
.collectionMenu ul li a:hover {
  color: #888788;
  border-color: initial;
}
.collectionMenu ul li:last-child:after {
  display: none;
  content: '';
}
.seo_readmore {
  margin-bottom: 50px;
}
input.Form__field.input_error {
  border-color: red;
}
@media handheld, only screen and (min-width: 1620px) {
  .Wrapper {
    margin: 0 auto;
    width: 1620px;
  }
}
@media handheld, only screen and (max-width: 1619px) {
  .Wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .Title_label {
    top: -3px;
    font-size: 29px;
  }
  .MainNewsItemInfo {
    padding: 30px 10px 0;
    box-sizing: border-box;
  }
  .CollectionButtonsItem:first-child {
    padding-right: 60px;
  }
}
/*1619*/
@media handheld, only screen and (max-width: 1440px) {
  .ContactsBg {
    background-position: right;
  }
}
@media handheld, only screen and (max-width: 1365px) {
  .Title {
    font-size: 50px;
  }
  .BlogItem {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media handheld, only screen and (max-width: 1024px) {
  .CollectionItem {
    width: 33.33%;
  }
  .CollectionItem.horizontal_image {
    width: 50%;
  }
  .FooterSocial {
    float: right;
  }
  .FooterSocial li {
    margin-left: 12px;
  }
  .Footer__title {
    font-size: 21px;
  }
  .Footer__list li {
    font-size: 18px;
  }
  .FooterTop {
    padding-bottom: 20px;
  }
  .BlocksCollectionItem__img {
    object-position: right;
  }
  .MainNewsItem {
    width: 49%;
    margin: 5px;
  }
  .MainNews {
    margin-bottom: 50px;
  }
  .MainDesc {
    margin-bottom: 0px;
  }
  .Popular {
    margin-bottom: 50px;
  }
  .CollectionButtonsItem:first-child {
    width: 55%;
  }
  #system-message {
    width: auto;
  }
  .CartProductInner__img {
    margin-left: 15px;
  }
  .TopMenuServiceWrapper {
    width: 55%;
  }
}
@media handheld, only screen and (max-width: 979px) {
  .FooterColumn_middle {
    display: none;
  }
  .Title {
    font-size: 30px;
  }
  .MainDesc {
    padding: 0;
  }
  .MainNewsItem__title {
    font-size: 20px;
  }
  .PopularHead li span {
    margin: 0 20px;
  }
  .CollectionItem {
    margin-bottom: 30px;
  }
}
@media handheld, only screen and (max-width: 768px) {
  .MainNews .TitleMain {
    display: block;
  }
  .Header {
    height: 45px;
    background: #524C50;
  }
  .Header .Wrapper {
    padding: 0 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .MenuBurger {
    padding: 17px 10px 0;
    height: 45px;
  }
  .Header__logo {
    background: url('../images/sprites-mob.png') no-repeat;
    background-position: -27px 2px;
    width: 84px;
    height: 21px;
  }
  .MenuBurger:before {
    background: url('../images/sprites-mob.png') no-repeat;
    width: 24px;
    height: 16px;
  }
  .HeaderServiceItem._search {
    display: none;
  }
  .HeaderServiceItem._fav {
    display: none;
  }
  .HeaderServiceItem._login {
    background: none;
  }
  .HeaderServiceItem._cart {
    background: none;
  }
  .HeaderServiceItem__amount {
    display: none;
  }
  .HeaderServiceItem {
    width: 22px;
    height: 20px;
    padding: 23px 18px;
  }
  .HeaderServiceItem:before {
    background: url('../images/sprites-mob.png') no-repeat;
    width: 22px;
    height: 20px;
  }
  .HeaderServiceItem._cart:before {
    background-position: -136px 4px;
  }
  .HeaderServiceItem._login:before {
    background-position: -112px 1px;
    width: 22px;
    height: 20px;
  }
  /******menu*/
  .TopMenu {
    background: rgba(85, 80, 83, 0.9);
    display: none;
    margin: 0 0 0 0;
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 45px;
    width: 100%;
    min-width: auto;
  }
  .TopMenu ul {
    display: block;
    box-sizing: border-box;
    border: none;
    width: 100%;
  }
  .TopMenu ul li {
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    /*background: rgba(90, 86, 89, 0.7);*/
    -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;
  }
  .TopMenu ul li:hover {
    background: none;
  }
  .TopMenu ul li.minus:hover {
    background: rgba(90, 86, 89, 0.9);
  }
  .TopMenu ul li.active.plus :after {
    background-position: -385px 0;
  }
  .TopMenu ul li.active.minus :after {
    background-position: -385px -13px;
  }
  .TopMenu ul li.active > a:after {
    float: right;
    content: "";
    width: 14px;
    height: 7px;
    position: relative;
    top: 12px;
  }
  .TopMenu ul li a {
    padding: 10px 25px;
    text-transform: none;
    font-size: 15px;
    color: #fff;
    display: block;
    float: none;
    font-weight: 300;
    z-index: 1;
    border: none;
    border-left: none;
    background: none;
    border-top: 1px solid rgba(255, 255, 255, 0.21);
  }
  .TopMenu ul li:first-child a {
    border-top: none;
  }
  .TopMenu ul li a:after {
    background: none;
    top: 8px;
  }
  .TopMenu ul li.deeper > a:after {
    top: 8px;
  }
  .TopMenu ul li ul {
    display: none;
    margin: 0 0;
    padding: 9px 0 9px 0;
    border: none;
    background: none;
  }
  .TopMenu ul li ul li {
    border: none;
    margin: 6px 0 0;
  }
  .TopMenu ul li ul li a {
    float: none;
    color: #C2BCBC;
    border: none;
    font-size: 16px;
    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;
  }
  .TopMenu ul li ul li a:hover {
    color: #fff;
  }
  .TopMenu ul.sub li a {
    position: relative;
    padding: 0 0 12px 25px;
    font-weight: 300;
  }
  .TopMenu ul.sub li ul li a {
    padding-left: 45px;
  }
  /****** service */
  .TopMenuService {
    padding: 5px 0;
    box-sizing: border-box;
    /*background: rgba(90, 86, 89, 0.7);*/
    border-top: 1px solid rgba(255, 255, 255, 0.21);
    overflow: hidden;
    width: 100%;
  }
  .TopMenuServiceWrapper {
    width: 75%;
  }
  .TopMenuServiceLang {
    float: right;
    padding-right: 10px;
    border: none;
    margin-top: 4px;
    margin-bottom: 0;
  }
  .TopMenuServiceLang__item {
    float: left;
    background: url('http://angel-dresses.vad/images/sprites.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 4px;
  }
  .TopMenuServiceLang__item._left {
    background-position: -426px 0;
  }
  .TopMenuServiceLang__item._right {
    background-position: -475px 0;
  }
  .TopMenuServiceLang__item:hover {
    opacity: 0.8;
  }
  .TopMenuServiceValuta__item {
    font-size: 11px;
  }
  .TopMenuService__search_mob {
    float: left;
    padding-left: 22px;
    padding-top: 0;
    display: block;
    position: relative;
    top: -1px;
  }
  .TopMenuService__search_mob:before {
    content: "";
    background: url('../images/sprites-mob.png') no-repeat;
    background-position: -167px 0;
    width: 23px;
    height: 20px;
    display: block;
    margin-top: 7px;
  }
  .TopMenuServiceLang__item {
    background: url('../images/sprites-mob.png') no-repeat;
    width: 26px;
    height: 26px;
  }
  .TopMenuServiceLang__item._left,
  .TopMenuServiceLang__item.en {
    background-position: -232px 0;
  }
  .TopMenuServiceLang__item._right,
  .TopMenuServiceLang__item.ru {
    background-position: -198px 0;
  }
  .Slider {
    /*height: 310px;
        margin-top: 43px;*/
    overflow: hidden;
  }
  .Slider__but {
    display: none;
  }
  .Slider__but_mob {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 197px;
    font-size: 12px;
    bottom: 30px;
    box-sizing: border-box;
    padding: 0;
  }
  .BlocksCollection {
    margin-bottom: 50px;
  }
  .BlocksCollectionItem {
    width: 100%;
  }
  .BlocksCollectionItem:first-child {
    width: 100%;
  }
  .Title {
    font-size: 20px;
    color: #fff;
  }
  .BlocksCollectionRow {
    background: none;
    margin-bottom: 44px;
    height: 211px;
    overflow: initial;
    position: relative;
  }
  .BlocksCollectionRow .Title {
    text-shadow: 1px 1px 0 black, 0 0 0 #000000;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .BlocksCollectionRow .Title_label {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 0 #000000;
    font-size: 24px;
    margin-left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
  }
  .BlocksCollectionRow:first-child .BlocksCollectionItem:first-child {
    position: absolute;
    top: 0;
  }
  .BlocksCollectionRow:first-child .BlocksCollectionItem__bg {
    display: none;
  }
  .BlocksCollectionRow_clean .BlocksCollectionItem {
    position: absolute;
    top: 0;
  }
  .BlocksCollectionRow_right .BlocksCollectionItem:first-child {
    display: block;
  }
  .BlocksCollectionRow_right .BlocksCollectionRow_right_last {
    position: absolute;
    top: 0;
  }
  .BlocksCollection__slogan_mob {
    display: block;
    text-align: center;
    font-size: 20px;
    font-family: Georgia, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #B19B89;
    padding: 26px 35px;
    box-sizing: border-box;
  }
  .button._bg_color_white {
    font-size: 13px;
  }
  .BlocksCollection_but_mob {
    top: -24px;
  }
  .BlocksCollection_but_mob.button._center {
    display: table;
  }
  .BlocksCollectionInfo .button {
    margin-top: 0;
  }
  .BlocksCollectionInfo .button {
    display: none;
  }
  .BlocksCollectionRow_clean .BlocksCollectionItem__img {
    position: relative;
  }
  .BlocksCollectionItem__img_mob {
    display: block;
  }
  .BlocksCollectionWrap {
    margin: 0;
    width: 100%;
  }
  .BlocksCollectionRow .TitleWrap {
    float: right;
    margin: 0 15px;
  }
  .BlocksCollectionRow_right .TitleWrap {
    float: left;
  }
  .BlocksCollectionItem__img_last {
    display: none;
  }
  .PopularHead {
    display: none;
  }
  .TitleMain {
    font-size: 20px;
    color: #B19B89;
    font-family: Georgia, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: italic;
  }
  .PopularInner {
    margin-top: 0;
  }
  .PopularContent {
    margin-top: 25px;
  }
  .CollectionItem,
  .CollectionItem.Category {
    width: 50%;
    margin-bottom: 20px;
  }
  .CollectionItem.horizontal_image {
    width: 100%;
  }
  .CollectionsItemWrap {
    /*height: 212px;*/
  }
  .CollectionsItem__img {
    object-position: bottom;
  }
  /****** popular */
  .Popular {
    margin-bottom: 5px;
  }
  .Popular .Wrapper {
    padding: 0;
  }
  .CollectionsItemInfo {
    padding: 0 5px;
    height: 40px;
    overflow: hidden;
  }
  .CollectionsItemInfo__name {
    font-size: 11px;
    line-height: 39px;
  }
  .CollectionsItemInfo__price {
    font-size: 12px;
    line-height: 39px;
  }
  .CollectionsItemInner {
    height: auto;
  }
  /****** news */
  .MainNews {
    margin-bottom: 25px;
  }
  .MainNewsItem {
    width: 50%;
    height: 176px;
    box-sizing: border-box;
    display: block;
  }
  .MainNewsItem .button._light {
    font-size: 12px;
    height: 28px;
    padding: 0;
    width: 80%;
    line-height: 28px;
  }
  .MainNewsItem__title {
    font-size: 12px;
    margin-bottom: 0;
  }
  .MainNewsItem__title:after {
    margin: 11px auto 0;
  }
  .MainNewsItem__desc {
    font-size: 10px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 18px;
  }
  .MainNews .TitleMain {
    margin-bottom: 20px;
  }
  .MainDescTitle {
    font-size: 20px;
    color: #B19B89;
    font-family: Georgia, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 20px;
  }
  .MainDesc {
    padding: 0;
  }
  .MainDescContent {
    line-height: 22px;
    font-size: 12px;
  }
  .Footer {
    margin-top: 25px;
    height: 75px;
    padding-top: 5px;
  }
  .Footer .Wrapper {
    padding: 0 7px;
  }
  #footer-pusher .push {
    /*height: 75px;*/
    height: 50px;
  }
  #footer-pusher {
    margin: 0 auto -75px;
  }
  .FooterColumn_middle {
    display: none;
  }
  .Footer__title {
    display: none;
  }
  .FooterTop {
    margin-bottom: 1px;
  }
  .Footer__list_hidden {
    display: none;
  }
  .Footer__list li,
  .FooterBottom__link {
    font-size: 12px;
  }
  .FooterBottom__link_middle {
    top: 11px;
    display: none;
  }
  .FooterBottom__link_right {
    font-size: 12px;
  }
  /****** social */
  .FooterSocial {
    margin-top: 5px;
  }
  .FooterSocial li {
    margin-left: 8px;
  }
  .FooterSocial li a {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border-radius: 500px;
    -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 a:before {
    width: 26px;
    height: 20px;
    background: url('../images/sprites-mob.png') no-repeat;
    margin: 8px auto 0;
  }
  .FooterSocial li.fb a:before {
    background-position: 11px -23px;
  }
  .FooterSocial li.vk a:before {
    background-position: -9px -23px;
  }
  .FooterSocial li.gp a:before {
    background-position: -26px -23px;
  }
  .FooterSocial li.in a:before {
    background-position: -46px -23px;
  }
  .FooterBottom {
    background: #524C50;
  }
  .FooterTop {
    padding-bottom: 0;
  }
  .BlogItem {
    width: 50%;
    margin-bottom: 60px;
  }
  .Blog {
    padding-top: 40px;
  }
  .NewsImg {
    margin: 0 auto;
  }
  .News img {
    margin: 0;
  }
  .News__name {
    margin: 20px 0;
  }
  .TitleImg {
    font-size: 20px;
    margin: 60px auto 0;
    text-align: center;
  }
  .TitleImg:before {
    display: none;
  }
  .content_article {
    text-align: justify;
  }
  .ContentInnerNotMain {
    padding-top: 10px;
  }
  /****** category */
  .CollectionItems {
    margin: 0;
  }
  .CollectionsItemInner {
    margin: 0;
  }
  .CollectionsHover {
    display: none;
  }
  /****** pagination */
  .Pagination {
    padding: 15px 15px 0;
  }
  .Pagination li a {
    width: 22px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  .Pagination li.Arrow a {
    color: inherit;
    top: 4px;
  }
  /****** other */
  .TitleImg {
    font-size: 20px;
    margin: 60px auto 0;
  }
  .TitleImg:before {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .Content {
    /*padding: 15px 0;*/
  }
  .ContentInner {
    /*padding-top: 35px;*/
  }
  /****** desc */
  .RegInfo {
    margin-top: 20px;
    padding-top: 35px;
  }
  .RegInfo__desc {
    font-size: 13px;
    margin-bottom: 25px;
  }
  /****** collection */
  .CollectionColumn {
    width: 100%;
    position: relative;
  }
  .CollectionColumn:first-child {
    width: 100%;
  }
  .CollectionContentImg {
    float: none;
    width: 100%;
    /*height: 450px;*/
    overflow: hidden;
    margin-bottom: 10px;
  }
  .CollectionContentPrev {
    width: 100%;
    float: none;
  }
  .CollectionContentPrev {
    overflow: hidden;
    height: 87px;
    margin: 0 auto 0;
    display: table;
  }
  .CollectionContentPrevWrap {
    width: 20%;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 5px 5px;
    /*height: 87px;*/
  }
  .CollectionContentImgInner {
    margin: 0;
  }
  .CollectionInner {
    margin-bottom: 30px;
  }
  .CollectionName {
    display: none;
  }
  .CollectionName__dark_mob {
    font-family: 'Roboto Condensed', sans-serif;
    font-style: normal;
    font-size: 22px;
    text-align: center;
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 13px;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .Collection .Content {
    padding-top: 0;
  }
  .Collection .ContentInner {
    padding-top: 0;
  }
  .CollectionNameWrap_mob {
    display: block;
    position: relative;
    height: 30px;
    margin-bottom: 10px;
  }
  .CollectionNameWrap__nav {
    font-size: 12px;
    color: #737373;
    position: relative;
    top: 5px;
  }
  .CollectionNameWrap__nav span {
    font-size: 30px;
    font-weight: 300;
    position: absolute;
    top: -14px;
  }
  .CollectionNameWrap__nav._left {
    float: left;
    padding-left: 15px;
  }
  .CollectionNameWrap__nav._left span {
    left: 0;
  }
  .CollectionNameWrap__nav._right {
    padding-right: 15px;
    float: right;
  }
  .CollectionNameWrap__nav._right span {
    right: 0;
  }
  .CollectionColumnInfo {
    margin-left: 0;
  }
  .CollectionPrice {
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .CollectionPrice__name {
    font-size: 13px;
    color: #000;
    top: 4px;
    margin-right: 0;
    width: 25%;
  }
  .CollectionPrice__amount {
    font-size: 18px;
    color: #2F3043;
  }
  .CollectionServiceItem {
    width: 100%;
    float: none;
  }
  .CollectionServiceItem .Form__field {
    float: left;
    width: 75%;
  }
  .CollectionServiceItem_big {
    width: 100%;
    float: none;
  }
  .CollectionServiceItem_big .CollectionServiceItemWrap {
    margin-right: 0;
    overflow: hidden;
  }
  .CollectionServiceItem_middle .CollectionServiceItemWrap {
    margin-right: 0;
  }
  .CollectionServiceItem__name {
    float: left;
    width: 25%;
    top: 10px;
    position: relative;
    font-size: 14px;
  }
  .CollectionColor {
    float: left;
    width: 75%;
  }
  .CollectionServiceItem {
    margin-bottom: 10px;
    overflow: hidden;
  }
  .CollectionButtons {
    margin-bottom: 30px;
  }
  .CollectionButtonsItem {
    float: none;
    width: 100%;
  }
  .CollectionButtonsItem:first-child {
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .CollectionService {
    margin-bottom: 30px;
  }
  /****** tabs */
  .CollectionTabsHeadItem {
    font-size: 14px;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
  }
  .CollectionTabsHeadItem.active {
    border-bottom: 1px dashed #B19B89;
    border-left: none;
    border-right: none;
    border-top: none;
  }
  .CollectionTabsHead {
    border: none;
  }
  .CollectionTabs .tabs__content img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: top;
    top: 0;
    width: 100%;
  }
  .CollectionTabsContent {
    overflow: auto;
    margin-top: 10px;
  }
  .MainDesc_collection .MainDescTitle {
    font-size: 13px;
    text-align: center;
  }
  .MainDesc {
    border: none;
  }
  .Collection__back_mob {
    font-size: 13px;
    color: #545454;
    text-transform: uppercase;
    border-top: 1px solid #F4F1EF;
    border-bottom: 1px solid #F4F1EF;
    border-left: none;
    border-right: none;
    padding: 5px 0;
    margin-top: 43px;
    display: block;
    text-align: center;
  }
  .Collection__back_mob span {
    display: inline;
    font-size: 28px;
    font-weight: 300;
    position: relative;
    top: 3px;
    line-height: 0;
    padding-right: 6px;
  }
  .tabs__content {
    font-size: 13px;
  }
  /****** blog */
  .BlogItem {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .BlogItemInner {
    margin: 0 0;
  }
  .BlogItemImg {
    height: 255px;
    margin-bottom: 15px;
  }
  .BlogItemInfo__date {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .BlogItemInfo__name {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .BlogItemInfo__desc {
    font-size: 12px;
  }
  .BlogItemInfoWrap {
    height: auto;
  }
  /****** news */
  /****** news */
  .NewsImg {
    width: 45%;
    height: auto;
    margin: 0 15px 0 0;
  }
  .News__name {
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
    display: none;
  }
  .News__name_mob {
    display: block;
  }
  .News__date {
    font-size: 14px;
    margin-bottom: 15px;
    display: none;
  }
  .News__date_mob {
    display: block;
  }
  .News__desc {
    font-size: 13px;
    line-height: 27px;
  }
  .NewsShare {
    display: none;
  }
  .News ul {
    margin: 10px 0;
  }
  .News ul li {
    font-size: 13px;
  }
  .BlocksCollectionItem__img {
    object-position: top;
  }
  .CollectionsItemInner {
    margin: 0 5px;
  }
  .MainNewsItemInfo .button {
    bottom: -20px;
  }
  .MainNewsItem {
    margin: 0px;
  }
  .MainDesc .Wrapper {
    padding: 0 10px;
  }
  .nav_link {
    display: none;
  }
  .curr_desc {
    font-size: 13px;
    color: #000;
    top: 4px;
    margin-right: 0;
    width: 25%;
  }
  .PricesalesPrice {
    font-size: 18px;
    color: #2F3043;
    float: none;
  }
  .quantity-input {
    width: 75%;
  }
  .ContactsBg {
    background-position: left;
  }
  .White {
    color: #B19B89;
  }
  .Wrapper.forLogin {
    background: none;
  }
  .user_login {
    margin: 40px auto;
    color: #B19B89;
  }
  .login-fields .register_link,
  .login-fields #remember-lbl {
    color: #B19B89;
  }
  .CartProductHead {
    font-size: 16px;
    padding-bottom: 0;
    display: none;
  }
  .CartItem {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  .CartProductInner {
    border-bottom: 1px solid #cecac8;
    margin-bottom: 25px;
  }
  .CartItem.CartItem_1,
  .CartItem.CartItem_2,
  .CartItem.CartItem_3,
  .CartItem.CartItem_4,
  .CartItem.CartItem_5,
  .CartItem.CartItem_6 {
    width: 50%;
  }
  .CartProductInner__img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .CartProductInner__img a {
    display: block;
    padding: 8px;
  }
  .CartProduct__label_mob {
    font-size: 11px;
    padding-right: 10px;
    width: 55px;
    float: left;
    box-sizing: border-box;
    text-align: left;
    display: block;
  }
  .CartProductInnerName__model {
    font-size: 20px;
  }
  .CartProductNameInner {
    font-size: 14px;
  }
  .CartItem .CartColor,
  .CartItem .Size {
    width: 90px;
    height: 22px;
    padding: 4px 0 0 4px;
    margin: 0 auto;
    float: left;
  }
  .CartColor i {
    width: 13px;
    height: 13px;
    margin-right: 0;
  }
  .CartItem .CartColor p,
  .CartItem .Size p {
    padding: 0 0 0 8px;
    font-size: 11px;
    line-height: 11px;
  }
  .CartItem .Size p {
    padding: 0;
  }
  .CartProduct .Form__field_select select {
    height: 22px;
  }
  .CartColor p:after {
    top: -3px;
    right: 1px;
  }
  .Size p:after {
    top: 3px;
    right: 3px;
    margin: 0;
  }
  .Cart_field {
    height: 22px;
    padding: 0 0 0 4px;
    width: 90px;
    margin: 0 auto;
    float: left;
    font-size: 11px;
  }
  .HeaderServiceItem__hover {
    display: none;
    top: 23px;
    left: -63px;
  }
  .CartProductInnerPrice.CartItemInner {
    font-size: 13px;
    text-align: left;
    display: block;
    margin-left: 38%;
  }
  .mobDeleteCart {
    text-align: center;
    padding: 10px 0;
    display: block;
  }
  .CartProduct__delete {
    background: none;
    width: auto;
    margin-bottom: 30px;
  }
  .CartTotal {
    margin-top: 15px;
  }
  .CartTotal__txt {
    padding-left: 26px;
    padding-top: 0;
    font-size: 13px;
  }
  .CartTotalPrice {
    min-width: auto;
    margin-right: 10px;
  }
  .CartTotalPrice__txt {
    font-size: 13px;
  }
  .CartProf__title {
    font-size: 13px;
  }
  .CartProfInner {
    margin-top: 23px;
    overflow: hidden;
  }
  .CartProfInner .w50 {
    width: 100%;
    float: none;
  }
  .CartProfMargin {
    margin-right: 0;
  }
  .CartProfInner .FormItem {
    margin-top: 8px;
  }
  .CartProfInner .Form__label {
    font-size: 11px;
    padding-top: 3px;
    width: 30%;
    box-sizing: border-box;
  }
  .CartProfInner .FormOption {
    width: 70%;
  }
  .CartProfInner .Form__field._cart {
    height: 23px;
  }
  .Form__field {
    font-size: 13px;
  }
  .CartProfInner .button._center {
    line-height: 18px;
    font-size: 14px;
  }
  .Form__field_select p:after {
    display: none;
  }
  .CartProfButton {
    margin-bottom: 20px;
  }
  .MainNews .MainNewsItem__desc,
  .MainNews .button,
  .MainNews .MainNewsItem:nth-child(3),
  .MainNews .MainNewsItem:nth-child(4),
  .MainNewsItem__title:after {
    display: none;
  }
  .CollectionColor p:after,
  .Form__field_select p:after {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: url('../images/sprites-mob.png');
    background-position: 0 -48px;
    width: 18px;
  }
  .field_row {
    width: 100%;
  }
  .user_login {
    display: block;
  }
  .account-block {
    padding: 0;
  }
  .profile-formfields .field_row {
    width: 100%;
  }
  .Form__label {
    width: 100%;
  }
  .FormOption {
    width: 100%;
  }
  .prof {
    display: block;
  }
  .button {
    padding: 0 20px;
  }
  .profile-formfields .FormOption textarea {
    width: 100%;
    box-sizing: border-box;
  }
  .reset .field_row input._trans,
  .reset-confirm .field_row input._trans {
    width: 100%;
  }
  .HeaderServiceItem:hover .HeaderServiceItem__hover {
    opacity: 0;
  }
  .CollectionTabsHeadItem,
  #tabs li {
    padding: 11px 10px;
    font-size: 15px;
  }
  #editcell {
    overflow: auto;
  }
  #system-message,
  #message {
    width: 100%;
    box-sizing: border-box;
  }
}
/*768*/
@media handheld, only screen and (max-width: 425px) {
  .ContactsColumn {
    width: 100%;
    padding-top: 40px;
  }
  .Contacts__title {
    font-size: 20px;
  }
  .content_article p {
    text-align: justify;
  }
  .BlogItem {
    float: none;
    width: 100%;
    margin-bottom: 60px;
  }
  .BlogItemInfo__date {
    margin-bottom: 10px;
  }
  .BlogItemInfo__desc {
    text-align: justify;
  }
  .BlogItemInner {
    margin: 0px;
  }
  .BlogItemInfoWrap {
    height: 170px;
    margin-bottom: 10px;
  }
  .BlocksCollectionItem__img {
    object-position: right top;
  }
  .CollectionItem,
  .CollectionItem.Category {
    width: 100%;
  }
  .CollectionItem.horizontal_image {
    width: 100%;
  }
  .CollectionContentPrevWrap {
    height: 100%;
  }
  .CollectionContentImg {
    height: 100%;
  }
  .Log_buttons {
    margin-left: 0;
  }
  .Log_buttons ._bg_color._center {
    width: 100%;
    float: none;
  }
  .button._reg {
    width: 100%;
  }
  .collectionMenu ul li a {
    display: block;
  }
  .collectionMenu ul li:after {
    display: none;
  }
}
/* ====================================================
   END ADAPTS STYLES
======================================================= */
