@charset "UTF-8";
/*  colors */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}

body {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ebebeb));
  background: linear-gradient(180deg, #ffffff, #ebebeb);
}

#header {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  top: 0;
}

#head-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1596px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 115px;
}

.logo-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  display: block;
  width: 176px;
  color: #000000;
  margin-top: 10px;
}

.logo img {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
}

.logo span {
  font: 14px "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 17px;
}

#nav {
  width: 63%;
  margin-top: -16px;
}

#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

#nav li:hover, #nav li.active {
  border-color: #BDBDBD;
}

#nav a {
  font: 18px "Montserrat", sans-serif;
  color: #000000;
  padding: 6px 32px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-style: normal;
  font-weight: normal;
}

.logo-right {
  width: 46.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -12px;
  padding-left: 65px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .zlogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 63.5%;
}

.contact .zinfo {
  font: 14px "Montserrat", sans-serif;
  margin-top: -3px;
}

.contact .info_contact {
  font: 14px "Montserrat", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: right;
  line-height: 17px;
  width: 32%;
}

.contact .info_contact .phone {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #FFA41C;
  margin-top: 5px;
}

.bucket {
  width: 42px;
  height: 40px;
  margin-left: auto;
}

.bucket .module-minicart-icon {
  background: url("../img/bucket.png");
  width: 42px;
  height: 40px;
}

#content {
  position: relative;
  width: 1596px;
  margin: 0 auto;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 115px;
  margin-top: 155px;
}

.popular_merch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 95px;
}

.popular_merch img {
  width: 666px;
}

.popular_merch .popular_merch_info {
  margin-left: 140px;
}

.popular_merch .popular_merch_info h2 {
  font: 48px "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 59px;
  padding: 0 13px;
  background-color: #FFA41C;
  border-radius: 5px;
  margin: 0;
}

.popular_merch .popular_merch_info span.m_info {
  position: relative;
  top: 10px;
  left: 21px;
  font: 24px "Montserrat", sans-serif;
  line-height: 29px;
}

.popular_merch .popular_merch_info span.m_info::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 19px;
  top: 4px;
  left: -20px;
  border-radius: 5px;
  background-color: #C4C4C4;
}

.popular_merch .popular_merch_info .pm_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 38px;
}

.popular_merch .popular_merch_info .pm_info p {
  font: 18px "Montserrat", sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  margin: 10px 0;
}

.popular_merch .popular_merch_info .pm_info p span {
  font-weight: 500;
}

.popular_merch .popular_merch_info .pm_info .pm_cost {
  font: 36px "Montserrat", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
}

.popular_merch .popular_merch_info .pm_info .pm_cost .old-sum {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: line-through;
  color: #FF2626;
  font: 32px "Montserrat", sans-serif;
  font-weight: 600;
}

.popular_merch .popular_merch_info .pm_info .pm_cost .new-sum {
  font-weight: 600;
  line-height: 40px;
  color: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0 5px;
  background-color: #FFA41C;
}

.popular_merch .popular_merch_info .pm_info .button {
  margin-top: 30px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
}

.button button {
  font: 18px "Montserrat", sans-serif;
  text-align: center;
  width: 142px;
  height: 34px;
  line-height: 22px;
  padding-top: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  cursor: pointer;
}

.button button.buy {
  background-color: #FFA41C;
  color: #ffffff;
  border: none;
}

.button button.more {
  border: 1px solid #FFA41C;
}

h1#prodt, .tittle-cart {
  font: 36px "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 44px;
}

/*** каталок ** */
.product-row {
  width: 100%;
  margin-top: 37px;
  margin-bottom: 50px;
}

.product-row > h2 {
  font: 30px "Montserrat", sans-serif;
  line-height: 37px;
  position: relative;
  left: 20px;
}

.product-row > h2::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 21px;
  top: 8px;
  left: -20px;
  border-radius: 5px;
  background-color: #FFA41C;
}

.product-row > ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (323px)[4];
      grid-template-columns: repeat(4, 323px);
  grid-column-gap: 100px;
  grid-row-gap: 35px;
  margin-top: 66px;
}

.product-row li.product-item {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 27px 34px;
  border-radius: 10px;
  position: relative;
  height: 470px;
  -webkit-transition: .5s;
  transition: .5s;
}

.product-row li.product-item::before {
  content: '';
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.product-row li.product-item .product-cost_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-row li.product-item .product-cost_row span.product-cost-old {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-decoration: line-through;
  color: #FF2626;
  font: 14px "Montserrat", sans-serif;
  font-weight: 600;
}

.product-row li.product-item .product-cost_row span.product-cost {
  font: 18px "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  padding: 0 5px;
}

.product-row li.product-item > img {
  width: 100%;
  margin-top: 20px;
}

.product-row li.product-item span.product-name {
  font: 18px "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  margin: 10px 0;
}

.product-row li.product-item span.product-info {
  font: 14px "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #A8A8A8;
  margin-top: 4px;
  margin-bottom: 14px;
  padding-right: 112px;
}

.product-row li.product-item .button {
  width: 255px;
  margin-top: auto;
}

.product-row li.product-item .button button.buy {
  width: 109px;
}

.product-row li.product-item .button button.more {
  width: 132px;
}

.product_properties {
  position: absolute;
  width: 0vw;
  height: 0px;
  background: #ffffff;
  padding: 50px 0;
  z-index: 99;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-clip-path: circle(0% at 0% 0%);
          clip-path: circle(0% at 0% 0%);
}

.info_properties {
  display: none;
  width: 1528px;
  margin: 0 auto;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.info_properties img {
  width: 40%;
}

.info_properties .properties_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.info_properties .properties_wrap .close-properties {
  display: block;
  position: absolute;
  background: url("../img/times-circle-regular.svg") no-repeat;
  top: -35px;
  right: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
}

.info_properties .properties_wrap h2 {
  font: 48px "Montserrat", sans-serif;
  color: #ffffff;
  line-height: 59px;
  padding: 0 13px;
  max-width: 80%;
  background-color: #FFA41C;
  border-radius: 5px;
  margin-bottom: 8px;
}

.info_properties .properties_wrap .passport-product {
  font-size: 18px;
  padding: 5px 5px;
  width: 185px;
  border-radius: 5px;
  border: 1px solid #A8A8A8;
  margin-left: auto;
  margin-top: 10px;
}

.info_properties .properties_wrap span.min-info {
  position: relative;
  top: 10px;
  left: 21px;
  font: 24px "Montserrat", sans-serif;
  line-height: 29px;
  margin-bottom: 40px;
}

.info_properties .properties_wrap span.min-info::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 19px;
  top: 4px;
  left: -20px;
  border-radius: 5px;
  background-color: #C4C4C4;
}

.info_properties .properties_wrap .product_cost {
  font: 34px "Montserrat", sans-serif;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_properties .properties_wrap_row {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 10px;
  padding: 20px 20px;
}

.info_properties .properties_wrap_row .product-prop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 3px 0;
  font: 14px "Montserrat", sans-serif;
  font-weight: 300;
}

.info_properties .properties_wrap_row .product-prop-info .product-prop-info_label {
  color: #000000;
  width: 425px;
}

.info_properties .properties_wrap_row .product-prop-info .product-prop-info_control {
  color: #FFA41C;
  width: 245px;
  text-align: left;
}

.prop_active {
  height: 752px;
  -webkit-clip-path: circle(75%);
          clip-path: circle(75%);
  -webkit-transition: .5s;
  transition: .5s;
  width: 100vw;
}

.prop_active .info_properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

li.product-item.m_active {
  margin-bottom: 772px;
}

li.product-item.m_active::before {
  content: '';
  opacity: 1;
  width: 70px;
  height: 35px;
  position: absolute;
  bottom: -30px;
  left: 37%;
  background: #fff;
  -webkit-clip-path: polygon(48% 26%, 73% 74%, 100% 100%, 50% 100%, 0 100%, 25% 74%);
          clip-path: polygon(48% 26%, 73% 74%, 100% 100%, 50% 100%, 0 100%, 25% 74%);
}

.new-price .product-cost {
  background-color: #FFA41C;
}

#footer {
  background: #ffffff;
  position: relative;
  width: 100%;
  height: 660px;
}

#footer .footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 660px;
  width: 1590px;
  margin: 0 auto;
}

#footer .footer-wrap .footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer .footer-wrap .footer-left h1 {
  margin-bottom: 40px;
}

#footer .footer-wrap .footer-right {
  width: 45.25%;
  margin-right: auto;
  height: 350px;
}

#footer .footer-wrap .footer-right .contact {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 350px;
  margin-top: 20px;
}

#footer .footer-wrap .footer-right .contact .zlogo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

#footer .footer-wrap .footer-right .contact .zlogo span {
  font-size: 24px;
  margin-top: 20px;
}

#footer .footer-wrap .footer-right .contact .info_contact {
  font-size: 36px;
  width: 55%;
  text-align: center;
  line-height: 36px;
}

#footer .footer-wrap .footer-right .contact .info_contact hr {
  margin-bottom: 20px;
  border: none;
  height: 2px;
  color: #FFA41C;
  background-color: #FFA41C;
}

#footer .footer-wrap .footer-right .contact .info_contact .phone {
  font-size: 36px;
  border-bottom: none;
  margin-top: 20px;
}

.order-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.order-content_cards {
  width: 626px;
}

.order-content_cards .cards-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.order-content_cards .cards-row .ksm-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  width: 100%;
  padding: 25px 35px;
  margin-bottom: 35px;
  border-radius: 10px;
}

.order-content_cards .cards-row .ksm-cart-item img {
  width: 121px;
  height: 121px;
  margin-right: 28px;
}

.order-content_cards .cards-row .ksm-cart-item .card-info {
  width: 230px;
  height: 121px;
  overflow: hidden;
  margin-right: auto;
}

.order-content_cards .cards-row .ksm-cart-item .card-info h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.order-content_cards .cards-row .ksm-cart-item .card-info span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #A8A8A8;
  width: 140px;
  margin-top: 8px;
}

.order-content_cards .cards-row .ksm-cart-item .card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order-content_cards .cards-row .ksm-cart-item .card-price .ksm-cart-item-sum {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 8px;
}

.order-content_cards .cards-row .ksm-cart-item .card-price .qty {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A8A8A8;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 8px;
}

.order-content_cards .cards-row .ksm-cart-item .card-price .ksm-cart-item-del {
  margin-top: 17px;
  margin-right: 8px;
}

.order-content_cards .cards-row .ksm-cart-item .card-price .ksm-cart-item-del .ksm-cart-item-del-link {
  color: #FFA41C;
  font-weight: 600;
  font-size: 25px;
  text-decoration: none;
}

.order-content_price {
  width: 290px;
  padding: 25px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  height: 161px;
  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;
}

.order-content_price h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.order-content_price .all-qty {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #A8A8A8;
  margin-bottom: 8px;
}

.order-content_price .total-price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

.order-content_price .total-price span {
  color: #FFA41C;
}

.order-content_forms {
  width: 549px;
}

.order-content_forms .form_cont {
  padding: 25px 35px;
  background-color: #ffffff;
  border-radius: 10px;
}

.order-content_forms .text-placeholder {
  padding: 25px 35px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-top: 20px;
}

.order-content_forms .text-placeholder h2 {
  font-size: 18px;
  margin-bottom: 20px;
}

.order-content_forms .text-placeholder span {
  font-size: 14px;
}

.show-cart a {
  border-bottom: 1px solid #FFA41C;
  margin-top: 10px;
}

/* form */
.ksm-cart-order-steps.default_steps {
  margin-top: 20px;
}

.ksm-cart-order-step-row-control input::-webkit-input-placeholder {
  color: #A8A8A8;
}

.ksm-cart-order-step-row-control input:-ms-input-placeholder {
  color: #A8A8A8;
}

.ksm-cart-order-step-row-control input::-ms-input-placeholder {
  color: #A8A8A8;
}

.ksm-cart-order-step-row-control input::placeholder {
  color: #A8A8A8;
}

.ksm-cart-order-step-body > input[type='submit'], .ksm-btn.ksm-cart-message-link-shop {
  font: 18px "Montserrat", sans-serif;
  text-align: center;
  padding: 0 10px;
  height: 34px;
  line-height: 22px;
  padding-top: 2px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #FFA41C;
  color: #ffffff;
  border: none;
}
/*# sourceMappingURL=main.css.map */