.cart__wrapper {
  margin-top: 160px;
  position: relative;
}
@media (max-width: 1500px) {
  .cart__wrapper {
    margin-top: 90px;
  }
}
.cart__bg-1 {
  background: url("../images/template/cart-bg-1.png") no-repeat right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0px;
  height: 210px;
  width: 170px;
}
.cart__bg-2 {
  background: url("../images/template/cart-bg-2.png") no-repeat right;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 220px;
  height: 280px;
  width: 200px;
}
.cart__bg-3 {
  background: url("../images/template/cart-bg-3.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  width: 25%;
  bottom: 0;
  height: 263px;
}
@media (max-width: 1100px) {
  .cart__bg-3 {
    display: none;
  }
}
.cart__bg-4 {
  background: url("../images/template/cart-bg-4.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  right: 15%;
  width: 719px;
  top: 200px;
  height: 580px;
  z-index: -2;
}
.cart__bg-5 {
  background: url("../images/template/cart-bg-5.png") no-repeat left bottom;
  position: absolute;
  width: 20%;
  left: 5%;
  height: 500px;
  z-index: -2;
}
.cart__bg-6 {
  background: url("../images/template/cart-bg-6.png") no-repeat left bottom;
  position: absolute;
  width: 616px;
  bottom: 300px;
  right: 0;
  height: 394px;
  z-index: 0;
}
.cart__items {
  background: #fff;
  width: 70%;
  float: left;
  min-height: 900px;
}
.cart__items h1 {
  font-size: 40px;
  font-family: 'Trajan Pro';
  color: #24211e;
  padding: 75px 0 0 85px;
}
@media (max-width: 1400px) {
  .cart__items h1 {
    font-size: 30px;
    padding: 40px 0 0 40px;
  }
}
.cart__items table {
  width: 100%;
  border-spacing: 0;
}
.cart__items table tr td {
  border-top: 1px solid #e3e3e3;
  height: 170px;
}
.cart__items table tr td:nth-child(1) {
  width: 200px;
  padding-left: 80px;
}
.cart__items table tr td:nth-child(1) img {
  width: 90%;
}
@media (max-width: 1400px) {
  .cart__items table tr td:nth-child(1) {
    padding-left: 40px;
  }
}
.cart__items table tr td:nth-child(2) {
  color: #24211e;
}
.cart__items table tr td:nth-child(3) {
  white-space: nowrap;
  padding: 0 80px;
  color: #77665b;
}
.cart__items table tr td:nth-child(4) {
  color: #ad9d91;
  font-style: italic;
  font-family: 'Georgia';
  font-size: 1.2em;
  max-width: 270px;
}
.cart__items table tr td:nth-child(5) {
  text-align: center;
  padding: 0 80px;
}
@media (max-width: 1400px) {
  .cart__items table tr td:nth-child(5) {
    padding: 0 40px;
  }
}
.cart__items table tr td:nth-child(5) button {
  box-shadow: 0px 3px 6px 0px #d6d3cf;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: url("../images/template/krestik.png") no-repeat center;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .cart__items table tr td:nth-child(5) button {
    width: 40px;
    height: 40px;
  }
}
.cart__items table tr td:nth-child(5) button:hover {
  background-color: #f1eeec;
  cursor: pointer;
}
.cart__total {
  width: 30%;
  padding: 0 100px 0 80px;
  box-sizing: border-box;
  float: left;
}
@media (max-width: 1150px) {
  .cart__total {
    padding: 0 60px 0 20px;
  }
}
.cart__total-itogo {
  margin-top: 75px;
  font-size: 24px;
  line-height: 26px;
  font-family: "Georgia";
  color: #77665b;
  font-style: italic;
  display: block;
}
.cart__total-price {
  white-space: nowrap;
  margin-top: 20px;
  font-size: 36px;
  color: #24211e;
  display: block;
  margin-bottom: 35px;
}
@media (max-width: 1150px) {
  .cart__total-price {
    font-size: 30px;
  }
}
.cart__total-dostavka,
.cart__total-ves {
  display: block;
  color: #ad9d91;
}
.cart__total-dostavka >span,
.cart__total-ves >span {
  display: inline-block;
}
.cart__total-dostavka >span:nth-child(1),
.cart__total-ves >span:nth-child(1) {
  width: 110px;
}
@media (max-width: 1400px) {
  .cart__total-dostavka >span:nth-child(1),
  .cart__total-ves >span:nth-child(1) {
    display: block;
    margin-top: 10px;
  }
}
.cart__total-submit {
  color: #839e0a;
  border: 2px solid #a6c710;
  background: none;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .cart__total-submit {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.cart__total-submit:hover {
  background: #a6c710;
  color: #fff;
  cursor: pointer;
}
.cart__total-next {
  color: #ad9d91;
  border: 2px solid #ad9d91;
  background: none;
  text-decoration: none;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 0.8em;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 1500px) {
  .cart__total-next {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.cart__total-next:hover {
  background: #ad9d91;
  color: #fff;
  cursor: pointer;
}
.cart__order {
  padding-bottom: 200px;
  position: relative;
}
.cart__order-info {
  width: 25%;
  float: left;
  position: absolute;
  padding-left: 100px;
  box-sizing: border-box;
  bottom: 200px;
}
@media (max-width: 1500px) {
  .cart__order-info {
    padding-left: 50px;
  }
}
.cart__order-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cart__order-info ul li {
  margin: 25px 0;
}
.cart__order-info h1 {
  font-size: 40px;
  font-family: 'Trajan Pro';
  margin: 0 0 20px 0;
  line-height: 60px;
}
@media (max-width: 1980px) {
  .cart__order-info h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 1600px) {
  .cart__order-info h1 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 1320px) {
  .cart__order-info h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.cart__order-form {
  background: url("../images/template/cart__order-bg.png");
  width: 50%;
  float: left;
  margin-left: 25%;
  padding-bottom: 400px;
  z-index: 4;
  position: relative;
}
.cart__order-form input[type=text],
.cart__order-form select {
  display: block;
  border-radius: 50px;
  border: 2px solid #c8b8ac;
  box-shadow: none;
  color: #c8b8ac;
  background: none;
  outline: none;
  padding: 15px 30px;
  box-sizing: border-box;
  font-size: 20px;
  margin: 15px 0 15px 80px;
  width: 60%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1400px) {
  .cart__order-form input[type=text],
  .cart__order-form select {
    font-size: 24px;
    line-height: 35px;
    padding: 5px 15px;
    font-size: 18px;
    margin: 15px 0px 15px 40px;
  }
}
.cart__order-form select {
  background: url("../images/template/cart__order-delivery.png") right 20px center no-repeat;
}
.cart__order-form h1 {
  font-size: 40px;
  font-family: 'Trajan Pro';
  color: #fff;
  margin: 80px 150px 50px 80px;
  line-height: 60px;
}
@media (max-width: 1400px) {
  .cart__order-form h1 {
    font-size: 24px;
    line-height: 35px;
    margin: 40px 40px 0 40px;
  }
}
.cart__order-total {
  width: 25%;
  float: left;
  background: #fff;
  padding: 0 100px 40px 80px;
  box-sizing: border-box;
  z-index: 4;
  position: relative;
}
@media (max-width: 1150px) {
  .cart__order-total {
    padding: 0 60px 40px 50px;
  }
}
#msOrder {
  margin-top: 0 !important;
}
.cart__delivery {
  margin: 15px 0 15px 100px;
}
@media (max-width: 1400px) {
  .cart__delivery {
    margin: 15px 0px 15px 40px;
  }
}
.cart__delivery h4 {
  margin: 40px 0 10px 0;
  color: #c8b8ac;
  font-size: 24px;
}
.cart__delivery label {
  display: block;
  color: #c8b8ac;
  padding-left: 10px;
  margin-bottom: 5px;
}
.cart__delivery label input {
  margin-right: 10px;
}
.cart__empty {
  min-height: 800px;
  padding-left: 85px;
}
@media (max-width: 1400px) {
  .cart__empty {
    padding-left: 40px;
  }
}

.catalog__items {
  z-index: 3;
}
.catalog__breadcrumbs {
  width: 25%;
  float: left;
  margin: 160px 0 0 0;
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  z-index: 10;
  padding-right: 80px;
}
@media (max-width: 1500px) {
  .catalog__breadcrumbs {
    margin: 90px 0 0 0;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.catalog__info {
  background: url("../images/template/catalog__text-bg.png") no-repeat;
  background-size: cover;
  width: 75%;
  position: relative;
  margin: 160px 0 0 0;
  float: left;
  z-index: 5;
}
@media (max-width: 1500px) {
  .catalog__info {
    margin: 90px 0 0 0;
  }
  .catalog__info h1 {
    padding: 0;
    margin: 0;
  }
}
.catalog__text {
  width: 50%;
  float: left;
  padding: 80px 0 100px 120px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .catalog__text {
    padding: 80px 30px 80px 60px;
  }
}
@media (max-width: 1100px) {
  .catalog__text {
    width: 50%;
    padding: 40px 30px 40px 60px;
  }
}
.catalog__text h1 {
  font: 40px 'Trajan Pro';
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 2000px) {
  .catalog__text h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1700px) {
  .catalog__text h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.catalog__text p,
.catalog__text a {
  color: #c8b8ac;
}
.catalog__menu {
  width: 50%;
  float: left;
  padding: 80px 0 100px 80px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .catalog__menu {
    padding: 80px 30px 80px 40px;
  }
}
@media (max-width: 1100px) {
  .catalog__menu {
    padding: 40px 30px 40px 20px;
  }
}
.catalog__menu ul {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .catalog__menu ul {
    font-size: 14px;
  }
}
.catalog__menu ul li {
  display: block;
  float: left;
  width: 48%;
}
.catalog__menu ul li a {
  white-space: nowrap;
  color: #fff;
  background: #665b53;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 1750px) {
  .catalog__menu ul li a {
    font-size: 16px;
    padding: 4px 10px;
  }
}
@media (max-width: 1300px) {
  .catalog__menu ul li a {
    font-size: 12px;
  }
}
.catalog__menu ul li a:hover {
  background: #7b6e64;
}
.catalog__menu-title {
  font: 40px 'Trajan Pro';
  color: #c8b8ac;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 1800px) {
  .catalog__menu-title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1500px) {
  .catalog__menu-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.catalog__bg-1 {
  width: 258px;
  height: 448px;
  background: url("../images/template/catalog__bg-1.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 400px;
  right: 0;
  z-index: -1;
}
.catalog__bg-2 {
  width: 500px;
  height: 500px;
  background: url("../images/template/catalog__bg-2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 700px;
  left: 20%;
  z-index: -1;
}
@media (max-width: 1100px) {
  .catalog__bg-2 {
    top: 500px;
    left: 15%;
  }
}
.catalog__bg-3 {
  width: 159px;
  height: 489px;
  background: url("../images/template/catalog__bg-3.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.catalog__bg-4 {
  width: 1300px;
  height: 900px;
  background: url("../images/template/catalog__bg-4.png") bottom left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .catalog__bg-4 {
    width: 500px;
  }
}
.catalog__copyright {
  width: 30% !important;
  bottom: 80px !important;
}
.catalog__pagination {
  margin-bottom: 250px;
  text-align: center;
  margin-top: 20px;
}
.catalog__pagination ul {
  list-style: none;
  padding: 0;
}
.catalog__pagination ul li {
  display: inline-block;
}
.catalog__pagination ul li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none;
  padding: 10px 0 0 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  margin: 0 5px;
  font-size: 20px;
  box-sizing: border-box;
}
.catalog__pagination ul li a:hover {
  background: #dad4d0;
}
.catalog__pagination ul .first a {
  background: url("../images/template/news-left.png") no-repeat;
}
.catalog__pagination ul .last a {
  background: url("../images/template/news-right.png") no-repeat;
}
.catalog__items-tabs {
  float: right;
}
.catalog__items-title {
  float: left;
  text-transform: uppercase;
  font: 38px 'Trajan Pro';
  color: #24211e;
  line-height: 60px;
}

@font-face {
  font-family: 'Georgia';
  src: url("../fonts/Georgia-Italic.eot");
  src: url("../fonts/Georgia-Italic.eot?#iefix") format('embedded-opentype'), url("../fonts/Georgia-Italic.woff2") format('woff2'), url("../fonts/Georgia-Italic.woff") format('woff'), url("../fonts/Georgia-Italic.ttf") format('truetype'), url("../fonts/Georgia-Italic.svg#Georgia-Italic") format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Semibold.woff2") format('woff2'), url("../fonts/ProximaNova-Semibold.woff") format('woff'), url("../fonts/ProximaNova-Semibold.ttf") format('truetype'), url("../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold") format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/ProximaNova-Regular.woff2") format('woff2'), url("../fonts/ProximaNova-Regular.woff") format('woff'), url("../fonts/ProximaNova-Regular.ttf") format('truetype'), url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Trajan Pro';
  src: url("../fonts/TrajanPro3-Regular.eot");
  src: url("../fonts/TrajanPro3-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/TrajanPro3-Regular.woff2") format('woff2'), url("../fonts/TrajanPro3-Regular.woff") format('woff'), url("../fonts/TrajanPro3-Regular.ttf") format('truetype'), url("../fonts/TrajanPro3-Regular.svg#TrajanPro3-Regular") format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
html {
  min-width: 980px;
  font-family: 'Proxima Nova';
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 1500px) {
  body,
  html {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1150px) {
  body,
  html {
    font-size: 14px;
    line-height: 18px;
  }
}
a,
p,
ul,
li {
  color: #1e1e1e;
}
a:hover {
  text-decoration: none;
}
.slick-slide {
  outline: none;
}
.g-clear {
  clear: both;
}
.body__wrapper {
  background-image: url("../images/template/body__bg-top.jpg"), url("../images/template/body__bg-bottom.jpg"), url("../images/template/body__bg.jpg");
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-position: top, bottom, center;
  background-size: contain;
  width: 100%;
  min-width: 980px;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow-x: hidden;
}
@media (max-width: 1500px) {
	.body__wrapper {
		padding-top: 5px;
	}
}
.body__white-border {
  min-width: 980px;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.body__white-border .body__white-border-left,
.body__white-border .body__white-border-right,
.body__white-border .body__white-border-bottom,
.body__white-border .body__white-border-top {
  background: rgba(255,255,255,0.5);
  position: absolute;
}
.body__white-border .body__white-border-left {
  width: 8px;
  margin-top: 160px;
  height: calc(100% - 228px);
  left: 60px;
}
@media (max-width: 1500px) {
  .body__white-border .body__white-border-left {
    width: 6px;
    margin-top: 90px;
    height: calc(100% - 126px);
    left: 30px;
  }
}
.body__white-border .body__white-border-right {
  width: 8px;
  margin-top: 100px;
  height: calc(100% - 168px);
  right: 60px;
}
@media (max-width: 1500px) {
  .body__white-border .body__white-border-right {
    width: 6px;
    margin-top: 65px;
    height: calc(100% - 101px);
    right: 30px;
  }
}
.body__white-border .body__white-border-bottom {
  height: 8px;
  width: calc(100% - 120px);
  left: 60px;
  bottom: 60px;
}
@media (max-width: 1500px) {
  .body__white-border .body__white-border-bottom {
    width: calc(100% - 60px);
    left: 30px;
    bottom: 30px;
    height: 6px;
  }
}
.body__white-border .body__white-border-top {
  height: 8px;
  width: 50%;
  right: 250px;
  top: 65px;
}
@media (max-width: 1500px) {
  .body__white-border .body__white-border-top {
    height: 6px;
    top: 30px;
    right: 220px;
  }
}
@media (max-width: 1150px) {
  .body__white-border .body__white-border-top {
    right: 70px;
  }
}
.g-breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.g-breadcrumbs ul li {
  padding: 0 5px;
  font-size: 0.8em;
  display: inline-block;
  color: #ad9d91;
}
.g-breadcrumbs ul li a {
  text-decoration: none;
  color: #ad9d91;
}
.cart__social-buttons {
  margin-top: 40px;
}

.cart__social-buttons--row > * {
	display: inline-block !important;
}
.g-social__instagram {
  background: url("../images/template/inst.png");
}
.g-social__vkontakte {
  background: url("../images/template/vk.png");
}
.g-social__facebook {
  background: url("../images/template/fb.png");
}
.g-social__instagram,
.g-social__facebook,
.g-social__vkontakte {
  height: 39px;
  width: 39px;
  display: inline-block;
}
.g-social__instagram:hover,
.g-social__facebook:hover,
.g-social__vkontakte:hover {
  opacity: 0.5;
}
.copyright {
  position: absolute;
  bottom: 200px;
  right: 0;
  width: 22%;
  box-sizing: border-box;
  padding-right: 100px;
}
@media (max-width: 1100px) {
  .copyright {
    bottom: 150px;
    width: 23%;
    padding-right: 40px;
  }
}
.copyright p {
  color: #77665b;
  margin: 0 0 2px 0;
}
.copyright p:nth-child(1) {
  margin-bottom: 10px;
}
.popup-form {
  background: #fff;
  padding: 40px;
  width: 800px;
}
.popup-form input,
.popup-form textarea {
  margin: 5px 0;
  width: 100%;
  border: none;
  font-style: italic;
  font-size: 24;
  font-family: 'Georgia', serif;
  padding: 15px 10px;
  background: #ebe5e1;
  color: #77665b;
  border-radius: 30px;
  text-align: center;
}
.popup-form #address {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.popup-form .error {
  border: 2px solid #f00;
}
.popup-form .main__info-block-contacts__button {
  background: #fff;
  cursor: pointer;
}
.popup-form__title {
  text-transform: uppercase;
  font: 40px 'Trajan Pro';
  color: #24211e;
  text-align: center;
  margin-bottom: 20px;
}
.popup-form__send {
  text-align: center;
  margin-top: 20px;
}
.popup-form__close {
  display: block;
  position: absolute;
  right: 0;
  height: 39px;
  width: 39px;
  border: none;
  background: url("../images/template/popup-close.png");
  top: -60px;
  position: absolute;
}
.popup-form__close:hover {
  opacity: 0.5;
  cursor: pointer;
}

.header {
  width: 100%;
  padding: 50px 60px 0 60px;
  box-sizing: border-box;
  z-index: 20;
  position: absolute;
}
@media (max-width: 1500px) {
  .header {
    padding: 20px 30px 0 30px;
  }
}
@media (max-width: 1150px) {
  .header {
    padding-right: 20px;
  }
}
.header__menu {
  position: relative;
  float: left;
  background: url("../images/template/body__bg-top.jpg") center top;
  margin-top: 5px;
}
.header__menu ul {
  list-style: none;
  padding: 0 10px 0 0;
  margin: 0;
}
.header__menu ul li {
  display: inline-block;
  white-space: nowrap;
  margin: 0 18px;
}
@media (max-width: 1300px) {
  .header__menu ul li {
    margin: 0 5px;
  }
}
.header__menu ul li a {
  display: block;
  font: 600 16px 'Proxima Nova';
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  .header__menu ul li a {
    font-size: 14px;
  }
}
.header__menu ul li a:hover {
  color: rgba(30,30,30,0.4);
}
.header__logo {
  float: left;
  background-image: url("../images/template/header__logo-big.png");
  background-repeat: no-repeat;
  background-position: left top;
  height: 89px;
  width: 344px;
  padding-right: 50px;
}
@media (max-width: 1650px) {
  .header__logo {
    padding-right: 0;
    background-size: 90%, auto;
  }
}
@media (max-width: 1500px) {
  .header__logo {
    font-size: 10px;
    height: 60px;
    width: 220px;
  }
}
.header__cart {
  display: table-cell;
  height: 50px;
  padding: 0 0 0 25px;
  float: right;
  position: relative;
  transition: 0.3s;
}
.header__cart:hover {
  transition: 0.3s;
  opacity: 0.3;
}
.header-cart__icon {
  background: url("../images/template/header__cart.png") no-repeat;
  height: 38px;
  width: 39px;
  float: left;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 1150px) {
  .header-cart__icon {
    height: 30px;
    width: 31px;
    margin: 0;
    background-size: contain;
  }
}
.header__cart-lable {
  position: absolute;
  right: -5px;
  background: #a6c710;
  border-radius: 50%;
  color: #fff;
  padding: 1px 3px 0 4px;
  min-width: 10px;
  text-align: center;
  font: 600 12px 'Proxima Nova';
}
.header__cart-sum {
  float: left;
}
@media (max-width: 1150px) {
  .header__cart-sum {
    display: none;
  }
}
.header__cart-sum-text {
  font: italic 14px serif;
  color: #77665b;
}
.header__cart-sum-total {
  font: 600 18px 'Proxima Nova';
  display: block;
}

.inner-page__content-wrapper {
  position: relative;
}
.inner-page__breadcrumbs {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
  z-index: 100;
}
@media (max-width: 1500px) {
  .inner-page__breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.inner-page__content {
  min-height: 1500px;
  z-index: 5;
  position: relative;
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 80px 80px 40px 80px;
  margin: 160px 0 150px 25%;
}
@media (max-width: 1500px) {
  .inner-page__content {
    margin: 90px auto 150px auto;
  }
}
@media (max-width: 1150px) {
  .inner-page__content {
    padding: 60px 40px 30px 40px;
  }
}
.inner-page__content img {
  max-width: 100%;
}
.inner-page__content h1 {
  font-size: 40px;
  font-family: 'Trajan Pro';
  color: #24211e;
  padding: 0;
  margin: 0 0 50px 0;
  line-height: 45px;
}
@media (max-width: 1400px) {
  .inner-page__content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
.inner-page__content h2 {
  font-size: 24px;
  font-family: 'Georgia';
  font-style: italic;
  padding: 0;
  margin: 40px 0 30px 0;
}
@media (max-width: 1400px) {
  .inner-page__content h2 {
    font-size: 20px;
  }
}
.inner-page__content p,
.inner-page__content ul,
.inner-page__content li,
.inner-page__content a,
.inner-page__content h2,
.inner-page__content h3,
.inner-page__content h4,
.inner-page__content h5,
.inner-page__content h6 {
  color: #77665b;
}
.inner-page__content ul {
  line-height: 40px;
  padding: 0 25px;
}
@media (max-width: 1500px) {
  .inner-page__content ul {
    line-height: 25px;
  }
}
@media (max-width: 1150px) {
  .inner-page__content ul {
    line-height: 20px;
  }
}
.inner-page__content blockquote {
  margin: 50px -80px;
  padding: 20px 140px 0 160px;
  color: #b9b0a9;
  font-style: italic;
  font-family: 'Georgia';
  background: url("../images/template/blockquote.png") left 30px top no-repeat;
}
@media (max-width: 1150px) {
  .inner-page__content blockquote {
    background: url("../images/template/blockquote.png") left 60px top no-repeat;
    padding: 10px 100px 0 120px;
    background-size: 40px;
  }
}
.inner-page__images {
  position: absolute;
  width: 100%;
  z-index: 3;
  margin: 160px 0 0 0;
}
@media (max-width: 1500px) {
  .inner-page__images {
    margin: 90px 0 0 0;
  }
}
.inner-page__images .inner-page__images-wrap {
  width: 100%;
}
.inner-page__images .inner-page__images-wrap:nth-child(even) {
  text-align: right;
}
.inner-page__images .inner-page__images-1,
.inner-page__images .inner-page__images-2,
.inner-page__images .inner-page__images-3 {
  display: inline-block;
  width: 25%;
}
.inner-page__images .inner-page__images-1 img,
.inner-page__images .inner-page__images-2 img,
.inner-page__images .inner-page__images-3 img {
  width: 100%;
}
.inner-bg-1 {
  background: url("../images/template/inner-bg-1.png") left no-repeat;
  background-size: contain;
  height: 857px;
  width: 812px;
  position: absolute;
  top: 300px;
  left: 10%;
  z-index: 2;
}
@media (max-width: 1500px) {
  .inner-bg-1 {
    width: 500px;
    top: 100px;
  }
}
@media (max-width: 1100px) {
  .inner-bg-1 {
    width: 400px;
    top: 0px;
  }
}
.inner-bg-2 {
  background: url("../images/template/inner-bg-2.png") right top no-repeat;
  background-size: contain;
  height: 741px;
  width: 840px;
  position: absolute;
  top: 150px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  .inner-bg-2 {
    top: 50px;
    width: 500px;
  }
}
@media (max-width: 1100px) {
  .inner-bg-2 {
    width: 400px;
  }
}
.inner-bg-3 {
  background: url("../images/template/inner-bg-3.png") right bottom no-repeat;
  background-size: contain;
  height: 709px;
  width: 500px;
  position: absolute;
  bottom: 200px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  .inner-bg-3 {
    width: 25%;
  }
}
.inner-bg-4 {
  background: url("../images/template/inner-bg-4.png") right bottom no-repeat;
  background-size: contain;
  height: 547px;
  width: 752px;
  position: absolute;
  bottom: -140px;
  left: 30%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .inner-bg-4 {
    width: 500px;
  }
}

.item__first-block {
  position: relative;
  margin: 160px 0 0 0;
}
@media (max-width: 1500px) {
  .item__first-block {
    margin: 90px 0 0 0;
  }
}
.item__first-block-gallery {
  width: 50%;
  float: left;
  position: relative;
}
.item__first-block-gallery img {
  width: 100%;
  display: block;
}
.item__first-block-price-block {
  width: 25%;
  float: left;
  left: 50%;
  position: absolute;
  height: 100%;
}
.item__first-block-price {
  background: #fff;
  height: 50%;
  padding: 30px 30px 0 60px;
  box-sizing: border-box;
}
@media (max-width: 1700px) {
  .item__first-block-price {
    padding: 30px 30px 0 40px;
  }
}
@media (max-width: 1500px) {
  .item__first-block-price {
    padding: 20px 10px 0 30px;
  }
}
.item__first-block-price-img {
  height: 50%;
  overflow: hidden;
}
.item__first-block-price-img img {
  display: block;
  width: 100%;
}
.item__first-block-name {
  width: 25%;
  float: left;
  position: absolute;
  right: 0;
  padding: 0 70px 0 60px;
  box-sizing: border-box;
  z-index: 2;
}
@media (max-width: 1500px) {
  .item__first-block-name {
    padding: 0 40px 0 40px;
  }
}
.item__first-block-name__pagetitle {
  font: 40px 'Trajan Pro';
  color: #24211e;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
  margin-top: 40px;
}
@media (max-width: 1800px) {
  .item__first-block-name__pagetitle {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1500px) {
  .item__first-block-name__pagetitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.item__first-block-name__article {
  color: #ad9d91;
  margin-top: 20px;
}
.item__first-block-name__text {
  color: #77665b;
  font-family: 'Georgia', serif;
  font-style: italic;
  font-size: 24px;
  line-height: 28px;
  margin: 30px 0 20px 0;
}
.item__first-block-name__usl a {
  display: inline-block;
  border-color: #c3b8b0;
  color: #ad9d91;
}
.item__first-block-name__usl a:hover {
  background-color: #c3b8b0;
}
.item__first-block-name__social-buttons a {
  display: inline-block;
}
.item__with {
  position: relative;
}
.item__with__block {
  width: 75%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  padding: 50px;
  z-index: 100;
  position: relative;
}
.item__with__title {
  text-transform: uppercase;
  font: 38px 'Trajan Pro';
  color: #24211e;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0 0 50px 0;
}
.item__otzivy {
  position: relative;
}
.item__otzivy-block {
  width: 50%;
  float: left;
  background: url("../images/template/main__about-us-bg.png") no-repeat;
  background-size: cover;
  z-index: 100;
  position: relative;
}
.item__otzivy-block .main__otzivy-item {
  width: 50%;
  background-image: none;
}
.item__otzivy-block .main__otzivy-item:nth-child(2n - 1) {
  background-color: rgba(130,130,130,0.1);
}
.item__first-block-price__add-to-cart {
  margin-top: 50px;
}
@media (max-width: 1800px) {
  .item__first-block-price__add-to-cart {
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .item__first-block-price__add-to-cart {
    margin-top: 10px;
  }
}
.item__add-to-cart-button {
  display: inline-block;
  color: #839e0a;
  border: 2px solid #a6c710;
  background: url("../images/template/cart-b.png") 20px center no-repeat;
  background-size: 30px;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px 18px 70px;
  font-size: 20px;
}
@media (max-width: 1800px) {
  .item__add-to-cart-button {
    font-size: 14px;
    padding: 8px 14px 8px 45px;
    background-size: 20px;
    background-position: 15px center;
  }
}
.item__add-to-cart-button:hover {
  background-image: url("../images/template/cart-b-hover.png");
  background-color: #a6c710;
  color: #fff;
  cursor: pointer;
}
.item__first-block-price__but-now {
  margin-top: 10px;
  margin-left: 100px;
}
@media (max-width: 1500px) {
  .item__first-block-price__but-now {
    margin-left: 0px;
  }
}
.item__first-block-price__but-now a {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  border-color: #c3b8b0;
  color: #ad9d91;
  font-size: 16px;
}
@media (max-width: 1800px) {
  .item__first-block-price__but-now a {
    font-size: 14px;
    padding: 4px 14px 4px 14px;
    background-size: 20px;
  }
}
.item__first-block-price__but-now a:hover {
  background-color: #c3b8b0;
}
.item__first-block-price__price {
  font-size: 36px;
}
@media (max-width: 1800px) {
  .item__first-block-price__price {
    font-size: 30px;
  }
}
@media (max-width: 1500px) {
  .item__first-block-price__price {
    font-size: 20px;
  }
}
.item__first-block-price__old-price {
  margin-top: 20px;
  text-decoration: line-through;
  color: #ad9d91;
}
@media (max-width: 1500px) {
  .item__first-block-price__old-price {
    margin-top: 10px;
  }
}
.item__first-block-price__galley-pagination {
  margin-top: 30px;
}
@media (max-width: 1800px) {
  .item__first-block-price__galley-pagination {
    margin-top: 10px;
  }
}
.item__first-block-price__galley-pagination .pagination__right,
.item__first-block-price__galley-pagination .pagination__left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.item__first-block-price__galley-pagination .pagination__left {
  margin-left: 5px;
}
.item__info-block {
  position: relative;
}
.item__info-block-wrapper {
  background: url("../images/template/item_info-bg.png") no-repeat;
  background-size: cover;
  width: 75%;
  float: right;
  z-index: 100;
  position: relative;
  padding: 80px 0 150px 120px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .item__info-block-wrapper {
    padding: 80px 30px 80px 60px;
  }
}
@media (max-width: 1100px) {
  .item__info-block-wrapper {
    padding: 40px 30px 40px 60px;
  }
}
.item__info-block-1 {
  width: 50%;
  float: left;
}
.item__info-block-1 p {
  color: #c8b8ac;
}
.item__info-block-1 blockquote {
  color: #fff;
  font-family: 'Georgia', serif;
  font-style: italic;
  background: url("../images/template/blockquote.png") top left no-repeat;
  margin: 0;
  padding-left: 90px;
  background-size: 60px;
  padding-top: 10px;
}
.item__info-block-2 {
  float: left;
  width: 40%;
  padding-left: 60px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .item__info-block-2 {
    padding-left: 30px;
  }
}
.item__info-block-2 ul {
  list-style: none;
  width: 100%;
  display: block;
}
.item__info-block-2 ul li {
  width: 100%;
  color: #c8b8ac;
  margin-bottom: 10px;
  display: block;
}
.item__info-block-2 ul li span:nth-child(1) {
  width: 45%;
  display: inline-block;
}
.item__info-block-2 ul li span:nth-child(2) {
  width: 45%;
  background: #665b53;
  padding: 10px 20px 10px 30px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 100px;
  display: inline-block;
}
.item__info-block__title {
  font: 40px 'Trajan Pro';
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1500px) {
  .item__info-block__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1100px) {
  .item__info-block__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.item__info-block-1__add-to-cart {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  background: url("../images/template/cart-b-hover.png") 20px center no-repeat;
  background-size: 30px;
  text-decoration: none;
  border-radius: 50px;
  margin: 10px;
  padding: 15px 30px 15px 70px;
  font-size: 20px;
}
@media (max-width: 1800px) {
  .item__info-block-1__add-to-cart {
    font-size: 14px;
    padding: 8px 14px 8px 45px;
    background-size: 20px;
    background-position: 15px center;
  }
}
.item__info-block-1__add-to-cart:hover {
  background-image: url("../images/template/cart-black.png");
  background-color: #fff;
  cursor: pointer;
  color: #24211e;
}
.item__info-block-1__question {
  display: inline-block;
  margin: 10px;
  color: #fff;
  border: 2px solid #fff;
  background: url("../images/template/quest-hover.png") 20px center no-repeat;
  background-size: 30px;
  text-decoration: none;
  border-radius: 50px;
  padding: 15px 30px 15px 70px;
  font-size: 20px;
}
@media (max-width: 1800px) {
  .item__info-block-1__question {
    font-size: 14px;
    padding: 8px 14px 8px 45px;
    background-size: 20px;
    background-position: 15px center;
  }
}
.item__info-block-1__question:hover {
  background-image: url("../images/template/quest.png");
  background-color: #fff;
  color: #24211e;
}
.item__otzivy-pagination {
  float: left;
  position: relative;
  padding: 40px 0 0 60px;
  box-sizing: border-box;
  width: 25%;
  z-index: 2;
}
@media (max-width: 1500px) {
  .item__otzivy-pagination {
    padding: 20px 0 0 30px;
  }
}
.item__otzivy-pagination__button {
  margin-top: 100px;
  width: auto;
  display: inline-block;
}
@media (max-width: 1800px) {
  .item__otzivy-pagination__button {
    margin-top: 40px;
  }
}
@media (max-width: 1500px) {
  .item__otzivy-pagination__button {
    margin-top: 10px;
  }
}
.item__otzivy-pagination__title {
  font: 40px 'Trajan Pro';
  color: #24211e;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
}
@media (max-width: 1500px) {
  .item__otzivy-pagination__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1100px) {
  .item__otzivy-pagination__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.item__first-block-price__add-to-cart_counter-result {
  height: 60px;
  width: 60px;
  border: none;
  text-align: center;
  background: #ebe8e4;
  border-radius: 50%;
  color: #77665b;
  z-index: 50;
  position: relative;
}
@media (max-width: 1500px) {
  .item__first-block-price__add-to-cart_counter-result {
    height: 45px;
    width: 45px;
  }
}
.item__first-block-price__add-to-cart_counter-minus {
  border: none;
  width: 25px;
  height: 25px;
  padding: 0 0 1px 1px;
  line-height: 0;
  border-radius: 50%;
  margin-right: -20px;
  z-index: 100;
  position: relative;
  color: #a7c712;
  background: #fff;
  box-shadow: 0px 3px 6px 0px #d6d3cf;
}
@media (max-width: 1500px) {
  .item__first-block-price__add-to-cart_counter-minus {
    height: 20px;
    width: 20px;
  }
}
.item__first-block-price__add-to-cart_counter-minus:hover {
  box-shadow: 0px 3px 6px 0px #8c8c8c;
  cursor: pointer;
}
.item__first-block-price__add-to-cart_counter {
  display: inline-block;
  margin-right: 10px;
}
.item__first-block-price__add-to-cart_counter-plus {
  border: none;
  width: 25px;
  height: 25px;
  padding: 0 0 1px 1px;
  line-height: 0;
  border-radius: 50%;
  margin-left: -20px;
  z-index: 100;
  position: relative;
  color: #a7c712;
  background: #fff;
  box-shadow: 0px 3px 6px 0px #d6d3cf;
}
@media (max-width: 1500px) {
  .item__first-block-price__add-to-cart_counter-plus {
    height: 20px;
    width: 20px;
  }
}
.item__first-block-price__add-to-cart_counter-plus:hover {
  cursor: pointer;
  box-shadow: 0px 3px 6px 0px #8c8c8c;
}
.item__first-block-price__galley-pagination-text {
  vertical-align: middle;
  display: inline-block;
  color: #ad9d91;
}
@media (min-width: 1800px) {
  .item__first-block-price__galley-pagination-text {
    padding-left: 20px;
  }
}
.item__bg-1 {
  background: url("../images/template/item__bg-1.png") top right no-repeat;
  width: 165px;
  height: 265px;
  position: absolute;
  left: 75%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1300px) {
  .item__bg-1 {
    height: 100px;
  }
}
.item__bg-2 {
  background: url("../images/template/item__bg-2.png") top right no-repeat;
  width: 100px;
  height: 265px;
  position: absolute;
  left: 75%;
  top: 35%;
  z-index: -1;
}
@media (max-width: 1300px) {
  .item__bg-2 {
    width: 90px;
  }
}
.item__bg-3 {
  background: url("../images/template/item__bg-3.png") top left no-repeat;
  width: 226px;
  height: 360px;
  position: absolute;
  right: 0;
  bottom: 5%;
  z-index: 1;
}
@media (max-width: 1500px) {
  .item__bg-3 {
    width: 200px;
  }
}
@media (max-width: 1300px) {
  .item__bg-3 {
    width: 80px;
  }
}
.item__bg-4 {
  background: url("../images/template/main__items-block__bg2.png") bottom right no-repeat;
  width: 25%;
  height: 260px;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
.item__bg-5 {
  background: url("../images/template/item__bg-5.png") top right no-repeat;
  background-size: contain;
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.item__bg-6 {
  background: url("../images/template/item__bg-6.png") bottom right no-repeat;
  background-size: 200px;
  width: 25%;
  height: 80%;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
}
.item__bg-7 {
  background: url("../images/template/item__bg-7.png") bottom left no-repeat;
  background-size: contain;
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.item__bg-8 {
  background: url("../images/template/item__bg-8.png") top left no-repeat;
  background-size: contain;
  width: 127px;
  height: 256px;
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 1;
}
@media (max-width: 1500px) {
  .item__bg-8 {
    width: 80px;
    height: 200px;
    top: 60px;
  }
}
@media (max-width: 1100px) {
  .item__bg-8 {
    width: 80px;
    top: 150px;
  }
}
.item__bg-9 {
  background: url("../images/template/item__bg-9.png") top left no-repeat;
  background-size: contain;
  width: 25%;
  height: 180px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.item__bg-10 {
  background: url("../images/template/item__bg-10.png") bottom right no-repeat;
  background-size: contain;
  width: 25%;
  height: 400px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.item__with__pagination {
  position: absolute;
  bottom: 250px;
  left: 80%;
}
.body__wrapper-item {
  padding-bottom: 150px;
}

.main__info-block {
  position: relative;
}
.main__info-block-text {
  background: url("../images/template/main__info-block-text-bg.png") no-repeat;
  background-size: cover;
  width: 50%;
  float: left;
  padding: 80px 0 50px 120px;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .main__info-block-text {
    padding: 80px 30px 30px 60px;
  }
}
@media (max-width: 1100px) {
  .main__info-block-text {
    padding: 40px 30px 30px 60px;
  }
}
.main__info-block-text__title {
  font: 40px 'Trajan Pro';
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 1800px) {
  .main__info-block-text__title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1500px) {
  .main__info-block-text__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.main__info-block-text__text {
  width: 50%;
  float: left;
}
.main__info-block-text__text p {
  color: #c8b8ac;
}
.main__info-block-text__text a {
  color: #fff;
}
.main__info-block-text__menu {
  width: 50%;
  float: left;
  padding: 0 0 0 70px;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .main__info-block-text__menu {
    padding-left: 25px;
  }
}
.main__info-block-text__menu li {
  display: block;
}
.main__info-block-text__menu li a {
  color: #fff;
  background: #665b53;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  .main__info-block-text__menu li a {
    padding: 4px 10px;
  }
}
.main__info-block-text__menu li a:hover {
  background: #7b6e64;
}
.main__info-block-contacts {
  float: right;
  padding-right: 160px;
  margin-top: 100px;
}
@media (max-width: 1800px) {
  .main__info-block-contacts {
    padding-right: 100px;
    margin-top: 50px;
  }
}
@media (max-width: 1500px) {
  .main__info-block-contacts {
    padding-right: 50px;
  }
}
.main__info-block-contacts__text {
  font: italic 24px serif;
  color: #77665b;
  display: block;
}
@media (max-width: 1500px) {
  .main__info-block-contacts__text {
    font-size: 14px;
  }
}
.main__info-block-contacts__phone {
  display: block;
  font-size: 40px;
  margin: 60px 0 40px 0;
}
@media (max-width: 1500px) {
  .main__info-block-contacts__phone {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.main__info-block-contacts__button {
  color: #839e0a;
  border: 2px solid #a6c710;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .main__info-block-contacts__button {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.main__info-block-contacts__button:hover {
  background: #a6c710;
  color: #fff;
}
.main__info-block-bg-images {
  height: 100%;
  position: absolute;
  float: left;
  left: 50%;
  width: 25%;
}
.main__info-block-bg-images-1,
.main__info-block-bg-images-2 {
  height: 50%;
}
.main__info-block-bg-images-1 div,
.main__info-block-bg-images-2 div {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.rotate-slider.slick-slider img {
  height: 100%;
}
.rotate-slider.slick-slider .slick-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(180deg);
          transform: perspective(800px) rotateY(180deg);
  transition: all 0.5s ease-in-out 0s;
}
.rotate-slider.slick-slider .slick-active {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: perspective(800px) rotateY(0deg);
          transform: perspective(800px) rotateY(0deg);
}
.main__info-block-bg {
  background: url("../images/template/main__info-block-bg.png") top right;
  width: 500px;
  height: 600px;
  position: absolute;
  right: 150px;
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 1500px) {
  .main__info-block-bg {
    right: 0px;
  }
}
/* MAIN__ITEMS */
.main__items {
  position: relative;
}
.main__items-block {
  background: #fff;
  width: 75%;
  float: right;
  box-sizing: border-box;
  padding: 55px 95px;
  z-index: 10;
  position: relative;
}
@media (max-width: 1500px) {
  .main__items-block {
    padding: 35px 70px;
  }
}
@media (max-width: 1100px) {
  .main__items-block {
    padding: 25px 50px;
  }
}
.main__items-items-block {
  margin: 0 -10px;
}
@media (max-width: 1500px) {
  .main__items-items-block {
    margin: 0 -10px;
  }
}
@media (max-width: 1100px) {
  .main__items-items-block {
    margin: 0 -5px;
  }
}
.main__items-block__bg1 {
  background: url("../images/template/main__items-block__bg1.png") no-repeat;
  background-size: contain;
  height: 526px;
  width: 252px;
  position: absolute;
  z-index: 0;
  top: 160px;
}
@media (max-width: 1500px) {
  .main__items-block__bg1 {
    left: -100px;
    top: 100px;
  }
}
@media (max-width: 1100px) {
  .main__items-block__bg1 {
    width: 170px;
    left: -60px;
  }
}
.main__items-block__bg2 {
  background: url("../images/template/main__items-block__bg2.png") no-repeat;
  background-size: contain;
  width: 719px;
  height: 620px;
  position: absolute;
  left: 100px;
  top: -200px;
  z-index: -2;
}
@media (max-width: 1500px) {
  .main__items-block__bg2 {
    top: -150px;
    width: 600px;
  }
}
@media (max-width: 1100px) {
  .main__items-block__bg2 {
    width: 400px;
    top: -100px;
    left: 0px;
  }
}
.main__items-tabs {
  list-style: none;
  margin: 0 0 35px 0;
  padding: 0;
  border: none;
}
.main__items-tabs input {
  display: none;
}
.main__items-tabs input[type="radio"]:checked+label {
  background: #f1eeec;
  box-shadow: inset 0px 3px 6px 0px #d6d3cf;
}
.main__items-tabs li,
.main__items-tabs label,
.main__items-tabs a {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  margin-right: 10px;
  font-weight: 600;
  box-shadow: 0px 3px 6px 0px #d6d3cf;
  text-decoration: none;
}
@media (max-width: 1100px) {
  .main__items-tabs li,
  .main__items-tabs label,
  .main__items-tabs a {
    padding: 10px 15px;
  }
}
.main__items-tabs li:hover,
.main__items-tabs label:hover,
.main__items-tabs a:hover {
  background: #f1eeec;
  cursor: pointer;
}
.main__items-tabs .active {
  background: #f1eeec;
  box-shadow: inset 0px 3px 6px 0px #d6d3cf;
}
.main__items-item {
  width: 24.5%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
  text-decoration: none;
}
@media (max-width: 1500px) {
  .main__items-item {
    padding: 0 10px;
  }
}
@media (max-width: 1100px) {
  .main__items-item {
    padding: 0 5px;
    margin-bottom: 15px;
  }
}
.main__items-item-block {
  border: 4px solid #f0f0f0;
  border-radius: 10px;
  position: relative;
  padding-bottom: 40px;
}
@media (max-width: 1100px) {
  .main__items-item-block {
    padding-bottom: 20px;
  }
}
.main__items-item-block:hover {
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-color: #a6c710;
}
.main__items-item-block:hover .main__items-item-cart {
  display: block;
}
.main__items-item-image {
  border-radius: 10px 10px 0 0;
  margin-top: 30px;
  width: 100%;
}
.main__items-item-image img {
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .main__items-item-image img {
    bottom: -30px;
  }
}
@media (max-width: 1100px) {
  .main__items-item-image img {
    bottom: -20px;
  }
}
.main__items-item-name {
  text-align: center;
  margin-top: 40px;
  font-weight: 100;
}
@media (max-width: 1500px) {
  .main__items-item-name {
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  .main__items-item-name {
    margin-top: 20px;
  }
}
.main__items-item-price {
  text-align: center;
  color: #77665b;
  margin-top: 20px;
}
@media (max-width: 1500px) {
  .main__items-item-price {
    margin-top: 10px;
  }
}
@media (max-width: 1100px) {
  .main__items-item-price {
    margin-top: 5px;
  }
}
.main__items-item-cart {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 100;
  right: 15px;
  border: none;
  top: 15px;
  box-shadow: 0px 3px 6px 0px #d6d3cf;
  border-radius: 50%;
  background: #fff url("../images/template/item__to-cart.png") no-repeat center;
}
@media (max-width: 1500px) {
  .main__items-item-cart {
    width: 40px;
    height: 40px;
    background-size: 20px;
  }
}
@media (max-width: 1100px) {
  .main__items-item-cart {
    background-size: 15px;
    width: 30px;
    height: 30px;
  }
}
.main__items-item-cart:hover {
  cursor: pointer;
  background-color: #f1eeec;
}
.main__items-pagination {
  font-family: 'Georgia';
  font-style: italic;
  position: absolute;
  bottom: 100px;
  left: 140px;
  z-index: 1;
}
@media (max-width: 1700px) {
  .main__items-pagination {
    left: 100px;
  }
}
@media (max-width: 1100px) {
  .main__items-pagination {
    bottom: 50px;
  }
}
.main__items-pagination span {
  opacity: 0.09;
  font-size: 160px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .main__items-pagination span {
    font-size: 120px;
  }
}
@media (max-width: 1100px) {
  .main__items-pagination span {
    font-size: 80px;
  }
}
.main__items-current {
  font-size: 320px !important;
}
@media (max-width: 1600px) {
  .main__items-current {
    font-size: 260px !important;
  }
}
@media (max-width: 1100px) {
  .main__items-current {
    font-size: 160px !important;
  }
}
.main__items-pagination-buttons {
  margin-top: 120px;
  margin-left: 50px;
}
@media (max-width: 1600px) {
  .main__items-pagination-buttons {
    margin-left: 20px;
    margin-top: 60px;
  }
}
@media (max-width: 1100px) {
  .main__items-pagination-buttons {
    margin-top: 40px;
  }
}
.pagination__left {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  height: 115px;
  width: 115px;
  background: url("../images/template/left.png") no-repeat center;
  border: 2px solid #a6c710;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .pagination__left {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1100px) {
  .pagination__left {
    height: 60px;
    width: 60px;
  }
}
.pagination__left:hover {
  cursor: pointer;
  background-image: url("../images/template/left-hover.png");
  background-color: #a6c710;
}
.pagination__right {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  height: 60px;
  width: 60px;
  background: url("../images/template/right.png") no-repeat center;
  border: 2px solid #a6c710;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .pagination__right {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1100px) {
  .pagination__right {
    height: 30px;
    width: 30px;
  }
}
.pagination__right:hover {
  cursor: pointer;
  background-image: url("../images/template/right-hover.png");
  background-color: #a6c710;
}
.pagination__bottom {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 10px auto 0 auto;
  height: 115px;
  width: 115px;
  background: url("../images/template/bottom.png") no-repeat center;
  border: 2px solid #a6c710;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .pagination__bottom {
    height: 80px;
    width: 80px;
  }
}
@media (max-width: 1100px) {
  .pagination__bottom {
    height: 60px;
    width: 60px;
  }
}
.pagination__bottom:hover {
  cursor: pointer;
  background-image: url("../images/template/bottom-hover.png");
  background-color: #a6c710;
}
.pagination__top {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 auto;
  height: 60px;
  width: 60px;
  background: url("../images/template/up.png") no-repeat center;
  border: 2px solid #a6c710;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .pagination__top {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1100px) {
  .pagination__top {
    height: 30px;
    width: 30px;
  }
}
.pagination__top:hover {
  cursor: pointer;
  background-image: url("../images/template/up-hover.png");
  background-color: #a6c710;
}
.main__otzivy {
  position: relative;
}
.main__otzivy-title {
  float: left;
  width: 25%;
  text-align: right;
  font: 40px 'Trajan Pro';
  padding: 65px 40px 0 0;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .main__otzivy-title {
    font-size: 28px;
    padding-top: 20px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-title {
    font-size: 20px;
  }
}
.main__otzivy-title:before {
  content: '';
  vertical-align: middle;
  margin-right: 30px;
  display: inline-block;
  width: 60px;
  background: #000;
  height: 2px;
}
@media (max-width: 1500px) {
  .main__otzivy-title:before {
    width: 40px;
    margin-right: 20px;
  }
}
.main__otzivy-block {
  width: 75%;
  float: right;
  overflow: hidden;
  position: relative;
}
.main__otzivy-image-block {
  width: 65%;
  float: left;
}
.main__otzivy-image-block .slick-slide {
  line-height: 0;
}
.main__otzivy-image-block img {
  width: 100%;
  display: inline-block;
}
.main__otzivy-item-block {
  width: 35%;
  height: 100%;
  float: left;
}
.main__otzivy-item-block .main__otzivy-item-block-slides .slick-list {
  overflow: visible;
}
.main__otzivy-item-block .main__otzivy-item-block-slides .slick-list a {
  text-decoration: none;
}
.main__otzivy-item-block .main__otzivy-item-block-slides .slick-list a:hover {
  opacity: 0.9 !important;
}
.main__otzivy-item {
  background: url("../images/template/otzivy-item__bg.png") no-repeat;
  background-size: cover;
  padding: 55px 70px 55px 110px;
  box-sizing: border-box;
}
@media (max-width: 1600px) {
  .main__otzivy-item {
    padding: 25px 25px 30px 60px;
  }
}
.main__otzivy-item-photo {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .main__otzivy-item-photo {
    width: 60px;
    height: 60px;
  }
}
.main__otzivy-item-name {
  margin-top: 20px;
  color: #fff;
  display: block;
}
@media (max-width: 1500px) {
  .main__otzivy-item-name {
    margin-top: 5px;
  }
}
.main__otzivy-item-text {
  color: #c8b8ac;
  display: block;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .main__otzivy-item-text {
    margin-top: 15px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-item-text {
    font-size: 12px;
  }
}
.main__otzivy-item-date {
  color: #fff;
  display: block;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .main__otzivy-item-date {
    margin-top: 10px;
  }
}
.main__otzivy-item-text-2 {
  padding: 0 70px 0 110px;
  font: 24px 'Georgia';
  font-style: italic;
  line-height: 30px;
  position: absolute;
  margin-top: 100px;
  margin-bottom: 40px;
  color: #77665b;
}
@media (max-width: 1900px) {
  .main__otzivy-item-text-2 {
    font: 16px 'Georgia';
    font-style: italic;
    padding: 0 40px 0 20px;
    margin-top: 30px;
    width: 60%;
  }
}
.main__otzivy-item-text-2-line {
  height: 40px;
  width: 2px;
  margin-bottom: 100px;
  background: #000;
}
@media (max-width: 1800px) {
  .main__otzivy-item-text-2-line {
    margin-bottom: 20px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-item-text-2-line {
    display: none;
  }
}
.main__otzivy-bg-1 {
  background: url("../images/template/otzivy-bg1.png") no-repeat;
  background-size: contain;
  height: 607px;
  width: 752px;
  left: 160px;
  top: 160px;
  position: absolute;
  z-index: -2;
}
@media (max-width: 1500px) {
  .main__otzivy-bg-1 {
    left: 80px;
    top: 60px;
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-bg-1 {
    left: 80px;
    top: 60px;
    height: 440px;
    width: 380px;
  }
}
.main__otzivy-bg-2 {
  background: url("../images/template/otzivy-bg-2.png") bottom right no-repeat;
  width: 219px;
  height: 288px;
  position: absolute;
  right: 65%;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 1500px) {
  .main__otzivy-bg-2 {
    background-size: contain;
    height: 180px;
  }
}
.main__otzivy-bg-3 {
  background: url("../images/template/otzivy-bg-3.png") bottom right no-repeat;
  width: 214px;
  height: 332px;
  position: absolute;
  left: -45px;
  bottom: -140px;
  z-index: -2;
}
.main__otzivy-images-pagination {
  text-align: right;
  position: relative;
  z-index: 100;
}
.main__otzivy-images-pagination-buttons {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .main__otzivy-images-pagination-buttons {
    margin-top: 15px;
    margin-right: 15px;
  }
}
.main__otzivy-images-pagination-numbers {
  font-family: 'Georgia';
  font-style: italic;
  position: absolute;
  top: 100px;
  right: 80px;
  z-index: 20;
}
@media (max-width: 1500px) {
  .main__otzivy-images-pagination-numbers {
    top: 80px;
    right: 40px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-images-pagination-numbers {
    top: 50px;
    right: 40px;
  }
}
.main__otzivy-images-pagination-numbers span {
  opacity: 0.6;
  font-size: 160px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .main__otzivy-images-pagination-numbers span {
    font-size: 120px;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-images-pagination-numbers span {
    font-size: 80px;
  }
}
.main__otzivy-images-current {
  font-size: 320px !important;
}
@media (max-width: 1600px) {
  .main__otzivy-images-current {
    font-size: 260px !important;
  }
}
@media (max-width: 1100px) {
  .main__otzivy-images-current {
    font-size: 160px !important;
  }
}
.main__about-us {
  position: relative;
  overflow: hidden;
}
.main__about-us-block {
  padding: 80px 0 80px 5%;
  box-sizing: border-box;
  width: 75%;
  background: url("../images/template/main__about-us-bg.png") right no-repeat;
  background-size: cover;
}
@media (max-width: 1100px) {
  .main__about-us-block {
    padding: 50px 0 50px 5%;
  }
}
.main__about-us-block-title {
  font: 40px 'Trajan Pro';
  color: #fff;
}
@media (max-width: 1800px) {
  .main__about-us-block-title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1500px) {
  .main__about-us-block-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.main__about-us-text-1 {
  padding-right: 30px;
}
@media (max-width: 1700px) {
  .main__about-us-text-1 {
    padding-right: 30px;
  }
}
.main__about-us-text-2 {
  padding-left: 30px;
}
@media (max-width: 1700px) {
  .main__about-us-text-2 {
    padding-left: 0;
    padding-right: 30px;
  }
}
.main__about-us-text-1,
.main__about-us-text-2 {
  width: 35%;
  box-sizing: border-box;
  text-align: justify;
  float: left;
}
.main__about-us-text-1 p,
.main__about-us-text-2 p,
.main__about-us-text-1 a,
.main__about-us-text-2 a {
  color: #c8b8ac;
}
.main__about-us-bg-1 {
  background: url("../images/template/main__about-us-bg-1.png") no-repeat;
  background-size: contain;
  height: 477px;
  width: 366px;
  top: 0;
  left: 75%;
  position: absolute;
}
@media (max-width: 1100px) {
  .main__about-us-bg-1 {
    height: 300px;
  }
}
.main__about-us__menu {
  width: 30%;
  float: left;
  padding: 0 0 0 70px;
  list-style: none;
  box-sizing: border-box;
}
@media (max-width: 1500px) {
  .main__about-us__menu {
    padding-left: 15px;
  }
}
@media (max-width: 1100px) {
  .main__about-us__menu {
    padding-left: 0px;
  }
}
.main__about-us__menu li {
  display: block;
}
.main__about-us__menu li a {
  color: #fff;
  background: #665b53;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s;
}
@media (max-width: 1500px) {
  .main__about-us__menu li a {
    padding: 4px 10px;
  }
}
.main__about-us__menu li a:hover {
  background: #7b6e64;
}
.main__contacts {
  position: relative;
}
.main__contacts:after {
  display: block;
  content: '';
  background: url("../images/template/main__contacts-bg-2.png") no-repeat;
  background-size: contain;
  height: 637px;
  width: 617px;
  position: absolute;
  top: -100px;
  right: 140px;
  z-index: -2;
}
@media (max-width: 1500px) {
  .main__contacts:after {
    width: 500px;
    top: -50px;
    right: 60px;
  }
}
@media (max-width: 1100px) {
  .main__contacts:after {
    width: 400px;
    right: 50px;
  }
}
.main__contacts-bg-3 {
  content: '';
  background: url("../images/template/main__contacts-bg-3.png") right no-repeat;
  background-size: contain;
  height: 620px;
  width: 221px;
  position: absolute;
  bottom: 40px;
  right: 0px;
  z-index: -2;
}
@media (max-width: 1100px) {
  .main__contacts-bg-3 {
    height: 400px;
    top: 100px;
  }
}
.main__contacts__map {
  height: 720px;
  width: 50%;
  float: left;
  background: url("../images/template/main__contacts__map.jpg") center no-repeat;
  background-size: cover;
}
.main__contacts__map >ymaps {
  opacity: 0;
  transition: 0.9s;
}
.main__contacts__map:hover >ymaps {
  transition: 0.9s;
  opacity: 1;
}
.main__contacts__info {
  width: 25%;
  position: absolute;
  height: 100%;
  left: 50%;
}
.main__contacts__info:after {
  content: '';
  display: block;
  height: 200px;
  width: 261px;
  background: url("../images/template/main__contacts-bg-1.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .main__contacts__info:after {
    height: 200px;
  }
}
.main__contacts__info-text {
  background: #fff;
  padding: 40px 60px;
  box-sizing: border-box;
}
@media (max-width: 1100px) {
  .main__contacts__info-text {
    padding: 30px 15px 20px 30px;
  }
}
.main__contacts__info-text p {
  margin: 0;
  padding: 0;
}
.main__contacts__info-text-title {
  font: 35px 'Trajan Pro';
  color: #24211e;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1800px) {
  .main__contacts__info-text-title {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1500px) {
  .main__contacts__info-text-title {
    font-size: 20px;
    line-height: 28px;
  }
}
.main__contacts__info-text-address,
.main__contacts__info-text-phone-2,
.main__contacts__info-text-mail {
  color: #77665b;
}
.main__contacts__info-text-phone-1:before {
  content: '';
  height: 32px;
  width: 22px;
  background: url("../images/template/main__contacts__phone.png");
  display: block;
  margin: 20px 0 10px 0;
}
@media (max-width: 1100px) {
  .main__contacts__info-text-phone-1:before {
    margin: 10px 0 5px 0;
  }
}
.main__contacts__info-text-mail:before {
  content: '';
  height: 21px;
  width: 32px;
  background: url("../images/template/main__contacts__mail.png");
  display: block;
  margin: 20px 0 10px 0;
}
@media (max-width: 1100px) {
  .main__contacts__info-text-mail:before {
    margin: 10px 0 5px 0;
  }
}
.main__contacts__copyright {
  position: absolute;
  bottom: 80px;
  margin-left: 70px;
}
@media (max-width: 1500px) {
  .main__contacts__copyright {
    bottom: 60px;
    margin-left: 50px;
  }
}
@media (max-width: 1100px) {
  .main__contacts__copyright {
    bottom: 70px;
    margin-left: 50px;
  }
}
.main__contacts__copyright p {
  color: #77665b;
  margin: 0 0 2px 0;
}
.main__contacts__copyright p:nth-child(1) {
  margin-bottom: 10px;
}
.main__contacts-questions {
  position: absolute;
  bottom: 100px;
  right: 120px;
}
@media (max-width: 1500px) {
  .main__contacts-questions {
    bottom: 80px;
    right: 80px;
  }
}
@media (max-width: 1100px) {
  .main__contacts-questions {
    bottom: 65px;
  }
}
.main__contacts-questions span {
  display: block;
  font-size: 24px;
  font-family: 'Georgia';
  font-style: italic;
  color: #77665b;
  margin-bottom: 30px;
  padding-left: 10px;
}
@media (max-width: 1500px) {
  .main__contacts-questions span {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1100px) {
  .main__contacts-questions span {
    font-size: 14px;
  }
}
.main__contacts-questions a {
  display: inline-block;
  color: #839e0a;
  border: 2px solid #a6c710;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .main__contacts-questions a {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.main__contacts-questions a:hover {
  background: #a6c710;
  color: #fff;
}
.main__social2 {
  bottom: 900px !important;
  top: auto !important;
}
.main__social,
.main__social2 {
  position: absolute;
  right: 44px;
  top: 250px;
  z-index: 1000;
}
@media (max-width: 1500px) {
  .main__social,
  .main__social2 {
    right: 17px;
    top: 100px;
  }
}
.vk,
.fb,
.inst,
.yt,
.yz {
  height: 39px;
  width: 39px;
  display: block;
  margin: 10px 0;
  background-size: contain;
}
@media (max-width: 1500px) {
  .vk,
  .fb,
  .inst,
  .yt,
  .yz {
    height: 32px;
    width: 32px;
  }
}
.vk:hover,
.fb:hover,
.inst:hover,
.yt:hover,
.yz:hover {
  opacity:.6;
}
.vk {
  background-image: url("../images/template/vk.png");
}
.vk:hover {
  background-image: url("../images/template/vk-h.png");
}
.fb {
  background-image: url("../images/template/fb-2.png");
}
.inst {
  background-image: url("../images/template/inst-2.png");
}
.yt {
  background-image: url("../images/template/yt.png");
}
.yz {
  background-image: url("../images/template/yz.png");
}
.main__items-tabs-total {
  list-style: none;
  padding: 0;
  border: none;
  float: left;
}
.main__items-tabs-total >span {
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.main__items-tabs-total >div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.main__items-tabs-total li,
.main__items-tabs-total label {
  display: table-cell;
  width: 55px;
  height: 55px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.main__items-tabs-total li span,
.main__items-tabs-total label span {
  vertical-align: middle;
}
.main__items-tabs-sort {
  float: right;
}

.main__slider {
  height: 920px;
  margin-top: 160px;
  position: relative;
}
@media (max-width: 1500px) {
  .main__slider {
    height: 500px;
    margin-top: 90px;
  }
}
.main-slider__info {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.main-slider__info-image {
  float: left;
  width: 35%;
}
.main-slider__info-image img {
  width: 100%;
}
.main-slider__info-text {
  box-sizing: border-box;
  padding-left: 80px;
  width: 65%;
}
@media (max-width: 1500px) {
  .main-slider__info-text {
    padding-left: 40px;
  }
}
.main-slider__info-text__text1 {
  font-family: 'Georgia', serif;
  font-size: 1.2em;
  font-style: italic;
  color: #77665b;
}
.main-slider__info-text__text2 {
  font-size: 2em;
  font: 40px 'Trajan Pro';
  color: #24211e;
  margin-top: 10px;
}
@media (max-width: 1500px) {
  .main-slider__info-text__text2 {
    font-size: 1.6em;
  }
}
.main-slider__info-text__link {
  margin-top: 50px;
}
@media (max-width: 1500px) {
  .main-slider__info-text__link {
    margin-top: 30px;
  }
}
.main-slider__info-text__link a {
  color: #839e0a;
  border: 2px solid #a6c710;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .main-slider__info-text__link a {
    font-size: 14px;
    padding: 8px 14px;
  }
}
.main-slider__info-text__link a:hover {
  background: #a6c710;
  color: #fff;
}
.main-slider__info-text__line {
  width: 70px;
  background: #24211e;
  height: 2px;
  margin: 30px 0 40px 0;
}
@media (max-width: 1500px) {
  .main-slider__info-text__line {
    margin: 15px 0 25px 0;
  }
}
.main-slider__info-text__title {
  font: 40px 'Trajan Pro';
  color: #24211e;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
}
@media (max-width: 1500px) {
  .main-slider__info-text__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.main-slider__info-text {
  float: left;
}
.main-slider__el-1 {
  background: url("../images/slider/sl1-1.png") right bottom no-repeat;
  background-size: contain;
  height: 948px;
  width: 45%;
  position: absolute;
  bottom: -350px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1500px) {
  .main-slider__el-1 {
    bottom: -200px;
  }
}
.main-slider__el-2 {
  background: url("../images/slider/sl1-2.png") top left no-repeat;
  background-size: contain;
  height: 349px;
  width: 366px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1500px) {
  .main-slider__el-2 {
    width: 200px;
  }
}
.main-slider__el-3 {
  background: url("../images/slider/sl1-3.png") bottom right no-repeat;
  background-size: contain;
  height: 501px;
  width: 558px;
  position: absolute;
  bottom: -200px;
  right: 15%;
  z-index: 0;
}
@media (max-width: 1500px) {
  .main-slider__el-3 {
    width: 300px;
    bottom: -100px;
  }
}
.main-slider__el-4 {
  background: url("../images/slider/sl1-4.png") top right no-repeat;
  background-size: contain;
  height: 624px;
  width: 254px;
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1500px) {
  .main-slider__el-4 {
    width: 150px;
    top: 150px;
  }
}

.news__content-wrapper {
  position: relative;
}
.news__content {
  width: 70%;
  z-index: 5;
  position: relative;
  margin: 160px 0 90px 0;
}
@media (max-width: 1500px) {
  .news__content {
    margin: 90px 0 60px 0;
  }
}
.news__item {
  background: #fff;
  position: relative;
}
.news-item__image {
  width: 35%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}
.news-item__image img {
  width: 100%;
}
.news-item__date {
  color: #a2958c;
  margin-left: 80px;
}
.news-item__footer {
  margin: 40px 0;
}
.news-item__content {
  width: 65%;
  box-sizing: border-box;
  margin-left: 35%;
  padding: 30px 70px;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 1150px) {
  .news-item__content {
    padding: 20px 40px;
  }
}
.news-item__content h2 {
  font-size: 40px;
  font-family: 'Trajan Pro';
  color: #24211e;
  padding: 0;
}
@media (max-width: 1500px) {
  .news-item__content h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.news-item__content p {
  color: #77665b;
}
.news__breadcrumbs {
  width: 25%;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
}
.news__pagination {
  text-align: center;
  margin-top: 20px !important;
}
.news__pagination ul {
  list-style: none;
  padding: 0;
}
.news__pagination ul li {
  display: inline-block;
  vertical-align: top;
}
.news__pagination ul li span {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none;
  padding: 10px 0 0 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  margin: 0 5px;
  font-size: 20px;
  box-sizing: border-box;
  background: #dad4d0;
}
.news__pagination ul li a {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-decoration: none;
  padding: 10px 0 0 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  margin: 0 5px;
  font-size: 20px;
  box-sizing: border-box;
}
.news__pagination ul li a:hover {
  background: #dad4d0;
}
.news__pagination ul .first a {
  background: url("../images/template/news-left.png") no-repeat;
}
.news__pagination ul .first a:hover {
  background: url("../images/template/news-left.png") no-repeat;
  opacity: 0.6;
}
.news__pagination ul .first.empty span {
  background: url("../images/template/news-left.png") no-repeat;
  opacity: 0.6;
}
.news__pagination ul .last a {
  background: url("../images/template/news-right.png") no-repeat;
}
.news__pagination ul .last a:hover {
  background: url("../images/template/news-right.png") no-repeat;
  opacity: 0.6;
}
.news__pagination ul .last.empty span {
  background: url("../images/template/news-right.png") no-repeat;
  opacity: 0.6;
}
.news__pagination ul .active a {
  background: #dad4d0;
}
.news-bg-1 {
  background: url("../images/template/news-bg-1.png") right top no-repeat;
  background-size: contain;
  height: 607px;
  width: 290px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  .news-bg-1 {
    width: 200px;
  }
}
.news-bg-2 {
  background: url("../images/template/news-bg-2.png") left top no-repeat;
  background-size: contain;
  height: 666px;
  width: 30%;
  position: absolute;
  top: 300px;
  right: 0;
  z-index: 2;
}
.news-bg-3 {
  background: url("../images/template/news-bg-3.png") right top no-repeat;
  background-size: contain;
  height: 500px;
  width: 15%;
  position: absolute;
  top: 800px;
  right: 0;
  z-index: 2;
}
.news-bg-4 {
  background: url("../images/template/news-bg-4.png") right bottom no-repeat;
  background-size: contain;
  height: 127px;
  width: 295px;
  position: absolute;
  bottom: -90px;
  right: 200px;
  z-index: 2;
}
@media (max-width: 1500px) {
  .news-bg-4 {
    bottom: -60px;
    right: 50px;
  }
}

.otzivy__info {
  width: 40%;
  float: left;
  text-align: center;
  background: url("../images/template/otzivy__info-bg.png") right 10px no-repeat;
  padding-bottom: 120px;
}
.otzivy__info .otzivy__info-photo {
  text-align: center;
  margin-top: 75px;
}
.otzivy__info .otzivy__info-photo img {
  width: 200px;
  border-radius: 50%;
}
.otzivy__info .otzivy__info-name,
.otzivy__info .otzivy__info-date {
  display: block;
  text-align: center;
}
.otzivy__info .otzivy__info-name {
  margin-top: 40px;
  color: #fff;
}
.otzivy__info .otzivy__info-date {
  margin-top: 40px;
  color: #a2958c;
}
.otziv__text {
  width: 50%;
  float: left;
  padding-left: 50px;
  box-sizing: border-box;
}
.otziv__text p {
  color: #c8b8ac;
}
.otziv__text h1 {
  font: 40px 'Trajan Pro';
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  margin: 0;
  padding-right: 60px;
  margin-top: 70px;
}
@media (max-width: 1500px) {
  .otziv__text h1 {
    font-size: 30px;
    line-height: 44px;
  }
}
@media (max-width: 1100px) {
  .otziv__text h1 {
    font-size: 20px;
    line-height: 28px;
  }
}
.otzivy__gallery {
  position: relative;
  margin-bottom: 160px;
  z-index: 10;
}
.otzivy__gallery-pagination {
  padding-top: 70px;
  background: url("../images/template/otzivy__bg-3.png") left top no-repeat;
  font-family: 'Trajan Pro';
  width: 25%;
  float: left;
  text-align: right;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 1100px) {
  .otzivy__gallery-pagination {
    padding-right: 20px;
  }
}
.otzivy__gallery-pagination h1 {
  margin-right: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .otzivy__gallery-pagination h1 {
    margin-right: 0px;
    font-size: 22px;
  }
}
.otzivy__gallery-pagination-line {
  height: 70px;
  border-right: 2px solid #000;
  margin-right: 55px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .otzivy__gallery-pagination-line {
    margin-right: 20px;
  }
}
.otzivy__gallery-images {
  width: 50%;
  float: left;
  z-index: 100;
  position: relative;
}
.otzivy__gallery-images img {
  width: 100%;
}
.otzivy__gallery-preview {
  width: 25%;
  float: left;
}
.otzivy__gallery-preview img {
  width: 100%;
}
.otzivy__otzivy-images-pagination-buttons {
  text-align: center;
  margin-top: 30px;
  display: inline-block;
  margin-right: 0;
}
@media (max-width: 1500px) {
  .otzivy__otzivy-images-pagination-buttons {
    margin-top: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  .otzivy__otzivy-images-pagination-buttons {
    margin-right: 0;
  }
}
.otzivy__mini-info p {
  margin-top: 50px;
  font-style: italic;
  font-size: 24px;
  box-sizing: border-box;
  line-height: 30px;
  font-family: 'Georgia';
  color: #77665b;
}
@media (max-width: 1500px) {
  .otzivy__mini-info p {
    font-size: 20px;
    line-height: 26px;
    margin-top: 25px;
  }
}
.otzivy__mini-info__pagination {
  margin-left: 0 !important;
  margin-top: 100px !important;
}
.otzivy__mini-info__pagination .pagination__right,
.otzivy__mini-info__pagination .pagination__left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.otzivy__mini-info__pagination .pagination__left {
  margin-left: 5px;
}
@media (max-width: 1500px) {
  .otzivy__mini-info__pagination {
    margin-top: 50px !important;
  }
}
@media (max-width: 1100px) {
  .otzivy__mini-info__pagination {
    margin-top: 20px !important;
  }
}
.otzivy__bg-1 {
  width: 240px;
  height: 448px;
  background: url("../images/template/otzivy__bg-1.png") right no-repeat;
  background-size: contain;
  position: absolute;
  top: 350px;
  right: 0;
  z-index: 0;
}
.otzivy__bg-2 {
  width: 220px;
  height: 295px;
  background: url("../images/template/otzivy__bg-2.png") right no-repeat;
  background-size: contain;
  position: absolute;
  top: 600px;
  right: 200px;
  z-index: 0;
}
.otzivy__bg-4 {
  width: 590px;
  height: 740px;
  background: url("../images/template/otzivy__bg-4.png") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .otzivy__bg-4 {
    width: 400px;
  }
}
.otzivy__bg-5 {
  width: 330px;
  height: 600px;
  background: url("../images/template/otzivy__bg-5.png") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 300px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  .otzivy__bg-5 {
    width: 300px;
  }
}
.otzivy__button {
  margin-top: 50px;
}
.otzivy__button a {
  color: #839e0a;
  border: 2px solid #a6c710;
  background: url("../images/template/otzivy__button.png") 20px center no-repeat;
  background-size: 40px;
  text-decoration: none;
  border-radius: 50px;
  padding: 18px 30px 18px 70px;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .otzivy__button a {
    font-size: 14px;
    padding: 8px 14px 8px 45px;
    background-size: 30px;
    background-position: 10px center;
  }
}
.otzivy__button a:hover {
  background-image: url("../images/template/otzivy__button-hover.png");
  background-color: #a6c710;
  color: #fff;
}

.works {
  position: relative;
  z-index: 200;
  min-height: 800px;
}
.works ul {
  padding: 0;
  margin: 0;
}
.works ul li {
  display: block;
  float: left;
  width: 25%;
}
.works ul li a {
  display: block;
  position: relative;
  line-height: 0;
}
.works ul li a img {
  width: 100%;
}
.works ul li a >div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  box-sizing: border-box;
  background: url("../images/template/works-shadow.png") no-repeat;
  background-size: cover;
}
.works ul li a >div:hover {
  background: url("../images/template/works-shadow-hover.png") center no-repeat;
  background-size: cover;
}
.works ul li a >div:hover div span:nth-child(2) {
  color: #fff;
}
.works ul li a >div div {
  height: auto !important;
  width: auto !important;
  position: absolute;
  bottom: 40px;
  padding: 0 60px 0 60px;
}
@media (max-width: 1500px) {
  .works ul li a >div div {
    padding: 0 0 0 60px;
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .works ul li a >div div {
    padding: 0 0 0 30px;
    bottom: 20px;
  }
  .works ul li a >div div span {
    line-height: 22px !important;
    font-size: 16px !important;
  }
}
.works ul li a >div div span {
  display: block;
  line-height: 28px;
}
.works ul li a >div div span:nth-child(1) {
  font-size: 20px;
  color: #fff;
  line-height: 24px;
}
.works ul li a >div div span:nth-child(2) {
  font-size: 18px;
  line-height: 40px;
  color: #a2958c;
}
.works-bg-1 {
  width: 281px;
  height: 232px;
  background: url("../images/template/works-bg-1.png") bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: -281px;
  z-index: -2;
}
@media (max-width: 1200px) {
  .works-bg-1 {
    width: 220px;
    right: -220px;
  }
}
.works-bg-2 {
  width: 240px;
  height: 600px;
  background: url("../images/template/works-bg-2.png") top no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 300px;
  z-index: 10;
}
@media (max-width: 1500px) {
  .works-bg-2 {
    width: 160px;
    top: 190px;
  }
}
.works-bg-3 {
  width: 215px;
  height: 193px;
  background: url("../images/template/works-bg-3.png") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50px;
  z-index: 0;
}
.works-bg-4 {
  height: 580px;
  width: 719px;
  background: url("../images/template/cart-bg-4.png") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 80px;
  z-index: -1;
}
@media (max-width: 1500px) {
  .works-bg-4 {
    left: 40px;
    bottom: 70px;
    width: 400px;
  }
}
.works-bg-5 {
  height: 450px;
  width: 450px;
  background: url("../images/template/works-bg-5.png") right bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 350px;
  right: 180px;
  z-index: -1;
}
@media (max-width: 1500px) {
  .works-bg-5 {
    right: 0px;
  }
}
.works-bg-6 {
  height: 139px;
  width: 234px;
  background: url("../images/template/works-bg-4.png") left bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  right: 400px;
  z-index: -1;
}
@media (max-width: 1500px) {
  .works-bg-6 {
    right: 200px;
  }
}
.works__pagination {
  margin-left: 0 !important;
  margin-top: 50px !important;
}
.works__pagination .pagination__right,
.works__pagination .pagination__left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.works__year {
  font-size: 36px;
  margin-top: 50px;
  line-height: 50px;
}
.works__info {
  background-image: url("../images/template/works-bg.png");
}
.works__list {
  padding-bottom: 200px;
}

.header__callback-bar {
	position: absolute;
	top: -55px;
	right: 30px;
	padding: 2px 5px;
	font-size: 14px;
	background: #a6c710;
}

.header__callback-bar a {
	color: white;
	text-decoration: none;
	font-weight: 100;
	font-size: 12px;
	margin: 0 10px;
	transition: all .3s ease-in-out;
}
@media (max-width: 1500px) {
	.header__callback-bar {
		top: -30px;
		right: 15px;
	}
}

.header__callback-bar a:hover {
	opacity:.6;
}

.header__callback-bar-phone {
	font-weight: bolder !important;
	font-size: 14px !important;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.inner-page__content.landing {
	padding: 80px 0 40px 0;
}
.landing .container {
	padding: 0 80px;
}
.container.landing-first {
	padding: 80px;
	background: #c3c3c3;
	/*background: #000;*/
	margin-top: 35px;
}
.flex-item.video1-item {
	max-width: 60%;
	width: 60%;
}
.flex-item.video1-item iframe {
	width: 100%;
	height: 300px;
}
.flex-item.text1-item {
	max-width: 40%;
	width: 40%;
	padding-left: 35px;
	color: #e8ddd6;
}
.landing-first .text1-item .descrip {color: #000;}
.flex-item.text1-item p {
	color: #e8ddd6;
}
.preim-product {
	text-align: center;
}
.main1.light {
	text-shadow: 0 5px 18px rgba(0,0,0,0.4);
}
.landing-third {
	background: #e6e6e6;
	padding: 55px 0;
	margin-top: 35px;
}
.preim-ppokupatelya h2 {
	margin-top: 0;
	text-align:center;
}
.preim-ppokupatelya .flex {
	gap: 25px;
}
.preim-ppokupatelya .flex-item {
	padding-left: 55px;
	background: url(/assets/images/li.svg) no-repeat left center;
	font-size: 16px;
  line-height: 18px;
}
.landing-fours {
	padding: 55px 0;
}
.landing-fours iframe {
	height: 300px;
}
.landing-fours .flex {
	gap: 25px;
}
.landing-content table {
	width: 100%;
}
.landing-content table tr {
	background: #eee;
}
.landing-content table tr:nth-child(even) {
	background: #f9f9f9;
}
.landing-content table td {
	padding: 10px;
}
.preim-ppokupatelya table {
	width: 100%;
}
.preim-ppokupatelya table tr {
	background: #eee;
}
.preim-ppokupatelya table tr:nth-child(even) {
	background: #f9f9f9;
}
.preim-ppokupatelya table td {
	padding: 10px;
}
.landing-first .video1-item, .landing-first .text1-item {width: 100% !important; max-width: none !important;}
.landing-first>.flex {flex-wrap: wrap !important;}
.soc-header {position: relative;}
.soc-header .soc-txt {position: absolute; text-wrap: nowrap; left: -145px;}

.error_g-recaptcha-response {
	display: none;
}