@charset "UTF-8";
@import url("header.css");
@import url("footer.css");
/*@import url("sidebar.css");*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 0;
  border-bottom: 4px solid;
  border-radius: 9px;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: background var(--speed-fast);
}
.dib {
  display: inline-block !important;
}
.wauto {
  width: auto !important;
}
.title {
  margin: 0;
  line-height: 0.7;
  font-family: FitaVjaz, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}

.woocommerce form .woocommerce-input-wrapper label.woocommerce-form__label-for-checkbox .required {
  float: none;
}
.woocommerce-input-wrapper textarea#order_comments {
  border-radius: 7px;
  padding: 16px;
  background: #F9FAFC;
  min-height: 207px;
  border: 1px solid #F3F3F4;
}

.woocommerce-checkout-payment img {
  display: initial;
}

@media (max-width: 359px) {
  .btn {
    padding: 8px 13px;
  }
}

.wrap {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

.container .wrap {
  display: flex;
  flex-wrap: wrap;
}

.content {
  flex: 0 0 calc(100% - 290px);
  max-width: calc(100% - 290px);
}

@media (max-width: 1100px) {
  .content {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
}

/*product category*/
.woocommerce.columns-4 {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fs-item-category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(25% - 22.5px);
}

.fs-item-category {
  padding: 12px 14px;
  box-sizing: border-box;
  /*background: url('../img/assets/subtract.svg') no-repeat center bottom;*/
  border: 1px solid #F1E5BB;
  border-radius: 12px;
  position: relative;
  min-height: 385px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 0;
}

.fs-item-category .wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  width: calc(100% - 10px);
  height: calc(100% + 10px);
  margin: 0 auto;
  z-index: 60;
  position: relative;
}
.fs-item-category .wrapper p {
  color: #818590;
  text-align: justify;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-family: var(--font-one);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.fs-item-category .wrapper a.category_price_ {
  display: block;
  width: calc(100% + 3px);
  text-align: center;
  box-sizing: border-box;
}
.fs-item-category .wrapper .price {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-align: left;
  box-sizing: border-box;
}
.fs-item-category img {
  border-radius: 12px;
}
.fs-item-category .parent_dom {
  width: 100%;
  position: relative;
}
.fs-item-category a.hide_me {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.1;
    padding: 15px 10px;
    background: #F4F8FF;
    color: #333;
    font-family: var(--font-one);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    box-sizing: border-box;
    transition: var(--speed-medium);
}
.fs-item-category a.hide_me.hidden {
  display: none;
}
.fs-item-category a.hide_me:hover {
  background: #DDE0EA;
  transition: var(--speed-medium);
}
.fs-item-category a.hide_me svg {
  display: inline-block;
  vertical-align: middle;
}
.fs-item-category a.wp-element-button.product_type_simple {
  display: none;
}

.tmb-wrap .tmb-wrap-table {
  height: 93%;
  width: 93%;
  margin: 0 auto;
}
.tmb-wrap-table div {
  border-bottom: 5px solid transparent;
  position: relative;
}
.tmb-wrap-table div:before {
  content: '';
  bottom: 0;
  left: 1px;
  height: 2px;
  background: #fff;
  border-radius: 25px;
  position: absolute;
  width: calc(100% - 2px);
}
.tmb-wrap-table div.active {
  border-bottom: 5px solid transparent;
}
.tmb-wrap-table div.active:before {
  content: '';
  bottom: 0;
  left: 1px;
  height: 2px;
  background: #E3CA77;
  border-radius: 25px;
  position: absolute;
  width: calc(100% - 2px);
}

.fs-item-category .item_badge {
  color: #333;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: #E3CA77;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
}
.fs-item-category .product_tags {
  color: #333;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  background: #E3CA77;
  border-radius: 4px;
  padding: 5px;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.fs-item-category .title {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  position: relative;
}
.fs-item-category .title a {
  color: #333;
  text-overflow: ellipsis;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: var(--speed-medium);
}
.fs-item-category .title a:hover {
  color: var(--color-red);
  transition: var(--speed-medium);
}

main .woocommerce #respond input#submit,
main .woocommerce a.button,
main .woocommerce .single_add_to_cart_button button.button,
body.single-product .summary button[name="add-to-cart"],
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
main .woocommerce input.button {
  background: #BB3D29;
  border-radius: 10px;
  padding: 16px 8px;
  letter-spacing: 1px;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: none;
  color: #FFFFFF;
  border: none;
  display: inline-block;
  transition: var(--speed-medium);
}
main .woocommerce #respond input#submit:after,
main .woocommerce a.button:after,
main .woocommerce .single_add_to_cart_button button.button:after,
body.single-product .summary button[name="add-to-cart"]:after,
main .woocommerce input.button:after {
  display: none;
}
.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
  padding: 16px 8px !important;
}
main .woocommerce #respond input#submit:hover,
main .woocommerce a.button:hover,
body.single-product .summary button[name="add-to-cart"]:hover,
.woocommerce .single_add_to_cart_button button.button:hover,
main .woocommerce input.button:hover {
  background: #BB3D29;
  transition: var(--speed-medium);
}
/*main .woocommerce .item .quantity {*/
/*  display: inline-block;*/
/*}*/
.quantity,
.fs-item-category .quantity,
main .summary .quantity {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
.quantity .buttons_added input,
.fs-item-category .quantity .buttons_added input,
main .summary .quantity .buttons_added input {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 0;
  background-color: transparent;
  outline: 0;
  font-size: 18px;
  height: 49px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F6F7F9;
  border-radius: 10px;
}
.quantity .buttons_added input[type="number"],
.fs-item-category .quantity .buttons_added input[type="number"],
main .summary .quantity .quantity .buttons_added input[type="number"] {
  color: #333333;
  box-sizing: border-box;
  width: 100%;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button,
main .summary .quantity input[type="number"]::-webkit-outer-spin-button,
main .summary .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity .buttons_added input[type="button"],
.fs-item-category .quantity .buttons_added input[type="button"],
main .summary .quantity .buttons_added input[type="button"] {
  cursor: pointer;
  color: #818590;
  font-weight: 900;
  background: #fff;
  border: 0;
  position: absolute;
  border-radius: 10px;
  width: 32px;
  height: 32px;
  transition: var(--speed-medium);
}
.quantity .buttons_added input[type="button"]:hover,
.fs-item-category .quantity .buttons_added input[type="button"]:hover,
main .summary .quantity .buttons_added input[type="button"]:hover {
  background: #DDE0EA;
  color: #818590;
  transition: var(--speed-medium);
}
.quantity .buttons_added input.plusminus.minus,
.fs-item-category .quantity .buttons_added input.plusminus.minus,
main .summary .quantity .buttons_added input.plusminus.minus {
  top: 10px;
  left: 20%;
}
.quantity .buttons_added input.plusminus.plus,
.fs-item-category .quantity .buttons_added input.plusminus.plus,
main .summary .quantity .buttons_added input.plusminus.plus {
  top: 10px;
  right: 20%;
}
.fs-item-category .added_to_cart.wc-forward {
  position: absolute;
}
.woocommerce nav.woocommerce-pagination {
  display: block;
  margin: 40px auto;
}
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li:not(:last-of-type) {
  margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: var(--speed-medium);
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: var(--color-red);
  background: transparent;
  transition: var(--speed-medium);
}
.woocommerce-pagination .page-numbers li .next,
.woocommerce-pagination .page-numbers li .prev {
  background: var(--color-red);
  border-radius: 10px;
  transition: var(--speed-medium);
}
.woocommerce-pagination .page-numbers li .next:hover,
.woocommerce-pagination .page-numbers li .prev:hover,
.woocommerce-pagination .page-numbers li .next:focus,
.woocommerce-pagination .page-numbers li .prev:focus {
  background: #DDE0EA;
  transition: var(--speed-medium);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #333;
}

.woocommerce p.stars a::before {
  color: #efb42b;
}
.woocommerce #review_form #respond .form-submit input {
  border-radius: 10px;
  background: #BB3D29;
  text-align: center;
  display: block;
}

@media only screen and (min-width: 996px) {
  .fs-item-category {
    margin-right: 30px;
  }
  .fs-item-category:nth-child(4n) {
    margin-right: 0;
  }
}

/*breadcrumbs*/
section.breadcrumbs ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
section.breadcrumbs ul li {
  display: inline-block;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #65676E;
}
section.breadcrumbs ul li a {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #A9AEB2;
}
section.breadcrumbs ul li span svg {
  display: inline-block;
  vertical-align: middle;
}
/*page content*/
main p,
.woocommerce form .form-row label {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #797979;
  margin-top: 0;
  margin-bottom: 0;
}
main p a {
  color: #BB3D29;
  text-decoration: underline;
}
main p a:hover,
.woocommerce form .form-row label a:hover {
  color: #BB3D29;
  text-decoration: none;
}

main ul,
main ol {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #797979;
}
main p:first-of-type {
  margin-top: 0;
}
main p:last-of-type {
  margin-bottom: 0;
}

/*product page*/
.woocommerce div.product div.summary .product_title.entry-title {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #333333;
}
.woocommerce div.product div.summary .subtitle {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #818590;
}
.woocommerce-message {
  border-top-color: #FFD35F;
}
.woocommerce-message::before {
  color: #FFD35F;
}

.stock_and_art .instock,
.stock_and_art .onbackorder {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: inline-block;
  margin-right: 32px;
}
.stock_and_art .out_of_stock {
  color: #818590;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
}
.stock_and_art .instock svg,
.stock_and_art .onbackorder svg,
.stock_and_art .out_of_stock svg {
  display: inline-block;
  vertical-align: middle;
}
.stock_and_art .instock {
  color: var(--color-red);
}
.woocommerce div.product .grey.not_in_stock {
    margin-top: 37px;
    margin-bottom: 32px;
}
.woocommerce div.product .parent_dom .grey.not_in_stock {
  margin-top: 0;
  margin-bottom: 7px;
}

.stock_and_art {
  border-bottom: 1px solid #DDE0EA;
}
.stock_and_art .sku {
  display: inline-block;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #A9AEB2;
}

.product .summary .price {
  background: #BB3D29;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 10px;
}
.product .summary .price {
  display: inline-block;
}

.product .summary .price:before {
  content: '';
  width: 6px;
  height: 12px;
  background: #fff;
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  position: absolute;
  top: calc(50% - 6px);
  left: -1px;
}

.product .summary .price:after {
  content: '';
  width: 6px;
  height: 12px;
  background: #fff;
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  position: absolute;
  top: calc(50% - 6px);
  right: -1px;
}

.product .summary .price bdi {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #FFFFFF;
}

.product .summary .price bdi:after {
  content: '/шт';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.product a.hide_me {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  padding: 15px 10px;
  background: #F4F8FF;
  color: #333;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  box-sizing: border-box;
  transition: var(--speed-medium);
}
.product a.hide_me.hidden {
  display: none;
}
.product a.hide_me:hover {
  background: #DDE0EA;
  transition: var(--speed-medium);
}
.product a.hide_me svg {
  display: inline-block;
  vertical-align: middle;
}
.grey.not_in_stock {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.1;
  padding: 15px 10px;
  background: #F4F8FF;
  color: #333;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 10px;
  box-sizing: border-box;
  transition: var(--speed-medium);
}
.product .summary .information {
  cursor: pointer;
  position: relative;
  position: absolute;
  margin-left: 8px;
}
.product .summary .information svg {
  margin-bottom: -4px;
}
.product .summary .visibility {
  display: none;
}
.product .summary .information:hover .visibility:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -6px;
  left: 174px;
}
.product .summary .information:hover .visibility {
  font-family: var(--font-one);
  display: block;
  position: absolute;
  font-style: normal;
  font-weight: 100;
  min-width: 165px;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  background: #fff;
  border-radius: 4px;
  padding: 8px 16px;
  z-index: 2;
  left: -169px;
  top: 23px;
  -webkit-box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 3px 6px -4px rgba(0,0,0,.12);
  box-shadow: 0 9px 28px 8px rgba(0,0,0,.05), 0 3px 6px -4px rgba(0,0,0,.12);
  -webkit-filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .08));
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .08));
}
.woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  align-content: center;
  margin-top: 37px;
  margin-bottom: 32px;
  position: relative;
}
.woocommerce div.product form.cart div.quantity {
  order: 2;
  margin: 0px;
}
body.single-product .summary button[name="add-to-cart"] {
  order: 1;
  width: auto;
  padding-left: 38px;
  padding-right: 38px;
  position: relative;
}
body.single-product .summary button[name="add-to-cart"] img,
.youre_order .button img {
  opacity: 0;
  position: absolute;
  right: 8%;
  top: 24px;
  transition: var(--speed-medium);
}
body.single-product .summary button[name="add-to-cart"]:hover img,
.youre_order .button:hover img {
  opacity: 1;
  right: 5%;
  transition: var(--speed-medium);
}

body.single-product .gold-btn {
  border: 1px solid #E3CA77;
  border-radius: 4px;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #919A97;
  padding: 10px 28px;
  margin: 20px 0;
}
body.single-product .gold-btn:not(:first-of-type) {
  margin-right: 20px;
}

body.single-product .single-product-image-part img {
  border-radius: 8px;
}

body.single-product .single-product-image-part .right {
  margin-left: 12px;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

body.single-product .swiper-button-prev {
  top: 0;
}
body.single-product .swiper-button-next {
  bottom: -22px;
}

body.single-product .swiper-button-prev,
body.single-product .swiper-button-next {
  background: #fff;
  line-height: 1;
  text-align: center;
  width: 100%;
  left: 0;
  right: 0;
  position: relative;
}

body.single-product .swiper-button-prev:after,
body.single-product .swiper-button-next:after {
  display: none;
}
body.single-product .swiper-slide.swiper-slide-active {
  position: relative;
}
body.single-product .swiper-slide.swiper-slide-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 18px);
  border-radius: 2px;
  border: 2px solid #E3CA77;
}

.weight-ttl {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  color: #919A97;
  margin: 20px 0 16px;
}
.woocommerce div.product div.summary .wrp {
  border-top: 1px solid #DDE0EA;
  padding-top: 15px;
}
.woocommerce div.product div.summary .wrp .element_title {
  color: #333;
  text-align: justify;
  font-family: var(--font-one);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.woocommerce div.product div.summary .trms {
  width: 100%;
  display: table;
  table-layout: auto;
  padding-bottom: 0.5em;
  white-space: nowrap
}
.woocommerce div.product div.summary .trms .left,
.woocommerce div.product div.summary .trms .right {
  width: auto;
  display: table-cell;
  margin-bottom: -0.5em;
  min-width: auto;
}
.woocommerce div.product div.summary .trms .left {
  float: left;
  padding-right: 0.25em;
  color: #818590;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px
}
.woocommerce div.product div.summary .trms .right {
  color: #373940;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px
}
.woocommerce div.product div.summary .trms .separator {
  border-bottom: 1px dotted #DDE0EA;
  display: table-cell;
  width: inherit;
}
.woocommerce div.product div.summary .trms .right {
  float: right;
  margin-left: 0;
}
.woocommerce div.product div.summary {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(26, 26, 26, 0.05);
  border-radius: 8px;
  padding: 32px 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #818590;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  color: #818590;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0 0 0 0;
  margin: 0 -5px;
  padding: 0 1em;
  border-bottom-color: #DDE0EA;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 1px solid #DDE0EA;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: 1px solid #DDE0EA;
}
.single-product .flex-viewport {
  border-radius: 8px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
a.line {
  position: relative;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after,
a.line:after {
  content: "█";
  line-height: 0;
  font-size: 999em;
  overflow: hidden;
  font-style: normal;
  display: block;
  position: absolute;
  height: 2px;
  width: 0;
  left: 0;
  color: #BB3D29;
  border-radius: 2px;
  bottom: 10px;
  visibility: hidden;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
a.line:hover {
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover:after,
a.line:hover:after {
  visibility: visible;
  width: 100%
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  visibility: visible;
  width: 100%
}
.woocommerce div.product div.images .flex-control-thumbs {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  /*flex-direction: column;*/
  align-items: flex-start;
  transition-property: transform, height;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
  color: #333;
  text-align: justify;
  font-family: var(--font-one);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs .panel p {
  color: #333;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  line-height: 150%
}
.woocommerce div.product .woocommerce-tabs .panel p strong {
  color: #818590;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px
}
/*modal*/
.popup {
  display: none;
  width: 100%;
  max-width: 520px;
}
.popup__bottom {
  display: flex;
  justify-content: center;
}

.modal-window {
  position: relative;
}
.modal-window#log-in:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/assets/listok.png') top left no-repeat;
  background-size: contain;
  border-radius: 24px;
}
.fancybox__content {
  padding: 12px 30px;
}
.btn_yellow { background-color: #efb42b; border-color: #d5a026; color: #fff !important; /*box-shadow: 0 0 20px #f6d548 inset;*/ text-shadow: 0 2px 0 rgba(229, 156, 30, 0.004); }
.btn_yellow:not(.deactive):hover { background-color: #fcc74f; color: #fff; }
footer .btn_yellow {
  max-width: 293px;
}
.fancybox__content>.f-button.is-close-btn {
  width: 48px;
  height: 48px;
  right: 30px;
  top: 30px;
  background: #EDEFF4;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  opacity: 1;
}
.fancybox__content>.f-button.is-close-btn:hover {
  transform: rotate(90deg);
}
.f-button svg {
  fill: #373940
}
.fancybox__container {
  background: rgba(0, 0, 0, 0.5)
}
.modal-window {
  border-radius: 24px;
}

.modal-window .woocommerce {
  position: relative;
  z-index: 2;
}

.modal-window .woocommerce .h2 {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 110%;
  text-align: center;
  color: #333;
}
.modal-window .registration {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #83888F;
  position: relative;
}
.modal-window .registration a {
  color: #BB3D29;
  text-decoration: none;
  transform: var(--speed-medium);
}
.modal-window .registration a:hover {
  text-decoration: underline;
  transform: var(--speed-medium);
}
.modal-window .modal_title {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 145%;
  text-align: center;
  color: #333;
}
.modal-window .woocommerce form.checkout_coupon,
.modal-window .woocommerce form.login,
.modal-window .woocommerce form.register {
  border: none;
  padding: 0px;
  margin: 0;
}

.modal-window .woocommerce form .password-input,
.modal-window .woocommerce-page form .password-input {
  width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #83888F;
  margin: 0;
}
.woocommerce form.checkout_coupon a,
.woocommerce form.login a,
.woocommerce form.register a {
  color: #BB3D29;
  text-decoration: none;
}
.woocommerce form.checkout_coupon a:hover,
.woocommerce form.login a:hover,
.woocommerce form.register a:hover {
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
  color: #333;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.modal-window#registration {
  max-width: 616px;
}
.modal-window#registration:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/assets/registration.png') top left no-repeat;
  /*background-size: contain;*/
  border-radius: 24px;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
  text-align: left;
  position: relative;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  width: 100%;
}

.woocommerce form .form-row label[for="billing_consent"] {
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.check > input {
  display: none
}


.check > label {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1.8px solid #BB3D29;
  border-radius: 6px;
  vertical-align: middle;
  margin-right: 10px
}
.check > label:before {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
}
input[type=checkbox]:checked + label:before {
  content: "";
  background: url("../img/assets/accept-email.svg") 2px center no-repeat;
  text-align: center;
  color: #0f0f0f;
}
.checkbox:not(checked).no-filled + label {
  border: 2px solid #780000 !important
}

.s-contacts {
  padding: 60px 0 0;
  position: relative;
  z-index: 60;
}
.s-contacts h2.title {
  margin: 0 0 30px;
}
.s-contacts__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 50;
}
.s-contacts__info {
  flex: 0 0 50%;
  max-width: 50%;
}
.s-contacts__info h4.title + h4.title {
  margin-top: 6px;
}
.s-contacts__info .article {
  margin: 0 36px 38px 0;
}
.s-contacts__info a:not(.btn) {
  color: inherit;
  transition: color var(--speed-fast);
}
.s-contacts__info a:not(.btn):hover {
  color: var(--color-red);
}
.s-contacts__info__item {
  padding: 0 0 0 46px;
  position: relative;
}
.s-contacts__info__item + .s-contacts__info__item {
  margin-top: 20px;
}
.s-contacts__info__item_church:before,
.s-contacts__info__item_email:before {
  content: "";
  display: block;
  background: var(--color-yellow);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 13px;
}
.s-contacts__info__item_church:before {
  width: 23px;
  height: 23px;
  -webkit-mask: url("../img/assets/icons.svg#church") center bottom no-repeat;
  mask: url("../img/assets/icons.svg#church") center bottom no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.s-contacts__info__item_email:before {
  -webkit-mask: url("../img/assets/icons.svg#email") center bottom no-repeat;
  mask: url("../img/assets/icons.svg#email") center bottom no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  top: 2px;
}
.s-contacts__socials {
  display: flex;
  margin: 26px 0 30px;
}
.s-contacts__socials a {
  display: inline-block;
  width: 46px;
  height: 46px;
  padding: 0;
}
.s-contacts__socials a + a {
  margin-left: 20px;
}
.s-contacts__socials .vk {
  position: relative;
}
.s-contacts__socials .vk:after,
.s-contacts__socials .vk:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s-contacts__socials .vk:before {
  background: #fff;
  top: 50%;
  z-index: 50;
}
.s-contacts__socials .vk:after {
  background: #e59c1e;
  top: calc(50% + 2px);
  z-index: 40;
}
.s-contacts__socials .vk:after,
.s-contacts__socials .vk:before {
  width: 24px;
  height: 24px;
  -webkit-mask: url("../img/assets/icons.svg#vk") center bottom no-repeat;
  mask: url("../img/assets/icons.svg#vk") center bottom no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.s-contacts__socials_new {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 26px 0 30px 45px;
}
.s-contacts__socials_new a {
  display: inline-block;
  height: 30px;
  padding: 0;
  transition: opacity var(--speed-fast);
}
.s-contacts__socials_new a:hover {
  opacity: 0.8;
}
.s-contacts__socials_new a + a {
  margin-left: 20px;
}
.s-contacts__socials_new .vk {
  height: 20px;
  width: 32px;
  background: url("../img/contacts/vk.svg") center no-repeat;
  background-size: contain;
}
.s-contacts__socials_new .od {
  width: 118px;
  background: url("../img/contacts/od.svg") center no-repeat;
  background-size: contain;
}
.s-contacts__socials_new .tl {
  height: 28px;
  width: 28px;
  background: url("../img/contacts/tl.svg") center no-repeat;
  background-size: contain;
}
.s-contacts__more,
.s-contacts__popup {
  height: 63px;
  padding-left: 28px;
  padding-right: 28px;
}
.s-contacts__map {
  width: calc(50vw - 13%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.s-contacts__map:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #d2d2d2;
  opacity: 0.8;
  filter: blur(30px);
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 35;
}
.s-contacts__map__inner {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url("../img/contacts/map_inner.svg") left bottom no-repeat;
  mask: url("../img/contacts/map_inner.svg") left bottom no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  position: relative;
  z-index: 50;
}
.s-contacts__cloud1 {
  display: block;
  width: 809px;
  height: 396px;
  background: url("../img/contacts/contacts_cloud1.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 330px;
  z-index: 35;
}
.s-contacts__cloud2 {
  display: block;
  width: 1086px;
  height: 461px;
  background: url("../img/contacts/contacts_cloud2.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 160px;
  right: calc(100% - 300px);
  z-index: 35;
}
.s-contacts__buttons {
  width: 100%;
  max-width: 250px;
}
.s-contacts__buttons a {
  display: flex;
  width: 100%;
}
.s-contacts__buttons a + a {
  margin-top: 10px;
}

#popup_contacts h3.title {
  line-height: 0.8;
}
.popup.popup_requisites {
  max-width: 650px;
  font-size: 16px;
}
.requisites__info {
  flex: 0 0 calc(100% - 276px);
  max-width: calc(100% - 276px);
  padding: 0 0 0 30px;
}

.s-contacts .red {
  color: var(--color-red);
}
.s-contacts .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 8px 16px;
  border: 0;
  border-bottom: 4px solid;
  border-radius: 9px;
  text-align: center;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  transition: background var(--speed-fast);
}
.s-contacts .btn_yellow {
  background-color: var(--color-yellow);
  border-color: #d5a026;
  text-shadow: 0 2px 0 rgba(229, 156, 30, 0.004);
}
.s-contacts .btn_yellow:not(.deactive):hover {
  background-color: #fcc74f;
}
.btn_red,
.s-contacts .btn_red {
  background: var(--color-red) !important;
  border-color: #812112;
}
.s-contacts .btn_red:not(.deactive):hover {
  background-color: #c0513f;
}

.s-contacts .s-contacts__more,
.s-contacts .s-contacts__popup {
  height: 63px;
  padding-left: 28px;
  padding-right: 28px;
}
.s-contacts .s-contacts__buttons {
  width: 100%;
  max-width: 250px;
}
.s-contacts .s-contacts__buttons a {
  display: flex;
  width: 100%;
}
.s-contacts .s-contacts__buttons a + a {
  margin-top: 10px;
}
.s-contacts .popup.popup_requisites {
  max-width: 650px;
}

/* cart */
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto;
  border-radius: 8px;
}
#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th,
#add_payment_method table.cart td a,
#add_payment_method table.cart th a,
.woocommerce-cart table.cart td a,
.woocommerce-cart table.cart th a,
.woocommerce-checkout table.cart td a,
.woocommerce-checkout table.cart th a {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

.woocommerce-cart table.cart .fs-information {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  align-items: center;
  color: #818590;
}
.woocommerce-cart table.cart .woocommerce-Price-amount {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #BB3D29;
}

.woocommerce-cart .woocommerce {
  position: relative;
}
.woocommerce-cart .woocommerce .empty-cart {
  position: absolute;
  top: -60px;
  right: 0;
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #336ABC;
  transition: var(--speed-medium);
}
.woocommerce-cart .woocommerce .empty-cart svg {
  margin-right: 7px;
}
.woocommerce-cart .woocommerce .empty-cart:hover {
  transition: var(--speed-medium);
  text-decoration: underline;
}
.woocommerce .product-subtotal .fs-remove-item a svg {
  margin-right: 7px;
}
.woocommerce a.remove:hover {
  background: transparent;
}
.woocommerce .product-subtotal {
  position: relative;
  max-width: 60px;
}
.woocommerce .product-subtotal .fs-remove-item {
  position: absolute;
  right: 0;
  top: 20px;
}
.woocommerce table.shop_table {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DDE0EA;
  padding-bottom: 45px;
  margin-bottom: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.woocommerce table.shop_table td {
  padding: 0;
}
.woocommerce .order-total {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #151515;
  float: right;
}
.woocommerce .order-total .left {
  margin-right: 40px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-family: var(--font-one);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFF;
  padding: 19px 60px 19px 38px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button img,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button img,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button img {
  right: 12%;
  top: 27px;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
  padding: 0;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover img,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover img,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover img {
  right: 9%;
}
.h3.grey-title {
  border-radius: 4px 4px 0px 0px;
  background: #DDE0EA;
  color: #191919;
  text-align: left;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 22px 0 22px 30px;
}
.right-part-of-checkout-page {
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #DDE0EA;
}
.right-part-of-checkout-page .image {
  max-width: 100px;
  margin-right: 20px;
}
.right-part-of-checkout-page .item-element {
  padding: 20px;
  border-bottom: 1px solid #DDE0EA;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.right-part-of-checkout-page .item-element .information {
  max-width: 201px;
}
.right-part-of-checkout-page .item-element .information .title {
  color: #373940;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.right-part-of-checkout-page .item-element .information .weight {
  color: #818590;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.right-part-of-checkout-page .item-element .information .weight span {
  margin-left: 16px;
}
.right-part-of-checkout-page .item-element .information .price {
  color: #BB3D29;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: var(--font-one);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.woocommerce-checkout .woocommerce table.shop_table {
  border-radius: 10px;
  background: #FEFEFE;
  box-shadow: 0px 0px 10px 0px rgba(28, 35, 39, 0.05);
}
.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  width: 20%;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th,
.woocommerce-checkout .woocommerce table.shop_table tfoot th,
.woocommerce-checkout .woocommerce table.shop_table tbody td {
  color: #333;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-top: none;
  padding-top: 20px;
  padding-left: 20px;
}
.woocommerce-checkout table.shop_table tfoot td {
  color: #333;
  text-align: right;
  font-family: var(--font-one);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-top: none;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
  border: none;
  padding-top: 20px;
  padding-right: 20px;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping.gold {
  border-radius: 10px 10px 0px 0px;
  background: #F4F8FF;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping.gold th,
.woocommerce-checkout .woocommerce-shipping-totals.shipping.gold td {
  padding-bottom: 20px;
}
.woocommerce-checkout .woocommerce table.shop_table {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-spacing: unset;
  overflow: hidden;
}

.woocommerce form .form-row input.input-text[name="shipping_email"] {
  margin-bottom: 20px;
}
.woocommerce-checkout #payment {
  margin-top: 20px;
}

.woocommerce-checkout .woocommerce #payment #place_order,
.woocommerce-checkout .woocommerce-page #payment #place_order {
  max-width: 280px;
}

.woocommerce-order-received table.shop_table thead th.product-total,
.woocommerce-order-received table.shop_table tbody td.product-total {
  text-align: right;
}
.woocommerce-order-received table.shop_table tbody td.product-total {
  padding-left: 0px;
  padding-right: 20px;
}

#billing_first_name,
#billing_last_name,
#billing_phone,
#billing_email,
#billing_middle_name {
  display: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
  border-top: 1px solid #E5E6E9;
  padding: 25px 0 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: left;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  color: var(--color-red);
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: right;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 48px -6px rgba(0, 0, 0, 0.07);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #333;
  font-family: var(--font-one);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 177%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--color-red);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--color-red);
  font-family: var(--font-one);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 177%;
}

.woocommerce-noreviews {
  color: #333;
  text-align: justify;
  font-family: var(--font-one);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.comment-form-rating label {
  color: #818590;
  font-family: var(--font-one);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.woocommerce p.stars a::before {
  color: #D9D9D9;
}

#review_form {
  max-width: 817px;
  box-sizing: border-box;
}

.woocommerce #review_form #respond textarea {
  height: 140px;
  padding: 13px 2px 13px 16px;
  border-radius: 7px;
  background: #F9FAFC;
  border: 1px solid #F3F3F4;
  resize: none;
}

.woocommerce #review_form .comment-form-author,
.woocommerce #review_form .comment-form-email {
  margin-bottom: 20px !important;
}
.comment-form-author input,
.comment-form-email input {
  width: 100%;
  box-sizing: border-box;
}

body.woocommerce-account .woocommerce-message .woocommerce-Button {
  display: inline-block;
  width: auto;
}

/*
* Ваш заказ
*/
.youre_order {
  background: #F9F3EC;
  border-radius: 16px;
  position: relative;
}
.youre_order .box {
  background: #fff;
  border-radius: 10em;
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.youre_order .box .flex-center {
  height: 100%;
}
.youre_order .youre_order-title {
  color: #333;
  text-align: center;
  font-family: var(--font-one);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px
}

.youre_order .youre_order-order_info p {
  color: #818590;
  text-align: center;
  font-family: var(--font-one);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.youre_order .youre_order-order_info p span {
  color: #333;
}

.youre_order a.button {
  width: 183px;
}

.return-to-shop {
  max-width: 250px;
  margin: 0 auto;
}

select.orderby {
  padding: 7px;
  border-radius: 3px;
  border: 1px solid #E3CA77;
}

.ajax-search {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #DDE0EA;
  border-radius: 10px;
  max-height: 200px;
  overflow-y: scroll;
  z-index: 2;
}
.ajax-search::-webkit-scrollbar {
    width: 7px;
    border-radius: 10em
}

.ajax-search::-webkit-scrollbar-track {
    background-color: rgba(169,169,169,.4);
    border-radius: 10em
}

.ajax-search::-webkit-scrollbar-thumb {
    background: #BB3D29;
    border-radius: 10em
}

.ajax-search {
    scrollbar-width: thin;
    scrollbar-color: #ffcb6b #e0e0e0;
    overflow-y: scroll!important
}

.ajax-search ul {
  list-style-type: none;
  padding: 0;
}
.ajax-search ul li {
  cursor: pointer;
  padding: 0 8px;
  transition: var(--speed-medium);
}
.ajax-search ul li:hover {
  background: #DDE0EA;
  color: #1e1e1e;
  transition: var(--speed-medium);
}
section.decoration .decoration {
  border-radius: 34px;
  background: #FFFAE9;
  position: relative;
  overflow: hidden;
}

section.decoration .content_information {
  max-width: 347px;
  text-align: center;
}
section.decoration .round {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10em;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center; }
section.decoration .round svg,
section.decoration .round img {
    max-width: 80%;
    min-width: 80%;
    max-height: 80%; }
section.decoration .button {
  max-width: 228px;
}
.woocommerce-cart .cart-empty.woocommerce-info {
  display: none;
}
.woocommerce-cart .return-to-shop {
  display: none;
}

.woocommerce-checkout .checkout .shipping_address {
  border-top: 1px solid #DDE0EA;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(28, 35, 39, 0.05);
}
#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  display: none !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  color: #333;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 0;
  line-height: 18px;
  user-select: none;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio] {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  width: 16px;
  height: 16px;
  left: 0;
  border: 1px solid #333333;
  border-radius: 10em;
}
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  width: 10px;
  height: 10px;
  left: 0;
  background: #AC4736;
  border-radius: 10em;
  position: absolute;
  left: 4px;
}

.woocommerce form .form-row.notes {
  float: none;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline-block;
  max-width: 256px;
  color: #818590;
  font-family: 'PFAgoraSerifPro', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-left: 12px;
}
.woocommerce form .form-row label.checkbox a,
.woocommerce-page form .form-row label.checkbox a {
  color: #333;
  text-decoration: none;
}
.woocommerce form .form-row label.checkbox a:hover,
.woocommerce-page form .form-row label.checkbox a:hover {
  text-decoration: underline;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: none;
}
.woocommerce-checkout #payment ul.payment_methods {
  padding-bottom: 25px;
}
.woocommerce-checkout #payment ul.payment_methods:after {
  content: '';
  width: 90%;
  display: block;
  margin: 0 auto;
  height: 1px;
  background: #DDE0EA;
}

.mobile_cart {
  display: none;
}
.form-row.form-row-last.not-float {
  float: none;
  width: calc(100% - 6px);
  clear: both;
}

@media (max-width: 600px) {
  .s-contacts .popup.popup_requisites {
    max-height: 100vh;
    overflow: auto;
  }
}

@media (max-width: 500px) {
  .s-contacts .popup {
    padding: 25px;
  }
}
@media (max-width: 359px) {
  .s-contacts .btn {
    padding: 8px 13px;
  }
}


@media (max-width: 1000px) {
  .s-contacts .s-contacts__map {
    width: 50vw;
    left: 50%;
  }
}

@media (max-width: 820px) {
  .s-contacts .s-contacts__info {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .s-contacts .s-contacts__map {
    width: 100vw;
    height: 450px;
    margin: 30px 0 0;
    position: relative;
    left: 15px;
  }
}
@media (max-width: 650px) {
  .requisites__info {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}
@media (max-width: 600px) {
  .s-contacts .popup.popup_requisites {
    max-height: 100vh;
    overflow: auto;
  }
}
@media (max-width: 550px) {
  .s-contacts .s-contacts h2.title {
    margin: 0;
  }
  .s-contacts .s-contacts__map {
    height: 300px;
    left: 0;
  }
}

@media (max-width: 350px) {
  .s-contacts .s-contacts__socials_new {
    margin: 26px 0 30px 0;
  }
}

@media (max-width: 1100px) {
  .content {
    flex: 0 0 calc(100% - 250px);
    max-width: calc(100% - 250px);
  }
}
@media (max-width: 1000px) {
  .content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 550px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .popup {
    padding: 25px;
  }
}

@media (min-width: 1520px) {
  body {
    position: relative;
  }
  body:before {
    content: "";
    background: url('../img/assets/clouds.png') no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 90%;
    z-index: -1;
  }
  .wrap {
    max-width: 1241px;
  }
}

@media only screen and (max-width: 769px) {
  body,
  html {
    font-size: 16px;
  }

  h1,
  .h1 {
    font-size: 60px;
  }
  .h1.page_title,
  h1.page_title {
    font-size: 60px;
  }
  .fs-item-category {
    padding: 5px 0px;
    box-shadow: 3px -1px 15px 0px rgba(101, 101, 101, 0.08);
  }
  .fs-item-category.mt30 {
    margin-top: 9px !important;
  }
  .fs-item-category {
    width: calc(50% - 5px);
    max-width: 268px;
    margin-right: auto;
    min-height: auto;
    background: #fff;
    border: 1px solid #fff;
  }
  .fs-item-category.post_id-47 .title a {
    font-size: 14.5px;
  }
  .fs-item-category .title {
    margin: 13px 0 20px;
    min-height: 44px;
  }
  body.single-product .single-product-image-part .left img {
    width: 100%;
  }
  .quantity .buttons_added input.plusminus.minus,
  .fs-item-category .quantity .buttons_added input.plusminus.minus,
  main .summary .quantity .buttons_added input.plusminus.minus {
    left: 4%;
  }
  .quantity .buttons_added input.plusminus.plus,
  .fs-item-category .quantity .buttons_added input.plusminus.plus,
  main .summary .quantity .buttons_added input.plusminus.plus {
    right: 4%;
  }

  #primary {
    margin-top: 24px;
  }

  body.single-product .product > .space-between.ai-start,
  body.single-product .product > .space-between.ai-start > .space-between.ai-start {
    display: block;
  }
  body.single-product .swiper-button-prev,
  body.single-product .swiper-button-next {
    display: none;
  }
  body.single-product .single-product-image-part .right {
    margin-top: 4px;
    margin-left: 0;
    margin-right: 0;
    height: auto !important;
  }
  body.single-product .single-product-image-part .right .swiper-wrapper .swiper-slide {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  body.single-product .single-product-image-part .right .swiper-wrapper .swiper-slide-active {
    border-radius: 11px;
  }
  .woocommerce div.product div.summary {
    margin-top: 30px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .woocommerce div.product div.summary .product_title.entry-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .woocommerce div.product div.summary .subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
  }
  .woocommerce div.product p.price {
    margin-top: 12px;
  }
  .product .summary .information:hover .visibility {
    left: -110px;
  }
  .product .summary .information:hover .visibility:before {
    left: 114px;
  }
  body.single-product .swiper-slide.swiper-slide-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 8px;
    border: 2px solid #E3CA77;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a,
  .woocommerce div.product div.summary .wrp .element_title {
    font-size: 16px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 700;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a:after, a.line:after {
    bottom: 6px;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 10px;
  }
  .product .summary .information svg {
    margin-bottom: -24px;
  }
  body.single-product .gold-btn {
    margin: 0;
  }

  body.single-product .gold-btn {
    display: inline-block;
  }
  body.single-product .summary button[name="add-to-cart"] {
    padding-left: 35px;
    padding-right: 35px;
  }
  .woocommerce-cart .woocommerce table.shop_table td {
    padding: 10px 0 0;
    border-top: none;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-price {
    padding-top: 10px;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: inline-block;
    max-width: 100px;
  }
  .woocommerce #content table.cart .product-thumbnail:before,
  .woocommerce table.cart .product-thumbnail:before,
  .woocommerce-page #content table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-thumbnail:before,
  .woocommerce-page table.cart .product-name:before,
  .woocommerce table.shop_table tbody td.product-price:before {
    display: none;
  }
  .woocommerce table.shop_table tbody td.product-name {
    display: inline-block;
    vertical-align: top;
    text-align: left !important;
  }
  .woocommerce table.shop_table tbody td.product-price {
    margin-top: -40px;
    width: 155px;
  }
  .woocommerce table.shop_table tbody td.product-subtotal .woocommerce-Price-amount,
  .woocommerce table.shop_table tbody td.product-subtotal .fs-information,
  .woocommerce table.shop_table tbody td.product-price .fs-information {
    display: none;
  }
  .woocommerce table.shop_table tbody td.product-subtotal {
    padding: 0;
  }
  .woocommerce table.shop_table tbody td.product-price {
    padding-bottom: 0;
  }
  .woocommerce table.shop_table tbody td.product-quantity {
    display: none;
  }
  .woocommerce table.shop_table tbody td.product-subtotal {
    display: unset;
  }
  .woocommerce table.shop_table tbody td.product-subtotal:before {
    display: none;
  }
  .woocommerce table.shop_table tbody td.product-subtotal bdi {
    display: block;
  }
  .woocommerce .product-subtotal .fs-remove-item {
    position: relative;
  }
  .woocommerce .product-subtotal .fs-remove-item a {
    display: block;
    width: 300px;
  }
  .woocommerce .product-subtotal .fs-remove-item a:after {
    content: ' Удалить';
    display: inline-block;
    color: #336ABC;
    vertical-align: text-bottom;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    padding-bottom: 43px;
  }
  .woocommerce table.shop_table_responsive tr:not(:first-of-type),
  .woocommerce-page table.shop_table_responsive tr:not(:first-of-type) {
    padding-top: 30px;
    border-top: 1px solid #DDE0EA;
  }
  .woocommerce table.shop_table_responsive tr:last-of-type,
  .woocommerce-page table.shop_table_responsive tr:last-of-type {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    height: 0px;
  }
  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    width: calc(100% - 105px);
  }
  .woocommerce .order-total {
    display: block;
    width: 100%;
  }
  .woocommerce .order-total .left {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .woocommerce table.shop_table {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .woocommerce .product-subtotal .fs-remove-item {
    top: 15px;
  }

  #add_payment_method table.cart td,
  #add_payment_method table.cart th,
  .woocommerce-cart table.cart td,
  .woocommerce-cart table.cart th,
  .woocommerce-checkout table.cart td,
  .woocommerce-checkout table.cart th,
  #add_payment_method table.cart td a,
  #add_payment_method table.cart th a,
  .woocommerce-cart table.cart td a,
  .woocommerce-cart table.cart th a,
  .woocommerce-checkout table.cart td a,
  .woocommerce-checkout table.cart th a {
    font-size: 16px;
    line-height: 22px;
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .woocommerce .col2-set > .w70,
  .woocommerce-page .col2-set > .w70 {
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
  }
  .woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 18px;
    line-height: 24px
  }
  .woocommerce div.product .woocommerce-tabs .panel p {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce .col2-set > .w65,
  .woocommerce-page .col2-set > .w65 {
    order: 2;
  }
  .woocommerce .col2-set > .w30,
  .woocommerce-page .col2-set > .w30 {
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    align-self: auto;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
    box-sizing: border-box;
  }

  section.decoration .decoration img {
    max-width: 300px;
    height: auto;
  }
  .mobile_cart {
    display: block;
    position: fixed;
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 15px 12px;
    border-radius: 22px 22px 0px 0px;
    background: #FFF;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2;
  }
  .mobile_cart.hide_empty {
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%);
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .mobile_cart a {
    padding: 15px 10px;
    width: 100%;
  }
  .mobile_cart a span {
    margin-left: 10px;
  }
  .right-part-of-checkout-page .item-element .information {
    max-width: calc(100% - 121px);
  }
  .right-part-of-checkout-page .item-element .information .price {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px
  }
  .shipping_address h3,
  .woocommerce-billing-fields h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
  }
  .woocommerce-checkout .woocommerce table.shop_table tfoot th {
    width: 37%;
  }
  .woocommerce-checkout #payment ul.payment_methods li label {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .woocommerce-checkout #payment ul.payment_methods {
    padding-bottom: 0;
  }
  .woocommerce-checkout #payment ul.payment_methods:after {
    margin: 10px auto 0;
  }
  .woocommerce-checkout #payment div.form-row {
    text-align: center;
  }
  .woocommerce-checkout .woocommerce #payment #place_order,
  .woocommerce-checkout .woocommerce-page #payment #place_order {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 649.6px) {
  .wrap {
      padding: 0px 7px;
  }
  .fs-item-category {
    max-width: 195px;
  }
  .fs-item-category.mt30 {
    margin-top: 20px !important;
  }
}
@media only screen and (min-width: 650px) and (max-width: 769px) {
  .wrap {
      padding: 0px 15px;
  }
  .fs-item-category {
    max-width: 205px;
  }
  .fs-item-category.mt30 {
    margin-top: 25px !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 839.6px) {
  body.single-product .single-product-image-part .right {
    height: 218px !important;
  }
}
@media only screen and (min-width: 840px) and (max-width: 899.6px) {
  body.single-product .single-product-image-part .right {
    height: 285px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 992px) {
  body.single-product .single-product-image-part .right {
    height: 330px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1520px) {
  body.single-product .swiper-slide.swiper-slide-active:after {
    height: calc(100% - 28px);
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .fs-item-category {
    max-width: 280px;
    width: calc(33.3333% - 22.5px);
  }
  .fs-item-category {
      margin-right: 20px;
  }
  .fs-item-category:nth-child(3n) {
      margin-right: 0;
  }
  /*body.single-product .swiper-slide.swiper-slide {
    height: auto !important;
  }*/
  body.single-product .swiper-slide.swiper-slide-active:after {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  #customer_details > .w65 {
    margin-right: 5%;
  }
  .woocommerce-cart .woocommerce table.shop_table td {
    min-width: 68px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity {
    width: 130px;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .buttons_added input.plusminus.minus {
    left: 10%;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-quantity .quantity .buttons_added input.plusminus.plus {
    right: 10%;
  }

  .woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    width: 292px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name {
    max-width: 362px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 50px 0;
    padding: 0 75px;
  }
  .woocommerce div.product div.summary {
    margin-top: 10px;
  }

  #add_payment_method table.cart img,
  .woocommerce-cart table.cart img,
  .woocommerce-checkout table.cart img {
    border-radius: 12px;
  }
  .fs-item-category:after {
    width: calc(100% - 36px);
    height: 100%;
    border-width: 1px 0;
  }
  ._angle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  ._angle:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 60;
  }
  ._angle:before {
    border-left-color: #F1E5BB;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotate(-45deg);
  }
  ._angle:after {
    border-top-color: #F1E5BB;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%) rotate(45deg);
  }

  ._angle + ._angle {
      transform: scale(-1,1);
  }

  section.decoration .branch-1 {
    background: url('../img/branch/decoration/branch-1.png') no-repeat top center;
    width: 68px;
    height: 107px;
    position: absolute;
    left: 0;
    top: 0;
  }
  section.decoration .branch-2 {
    background: url('../img/branch/decoration/branch-2.png') no-repeat top center;
    width: 80px;
    height: 177px;
    position: absolute;
    left: 3px;
    top: 127px;
  }
  section.decoration .branch-3 {
    background: url('../img/branch/decoration/branch-3.png') no-repeat top center;
    width: 118px;
    height: 204px;
    position: absolute;
    left: 40px;
    top: 0;
  }
  section.decoration .branch-4 {
    background: url('../img/branch/decoration/branch-4.png') no-repeat top center;
    width: 116px;
    height: 166px;
    position: absolute;
    left: 131px;
    top: 0;
    top: 0;
  }
  section.decoration .branch-5 {
    background: url('../img/branch/decoration/branch-5.png') no-repeat top center;
    width: 141px;
    height: 132px;
    position: absolute;
    left: 219px;
    top: 0;
  }
  section.decoration .branch-6 {
    background: url('../img/branch/decoration/branch-6.png') no-repeat top center;
    width: 120px;
    height: 96px;
    position: absolute;
    left: 380px;
    top: 0;
  }
  section.decoration .branch-7 {
    background: url('../img/branch/decoration/branch-7.png') no-repeat top center;
    width: 108px;
    height: 62px;
    position: absolute;
    left: 638px;
    top: 0;
  }
  section.decoration .branch-8 {
    background: url('../img/branch/decoration/branch-8.png') no-repeat top center;
    width: 120px;
    height: 124px;
    position: absolute;
    right: 329px;
    top: 0;
  }
  section.decoration .branch-9 {
    background: url('../img/branch/decoration/branch-9.png') no-repeat top center;
    width: 138px;
    height: 132px;
    position: absolute;
    right: 215px;
    top: 0;
  }
  section.decoration .branch-10 {
    background: url('../img/branch/decoration/branch-10.png') no-repeat top center;
    width: 121px;
    height: 202px;
    position: absolute;
    right: 73px;
    top: 0;
  }
  section.decoration .branch-11 {
    background: url('../img/branch/decoration/branch-11.png') no-repeat top center;
    width: 73px;
    height: 131px;
    position: absolute;
    right: 0;
    top: 0;
  }
  section.decoration .branch-12 {
    background: url('../img/branch/decoration/branch-12.png') no-repeat top center;
    width: 93px;
    height: 201px;
    position: absolute;
    right: 0;
    top: 103px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fs-item-category {
    padding: 20px 10px;
    margin-right: 5px;
  }
  .fs-item-category {
    width: calc(25% - 4.5px);
  }
  .woocommerce #content div.product .woocommerce-tabs,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .youre_order:before {
    content: '';
    background: url('../img/general/thanks_left.png') no-repeat top left;
    width: 406px;
    height: 210px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .youre_order:after {
    content: '';
    background: url('../img/general/thanks_right.png') no-repeat top right;
    width: 407px;
    height: 312px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .woocommerce #content div.product .woocommerce-tabs,
  .woocommerce div.product .woocommerce-tabs,
  .woocommerce-page #content div.product .woocommerce-tabs,
  .woocommerce-page div.product .woocommerce-tabs {
    margin-top: 80px;
  }
  .woocommerce div.product div.summary {
    margin-top: 20px;
  }
}

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

}

.popup.popup_requisites {
  max-width: 650px;
}

.requisites__list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.requisites__list ul {
  flex: 0 0 calc(33.33% - 10px);
  max-width: calc(33.33% - 10px);
  margin: 0 0 0 30px;
  margin-top: 0 !important;
}

.requisites__list ul:nth-child(2) {
  flex: 0 0 calc(66.66% - 20px);
  max-width: calc(66.66% - 20px);
}

.requisites__list ul:nth-child(3n+1) {
  margin-left: 0;
}

.requisites__bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 0;
}

.requisites__qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 0 0 276px;
  max-width: 276px;
}

.requisites__qr__label {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}

.requisites__info {
  flex: 0 0 calc(100% - 276px);
  max-width: calc(100% - 276px);
  padding: 0 0 0 30px;
}

@media (max-width: 650px) {
  .requisites__list ul {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .requisites__list ul + ul {
    margin-top: .6em !important;
  }
  .requisites__list ul li + li {
      margin-top: .6em;
  }
  .requisites__bottom {
      flex-direction: column-reverse;
  }
  .requisites__info {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0 0 20px;
  }
  .requisites__qr__label {
      margin: 10px 0 0;
  }
  .requisites__qr {
      max-width: 100%;
  }
}