body {
  font-family: Open Sans, Helvetica, Verdana, sans-serif !important;
}
.site-header {
  border-bottom: none;
}
#navigation-menu {
  background: #404040;
}
#navigation-menu ol,
#navigation-menu li,
#navigation-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation-menu ul {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: auto;
  max-width: 1160px;
  padding: 10px 30px;
}
#navigation-menu ul li {
  margin: 0 5px;
  text-transform: uppercase;
  padding: 0 12px;
}
#navigation-menu ul li a {
  display: block;
  padding: 10px 0;
  color: white;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 18px;
}
#navigation-menu ul li:not(:last-child) a {
  position: relative;
}
#navigation-menu ul li:not(:last-child) a:after {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 8px;
  opacity: .2;
  position: absolute;
  top: 45%;
  left: 107%;
}
#navigation-menu > div {
  display: flex;
  justify-content: center;
}
#header-tel {
  background: #333333;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#header-tel a {
  color: #ffffff;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26px;
  opacity: 0.8;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  max-width: 150px;
}
#header-tel a span {
  text-decoration: underline;
  margin-left: 5px;
}
#header-tel a:hover {
  color: #fc4c01;
}
.cat-head {
  width: 100%;
  position: relative;
  min-height: 655px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-head .header-bg.giroskutery {
  background: url("/wp-content/uploads/2018/10/giro-bg.jpg") no-repeat;
}
.cat-head .header-bg.drift-carts {
  background: url("/wp-content/uploads/2018/07/drift-cat-img.jpg") no-repeat;
}
.cat-head .header-bg.accessories-parts {
  background: url("/wp-content/uploads/2018/07/skate-cat-img.jpg") no-repeat;
}
.cat-head .header-bg.ninebot {
  background: url("/wp-content/uploads/2018/10/ninebot-bg.png") no-repeat;
}
.cat-head .header-bg.mono-wheels {
  background: url("/wp-content/uploads/2018/07/mono-cat-img.jpg") no-repeat;
}
.cat-head .header-bg.electro-samokaty {
  background: url("/wp-content/uploads/2018/07/electro-cat-img.jpg") no-repeat;
}
  .cat-head .header-bg.electromoto {
  background: url("/wp-content/uploads/2019/09/111-91.png") no-repeat;
  }
.cat-head .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 655px;
  background-position-y: 100% !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  filter: brightness(0.7);
}
.cat-head .header-content {
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cat-head .header-content h1 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.866667px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 10px;
  margin-top: 140px;
  text-align: center;
  max-width: 500px;
}
@media (max-width: 760px) {
  .cat-head .header-content h1 {
    font-size: 2rem;
  }
}
.cat-head .header-content h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.333333px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 760px) {
  .cat-head .header-content h4 {
    font-size: 1.6rem;
  }
}
.cat-head .header-content ul {
  margin: 0;
}
.cat-head .header-content ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.333333px;
  line-height: 30px;
  color: white;
}
.cat-head .header-content .help-choose-btn {
  width: 340px;
  max-width: 100%;
  height: 50px;
  background: #fc4c01;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.cat-head .header-content .help-choose-btn:hover {
  background: #018e05;
}
.cat-head .header-content .help-choose-btn span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22.8667px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 0;
}
.cat-head .header-content span {
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center;
  margin-top: 20px;
}
.giro-subcats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}
.giro-subcats .giro-subcat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-height: 650px;
}
@media (max-width: 1024px) {
  .giro-subcats .giro-subcat {
    max-height: inherit;
  }
}
.giro-subcats .giro-subcat h4 {
  color: #1b1b1c;
  font-size: 2.1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 52.5px;
}
.giro-subcats .giro-subcat .giro-subcat-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .giro-subcats .giro-subcat .giro-subcat-container {
    justify-content: space-around;
  }
}
.giro-subcats .giro-subcat .giro-subcat-container li {
  list-style: none;
  margin: 0 10px;
}
.breadcrumbs a {
  color: black;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: 0.3px;
  line-height: 26px;
  pointer-events: none;
}
.breadcrumbs a:not(:last-child) {
  color: #0088cc;
  pointer-events: all;
  font-weight: 700;
}
.breadcrumbs a:not(:last-child):after {
  content: '/';
  color: black;
  padding-left: 5px;
    padding-right: 5px;
  pointer-events: none;
}
.sale-price {
  color: #cccccc;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 22px;
  position: relative;
  font-style: italic;
  margin-right: 5px;
}
.sale-price:after {
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  background: #000;
  height: 1px;
  transform: scaleY(1);
}
.price {
  color: #b8312f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 27.9333px;
  margin-bottom: 25px;
}
.additional-info {
  margin: 0;
  color: #1b1b1c;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 26px;
  text-align: center;
}
.additional-info-2 {
  margin: 0;
  color: #1b1b1c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 340px;
  min-height: 425px;
}
@media (max-width: 1024px) {
  .product-wrap {
    margin-bottom: 30px;
  }
}
.product-wrap .product-img {
  width: 100%;
  min-height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.product-wrap .product-img img {
  width: 100%;
  height: auto;
  transition: 0.3s all ease;
}
.product-wrap .product-img img:hover {
  transform: scale(1.02);
}
.product-wrap .title {
  box-sizing: border-box;
  color: #1b1b1c;
  cursor: pointer;
  display: inline;
  font-family: Open Sans, Helvetica, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.333333px;
  line-height: 23.1px;
  opacity: 0.8;
  text-decoration: underline;
  text-align: center;
}
.buy-btn {
  width: 150px;
  max-width: 100%;
  height: 41px;
  background: #fc4c01;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s all ease;
}
.buy-btn:hover {
  background: #018e05;
}
.buy-btn span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22.8667px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 0;
}
.giro-subcat-link-wrap {
  width: 100%;
  max-height: 90px;
  padding: 20px 0;
  margin: 20px 0;
  background: #e8eaed;
}
.giro-subcat-link-container {
  margin: 0 auto;
  max-width: 1140px;
  display: flex;
  flex-direction: row-reverse;
}
.giro-subcat-link {
  max-width: 100%;
  width: 300px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0088cc;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22.8667px;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
.giro-subcat-link:hover {
  background: #006bb0;
}
.giro-description {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.giro-description p {
  color: black;
  margin: 0;
}
.giro-description h6 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  color: black;
}
.giro-description h5 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 39px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: black;
}
.giro-description span {
  margin: 0;
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 26px;
  color: black;
}
.giro-description ul {
  margin: 0 0 0 1rem;
  display: block;
  font-size: 0.7rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: 26px;
  color: black;
}
.giro-description ul li a {
  color: #0088cc;
}
.giro-description ul li a:hover {
  text-decoration: underline;
}
.storefront-full-width-content .site-main ul.products.columns-3 li.product {
  width: 29% !important;
}
.pop-drop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 4999;
}
.pop-buy,
.pop-help {
  display: none;
  position: fixed;
  top: 0;
  margin: auto;
  margin-top: 10%;
  z-index: 5000;
  background: #fff;
  border-radius: 10px;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
  max-width: 380px;
  min-height: 400px;
}
.pop-buy .container-pop,
.pop-help .container-pop {
  position: relative;
}
.pop-buy .container-pop .wpcf7,
.pop-help .container-pop .wpcf7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pop-buy .container-pop .wpcf7 h6,
.pop-help .container-pop .wpcf7 h6 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 23.1px;
  margin-bottom: 20px;
  text-align: center;
}
.pop-buy .container-pop .wpcf7 p,
.pop-help .container-pop .wpcf7 p {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.pop-buy .container-pop .wpcf7 input,
.pop-help .container-pop .wpcf7 input {
  height: 40px;
  width: 100%;
}
.pop-buy .container-pop .wpcf7 input[type='submit'],
.pop-help .container-pop .wpcf7 input[type='submit'] {
  height: 41px;
  background: #fc4c01;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s all ease;
  text-align: center;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 22.8667px;
  text-transform: uppercase;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-top: 10px;
}
.pop-buy .container-pop .wpcf7 input[type='submit']:hover,
.pop-help .container-pop .wpcf7 input[type='submit']:hover {
  background: #018e05;
}
.pop-buy .container-pop .wpcf7 .quote,
.pop-help .container-pop .wpcf7 .quote {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 16px;
  margin-top: 10px;
  text-align: center;
}
#support {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#support h5,
#support h6 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.866667px;
  line-height: 2rem;
}
#support h6 {
  font-weight: bold;
  text-transform: uppercase;
}
#support .wpcf7 .ajax-loader {
  display: none;
}
#support .wpcf7 form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
#support .wpcf7 form label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 19px;
  color: #000;
}
#support .wpcf7 form p {
  margin: 0 10px;
}
#support .wpcf7 form input {
  max-width: 250px;
  border-radius: 5px;
  max-height: 46px;
  background: #fff;
  box-shadow: none;
  border: 1px solid #ccc;
}
#support .wpcf7 form input[type='submit'] {
  width: 170px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: uppercase;
  background: #fc4c01;
  border-radius: 0;
  color: white;
  outline: none;
}
@media (max-width: 460px) {
  #support .wpcf7 form input[type='submit'] {
    margin-top: 20px;
  }
}
#support .wpcf7 form input[type='submit']:hover {
  background: #018e05;
}
.subcats h4 {
  font-size: 2.01rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 52.5px;
  width: 100%;
  text-align: center;
}
.subcats h4:nth-child(2) {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.333333px;
  line-height: 30px;
}
.subcats .subcat-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.subcats .subcat-container .product-wrap {
  flex-basis: 24%;
  margin-top: 15px;
}
.category-container {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.category-container .product-wrap.drift {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: unset;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 30px;
}
.category-container .product-wrap.drift .product-img {
  margin-right: 30px;
  max-width: 580px;
  max-height: 445px;
}
.category-container .product-wrap.drift .product-img img {
  width: 580px;
  max-height: unset;
  min-height: unset;
}
.category-container.drift {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 760px) {
  #navigation-menu {
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
  }
  #navigation-menu .menu-disabler {
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: fixed;
    z-index: 90;
    bottom: 20px;
    margin: 0 auto;
    left: 45%;
    display: none;
  }
  #navigation-menu .menu-disabler:after {
    position: absolute;
    content: '';
    top: 23px;
    width: 60%;
    height: 2px;
    background: #ccc;
    transform: rotate(45deg);
  }
  #navigation-menu .menu-disabler:before {
    position: absolute;
    content: '';
    top: 23px;
    width: 60%;
    height: 2px;
    background: #ccc;
    transform: rotate(-45deg);
  }
  #navigation-menu ul li a {
    text-align: center;
  }
  #navigation-menu .menu-main-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
  }
  #navigation-menu .menu-main-container .menu {
    
	display: flex;
    flex-wrap: wrap;
}
#navigation-menu ul {
flex-direction: inherit;
}
#navigation-menu ul li {
    width: 100%;
}

 
  
  
    #navigation-menu .menu-main-ua-container {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
  }
  #navigation-menu .menu-main-ua-container .menu {
    flex-direction: column !important;
  }
}
#navigation-menu > .menu-logo {
  display: none;
}
@media (max-width: 760px) {
  #navigation-menu > .menu-logo {
    display: block;
    margin: 0 auto 0 10px;
  }
}
#navigation-menu > .menu-toggler {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  display: none;
  margin-right: 15px;
}
@media (max-width: 760px) {
  #navigation-menu > .menu-toggler {
    display: flex;
  }
}
#navigation-menu > .menu-toggler span {
  width: 25px;
  height: 2px;
  background: white;
  margin: 3px auto;
}
#navigation-menu > .menu-toggler.float {
  position: fixed;
  right: 0;
  top: 15px;
  background: #404040;
  padding: 5px;
  border-radius: 50%;
}
.close-buy,
.close-help {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  cursor: pointer;
  height: 20px;
}
.close-buy:after,
.close-help:after {
  content: '+';
  position: absolute;
  top: -6px;
  right: 20%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
html {
  font-size: 20px;
}
.site-main {
  margin-bottom: 0;
}
/*******FOOTER*********/
footer#colophon {
  background-color: #333333!important;
  padding-bottom: 20px;
}
footer#colophon .col-full {
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
footer#colophon .col-full::after,
footer#colophon .col-full::before {
  display: none!important;
}
footer#colophon .col-full .f-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer#colophon .col-full .f-left p {
  margin: 0;
}
footer#colophon .col-full .f-left p:first-of-type {
  text-transform: uppercase;
}
footer#colophon .col-full .f-right {
  display: flex;
  align-items: center;
}
footer#colophon .col-full a {
  color: #bbbbbb!important;
  text-decoration: underline;
}
footer#colophon .col-full a:hover {
  color: #fc4c01 !important;
}
footer#colophon .col-full svg {
  max-width: 28px;
}
@media (max-width: 768px) {
  footer#colophon .col-full {
    flex-direction: column;
    align-items: center;
  }
  footer#colophon .col-full .f-center {
    order: 1;
  }
  footer#colophon .col-full .f-left {
    order: 2;
  }
  footer#colophon .col-full .f-left .f-name {
    margin-bottom: 4px;
  }
  footer#colophon .col-full .f-right {
    order: 3;
  }
  footer#colophon .col-full .f-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
  }
}
/*************************/
/**********MAIN***********/
#post-72 {
  margin-bottom: 0;
}
#post-72 .col-full {
  max-width: 1140px;
  /********CATEGORIES BLOCK********/
  /*******************************/
  /************WHY WE************/
}
#post-72 .col-full::after,
#post-72 .col-full::before {
  display: none!important;
}
#post-72, #post-5783, .col-full .home-title h1 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 100;
  letter-spacing: 0.9px;
}
#post-72 .col-full .choose h3 {
  font-size: 1.5rem;
}
#post-72 .col-full .choose .main-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post-72 .col-full .choose .main-cats .main-cats-item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    height: 15rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    text-align: center;
    max-width: 489px;
    width: auto;
    transition: all 0.5s;
}
.ratio {
    position: relative;
    width: 100%;
}
.ratio-113x60:before {
    padding-top: 53.1%;
}
.ratio:before  {
	content: "";
	display: block;
	width: 100%;
	height: 0;
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#post-72 .col-full .choose .main-cats .main-cats-item:not(:first-child) {
  margin-top: 2px;
}
#post-72 .col-full .choose .main-cats .main-cats-item:first-child {
    order: 1;
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:first-child a h3 {
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:first-child .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(2) {
    background-image: url('/wp-content/uploads/cat_bg_2.jpg');
    order: 2;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(2) .cats-item-text {
    color: #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(2) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(3) {
    background-image: url('/wp-content/uploads/cat_bg_3.jpg');
    order: 4;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(3) .cats-item-text {
    color: #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(3) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(4) {
    background-image: url('/wp-content/uploads/cat_bg_4.jpg');
    order: 3;
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(4) a h3 {
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(4) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(5) {
    background-image: url('/wp-content/uploads/cat_bg_5.jpg');
    order: 5;
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(5) a h3 {
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(5) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(6) {
    background-image: url('/wp-content/uploads/cat_bg_6.jpg');
    order: 6;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(6) .cats-item-text {
    color: #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(6) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(7) {
    background-image: url('/wp-content/uploads/cat_bg_7.jpg');
    order: 8;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(7) .cats-item-text {
    color: #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(7) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(8) {
    background-image: url('/wp-content/uploads/cat_bg_8.jpg');
    order: 7;
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(8) a h3 {
    color: #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:nth-child(8) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-72 .col-full .choose .main-cats .main-cats-item:last-child {
    display: none;
}
#post-72 .col-full .choose .main-cats .main-cats-item h3 {
  font-size: 1.8rem;
  color: #201D1D;
  white-space: nowrap;
  margin: 0;
}
#post-72 .col-full .choose .main-cats .main-cats-item a {
  overflow: hidden;
  display: block;
}
#post-72 .col-full .choose .main-cats .main-cats-item a.go-to-cat {
  display: inline-flex;
  justify-content: center;
  padding: 0.55rem 1rem;
  border: 1px solid transparent;
  width: fit-content;
  margin: 0 auto;
}
#post-72 .col-full .choose .main-cats .main-cats-item img {
    transition: .5s;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%) scale(.6);
}
#post-72 .col-full .choose .main-cats .main-cats-item .cat-description {
    display: none;
}
@media (max-width: 991px) {
  #post-72 .col-full .choose .main-cats {
    flex-direction: column;
    align-items: center;
  }
  #post-72 .col-full .choose .main-cats .main-cats-item {
    width: 100%;
    max-width: 525px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 619px) {
    #post-72 .col-full .choose .main-cats .main-cats-item h3 {
    font-size: .8rem;
    }
}
@media (min-width: 620px) {
   #post-72 .col-full .choose .main-cats .main-cats-item .cat-description {
        display: block;
        width: 55%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    #post-72 .col-full .choose .main-cats .main-cats-item {
        text-align: left;
    }
   #post-72 .col-full .choose .main-cats .main-cats-item img {
        transition: 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) scale(1);
    }
   #post-72 .col-full .choose .main-cats .main-cats-item .cats-item-text {
        margin-left: 0;
    }
    #post-72 .col-full .choose .main-cats .main-cats-item a.go-to-cat {
        margin: 0;
    }
}
    .category-list__item:first-child .category-item {
        background-image: url('/wp-content/uploads/cat_bg_1.jpg');
    }
    .category-list__item:nth-child(2) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_2.jpg');
    }
    .category-list__item:nth-child(3) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_3.jpg');
    }
    .category-list__item:nth-child(4) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_4.jpg');
    }
    .category-list__item:nth-child(5) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_5.jpg');
    }
    .category-list__item:nth-child(6) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_6.jpg');
    }
    .category-list__item:nth-child(7) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_7.jpg');
    }
    .category-list__item:nth-child(8) .category-item {
        background-image: url('/wp-content/uploads/cat_bg_8.jpg');
    }
@media (max-width: 991px) {
    .category-list__item:first-child {
        order: 1;
    }
    .category-list__item:nth-child(2) {
        order: 2;
    }
    .category-list__item:nth-child(3) {
        order: 4;
    }
    .category-list__item:nth-child(4) {
        order: 3;
    }
    .category-list__item:nth-child(5) {
        order: 5;
    }
    .category-list__item:nth-child(6) {
        order: 6;
    }
    .category-list__item:nth-child(7) {
        order: 8;
    }
    .category-list__item:nth-child(8) {
        order: 7;
    }
    #post-72 .col-full .choose .main-cats .main-cats-item {
        padding: 40px;
        margin: 0;
    }
    #post-72 .col-full .choose .main-cats .main-cats-item:nth-child(3n+1) {
        margin-top: 2px;
    }
}

@media (min-width: 992px) {
    .category-list__item:first-child {
        order: 1;
    }
    .category-list__item:nth-child(2) {
        order: 2;
    }
    .category-list__item:nth-child(3) {
        order: 3;
    }
    .category-list__item:nth-child(4) {
        order: 4;
    }
    .category-list__item:nth-child(5) {
        order: 5;
    }
    .category-list__item:nth-child(6) {
        order: 6;
    }
    .category-list__item:nth-child(7) {
        order: 7;
    }
    .category-list__item:nth-child(8) {
        order: 8;
    }
}

#post-72 .col-full .why-main h4 {
  font-size: 2.1rem;
  text-transform: uppercase;
  text-align: center;
}
#post-72 .col-full .why-main .why-main-container {
  display: flex;
  justify-content: space-between;
}
#post-72 .col-full .why-main .why-main-container .why-main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  max-width: 260px;
}
#post-72 .col-full .why-main .why-main-container .why-main-item p {
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #1b1b1c;
}
#post-72 .col-full .why-main .why-main-container .why-main-item p:first-of-type {
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #post-72 .col-full .why-main .why-main-container {
    flex-direction: column;
    align-items: center;
  }
  #post-72 .col-full .why-main .why-main-container .why-main-item {
    max-width: 100%;
    width: 100%;
  }
}
/****************************/
/********PRODUCT********/
.breadcrumbs p {
  display: inline;
}
.product {
  background: #e8eaed;
}
.product .product-properties {
  margin: 0;
  color: #1b1b1c;
  font-size: 0.7rem;
  list-style: inside;
}
.product .product-top {
  background-color: #fff;
  padding-bottom: 20px;
}
.product .product-top .swiper-container {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.product .product-top .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .product-top .swiper-slide .img {
  height: 100%;
  width: auto;
}
.product .product-top .gallery-top {
  width: 100%;
}
.product .product-top .gallery-thumbs {
  height: 21%;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
.product .product-top .gallery-thumbs .swiper-slide {
  width: 25%;
  opacity: 0.4;
}
.product .product-top .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.product .product-top .product-title {
  padding-top: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1rem;
  color: #1b1b1c;
  letter-spacing: 1px;
}
.product .product-top .product-top-wrap {
  display: flex;
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}
.product .product-top .product-top-wrap .product-top-right {
  width: 50%;
}
.product .product-top .product-top-wrap .product-top-left {
  width: 50%;
  padding-left: 40px;
}
.product .product-top .product-top-wrap .product-top-left .additional-info-2 {
  display: block;
  color: #b8312f;
  text-align: left;
}
.product .product-top .product-top-wrap .product-top-left h5 {
  margin-top: 30px;
  margin-bottom: 0;
  color: #1b1b1c;
  font-size: 0.7rem;
  text-transform: uppercase;
  font-weight: 700;
}
.product .product-top .product-top-wrap .product-top-left .product-price {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .product-top .product-top-wrap .product-top-left .product-price p {
  margin: 0;
}
.product .product-top .product-top-wrap .product-top-left .product-price::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
  opacity: .1;
  padding-bottom: 30px;
}
.product .product-top .product-top-wrap .product-top-left .product-price .price-val {
  display: flex;
}
@media (max-width: 768px) {
  .product .product-top .product-top-wrap {
    flex-direction: column;
    align-items: center;
  }
  .product .product-top .product-top-wrap .product-top-left,
  .product .product-top .product-top-wrap .product-top-right {
    width: 100%;
  }
  .product .product-top .product-top-wrap .product-top-left {
    padding: 0;
  }
}
.product .product-tech {
  padding: 20px 0;
  max-width: 1140px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.product .product-tech .tech-item {
  width: 50%;
}
.product .product-tech .tech-item .this-top {
  text-transform: uppercase;
  font-weight: 700;
  color: #1b1b1c;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .product .product-tech {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product .product-tech .this-top {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
.product .product-features-wrap {
  padding: 20px 0;
  background-color: #fff;
}
.product .product-features-wrap .product-features {
  display: flex;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: auto;
}
.product .product-features-wrap .product-features .product-features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.8em;
  color: #1b021c;
  font-weight: 700;
}
.product .product-features-wrap .product-features .product-features-item.p-col-4 {
  width: 25%;
  margin: 10px auto 20px auto;
}
.product .product-features-wrap .product-features .product-features-item.p-col-3 {
  width: 31%;
  margin: 10px auto 20px auto;
  max-width: 340px;
}
@media (max-width: 768px) {
  .product .product-features-wrap .product-features .product-features-item {
    flex-direction: column;
    align-items: center;
  }
  .product .product-features-wrap .product-features .product-features-item.p-col-4,
  .product .product-features-wrap .product-features .product-features-item.p-col-3 {
    width: 100%;
    max-width: 100%;
  }
}
.product .product-features-wrap .product-features .product-features-item img {
  max-width: 60px;
  max-height: 60px;
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
/********POP GALLERY*******/
.pop-gallery-back {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.9;
  z-index: 1000;
  display: none;
}
.pop-additional-gallery {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1002;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
}
.pop-additional-gallery .swiper-container {
  width: 70%;
  height: 80%;
  margin: 0 10%;
}
.pop-additional-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pop-additional-gallery .s-next,
.pop-additional-gallery .s-right {
  z-index: 1005;
}
.pop-additional-gallery::before {
  content: "\1F5D9";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1100;
}
[data-href] {
    cursor: pointer;
}

      .category-list {
      	display: flex;
      	flex-flow: row wrap;
      	align-items: stretch;
      	justify-content: center;
		max-width: 565px;
		margin: 0 auto;
      }
	  .category-list__item {
		  padding: 2px;
		  flex: 0 0 100%;
		  box-sizing: border-box;
		  transition: all 0.5s;
	  }
	  .category-list__item:last-child {
	      display: none;
	  }
      .category-list__item > .category-item {
		  background-repeat:no-repeat;
		  background-size: cover;
      	background-color: #D72E35;
      	color: #fff;
      }
      .category-list__item:nth-child(4n+2) >.category-item,
      .category-list__item:nth-child(4n+4) >.category-item {
      	background-color: #f4eee9;
      	color: #201D1D;
      }
      .category-list__item:nth-child(4n+2) >.category-item .category-item__footer,
      .category-list__item:nth-child(4n+3) >.category-item .category-item__footer {
    	border: 1px solid #201D1D;
      }
      .category-list__item:nth-child(4n+2) >.category-item .category-item__footer a,
      .category-list__item:nth-child(4n+3) >.category-item .category-item__footer a {
    	color: #000;
      }
      .category-list__item .category-item__header a {
          color: #fff;
          font-size: 1rem;
      }
      .category-list__item:nth-child(3n+3) .category-item__header a {
          color: #201D1D;
      }
      .category-list__item:nth-child(4n+2) .category-item__header a,
      .category-list__item:nth-child(4n+3) .category-item__header a {
          color: #201D1D;
      }
      .category-list__item > .category-item .category-item__footer {
        font-size: 0.8rem;
        width: fit-content;
        border: 1px solid #fff;
        padding: calc(.5rem * var(--msk)) calc(1rem * var(--msk));
        white-space: nowrap;
      }
      .category-list__item > .category-item .category-item__footer a {
        color: #fff;
      }
      .ratio {
      	position: relative;
      	width: 100%;
      }
      .ratio > * {
      	position: absolute;
      	top: 0;
      	width: 100%;
      	left: 0;
      }
      .ratio:before {
      	content: "";
      	display: block;
      	height: 0;
      }
      .ratio-113x60:before {
      	padding-top: 53.1%;
      }
	.category-item__fone {
		width: 100%;
		height: 100%;
	}
	.category-item__fone img {   
		top: 0;
		right: 0;
		position: absolute;
		height: 100%;
		width: auto;
	}
	.category-item__wrapper {
		display: flex;
		flex-flow: column;
		padding: 1.2rem;
		width: 62%;
		height: 100%;
		justify-content: space-between;
		box-sizing: border-box;
			}
			#post-72 .col-full .category-item__text, #post-5783 .col-full .category-item__text {
				flex: 1 1;
				font-size: .8rem;
				display: none;
			}
			#post-72 .col-full h3.category-item__header, #post-5783 .col-full h3.category-item__header {
				font-size: 1.8rem;
				white-space: nowrap;
				margin: 0;
				
			}
			.category-item__text-content {
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 4;
				-webkit-box-orient: vertical;
				line-height: 1.5;
			}
      @media (min-width: 992px) {
		  .category-list {
			  max-width: none;
		  }
	      	.category-list__item {
      			flex-basis: 50%;
	      	}
		  .category-item__wrapper {
				padding: calc(2rem * var(--msk));
		  }
	      .category-list__item:nth-child(4n+2)>.category-item,
	      .category-list__item:nth-child(4n+3)>.category-item {
	      	background-color: #f4eee9;
	      	color: #201D1D;
	      }
	      .category-list__item:nth-child(4n+4)>.category-item {
	      	background-color: #D72E35;
	      	color: #fff;
	      }
	      .category-list__item:nth-child(4n+4)>.category-item .category-item__header a {
	      	color: #fff;
	      }
		  #post-72 .col-full .category-item__text, #post-5783 .col-full .category-item__text {
			  font-size: calc(0.8rem * var(--msk));
			  line-height: calc(1.2rem * var(--msk));
			  display: block;
		  }
			#post-72 .col-full h3.category-item__header a, #post-5783 .col-full h3.category-item__header a {
			  font-size: calc(1.8rem * var(--msk));
			  margin-bottom: calc(.8rem * var(--msk));
			}
		.category-list__item:nth-child(4n+3) .category-item__header a {
		    color: #201D1D;
		}
		.category-list__item:nth-child(4n+3) >.category-item .category-item__footer {
    	border: 1px solid #201D1D;
      }
      .category-list__item:nth-child(4n+3) >.category-item .category-item__footer a {
    	color: #000;
      }
      .category-list__item:nth-child(4n+4) >.category-item .category-item__footer {
    	border: 1px solid #fff;
      }
      .category-list__item:nth-child(4n+4) >.category-item .category-item__footer a {
    	color: #fff;
      }
      .category-list__item:nth-child(4n+4):hover >.category-item .category-item__footer a {
    	color: #000;
      }
      .category-list__item:nth-child(4n+2):hover >.category-item .category-item__footer,
      .category-list__item:nth-child(4n+3):hover >.category-item .category-item__footer {
          background: #201D1D;
      }
      .category-list__item:nth-child(4n+2):hover >.category-item .category-item__footer a,
      .category-list__item:nth-child(4n+3):hover >.category-item .category-item__footer a {
    	color: #fff;
      }
                .category-list__item:hover {
          transform: scale(1.02);
          transition: all 0.5s;
          z-index: 1;
      }
      .category-list__item:hover .category-item {
          background-image: none;
          cursor: pointer;
          transition: all 0.5s;
          overflow: hidden;
      }
      .category-list__item:hover img {
          transform: scale(1.02);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
      }
      .category-list__item:hover > .category-item .category-item__footer {
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          background: #fff;
      }
      .category-list__item:hover > .category-item .category-item__footer a {
          color: #000;
      }
      }

/*# sourceMappingURL=style-right.css.map */








/*************************/
/**********MAIN***********/
#post-5783 {
  margin-bottom: 0;
}
#post-5783 .col-full {
  max-width: 1140px;
  /********CATEGORIES BLOCK********/
  /*******************************/
  /************WHY WE************/
}
#post-5783 .col-full::after,
#post-5783 .col-full::before {
  display: none!important;
}
#post-5783, #post-5783, .col-full .home-title h1 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 100;
  letter-spacing: 0.9px;
}
#post-5783 .col-full .choose h3 {
  font-size: 1.5rem;
}
#post-5783 .col-full .choose .main-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#post-5783 .col-full .choose .main-cats .main-cats-item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    height: 15rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1rem;
    text-align: center;
    max-width: 489px;
    width: auto;
    transition: all 0.5s;
}

#post-5783 .col-full .choose .main-cats .main-cats-item:not(:first-child) {
  margin-top: 2px;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:first-child {
    order: 1;
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:first-child a h3 {
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:first-child .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(2) {
    background-image: url('/wp-content/uploads/cat_bg_2.jpg');
    order: 2;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(2) .cats-item-text {
    color: #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(2) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(3) {
    background-image: url('/wp-content/uploads/cat_bg_3.jpg');
    order: 4;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(3) .cats-item-text {
    color: #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(3) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(4) {
    background-image: url('/wp-content/uploads/cat_bg_4.jpg');
    order: 3;
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(4) a h3 {
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(4) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(5) {
    background-image: url('/wp-content/uploads/cat_bg_5.jpg');
    order: 5;
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(5) a h3 {
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(5) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(6) {
    background-image: url('/wp-content/uploads/cat_bg_6.jpg');
    order: 6;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(6) .cats-item-text {
    color: #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(6) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(7) {
    background-image: url('/wp-content/uploads/cat_bg_7.jpg');
    order: 8;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(7) .cats-item-text {
    color: #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(7) .go-to-cat {
    color: #000;
    border: 1px solid #201D1D;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(8) {
    background-image: url('/wp-content/uploads/cat_bg_8.jpg');
    order: 7;
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(8) a h3 {
    color: #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(8) .go-to-cat {
    color: #fff;
    border: 1px solid #fff;
}
#post-5783 .col-full .choose .main-cats .main-cats-item:last-child {
    display: none;
}
#post-5783 .col-full .choose .main-cats .main-cats-item h3 {
  font-size: 1.8rem;
  color: #201D1D;
  white-space: nowrap;
  margin: 0;
}
#post-5783 .col-full .choose .main-cats .main-cats-item a {
  overflow: hidden;
  display: block;
}
#post-5783 .col-full .choose .main-cats .main-cats-item a.go-to-cat {
  display: inline-flex;
  justify-content: center;
  padding: 0.55rem 1rem;
  border: 1px solid transparent;
  width: fit-content;
  margin: 0 auto;
}
#post-5783 .col-full .choose .main-cats .main-cats-item img {
    transition: .5s;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(50%) scale(.6);
}
#post-5783 .col-full .choose .main-cats .main-cats-item .cat-description {
    display: none;
}
@media (max-width: 991px) {
  #post-5783 .col-full .choose .main-cats {
    flex-direction: column;
    align-items: center;
  }
  #post-5783 .col-full .choose .main-cats .main-cats-item {
    width: 100%;
    max-width: 525px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 619px) {
    #post-5783 .col-full .choose .main-cats .main-cats-item h3 {
    font-size: .8rem;
    }
}
@media (min-width: 620px) {
   #post-5783 .col-full .choose .main-cats .main-cats-item .cat-description {
        display: block;
        width: 55%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    #post-5783 .col-full .choose .main-cats .main-cats-item {
        text-align: left;
    }
   #post-5783 .col-full .choose .main-cats .main-cats-item img {
        transition: 0.5s;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) scale(1);
    }
   #post-5783 .col-full .choose .main-cats .main-cats-item .cats-item-text {
        margin-left: 0;
    }
    #post-5783 .col-full .choose .main-cats .main-cats-item a.go-to-cat {
        margin: 0;
    }
}

@media (max-width: 991px) {

    #post-5783 .col-full .choose .main-cats .main-cats-item {
        padding: 40px;
        margin: 0;
    }
    #post-5783 .col-full .choose .main-cats .main-cats-item:nth-child(3n+1) {
        margin-top: 2px;
    }
}



#post-5783 .col-full .why-main h4 {
  font-size: 2.1rem;
  text-transform: uppercase;
  text-align: center;
}
#post-5783 .col-full .why-main .why-main-container {
  display: flex;
  justify-content: space-between;
}
#post-5783 .col-full .why-main .why-main-container .why-main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  max-width: 260px;
}
#post-5783 .col-full .why-main .why-main-container .why-main-item p {
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #1b1b1c;
}
#post-5783 .col-full .why-main .why-main-container .why-main-item p:first-of-type {
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #post-5783 .col-full .why-main .why-main-container {
    flex-direction: column;
    align-items: center;
  }
  #post-5783 .col-full .why-main .why-main-container .why-main-item {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
		  #post-5783 .col-full .category-item__text {
			  font-size: calc(0.8rem * var(--msk));
			  line-height: calc(1.2rem * var(--msk));
			  display: block;
		  }
			#post-5783 .col-full h3.category-item__header a {
			  font-size: calc(1.8rem * var(--msk));
			  margin-bottom: calc(.8rem * var(--msk));
			}
}

#post-5783 .col-full .choose h3 {
    font-size: 1.5rem;
    font-size: 1.8rem;
    white-space: nowrap;
    margin: 0;
}
.category-item__text-content {
    text-align: left;
}
.catalog-layout {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 40px;
}

.catalog-sidebar {
    flex: 0 0 260px;
}

.catalog-main {
    flex: 1 1 auto;
}

.catalog-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.catalog-toolbar__right .woocommerce-ordering {
    margin: 0;
}

.catalog-main ul.products {
    margin-left: -10px;
    margin-right: -10px;
}

.catalog-main ul.products li.product {
    padding: 10px;
}
/* Цены */
.sb-price {
    margin-bottom: 15px;
}

.sb-price .old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
    margin-right: 10px;
}

.sb-price .new-price {
    color: #fc4c01;
    font-size: 22px;
    font-weight: 700;
}
/* Кнопка В КОРЗИНУ */
.sb-row-cart .single_add_to_cart_button {
    background: #fc4c01 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0 !important;
    border: none !important;
    height: 41px !important;
}

.sb-row-cart .single_add_to_cart_button:hover {
    background: #018e05 !important;
}

/* Поле количества */
.sb-row-cart .quantity input {
    height: 41px !important;
    width: 60px !important;
    text-align: center;
}
.sb-row-cart form.cart {
    display: flex;
    gap: 10px;
    align-items: center;
}
.sb-row-extra {
    display: flex;
    gap: 10px;
}

.sb-row-extra .sb-half {
    width: 50%;
}
.buy-btn span,
.btn-default span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fc4c01;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.buy-btn span:hover,
.btn-default span:hover {
    background: #018e05;
}
/* Ряд 1: корзина + количество */
.sb-row-cart form.cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px; /* Отступ вниз, чтобы не налезало */
}

/* Количество */
.sb-row-cart .quantity input {
    height: 45px !important;
    width: 55px !important;
    text-align: center;
    font-size: 16px;
}
.sb-row-cart .single_add_to_cart_button {
    background: #fc4c01 !important;
    color: #fff !important;
    border: none !important;
    padding: 0 25px !important;
    height: 45px !important;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.sb-row-cart .single_add_to_cart_button:hover {
    background: #018e05 !important;
}
/* Ряд 2: двухкнопочный */
.sb-row-extra {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/* 50% ширины на каждую кнопку */
.sb-row-extra .sb-half {
    width: 50%;
}

/* Кнопки одинаковой высоты */
.buy-btn span,
.btn-default span {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #fc4c01;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.buy-btn span:hover,
.btn-default span:hover {
    background: #018e05;
}
/* ==== ВЫРАВНИВАЕМ РЯД 1: КОЛИЧЕСТВО + В КОРЗИНУ ==== */

.sb-row-cart form.cart {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 12px;
}

/* фиксированная ширина блока с количеством */
.sb-row-cart .quantity {
    flex: 0 0 60px;
}

.sb-row-cart .quantity input {
    height: 42px !important;
    width: 100% !important;
    text-align: center;
    font-size: 14px;
}

/* кнопка В КОРЗИНУ занимает всё оставшееся место */
.sb-row-cart .single_add_to_cart_button {
    flex: 1;
    background: #fc4c01 !important;
    color: #fff !important;
    border: none !important;
    height: 42px !important;
    padding: 0 20px !important;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.sb-row-cart .single_add_to_cart_button:hover {
    background: #018e05 !important;
}

/* ==== РЯД 2: КУПИТЬ В ОДИН КЛИК + РАССРОЧКА ==== */

.sb-row-extra {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.sb-row-extra .sb-half {
    flex: 1;
}

/* делаем нижние кнопки одинаковыми и центруем текст */
.sb-row-extra .buy-btn span,
.sb-row-extra .btn-default span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    padding: 0 8px;
    background: #fc4c01;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap; /* чтобы "Купить в один клик" не ломалось на две строки */
}

.sb-row-extra .buy-btn span:hover,
.sb-row-extra .btn-default span:hover {
    background: #018e05;
}

/* ==== ЕДИНЫЙ СТИЛЬ ДЛЯ ВСЕХ ТРЁХ КНОПОК ПО ШРИФТУ ==== */

.sb-row-cart .single_add_to_cart_button,
.sb-row-extra .buy-btn span,
.sb-row-extra .btn-default span {
    font-size: 12px;
    letter-spacing: 0.2px;
}
.products li.product .loop-buttons {
    margin-top: 10px;
}

.products li.product .product-loop-add-to-cart .button {
    display: block;
    width: 100%;
    background: #fc4c01 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.products li.product .product-loop-add-to-cart .button:hover {
    background: #018e05 !important;
}

.products li.product .buy-btn span {
    display: block;
    width: 100%;
    margin-top: 6px;
    background: #fc4c01;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.products li.product .buy-btn span:hover {
    background: #018e05;
}
/* Обёртка с кнопками в категориях */
.products li.product .loop-buttons {
    margin-top: 10px;
}

/* В КОРЗИНУ в категориях */
.products li.product .product-loop-add-to-cart .button {
    display: block;
    width: 100%;
    background: #fc4c01 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.products li.product .product-loop-add-to-cart .button:hover {
    background: #018e05 !important;
}

/* ЗАКАЗАТЬ под ней */
.products li.product .buy-btn span {
    display: block;
    width: 100%;
    margin-top: 6px;
    background: #fc4c01;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.products li.product .buy-btn span:hover {
    background: #018e05;
}
/* ===== Красивый чекаут ===== */



/* Подписи к полям */
.woocommerce-checkout form .form-row label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

/* Инпуты, селекты, textarea */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
}

/* Заголовки блоков "Данные для доставки", "Детали" */
.woocommerce-checkout h3 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}
/* ===== Нормальный чекаут ===== */

/* Общая ширина формы */
.woocommerce-checkout form.checkout {
    max-width: 800px;   /* можно 900, если хочется шире */
    margin: 0 auto 40px auto;
}

/* Делаем обе колонки одной колонкой подряд */
.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
    width: 100%;
    float: none;
}

/* Каждое поле на всю ширину */
.woocommerce-checkout form .form-row {
    width: 100%;
}

/* Подписи к полям — нормальный вид */
.woocommerce-checkout form .form-row label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
    white-space: normal;   /* не ломать по буквам */
}

/* Заголовки блоков */
.woocommerce-checkout h3 {
    text-align: left;      /* можно center, если хочешь по центру */
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}
/* ===== FULL FIX CHECKOUT ===== */

/* Разрывы текста — ОТКЛЮЧИТЬ ЛОМАНИЕ ПО БУКВАМ */
.woocommerce-checkout form .form-row label,
.woocommerce-checkout form .form-row {
    white-space: normal !important;
}

/* Убираем flex от темы Storefront */
.woocommerce .col2-set,
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    display: block !important;
    width: 100% !important;
    float: none !important;
    max-width: 100% !important;
}

/* Делаем форму широкой */
.woocommerce-checkout form.checkout {
    max-width: 860px !important;
    margin: 0 auto !important;
    padding: 0 10px !important;
}

/* Поля — во всю ширину */
.woocommerce-checkout form .form-row,
.woocommerce form .form-row {
    width: 100% !important;
    margin-bottom: 18px !important;
}

/* Подписи */
.woocommerce-checkout form .form-row label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

/* Инпуты */
.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    width: 100% !important;
    border: 1px solid #ccc !important;
    padding: 12px !important;
    font-size: 15px;
}

/* Заголовки блоков */
.woocommerce-checkout h3 {
    text-align: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}
.sb-row-extra .sb-half:last-child {
    display: none !important;
}
/* Кнопка "Купить в один клик" — во всю ширину */
.sb-row-extra .buy-btn {
    width: 100% !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Текст внутри кнопки — по центру и без переносов */
.sb-row-extra .buy-btn span {
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
}
/* ===== Унификация кнопок покупки ===== */

/* ОБЩИЙ стиль текста кнопок */
.single_add_to_cart_button,
.sb-row-extra .buy-btn {
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Кнопка "В корзину" — как остальные */
.single_add_to_cart_button {
    background: #ff5a00 !important;
    color: #fff !important;
    border: none !important;
    height: 44px !important;
    padding: 0 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* hover */
.single_add_to_cart_button:hover {
    background: #e94f00 !important;
}
/* ===== Поле количества ===== */

.quantity {
    margin-right: 10px;
}

.quantity input.qty {
    width: 60px !important;
    height: 44px !important;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 !important;
}

/* Убираем стрелки у number (Chrome) */
.quantity input.qty::-webkit-inner-spin-button,
.quantity input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity input.qty {
    -moz-appearance: textfield;
}
/* ===== Убираем количество ===== */
.single-product .quantity {
    display: none !important;
}

/* ===== Унифицируем кнопки ===== */

/* Общий контейнер */
.sb-row-cart,
.sb-row-extra {
    width: 100%;
}

/* Кнопка "В корзину" */
.single_add_to_cart_button {
    width: 100% !important;
    height: 44px !important;
    background: #ff5a00 !important;
    color: #fff !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px;
}

/* Кнопка "Купить в один клик" */
.sb-row-extra .buy-btn {
    width: 100% !important;
    height: 44px !important;
    background: #ff5a00 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover для обеих */
.single_add_to_cart_button:hover,
.sb-row-extra .buy-btn:hover {
    background: #e94f00 !important;
}

/* Текст без переносов */
.single_add_to_cart_button,
.sb-row-extra .buy-btn span {
    white-space: nowrap;
}
/* ===== Финальный стиль кнопок покупки ===== */

/* Общий стиль для ОБЕИХ кнопок */
.single_add_to_cart_button,
.sb-row-extra .buy-btn {
    width: 100% !important;
    height: 48px !important;              /* делаем подлиннее */
    background: #ff5a00 !important;
    color: #fff !important;
    border: none !important;

    font-size: 15px !important;
    font-weight: 800 !important;          /* пожирнее */
    letter-spacing: 0.6px;
    text-transform: uppercase;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    margin-bottom: 12px;
}

/* Hover одинаковый */
.single_add_to_cart_button:hover,
.sb-row-extra .buy-btn:hover {
    background: #e94f00 !important;
}

/* Убираем любые переносы текста */
.single_add_to_cart_button,
.sb-row-extra .buy-btn span {
    white-space: nowrap;
}

/* Дополнительно: убираем возможные отличия span внутри Woo */
.single_add_to_cart_button span {
    font-weight: 800 !important;
}
/* === Выравниваем кнопки покупки идеально === */

/* Общая обёртка кнопок */
.sb-product-block {
    max-width: 360px;
}

/* Обе кнопки одинаковые */
.single_add_to_cart_button,
.buy-btn {
    width: 100% !important;
    min-width: 100% !important;
    height: 46px !important;

    background: #ff5a00 !important;
    border: none !important;

    font-size: 14px !important;
    font-weight: 700 !important;   /* НЕ 800 — мягче */
    letter-spacing: 0.4px;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin-bottom: 12px;
}

/* Текст внутри — одинаковый */
.single_add_to_cart_button span,
.buy-btn span {
    font-weight: 700 !important;
    white-space: nowrap;
}

/* Hover */
.single_add_to_cart_button:hover,
.buy-btn:hover {
    background: #e94f00 !important;
}
/* === FIX: одинаковая ширина двух кнопок в карточке товара === */

/* Центруем блок кнопок */
.sb-product-block{
  display:flex;
  flex-direction:column;
  align-items:center;
}

/* Задаём ОДИНАКОВУЮ ширину обеим кнопкам */
.sb-product-block .single_add_to_cart_button,
.sb-product-block .buy-btn{
  width: 260px !important;          /* можешь поставить 280 если хочешь шире */
  max-width: 100% !important;
}

/* На случай, если buy-btn был inline/auto */
.sb-product-block .buy-btn{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin: 0 auto 12px auto !important;
}

/* На случай, если кнопка "В корзину" внутри form растягивается по-своему */
.sb-product-block form.cart{
  width:100%;
  display:flex;
  justify-content:center;
}

/* Одинаковый текст/высота */
.sb-product-block .single_add_to_cart_button,
.sb-product-block .buy-btn{
  height:46px !important;
  padding:0 !important;
  font-size:14px !important;
  font-weight:700 !important;
  letter-spacing:.4px;
}
/* === Чуть выше и «дышащие» кнопки === */

.sb-product-block .single_add_to_cart_button,
.sb-product-block .buy-btn{
  height: 54px !important;      /* было 46 — стало выше */
  line-height: 54px !important; /* чтобы текст был по центру */
}

/* расстояние между кнопками */
.sb-product-block .single_add_to_cart_button{
  margin-bottom: 14px !important;
}
/* Чуть ближе кнопки друг к другу */
.sb-product-block .single_add_to_cart_button {
    margin-bottom: 1px !important; /* было 14 */
}
.added_to_cart,
a.added_to_cart {
    display: none !important;
}
/* Убираем все разделители в popup корзине */
.xoo-wsc-divider,
.xoo-wsc-hr,
.xoo-wsc-footer hr,
.xoo-wsc-body hr,
.xoo-wsc-container hr,
.xoo-wsc-header::after,
.xoo-wsc-footer::before {
    display: none !important;
    height: 0 !important;
    border: 0 !important;
    background: none !important;
}
/* Убираем заголовки таблицы в popup корзине */
.xoo-wsc-head,
.xoo-wsc-table-head,
.xoo-wsc-th {
    display: none !important;
}

/* Убираем Empty Cart */
.xoo-wsc-empty-cart {
    display: none !important;
}
.xoo-wsc-modal { outline: 5px solid red !important; }
/* Единый стандарт кнопок в категориях */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .buy-btn span {
  height: 42px !important;
  line-height: 42px !important;
  padding: 0 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
