
@charset "UTF-8";

.dropdown-menu_custom a {
  /*text-transform: capitalize !important;*/
  color: #262626 !important;
  font-weight: normal !important;
  font-size: 20px !important;
  line-height: 24px !important;
}

.dropdown-menu_custom ul li {
  padding-left: 0px;
}

.dropdown-menu_custom .dropdown-menu_custom {
  padding-left: 30px;
}

.dropdown-toggle {
  position: relative;
}

.dropdown-toggle::after {
  content: "˄";
  border-top: 0;
  top: 16px;
  position: absolute;
  font-size: 32px;
  font-weight: 400;
  right: 0;
}

.dropdown-toggle-open::after {
  content: "˅";
}

header {
  position: relative;
}

header .container .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 43% 0px 14% 0px 43%;
  grid-template-columns: 43% 14% 43%;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

header .container .row > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

header .container .row > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

header .container .row > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

header .container .row .grid-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 2 / 2;
}

header .container .row .grid-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 2 / 3;
}

header .container .row .grid-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 2 / 4;
}

header .container .row .grid-4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 2 / 1 / 3 / 4;
}

@media (max-width: 992px) {
  header .container .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40% 0px 20% 0px 40%;
    grid-template-columns: 40% 20% 40%;
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  header .container .row > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  header .container .row > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  header .container .row > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  header .container .row > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  header .container .row > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  header .container .row > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  header .container .row .grid-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2 / 1 / 3 / 4;
  }
}

header .container .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header ul {
  margin-bottom: 0;
}

.hamburger {
  padding-right: 24px;
}

@media (max-width: 576px) {
  .hamburger {
    padding-right: 12px;
  }
}

.hamburger .dropdown-menu_custom a {
  text-transform: capitalize !important;
  color: #262626 !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 19px !important;
  padding: 10px 0 !important;
  text-transform: none !important;

}



.hamburger .dropdown-menu_custom ul li {
  padding-left: 0px;
}

.hamburger .dropdown-menu_custom .dropdown-menu_custom {
  padding-left: 30px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  overflow-y: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.overlay a {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #262626;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  /*text-transform: uppercase;*/
}

.overlay a:hover
/*,*/
/*.overlay a .overlay a:focus*/
{
  /*color: #262626 !important;*/
  color: #EF7F1B;
}

@media (max-width: 576px) {
  .overlay a {
    font-size: 20px;
    line-height: 24px;
  }
}

.overlay .overlay-top-bg {
  background-color: #F5F5F5;
}

.overlay .overlay-top-close,
.overlay .overlay-content {
  padding: 16px 0;
  width: 90%;
}

/*@media (max-width: 576px) {*/
/*  .overlay .overlay-top-close,*/
/*  .overlay .overlay-content {*/
/*    padding: 16px 0px;*/
/*    width: 90%;*/
/*  }*/
/*}*/

.overlay .overlay-top-close {
  margin: auto;
}
/*.overlay-top-close span{*/
/*    font-size: 24px;*/
/*    color: #EF7F1B;*/
/*    margin: 0 0 0 0;*/
/*    font-weight: 600;*/
/*}*/

.overlay .overlay-top-close .closebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overlay .overlay-top-close .closebtn span {
    font-size: 24px;
    color: #EF7F1B;
    margin: 0 0 0 0;
    font-weight: 600;
}

.overlay .overlay-top-close .closebtn img {
  margin-right: 24px;
  width: 24px;
  height: auto;
}

@media (max-width: 576px) {
  .overlay .overlay-top-close .closebtn span {
      font-size: 24px;
      color: #EF7F1B;
      margin: 0 0 0 0;
      font-weight: 600;
  }
  .overlay .overlay-top-close .closebtn img {
    margin-right: 16px;
    width: 16px;
    height: 16px;
  }
}

.overlay .overlay-content {
  margin: 0px auto;
}

.overlay .overlay-content li {
    border-bottom: 1px solid #e9ecef;
}

.dropdown_li{
    margin-top: 30px;
}

.dropdown_li li{
    border: none !important;
}

.dropdown-divider{
    margin-top: 30px;
}

.dropdown_contacts{
    margin-top: 30px;
}

.dropdown_phone{
    margin-top: 30px;
}

.dropdown_phone a{
    font-size: 16px !important;
    line-height: 16px !important;
}

.dropdown_phone_icons{
    display: flex;
}

.dropdown_phone_icons li{
    border: none !important;
    padding: 0 20px 0 4px;
}

.dropdown_time_work {
    display: flex;
    margin-top: 30px;
}

.dropdown_time_work li {
    border: none !important;
    margin-bottom: 5px;
    font-size: 16px !important;
    line-height: 20px !important;
}

.dropdown_social{
    margin-top: 30px;
}

.dropdown_social ul {
    display: flex;
    width: 200px;
}

.dropdown_social li {
    border: none !important;
    padding: 0 20px 0 4px;
}

.overlay .overlay-content li a {
  padding: 15px 0;
}

@media (max-width: 1200px) {
  .overlay .overlay-content li a {
    padding: 13px 0;
  }
}

.search-cont {
  position: relative;
}

.search-list {
  position: absolute;
  width: 100%;
  background: white;
  z-index: 1;
  display: none;
}

.search-list li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

.search-form {
  position: relative;
  padding-bottom: 1px;
}

.search-form input {
  border: 0;
  padding-left: 36px;
  border-bottom: 1px solid;
  border-radius: 0;
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input::-webkit-input-placeholder{
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input::-moz-placeholder{
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input:-ms-input-placeholder{
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input::-ms-input-placeholder{
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input::placeholder{
  color: #CCCCCC;
  font-size: 16px;
  line-height: 19px;
}

.search-form input:focus {
  border-bottom: 1px solid #EF7F1B;
  /*border-color: none;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-form button {
  padding-left: 0;
  position: absolute;
}

@media (max-width: 992px) {
    #searchContDesck {
        display: none;
    }
}

.work-days ul {
  text-align: end;
}

.work-days ul li {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1440px) {
  .work-days ul li {
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 992px) {
  .work-days {
    display: none;
  }
}

.header-logo a img {
  width: 85px !important;
  height: auto;
}

@media (max-width: 1200px) {
  .header-logo a img {
    width: 70px !important;
  }
}

.phones ul {
  text-align: start;
}

.phones ul li {
  font-size: 18px;
  line-height: 22px;
}

@media (max-width: 1440px) {
  .phones ul li {
    font-size: 15px;
    line-height: 19px;
  }
}

@media (max-width: 992px) {
  .phones {
    display: none;
  }
}

.header-icon {
  max-height: 20px;
}

@media (max-width: 1200px) {
  .header-icon {
    max-height: 20px;
  }
}

.header-icon-menu {
  height: 30px;
}

@media (max-width: 1200px) {
  .header-icon-menu {
    height: 20px;
  }
}

.header-icons {
  margin-left: auto;
}

.header-icons ul {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-icons ul li {
  position: relative;
  padding-left: 26px;
}

@media (max-width: 1200px) {
  .header-icons ul li {
    padding-left: 16px;
  }
}

.header-icons ul li a svg {
  max-width: 26px;
  max-height: 26px;
}

@media (max-width: 1200px) {
  .header-icons ul li a svg {
    max-width: 19px;
    max-height: 16px;
  }
}

.header-icons ul li .count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  position: absolute;
  bottom: -7px;
  left: 20px;
  width: 18px;
  height: 18px;
  background-color: #EF7F1B;
  border-radius: 50%;
  font-size: 11.4545px;
  line-height: 14px;
}

@media (max-width: 1200px) {
  .header-icons ul li .count {
    left: 13px;
    bottom: -3px;
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 992px) {
    .header-icons_contacts {
        display: none;
    }
}
@media (max-width: 768px) {
    .header-icons_contacts {
        display: none;
    }
}
@media (max-width: 576px) {
    .header-icons_contacts {
        display: none;
    }
}
.mobile-second-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
}

.mobile-second-nav .openbtn {
  height: 58px;
  background-color: #EF7F1B;
  border-radius: 5px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  display: none;
}

@media (max-width: 992px) {
  .mobile-second-nav .openbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-second-nav .overlay-content li a {
  font-weight: 500;
  /*text-transform: capitalize;*/
}

.deck-second-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 992px) {
  .deck-second-nav {
    display: none;
  }
}

.deck-second-nav .deck-second-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 36px;
  border-radius: 30px 30px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 0;
    /*width: -webkit-fit-content;*/
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 65px solid #EF7F1B;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

@media (max-width: 768px) {
  .deck-second-nav .deck-second-nav__list {
    border-radius: 5px;
    border-bottom: 65px solid #EF7F1B;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
  }
}

@media (max-width: 1200px) {
  .deck-second-nav .deck-second-nav__list {
    padding: 0 20px;
  }
}

.deck-second-nav .deck-second-nav__list > li {
  padding: 0px 40px;
}

@media (max-width: 1200px) {
  .deck-second-nav .deck-second-nav__list > li {
    padding: 0px 20px;
  }
}

.deck-second-nav .deck-second-nav__list > li > a {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 20px 24px;
    display: block;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap;
}

.deck-second-nav .deck-second-nav__list > li > a:hover {
  color: #FFFFFF;
  text-shadow: 2px 3px 16px #603005;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.deck-second-nav .dropbtn {
  color: white;
  padding: 24px;
  font-size: 16px;
  border: none;
}

.deck-second-nav .dropdown {
  position: inherit;
  display: inline-block;
}

.deck-second-nav .dropdown:hover .deck-second-nav__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .deck-second-nav .dropdown:hover .deck-second-nav__dropdown {
    display: none;
  }
}

.deck-second-nav .deck-second-nav__dropdown {
  top: 173px;
  left: 0;
  z-index: 4;
  padding: 40px 20px;
  font-size: 20px;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.deck-second-nav .deck-second-nav__dropdown a {
    color: black;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    font-size: 19px;
    line-height: 19px;
}

.deck-second-nav .deck-second-nav__dropdown a:hover{
  color: #EF7F1B;
}

.deck-second-nav__cart {
  max-width: 210px;
  border-radius: 3px;
  margin-left: auto;
}

.deck-second-nav__cart .deck-second-nav__cart-item {
  max-width: 75%;
  -o-object-fit: contain;
     object-fit: contain;
}

.deck-second-nav__cart > a {
  border: 0.5px solid #CCCCCC;
}

.deck-second-nav__cart-title {
  padding:  0;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #EF7F1B;
}

.deck-second-nav__cart-color {
  width: 20%;
  text-align: end;
}

.deck-second-nav__cart-color li img {
  width: 100%;
  max-width: 44px;
  margin-bottom: 6px;
  height: auto;
}
.deck-second-nav__cart-price li{
  line-height: 1;
}
.deck-second-nav__cart-price li span {
  font-size:9px;
  line-height: 11px;
}

.phone-modal {
  padding: 40px 32px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.phone-modal p {
  line-height: 20px;
}

.phone-modal a {
  font-size: 20px;
}

.phone-modal-icons {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.phone-modal-icons a {
  padding: 0 12px;
}

.phone-modal-icons a img {
  width: auto;
  height: 30px;
}
.modal-content{
    border: none !important;
}
.modal-backdrop{
    position: inherit !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1000px !important;
    }
}

footer a,
footer p,
footer li {
  font-size: 16px;
  line-height: 19px;
}

@media (max-width: 1200px) {
  footer a,
  footer p,
  footer li {
    font-size: 14px;
    line-height: 150%;
  }
}

footer p {
  margin-bottom: 0;
  line-height: 2;
}

footer ul li {
  line-height: 2;
}

.newsletter {
  margin: 50px 0;
  padding-top: 0;
}

@media (max-width: 576px) {
  .newsletter {
    margin: 0 0 30px 0;
  }
}

.newsletter__content {
  padding-bottom: 16px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .newsletter__content {
    padding: 30px 0 20px;
  }
}

.newsletter__heading {
  margin-bottom: 0;
}

.newsletter__input-group {
  height: 36px;
}

.newsletter__input-group .input-group-btn {
  background-color: #EF7F1B;
  min-width: 210px;
  text-align: center;
}

.newsletter__input-group .input-group-btn:hover{
  opacity: .8;
}

@media (max-width: 1200px) {
  .newsletter__input-group .input-group-btn {
    min-width: auto;
  }
}

.newsletter__input-group .input-group-btn button {
  height: 100%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
}

.footer {
  padding: 54px 0 14px 0;
  border-top: 1px solid #CCCCCC;
}

@media (max-width: 992px) {
  .footer {
    padding: 30px 0 14px 0;
  }
}

.footer .col-header {
  text-transform: uppercase;
  font-weight: bold;
}

.footer__grids {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.6% 0px 16.6% 0px 16.6% 0px 16.6% 0px 33%;
  grid-template-columns: repeat(4, 16.6%) 33%;
  /*grid-template-rows: repeat(2, 1fr);*/
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.footer__grids > div {
  padding: 0 16px;
}

.footer__grid-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1 / 1 / 3 / 2;
}

.footer__grid-2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1 / 2 / 3 / 3;
}

.footer__grid-3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1 / 3 / 3 / 4;
}

.footer__grid-4 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1 / 4 / 3 / 5;
}

@media (max-width: 992px) {
  .footer__grid-4 ul {
    margin-bottom: 0.2rem;
  }
}

.footer__grid-5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 1 / 5 / 2 / 6;
}

.footer__grid-6 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 2 / 5 / 3 / 6;
}

@media (max-width: 992px) {
  .footer__grids {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0px auto 0px auto;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .footer__grids > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .footer__grids > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .footer__grids > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .footer__grids > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .footer__grids > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .footer__grids > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .footer__grids > div {
    padding: 0 10px 0 0;
  }
  .footer__grid-1 {
    display: none;
  }
  .footer__grid-2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 2 / 2;
  }
  .footer__grid-3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
  }
  .footer__grid-4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
  .footer__grid-5 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
  .footer__grid-6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 30px;
  }
}

.footer-logo a img {
  width: 100%;
  height: auto;
}

.footer__icons {
  padding-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__icons a {
  padding-right: 16px;
}

.footer__icons a img {
  width: auto;
  height: 24px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

@media (max-width: 576px) {
  .footer__icons a img {
    height: 22px;
  }
}

.pay-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pay-icons img {
  height: 14px;
  margin-right: 3px;
}

@media (max-width: 576px) {
  .pay-icons img {
    margin-right: 1px;
  }
}

.footer-copyright {
  background-color: #414141;
  padding: 20px 0;
}

@media (max-width: 576px) {
  .footer-copyright {
    padding: 18px 0;
  }
}

.footer-copyright p {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  .footer-copyright p {
    font-size: 14px;
    line-height: 150%;
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
    /*border-color: none;*/
}

main {
  overflow: hidden;
}

.after-rotate-180deg::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 6px !important;
  right: 0 !important;
  border-left: 0;
}

.store-text-color {
  color: #EF7F1B;
}

.center-width {
  max-width: 904px;
  margin: auto;
  position: relative;
}

.font-size-p {
  font-size: 16px !important;
}

@media (max-width: 576px) {
  .font-size-p {
    font-size: 14px !important;
  }
}

.off-mobile-table {
  display: table;
}

@media (max-width: 576px) {
  .off-mobile-table {
    display: none;
  }
}

.on-mobile-table {
  display: none;
}

@media (max-width: 576px) {
  .on-mobile-table {
    display: table;
  }
}

.border-active {
  border: 3px solid #EF7F1B;
}

.link-active {
  color: #EF7F1B;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.hidden {
    height: 0 !important;
    overflow-y: hidden;
    padding: 0 !important;
    margin: 0 !important;
}

.hover-show:hover {
  display: block;
}

.main-color-text {
  color: #262626;
}

.second-color-text {
  color: #EF7F1B;
}

h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  h3 {
    font-size: 14px;
    line-height: 19px;
  }
}

p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #262626;
}

small {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}

button {
  outline: none;
  border: 0;
  background: 0;
}

button:focus {
  outline: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}

img {
  max-width: 100%;
}

a {
  color: #262626;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #EF7F1B;
}

dl,
ol,
ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-bottom: 0;
}

/*p*/

.form-control::-webkit-input-placeholder {
  color: #CCCCCC;
}

.form-control::-moz-placeholder {
  color: #CCCCCC;
}

.form-control:-ms-input-placeholder {
  color: #CCCCCC;
}

.form-control::-ms-input-placeholder {
  color: #CCCCCC;
}

.form-control::placeholder {
  color: #CCCCCC;
}

@media (max-width: 576px) {
  .form-control::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .form-control::-moz-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 12px;
    line-height: 15px;
  }
  .form-control::placeholder {
    font-size: 12px;
    line-height: 15px;
  }
}

.text-decoration-line-through {
  text-decoration: line-through;
}

/*@media (max-width: 1100px) {*/
/*    .text-decoration-line-through {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

@media (min-width: 1440px) {
  .container {
    max-width: 1366px;
  }
}

.slick-slider {
  margin: 0 !important;
}

.slick-list {
  z-index: 1;
}

section {
    padding: 0 0 0 0;
}

@media (max-width: 576px) {
  section {
    padding: 0 0 0 0;
  }
}

@media (max-width: 768px) {
  .section__main-slider {
      padding: 40px 0;
  }
}

.section__main-slider .slick-dots {
  bottom: 30px;
  z-index: 1;
}

@media (max-width: 576px) {
  .section__main-slider .slick-dots {
    bottom: -10px;
  }
}

.section__main-slider .container-fluid {
  position: relative;
  padding: 0;
}

.slider-arrows {
  z-index: 3;
  width: 100%;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .slider-arrows {
    display: none;
  }
}

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

.slider-arrows ul li button {
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  background: none;
}

.slider-arrows ul li button:hover {
  opacity: 0.7;
}

.main-slider__image {
  /*background: url(./../img/main-slider/Rectangle-15.jpg) no-repeat center;*/
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 570px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
  .main-slider__image {
    /*background: url(./../img/main-slider/mobile.jpg);*/
    height: 440px;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 576px) {
  .main-slider__image {
    height: 220px;
  }
}

.slide__content {
  position: absolute;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 70%;
  text-align: center;
}

@media (max-width: 576px) {
  .slide__content {
    max-width: 90%;
  }
}

.slide__content h1,
.slide__content h2 {
    color: #EF7F1B;
    text-transform: uppercase;
}

.slide__content img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
  .slide__content h1 {
    font-size: 32px;
    line-height: 34px;
  }
  /*.slide__content img {*/
  /*  max-width: 58px;*/
  /*}*/
}

@media (max-width: 576px) {
  .slide__content h1 {
    font-size: 20px;
    line-height: 24px;
  }
}

.slick-dots li button:before {
  content: url("./../../assets/img/icons/slider-dot.svg");
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  content: url("./../../assets/img/icons/slider-active-dot.svg");
}

.two-blocks__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
    .two-blocks__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*.two-blocks__container .two-blocks:nth-child(1) {*/
/*  background: url(./../img/main-slider/image10.png);*/
/*}*/

/*.two-blocks__container .two-blocks:nth-child(2) {*/
/*  background: url(./../img/main-slider/image7.png);*/
/*}*/

.two-blocks__container .two-blocks {
    width: 50%;
    height: 300px;
    margin: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media (max-width: 992px) {
  .two-blocks__container .two-blocks {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .two-blocks__container .two-blocks {
    width: 100%;
    height: 58px;
    margin: 0 0 20px 0;
    background: none !important;
    border: 1.6px solid #CCCCCC;
    border-radius: 5px;
  }
}

@media (max-width: 576px) {
  .two-blocks__container .two-blocks {
    bottom: 12px;
  }
}

.two-blocks__container .two-blocks__content h1,
.two-blocks__container .two-blocks__content h2,
.two-blocks__container .two-blocks__content h3 {
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0;
}

@media (max-width: 768px) {
  .two-blocks__container .two-blocks__content h1,
  .two-blocks__container .two-blocks__content h2,
  .two-blocks__container .two-blocks__content h3 {
    color: #262626;
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .two-blocks__container .two-blocks__content h1,
  .two-blocks__container .two-blocks__content h2,
  .two-blocks__container .two-blocks__content h3 {
    font-size: 14px;
    line-height: 17px;
  }
}

.section__popular-goods .slider-arrows {
  top: calc(100% + -26px);
}

.section__popular-goods .slick-dots {
    z-index: 1;
    bottom: 100px;
}

@media (max-width: 1200px) {
  .section__popular-goods .slick-dots {
    bottom: -20px;
  }
}

@media (max-width: 992px) {
  .section__popular-goods .slick-dots {
    bottom: -30px;
  }
}

@media (max-width: 576px) {
  .section__popular-goods .slick-dots {
      bottom: 0;
  }
}

.popular-goods__swich {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
    padding: 30px 0 0 0;
}

.popular-goods__swich button {
  background: none;
  border: solid 2px;
  border-radius: 4px;
  border-color: #cccccc;
  padding: 0 10px;
}

.popular-goods__swich button:hover{
    border-color: black;
}

.popular-goods__swich h2:hover{
    color: black;
}

.popular-goods__swich h2 {
  color: #CCCCCC;
}

.popular-goods__swich .popular-goods__active-title {
    /*color: #262626;*/
    color: #5e5e5e;
}

@media (max-width: 576px) {
    .popular-goods__swich {
        display: none;
    }
}

/*.popular-goods,*/
/*.popular-new-items {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  padding: 30px 0 0 0;*/
/*  -ms-flex-wrap: wrap;*/
/*      flex-wrap: wrap;*/
/*}*/

@media (max-width: 992px) {
    .popular-goods,
    .popular-new-items {
        /*max-height: auto;*/
        height: auto;
    }
}

.popular-goods .slick-list,
.popular-new-items .slick-list {
  max-height: 700px;
  padding-bottom: 230px;
  padding-top: 52px;
}

@media (max-width: 1200px) {
  .popular-goods .slick-list,
  .popular-new-items .slick-list {

    padding-bottom: 10px;
  }
}

.popular-goods__slider {
  position: relative;
}

.popular-goods__slider .title {
  display: none;
}

.popular-goods__slider .slick-arrow {
    position: absolute;
    bottom: 100px;
    padding: 0 30px;
    z-index: 1;
}

@media (max-width: 1200px) {
  .popular-goods__slider .slick-arrow {
    bottom: -30px;
  }
}

@media (max-width: 992px) {
  .popular-goods__slider .slick-arrow {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .popular-goods__slider {
    padding: 10px 0;
  }
  .popular-goods__slider .title {
    display: block;
    margin-bottom: 0;
    padding-left: 6px;
    font-size: 20px;
  }
}

.popular-goods__prev,
.popular-new-items__prev {
  left: 0;
}

.popular-goods__next,
.popular-new-items__next {
  right: 0;
}

.popular-goods__next .card-product,
.popular-new-items__next .card-product {
  margin-bottom: 30px;
}

.card-product__border {
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding: 22px;
}

.card-product__border:hover {
  border: 1px solid #EF7F1B;
  border-bottom: 0;
}

@media (max-width: 1200px) {
  .card-product__border:hover {
    border-bottom: 1px solid #EF7F1B;
  }
}

.card-product__message {
  position: absolute;
  top: -24px;
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-product__message p {
  padding: 10px 16px 10px 10px;
  top: -28px;
  left: 12px;
  color: #FFFFFF !important;
  background: #EF7F1B;
  padding: 10px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-product__message span {
  width: 0;
  height: 0;
  border-top: 40px solid #EF7F1B;
  border-right: 40px solid transparent;
}

.card-product {
  margin-bottom: 40px;
  background: #FFFFFF;
  position: relative;
  width: calc(25% - 20px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px 30px;
}

.card-product a {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.card-product:hover p {
  color: #262626;
}

.card-product:hover .card-product__hide {
  display: block;
  position: absolute;
  z-index: 3;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  width: 100%;
  left: 0px;
  /* top: 95%; */
  background: #FFFFFF;
  border-right: 1px solid #EF7F1B;
  border-bottom: 1px solid #EF7F1B;
  border-left: 1px solid #EF7F1B;
  padding: 20px;
}

@media (max-width: 1200px) {
  .card-product:hover .card-product__hide {
    display: none;
  }
}

.card-product:focus {
  border: none;
}

.card-product__title {
    /*height: 46px;*/
    height: 58px;
}
@media (max-width: 576px) {
    .card-product__title {
        height: 18px;
    }
}
@media (max-width: 768px) {
    .card-product__title {
        height: 18px;
    }
}
@media (max-width: 992px) {
    .card-product__title {
        height: 18px;
    }
}
.card-product__title_min{
    font-size: 14px;
    height: 38px;
    line-height: 16px;
}

.card-product .card-product__title {
  color: #EF7F1B;
  text-align: center;
}

@media (max-width: 768px) {
  .card-product .card-product__title {
    font-size: 14px;
    line-height: 17px;
  }
}

.card-product .card-product__variants-color {
  position: relative;
  padding: 16px 0;
}

@media (max-width: 768px) {
  .card-product .card-product__variants-color {
    padding: 16px 0 0 0;
  }
}

.card-product .card-product__variants-scroll {
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  width: 100%;
}

.card-product .card-product__variants-scroll li {
  display: table-cell;
}

.card-product .card-product__variants-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.card-product .card-product__variants-scroll::-webkit-scrollbar {
  height: 8px;
}

.card-product .card-product__variants-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #EF7F1B;
}

.card-product .card-product__variants-scroll img {
  min-width: 42.5px;
  height: 42.5px;
  padding: 2.5px;
}

@media (max-width: 768px) {
  .card-product .card-product__variants-scroll img {
    min-width: 32.5px;
    height: 32.5px;
  }
}

.card-product .card-arrows__prev,
.card-product .card-arrows__next {
  position: absolute;
  top: 28px;
  width: 12px;
}

@media (max-width: 768px) {
  .card-product .card-arrows__prev,
  .card-product .card-arrows__next {
    width: 6px;
  }
}

.card-product .card-arrows__prev {
  left: -16px;
}

.card-product .card-arrows__next {
  right: -16px;
}

.card-product .card-product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.card-product .card-product__buttons button {
  border: none;
}

.card-product .card-product__to-card {
  background: #EF7F1B;
  border-radius: 5px;
  height: 42px;
  width: calc(100% - 25% - 20px);

}

.card-product .card-product__to-card:hover{
  opacity: .8;
}

.card-product .card-product__to-card span {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}

.card-product .card-product__like {
  background: #CCCCCC;
  border-radius: 5px;
  height: 42px;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-product .card-product__like:hover {
  background: #EF7F1B;
}

.card-product .card-product__like img {
  width: 28px;
}

.card-product .card-product__one-click {
  background: none;
  padding: 16px 0 8px 0;
}

.card-product .card-product__one-click:hover{
  text-decoration: underline;
}

.card-product .card-product__one-click span {
  color: #EF7F1B;
}

.card-product .card-product__price {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (max-width: 576px) {
  .card-product .card-product__price {
    margin-bottom: 0;
    /*font-size: 12px;*/
  }
}

/*@media (max-width: 1100px) {*/
/*    .card-product .card-product__price {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

.card-product .card-product__sale {
  color: #EF7F1B;
  font-size: 18px;
  padding-left: 3px;
}

.card-product .card-product__sale_min {
    color: #EF7F1B;
    font-size: 12px;
    padding-left: 1px;
}

.card-product-small .card-product__sale_min {
    color: #EF7F1B;
    font-size: 12px;
    padding-left: 1px;
}

/*@media (max-width: 1100px) {*/
/*    .card-product .card-product__sale {*/
/*        font-size: 14px !important;*/
/*    }*/
/*}*/

.card-product .card-product__hide {
  display: none;
}

.card-product-small {
  background: #FFFFFF;
  position: relative;
  padding: 25px;
  width: calc(20% - 20px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 10px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.card-product-small:hover {
  border: 1px solid #EF7F1B;
}

.card-product-small:hover p {
  color: #262626;
}

.card-product-small:hover .card-product__hide {
  display: block;
}

@media (max-width: 1200px) {
  .card-product-small:hover .card-product__hide {
    display: none;
  }
}

.card-product-small:focus {
  border: none;
}

@media (max-width: 768px) {
  .card-product-small {
    padding: 15px;
    margin: 0 5px;
  }
}

.card-product-small .card-product__title {
  color: #EF7F1B;
  text-align: center;
  font-size: 16px;
  /*line-height: 16px;*/
}

@media (max-width: 768px) {
  .card-product-small .card-product__title {
    font-size: 14px;
    line-height: 16px;
  }
}

.card-product-small .card-product__variants-color {
  position: relative;
  padding: 16px 0;
}

@media (max-width: 768px) {
  .card-product-small .card-product__variants-color {
    padding: 16px 0 0 0;
  }
}

.card-product-small .card-product__variants-scroll {
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  width: 100%;
}

.card-product-small .card-product__variants-scroll li {
  display: table-cell;
}

.card-product-small .card-product__variants-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.card-product-small .card-product__variants-scroll::-webkit-scrollbar {
  height: 8px;
}

.card-product-small .card-product__variants-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #EF7F1B;
}

@media (max-width: 1200px) {
  .card-product-small .card-product__variants-scroll {
    overflow-x: hidden;
  }
}

.card-product-small .card-product__variants-scroll img {
  min-width: 27.5px;
  height: 27.5px;
  padding: 2.5px;
}

@media (max-width: 768px) {
  .card-product-small .card-product__variants-scroll img {
    min-width: 32.5px;
    height: 32.5px;
  }
}

.card-product-small .card-arrows__prev,
.card-product-small .card-arrows__next {
  position: absolute;
  top: 24px;
  width: 9px;
}

@media (max-width: 768px) {
  .card-product-small .card-arrows__prev,
  .card-product-small .card-arrows__next {
    width: 6px;
  }
}

.card-product-small .card-arrows__prev {
  left: -14px;
}

.card-product-small .card-arrows__next {
  right: -16px;
}

.card-product-small .card-product__price {
  font-size: 12px;
  line-height: 17px;
}

@media (max-width: 576px) {
  .card-product-small .card-product__price {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.card-product-small .card-product__sale {
  color: #EF7F1B;
  font-size: 14px;
    /*padding-left: 6px;*/
}

.card-product-small .card-product__hide {
  display: none;
}

.card-product-small .card-product__vendor-code {
  font-size: 14px;
  line-height: 16px;
}

.card-product-col {
  margin-bottom: 40px;
  background: #ffffff;
  position: relative;
  width: 100%;
  padding: 0 10px;
}

.card-product-col .card-product-col__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-product-col .card-product__border {
  padding: 30px;
}

.card-product-col .card-product__border:hover {
  border-bottom: 1px solid #ef7f1b;
}

.card-product-col .card-product-col__left {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.card-product-col .card-product-col__left>a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-product-col .card-product-col__right {
  padding: 0 0 0 20px;
  width: 68%;
}

.card-product-col .card-product__title {
    color: #EF7F1B;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
  .card-product-col .card-product__title {
    font-size: 14px;
    line-height: 17px;
  }
}

.card-product-col .card-product__text {
    margin-bottom: 20px;
}

.card-product__text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}


.card-product-col .card-product__variants-color {
  position: relative;
  padding: 20px 0 0 0;
}

.card-product-col .card-product__variants-scroll {
  z-index: 2;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  width: 90%;
  margin-left: 5%;
}

.card-product-col .card-product__variants-scroll li {
  display: table-cell;
}

.card-product-col .card-product__variants-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  border-radius: 10px;
}

.card-product-col .card-product__variants-scroll::-webkit-scrollbar {
  height: 8px;
}

.card-product-col .card-product__variants-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #EF7F1B;
}

.card-product-col .card-product__variants-scroll img {
  min-width: 42.5px;
  height: 42.5px;
  padding: 2.5px;
}

@media (max-width: 768px) {
  .card-product-col .card-product__variants-scroll img {
    width: 32.5px;
    height: 32.5px;
  }
}

.card-product-col .card-arrows__prev,
.card-product-col .card-arrows__next {
  position: absolute;
  top: 28px;
  width: 12px;
}

@media (max-width: 768px) {
  .card-product-col .card-arrows__prev,
  .card-product-col .card-arrows__next {
    width: 6px;
  }
}

.card-product-col .card-arrows__prev {
  left: 0;
}

.card-product-col .card-arrows__next {
  right: 0;
}

.card-product-col .card-product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.card-product-col .card-product__to-card {
  background: #EF7F1B;
  border-radius: 5px;
  height: 42px;
  width: 211px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 21px;
}

@media (max-width: 1200px) {
  .card-product-col .card-product__to-card {
    width: 50%;
  }
}

.card-product-col .card-product__to-card span {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
}

.card-product-col .card-product__like {
  background: #CCCCCC;
  border-radius: 5px;
  height: 42px;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-product-col .card-product__like:hover {
  background: #EF7F1B;
}

.card-product-col .card-product__like img {
  width: 28px;
}

.card-product-col .card-product__one-click {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 16px;
  height: 42px;
}

.card-product-col .card-product__one-click span {
  color: #EF7F1B;
}

.card-product-col .card-product__price {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (max-width: 576px) {
  .card-product-col .card-product__price {
    margin-bottom: 0;
    font-size: 12px;
  }
}

.card-product-col .card-product__sale {
  color: #EF7F1B;
  font-size: 22px;
  padding-left: 6px;
}

.deck-second-nav__cart-price .card-product__sale {
    color: #EF7F1B;
    font-size: 9px;
    padding-left: 6px;
}

.card-product-col .card-product__hide {
  display: none;
}

.section__text-line {
  margin: 0px 0 70px 0;
  height: 173px;
  width: 100%;
  background: #262626;
  padding: 0;
}

@media (max-width: 1200px) {
  .section__text-line {
    margin: 30px 0 30px 0;
  }
}

@media (max-width: 992px) {
  .section__text-line {
    height: 90px;
    margin: 10px 0 20px 0;
  }
}

.section__text-line .container-fluid {
  height: 100%;
}

.section__text-line .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(./../img/delivery.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .section__text-line .container {
    background: url(./../img/deliveryMob.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.text-line__block {
  position: absolute;
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-line__block p {
  color: #FFFFFF;
}

.text-line__title {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
}

.text-line__text {
  font-size: 20px;
}

@media (max-width: 992px) {
  .text-line__title {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 10px;
  }
  .text-line__text {
    font-size: 10px;
    margin: 0;
  }
}

.section__category {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .section__category {
    padding-bottom: 16px;
  }
}

.category__block {
  height: 290px;
  width: calc(50% - 20px);
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.category__block:nth-child(-n + 3) {
  width: calc(33.3% - 20px);
}

@media (max-width: 768px) {
  .category__block {
    width: 100% !important;
    height: 58px;
    border: 1.6px solid #CCCCCC;
  }
}

.category__block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .category__block img {
    display: none;
  }
}

.category__content {
  position: absolute;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 80px;
}

@media (max-width: 768px) {
  .category__content {
    color: #262626;
  }
}

.category__title {
  padding: 0 0 40px 0;
}

@media (max-width: 768px) {
  .category__title {
    padding: 0;
    font-size: 14px;
    margin: 0;
  }
}

.category__text {
  font-weight: normal;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .category__text {
    display: none;
  }
}

.section__main-page-news {
  background-color: #414141;
  padding: 50px 0;
}

@media (max-width: 992px) {
  .section__main-page-news {
    padding: 0 0 30px 0;
  }
}

.main-page-news__left {
  width: 35%;
  padding: 0 16px 0 0;
}

@media (max-width: 992px) {
  .main-page-news__left {
    width: 100%;
  }
}

.main-page-news__date {
  color: #FFFFFF;
}

.main-page-news__content {
  margin-bottom: 36px;
}

.main-page-news__content:hover .main-page-news__title{
  text-decoration: none
}

.main-page-news__img {
  float: left;
  width: 96px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

@media (max-width: 576px) {
  .main-page-news__img {
    margin: 0 10px 6px 0;
    width: 78px;
    height: 46px;
  }
}

.main-page-news__heading {
  color: #FFFFFF;
  margin-bottom: 20px;
}

.main-page-news__heading:first-child {
  padding: 30px 0 0 0;
}

@media (max-width: 992px) {
  .main-page-news__heading {
    padding-top: 30px;
    font-size: 20px;
  }
}

.main-page-news__title {
  text-decoration: underline;
  color: #EF7F1B;
  margin-bottom: 10px;
}

.main-page-news__text {
  color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main-page-news__text p{
    color: #FFFFFF;
}

/*@media (max-width: 576px) {*/
/*  .main-page-news__text {*/
/*    display: inline-block;*/
/*  }*/
/*}*/

.main-page-news__button {
  text-transform: uppercase;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  /*padding: 6px 0;*/
  width: 210px;
  text-align: center;
}

@media (max-width: 992px) {
  .main-page-news__button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .main-page-news__button {
    padding: 12px 0;
  }
}

.main-page-news__button a {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

.main-page-news__button div {
    padding: 9px;
}

.main-page-news__button:hover {
  border-color: #EF7F1B;
}

.main-page-news__button:hover a {
  color: #EF7F1B;
}

.main-page-news__right {
  width: 65%;
  padding: 0 16px 0 0;
}

@media (max-width: 992px) {
  .main-page-news__right {
    width: 100%;
  }
}

.main-page-news__info p {
  color: #FFFFFF;
  /*margin-bottom: 28px;*/
}

.main-page-news__logo {
  float: left;
  width: 210px;
  height: 208px;
  margin: 0 20px 6px 0;
}

@media (max-width: 992px) {
  .main-page-news__logo {
    display: none;
  }
}

.main-page-news__right_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

.main-page-news__right_buttons .main-page-news__button:first-child {
  margin-left: auto;
  margin-right: 20px;
}

.section__main-page-brands {
  padding: 0;
}

.main-page-brands {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-page-brands__img {
  max-height: 145px;
  max-width: 210px;
  margin: 70px 0 50px 0;
}

@media (max-width: 576px) {
  .main-page-brands__img {
    display: none;
  }
}

.breadcrumb__container {
  margin-bottom: 50px;
  background-color: #414141;
}

@media (max-width: 768px) {
  .breadcrumb__container {
    background-color: transparent;
    margin-bottom: 30px;
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  background-image: url(../img/icons/tb.png);
  margin-right: .5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 5px;
  margin-top: 3px;
}

.breadcrumb {
  padding-left: 0;
  background-color: transparent;
  max-width: 904px;
  margin: auto;
}

.breadcrumb .breadcrumb-item a {
  color: #CCCCCC;
}

.breadcrumb .active {
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .breadcrumb .active {
    color: #262626;
  }
}

.section__catalog-category-page {
  padding: 0;
}

.all-page-main__title {
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 6px 6px 0;
  margin-bottom: 40px;
  position: relative;
}
.all-page-main__title::before{
  content: '';
  width: 300px;
  height: 1px;
  border-bottom: 2px solid #CCCCCC;
  position: absolute;
  top: 100%;

}

@media (max-width: 992px) {
  .all-page-main__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

.all-page-main__sub-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 39px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .all-page-main__sub-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.catalog-category-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1172px;
  margin: 27px auto;
}

@media (max-width: 992px) {
  .catalog-category-page__list {
    display: none;
  }
}

.catalog-category-page__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 100px 0 0;
}

@media (max-width: 992px) {
  .catalog-category-page__category {
    padding: 0;
  }
}

.catalog-category-page__category-link {
  padding-bottom: 3px;
  width: calc(25% - 100px);
  border-bottom: 2px solid #CCCCCC;
  margin: 27px 0 50px 100px;
}

.catalog-category-page__category-link a {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    /*text-transform: capitalize;*/
}

@media (max-width: 992px) {
  .catalog-category-page__category-link {
    width: calc(50% - 16px);
    margin: 27px 16px 0px 0px;
    border-bottom: 1px solid #CCCCCC;
  }
  .catalog-category-page__category-link a {
    font-size: 16px;
    line-height: 20px;
  }
}

.catalog-category-page__text {
  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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0 0;
}

/*.catalog-category-page__text p {*/
/*    word-wrap:break-word;*/
/*    max-width: 900px;*/
/*}*/

.catalog-category-page__text {
    max-width: calc(80% - 20px);
    margin: 0 auto;
}

@media (max-width: 992px) {
    .catalog-category-page__text {
        max-width: 100%;
    }
  .catalog-category-page__text p {
    font-size: 12px;
    line-height: 15px;
  }
}

.category-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 75%;
    margin: 0 0 80px 0;
}

@media (max-width: 992px) {
  .category-page__list {
    width: 100%;
  }
}

.category-page__list .card-product {
  width: calc(33% - 20px);
}

@media (max-width: 992px) {
  .category-page__list .card-product {
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .category-page__list .card-product {
    margin: 0 5px 30px;
    width: calc(50% - 10px);
  }
}

.category-page__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 75%;
}

.category-page__right-panel {
    /*width: 30%;*/
    padding: 0 10px 0 7%;
    margin-left: auto;
    z-index: 1;
}

.category-page__position-item {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .category-page__position-item {
    display: none;
  }
}

.category-page__position-item a {
  margin-right: 20px;
}

.category-page__position-item a svg circle {
  fill: black;
}

.category-page__position-item a svg path {
  stroke: black;
}

.category-page__position-item .active svg circle {
  fill: #EF7F1B;
}

.category-page__position-item .active svg path {
  stroke: #EF7F1B;
}

@media (max-width: 768px) {
  .category-page__category-image {
    display: none;
  }
}

.category-page__filter {
  padding: 0px 0px 20px;
  position: relative;
}

.category-page__filter-color {
  padding: 0px 0px 30px;
}

.dropdown-toggle {
    padding: 8px 6px 8px 0;
/ / border-bottom: 1 px solid #EF7F1B;
    border-bottom: 1px solid #CCCCCC;
/ / color: #EF7F1B;
    border-radius: 0;
    text-align: start;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-toggle::after {
  content: url(./../img/icons/Vector30.svg);
  top: -6px;
  border-right: 0;
}

.dropdown-menu {
  width: 100%;
}

.dropdown-menu a {
  font-size: 18px;
}

.btn-group {
  width: 100%;
}

.category-page__form .multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.category-page__form-desk {
  display: block;
}

@media (max-width: 768px) {
  .category-page__form-desk {
    display: none;
  }
}

label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

label > input[type="checkbox"] {
  width: 22px;
  height: 20px;
  margin: 0 8px 0px 0px;
  margin-bottom: 0;
}

label > input[type="radio"] {
  width: 32px;
  height: 20px;
}

input[type="checkbox"]:after {
    content: url(./../img/icons/Rectangle28.svg);
    display: inline-block;
    background: #fff;
    width: 32px;
    height: 20px;
}

input[type="radio"]:after {
  content: url(./../img/icons/Rectangle28.svg);
  display: inline-block;
  background: #fff;
  width: 32px;
  height: 20px;
}

/**--- Checked ---**/
input[type="checkbox"]:checked:after {
  content: url(./../img/icons/Group213.svg);
  width: 32px;
  height: 20px;
}

input[type="radio"]:checked:after {
  content: url(./../img/icons/Group213.svg);
  width: 32px;
  height: 20px;
}

/**--- Disabled ---**/
input[type="checkbox"]:disabled {
  display: none;
}

input[type="radio"]:disabled {
  display: none;
}

input[type="checkbox"]:disabled + span:before {
  content: "\f0c8";
  color: #999;
}

input[type="radio"]:disabled + span:before {
  content: "\f0c8";
  color: #999;
}

.offers-description-filter__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 0px;
  position: absolute;
  top: 100%;
  padding: 0;
  background-color: #fff;
  z-index: 2;
  width: 100%;
}

.offers-description-filter-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 23%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 3px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 2px;
  background: #fff;
  color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
  -o-transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -webkit-transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.offers-description-filter-control input[type="checkbox"] {
  height: 42px;
  width: 42px;
  left: 10px;
}

.offers-description-filter-control__image-state {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  width: 42px;
  height: 42px;
}

.offers-description-filter-control__image-inner {
  background-size: cover;
  width: 42px;
  height: 42px;
  display: block;
  position: relative;
  cursor: pointer;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-origin: content-box;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  text-decoration: none !important;
  opacity: 1;
  -webkit-transition: border 0.1s, opacity 0.1s;
  -o-transition: border 0.1s, opacity 0.1s;
  transition: border 0.1s, opacity 0.1s;
}

.offers-description-filter-control__image-inner:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  border: 2px solid transparent;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border 0.1s;
  -o-transition: border 0.1s;
  transition: border 0.1s;
}



.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
    justify-content: center;
    margin-top: -40px;
}

.pagination .page-item a {
    height: 37px;
    border: 0;
    color: #262626;
    border-radius: 3px;
}

/*.pagination .page-item a:hover {*/
/*    !*height: 37px;*!*/
/*    color: #FFFFFF;*/
/*    background: #EF7F1B;*/
/*}*/

.pagination .page-item:first-child {
    padding-right: 52px;
}

.pagination .page-item:last-child {
    padding-left: 52px;
}

/*.pagination .page-link span:hover {*/
/*  color: #FFFFFF;*/
/*  background: #EF7F1B;*/
/*}*/

.category-page__filter-price {
    padding: 0 0 20px 0px;
}

.category-page__clear {
    color: #CCCCCC;
}

.category-page__title {
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.category-page__title::after {
  content: url(./../img/icons/Vector30.svg);
  top: -6px;
  /*  position: absolute;*/
  /*  top: 50%;*/
  /*  right: 0;*/
  /*  transform: translate(0, -25%);*/
}
/*.button_color_select {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    max-width: 280px;*/
/*}*/

.category-page__title p {
  margin: 0;
}

.category-page__filterin-price .category-page__title {
  border-bottom: 0;
}

.category-page__filterin-price .category-page__title::after {
  content: none;
}

.category-page__input-container {
    padding: 6px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    margin-bottom: 20px;
}

.category-page__input-container input {
  width: 100%;
}

.category-page__check-container {
  margin: 12px 0px;
  padding: 12px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category-page__check-container label {
  padding-left: 15px;
}

.category-page__button {
  border: 1.6px solid #CCCCCC;
  border-radius: 5px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category-page__category-img {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 145px;
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.category-page__category-img:hover::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef7f1b54;
  z-index: 1;
}

.category-page__category-img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.category-page__category-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  z-index: 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.category-page__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .category-page__delivery {
    display: none;
  }
}

.category-page__delivery-link {
  padding: 16px 0;
  text-transform: uppercase;
}

#back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 30px;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: .5;
  background:  #fff  url(../img/Subtract.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 5px;
}

#back-to-top:hover{
  background: #fff   url(../img/SubtractHover.png);
}

@media (max-width: 768px) {
  #back-to-top {
    bottom: 50px;
    right: 50px;
  }
}

/*@media (max-width: 768px) {*/
/*    .category-page__right-panel {*/
/*        display: none;*/
/*    }*/
/*}*/

/*@media (min-width: 769px) {*/
/*    .category-page__right-panel-mobile {*/
/*        display: none;*/
/*    }*/
/*}*/


.category-page__right-panel-mobile {
  width: 100%;
  display: none;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .category-page__right-panel-mobile {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.category-page__right-panel-mobile .right-panel-mobile__dropdown {
  margin: 0px 0px 30px;
  text-transform: uppercase;
  height: 58px;
  width: 100%;
  border: 1.62559px solid #CCCCCC;
  border-radius: 5px;
}



#back-to-top.show {
  opacity: 1;
}

#content {
  height: 2000px;
}

.product-page__product-title {
  color: #EF7F1B;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .product-page__product-title {
    font-size: 20px;
    line-height: 24px;
  }
}

.product-page__product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .product-page__product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-page__product-slider {
  width: 60%;
}

@media (max-width: 768px) {
  .product-page__product-slider {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
}

.product-page__product-slider .slick-dots {
  bottom: -24px;
}

.product-page__product-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-page__product-slider .slick-next:before {
  content: url(./../img/icons/arrow-right.png);
  opacity: 0.75;
  color: black;
}

.product-page__product-slider .slick-prev:before {
  content: url(./../img/icons/arrow-left.png);
  opacity: 0.75;
  color: black;
}

.slider-single .slick-slide img {
  width: 100%;
  max-height: 558px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .slider-single .slick-slide img {
    height: 343px;
  }
}

.slider-nav {
  width: 75%;
  margin: auto !important;
}

.slider-nav .slick-list {
  margin: 0 20px;
}

.slider-nav .slick-slide {
  padding: 10px;
}

.slider-nav .slick-slide img {
  width: 100%;
}

.product-page__product-content {
  padding: 0 16px;
}

.product-page__product-content form {
  height: 100%;
  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;
}

.product-page__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 36px;
}

@media (max-width: 768px) {
  .product-page__price {
    margin-bottom: 16px;
  }
}

.product-page__price .product-page__cena {
  font-size: 24px;
  line-height: 29px;
  padding-right: 6px;
}

@media (max-width: 768px) {
  .product-page__price .product-page__cena {
    font-size: 20px;
    line-height: 24px;
    margin: 5px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .product-page__cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-page__cost span {
  display: block;
}

.product-page__sale {
  /*font-size: 32px;*/
  font-size: 27px;
  line-height: 39px;
  color: #EF7F1B;
}

@media (max-width: 768px) {
  .product-page__sale {
    font-size: 24px;
    line-height: 29px;
    padding-left: 16px;
  }
}

.product-page__vendor-code {
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .product-page__vendor-code {
    padding-bottom: 0px;
  }
}

.product-page__availability {
  padding-bottom: 16px;
}

.product-page__availability span {
  color: #EF7F1B;
}

.product-page__color-title {
  padding-bottom: 16px;
}

@media (max-width: 768px) {
  .product-page__color-title {
    padding-bottom: 0px;
  }
}

.product-page__color-variants li {
  padding-bottom: 20px;
}

.product-page__color-variants li a img {
  min-width: 42.5px;
  height: 42.5px;
}

.product-page__size {
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 45px;
}

.product-page__size .btn-group {
  width: 100%;
}

.product-page__size .dropdown-toggle {
  text-align: left;
  padding-left: 0;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-page__size .dropdown-toggle::after {
  content: url(./../img/icons/Vector30.svg);
  border-top: 0;
  top: 16px;
  position: absolute;
  font-size: 0;
  font-weight: 400;
  right: 0;
}

.product-page__size .dropdown-menu {
  width: 100%;
  padding: 12px 0;
}

.product-page__like {
  background: #CCCCCC;
  border-radius: 5px;
  width: 75px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.product-page__like:hover {
  background: #EF7F1B;
}

.product-page__like img {
  width: 28px;
}

@media (max-width: 768px) {
  .product-page__like {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 28px;
  }
  .product-page__like img {
    width: 20px;
  }
}

.product-page__pick-up {
  margin-bottom: 20px;
}

.product-page__pick-up a{
    color: #EF7F1B;
}

.product-page__pick-up a :hover{
  /*color: #EF7F1B;*/
    cursor: none;
}

.sp-quantity {
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .sp-quantity {
    padding: 0 40px;
    margin-left: auto;
  }
}

.sp-quantity .sp-input input {
  width: 46px;
  text-align: center;
}

.product-page__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.product-page__one-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #EF7F1B;
  height: 58px;
  font-size: 20px;
  line-height: 24px;
  margin-top: 6px;
}

.product-page__to-card {
  background: #ef7f1b;
  border-radius: 5px;
  height: 58px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-page__to-card span {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.product-page__to-card_exit {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    height: 58px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-page__to-card_exit span {
    font-size: 20px;
}

.product-page__tabs {
  padding: 56px 0 0 0;
}

.product-page__tabs .nav-tabs .nav-item .nav-link {
  text-align: center;
  border: 0;
  font-size: 16px;
  line-height: 26px;
  height: 41px;
  text-transform: uppercase;
}

.product-page__tabs .nav-tabs .nav-item .nav-link:hover {
  border: 0;
}

.product-page__tabs .nav-tabs .nav-item .active {
    background: url("./../img/tab.png");
    background-repeat: no-repeat;
    width: 161px;
    border: 0;
    color: #FFFFFF;
}

.product-page_comments_tabs .nav-tabs .nav-item .active {
    background: url("./../img/tab_long.png");
    background-repeat: no-repeat;
    width: 322px;
    border: 0;
    color: #FFFFFF;
}

/*.nav-item_comments{*/
/*    width: 322px;*/
/*}*/

.product-page__tabs .nav-tabs .nav-item .active:hover {
    color: #FFFFFF;
}

/*.product-page__tab-review {*/
/*    margin: 30px 0 0 0;*/
/*}*/

.product-page__tab-name-date {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #cccccc;
    max-width: 320px;
}

.product-page__tab-name {
    font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  padding-right: 50px;
}

.product-page__tab-date {
  font-size: 16px;
    line-height: 19px;
}


.product-page__tab-answer {
    max-width: 86%;
    margin-left: auto;
    word-break: break-word;
}

/*.product-page__tab-review {*/
/*  padding-bottom: 30px;*/
/*}*/

.product-page__tab-see-more a {
    color: #EF7F1B;
}

.product-page__tab-give-feedback {
    margin: 30px 0;
}

.product-page__tab-give-feedback a {
  border: 1.6px solid #CCCCCC;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 21px 100px;
}

@media (max-width: 768px) {
  .product-page__tab-give-feedback a {
    font-size: 14px;
    line-height: 28px;
    padding: 21px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-page__list {
  margin-bottom: 30px;
}

.product-page__list-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.product-page__list-ul li::before {
  content: "●";
  color: #EF7F1B;
  font-size: 25px;
  top: 2px;
  position: relative;
  padding-right: 6px;
}

.tab-pane ul li::before,
.tab-pane .product-page__list ul li::before {
    content: "●";
    color: #EF7F1B;
    font-size: 25px;
    top: 2px;
    position: relative;
    padding-right: 6px;
}

figure.media div {
    width: 460px;
    height: 259px;
}

@media (max-width: 768px) {
    iframe {
        width: auto !important;
        height: auto;
    }
    figure.media div {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 768px) {
  .product-page__list-ul li {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .product-page__video {
    margin-bottom: 30px;
  }
}

.product-page__video-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 30px;
}

.product-page__video-title span {
  font-weight: normal;
}

.product-page__video-frame iframe {
    width: 100%;
    max-width: 460px;
}

@media (max-width: 768px) {
  .section__comments-list-desk .product-page__tab-name,
  .section__comments-list-desk .product-page__tab-date {
      font-size: 14px;
      line-height: 17px;
  }
}

.comments-list-desk__comments {
    margin-bottom: 50px;
}

.product-page__tab-name-date {
    margin: 30px 0 0 0;
}

.comment_break_all {
    word-break: break-word;
}

.comments-list-desk__tab-review {
    word-break: break-word;
}

@media (max-width: 576px) {
    .comments-list-desk__tab-review p {
        font-size: 12px;
        line-height: 15px;
        word-break: break-word;
    }
}

    .comments-list-desk__form {
        width: 480px;
    }

@media (max-width: 576px) {
.comments-list-desk__form {
    width: auto;
}
}

@media (max-width: 768px) {
  .comments-list-desk__form {
    margin-left: 0;
    margin-right: -16px;
  }
}

@media (max-width: 767px) {
    .comments-list-desk__form {
        margin-left: -16px;
    }
}

@media (max-width: 768px) {
    .comments-list-desk__form h3 {
        padding: 0 0 0 15px;
    }
}

.comments-list-desk__form .form-control {
    margin-bottom: 20px;
}

.comments-list-desk__form .textarea {
    margin-bottom: 30px;
    width: 480px;
}

.comments_form_name {
    width: 230px;
}

.comments_form_email {
    width: 230px;
    position: absolute;
    left: 90px;
    top: 32px;
    height: 38px;
}

@media (max-width: 576px) {
    .comments_form_email {
        width: 100%;
        position: relative;
    }
}

@media (max-width: 576px) {
    .comments-list-desk__form .comments_form_email {
        /*right: 14px;*/
        left: auto;
        top: 25px;
        /*width: 100%;*/
    }
    .comments-list-desk__form .comments_form_name {
        width: 100%;
    }
    .comments-list-desk__form .comments_label_email {
        /*right: 143px;*/
        left: auto;
    }
    .comments-list-desk__form .comments_form_email_about {
        /*right: 15px;*/
        left: auto;
        top: 24px;
    }
    .comments-list-desk__form .comments_label_email_about {
        /*right: 144px;*/
        left: auto;
    }
    .comments-list-desk__form .comments_form_email_help {
        /*right: 15px;*/
        left: auto;
        top: 25px;
    }
    .comments-list-desk__form .comments_label_email_help {
        /*right: 144px;*/
        left: auto;
    }
    .comments-list-desk__form .comments_form_email_video {
        /*right: 15px;*/
        left: auto;
        top: 25px;
    }
    .comments-list-desk__form .comments_label_email_video {
        /*right: 144px;*/
        left: auto;
    }
}


.comments_label_email {
    width: 100px;
    position: absolute;
    left: 90px;
}

.comments_form_name_about {
    width: 230px;
}

@media (max-width: 576px) {
    .comments_form_name_about {
        width: 100%;
    }
}

.comments_form_email_about {
    width: 230px;
    position: absolute;
    left: 90px;
    top: 32px;
    height: 38px;
}

@media (max-width: 576px) {
    .comments_form_email_about {
        width: 100%;
        position: relative;
    }
}

.comments_label_email_about {
    width: 100px;
    position: absolute;
    left: 90px;
}

@media (max-width: 768px) {
    .comments_form_email_about {
        left: 5px;
    }
    .comments_label_email_about {
        left: 5px;
    }
}

@media (max-width: 768px) {
    .comments_form_email {
        left: 5px;
    }
    .comments_label_email {
        left: 5px;
    }
}

.comments_form_name_help {
    width: 230px;
}

@media (max-width: 576px) {
    .comments_form_name_help {
        width: 100%;
    }
}

.comments_form_email_help {
    width: 230px;
    position: absolute;
    left: 90px;
    top: 32px;
    height: 38px;
}

@media (max-width: 576px) {
    .comments_form_email_help {
        width: 100%;
        position: relative;
    }
}

.comments_label_email_help {
    width: 100px;
    position: absolute;
    left: 90px;
}

@media (max-width: 768px) {
    .comments_form_email_help {
        left: 5px;
    }
    .comments_label_email_help {
        left: 5px;
    }
}

.comments_form_name_video {
    width: 230px;
}

@media (max-width: 576px) {
    .comments_form_name_video {
        width: 100%;
    }
}

.comments_form_email_video {
    width: 230px;
    position: absolute;
    left: 90px;
    top: 32px;
    height: 38px;
}
@media (max-width: 576px) {
    .comments_form_email_video {
        width: 100%;
        position: relative;
    }
}

.comments_label_email_video {
    /*width: auto;*/
    position: absolute;
    left: 90px;
    width: 100%;
}

@media (max-width: 768px) {
    .comments_form_email_video {
        left: 5px;
        top: 25px;
    }
    .comments_label_email_video {
        left: 5px;
    }
}

@media (max-width: 768px) {
    .comments-list-desk__form .textarea {
        margin-bottom: 20px;
    }
}

.comments-list-desk__form textarea {
    /*resize: none;*/
  height: 95px;
}

@media (max-width: 576px) {
    .comments-list-desk__form .textarea {
        width: 100%;
    }
}

.comments-list-desk__form button {
  font-size: 14px;
  line-height: 17px;
  background: #ef7f1b;
  border-radius: 5px;
  padding: 21px 96px;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .comments-list-desk__form button {
    padding: 21px 21px;
    width: 100%;
    margin-bottom: 22px;
  }
    .comments-list-desk__form a {
        padding: 17px 21px;
        width: 100%;
        margin-bottom: -50px;
    }
}

@media (max-width: 576px) {
  .comments-list-desk__form label {
    font-size: 14px;
    line-height: 17px;
  }
}

.comments-list-desk__product {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 211px 16px 1fr;
  grid-template-columns: 211px 1fr;
  grid-gap: 16px;
}

@media (max-width: 992px) {
  .comments-list-desk__product {
    -ms-grid-columns: 50% 16px 50%;
    grid-template-columns: 50% 50%;
    grid-gap: 16px;
  }
}

@media (max-width: 576px) {
  .comments-list-desk__product {
    grid-gap: 6px;
  }
}

.comments-list-desk__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .comments-list-desk__price {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.comments-list-desk__price p {
  font-size: 24px;
  line-height: 29px;
  padding-right: 3px;
}

@media (max-width: 768px) {
  .comments-list-desk__price p {
    font-size: 20px;
    line-height: 22px;
  }
}

.comments-list-desk__price .comments-list-desk__sale {
  font-size: 32px;
  line-height: 39px;
  color: #EF7F1B;
  padding-left: 25px;
}

@media (max-width: 768px) {
  .comments-list-desk__price .comments-list-desk__sale {
    font-size: 20px;
    line-height: 22px;
    padding-left: 0px;
  }
}

.comments-list-desk__info {
  font-size: 16px;
  line-height: 19px;
  padding-bottom: 0px;
  margin-bottom: 32px;
}

@media (max-width: 576px) {
  .comments-list-desk__info {
    display: none;
  }
}

.comments-list-desk__buy {
    margin-top: 125px;
}
@media (max-width: 992px) {
  .comments-list-desk__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.comments-list-desk__one-click {
  color: #EF7F1B;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 16px;
}

@media (max-width: 992px) {
  .comments-list-desk__one-click {
    margin-bottom: 21px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 17px;
  }
}

@media (max-width: 576px) {
  .comments-list-desk__one-click {
    margin-right: 0px;
  }
}

.comments-list-desk__in-basket {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #ef7f1b;
  border-radius: 5px;
  padding: 17px 50px;
}

.comments-list-desk__in-basket:hover {
  color: #ffffff;
}

@media (max-width: 992px) {
  .comments-list-desk__in-basket {
    padding: 10px 13px;
    font-size: 12px;
    line-height: 15px;
  }
}

.comments-list-desk__cena-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .comments-list-desk__cena-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section__basket-desk {
  max-width: 904px;
  margin: 0 auto;
  padding: 0;
}

.section__basket-desk hr {
  background: #EF7F1B;
  padding: 2px;
  min-width: 3000px;
  margin-left: -1000px;
}

.sp-minus,
.sp-plus {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sp-minus img,
.sp-plus img {
  width: 11px;
}

.basket-desk__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 212px 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 212px repeat(6, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 30px 0;
  border-bottom: 2px solid #CCCCCC;
}

.basket-desk__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.basket-desk__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.basket-desk__item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.basket-desk__item > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.basket-desk__item > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.basket-desk__item > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.basket-desk__item > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.basket-desk__item > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.basket-desk__item > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.basket-desk__item > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.basket-desk__item > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.basket-desk__item > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.basket-desk__item > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.basket-desk__item > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.basket-desk__item > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.basket-desk__item > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.basket-desk__item > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.basket-desk__item > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.basket-desk__item > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.basket-desk__item > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.basket-desk__item > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.basket-desk__item:first-child {
  padding: 0 0 30px 0;
}

@media (max-width: 576px) {
  .basket-desk__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 78px 0px 1fr 0px 1fr 0px 40px;
    grid-template-columns: 78px repeat(2, 1fr) 40px;
    -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto;
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .basket-desk__item > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .basket-desk__item > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .basket-desk__item > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .basket-desk__item > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .basket-desk__item > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .basket-desk__item > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .basket-desk__item > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .basket-desk__item > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .basket-desk__item > *:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .basket-desk__item > *:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .basket-desk__item > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .basket-desk__item > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .basket-desk__item > *:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .basket-desk__item > *:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-column: 3;
  }
  .basket-desk__item > *:nth-child(15) {
    -ms-grid-row: 7;
    -ms-grid-column: 5;
  }
  .basket-desk__item > *:nth-child(16) {
    -ms-grid-row: 7;
    -ms-grid-column: 7;
  }
  .basket-desk__item > *:nth-child(17) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .basket-desk__item > *:nth-child(18) {
    -ms-grid-row: 9;
    -ms-grid-column: 3;
  }
  .basket-desk__item > *:nth-child(19) {
    -ms-grid-row: 9;
    -ms-grid-column: 5;
  }
  .basket-desk__item > *:nth-child(20) {
    -ms-grid-row: 9;
    -ms-grid-column: 7;
  }
}

.basket-desk__item .basket-desk__item-title {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-area: 1 / 1 / 2 / 7;
  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;
}

.basket-desk__item .basket-desk__item-title .basket-desk__item-h2 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-title {
    margin-bottom: 12px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 1 / 2 / 2 / 4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.basket-desk__item .basket-desk__item-img {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 4 / 2;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 5 / 2;
  }
}

.basket-desk__item .basket-desk__item-color {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2 / 2 / 3 / 3;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

/*.basket-desk__item .basket-desk__item-color img {*/
/*  width: 36px;*/
/*  height: 36px;*/
/*  border: 2px solid #EF7F1B;*/
/*  -o-object-fit: none;*/
/*     object-fit: none;*/
/*}*/

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-color {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 2 / 2 / 3 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 10px;
  }
  .basket-desk__item .basket-desk__item-color p {
    width: 50%;
    margin: 0;
  }
}

.basket-desk__item .basket-desk__item-size {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2 / 3 / 3 / 4;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-size {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 3 / 2 / 4 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .basket-desk__item .basket-desk__item-size p {
    width: 50%;
    margin: 0;
  }
}

.basket-desk__item .basket-desk__item-price {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 2 / 4 / 3 / 5;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-price {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5 / 1 / 6 / 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.basket-desk__item .basket-desk__item-count {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-area: 2 / 5 / 3 / 6;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-count {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 4 / 2 / 5 / 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .basket-desk__item .basket-desk__item-count .sp-input input {
    width: 50px;
    font-size: 22px;
    line-height: 0;
  }
  .basket-desk__item .basket-desk__item-count .sp-quantity {
    padding: 0;
    margin-left: 0;
  }
  .basket-desk__item .basket-desk__item-count p {
    width: 50%;
    margin: 0;
  }
}

.basket-desk__item .basket-desk__item-amount {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-area: 2 / 6 / 3 / 7;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-amount {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 5 / 3 / 6 / 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.basket-desk__item .basket-desk__item-article {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 5;
  grid-area: 3 / 2 / 4 / 7;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding-left: 16px;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-article {
    display: none;
  }
}

.basket-desk__item .basket-desk__item-close {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 7;
  -ms-grid-column-span: 1;
  grid-area: 1 / 7 / 2 / 8;
  display: -ms-grid;
  display: grid;
  justify-items: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 576px) {
  .basket-desk__item .basket-desk__item-close {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1 / 4 / 2 / 5;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .basket-desk__item .basket-desk__item-close img {
    width: 16px;
  }
}

.basket-desk__cost {
  display: -ms-grid;
  display: grid;
}

.basket-desk__cost p {
  line-height: 19px;
}

@media (max-width: 768px) {
  .basket-desk__cost p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.basket-desk__sale {
  font-weight: bold;
  font-size: 20px;
}

@media (max-width: 768px) {
  .basket-desk__sale {
    font-size: 24px;
    line-height: 29px;
    padding-left: 16px;
  }
}

.basket-desk__amount {
  font-size: 20px;
}



.basket-desk__checkout p {
  font-size: 20px;
  line-height: 24px;
  padding-top: 30px;
  margin: 0;
}

.basket-desk__checkout .basket-desk__total {
  font-size: 32px;
  line-height: 39px;
}

.btn-prev-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-btn {
  display: block;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
  border-radius: 5px;
  width: 326px;
}

.checkout-btn:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
    .checkout-btn {
        width: 100%;
    }
}
@media (max-width: 576px) {
  .checkout-btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
    .order_button {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .price_count_total {
        font-size: 20px !important;
    }
}

.btn-right {
  margin: 30px 0 0 0;
  margin-left: auto;
  background: #EF7F1B;
  color: #ffffff;
}

.btn-left {
  margin: 30px 0 0 0;
  margin-right: auto;
  background: #FFFFFF;
  color: black;
  border: 1px solid #CCCCCC;
}

.page-404 {
  padding: 0;
  position: relative;
  height: 100vh;
}

.page-404__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.page-404__container {
  height: 100%;
  width: 100%;
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-404__title {
  font-weight: 800;
  font-size: 300px;
  line-height: 270px;
  color: #FFFFFF;
}

@media (max-width: 576px) {
  .page-404__title {
    font-size: 130px;
    line-height: 1;
  }
}

.page-404__sub-title {
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  color: #FFFFFF;
  margin-bottom: 100px;
}

@media (max-width: 576px) {
  .page-404__sub-title {
    font-size: 20.1528px;
    line-height: 25px;
  }
}

.page-404__button {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 17px 110px;
  text-transform: uppercase;
  display: inline-block;
}

.inner-page-desk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .inner-page-desk__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.inner-page-desk__100W {
  width: 100%;
}

.card-basket {
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .card-basket {
    width: calc(50% - 10px);
  }
}

.inner-page-desk__left {
  width: 75%;
  padding-left: 17%;
}

.inner-page-desk__left .category-page__list {
  width: 100%;
}

@media (max-width: 768px) {
  .inner-page-desk__left {
    width: 100%;
    padding-left: 0%;
  }
}

.inner-page-desk__right_about {
    width: 30%;
    padding: 0 10px 0 7%;
    margin-left: auto;
}
@media (max-width: 768px) {
    .inner-page-desk__right_about{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 16px;
        padding: 0;
    }
}
@media (max-width: 576px) {
    .inner-page-desk__right_about{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 16px;
        padding: 0;
    }
}

.inner-page-desk__right_help {
    padding: 0 10px 0 7%;
    margin-left: auto;
}

@media (max-width: 768px) {
    .inner-page-desk__right_help{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 16px;
        padding: 0;
    }
}
@media (max-width: 576px) {
    .inner-page-desk__right_help{
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 16px;
        padding: 0;
    }
}

@media (max-width: 768px) {
  .inner-page-desk__right {
    width: 100%;
    padding: 0 10px 24px 0px;
  }
}

.inner-page-desk__right-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-page-desk__right-link {
  padding: 12px 0;
  text-transform: uppercase;
}

.dropdown-text-block {
  margin-bottom: 30px;
}

.dropdown-text-block__button {
    font-weight: bold;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 12px;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 0 18px 6px 0;
    font-size: 19px;
}

.dropdown-text-block__button:hover{
  border-bottom: 1px solid #ef7f1b;
}

/*.store-text-color:hover{
  cursor: pointer;
}*/

.dropdown-text-block__button::after {
  content: url(./../img/icons/Vector30.svg);
  border-top: 0;
  top: 6px;
  position: absolute;
  font-size: 0;
  font-weight: 400;
    right: 0px;
}

.dropdown-text-block__text {
    max-width: 565px;
    margin-left: auto;
    font-size: 18px;
    display: none;
    margin-bottom: 80px;
}

.dropdown-text-block__text p {
    font-size: 18px;
}

.blog-desk__container {
    margin-bottom: 50px;
}

@media (max-width: 992px) {
    .blog-desk__container {
        margin-bottom: 30px;
    }
}

.blog-desk__blog-item {
  margin-bottom: 30px;
}

.blog-desk__blog-date {
  width: 100%;
}

.blog-desk__blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .blog-desk__blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-desk__blog-img {
  margin: 0 20px 10px 0;
  max-width: 212px;
  height: 122px;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
}

/*@media (max-width: 992px) {*/
/*  .blog-desk__blog-img {*/
/*    max-width: 100%;*/
/*    height: 200px;*/
/*  }*/
/*}*/

.blog-desk__blog-title-text {
    max-width: 700px;
}

.blog-desk__blog-title-text p{
    font-size: 19px;
    line-height: 21px;
}

.blog-desk__blog-title {
  color: #EF7F1B;
  text-decoration: underline;
}

.blog-desk__blog-text {
  max-width: 780px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.section__contacts-desk {
  padding: 0;
}

.contacts-desk__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .contacts-desk__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacts-desk__sidebar {
  min-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .contacts-desk__sidebar {
    padding-left: 0px;
    min-width: auto;
    width: 100%;
  }
}

.contacts-desk__sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contacts-desk__sidebar-item-img {
  margin: 0 24px;
}

@media (max-width: 768px) {
  .contacts-desk__sidebar-item-img {
    margin: 0 24px 0 0;
  }
}

.contacts-desk__sidebar-item-txt > p,
.contacts-desk__sidebar-item-txt > a,
.contacts-desk__sidebar-item-txt > div {
  margin: 0;
  padding: 5px 0;
}

.contacts-desk__map {
  max-width: 902px;
}

.contacts-desk__map iframe {
  max-width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  .contacts-desk__map iframe {
    height: 170px;
  }
}

.contacts-desk__sidebar-soc-icons img {
  width: 20px;
  margin-right: 20px;
}

.section__about-store-desk {
  padding: 0;
}

.about-store-desk__container {
    /*max-width: 780px;*/
    max-width: 950px;
}

.about-store-desk__container p,li{
    font-size: 19px;
    line-height: 21px;
}

.about-store-desk__article {
    margin-bottom: 30px;
}

.about-store-desk__article p {
    margin-bottom: 20px;
    font-size: 20px;
}

/*.about-store-desk__sub-title{*/
/*    font-size: 20px;*/
/*}*/

.about-store-desk__video-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
}

.about-store-desk__video-frame iframe {
  width: 100%;
  max-width: 557px;
  height: 100%;
}

.about-store-desk__image-with-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-store-desk__image {
  margin: 20px 10px 50px 10px;
  width: 270px;
}

@media (max-width: 768px) {
  .about-store-desk__image {
    margin: 20px 10px 30px 10px;
    width: 170px;
  }
}

.about-store-desk__image img {
  width: 100%;
}

.about-store-desk__text {
  margin: 20px 10px 50px 10px;
  max-width: 218px;
}

@media (max-width: 768px) {
  .about-store-desk__text {
    margin: 20px 10px 30px 10px;
    display: none;
  }
}

.my-preorders__table-container .table thead tr {
  border-bottom: 1px solid #dee2e6;
}

.my-preorders__table-container .table thead tr th {
  border-top: 0 !important;
  text-align: center;
}

.my-preorders__table-container .table tbody tr {
  border-bottom: 1px solid #dee2e6;
}

.my-preorders__table-container .table tbody tr td {
  border-top: 0 !important;
  text-align: center;
}

@media (max-width: 576px) {
  .my-preorders__table-container .table tbody tr td {
    vertical-align: inherit !important;
  }
}

.my-preorders__table-container .table .accordion-body table {
  width: 90%;
  margin: auto;
}

@media (max-width: 576px) {
  .my-preorders__table-container .table .accordion-body table {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.my-preorders__table-container .table .accordion-body table td,
.my-preorders__table-container .table .accordion-body table th {
  max-width: 150px;
}

@media (max-width: 576px) {
  .my-preorders__table-container .table .accordion-body table td,
  .my-preorders__table-container .table .accordion-body table th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left !important;
    border: 0;
    max-width: inherit;
    padding: 6px 20px 6px 6px;
  }
}

.my-preorders__table-container .table .accordion-body table td:last-child,
.my-preorders__table-container .table .accordion-body table th:last-child {
  text-align: right;
}

@media (max-width: 576px) {
  .my-preorders__table-container .table .accordion-body table thead tr {
    border: 0;
  }
}

.my-preorders__table-container .table .accordion-body table tbody tr:last-child {
  border: 0;
}

.my-preorders__table-container .table .accordion-body table tbody tr td {
  border: 0;
}

.my-preorders__table-container .table .accordion-body table tbody tr td img {
  width: 96px;
}

.my-preorders__table-container .table .accordion-body table tbody tr .img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.my-preorders__table-container .table .accordion-body table tbody tr .img-item img {
  margin: 0 20px 0 -50px;
}

@media (max-width: 576px) {
  .my-preorders__table-container .table .accordion-body table tbody tr .img-item img {
    display: none;
  }
}

.my-preorders__table-print {
  text-align: left;
  padding: 15px 0;
  color: #EF7F1B;
}

.my-preorders__table-print-link {
  color: #EF7F1B;
}

.accordion-toggle {
  position: relative;
}

.accordion-toggle::after {
  content: url(./../img/icons/Vector30.svg);
  position: relative;
  border-right: 0;
  top: 14px;
}

.accordion-toggle-open::after {
  content: url(./../img/icons/Vector34.svg);
}

.personal-information__container form button {
  background-color: #ef7f1b;
  min-width: 210px;
  color: #FFFFFF;
  font-weight: bold;
}

.personal-information__container form button:hover {
  color: #FFFFFF;
}

@media (max-width: 576px) {
  .personal-information__container form button {
    margin-bottom: 15px;
  }
}

.personal-information__container form input[type="tel"]::-webkit-input-placeholder {
  color: #262626;
}

.personal-information__container form input[type="tel"]::-moz-placeholder {
  color: #262626;
}

.personal-information__container form input[type="tel"]:-ms-input-placeholder {
  color: #262626;
}

.personal-information__container form input[type="tel"]::-ms-input-placeholder {
  color: #262626;
}

.personal-information__container form input[type="tel"]::placeholder {
  color: #262626;
}

.checkout-log__tabs .nav-tabs .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

@media (max-width: 576px) {
  .checkout-log__tabs .nav-tabs .nav-item {
    width: 100%;
  }
}

.checkout-log__tabs .nav-tabs .nav-item .nav-link {
  text-align: center;
  border: 0;
  font-size: 16px;
  line-height: 26px;
  height: 41px;
  text-transform: uppercase;
    pointer-events: none;
}

.checkout-log__tabs .nav-tabs .nav-item .nav-link span {
  position: relative;
  top: 16px;
  text-transform: capitalize;
  font-weight: bold;
}

@media (max-width: 576px) {
  .checkout-log__tabs .nav-tabs .nav-item .nav-link span {
    top: 0px;
  }
}

.checkout-log__tabs .nav-tabs .nav-item .active {
  border: 0;
  color: #FFFFFF;
  border-bottom: 45px solid #ef7f1b;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

@media (max-width: 576px) {
  .checkout-log__tabs .nav-tabs .nav-item .active {
    border: 0;
    background: #ef7f1b;
  }
}

.checkout-log__tabs .nav-tabs .nav-item .active:hover {
  color: #FFFFFF;
}

.checkout-log__tabs form .form-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checkout_text {
    font-size: 19px;
}

.checkout-log__tabs form .form-left {
  width: 50%;
}

.checkout-log__tabs form .form-right {
  max-width: 340px;
  /*margin-left: auto;*/
}
@media (max-width: 768px) {
.checkout-log__tabs form * {
    /*width: 100%;*/

}
}
@media (max-width: 576px) {
  .checkout-log__tabs form .form-left,
  .checkout-log__tabs form .form-right {
    width: 100%;
    max-width: initial;
  }
  .checkout-log__tabs form * {
    font-size: 14px;
    line-height: 17px;
      /*width: 100%;*/
  }
    .label_text_ok {
        width: auto !important;
    }
}

.checkout-log__tabs form label {
  margin: 29px 0px 15px 0px;
}

.checkout-log__tabs form .checkbox-div label {
  margin: 15px 0px 15px 0px;
}

.checkout-log__tabs form input[type="text"],
.checkout-log__tabs form input[type="tel"] {
  max-width: 326px;
}

.checkout-log__tabs form input {
  color: black;
}

.checkout-log__tabs form p {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .checkout-log__tabs .checkout-log__table-user-info tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.checkout-log__tabs .checkout-log__table-user-info td,
.checkout-log__tabs .checkout-log__table-user-info th {
  bottom: 0;
  border-top: 0;
  width: 25%;
}

.checkout-log__tabs .checkout-log__table-user-info td:nth-child(odd),
.checkout-log__tabs .checkout-log__table-user-info th:nth-child(odd) {
  font-weight: bold;
}

@media (max-width: 576px) {
  .checkout-log__tabs .checkout-log__table-user-info td,
  .checkout-log__tabs .checkout-log__table-user-info th {
    width: 50%;
  }
}

.checkout-log__tabs .checkout-log__table-item-info th {
  border-bottom: 0;
  border-top: 0;
}

.checkout-log__tabs .checkout-log__table-item-info td {
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
}

.checkout-log__tabs .checkout-log__table-item-info img {
  width: 21px;
  height: 21px;
  border: 1.16667px solid #EF7F1B;
  -o-object-fit: none;
     object-fit: none;
}

.checkout-log__tabs .checkout-log__table-item-info tr td span.sale {
  display: block;
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.checkout-log__table-total td {
  font-size: 32px;
  line-height: 39px;
}

.checkout-log__table-total td:last-child {
  text-align: right;
}

.checkout-log__table-item-info.on-mobile-table .border-bottom {
  border-bottom: 1px solid #dee2e6;
}

.checkout-log__table-item-info.on-mobile-table th {
  border-bottom: 1px solid #dee2e6;
  border-top: 0;
  font-size: 14px;
  line-height: 17px;
}

.checkout-log__table-item-info.on-mobile-table td {
  border-bottom: 0;
  border-top: 0;
  font-size: 14px;
  line-height: 17px;
}

.checkout-log__table-item-info.on-mobile-table img {
  width: 21px;
  height: 21px;
}

.checkout-log__table-item-info.on-mobile-table tr td {
  white-space: nowrap;
}

.checkout-log__table-item-info.on-mobile-table tr td span.sale {
  display: block;
  padding-top: 6px;
  font-size: 12px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.checkout-log__table-item-info.on-mobile-table .checkout-log__table-total td {
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.checkout-log__table-item-info.on-mobile-table .checkout-log__table-total td:last-child {
  padding-left: 0;
}

.check-message {
  padding-top: 15px;
  text-align: right;
}

@media (max-width: 576px) {
  .check-message {
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
  }
}

.registration-page form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.registration-page form .form-group {
  width: 49%;
}

@media (max-width: 576px) {
  .registration-page form .form-group {
    width: 100%;
  }
}

.registration-page form .registration-btn {
  display: block;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;
  padding: 17px;
  border-radius: 5px;
  width: 442px;
  margin: 30px auto 0;
  background: #ef7f1b;
  color: #ffffff;
}

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

.parsley-error {
  border: 1px solid #e02525 !important;
}

.parsley-success {
  border: 1px solid #58e955;
}

.parsley-errors-list {
  color: #e02525;
  margin-bottom: 0;
}

.parsley-errors-list li {
  position: absolute;
  font-size: 12px;
  line-height: 15px;
}

.thanks-page p {
  text-align: center;
}

.thanks-page__title {
  text-transform: inherit;
  font-weight: bold;
  font-size: 50px;
  line-height: 61px;
  border-bottom: 2px solid #CCCCCC;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 60px 30px 60px;
  margin: 0 auto 30px;
}

@media (max-width: 576px) {
  .thanks-page__title {
    font-size: 24px;
    line-height: 29px;
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.thanks-page-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 126px;
}

@media (max-width: 576px) {
  .thanks-page-div {
    margin-top: 0px;
  }
}

.thanks-page-btn {
  display: block;
  font-size: 32px;
  line-height: 39px;
  text-align: center;
  text-transform: capitalize;
  padding: 17px;
  border-radius: 5px;
  width: 326px;
  color: #EF7F1B;
}

.thanks-page-btn:hover {
  color: #EF7F1B;
}

@media (max-width: 576px) {
  .thanks-page-btn {
    width: 100%;
    margin: 30px 0 0px 0;
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
  }
}


.deck-second-nav .deck-second-nav__dropdown .deck-second-nav__dropdown_list{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.link-hover:hover{
  cursor: pointer;
  color:#EF7F1B !important;
}

.two-blocks, .category__block{
  position: relative;
}

.two-blocks:hover::before, .category__block:hover::before, .text-line__block_link:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ef7f1b54;
}

.two-blocks__container .two-blocks__content h2{
  z-index: 2;
  position: relative;
}



.input-group>.form-control:focus, .input-group>.form-control:hover{
  border: 1px solid #EF7F1B ;
}

.footer__icons a img:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.pay-icons img:hover{
  cursor: pointer;
}

@media (max-width: 576px) {
  .page-404__button {
    padding: 17px;
    width: 100%;
  }
}


/*hover*/
.hover-white-bg{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.hover-white-bg:hover{
  background-color: #ffffffe0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}



#searchForm .btn{
  padding: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}


/*02-11*/

.phones{
    /*margin-right: 40px;*/
}

.phones-mess  .header-icon{
  max-height: 25px;
  margin-right: 20px;
}


.phones-mess li:last-of-type  .header-icon{
  margin-right: 0;
}

.header-icon:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.container{
  max-width: 1200px;
}

.overlay .overlay-content.main-all{
  padding-top: 35px;
}

.overlay .overlay-content.main-all .dropdown-toggle::after{
  content: url(./../img/icons/dropMain.png);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
      -ms-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  border-right: 0;
  font-size: 0;
  line-height: 1;
  -webkit-transition: -webkit-transform .3s linear;
  transition: -webkit-transform .3s linear;
  -o-transition: transform .3s linear;
  transition: transform .3s linear;
  transition: transform .3s linear, -webkit-transform .3s linear;

}

.overlay .overlay-content.main-all .after-rotate-180deg.dropdown-toggle::after{
-webkit-transform:translateY(-50%)  rotate(180deg);
    -ms-transform:translateY(-50%)  rotate(180deg);
        transform:translateY(-50%)  rotate(180deg);
top: 50% !important;
-webkit-transition: -webkit-transform .3s linear;
transition: -webkit-transform .3s linear;
-o-transition: transform .3s linear;
transition: transform .3s linear;
transition: transform .3s linear, -webkit-transform .3s linear;
}


.overlay .overlay-content.main-all .dropdown-toggle{
  border-bottom: none;
}

.dropdown-menu_custom a:hover{
  cursor: pointer;
  color: #EF7F1B !important;
}

.deck-second-nav .deck-second-nav__dropdown .deck-second-nav__cart>a{
  padding: 15px 10px;
}

.deck-second-nav__cart-color input{
  display: none;
  margin: 0;
}

.deck-second-nav__cart-color input:checked + label{
  border: 2px solid #EF7F1B;
}
.deck-second-nav__cart-color label:hover{
  cursor: pointer;
  border: 2px solid #EF7F1B;
}

.deck-second-nav__cart-color label{
  width: 22px;
  height: 22px;
  margin-right: 0 !important;
  background-position: center;
  background-size: inherit;

}

.deck-second-nav__cart-color .form-check{
  padding: 0;
  margin-bottom: 6px;
  width: 22px;
}

.deck-second-nav__cart-color .form-check:last-of-type{
  margin-bottom: 0;
}

.video-title{
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 20px;
}

.border-email{
  border-radius: 5px 0 0 5px;
}

.border-email + .input-group-btn{
  border-radius: 0 5px 5px 0;
}

.footer__grid-4 a{
  white-space: nowrap;
}

@media (max-width: 768px){
  .search-form input {
    font-size: 14px;
    line-height: 17px;
    color: #CCCCCC !important;
  }

  .search-form input::-webkit-input-placeholder{
    font-size: 14px;
    line-height: 17px;
  }

  .search-form input::-moz-placeholder{
    font-size: 14px;
    line-height: 17px;
  }

  .search-form input:-ms-input-placeholder{
    font-size: 14px;
    line-height: 17px;
  }

  .search-form input::-ms-input-placeholder{
    font-size: 14px;
    line-height: 17px;
  }

  .search-form input::placeholder{
    font-size: 14px;
    line-height: 17px;
  }
  #searchForm .btn{
    width: 16px;
    height: 22px;
    font-size: 0px !important;
    left: 6px;
  }
  .breadcrumb .breadcrumb-item a, .breadcrumb .active{
    font-size: 12px;
    line-height: 14px;
  }
  .breadcrumb__container{
    margin-bottom: 20px;
  }
  .all-page-main__title{
    margin-bottom: 20px;

  }
  .about-store-desk__image{
    margin: 0 0 30px;
  }
  .newsletter__input-group .input-group-btn button{
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
  }
  .footer-copyright p {
    font-size: 12px;
    line-height: 15px;
  }
  .overlay .overlay-content.main-all {
    padding-top: 15px;
  }
  .overlay .overlay-content li a {
    padding: 10px 0;
  }
  .hamburger .dropdown-menu_custom .dropdown-menu_custom{
    padding-left: 20px;
  }
}
  .dropdown_mobile{
      margin: 0 21px;
  }


.basket-desk__cost .store-text-color{
  font-size: 20px;
  line-height: 24px;
}

.sp-minus.opt{
  opacity: .5;
}

.basket-desk__item-article p{
  margin: 0;
}

.input-group-btn{
       border-radius: 0 5px 5px 0;
}

.section__basket-desk .input-group-btn{
  font-size: 14px;
  line-height: 17px;
}

p.text-us{
  font-size: 14px;
  line-height: 17px;
  padding: 0;
}

.order-by{
  background: #EF7F1B;
  color: #fff;
  display: block;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}

.pagination .page-item a:focus {
    outline: none;
    /*color: #FFFFFF;*/
    /*background: #EF7F1B;*/
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
}


@media (max-width: 1023px){
  .basket-desk__cost .store-text-color{
    font-size: 16px;
  }

}

@media (max-width: 767px){
  .basket-desk__item .basket-desk__item-title{
    padding-left: 10px;
  }
  .basket-desk__item .basket-desk__item-color img{
    width: 40px;
    height: 40px;
  }
  .basket-desk__item p{
    font-size: 14px;
    line-height: 17px;
  }
  .basket-desk__item-color .color-item-bask, .basket-desk__item-size p:last-child, .basket-desk__item-count .sp-quantity{
    margin-left: 10px !important;
  }
  .basket-desk__item .basket-desk__item-count .sp-input input{
    font-size: 16px;
  }
  .sp-minus img, .sp-plus img{
    width: 10px;
  }
  .basket-desk__item .basket-desk__item-count{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .basket-desk__cost{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 5px;
  }
  .basket-desk__cost .store-text-color{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .basket-desk__cost .text-decoration-line-through{
    font-size: 14px;
    line-height: 17px;
  }
    .basket-desk__amount{
    font-size: 14px;
    line-height: 17px;
    padding-left: 5px;
  }
  .basket-desk__item{
    padding: 20px 0;
  }
  .basket-desk__checkout p{
    font-size: 14px;
    line-height: 17px;
    padding-top: 20px;
  }
  p.text-us{
    font-size: 12px;
    line-height: 15px;
    padding-top: 0px;
  }
  .basket-desk__checkout .basket-desk__total{
    font-size: 20px;
    line-height: 24px;
  }
  .order-by{
    margin-top: 30px;
    margin-bottom: 30px;
  }
}


@media (max-width: 1023px){
  .blog-desk__blog-title{
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .all-page-main__title::before{
    content: '';
    width: 160px;
  }
  /*.blog-desk__blog-img{*/
  /*  !*height: 300px;*!*/
  /*  margin-right: 0;*/
  /*}*/
  .blog-desk__blog-text, .blog-desk__blog-title-text{
    max-width: 100%;
    margin-bottom: 0;
  }
}

.news-p-0{
  padding: 0;
}

.card-product-small .card-product__title{
  /*margin-bottom: 10px;*/
}

.card-product__image{
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  min-height: 200px
}

@media (max-width: 576px){
    .card-product__image{
        min-height: auto !important;
    }
}

.card-product__image img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-product__image_min{
    min-height: 172px!important;
}

.card-product-small .card-product__variants-color{
  padding: 10px 0;
}

.card-product-small{
  padding: 10px 12px 20px;
}

.card-product-small .card-product__price {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: -16px;
}

.cart_small_price{
    font-size: 11px !important;
}

.card-product-small .card-product__variants-scroll{
  overflow: hidden;
}

.card-product__variants-color-things, .card-product__variants-color-clothes{
  width: 100%;
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

.card-product__variants-color-clothes{
  margin-bottom: 20px !important;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 40px;
}

@media (max-width: 992px){
    .card-product__variants-color-clothes{
    min-height: 20px;
    }
}

.card-product__variants-color-things label{
  width: 25px;
  height: 25px;
}
.card-product__variants-color-things  .form-check{
  margin-bottom: 0;
}


.deck-second-nav__cart-color  .slick-prev, .deck-second-nav__cart-color  .slick-next{
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15px;
  width: 8px;
}
.deck-second-nav__cart-color .slick-prev::before, .deck-second-nav__cart-color .slick-next::before{
  content: none;
}


.deck-second-nav__cart-color  .slick-next{
  background-image: url(../img/icons/arrow-right.svg);
  right: -10px
}

.deck-second-nav__cart-color .slick-prev{
  background-image: url(../img/icons/arrow-left.svg);
  left: -10px
}


.form-check-label.checked {
    border: 2px solid #EF7F1B;
}

.color_sort_variant {
    border: 2px solid #EF7F1B;
}

.price-item-count{
  /*padding-left: 3px;*/
    font-size: 14px;
}
.price-item-count_min{
    font-size: 9px;
}

.price-item-count_index{
    font-size: 12px;
}

/*@media (max-width: 1100px){*/
/*    .price-item-count{*/
/*        font-size: 10px;*/
/*    }*/
/*}*/

@media (min-width: 769px) and (max-width: 1100px) {
    .price-item-count{
        font-size: 10px;
       }
    .card-product .card-product__price{
        font-size: 12px;
    }
    .card-product .card-product__sale {
        font-size: 14px !important;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .price-item-count{
        font-size: 10px;
    }
    .card-product .card-product__price{
        font-size: 12px;
    }
    .card-product .card-product__sale {
        font-size: 14px !important;
    }
}

@media (min-width: 411px) and (max-width: 576px) {
    .price-item-count{
        font-size: 10px;
    }
    .card-product .card-product__price{
        font-size: 12px;
    }
    .card-product .card-product__sale {
        font-size: 14px !important;
    }
}

@media (min-width: 320px) and (max-width: 411px) {
    .price-item-count{
        font-size: 7px;
    }
    .card-product .card-product__price{
        font-size: 8px;
    }
    .card-product .card-product__sale {
        font-size: 9px !important;
    }
}


.catalog-category-page__category{
  padding:0 10px ;
}


/*@media (max-width: 768px){*/
/*  .blog-desk__blog-img{*/
/*    height: 200px;*/
/*    max-width: 320px;*/
/*  }*/
/*}*/

.catalog-category-page__category-link:first-child, .catalog-category-page__category-link:nth-child(5), .catalog-category-page__category-link:nth-child(9), .catalog-category-page__category-link:nth-child(13){
  margin-left: 0;
}

.catalog-category-page__category-link{
  width: calc((100% - 300px) / 4);
}

.category-page__form .multiselect-container > li > a > label{
  font-size: 16px;
  line-height: 19px;
  padding: 10px;
}

.category-page__form .multiselect-container > li > a > label:hover{
  font-weight: bold;
}

@media (max-width: 992px){
  .catalog-category-page__category-link{
    width: calc(50% - 16px);
  }
}

.card-product__border{
  /*padding: 12px 20px;*/
    padding: 10px 12px;
}

.card-product .card-product__title{
  margin-bottom: 16px;
}


.card-product__variants-color-clothes label{
  width: 40px;
  height: 40px;
}
.card-product__variants-color-clothes  .form-check{
  margin-bottom: 0;
}


 .card-product .card-product__price{
  margin-bottom: 0;
}

.card-product .card-product__one-click{
  padding: 20px 0 0px 0;
  font-size: 20px;
  line-height: 1;
}

button.card-product__like.like{
  background: #EF7F1B;
}

button.card-product__like{
  margin-left: 20px;
}

.card-product-col__right .card-product__vendor-code {
    margin-bottom: -25px;
}

.card-product-col .card-product__buttons{
  margin-top: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-product-col .card-product__one-click{
  font-size: 20px;
  padding: 0 12px 19px;
  height: auto;
}

.card-product-col .card-product__one-click:hover{
  text-decoration: underline;
}

.card-product-col .card-product__to-card{
  margin-right: 0;
}

.card-product__to-card:hover{
  opacity: .8;
}

.clothes-block .category-page__right-panel{
  padding-left: 20px;
    margin: 0 0 80px 0;
}

.clothes-block .container{
  max-width: 1366px;
}

.card-product-col__left .card-product__variants-color-clothes{
  margin-bottom: 0 !important;
  width: calc(100% - 20px);
}

.card-product-col__left  .deck-second-nav__cart-color .slick-prev, .card-product-col__left  .deck-second-nav__cart-color .slick-next{
  height: 17px;
  width: 10px;
}

.card-product-col__left .deck-second-nav__cart-color .slick-prev{
  left: -18px;
}

.card-product-col__left .card-product__variants-color-clothes .form-check{
  width: 40px;
}

.category-page__check-container label:hover, .category-page__check-container input:hover{
  cursor: pointer;
}

.category-page__check-container label{
  margin-bottom: 0;
  line-height: 1;
}

.category-page__check-container{
  margin-bottom: 30px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.category-page__button:hover{
  cursor: pointer;
    -webkit-box-shadow: 0px 0px 10px 0px #cccccc;
    box-shadow: 0px 0px 10px 0px #cccccc;
}

.category-page__button button {
    text-transform: uppercase;
    font-size: 14px;
    width: 320px;
    height: 50px;
}

/*.category-page__button a {*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*    font-size: 14px;*/
/*}*/

.category-page__button {
    margin-bottom: 20px;
}

.category-page__input-container:first-child {
    padding-right: 15px;
}

.offers-description-filter__field {
  padding: 20px;
}

.offers-description-filter__field a{
  width: calc(100% / 4);
  padding: 0;
  margin-bottom: 15px;
}

.offers-description-filter__field .form-check-label {
    width: 36px;
    height: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
}

.offers-description-filter__field .form-check-label:hover {
    cursor: pointer;
    border: 2px solid #EF7F1B;
}

.offers-description-filter__field input:checked + label {
    cursor: pointer;
    border: 3px solid #EF7F1B !important;
}

.offers-description-filter__field input {
    display: none;
}

@media (max-width: 992px) {
    .card-product__border {
        padding: 15px 12px;
    }

    .clothes-block .card-product__title {

    }

    .card-product__variants-color-clothes label {
        width: 20px;
    height: 20px;
  }
  .deck-second-nav__cart-color .slick-prev, .deck-second-nav__cart-color .slick-next{
    height: 12px;
    width: 7px;
  }
  .card-product__variants-color-clothes{
    margin-bottom: 10px !important;
  }
  .card-product .card-product__sale{
    font-size: 14px;
    padding-left: 3px;
  }
  .category-page__right-panel-mobile .right-panel-mobile__dropdown{
    margin-bottom: 15px;
  }
  .category-page__button{
    margin-bottom: 0;
  }
}
@media(max-width: 576px){
    .clear_filter{
        margin-top: 10px;
    }
}

.personal-information__container input:focus,  .personal-information__container input:hover{
  border-color: #ef7f1b;
}

.personal-information__container button:hover{
  cursor: pointer;
  opacity: .8;
}

@media (max-width: 767px){
  .personal-information__container button{
    font-size: 14px;
    line-height: 17px;
    padding: 7px 50px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: auto;
  }
}

#checkoutLogTabContent .form-position p, #checkoutLogTabContent .form-position label{
  line-height: 1;
}

#checkoutLogTabContent .form-position label{
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

#checkoutLogTabContent .form-position label:hover, #checkoutLogTabContent .form-position label input {
  cursor: pointer;
}

#checkoutLogTabContent .form-position label input:focus, #checkoutLogTabContent .form-position label input:hover{
  border-color: #ef7f1b;
}

/*.store-text-color:hover{
  text-decoration: underline;
}*/

.btn-border-gray{
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}

.btn-border-gray:hover{
  border: 1px solid #ef7f1b;
  color: #ef7f1b;
}

.hover-op:hover{
  opacity: .8;
}

.checkout-log__table-user-info td{
  line-height: 1;
}

.off-mobile-table thead{
  border-bottom: 1px solid #dee2e6;
}

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

.check-message{
  font-size: 20px;
}

@media (max-width: 767px){
  #tabOne1 a.btn[href="#tabTwo2"]{
    background: #EF7F1B;
    border: 1px solid #EF7F1B;
    color: #fff;
    width: auto;
    min-width: 166px;
  }
  #tabOne1  .form-left{
    margin-bottom: 30px;
  }
  #tabOne1  .checkbox-div label:nth-child(2){
    margin:  30px 0;
  }
  .store-text-color{
    margin-bottom: 20px;
  }
  .btn-prev-next{
    width: 100%;
  }
  #tabTwo2 .btn-prev-next a{
    width: calc((100% - 20px) / 2);
  }
  #tabTwo2 a.btn[href="#tabOne1"]{
    margin-right: 20px;
  }
  #tabThree3 .btn-prev-next {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }
  #tabThree3 a.btn[href="#tabTwo2"]{
    margin-right: 20px;
    width: calc((100% - 20px) / 2);
    font-size: 14px;
    line-height: 17px;
  }
  #tabThree3 a.hover-op{
    width: 100%;

    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
  }
  .check-message{
    font-size: 14px;
    line-height: 17px;
  }
  #tabThree3 .font-20{
    font-size: 14px;
    line-height: 17px;
  }
  #tabThree3 .store-text-color .font-20{
    font-size: 20px;
    line-height: 23px;
  }
  .product-page__tab-name-date{
    max-width: 80%;
  }
  .registration-page form .registration-btn{
    margin-top: 10px;
  }

}
@media (max-width: 576px){
    #tabOne1  .form-left{
        margin-bottom: 0;
    }
}

.comments-list-desk__price{
  margin-bottom: 25px;
}
.comments-list-desk__buy a{
  display: inline-block;
}

.comments-list-desk__one-click:hover{
  text-decoration: underline;
}

.comments-list-desk__form .form-control:hover, .comments-list-desk__form .form-control:focus {
  border: 1px solid #ef7f1b;
}
.contacts-desk__sidebar-soc-icons img{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.contacts-desk__sidebar-soc-icons img:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.btn-s{
  font-size: 12px;
  line-height: 15px;
  max-width: 211px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.thanks-page-div a{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.thanks-page-div a:hover{
  text-shadow: 0px 0px 4px #ef7f1b;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.registration-page form .form-group{
  margin-bottom: 20px;
}

.registration-page input:hover, .registration-page input:focus{
  border: 1px solid #ef7f1b;
}

.registration-page .store-text-color{
  margin-bottom: 0;
}

.personal-information__container .form-group{
  margin-bottom: 20px;
}

.personal-information__container .form-group:last-child{
  margin: 30px 0;
}

@media (max-width: 767px){
  .lk .category-page__right-panel{
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .lk .category-page__delivery{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lk  .category-page__delivery-link{
    font-size: 14px;
    line-height: 17px;
    padding: 10px 0;
  }
  .all-page-main__sub-title{
    margin-bottom: 20px;
  }
  .personal-information__container button{
    margin-top: 10px;
  }
  .dropdown-text-block__button span, p.dropdown-text-block__text {
      font-size: 20px;
      line-height: 17px;
  }
  .dropdown-text-block{
    margin-bottom: 20px;
  }
  .inner-page-desk__right-link{
    font-size: 14px;
    line-height: 17px;
  }
  .dropdown-text-block__button::after{
    top: auto;
    bottom: 8px;
  }
  .two-blocks__container{
    padding-top: 15px;
  }
  .category__title{
    text-transform: uppercase;
  }
  .main-page-news__button {
      font-size: 14px;
  }
  .main-page-news__info{
    height: 270px;
    overflow: hidden;
  }
  .main-page-news__right_buttons .main-page-news__button:first-child{
    display: none;
  }
  .main-page-news__right, .main-page-news__left{
    padding-right: 0;
  }
  .main-page-news__info p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }
  .main-page-news__right_buttons{
    margin-top: 10px;
  }
  .popular-goods__slider .card-product__variants-color-things label{
    width: 20px;
    height: 20px;
  }
  .popular-goods__slider{
    position: relative !important;
    opacity: 1 !important;
    z-index: 0 !important;
    height: auto !important;
  }
  .popular-goods__slider .card-product__variants-color-popular  .slick-arrow{
    display: inline-block !important;
  }
  /*.card-product__variants-color-popular .slick-prev{*/
  /*  left: -9px;*/
  /*}*/
}


.card-product__variants-color-popular .slick-list{
  padding: 0;
}

.card-product__variants-color-popular .slick-prev{
  padding: 0px;
  left: -9px;
}

.card-product__variants-color-popular .slick-next{
  padding: 0px;
}

 .card-product__variants-color-things{
  /*margin: 16px 0 20px !important;*/
     margin: 10px 0 10px !important;
}

@media (max-width: 576px){
    .card-product__variants-color-things{
        margin: 10px 0 8px !important;
    }
}

.popular-goods__slider{
  opacity: 0;
  z-index: -1;
  position: relative;
  height: 0;
}

.popular-goods__slider.DD{
  position: relative;
  opacity: 1;
  z-index: 0;
  height: auto;
}

.card-product__hide{
  z-index: 2;
}

.popular-goods__swich .popular-goods__active-title:hover, .popular-new__title:hover, .popular-goods__title:hover{
  /*text-decoration: underline !important;*/
}

.product-page__vendor-code{
  padding: 0;
}

.product-page__availability{
  padding-bottom: 0;
  font-size: 20px;
  margin-bottom: 30px;
}

.product-page__color-title{
  padding: 0;
  margin-bottom: 30px;
}

.product-page__color-variants label{
  width: 34px;
  height: 34px;
  background-size: inherit;
  background-position: center;
  background-repeat: no-repeat;
}

.product-page__color-variants label.current {
    border: 2px solid #ef7f1b;
    cursor: pointer;
}

.product-page__color-variants label:hover{
  border: 2px solid #ef7f1b;
  cursor: pointer;
}

.product-page__color-variants{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-page__color-variants input{
  display: none;
}

.product-page__color-variants .form-check{
  padding: 0;
  margin-right: 20px;
  margin-bottom: 20px;
}
.product-page__content-top .dropdown-toggle::after{
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.dropdown-toggle_mobile{
  border: none !important;
}
.dropdown-toggle_mobile:hover{
    color: #262626 !important;
}
.dropdown-toggle_mobile::after{
    top: 6px !important;
}
.product-page__content-top .after-rotate-180deg::after{
  top: 16px !important;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.product-page__content-top .product-page__size .dropdown-menu{
  padding: 0;
}

.product-page__content-top  .multiselect-container>li>a>label{
  padding: 3px 10px;
  font-size: 16px;
}

.product-page__content-top  .multiselect-container>li>a>label:hover{
  font-weight: bold;
}

.product-page__pick-up:hover{
  text-decoration: underline;
}

.product-page__buttons .product-page__to-card {
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 28px;
}

.product-page__to-card_back{
    padding: 15px
}

@media(max-width: 576px) {
    .product-page__to-card_back{
        margin-top: 15px;
    }
}

@media(max-width: 768px) {
    .product-page_tab {
        overflow-x: auto;
    }
}

ul.slider.slider-nav.slick-initialized.slick-slider li{
  height: 110px;
}

ul.slider.slider-nav.slick-initialized.slick-slider li img{
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}


.item-card-desk-s .slick-dots, .item-card-desk-s .popular-goods__slider .slick-arrow,  .item-card-desk-s  .popular-goods__slider .slick-arrow{
  display: none !important;
}

.product-page__tab-see-more:hover{
  text-decoration: underline;
}

.product-page__tab-give-feedback a:hover{
  border: 1.6px solid #EF7F1B;
}

.item-card-desk-s .popular-goods__slider .card-product__border .slick-arrow{
  display: block !important;
}

@media (max-width: 767px){
  ul.slider.slider-nav.slick-initialized.slick-slider{
    display: none;
  }
  .product-page__product-slider .slick-dots{
    bottom: -30px;
  }
  .product-page__product-content .product-page__cost span{
    font-size: 20px;
  }
  .product-page__product-content  .product-page__cost .product-page__sale{
    font-size: 24px;
  }
  .product-page__vendor-code, .product-page__availability{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }
  .product-page__color-title{
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 17px;
  }
  .product-page__color-variants .form-check{
      margin-right: 17px;
      margin-bottom: 17px;
  }

    .product-page__color-variants {
        margin-bottom: 17px;
    }

    .multiselect-selected-text, .product-page__pick-up, .count-i {
        /*font-size: 14px;*/
        font-size: 16px;
        line-height: 17px;
    }

    .multiselect-native-select {
        font-weight: bold;
    }

    .count-i {
        margin-bottom: 30px;
    }

    .product-page__tabs .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        line-height: 17px;
    }

    .product-page__tabs .nav-tabs .nav-item .nav-link {
        height: 35px;
    }

    #myTabContent {
        font-size: 20px;
        line-height: 17px;
    }

    .product-page__list-title {
        margin-bottom: 5px;
    }

    .product-page__list-ul li {
        line-height: 17px;
        margin-bottom: 12px;
    }
  #myTabContent {
    padding-bottom: 0 !important;
  }
  .item-card-desk-s .slick-dots,  .item-card-desk-s .popular-goods__slider .card-product__border .slick-arrow{
    display: block !important;
  }
  .item-card-desk-s .popular-goods__slider .card-product__border .slick-arrow.slick-prev{
    left: -10px;
  }
}

.my-preorders__table-container .table-condensed.table> thead tr th{
  font-weight: normal;
}

.accordion-toggle:hover{
  cursor: pointer;
}



@media (max-width: 767px){
  .hiddenRow table .img-item span{
    text-align: left;
  }
  .my-preorders__table-container .table tbody tr td{
    font-size: 14px;
    line-height: 17px;
    padding: 20px 7px;
  }
  .my-preorders__table-container .table-condensed.table> thead tr th, .my-preorders__table-container .table .accordion-body table td, .my-preorders__table-container .table .accordion-body table th{
    font-size: 14px;
    line-height: 17px;
  }
  .my-preorders__table-container .accordion-toggle::after{
    top: 25px;
  }
  .card-basket.card-product-small{
    padding: 15px 10px;
  }
  .card-basket.card-product-small .card-product__variants-color-things label{
    width: 20px;
    height: 20px;
  }

    .card-basket.card-product-small .card-product__price {
        font-size: 12px;
        line-height: 14px;
    }

    .card-basket.card-product-small .card-product__sale {
        display: block;
        padding-left: 36px;
    }
}

#header {
    position: fixed;
    width: 100%;
    /*text-align: center;*/
    background-color: white;
    z-index: 5;
    transition: all 0.4s ease;
}

.top {
    height: 170px;
}

@media (max-width: 1200px){
    .top {
        height: 159px;
    }
}

#top_label {
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 4;
    transition: all 0.4s ease;
}

/*@media (max-width: 1000px) {*/
/*    #top_label {*/
/*        margin-bottom: -11px;*/
/*    }*/
/*}*/

#top_div {
    height: 95px;
}

body {
    -moz-transform: scale(0.8, 0.8); /* Moz-browsers */
    zoom: 0.8; /* Other non-webkit browsers */
    zoom: 80%; /* Webkit browsers */
}

.popup-fade {
    display: none;
}

.popup-fade:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}

.popup {
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 20px;
    width: 360px;
    height: 260px;
    margin-left: -200px;
    margin-top: 175px;
    background: #fff;

    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;

}

.modal_text {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #EF7F1B;
    margin-top: 25px;

}

.button_cart {
    border: 1.6px solid #CCCCCC;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 21px 100px;
    font-size: 14px;
    line-height: 28px;
    padding: 21px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart_1 {
    width: 1050px;
    height: 353px;
    position: relative;
    margin-left: 365px;
    border-bottom:3px solid #cccccc;
    padding-top: 30px;
}

.cart_img {
    width: 253px;
    height: 253px;
}

.cart_info{
    width: 1050px;
    position: relative;
    margin-left: 365px;
}

.cart_nul {
    /*width: 1050px;*/
    height: 140px;
    text-align: center;
    font-weight: bold;
}

.cart_4 {
    width: 44px;
    height: 44px;
    border: 3px solid #ef7f1b;
    cursor: pointer;
}
.cart_delete_cart{

}
.table_cart{
    position: absolute;
    width: 70%;
    left: 270px;
    bottom: 140px;
}
.cart_product_name{
    font-size: 20px;
    color: #EF7F1B;
}
.cart_article{
    position: absolute;
    left: 280px;
    bottom: 22px;

}
.cart_button{
    width: 326px;
    margin-left: 724px;
    position: absolute;
    bottom: 0;

}
/*.cart_button_exit{*/
/*    width: 326px;*/
/*}*/
.font{
    font-size: 18px;
}
.cart_button_exit {
    width: 326px;
    margin-right: auto;
    /*margin-bottom: 100px;*/
    position: relative;
    bottom: 0;
}

@media (max-width: 768px) {
    .cart_button_exit {
        width: auto;
        font-size: 16px;
        line-height: 20px;
    }
}

.pars {
    font-size: 12px;
    color: red;
    line-height: 15px;
    position: absolute;
}

.class_red {
    border: 1px solid #E02525 !important;
}

.class_green {
    border: 1px solid #58e955 !important;
}

.page-item.active_page .page-link {
    height: 37px;
    z-index: 1;
    color: #fff;
    background-color: #EF7F1B;
    border-color: #EF7F1B;
}

/*.ert{*/
/*    background-color: #990000;*/
/*}*/
div .tabulator-header-filter input {
    background-color: #293145;
}

@media (max-width: 767px) {
    .brand-desk__brand-img {
        height: 200px;
    }
}

.button_exit {
    vertical-align: bottom;
    margin-top: 210px;
    /*position: absolute;*/
    font-size: 18px;
    width: 170px;
}
@media (max-width: 768px) {
    .button_exit {
        font-size: 14px;
        width: 66px;
        height: 28px;
        padding: 0;
    }
}
@media (max-width: 576px) {
    .button_exit {
        font-size: 14px;
        width: 66px;
        height: 28px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .help_question{
        position: relative;
        left: 15px;
    }
}
@media (max-width: 576px) {
    .help_question{
        position: relative;
        left: 15px;
    }
}

.button_exit_product_comments {
    vertical-align: bottom;
    bottom: 0;
    position: absolute;
    font-size: 18px;
    width: 320px;
    height: 58px;
    right: 0;
}

.button_exit_to_checkout {
    vertical-align: bottom;
    /*top: 345px;*/
    /*position: absolute;*/
    margin-top: 0;
    font-size: 18px;
    width: 170px;
}

#checkout_save .checkbox-div input{
    margin: 0 15px 0 0;
}

#checkout_save input[type="radio"] {
    width: 15px;
}

#checkout_save input[type="checkbox"] {
    width: 15px;
}

.checkout_w-110{
    width: 110%;
}

/*.checkout_checkbox_text{*/
/*    margin: 0 0 0 10px;*/
/*}*/

.container_404 {
    /*position: relative;*/
    /*height: 100%;*/
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    background: url(./../img/404.jpg);
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
}

/*---search---*/
.searchHolder {
    width: 100%;
    /*max-width: 600px;*/
    /*margin: 0 auto;*/
    overflow: visible;
    position: relative;
}

.autoFillBar {
    background: #fcfcfd;
    width: 100%;
    position: absolute;
    top: 98px;
    z-index: 9;
    border-radius: 5px;
    overflow: auto;
    max-height: 200px;
    margin-top: -60px;
}

.autoFillBar .item {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    color: #1e1d26;
    transition: .2s;
    cursor: pointer;
    font-size: 16px;
}

.autoFillBar .item:hover, .autoFillBar .item.active {
    background: #f3f3f3;
    transition: .2s;
}

/* promo_code placeholder */
.promo_code_ok::-webkit-input-placeholder { color: #EF7F1B; }
.promo_code_ok:-ms-input-placeholder { color: #EF7F1B; }
.promo_code_ok::-ms-input-placeholder { color: #EF7F1B; }
.promo_code_ok::placeholder { color: #EF7F1B; }
.promo_code_ok { border: 1px solid #EF7F1B !important; }
.promo_code_error::-webkit-input-placeholder { color: #E02525; }
.promo_code_error:-ms-input-placeholder { color: #E02525; }
.promo_code_error::-ms-input-placeholder { color: #E02525; }
.promo_code_error::placeholder { color: #E02525; }
.promo_code_no_active { border: 1px solid #E02525 !important; }
.promo_code_no_active::-webkit-input-placeholder { color: #E02525; font-weight: bold; }
.promo_code_no_active:-ms-input-placeholder { color: #E02525; font-weight: bold; }
.promo_code_no_active::-ms-input-placeholder { color: #E02525; font-weight: bold; }
.promo_code_no_active::placeholder { color: #E02525; font-weight: bold;  }
.promo_code_no_active { border: 1px solid #EF7F1B !important; }
/*////////////////////////*/

/*.button_product_description{*/
/*    font-weight: bold;*/
/*    border-radius: 3px;*/
/*    border: 2px solid #fdfdfd;*/
/*    text-align: center;*/
/*    !*margin-bottom: 10px;*!*/
/*    min-height: 28px;*/
/*}*/

/*.button_product_description a{*/
/*    border-radius: 3px;*/
/*    border: 2px solid #EF7F1B;*/
/*}*/

.product_subscription_size{
    color: #EF7F1B;
    font-weight: 500;
    margin-top: 4px;
}

.card-product__message_exist {
    position: absolute;
    top: -17px;
    left: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.card-product__message_exist p {
    padding: 10px 16px 10px 10px;
    top: -28px;
    left: 12px;
    color: #FFFFFF !important;
    background: red;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 6px;
}

.card-product__message_exist span {
    width: 0;
    height: 0;
    border-top: 26px solid red;
    border-right: 16px solid transparent;
}

.button_product_subscription{
    position: absolute;
    left: 332px;
    width: 65%;
    border: 1px solid #CCCCCC;
    bottom: -1px;
    color: #EF7F1B;
    border-radius: 5px;
    line-height: 35px;
    text-align: center
}

.button_product_subscription:hover{
    border: 1px solid #EF7F1B;
}

@media (max-width: 1060px) {
    .button_product_subscription{
        left: 0;
        width: 100%;
        bottom: -40px;
    }
}

.size_exist{
    color: #fb0000;
    border: 1px solid #898585;
    margin: 10px 0 0 10px;
    padding: 0 6px 2px 0px;
    border-radius: 3px;
    font-weight: 400;
}

/*.product_subscription_items{*/
/*    right: 10px;*/
/*    position: absolute;*/
/*    top: 215px;*/
/*    color: #ff6a00;*/
/*    padding: 5px 5px 5px 5px;*/
/*    line-height: 35px;*/
/*}*/

/*.product_subscription_item{*/

/*}*/

@media (max-width: 1200px) {
    .product_subscription_items{
        top: 112px !important;
    }
}

@media (max-width: 992px) {
    .product_subscription_items{
        top: 210px !important;
    }
}

.message_min_p{
    line-height: 10px !important;
}

.message_min_span{
    border-top: 30px solid #EF7F1B !important; ;
    border-right: 26px solid transparent !important;
}

.message_index_min_p{
    line-height: 15px !important;
}

.message_index_min_span{
    border-top: 36px solid #EF7F1B !important; ;
    border-right: 26px solid transparent !important;
}

#clv_cleversite_widget {
    min-height: 550px !important;
    top: auto !important;
    bottom: 10px !important;
    right: 9px !important;
    left: auto !important;
}

@media (max-width: 449px) {
    #clv_cleversite_widget {
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
    }
}

.main-slider .main-slider__slide:not(:first-child) {
    display: none;
}

.main-slider.slick-initialized .main-slider__slide:not(:first-child) {
    display: block;
}

/*.popular-goods{*/
/*    height: 700px;*/
/*}*/

/*.popular-new-items{*/
/*    height: 700px;*/
/*}*/

/*.popular-goods.slick-initialized .card-product {*/
/*    display: block;*/
/*}*/

.popular-goods .card-product {
    display: none;
}
/*.popular-goods .card-product:not(:nth-child(2)) {*/
/*    display: none;*/
/*}*/
/*.popular-goods .card-product:not(:nth-child(3)) {*/
/*    display: none;*/
/*}*/
/*.popular-goods .card-product:not(:nth-child(4)) {*/
/*    display: none;*/
/*}*/

/*.popular-goods__slider .card-product:first-child {*/
/*    padding-top: 52px*/
/*}*/

.popular-goods.slick-initialized .card-product {
    display: block;
}

.popular-new-items .card-product {
    display: none;
}

.popular-new-items.slick-initialized .card-product {
    display: block;
}



.slider-single li:not(:first-child) {
    display: none;
}

.slider-single.slick-initialized li:not(:first-child) {
    display: block;
}

.slider-nav li {
    display: none;
}

.slider-nav.slick-initialized li {
    display: block;
}

#slider_big img{
    min-height: 543px;
    min-width: 543px;

}

/*.popular-goods__slider {*/
/*    padding-top: 52px*/
/*}*/

.card-product__variants-color-clothes div {
    display: none;
}

.card-product__variants-color-clothes.slick-initialized div {
    display: block;
}

.img_block_404 {
    position: relative;
    display: inline-block;
}

.info_block_404 {
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 24px;
    top: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.info1_404{
    position: absolute;
    right: 0;
    font-size: 300px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
}

.info2_404{
    position: absolute;
    right: 0;
    font-size: 50px;
    top: 45%;
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #FFFFFF;
}

.info_block_404 a {
    position: relative;
    right: 0;
    font-size: 24px;
    top: 60%;
    text-align: center;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    width: 320px;
    height: 58px;
    padding: 8px 0 0 0;
}

.info_block_404 a:hover {
    border: 1px solid #EF7F1B;
    color: #EF7F1B;
}

@media (max-width: 1200px) {
    .info1_404{
        font-size: calc(70px + (300 - 70) * ((100vw - 320px) / (1200 - 320)));
    }
    .info2_404{
        font-size: calc(20px + (50 - 20) * ((100vw - 320px) / (1200 - 320)));
    }
    .info_block_404 a{
        top: calc(65% + (60 + 6) * ((100vw - 320px) / (1200 - 320)));
    }
}
