/* CSS Document */
@import url(../css/reset.css);

@font-face {
  font-family: Circe-Regular;
  src: url(../font/Circe-Regular.ttf);
}

@font-face {
  font-family: Circe-Bold;
  src: url(../font/Circe-Bold.ttf);
}

@font-face {
  font-family: Circe-ExtraBold;
  src: url(../font/Circe-ExtraBold.ttf);
}

@font-face {
  font-family: open-sans-italic;
  src: url(../font/open-sans-italic.ttf);
}

@font-face {
  font-family: open-sans-bold;
  src: url(../font/open-sans-bold.ttf);
}

@font-face {
  font-family: Arrrows-Regular;
  src: url(../font/Arrrows-Regular.ttf);
}

.item_economy_price {
  font-family: Circe-Regular;
}

body {
  font-family: Circe-Regular;
}

.bx-composite-btn {
  display: none !important;
}

.SaleBlock {
  background-color: #e4566c;
  width: 100%;
  height: 100px;
  background-image: url(/upload/images/label.png);
  background-size: cover;
  background-position-y: 20%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.SaleBlock .SaleSpanImg {
  width: 160px;
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  margin-left: 60px;
  background-image: url(/upload/images/SaleLabel.png);
}

.SaleBlock ul {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 37px;
  list-style-type: disc;
  flex-wrap: wrap;
}

.SaleBlock li {
  color: #fff;
  font-size: 24px;
  font-family: Circe-Bold;
  min-width: 235px;
}

.CouponForm {
  position: fixed;
  right: -375px;
  top: 30%;
  background-color: #eaeaea;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: 375px;
  padding: 0;
  z-index: 200;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 1);
  box-shadow: 0px 0px 5px 0px rgba(82, 82, 82, 1);
}

.CouponForm .close_line {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 36px;
  cursor: pointer;
  background-image: url(/upload/images/minimise.png);
}

.couponSubtitle {
  margin-top: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: Circe-Bold;
  margin-left: 20px;
  color: #323232;
}

.CouponText {
  margin-top: 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  font-family: Circe-Regular;
  margin-left: 55px;
  color: #323232;
}

.CouponText:before {
  content: "";
  width: 18px;
  height: 14px;
  display: -webkit-inline-box;
  background-image: url(/upload/images/check-mark.png);
  background-size: cover;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.CouponTitle {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-family: Circe-Bold;
  color: #323232;
  margin: 0;
  padding: 0;
  margin-top: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.coupon_block {
  position: fixed;
  right: 0;
  top: 55%;
  background-color: #ff5770;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .coupon_block {
    top: 70%;
  }

  .CouponForm {
    top: 13%;
    width: 100%;
  }
}

.couponLogo {
  padding-top: 15px;
  background-color: #fff;
  border-radius: 5px;
  padding-bottom: 15px;
}

.couponLogo img {
  display: block;
  margin: 0 auto;
}

.CouponForm form {
  margin: 0 auto;
  margin-top: 16px;
  display: block;
}

.CouponForm input {
  width: 84%;
  height: 40px;
  margin: 0 auto;
  margin-top: 10px;
  display: block;
  padding-left: 14px;
  border: solid 1px #ccc;
}

.CouponForm input ::-webkit-input-placeholder {
  color: ##d3d3d3;
}

.CouponForm input ::-webkit-input-placeholder {
  color: ##d3d3d3;
  font-family: Circe-Bold;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.CouponForm input[type="submit"] {
  box-shadow: 0 0 10px 3px rgba(142, 124, 112, 0.38);
  border-radius: 5px;
  background-color: #a1785e;
  color: #ffffff;
  font-family: Circe-Bold;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  width: 140px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  margin-top: 15px;
}

.CouponForm .error {
  background-color: #ff94a4;
}

.endCoupon {
  width: 350px;
  /* height: 150px; */
  border-radius: 3px;
  background-color: #ff5770;
  position: fixed;
  top: 30%;
  left: 40%;
  color: #fff;
  text-align: center;
  font-family: Circe-Bold;
  font-size: 23px;
  font-weight: 400;
  line-height: 23.37px;
  z-index: 207;
  padding: 50px 35px;
  display: none;
}

.endCoupon .CloseFenks {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  background-image: url(/upload/images/letter.png);
  background-repeat: no-repeat;
  background-position-x: 3px;
  background-position-y: 2px;
  cursor: pointer;
  border-radius: 3px;
}

.overlay {
  display: none;
  background: #ffffff75;
  z-index: 205;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

p.thank_text {
  font-family: Circe-Regular;
  font-size: 20px;
  color: #3d3d3d;
  padding-top: 15px;
}

p.thank_text_unit {
  font-family: Circe-Regular;
  font-size: 20px;
  color: #3d3d3d;
  padding-top: 15px;
}

p.thank_title {
  font-family: Circe-Regular;
  font-size: 20px;
  color: #3d3d3d;
  padding-top: 20px;
}

.wrap_ban {
  position: relative;
}

.nav_mainbaner .btn {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #bc9c82;
  border: none;
  cursor: pointer;
  opacity: 0;
  /*display: none;*/
}

.nav_mainbaner #prev {
  position: absolute;
  top: 50%;
  left: 25px;
}

.nav_mainbaner #next {
  position: absolute;
  top: 50%;
  right: 25px;
}

.baner {
  cursor: pointer;
}

.contact_unit_one b {
  font-family: 'Circe-Bold';
}

.wrap_ban:hover .btn-juliet {
  opacity: 0.6;
  transition: 1s;
  /*display: inline-block;*/
}

.nav_mainbaner .btn:hover {
  opacity: 1;
}

p {
  font-family: 'Circe-Regular';
}

.delivery-list {
  font-family: 'Circe-Regular';
  list-style: disc;
  color: #727272;
  line-height: 1.5;
}

.we-work {
  list-style: none;
  font-family: 'Circe-Bold';
  font-weight: bold;
  color: black;
}

div.cart_two {
  padding-right: 50px;
  padding-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.cart_two p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.cart_two p a.close_btn {
  font-size: 16px;
  color: #3d3d3d;
  font-family: Circe-Regular;
  text-decoration: none;
  padding-right: 27px;
}

div.cart_two p a.btn {
  padding-left: 30px;
  padding-right: 30px;
}

div.cart_block {
  width: 660px;
  margin-left: 50px;
  margin-right: 50px;
  padding-top: 44px;
  padding-bottom: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
}

div.cart_block div.cart_popup_img {
  width: 82px;
  border: 1px solid #e8e8e8;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bx-soa-section-title {
  position: relative;
}

.to_basket {
  padding: 14px;
  position: absolute;
  /* padding-top: 16px; */
  font-size: 15px;
  color: #727272;
  font-family: Circe-Regular;
  text-decoration: none;
  right: 16px;
  top: 10px;
  text-transform: initial;
  letter-spacing: initial;
}

div.cart_block div.cart_popup_img img {
  width: 80%;
}

div.cart_popup_text {
  width: calc(100% - 133px);
  margin-left: 34px;
}

div.cart_popup_text div:nth-child(1) {
  font-size: 16px;
  color: #3d3d3d;
  font-family: Circe-Regular;
  padding-bottom: 5px;
}

div.cart_popup_text p {
  font-size: 16px;
  color: #3d3d3d;
  font-family: Circe-Regular;
  padding-bottom: 5px;
}

div.search-page hr {
  display: block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border: none;
  margin-bottom: 30px;
  margin-top: 30px;
}

div.search-page br {
  display: none;
}

div.search-page p:last-child {
  display: none;
}

div.search-page hr:first-child {
  margin-top: 0px;
}

div.search-page div.search-language-guess {
  color: #323232;
  font-size: 20px;
  font-family: Circe-Bold;
  padding-top: 10px;
}

div.search-page div.search-language-guess a {
  text-decoration: none;
  color: #323232;
}

div.search-page a {
  font-family: Circe-Bold;
  font-size: 20px;
  color: #323232;
  text-decoration: none;
}

div.search-page a:hover {
  font-family: Circe-Bold;
  font-size: 20px;
  color: #907441;
  text-decoration: none;
}

div.search-page p {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 20px;
  padding-top: 12px;
}

div.search-page small {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 20px;
  padding-bottom: 0px;
}

div.search-page small a {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
}

div.search-page {
  max-width: 960px;
  padding-top: 37px;
}

div.search-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
}

div.search-page form input[type="text"] {
  color: #8d8c8c;
  font-size: 16px;
  font-family: Circe-Regular;
  width: calc(100% - 143px);
  height: 48px;
  border: 1px solid #e8e8e8;
  background: #fbfafa;
  padding-left: 23px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

div.search-page form input[type="submit"] {
  width: 118px;
  height: 48px;
  background: #a2785c;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-family: Circe-Bold;
  margin-left: 17px;
  border: none;
  cursor: pointer;
  padding: 0px;
}

p.vkorzine {
  font-family: Circe-Regular;
  font-size: 16px;
  color: #323232;
  padding-top: 35px;
  padding-bottom: 15px;
}

p.vkorzine_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.vkorzine_unit a.btn:first-child {
  margin-right: 10px;
}

p.vkorzine_unit a.btn {
  width: 190px;
}

div.catalog div.tovar a.btn.tovar_button {
  display: none;
}

.preload_false {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1000px;
  background: #fff;
  z-index: 50;
}

div.content div.left_menu ul li a.root-item-selected {
  color: #c6a273;
}

div.content div.left_menu ul li ul li.item-selected a {
  color: #c6a273;
}

p.comment_text i {
  padding-right: 7px;
  padding-bottom: 1px;
}

p.data_popup i {
  padding-right: 7px;
  padding-bottom: 1px;
}

div.catalog div.tovar:hover p.tovar_img img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}

div.catalog div.tovar:hover:before {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacyty: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

div.catalog div.tovar:hover a.btn.tovar_button {
  display: block;
  position: absolute;
  top: 147px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  max-width: 150px;
  z-index: 100000;
}

p.text_one.minus_padding {
  padding-top: 19px;
}

div.catalog div.tovar:before {
  opacyty: 0;
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

div.content_left_block.raz h3 {
  padding-top: 70px;
}

.left_menu ul li {
  cursor: pointer;
}

div.map.two {
  margin-top: 0px;
}

div.contact_unit_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.map {
  margin-left: -73px;
  width: calc(100% + 73px);
  margin-top: 46px;
  margin-bottom: -110px;
}

div.contact_unit_two div:nth-child(1) {
  color: #323232;
  font-size: 24px;
  font-family: Circe-Bold;
  padding-bottom: 8px;
}

div.contact_unit_two {
  padding-top: 30px;
}

div.contact_unit_two div:nth-child(2) p {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 26px;
}

div.contact_unit_two div:nth-child(2) p {
  padding-right: 108px;
}

div.contact_unit_two div:nth-child(2) p:last-child {
  padding-right: 0px;
}

div.contact_unit_two div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.contact_unit_one {
  margin-top: 35px;
}

div.contact_unit_one div p:nth-child(1) {
  color: #323232;
  font-size: 24px;
  font-family: Circe-Bold;
  padding-bottom: 8px;
}

div.contact_unit_one div p:nth-child(2) {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 26px;
}

div.contact_unit_one div {
  margin-right: 160px;
}

div.contact_unit_one div:last-child {
  margin-right: 0px;
}

div.ancor1, div.ancor2 {
  width: 100%;
  min-height: 0px;
  overflow: hidden;
  display: none;
}

div.ancor1.active, div.ancor2.active {
  display: block;
}

div.ancor1 div, div.ancor2 div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 47px;
}

div.ancor1 div:last-child {
  margin-bottom: 0px;
}

, div.ancor2 div:last-child {
  margin-bottom: 0px;
}

div.ancor1 div p:nth-child(1), div.ancor2 p:nth-child(1) {
  width: 776px;
  padding-right: 36px;
}

div.ancor1 div p:nth-child(2), div.ancor2 p:nth-child(2) {
  width: calc(100% - 812px);
}

div.ancor1 div p:nth-child(1) img, div.ancor2 p:nth-child(1) img {}

div.ancor1 div p:nth-child(2) span, div.ancor2 p:nth-child(2) span {
  color: #727272;
  font-size: 16px;
  font-family: Circe-Regular;
  display: block;
  padding-bottom: 12px;
  line-height: 24px;
}

div.ancor1 div p:nth-child(2) {
  padding-top: 38px;
}

p.ancor_block {
  width: 100%;
  max-width: 1365px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 17px;
  margin-bottom: 47px;
}

p.ancor_block span {
  font-size: 24px;
  color: #323232;
  font-family: Circe-Bold;
  padding-bottom: 9px;
  padding-top: 9px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  margin-right: 70px;
}

p.ancor_block span:nth-child(2) {
  margin-right: 0px;
}

p.ancor_block span.active {
  border-bottom: 3px solid #a2765c;
}

p.title_block_one {
  color: #323232;
  font-size: 24px;
  font-family: Circe-Bold;
  padding-bottom: 10px;
  padding-top: 29px;
}

p.title_block_two {
  color: #727272;
  font-size: 16px;
  font-family: Circe-Regular;
  padding-bottom: 42px;
}

div.text_padding_unit {
  max-width: 905px;
  padding-bottom: 65px;
}

div.text_padding_unit p {
  padding-top: 22px;
}

ul.under_table {
  max-width: 330px;
  margin-bottom: 29px;
}

p.order_btn {
  padding-bottom: 21px;
}

a.btn.order {
  max-width: 153px;
}

ul.under_table li p:nth-child(1) {
  color: #6e6e6e;
  font-size: 16px;
  font-family: Circe-Regular;
  background: #FFFFFF;
}

ul.under_table li p:nth-child(2) {
  color: #3d3d3d;
  font-size: 16px;
  font-family: Circe-Regular;
  background: #FFFFFF;
}

ul.under_table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11px;
  background: url(../img/dotted.png) left bottom repeat-x;
}

p.under_order_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 21px;
  padding-bottom: 21px;
}

p.under_order_title span:nth-child(1) {
  color: #323232;
  font-family: Circe-ExtraBold;
  font-size: 25px;
  text-transform: uppercase;
}

p.under_order_title span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

p.under_order_title span:nth-child(2) i:nth-child(1) {
  padding-right: 26px;
}

p.under_order_title span:nth-child(2) i img {
  padding-right: 9px;
}

p.under_order_title span:nth-child(2) i {
  font-size: 15px;
  color: #727272;
  font-family: Circe-Regular;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.under_text {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 24px;
  max-width: 570px;
  padding-bottom: 24px;
}

div.under_order_unit {
  width: 100%;
  max-width: 1072px;
  min-height: 20px;
  overflow: hidden;
  margin-top: 34px;
}

div.under_order_unit div.under_order {
  width: calc(100% - 2px);
  border: 1px solid #e8e8e8;
  min-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 23px;
}

div.under_order_unit div.under_order div.under_order_img {
  width: 347px;
  padding-top: 18px;
  padding-bottom: 18px;
  min-height: 20px;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

div.under_order_unit div.under_order div.under_order_img img {
  height: 100%;
  max-height: 436px;
}

div.under_order_unit div.under_order div.under_order_text {
  width: calc(100% - 430px);
  padding-left: 53px;
  min-height: 20px;
  padding-right: 30px;
  overflow: hidden;
}

div.sertifikat {
  width: 100%;
  max-width: 1321px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.sertifikat a {
  width: calc(33.333% - 32px);
  border: 1px solid #e8e8e8;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

p.sertifikat_block {
  width: calc(100% - 119px);
}

p.sertifikat_block span.sertifikat_title {
  font-size: 16px;
  color: #3d3d3d;
  font-family: Circe-Regular;
  display: block;
  line-height: 22px;
  padding-bottom: 8px;
}

div.sertifikat a span.sertifikat_title {
  color: #3d3d3d;
  text-decoration: none;
}

div.sertifikat a:hover span.sertifikat_title {
  text-decoration: underline;
  color: #907441;
}

div.sertifikat a {
  text-decoration: none;
}

span.sertifikat_text {
  font-size: 14px;
  color: #6e6e6e;
  text-transform: uppercase;
  font-family: Circe-Bold;
  letter-spacing: 1px;
}

div.sertifikat a p.sertifikat_img {
  width: 109px;
  height: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.worker_unit {
  width: 100%;
  max-width: 1291px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

p.worker_unit_img {
  width: 120px;
  height: 120px;
  margin-right: 27px;
  overflow: hidden;
}

p.worker_unit_img img {
  width: 100%;
  border-radius: 50%;
}

div.worker_unit div {
  width: calc(33.333%);
  margin-bottom: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

p.about_sliders_text {
  color: #727272;
  font-size: 16px;
  ont-family: Circe-Regular;
  text-align: center;
  padding-top: 31px;
  padding-bottom: 31px;
  font-family: Circe-Regular;
}

p.worker_unit_text {
  width: calc(100% - 174px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

p.worker_unit_text span:nth-child(1) {
  font-size: 18px;
  color: #323232;
  font-family: Circe-Bold;
  padding-bottom: 8px;
}

p.worker_unit_text span:nth-child(2) {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  padding-bottom: 8px;
}

p.worker_unit_text span:nth-child(3) {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  padding-bottom: 8px;
}

p.worker_unit_text span:nth-child(4) {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  padding-bottom: 8px;
}

p.worker_unit_text span:nth-child(4) a {
  color: #727272;
}

p.worker_unit_text span:nth-child(4) a:hover {
  color: #907441;
}

p.about_text {
  color: #323232;
  font-size: 32px;
  font-family: Circe-Bold;
  line-height: 36px;
  padding-bottom: 30px;
}

p.about_title {
  font-size: 15px;
  color: #6f6f6f;
  font-family: Circe-Bold;
  padding-bottom: 23px;
  text-transform: uppercase;
  padding-top: 40px;
  letter-spacing: 2px;
}

p.about_text_unit {
  color: #727272;
  font-size: 16px;
  font-family: Circe-Regular;
  line-height: 24px;
  padding-bottom: 21px;
}

div.about_block {
  width: 100%;
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 61px;
}

div.about_block div.about_block_one {
  width: calc(100% - 678px);
  padding-right: 160px;
}

div.about_block div.about_sliders {
  width: 518px;
}

div.triger_unit {
  width: 100%;
  max-width: 1290px;
  padding-bottom: 82px;
  border-bottom: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.triger_unit p {
  padding-left: 100px;
  padding-right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

div.triger_unit p span:nth-child(1) {
  color: #323232;
  font-size: 20px;
  font-family: Circe-Regular;
  line-height: 20px;
}

div.triger_unit p span:nth-child(2) {
  font-family: Circe-Bold;
  font-size: 80px;
  color: #323232;
  padding-left: 8px;
  padding-right: 8px;
  line-height: 55px;
}

div.triger_unit p span:nth-child(3) {
  color: #323232;
  font-size: 20px;
  font-family: Circe-Regular;
  line-height: 20px;
}

div.baner_cont_block {
  width: calc(100% + 73px);
  margin-left: -73px;
  min-height: 20px;
  padding-top: 42px;
  padding-bottom: 80px;
}

div.baner_cont_block img {
  width: 100%;
}

div.baner .slick-list {
  padding-left: 0;
}

div.catalog.list_unit div.tovar a.btn.tovar_button {
  display: none;
}

div.catalog.list_unit div.tovar:hover a.btn.tovar_button {
  display: block;
  position: absolute;
  top: 147px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  max-width: 150px;
  z-index: 100000;
}

p.baner_tovar_title {
  color: #323232;
  font-size: 26px;
  font-family: Circe-Bold;
  padding-bottom: 9px;
}

p.baner_tovar_text {
  font-size: 18px;
  color: #727272;
  font-family: Circe-Regular;
  padding-bottom: 34px;
}

p.baner_tovar_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

p.baner_tovar_btn {
  max-width: 640px;
}

p.baner_tovar_btn a {
  display: inline;
  max-width: auto;
  padding-left: 27px;
  padding-right: 27px;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.baner_tovar {
  max-width: 1230px;
  min-height: 204px;
  background: url(../img/foncatalog.jpg) right top no-repeat;
  padding-left: 60px;
  padding-top: 66px;
  padding-bottom: 56px;
  margin-top: 25px;
}

div.baner_tovar p.baner_tovar_title {}

div.content_left_block {
  max-width: 1290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.content_left_block div.content_right_block {
  width: calc(100% - 360px);
  padding-right: 60px;
}

div.fixed_block {
  width: 300px;
  position: relative;
  background: #FFFFFF
}

div.fixed_block div.fixed_block_one {
  width: 298px;
  border: 1px solid #e8e8e8;
  position: absolute;
  background: #FFFFFF
}

div.catalog.list_unit div.tovar {
  width: calc(25% - 32px);
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 30px;
	padding: 26px 0;
}

div.catalog.list_unit div.tovar:before {
  opacyty: 0;
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

div.catalog.list_unit div.tovar:hover:before {
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.5);
  opacyty: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

div.catalog div.tovar p.tovar_img img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

div.catalog.list_unit div.tovar:hover p.tovar_img img {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}

div.catalog.list_unit div.tovar span.sale_block_info {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

div.catalog.list_unit div.tovar p {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

div.catalog.list_unit div.tovar:hover span.sale_block_info,
div.catalog.list_unit div.tovar:hover span.hit_block_info {
  blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}

div.catalog.list_unit div.tovar:hover p {
  blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px);
}

div.catalog.list_unit {
  width: calc(100% + 30px);
  max-width: 1305px;
  margin-left: -15px;
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.fixed_block div.fixed_block_one p {
  padding: 26px;
}

div.fixed_block div.fixed_block_one p:nth-child(1) {
  border-bottom: 1px solid #e8e8e8;
}

div.fixed_block div.fixed_block_one p:nth-child(2) {
  color: #727272;
  font-family: Circe-Regular;
  font-size: 16px;
  line-height: 22px;
}

p.breadcrumb {
  padding-top: 43px;
  line-height: 1.5;
}

p.text_one {
  color: #727272;
  font-size: 16px;
  font-family: Circe-Regular;
  padding-top: 32px;
  line-height: 23px;
}

p.title_one {
  color: #323232;
  font-size: 20px;
  font-family: Circe-Bold;
  line-height: 24px;
  padding-top: 24px;
}

ul.text_ul li {
  color: #727272;
  font-size: 16px;
  line-height: 19px;
  font-family: Circe-Regular;
  padding-top: 10px;
  position: relative;
  padding-left: 32px;
}

ul.text_ul li:before {
  width: 19px;
  height: 2px;
  display: block;
  background: #dbbf9b;
  margin-right: 13px;
  margin-top: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}

p.title_two {
  font-family: Circe-Bold;
  font-size: 20px;
  color: #323232;
  padding-top: 45px;
}

h1 {
  color: #323232;
  font-family: Circe-ExtraBold;
  font-size: 48px;
  padding-bottom: 0px;
  padding-top: 30px;
}

p.breadcrumb {
  font-size: 13px;
  color: #6e6e6e;
  font-family: Circe-Bold;
  text-transform: uppercase;
}

p.breadcrumb a {
  color: #6e6e6e;
  text-decoration: none;
}

p.breadcrumb a:hover {
  color: #907441;
}

p.breadcrumb span {
  font-family: Circe-Regular;
}

ul.text_ul {
  padding-top: 10px;
}

a, input, button {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

div.block_2.ourworks {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 130px;
}

.ourworks div.comment_unit {
  padding-right: 0px;
  width: 300px;
  min-width: 300px;
}

.work_prev button.slick-prev {
  left: 15px;
}

.work_prev button.slick-next {
  left: 65px;
}

.ourworks .tovar {
  cursor: pointer;
}

.ourworks_form_left {
  width: 57%;
  padding-right: 3%;
}

.ourworks_form_right {
  width: 40%;
}

.ourworks_form_right.ourworks_form_right_onpage {
  width: 100%;
}

.ourworks_form_image img {
  max-width: 100%;
  max-height: 400px;
}

.ourworks_form_name {
  font-size: 36px;
  color: #3d3d3d;
  font-family: Circe-ExtraBold;
  padding-bottom: 27px;
}

.ourworks_form_container {
  display: flex;
  justify-content: space-between;
}

.ourworks_form_txt_img {
  display: flex;
  justify-content: space-between;
}

.ourworks_form_right div.block_inp {
  flex-direction: column;
}

.ourworks_form_right div.block_inp p:nth-child(2) {
  padding-left: 0px;
  padding-top: 10px;
}

.ourworks_form_right div.block_inp p {
  width: 100%;
}

.popup.ourworks_form {
  margin-left: -500px;
  width: 1000px;
  max-width: 100%;
}

.ourworks_form_text {
  padding-left: 20px;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  background: #1f1f1f;
  opacity: .4;
  z-index: 10000;
}

.popup a.close {
  width: 28px;
  border: 3px solid #fff;
  border-radius: 50%;
  height: 28px;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: -44px;
  right: 0px;
  background: url(../img/cross-remove-sign.svg) center center no-repeat;
}

.popup {
  padding: 50px;
  position: fixed;
  top: 120px;
  left: 50%;
  display: none;
  background: #fff;
  z-index: 100000;
  margin-left: -380px;
  width: 660px;
  min-height: 20px;
}

p.form_title {
  font-size: 36px;
  color: #3d3d3d;
  font-family: Circe-ExtraBold;
  padding-bottom: 27px;
}

div.block_inp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.block_inp p {
  width: calc(50% - 16px);
}

div.block_inp p:nth-child(1) {
  padding-right: 8px;
}

div.block_inp p:nth-child(2) {
  padding-left: 8px;
}

div.block_inp p input[type="text"] {
  width: calc(100% - 18px);
  height: 38px;
  border: 1px solid #e8e8e8;
  background: #fbfafa;
  padding-left: 16px;
}

div.block_inp p span {
  display: block;
  color: #3d3d3d;
  font-size: 16px;
  font-family: Circe-Regular;
  padding-bottom: 5px;
}

p.checkbox_unit {
  font-size: 15px;
  color: #727272;
  font-family: Circe-Regular;
  padding-top: 12px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.checkbox_unit a {
  color: #907441;
  text-decoration: none;
  padding-left: 5px;
}

.btn.submit_btn {
  border-radius: 4px;
  background: #a2785c;
  font-family: Circe-Bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 150px;
  text-align: center;
  border: none;
  height: 50px;
}

.btn.submit_btn:hover {
  background: #90674c;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

p.close {
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 10000;
  cursor: pointer;
}

p.company_uni {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.footer_block {
  padding-left: 73px;
  width: calc(100% - 73px);
  max-width: 1291px;
  border-top: 1px solid #e8e8e8;
  min-height: 74px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.footer_block p {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
}

div.footer_block p a {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  text-decoration: none;
}

div.footer_block p a:hover {
  color: #907441;
}

div.footer {
  margin-top: 110px;
  padding-left: 73px;
  width: calc(100% - 73px);
  max-width: 1291px;
  border-top: 1px solid #e8e8e8;
  padding-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 45px;
}

div.footer_unit {
  padding-right: 218px;
  width: calc(100% - 516px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.footer_text {
  width: 298px;
}

div.footer_unit ul li {
  padding-bottom: 17px;
}

div.footer_unit ul li a {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  text-decoration: none;
}

div.footer_unit ul li:first-child a {
  font-family: Circe-Bold;
  font-size: 18px;
  color: #323232;
}

div.footer_unit ul li a:hover {
  color: #907441 !important;
}

div.footer_unit ul:nth-child(4) li:nth-child(2) a {
  font-family: Circe-Bold;
  font-size: 18px;
  color: #323232;
}

div.footer_text p:nth-child(1) {
  font-family: Circe-Bold;
  font-size: 21px;
  color: #323232;
  padding-bottom: 30px;
}

.comment_block {
  border: 1px solid #e8e8e8;
  position: relative;
}

.comment_container {
  /*padding-left: 15px;*/
  padding-right: 15px;
}

.comment_container .comment_block {
  min-height: 254px;
}

.video_block {
  margin-top: 40px;
  max-width: 1500px;
}

div.comment_block.slick-slide div.comment_img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

div.comment_block.slick-slide div.comment_img img {
  width: 100%;
}

p.comment_title {
  font-size: 15px;
  color: #323232;
  font-family: Circe-Bold;
  text-transform: uppercase;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 7px;
}

p.comment_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
  font-size: 15px;
  font-family: Circe-Regular;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 28px;
}

p.data_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #727272;
  font-size: 15px;
  font-family: Circe-Regular;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 28px;
}

button:active, button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

a:active, a:focus {
  outline: none;
}

input, textarea, button {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

h3 {
  font-size: 34px;
  color: #323232;
  font-family: Circe-Bold;
  padding-bottom: 23px;
  padding-top: 50px;
}

div#map {
  width: 100%;
  height: 540px;
  margin-bottom: 40px;
}

p.comment_img img {
  width: 100%;
}

p.comment_img {
  position: relative;
}

p.comment_img span {
  width: 74px;
  height: 74px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  opacity: 0.76;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

p.comment_img:hover span {
  opacity: 1;
}

div.block_buttom {
  position: relative;
  min-width: 1290px;
}

div.comment_slider {
  position: relative;
}

div.about_sliders {
  position: relative;
}

div.about_sliders button.slick-next {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 0px;
}

div.about_sliders button.slick-prev {
  top: auto;
  bottom: 15px;
  left: auto;
  right: 50px;
}

button.slick-next {
  width: 45px;
  height: 45px;
  border: 2px solid #eadac5;
  border-radius: 2px;
  cursor: pointer;
  text-indent: -9000px;
  background: url(../img/right-arrow.svg) #FFFFFF center center no-repeat;
  position: absolute;
  top: -60px;
  left: 50px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 10;
}

button.slick-prev {
  width: 45px;
  height: 45px;
  border: 2px solid #eadac5;
  border-radius: 2px;
  cursor: pointer;
  text-indent: -9000px;
  background: url(../img/left-arrow.svg) #FFFFFF center center no-repeat;
  position: absolute;
  top: -60px;
  left: 0px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 10;
}

button.slick-prev:hover {
  border: 2px solid #bfae91;
}

button.slick-next:hover {
  border: 2px solid #bfae91;
}

div.comment_unit p:nth-child(1) {
  font-size: 34px;
  color: #323232;
  font-family: Circe-Bold;
  padding-bottom: 19px;
}

div.comment_unit p:nth-child(2) {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 24px;
  padding-bottom: 32px;
}

div.block_2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 50px;
  /*overflow:hidden;*/
}

.catalog.sale.comment_slider .slide_container {
  padding-left: 15px;
  padding-right: 15px;
}

.catalog.sale.comment_slider .slide_container .tovar {
  border: 1px solid #e8e8e8;
  position: relative;
  width: 99%;
}

p.tovar_img {
  width: 100%;
  min-height: 20px;
  padding-top: 14px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.tovar_img a {
  width: 100%;
  min-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

p.tovar_cost span:nth-child(1) {
  font-size: 22px;
  color: #353535;
  font-family: Circe-ExtraBold;;
}

p.tovar_cost span:nth-child(2) {
  font-size: 15px;
  color: #9499A0;
  font-family: Circe-Regular;
	margin-top: -10px;
	position: relative;
}

p.tovar_cost span:nth-child(2)::after {
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	background-color: #DE364C;
	height: 2px;
	top: 5px;
}

p.tovar_cost {
  text-align: center;
  padding-top: 10px;
	display: flex;
  justify-content: center;
  /* padding-bottom: 30px; */
}

p.tovar_cost span {
  padding-left: 5px;
  padding-right: 5px;
}

p.tovar_img img {
  max-height: 228px;
  max-width: 80%;
}

p.tovar_title {
  text-align: center;
  font-size: 15px;
  color: #393939;
  font-family: Circe-Bold;
  padding-top: 7px;
  padding-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.tovar_text {
  text-align: center;
  font-size: 15px;
  color: #3d3d3d;
  font-family: Circe-Regular;
  padding-top: 7px;
  padding-bottom: 7px;
}

p.tovar_text i {
  padding-left: 5px;
  padding-right: 5px;
}

div.comment_unit {
  width: 100%;
  padding-right: 92px;
  margin-bottom: -25px;
  padding-bottom: 0;
  margin-top: 10px;
}

div.block_left {
  width: calc(100% - 372px);
}

div.comment_slider {
  width: 100%;
  /*margin-right:-130px;*/
  max-width: 1285px;
}

span.sale_block_info {
  /* padding: 0px 10px; */
	width: 56px;
  height: 29px;
  background: #D84848;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circe-Bold;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  top: 26px;
  left: 20px;
  z-index: 200;
  letter-spacing: 1px;
}

span.hit_block_info {
  /* padding: 0px 10px; */
	width: 56px;
  height: 29px;
  background: #8DAF6B;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circe-Bold;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
	top: 26px;
  left: 20px;
  z-index: 200;
  letter-spacing: 1px;
}
span.hit_block_info.two {
	top: 62px;
}

span.type_block_info {
  padding: 0px 10px;
  height: 29px;
  background: #8bc34a;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Circe-Bold;
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  top: 230px;
  right: 42px;
  z-index: 200;
  letter-spacing: 1px;
}

span.type_block_info.zakaz {
  background: #e4566c;
}

div.category_text {
  width: 100%;
  max-width: 1321px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

div.category_text a {
  display: block;
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

div.category_text a:hover img {
  transform: scale(1.1);
}

div.category_text a img {
  webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

/*div.category_text a:hover img{-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);}*/
div.category_text a img {
  width: 100%;
}

div.category_text a p {
  position: absolute;
  top: 21px;
  left: 15px;
  width: 140px;
  height: 86px;
  background: rgba(50, 50, 50, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 20px;
}

div.category_text a:nth-child(4) {
  position: absolute;
  left: 33.333%;
  bottom: 0px;
}

div.category_text a:nth-child(5) {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

div.category_text a p span:nth-child(1) {
  color: #fff;
  font-family: Circe-ExtraBold;
  font-size: 25px;
  padding-bottom: 10px;
}

div.category_text a p span:nth-child(2) {
  color: #fff;
  font-size: 18px;
  font-family: Circe-Regular;
}

h2 {
  font-size: 15px;
  color: #6e6e6e;
  font-family: Circe-Bold;
  letter-spacing: 2.5px;
  padding-bottom: 25px;
  padding-top: 50px;
}

div.padding_left_unit {
  padding-left: 73px;
}

a.btn.baner_button {
  max-width: 140px;
}

div.info_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
}

div.info_text div:nth-child(1) p {
  font-size: 32px;
  color: #323232;
  font-family: Circe-Bold;
  line-height: 36px;
}

div.info_text div:nth-child(2) p {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Bold;
  line-height: 24px;
  font-family: Circe-Regular;
  padding-bottom: 25px;
}

div.info_text div:nth-child(2) p:last-child {
  padding-bottom: 0px;
}

div.info_text div:nth-child(1) {
  width: 366px;
  padding-right: 73px;
}

div.info_text div:nth-child(2) {
  width: calc(100% - 439px);
  max-width: 675px;
}

div.baner {
  width: 100%;
  min-height: 20px;
  position: relative;
}

div.baner img {
  width: 100%;
}

div.baner div.baner_unit {
  position: absolute;
  left: 118px;
  top: 50%;
  height: 266px;
  margin-top: -133px;
}

div.baner_unit p:nth-child(1) {
  font-size: 18px;
  color: #6e6e6e;
  text-transform: uppercase;
  font-family: open-sans-bold;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.baner_unit p:nth-child(1):before {
  display: block;
  margin-left: -46px;
  width: 31px;
  height: 2px;
  background: #6e6e6e;
  content: "";
  margin-right: 15px;
}

div.baner_unit p:nth-child(2) {
  font-size: 60px;
  color: #323232;
  font-family: Circe-ExtraBold;
  text-transform: uppercase;
}

div.baner_unit p:nth-child(3) {
  font-family: Circe-Regular;
  font-size: 20px;
  color: #323232;
  line-height: 26px;
  max-width: 415px;
  padding-top: 17px;
  padding-bottom: 30px;
}

p.search {
  width: 300px;
  margin-left: -35px;
  margin-top: 35px;
  height: 67px;
  background: #1f1f1f;
  position: relative;
}

p.search input {
  width: calc(100% - 95px);
  height: 67px;
  padding-right: 60px;
  padding-left: 35px;
  background: none;
  border: none;
  font-family: Circe-Regular;
  font-size: 16px;
  color: #fff;
}

p.search input[type="submit"] {
  text-indent: -9000px;
  padding: 0px;
  width: 21px;
  height: 21px;
  border: none;
  background: url(/bitrix/templates/StalFord/img/magnifying-glass.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: 24px;
  cursor: pointer;
}

div.head {
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  background: #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 201;
}

div.logo {
  width: 300px;
  min-height: 70px;
  overflow: hidden;
  background: #c6a273;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.content_head {
  width: calc(100% - 300px);
  min-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.head_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}

div.head_info p:nth-child(1) {
  font-family: Circe-Bold;
  font-size: 21px;
  color: #323232;
}

div.head_info p:nth-child(2) {
  font-family: Circe-Regular;
  font-size: 16px;
  color: #323232;
}

div.head_info p.workonrussia {
  font-family: Circe-Regular;
  font-size: 16px;
  color: #323232;
  padding-left: 20px;
}

a.get_call {
  color: #b28f63;
  font-family: Circe-Bold;
  font-size: 17px;
  text-decoration: none;
  border-bottom: 1px solid #cfc0ae;
}

div.head_info p:nth-child(3) {
  padding-left: 30px;
}

div.cart_unit {
  padding-right: 137px;
  padding-left: 45px;
  background: url(../img/cart.png) left center no-repeat;
  padding-top: 7px;
  padding-bottom: 7px;
}

div.cart_unit a {
  font-family: Circe-Regular;
  font-size: 18px;
  color: #323232;
  text-decoration: none;
}

div.cart_unit a:hover {
  color: #907441;
}

div.content {
  width: 100%;
  min-height: 70px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

div.flex_unit_left {
  padding-bottom: 0px;
  padding-top: 40px;
}

div.left_menu_one {
  width: 300px;
  position: fixed;
  top: 70px;
  left: 0px;
  height: 100%;
  overflow: hidden;
}

div.left_menu ul {
  width: 100%;
}

div.content div.left_menu {
  /*display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
 flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
 justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
 align-items: flex-start; width:285px; z-index: 0;

overflow-y:auto; padding-bottom:0px; padding-top:40px; padding-left:35px; background:#323232;
height: calc(100% - 110px);*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 265px;
  z-index: 0;
  overflow-y: auto;
  padding-bottom: 0px;
  padding-top: 40px;
  padding-left: 35px;
  background: #323232;
  height: calc(100% - 110px);
  top: 70px;
  overflow-y: hidden;
  position: fixed;
}

div.left_menu_info {
  padding-left: 0px;
}

div.content div.content_unit {
  width: calc(100% - 300px);
  padding-left: 300px;
  padding-top: 40px;
  overflow: hidden;
}

div.content div.left_menu ul li {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #4d4d4d;
  padding-left: 7px;
}

div.content div.left_menu ul li.submenu.active {
  padding-right: 57px;
  background: url(../img/remove.svg) 230px 20px no-repeat;
  position: relative;
}

div.content div.left_menu ul li.submenu {
  padding-right: 57px;
  background: url(../img/add.svg) 230px 20px no-repeat;
  position: relative;
}

.submenu span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
}

.asc_us textarea {
  width: calc(100% - 19px);
  height: 90px;
  border: 1px solid #e8e8e8;
  background: #fbfafa;
  padding-left: 16px;
}

.asc_us .ful_p {
  width: calc(100% - 16px);
  margin-top: 10px;
}

div.content div.left_menu ul li a {
  font-family: Circe-Bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

div.content div.left_menu ul li a:hover {
  color: #c6a273;
}

div.content div.left_menu ul li ul li {
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: none;
  border-left: 1px solid #4d4d4d;
  padding-left: 13px;
}

div.content div.left_menu ul li ul li a {
  font-size: 16px;
  color: #bfbfbf;
  font-family: Circe-Regular;
}

div.content div.left_menu ul li ul {
  padding-top: 16px;
  display: none;
}

div.left_menu_info p.ancor_1 {
  font-size: 16px;
  color: #fff;
  font-family: Circe-Regular;
  padding-bottom: 9px;
}

div.left_menu_info p.ancor_2 {
  font-size: 24px;
  color: #fff;
  font-family: Circe-Bold;
  padding-bottom: 18px;
}

a.btn {
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 4px;
  background: #a2785c;
  font-family: Circe-Bold;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: 226px;
  text-align: center;
}

body a.btn:active {
  -webkit-box-shadow: inset -1px 3px 6px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: inset -1px 3px 6px 0px rgba(50, 50, 50, 0.25);
  box-shadow: inset -1px 3px 6px 0px rgba(50, 50, 50, 0.25);
}

a.btn:hover {
  background: #90674c;
  -webkit-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 9px 0px rgba(0, 0, 0, 0.16);
}

div.left_menu_info p.ancor_3 {
  min-height: 20px;
}

@media screen and (max-width: 1750px) {
  div.catalog.list_unit div.tovar {
    width: calc(33% - 32px);
  }
}

@media screen and (max-width: 741px) {
  .ctg_slider {
    margin-top: 40px;
    /* margin-left: -30px; */
    width: 100%;
  }

  .catalog.sale.comment_slider .slide_container {
    padding: 0;
    margin: 0;
  }

  .slide_container .tovar {
    display: block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1270px) {
  div.cart_unit {
    padding-right: 30px;
  }

  div.head_info {
    padding-left: 30px;
  }

  .popup.ourworks_form {
    margin-left: -400px;
    width: 800px;
  }
}

@media screen and (max-width: 1170px) {
  body div.content div.left_menu {
    display: block;
    width: calc(100% - 30px);
    overflow-y: scroll;
    min-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
    padding-left: 15px;
    padding-right: 15px;
  }

  body div.content div.left_menu.active {
    display: block;
    width: calc(100% - 0px);
    overflow-y: scroll;
    min-height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
  }

  .popup.ourworks_form {
    margin-left: -400px;
    width: 800px;
  }

  div.left_menu {
    display: none;
  }

  div.content div.content_unit {
    width: calc(100% - 0px);
    padding-left: 0px;
    padding-top: 70px;
    overflow: hidden;
  }

  div.head_info {
    display: none;
  }

  div.content_head {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  div.mobile_menu {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  div.logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 270px;
  }

  div.content_head {
    width: calc(100% - 270px);
  }

  .menu_back {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
  }

  .menu_back:before {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
  }

  .menu_back .bar {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 7px 0;
  }
}

@media screen and (max-width: 530px) {
  p.baner_tovar_title {
    font-size: 20px;
  }

  div.padding_left_unit div.baner_tovar {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  p.baner_tovar_btn a {
    display: block;
    width: calc(50% - 64px);
    max-width: auto;
    padding-left: 27px;
    padding-right: 27px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }

  p.baner_tovar_btn a:nth-child(5) {
    width: calc(100% - 64px);
    max-width: 100%;
  }

  p.baner_tovar_btn a:nth-child(6) {
    width: calc(100% - 64px);
    max-width: 100%;
  }

  h1 {
    font-size: 30px;
  }

  span.text_cart {
    display: none;
  }

  div.cart_unit {
    min-height: 15px;
    padding-left: 50px;
    padding-right: 0px;
    margin: 0 auto;
  }

  div.cart_unit a {
    position: relative;
  }

  div.cart_unit a span.number_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: -13px;
    left: -25px;
  }

  div.cart_unit a span.number_cart i {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  div.logo {
    width: 250px;
  }

  div.logo img {
    width: 140px;
  }

  div.content_head {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 1320px) {
  div.baner_tovar {
    max-width: 1230px;
    min-height: 204px;
    background: #f2f2f2;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 66px;
    padding-bottom: 56px;
    margin-top: 25px;
  }

  div.sale_info_text.comment_unit {
    width: 100% !important;
    padding-right: 0px !important;
    padding-bottom: 30px;
  }

  div.comment_unit {
    width: 100% !important;
    padding-right: 0px !important;
    padding-bottom: 30px;
  }

  div.block_left {
    width: calc(100% - 0px) !important;
  }

  div.baner_unit p:nth-child(1):before {
    display: none;
  }

  div.baner div.baner_unit {
    left: 50px;
  }

  div.info_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div.info_text div:nth-child(1) {
    width: 100%;
    max-width: 600px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  div.info_text div:nth-child(2) {
    width: calc(100% - 0px);
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1170px) {
  body div.content div.left_menu {
    display: none;
  }

  div.content_left_block div.content_right_block {
    width: calc(100% - 0px);
    padding-right: 0px;
  }

  div.fixed_block {
    margin-top: 40px;
    width: 100%;
    position: relative;
    background: #FFFFFF;
  }

  div.fixed_block div.fixed_block_one {
    width: calc(100% - 2px);
    border: 1px solid #e8e8e8;
    position: static;
    top: 0px;
    background: #FFFFFF;
  }

  div.content div.left_menu ul li.submenu.active {
    padding-right: 57px;
    background: url(../img/remove.svg) right 20px no-repeat;
  }

  div.content div.left_menu ul li.submenu {
    padding-right: 57px;
    background: url(../img/add.svg) right 20px no-repeat;
  }

  div.left_menu_info {
    position: static;
    margin-top: 25px;
    bottom: 130px;
    left: 35px;
  }

  .comment_slider {
    width: 100% !important;
    margin-right: 0px !important;
    max-width: 1320px;
  }

  .video_block {
    margin-top: 40px;
  }

  div.baner_unit p:nth-child(2) {
    font-size: 40px;
  }

  div.baner div.baner_unit {
    margin-top: -140px;
  }
}

@media screen and (max-width: 870px) {
  div.baner img {
    width: auto;
    height: 350px;
  }

  div.baner div.baner_unit {
    left: 30px;
  }

  div.baner_unit p:nth-child(3) {
    max-width: 415px;
    padding-right: 30px;
  }

  .popup.ourworks_form {
    margin-left: -300px;
    width: 600px;
  }
}

@media screen and (max-width: 740px) {
  div.block_2.ourworks {
    display: flex;
    flex-wrap: wrap;
  }

  div.sale_info_text.comment_unit {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  div.ctg_slider {
    width: 100%;
  }

  div.block_2.ourworks {
    margin-top: 50px;
  }
}

@media screen and (max-width: 400px) {
  div.baner img {
    margin-left: -300px;
  }

  div.block_left {
    margin-top: 46px;
  }

  div.catalog.list_unit {
    width: calc(100% + 30px);
  }

  div.padding_left_unit div.catalog.list_unit div.tovar {
    width: calc(100% - 32px) !important;
  }

  div.basket-checkout-block.basket-checkout-block-btn {
    justify-content: center;
  }

  p.descript_text_basket, .basket-coupon-block-total-price-current {
    text-align: center;
  }

  div.inform_deliwery_block {
    border-top: 1px solid #e8e8e8;
  }

  div.padding_left_unit {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  h2 {
    padding-top: 30px;
  }

  div.baner div.baner_unit {
    left: 15px;
  }

  div.baner_unit p:nth-child(2) {
    font-size: 35px;
  }

  div.baner_unit p:nth-child(3) {
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
    background-color: #ffffff44;
    margin: 10px 15px 15px -10px;
    padding: 10px 10px;
  }

  .nav_mainbaner #next, .nav_mainbaner #prev {
    top: 80%;
  }

  div.content_unit div.padding_left_unit {
    padding-left: 15px;
    padding-right: 15px;
  }

  div.info_text {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  div.info_text div:nth-child(1) p {
    font-size: 26px;
    color: #323232;
    font-family: Circe-Bold;
    line-height: 28px;
  }
}

@media screen and (max-width: 1520px) {
  div.map {
    margin-left: 0px;
    width: calc(100% + 0px);
    margin-top: 46px;
    margin-bottom: -110px;
  }

  div.triger_unit p {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  div.baner_cont_block {
    width: calc(100% - 0px);
    margin-left: 0px;
    min-height: 20px;
    padding-top: 42px;
    padding-bottom: 80px;
  }

  div.footer {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }

  div.footer_block {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
  }

  div.padding_left_unit {
    padding-left: 30px;
    padding-right: 30px;
  }

  div.category_text {
    width: calc(100% + 30px);
    max-width: 1321px;
    margin-left: -15px;
  }

  div.sale_info_text.comment_unit {
    width: 280px;
    padding-right: 40px;
  }

  div.block_left {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width:960px) {
  div.footer_unit {
    display: none;
  }

  div.footer {
    padding-bottom: 30px;
  }

  div.category_text a {
    display: block;
    width: calc(33.333% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
  }

  div.category_text {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  div.category_text a:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
  }

  div.category_text a {
    overflow: hidden;
    display: block;
    width: calc(50% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
  }

  div.category_text a:nth-child(4) {
    position: relative;
    top: 0;
    left: 0;
  }

  div.category_text a:nth-child(5) {
    position: relative;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width:700px) {
  p.ancor_block span {
    font-size: 14px !important;
  }

  h3 {
    padding-top: 0px;
  }

  h2 {
    padding-top: 0px;
  }

  div.footer {
    margin-top: 30px;
  }

  div.category_text a {
    overflow: hidden;
    display: block;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
  }

  div.category_text a:nth-child(1) img {
    position: static;
    top: 0;
    left: 0px;
    width: calc(100% - 0px);
  }

  div.footer_block {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div.footer_block p {
    padding-top: 15px;
  }
}

@media screen and (max-width: 1400px) {
  div.ancor1 div p:nth-child(1), div.ancor2 p:nth-child(1) {
    width: 500px;
    padding-right: 36px;
  }

  div.ancor1 div p:nth-child(1) img, div.ancor2 p:nth-child(1) img {
    width: 500px;
  }

  div.ancor1 div p:nth-child(2), div.ancor2 p:nth-child(2) {
    width: calc(100% - 536px);
  }

  div.sertifikat a {
    width: calc(50% - 32px);
  }

  div.worker_unit div {
    width: calc(50%);
  }

  div.footer_unit {
    padding-right: 50px;
    width: calc(100% - 240px);
  }

  div.footer_text {
    width: 190px;
  }
}

@media screen and (max-width: 790px) {
  div.sertifikat {
    width: 100%;
    max-width: 1321px;
    margin-left: 0px;
  }

  div.sertifikat a {
    width: calc(100% - 2px);
    margin-left: 0px;
    margin-right: 0px;
  }

  div.worker_unit div {
    width: calc(100%);
  }

  div.baner_cont_block img {
    width: 790px;
  }

  div.baner_cont_block {
    overflow: hidden;
  }

  div.padding_left_unit div.catalog.list_unit div.tovar {
    width: calc(50% - 32px);
  }

  .popup {
    padding: 50px;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 100000;
    margin-left: 0;
    width: calc(100% - 130px);
    margin-left: 15px;
    margin-right: 15px;
    min-height: 20px;
  }

  .popup.ourworks_form {
    margin-left: -200px;
    width: 400px;
  }
}

@media screen and (max-width: 570px) {
  body div.under_order_unit div.under_order div.under_order_text {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    min-height: 20px;
    overflow: hidden;
  }

  div.about_block {
    margin-top: 0px;
  }

  p.about_text {
    font-size: 24px;
    padding-bottom: 30px;
  }

  div.about_block div.about_sliders {
    width: 100%;
  }

  div.about_block div.about_sliders div.slick-slide img {
    width: 100%;
  }

  .popup {
    padding: 30px;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
    background: #fff;
    z-index: 100000;
    margin-left: 0;
    width: calc(100% - 90px);
    margin-left: 15px;
    margin-right: 15px;
    min-height: 20px;
  }
}

@media screen and (max-width: 530px) {
  div.padding_left_unit div.catalog.list_unit div.tovar {
    width: calc(100% - 32px) !important;
  }

  div.block_inp p {
    width: calc(100% - 0px) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 10px;
  }

  p.form_title {
    font-size: 26px;
    color: #3d3d3d;
    font-family: Circe-ExtraBold;
    padding-bottom: 20px;
  }

  p.checkbox_unit {
    line-height: 18px;
  }
}

@media screen and (max-width: 1300px) {
  p.ancor_block span {
    margin-right: 20px;
  }

  div.catalog.list_unit div.tovar {
    width: calc(33.333% - 32px);
  }
}

@media screen and (max-width: 1470px) {
  div.contact_unit_two div:nth-child(2) p {
    padding-right: 30px;
  }

  div.contact_unit_two div:nth-child(2) p br {
    display: none;
  }

  div.about_block div.about_block_one {
    width: calc(100% - 578px);
    padding-right: 60px;
  }

  p.baner_tovar_btn {
    max-width: 600px;
  }
}

@media screen and (max-width: 360px) {
  .popup.ourworks_form {
    margin-left: -150px;
    width: 300px;
  }

  div.padding_left_unit div.baner_tovar {
    padding: 15px;
  }
}

@media screen and (max-width: 440px) {
  p.vkorzine_unit a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 860px) {
  div.contact_unit_one div {
    margin-right: 40px;
  }

  div.triger_unit p {
    padding-left: 20px !important;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-right: 20px !important;
  }

  div.triger_unit p span:nth-child(2) {
    font-size: 60px;
  }

  div.triger_unit {
    padding-bottom: 30px;
  }

  div.baner_cont_block {
    padding-bottom: 30px;
  }

  div.triger_unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1350px) {
  p.under_order_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  p.under_order_title span:nth-child(2) {
    padding-left: 0px;
    padding-top: 15px;
  }

  div.about_block div.about_block_one {
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 400px) {
  p.title_block_two {
    padding-bottom: 12px;
  }

  p.ancor_block span {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  div.cart_popup_text {
    width: calc(100%);
  }

  div.cart_block div.cart_popup_img {
    margin: 0 auto !important;
  }

  .basket-item-block-image {
    text-align: center;
  }

  body div.under_order_unit div.under_order div.under_order_text {
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-right: 15px;
    min-height: 20px;
    overflow: hidden;
  }

  div.orderleft div.product-item-detail-info-container {
    padding: 15px;
    /*position: fixed;*/
    bottom: 10px;
    right: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 83px;
    z-index: 1;
    flex-wrap: wrap;
    justify-content: center;
  }

  div.orderleft div.product-item-detail-info-container .item_economy_price {
    padding: 10px;
  }

  .product-item-detail-info-container .product-order2 {
    margin-top: 20px;
  }

  .product-item-detail-info-container .product-item-detail-price-old {
    padding-left: 20px;
    padding-right: 20px;
  }

  div.inform_deliwery_block {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 15px;
  }

  .inform_deliwery_block .star {
    padding-right: 10px;
    padding-left: 10px;
  }

  div.about_sliders button.slick-next, div.about_sliders button.slick-prev {
    bottom: -25px;
  }

  div.triger_unit p span:nth-child(2) {
    font-size: 44px;
  }

  div.triger_unit p span:nth-child(3) {
    font-size: 18px;
  }

  p.worker_unit_img {
    width: 80px;
    height: 80px;
    margin-right: 17px;
    overflow: hidden;
  }

  p.worker_unit_img img {
    width: 100%;
  }

  p.worker_unit_text {
    width: calc(100% - 97px);
  }
}

@media screen and (max-width: 820px) {
  p.under_order_title {
    padding-top: 35px;
  }

  div.under_order_unit div.under_order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div.under_order_unit div.under_order div.under_order_text {
    width: calc(100% - 106px);
    padding-left: 53px;
    padding-right: 53px;
    min-height: 20px;
    overflow: hidden;
  }

  div.under_order_unit div.under_order div.under_order_img {
    width: 100%;
  }

  div.under_order_unit div.under_order div.under_order_img img {
    height: 80%;
    max-height: 336px;
  }
}

@media screen and (max-width: 900px) {
  p.ancor_block span {
    font-size: 18px;
  }

  div.ancor1 div, div.ancor2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div.ancor1 div p:nth-child(2), div.ancor2 p:nth-child(2) {
    width: calc(100%);
  }
}

@media screen and (max-width: 560px) {
  div.contact_unit_one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div.contact_unit_one div {
    margin-bottom: 30px;
  }

  div.contact_unit_two div:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  div.contact_unit_two div:nth-child(2) p {
    width: calc(80% - 0px) !important;
    margin-right: 0px;
  }

  .bbutton_bottom, .bbutton_bottom .product-order2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  div.ancor1 div p:nth-child(1), div.ancor2 p:nth-child(1) {
    width: 100%;
    padding-right: 0px;
  }

  div.ancor1 div p:nth-child(1) img, div.ancor2 p:nth-child(1) img {
    width: 100%;
  }

  p.ancor_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 1000px) {
  div.contact_unit_two div:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  div.contact_unit_two div:nth-child(2) p {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1690px) {
  div.padding_left_unit {
    padding-right: 30px;
  }

  div.triger_unit p {
    padding-left: 90px;
    padding-right: 90px;
  }
}

@media screen and (max-width: 1455px) {
  div.triger_unit p {
    padding-left: 80px;
    padding-right: 80px;
  }
}

/*Скрытые блоки ску*/
.hide_sku {
  width: 174px;
  padding: 10px;
  min-height: 144px;
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  position: absolute;
  bottom: 40px;
  left: 47px;
  z-index: 10;
  pointer-events: none;
}

span.info_text {
  color: #323232;
  font-family: Circe-Regular;
  font-size: 17px;
}

span.info_img {
  display: block;
  width: 174px;
  min-height: 119px;
  margin-bottom: 10px;
}

span.info_img img {
  width: 100%;
}

.product-item-scu-item-color-container {
  position: relative;
}

#basket-root .basket-item-property-name, #basket-root .basket-item-property-value {
  color: #4a4a4a;
  font-weight: normal;
  position: relative;
}

.basket-item-property-name::after {
  content: ":";
  position: absolute;
  right: 0px;
  top: 0px;
}

.basket-item-price-difference, .basket-coupon-block-total-price-difference, .basket-item-price-old {
  display: none;
}

.place_select {
  display: inline-block;
}

div.inform_deliwery_block.sale_block {
  margin-bottom: 0px;
}

.sale_info.block_2 div.sale_info_text.comment_unit ul li {
  font-size: 16px;
  color: #727272;
  font-family: Circe-Regular;
  line-height: 16px;
  list-style: disc;
}

.sale_info.block_2 div.sale_info_text.comment_unit ul {
  padding-bottom: 20px;
  margin-left: 20px;
}

.sale_info.block_2 div.comment_unit p:nth-child(2) {
  padding-bottom: 12px;
}

.tovar{
  width: 100%;
  padding-top: 30px;
  max-width: 1292px;
}

.tover_topInfo{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.tover_topInfo_text{
  display: flex;
}

.tover_topInfo_text_time{
  display: flex;
  align-items: center;
  margin-right: 38px;
  font-family: Circe-Regular;
}

.tover_topInfo_text_time svg{
  margin-right: 10px;
  margin-top: -4px;
}

.tover_topInfo_text_col svg{
  margin-right: 10px;
  margin-top: -4px;
}

.tover_topInfo_social{
  display: flex;
  align-items: center;
}

.tover_topInfo_social_mobail{
  display: none;
}

.tover_topInfo_social_title{
  font-size: 14px;
  font-family: Circe-Regular;
  margin-right: 16px;
}

.tover_topInfo_social ul{
  display: flex;
}

.tover_topInfo_social ul li{
  margin-right: 6px;
}

.tover_topInfo_social ul li:last-child{
  margin-right: 0;
}

.tover_topInfo_social ul li a{
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #C9C9C9;
  color: #fff;
  text-decoration: none;
}

.tover_topInfo_social ul li a.vk:hover{
  background-color: #628BAC;
}

.tover_topInfo_social ul li a.in:hover{
  background: linear-gradient(to top right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}

.tovar_door{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.tovar_door_img{
  width: calc(100% - 445px);
  display: flex;
}

.tovar_door_img_mini{
  width: 80px;
  display: flex;
  flex-direction: column;
}

.tovar_door_img_mini a{
  width: 78px;
  border: 1px solid #E8E8E8;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.tovar_door_img_mini a.active{
  border-bottom: 2px solid #E56C1C;
}

.tovar_door_img_mini a img{
  width: 30px;
  height: auto;
  opacity: 0.3;
}

.tovar_door_img_mini a.active img, .tovar_door_img_mini a:hover img{
  opacity: 1;
}

.tovar_door_img_box{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 80px);
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}

.tovar_door_img_box img{
  display: none;
  max-width: 240px;
  width: 100%;
}

.tovar_door_img_box img.active{
  display: block;
}

.tovar_door_img_box_hit{
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  background-color: #8DAF6B;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 64px;
  height: 32px;
}

.tovar_door_img_box_sale{
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  background-color: #D84848;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  width: 64px;
  height: 32px;
}

.tovar_door_img_box_sale.two{
  top:40px;
}

.tovar_door_zakaz{
  overflow: hidden;
}

.tovar_door_zakaz .tovar_door_img_box{
  width: calc(100% - 404px);
}

.tovar_door_var{
  width: 324px;
  padding-right: 48px;
  box-sizing: border-box;
}

.tovar_door_var_btn{
  font-size: 18px;
  color: #E56C1C;
  font-family: Circe-Bold;
}

.tovar_door_var_btn:hover{
  text-decoration: none;
}

.tovar_door_var_prezent{
  z-index: -20;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 8px;
  background-color: #fff;
  transform: translateY(calc(-100% - 30px));
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}

.tovar_door_var_prezent_img{
  width: 148px;
  margin-bottom: 10px;
}

.tovar_door_var_prezent_close{
  display: none;
}

.tovar_door_var_title{
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  margin-bottom: 18px;
}

.tovar_door_var_slick{
  width: 162px;
  margin: 0 auto 34px auto;
}

.tovar_door_var_slick button.slick-prev{
  top: calc(50% - 24px);
  left: -66px;
  width: 48px;
  height: 48px;
}

.tovar_door_var_slick.ris button.slick-prev{
  top: 0;
  bottom: 0;
  height: auto;
}

.tovar_door_var_slick button.slick-next{
  top: calc(50% - 24px);
  right: -60px;
  left: auto;
  width: 48px;
  height: 48px;
}

.tovar_door_var_slick.ris button.slick-next{
  top: 0;
  bottom: 0;
  height: auto;
}

.tovar_door_var_item{
  position: relative;
}

.tovar_door_var_item span{
  display: block;
  width: 48px;
  height: 48px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  box-sizing: border-box;
}

.tovar_door_var_item span:hover{
  cursor: pointer;
}

.tovar_door_var_item span.ris{
  border-radius: 0;
  height: 69px;
}

.tovar_door_var_item span.ris img{
  border-radius: 0;
  height: 56px;
  width: auto;
}

.tovar_door_var_item span.selected{
  border: 1px solid #E56C1C;
}

.tovar_door_var_item span img{
  width: 100%;
  border-radius: 50%;
}

.tovar_door_info{
  width: 444px;
  border-left: 1px solid #EBEBEB;
  padding-left: 59px;
}

.tovar_door_info_rass{
  width: 100px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #FFF0F0;
  color: #E23D3D;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 24px;
}

.tovar_door_info_price{
  display: flex;
  align-items: baseline;
  margin-bottom: 18px;
}

.tovar_door_info_price_normal{
  font-size: 40px;
  font-family: Circe-ExtraBold;
  color: #353535;
}

.tovar_door_info_price_normal span{
  font-size: 26px;
}

.tovar_door_info_price_val{
  font-size: 40px;
  font-family: Circe-ExtraBold;
  color: #DE364C;
  margin-right: 16px;
}

.tovar_door_info_price_val span{
  font-size: 26px;
}

.tovar_door_info_price_old{
  position: relative;
  color: #C6C6C6;
  font-size: 25px;
  font-weight: bold;
}

.tovar_door_info_price_old span{
  font-size: 20px;
}

.tovar_door_info_price_old::after{
  content: "";
  position: absolute;
  left: -4px;
  right: -4px;
  top: 10px;
  height: 2px;
  background-color: #DE364C;
}

.tovar_door_info_cupon{
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/cop_fon.png);
  background-size: cover;
  padding: 10px 24px 10px 18px;
}

.tovar_door_info_cupon_text{
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  width: 166px;
}

.tovar_door_info_cupon_line{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 56%;
  width: 2px;
  background-color: #FFFFFF;
  opacity: 0.2;
}

.tovar_door_info_cupon_btn{
  width: 100px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #fff;
}

.tovar_door_info_cupon_btn:hover{
  cursor: pointer;
  color: #fff;
  background-color: #E23D3D;
}

.tovar_door_info_list{
  margin-bottom: 20px;
}

.tovar_door_info_list_title{
  font-size: 18px;
  font-weight: bold;
  color: #323232;
  letter-spacing: normal;
}

.tovar_door_info_list_box p{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: url(/bitrix/templates/StalFord/img/dotted.png) left 13px repeat-x;
  margin-bottom: 12px;
}

.tovar_door_info_list_name{
  background-color: #fff;
  color: #82868B;
  font-size: 15px;
}

.tovar_door_info_list_val{
  background-color: #fff;
  color: #353535;
  font-size: 15px;
}

.tovar_door_info_btn{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #EBEBEB;
}

.tovar_door_info_btn_by{
  width: 174px;
  height: 52px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  font-family: Circe-Regular;
  font-weight: bold;
  color: #fff;
  background-color: #E56C1C;
  border: 2px solid #E56C1C;
  border-radius: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.tovar_door_info_btn_by:hover{
  cursor: pointer;
  background-color: #fff;
  color: #E56C1C;
}

.tovar_door_info_btn_by svg{
  margin-right: 10px;
}

.tovar_door_info_btn_by svg{
  fill: #fff;
}

.tovar_door_info_btn_by svg .stroke{
  stroke: #fff;
}

.tovar_door_info_btn_by:hover svg{
  fill:#E56C1C;
}

.tovar_door_info_btn_by:hover svg .stroke{
  stroke: #E56C1C;
}

.tovar_door_info_btn_one{
  width: 180px;
  height: 52px;
  font-family: Circe-Regular;
  font-size: 18px;
  font-weight: bold;
  color: #E56C1C;
  background-color: #fff;
  border: 2px solid #E56C1C;
  border-radius: 4px;
  margin-bottom: 20px;
}

.tovar_door_info_btn_one:hover{
  cursor: pointer;
  background-color: #E56C1C;
  color: #fff;
}

.tovar_door_info_btn_call{
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-family: Circe-Regular;
  font-weight: bold;
  background-color: #fff;
  color: #E56C1C;
  border: 2px solid #EBEBEB;
  border-radius: 4px;
}

.tovar_door_info_btn_call:hover{
  cursor: pointer;
  border: 2px solid #E56C1C;
}

.tovar_door_info_sposob{
  padding-top: 22px;
  display: flex;
}

.tovar_door_info_sposob_var{
  width: 50%;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
}

.tovar_door_info_sposob_var img{
  margin-right: 16px;
}

.tovar_door_info_sposob_text_title{
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
}

.tabs{

}

.tabs_title{
  margin-bottom: 40px;
}

.tabs_title_slick{
  display: none;
}

.tabs_title a{
  font-size: 17px;
  color: #8B8B8B;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 56px;
  padding-bottom: 6px;
}

.tabs_title a:hover{
  color: #353535;
}

.tabs_title a.active{
  color: #353535;
  border-bottom: 2px solid #E56C1C;
}

.tabs_box{
  display: flex;
  justify-content: space-between;
  max-width: 1292px;
}

.tabs_baner{
  width: 362px;
  height: 368px;
  border: 1px solid #EBEBEB;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 42px;
  flex-direction: column;
}

.tabs_baner_title{
  color: #323232;
  font-size: 24px;
  font-weight: bold;
  font-family: Circe-Regular;
  margin-bottom: 14px;
}

.tabs_baner_text{
  font-size: 18px;
  font-family: Circe-Regular;
  line-height: 24px;
  max-width: 268px;
  margin-bottom: 36px;
}

.tabs_baner_call{
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 18px;
  color: #fff;
  font-family: Circe-Regular;
  text-transform: uppercase;
  background-color: #E56C1C;
  border-radius: 4px;
  border: 2px solid #E56C1C;
  margin-bottom: 15px;
}

.tabs_baner_call:hover{
  cursor: pointer;
  color: #E56C1C;
  background-color: #fff;
}

.tabs_baner_zamer{
  width: 100%;
  height: 52px;
  font-size: 18px;
  font-weight: 18px;
  font-family: Circe-Regular;
  color: #E56C1C;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #EBEBEB;
}

.tabs_baner_zamer:hover{
  cursor: pointer;
  border: 2px solid #E56C1C;
}

.tabs_list{
  width: calc(100% - 400px);
}

.tabs_list_item{
  display: none;
}

.tabs_list_item.active{
  display: block;
}

.tabs_list_item_title{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}

.tabs_list_item_tex_box{
  display: flex;
  padding: 18px 20px;
  font-family: Circe-Regular;
  font-size: 15px;
}

.tabs_list_item_tex_box:nth-child(even){
  background-color:  #F9F9F9;
}

.tabs_list_item_tex_box_name{
  color: #82868B;
  width: 50%;
}

.tabs_list_item_tex_box_val{
  width: 50%;
  font-weight: bold;
  color: #353535;
}

.tabs_list_item_question_title{
  color: #323232;
  border: 1px solid #F2F2F2;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 20px 60px 20px 30px;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.tabs_list_item_question_title.open{
  background-color: #F8F8F8;
  margin-bottom: 0;
}

.tabs_list_item_question_title:hover{
  cursor: pointer;
  background-color: #F8F8F8;
}

.tabs_list_item_question_btn{
  position: absolute;
  display: block;
  right: 30px;
  width: 14px;
  height: 14px;
  top: calc(50% - 7px);
}
.tabs_list_item_question_title.open .tabs_list_item_question_btn{
  transform: rotate(45deg);
}

.tabs_list_item_question_btn span{
  background-color: #8B8B8B;
  position: absolute;
}

.tabs_list_item_question_btn span:nth-child(1){
  width: 100%;
  height: 2px;
  top: 6px;
  left: 0;
}

.tabs_list_item_question_btn span:nth-child(2){
  width: 2px;
  height: 100%;
  top: 0;
  left: 6px;
}

.tabs_list_item_question_otvet{
  display: none;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
  padding: 30px 30px 40px 25px;
  line-height: 22px;
}

.tabs_list_item_question_otvet p{
  color: #353535;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.tabs_list_item_doc{
  display: flex;
  flex-flow: row wrap;
}

.tabs_list_item_doc_box{
  border: 1px solid #F0F0F0;
  padding: 24px 30px;
  margin-right: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.tabs_list_item_doc_ico{
  margin-right: 14px;
  height: 32px;
}

.tabs_list_item_doc_text{
  width: 120px;
}

.tabs_list_item_doc_name{
  color: #E56C1C;
  width: 100%;
  text-decoration: underline;
  margin-bottom: 8px;
  display: block;
}

.tabs_list_item_doc_box:hover .tabs_list_item_doc_name{
  text-decoration: none;
}

.tabs_list_item_doc_type, .tabs_list_item_doc_ves{
  font-size: 13px;
  color: #777777;
}

.tabs_list_item_doc_type{
  text-transform: uppercase;
}

.tabs_list p.text_one_garant{
  color: #323232;
  font-weight: bold;
}

.tabs_list ul.text_ul li{
  color: #323232;
}

.tabs_list_item_services{

}

.tabs_list_item_services_bigTitle{
  font-size: 20px;
  font-family: Circe-Bold;
  margin-bottom: 15px;
  margin-top: 28px;
}

.tabs_list_item_services_miniTitle{
  font-size: 17px;
  font-family: Circe-Bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.tabs_list_item_services_text{
  font-size: 16px;
  font-family: Circe-Regular;
  line-height: 24px;
}

.tabs_list_item_services .text_ul{
  padding-top: 0;
}

.tabs_list_item_services .text_ul li{
  padding-top: 0;
  line-height: 24px;
}

.tabs_list_item_services .text_ul li:before{
  content: "";
  margin-top: 0;
  /* top: calc(50% - 1px); */
}

.modal_fon{
  position: fixed;
  display: none;
  background-color: rgba(54, 54, 54, 0.75);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.modal_fon:hover{
  cursor: pointer;
}

.modal{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 46px;
  z-index: 1002;
}

.modal_close{
  position: absolute;
  top: -25px;
  right: 0;
}

.modal_title{
  color: #3D3D3D;
  font-size: 40px;
  font-family: Circe-ExtraBold;
  margin-bottom: 20px;
}

.modal_cupon_title{
  color: #3D3D3D;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 12px;
}

.modal_body{
  position: relative;
}

.modal_body ul.text_ul{
  margin-bottom: 20px;
}

.modal input[type="text"] {
  width: 320px;
  height: 56px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  padding-left: 26px;
  margin-bottom: 24px;
  background-color: #FBFAFA;
  box-sizing: border-box;
}

.modal input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
  color: #868686;
}
.modal input[type="text"]:-moz-placeholder {
  font-size: 16px;
  color: #868686;
}

.modal input[type="text"]:nth-child(odd){
  margin-right: 26px;
}

.modal_personal{
  margin-bottom: 24px;
}

.modal_submit{
  padding: 0 30px;
  height: 52px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #E56C1C;
  border: 2px solid #E56C1C;
  border-radius: 4px;
}

.modal_submit:hover{
  cursor: pointer;
    background-color: #fff;
    color: #E56C1C;
}

.modal_required{
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 14px;
}

.tovar_door_img_mob_info, .tovar_door_var_mob_toggle, .tovar_door_var_mob_toggle{
  display: none;
}

.basketStal{
  width: 1100px;
  margin-top: 24px;
}

.basketStal_list{
  padding: 0;
}

.basketStal_title{
  margin-bottom: 17px;
}

.basketStal_title_fix{
  height: 17px;
  width: 100%;
}

.basketStal_title tr th{
  font-size: 15px;
  text-transform: uppercase;
  font-family: Circe-Bold;
  color: #6F6F6F;
  text-align: left;
  padding-bottom: 17px;
}

.basketStal_item{
  border: 1px solid #E8E8E8;
  padding-bottom: 47px;
}

.basket-items-list-table{
  width: 99%;
}

.basketStal .basket-items-list-wrapper{
  border: none;
  margin-bottom: 0;
}

.basket-items-list-item-descriptions{
  width: auto;
  padding-left: 27px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.basket-items-list-item-price{
  vertical-align: middle;
}

.basket-item-price-current-text{
  font: 400 20px/24px Circe-Regular;
  color: #3D3D3D;
}

.basket-item-block-image{
  border: 1px solid #E8E8E8;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  flex: none;
  margin-right: 34px;
}

.basket-item-info-name{
  font-size: 16px;
  font-family: Circe-Regular!important;
  color: #3D3D3D;
  letter-spacing: normal;
}

.basket-item-info-name, .basket-item-info-name-link {
  margin: 0;
  padding: 0;
  color: #3D3D3D;
  text-decoration: none;
  font: 400 16px/26px Circe-Regular;
  transition: 300ms all ease;
}

.basket-checkout-container{
  border: none;
  padding-top: 25px;
  width: 99%;
  padding-left: 0;
  padding-right: 0;
}

#basket-root .basket-item-property-name, #basket-root .basket-item-property-value{
  color: #3D3D3D;
  font-size: 16px;
  font-family: Circe-Regular;
}

.place_select{
  font-size: 15px;
  line-height: 22px;
  font-family: Circe-Regular;
  background-color: #F4E8D8;
  border: 1px solid #E1C6A2;
  color: #927349;
  border-radius: 4px;
  padding: 0 15px;
  margin-top: 10px;
}

.place_select.in_room{
  background-color: #E9ECD3;
  border: 1px solid #819007;
  color: #819007;
}

.basket-item-block-price{
  text-align: left;
  padding-top: 0;
  padding-right: 20px;
}

.basket-item-price-title{
  text-align: left;
}

.basket-items-list-item-amount{
  padding-top: 0;
  vertical-align: middle;
}

.basket-item-block-amount{
  justify-content: flex-start;
  padding: 0;
  padding-right: 20px;
}


.basket-item-amount-filed{
  width: 48px;
  height: 49px;
  border: 1px solid #E8E8E8;
  font: 400 20px/20px Circe-Regular;
}

.basket-item-amount-btn-plus{
  border: 1px solid #E8E8E8;
  border-bottom: none;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
}

.basket-item-amount-btn-plus::before{
  content: "";
  display: none;
}

.basket-item-amount-btn-plus::after{
  content: "n";
  position: absolute;
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  margin-top: 0;
  margin-left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  transform: rotate(-90deg);
  font-size: 16px;
  font-family: Arrrows-Regular;
  /* transition: 300ms all ease; */
}

.basket-item-amount-btn-plus:hover::after{
  background-color: #efefef;
}

.basket-item-amount-btn-minus{
  border: 1px solid #E8E8E8;
  border-left: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 24px;
}

.basket-item-amount-btn-minus::after{
  content: "n";
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  margin-top: 0;
  margin-left: 0;
  width: auto;
  height: auto;
  background-color: #fff;
  transform: rotate(90deg);
  font-size: 16px;
  font-family: Arrrows-Regular;
  /* transition: 300ms all ease; */
}

.basket-item-amount-btn-minus:hover::after{
  background-color: #efefef;
}

.basket-items-list-item-remove{
  vertical-align: middle;
  padding-top: 0!important;
}

.basket-item-block-actions{
  margin-right: 10px;
}

.basket-checkout-section-inner{
  flex-direction: column;
  align-items: flex-end;
}

.basketStal_total{
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}

.basketStal_total_text{
  color: #3D3D3D;
  font-size: 20px;
  font-family: Circe-Bold;
  margin-right: 80px;
}

.basketStal_total_price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.basketStal_total_price_old{
  position: relative;
  margin-bottom: 8px;
  color: #a1a1a1;
}

.basketStal_total_price_old:after {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  background: no-repeat center url(data:image/svg+xml;charset=US-ASCII,%0A%3Csvg%20width%3D%22491px%22%20height%3D%22125px%22%20viewBox%3D%220%200%20100%25%20100%25%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%3E%0A%20%20%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M1.23046875%2C121.410156%20C122.764455%2C80.3998661%20212.227997%2C52.9779911%20269.621094%2C39.1445312%20C327.014191%2C25.3110714%20400.420441%2C13.476436%20489.839844%2C3.640625%22%20stroke%3D%22%23B80909%22%20stroke-width%3D%2216%22%20/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E);
  background-size: 100% 100%;
  content: '';
}

.basketStal_total_price_val{
  color: #3D3D3D;
  font-size: 24px;
  font-family: Circe-Bold;
}

.basketStal_total_info{
  color: #727272;
  font-size: 15px;
  margin-bottom: 16px;
}

.basketStal_total_button_btn{
  background-color: #a2785c;
  color: #fff;
  font-size: 18px;
  font-family: Circe-Bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  width: 188px;
  height: 48px;
}

.basketStal_total_button_btn:hover{
  background-color: #90674c;
  cursor: pointer;
}

.modal_tovar.view{
  display: block;
}

.modal_tovar_title{
  display: flex;
  margin-bottom: 10px;
}

.modal_tovar_title_one{
  color: #6F6F6F;
  width: 550px;
  font-size: 15px;
  font-family: Circe-Bold;
  text-transform: uppercase;
}

.modal_tovar_title_two{
  color: #6F6F6F;
  font-size: 15px;
  font-family: Circe-Bold;
  text-transform: uppercase;
}

.modal_tovar_box{
  width: 700px;
  border: 1px solid #E8E8E8;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 29px;
}

.modal_tovar_info{
  width: 550px;
  padding: 27px 31px;
  box-sizing: border-box;
  display: flex;
}

.modal_tovar_info_img{
  border: 1px solid #E8E8E8;
  padding: 17px;
  margin-right: 24px;
}

.modal_tovar_info_img img{
  max-width: 54px;
}

.modal_tovar_info_property p{
  color: #3D3D3D;
  font-size: 16px;
  line-height: 28px;
  font-family: Circe-Regular;
}

.modal_tovar .place_select{
  margin-top: 13px;
}

.modal_tovar_price{
  padding-top: 27px;
  padding-bottom: 27px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: Circe-Bold;
}

.modal_tovar_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal_tovar_btn_close{
  color: #E56C1C;
  font-size: 18px;
  font-family: Circe-Bold;
  text-decoration: none;
}

.modal_tovar_btn_close:hover{
  cursor: pointer;
  text-decoration: underline;
}

.modal_tovar_btn_cart{
  background-color: #E56C1C;
  color: #fff;
  border: 2px solid #E56C1C;
  border-radius: 4px;
  width: 212px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 18px;
  font-family: Circe-Bold;
  text-decoration: none;
}

.modal_tovar_btn_cart:hover{
  background-color: #fff;
  color: #E56C1C;
}

.orderMain{
  display: flex;
  padding-top: 30px;
}

.orderMain_info{
  width: 632px;
  margin-right: 29px;
}

.orderMain_info_title{
  padding: 22px 20px;
}

@media screen and (max-width: 1600px) {
  .tovar_door_img{
    width: calc(100% - 390px);
  }

  .tovar_door_var{
    padding-right: 30px;
  }

  .tovar_door_info{
    padding-left: 30px;
    width: 390px;
  }

}

@media screen and (max-width: 1450px) {
  .basketStal{
    width: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .tabs_title a{
    margin-right: 24px;
  }
}

@media screen and (max-width: 1380px) {
  .tovar_door_zakaz{
    flex-wrap: wrap;
  }

  .tovar_door_zakaz .tovar_door_img_box{
    width: calc(100% - 80px);
    margin-bottom: 20px;
  }

  .tovar_door_var{
    padding-right: 0;
  }
}

@media screen and (max-width: 1100px) {

  .tabs_list {
    width: calc(100% - 364px);
  }

  .modal_required{
    bottom: -24px;
  }
}

@media screen and (max-width: 900px) {
  .tovar{
    padding-top: 20px;
  }

  .tovar_door_info{
    width: 360px;
  }

  .tovar_door_info_btn_by{
    width: 100%;
  }

  .tovar_door_info_btn_one{
    width: 100%;
  }

  .tovar_door_img{
    width: calc(100% - 360px);
  }

  .tovar_door_img_box{
    padding-left: 20px;
    padding-right: 20px;
  }

  .tovar_door_img_box img{
    width: 100%;
  }

  .tabs_box{
    flex-wrap: wrap;
  }

  .tabs_list{
    width: 100%;
    margin-bottom: 50px;
  }

  .tabs_title a{
    margin-right: 12px;
    font-size: 14px;
  }

  .basketStal_title{
    display: none!important;
    height: 0;
    overflow: hidden;
  }

  .basketStal_item{
    display: flex!important;
    flex-flow: row wrap!important;
    justify-content: center!important;
    border: 1px solid #E8E8E8!important;
  }

  .basket-items-list-item-container>td{
    border: none!important;
  }

  tr.basket-items-list-item-container{
    justify-content: center!important;
    align-items: center!important;
  }

  .basket-items-list-item-remove{
    width: 100%;
    display: flex!important;
    justify-content: center;
    margin-bottom: 8px;
    border: none!important;
  }

  .basket-items-list-item-descriptions{
    width: 100%;
    border: none!important;
    padding: 30px;
    display: flex!important;
    justify-content: center;
  }
}

@media screen and (max-width: 800px) {
  .modal_tovar{
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    padding: 20px;
    padding-bottom: 40px;
    max-height: 96vh;
    overflow-x: auto;
  }

  .modal_tovar_box{
    width: 100%;
  }

  .modal_tovar_title_one{
    width: 65%;
  }

  .modal_tovar_info{
    width: 65%;
  }
}

@media screen and (max-width: 740px) {
  .tover_topInfo_social{
    display: none;
  }

  .tovar_door_info_sposob{
    margin-bottom: 28px;
  }

  .tover_topInfo_social_mobail{
    display: flex;
    padding-top: 18px;
    border-top: 1px solid #EBEBEB;
  }

  .tovar_door{
    flex-wrap: wrap;
  }

  .tovar_door_img{
    width: 100%;
    padding-bottom: 39px;
    margin-bottom: 35px;
  }

  .tovar_door_info{
    width: 100%;
    padding-left: 0;
    border-left: none;
  }

  .tovar_door_info_cupon{
    margin-bottom: 10px;
  }

  .tabs_title{
    display: none;
  }

  .tabs_title_slick{
    display: block;
    margin-bottom: 40px;
  }

  .tabs_title_slick a{
    font-size: 16px;
    font-family: Circe-Regular;
    color: #8B8B8B;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 6px;
    display: inline-block;
    margin-right: 20px;
  }

  .tabs_title_slick a.active{
    color: #353535;
    border-bottom: 2px solid #E56C1C;
  }

  .basket-item-block-image{
    margin-right: 0;
  }

  .basket-item-block-actions{
    margin: 0;
  }

  .basket-item-block-amount{
    padding: 0;
  }

  .basket-item-info-name{
    padding: 0 8px;
  }

  .basket-item-block-properties{
    display: block;
    padding: 0 8px;
  }

  .place_select{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 70px;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .index_h2{
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .tovar_door_var_prezent_close{
    display: block;
    position: absolute;
    right: 0;
    top: -20px;
  }
}

@media screen and (max-width: 600px) {

  .tabs_list_item_tex{
    width: 100vw;
    margin-left: -15px;
  }

  .tabs_list_item_tex_box_val{
    padding-left: 15px;
  }

  .tovar_door_img{
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 39px;
  }

  .tovar_door_img_box{
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    order: 1;
  }

  .tovar_door_img_mini{
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
    order: 2;
  }

  .tovar_door_img_mob_info{
    display: block;
    order: 3;
    border-top: 1px solid #EBEBEB;
    padding-top: 35px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .tovar_door_var_mob_toggle{
    display: block;
    order: 4;
  }

  .tovar_door_var{
    order: 5;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }

  .tovar_door_var_mob_toggle{
    position: relative;
    display: block;
    width: 100%;
    color: #2C2C2C;
    font-size: 22px;
    font-weight: bold;
    /* margin-bottom: 22px; */
    text-decoration: none;
  }

  .tovar_door_var_mob_toggle::after{
    content: "+";
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
  }

  .tovar_door_var_mob_toggle.open{
    margin-bottom: 22px;
  }

  .tovar_door_var_mob_toggle.open::after{
    content: "-";
  }

  .tovar_door_img_mini a{
    border: none;
    border-bottom: 3px solid #C6C6C6;
    margin: 0 5px;
    padding: 4px 0;
  }

  .tovar_door_img_mini a.active{
    border-bottom: 3px solid #E56C1C;
  }

  .tovar_door_img_mini a img{
    display: none;
  }

  .tovar_door_img_box_hit{
    right: auto;
    left: 0;
  }

  .tovar_door_img_box_sale{
    right: auto;
    left: 0;
  }

  .tovar_door_zakaz .tovar_door_img_box{
    width: 100%;
  }

  .tovar_door_zakaz{
    padding-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 28px;
  }

  .tovar_door_info_desc{
    padding-top: 35px;
    border-top: 1px solid #EBEBEB;
    margin-bottom: 28px;
  }

  .tovar_door_info_desc_zak{
    display: none;
  }

  .tovar_door_info_sposob_var:first-child{
    margin-right: 10px;
  }

  .tabs_list_item_question_title{
    font-size: 16px;
  }

  .modal{
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    padding: 20px;
    padding-bottom: 40px;
    max-height: 96vh;
    overflow-x: auto;
  }

  .modal_close{
    top: 8px;
    right: 8px;
  }

  .modal_title{
    font-size: 28px;
  }

  .modal_cupon_title{
    font-size: 16px;
  }

  .modal .text_ul{
    padding-top: 0;
  }

  .modal .text_ul li{
    padding-top: 4px;
  }

  .modal text_ul li:before {
    top: 12px;
  }

  .modal input[type="text"]:nth-child(odd){
    margin-right: 0;
  }

  .modal input[type="text"]{
    width: 100%;
    margin-right: 0;
  }

  .modal_tovar_title{
    display: none;
  }

  .modal_tovar_box{
    flex-flow: row wrap;
  }

  .modal_tovar_info{
    width: 100%;
  }

  .modal_tovar_price{
    width: 100%;
    text-align: left;
    padding-left: 31px;
  }

  .modal_tovar_btn{
    flex-direction: column;
  }

  .modal_tovar_btn_close{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 580px) {
  .basket-item-block-amount{
    /* width: 100%; */
    justify-content: center;
  }
}

@media screen and (max-width: 370px) {
  .modal input[type="text"]{
    height: 46px;
  }
}

.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.socials__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(162, 120, 92, 0.3);
	border-radius: 50%;
	text-decoration: none;
	-webkit-transition: -webkit-filter 0.3s;
	transition: -webkit-filter 0.3s;
	transition: filter 0.3s;
	transition: filter 0.3s, -webkit-filter 0.3s;
}
.socials__item:hover {
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}
.socials__item img {
	display: block;
	width: 100%;
	max-width: 21px;
	height: 100%;
	max-height: 21px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center center;
	object-position: center center;
}

.tovar_door_info_cupon {
	display: none;
}