* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
a {
  transition: 0.3s;
}
img {
  max-width: 100%;
  max-height: 100%;
}
ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
.container {
  width: 1500px;
  padding: 0 15px;
  margin: auto;
}
body {font-family: 'Futura PT', sans-serif !important;}
body,
input,
textarea,
button {
  font-family: 'Futura PT', sans-serif;
}
.modal {
  /*width: 100%;
  height: 100%;*/
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .close-modal-times {
  color: rgba(213, 213, 213, 0.78);
  font-size: 50px;
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  transition: 0.3s;
}
.modal .close-modal-times:hover {
  color: #ffffff;
}
.modal .modal-block {
  max-width: calc(100% - 30px);
  padding: 25px 20px;
  /*display: none;*/
  background-color: #ffffff;
  animation: scall 0.7s;
  z-index: 9;
  /*position: absolute;*/
}
.modal .modal-block.modal-form {
  width: 450px;
  border-radius: 10px;
}
.modal .modal-block.modal-form span {
  font-size: 28px;
  text-align: center;
  margin-bottom: 24px;
}
.modal .modal-block.modal-form .input {
  font-size: 17px;
  font-family: 'PF Regal Text Pro', sans-serif;
  margin-bottom: 15px;
}
.modal .modal-block.modal-form .btn-arrow {
  width: 100%;
}
.modal .modal-block.modal-size {
  background: none;
  padding: 0;
}
.open-modal {
  cursor: pointer;
}
.menu_mob {
  width: 35px;
  height: 25px;
  display: none;
  position: relative;
}
.menu_mob span {
  width: 35px;
  height: 3px;
  display: block;
  background-color: #070707;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu_mob span:nth-child(2) {
  top: 10px;
}
.menu_mob span:nth-child(3) {
  top: 20px;
}
.active_drop_men.menu_mob span {
  top: 12px;
  background: #969696;
}
.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
}
.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
}
.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
}
.table-wrap {
  overflow-x: auto;
  padding-bottom: 10px;
}
.table-wrap::-webkit-scrollbar-track {
  background-color: #efebe0;
}
.table-wrap::-webkit-scrollbar {
  height: 5px;
  background-color: #efebe0;
}
.table-wrap::-webkit-scrollbar-thumb {
  background-color: #0e987f;
  border-radius: 5px;
}
.scroll-top {
  position: fixed;
  bottom: 100px;
  right: 15px;
  width: 34px;
  height: 34px;
  display: block;
  border: 1px solid #1B1818;
  background-image: url(../img/up-arrow.svg);
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.6s ease;
  transform: translateX(150%);
  z-index: 10;
  border-radius: 3px;
}
.scroll-top:hover {
  background-color: rgba(27, 24, 24, 0.15);
}
.scroll-top.active {
  opacity: 1;
  transform: none;
}
@keyframes scall {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.header {
  padding: 12px 0 0;
}
.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo:hover {
  opacity: 0.7;
}
.hader-left {
  display: flex;
  align-items: center;
}
.hader-left .input-search {
  margin-left: 22px;
}
.header-phone {
  font-family: 'PF Regal Text Pro', sans-serif;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #070707;
}
.header-phone:hover {
  color: #FF0101;
}
.input-search {
  width: 165px;
  height: 35px;
  background-image: url(../img/search-icon.png);
  background-repeat: no-repeat;
  background-position: left center;
  outline: none;
  font-size: 14px;
  font-family: 'PF Regal Text Pro', sans-serif;
  color: #070707;
  padding-left: 32px;
  border: none;
  border-bottom: 1px solid rgba(7, 7, 7, 0);
  transition: 0.4s;
}
.input-search:focus {
  border-bottom-color: #070707;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-btn {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header-btn.--search {
  display: none;
}
.header-btn a{
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header-btn p {
  margin-left: 12px;
  font-size: 14px;
  color: #070707;
  font-family: 'PF Regal Text Pro', sans-serif;
  transition: 0.3s;
}
.header-btn-hover:hover p {
  color: #FF0101;
}
.header-btn:not(:first-child) {
  margin-left: 25px;
}
.header-menu {
  display: flex;
  justify-content: center;
  padding: 15px 0 20px;
  border-bottom: 1px solid #E6E6E6;
}
.header-menu li {
  margin: 0 12px;
}
.header-menu li a {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #070707;
  font-family: 'PF Regal Text Pro', sans-serif;
}
.header-menu li a:hover {
  color: #FF0101;
}
.basket-count {
  width: 14px;
  height: 14px;
  position: absolute;
  top: -2px;
  left: 12px;
  background-color: #070707;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
}
.banner-box {
  /*min-height: 635px;
  padding: 25px 15px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-slider {
    overflow: hidden;
}
.home-slider img {
  display: block;
}
.banner-photo {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.banner-photo-1 {
  left: 0;
}
.banner-photo-2 {
  right: 0;
}
.--single {
    width: 100%;
}
.banner-content {
  position: relative;
  font-family: 'PF Regal Text Pro', sans-serif;
  color: #FFFFFF;
  text-align: center;
}
.banner-content h1 {
  font-size: 62px;
  letter-spacing: 1.1px;
  line-height: 1;
  text-transform: uppercase;
  margin: 8px 0 40px;
}
.banner-content sub {
  display: block;
  font-weight: 300;
  font-size: 46px;
  letter-spacing: 1.14774px;
  color: #FFFFFF;
}
.banner-content .btn-arrow {
  margin: auto;
}
.btn-arrow {
  width: 225px;
  max-width: 100%;
  height: 50px;
  background-color: #272323;
  display: flex;
  font-weight: 500;
  font-size: 13.5px;
  font-family: 'PF Regal Text Pro', sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.sale-order-list-inner-row .btn {
    background-color: #272323;
    display: inline-block;
    font-weight: 500;
    font-size: 13.5px;
    font-family: 'PF Regal Text Pro', sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #272323;
    cursor: pointer;
    transition: 0.3s;
    padding: 10px;
    margin-top: 10px;
    border-radius: 0 !important;
}
.sale-order-list-inner-row .btn:hover {
    color: #272323;
    background-color: #ededed;
}
.btn-arrow:hover {
  background-color: #1d1919;
}
.btn-arrow:hover span:after {
  margin-left: 15px;
}
.btn-arrow span:after {
  content: '';
  display: inline-block;
  width: 23px;
  height: 10px;
  background-image: url(../img/black-arrow.svg);
  background-size: cover;
  margin-left: 11px;
  transition: 0.3s;
}
.btn-arrow.white {
  background-color: #ffffff;
  color: #070707;
}
.btn-arrow.white span:after {
  background-image: url(../img/white-arrow.svg);
}
.btn-arrow.white:hover {
  background-color: #eaeaea;
}
.btn-arrow.small {
  width: 185px;
}
.btn-arrow.small span:after {
  width: 9px;
  background-image: url(../img/rectangle.svg);
}
.advantages {
  padding: 50px 0;
}
.advantages-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages-block {
  width: calc(33.333% - 15px);
}
.advantages-icon {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.advantages-content {
  color: #1F1C1C;
  text-align: center;
}
.advantages-content span {
  font-family: 'PF Regal Text Pro', sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.advantages-content p {
  font-size: 20px;
  color: #1F1C1C;
}
.catalog {
  padding: 10px 0 75px;
}
.title {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #1F1C1C;
  font-family: 'PF Regal Text Pro', sans-serif;
  margin-bottom: 42px;
}
.catalog-wrap {
  display: flex;
  justify-content: space-between;
}
.catalog-block {
  width: calc(33.333% - 30px);
  min-height: 550px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.catalog-block:hover .catalog-photo {
  transform: scale(1.05);
}
.catalog-block:hover .btn-arrow {
  opacity: 1;
}
.catalog-photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.catalog-content {
  position: relative;
}
.catalog-content .btn-arrow {
  opacity: 0;
}
.catalog-name {
  font-size: 34px;
  text-align: center;
  font-weight: 300;
  color: #FFFFFF;
  font-family: 'PF Regal Text Pro', sans-serif;
  margin-bottom: 25px;
}
.about-video-box {
  position: relative;
  z-index: 3;
}
.about-video-box .title {
  margin-bottom: 25px;
}
.about-video-box .btn-arrow {
  margin: auto;
}
.about-video-wrap {
  min-height: 635px;
  padding: 140px 15px 15px;
  position: relative;
}
.about-video-wrap.active .about-video-iframe {
  z-index: 5;
  opacity: 1;
}
.about-video-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.about-video-iframe {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.4s;
}
.instagram {
  margin-top: 70px;
}
.instagram-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram-block {
  width: calc(25% - 15px);
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.instagram-block:hover .instagram-content {
  opacity: 1;
}
.instagram-block:hover .instagram-photo {
  transform: scale(1.03);
}
.instagram-photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}
.instagram-content {
  width: 100%;
  height: 100%;
  padding: 15px;
  position: relative;
  background-color: rgba(7, 7, 7, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
}
.instagram-content img {
  width: 65px;
}
.instagram-content p {
  font-weight: 300;
  font-size: 32px;
  color: #FFFFFF;
  margin-top: 20px;
}
.bottom-form {
  padding: 80px 0;
}
.bottom-form .title {
  margin-bottom: 12px;
}
.bottom-form sub {
  display: block;
  text-align: center;
  margin-bottom: 35px;
  font-size: 20px;
  color: #1F1C1C;
}
.bottom-form-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.bottom-form-box p {
  flex-basis: 100%;
  text-align: center;
}
.bottom-form-box .input {
  width: 400px;
}
.subscribe-success {
  font-size: 20px;
  text-align: center;
}
.subscribe-error {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}
.input {
  width: 100%;
  max-width: 100%;
  height: 50px;
  border: 1px solid #949494;
  padding-left: 20px;
  outline: none;
  font-size: 19px;
  letter-spacing: 0.05em;
  color: #201E1E;
}
.footer {
  padding: 80px 0 70px;
  background-color: #DFD7D0;
}
.footer-box {
  display: flex;
  justify-content: space-between;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-title {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #070707;
  font-family: 'PF Regal Text Pro', sans-serif;
  margin-bottom: 15px;
}
.footer-menu-wrap {
  display: flex;
}
.footer-menu-list li {
  margin-bottom: 6px;
}
.footer-menu-list li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #070707;
}
.footer-menu-list li a:hover {
  color: #FF0101;
}
.footer-menu-list:not(:last-child) {
  margin-right: 150px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
}
.footer-contact p {
  font-size: 18px;
  color: #070707;
}
.footer-phone {
  margin: 7px 0 6px;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #070707;
}
.footer-phone:hover {
  color: #FF0101;
}
.call-back-btn {
  font-weight: 500;
  font-size: 12px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #B68C6E;
}
.call-back-btn:hover {
  color: #8d5d3b;
}
.social-list {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.social-list li a:hover {
  opacity: 0.7;
}
.social-list li:not(:last-child) {
  margin-right: 35px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.footer-bottom p {
  font-size: 16px;
  color: rgba(27, 24, 24, 0.6);
  margin-right: 22%;
}
.footer-bottom a {
  font-size: 16px;
  color: rgba(27, 24, 24, 0.6);
  text-decoration-line: underline;
}
.footer-bottom a:hover {
  color: #B68C6E;
}
.products {
  padding: 20px 0 70px;
}
.pages-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.pages-navigation li a {
  font-size: 16px;
  color: #676767;
}
.pages-navigation li:last-child a {
  pointer-events: none;
}
.pages-navigation li:not(:last-child) {
  margin: 0 6px 10px 0;
}
.pages-navigation li:not(:last-child) a:hover {
  color: #FF0101;
}
.pages-navigation li:not(:last-child):after {
  content: '/';
  padding-left: 6px;
}
.product-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-top-box {
  width: 220px;
}
.product-top-title {
  display: flex;
  height: 70px;
  align-items: center;
  background-color: #F4F4F4;
}
.product-top-title h3 {
  font-size: 26px;
  letter-spacing: 1.09756px;
  text-transform: uppercase;
  color: #1F1C1C;
  font-family: 'PF Regal Text Pro', sans-serif;
  padding-left: 25px;
}
.select {
  width: 100%;
  height: 59px;
  background-color: #F4F4F4;
  border: none;
  padding: 0 15px;
  outline: none;
  cursor: pointer;
  background-image: url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  background-size: 9px;
  font-size: 16px;
  color: #070707;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Futura PT', sans-serif;
}
.select::-ms-expand {
  display: none;
}
.product-menu-wrap {
  width: calc(100% - 450px);
  background-color: #F4F4F4;
  display: flex;
}
.product-menu-box {
  display: flex;
  position: relative;
}
.product-menu-name {
  padding: 17px;
  cursor: pointer;
  transition: 0.3s;
}
.product-menu-name span {
  font-size: 14px;
  color: #070707;
}
.product-menu-name span:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 6px;
  position: relative;
  background-image: url(../img/arrow-select.svg);
  background-size: cover;
  margin-left: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.product-menu-name:hover {
  background-color: #eeeded;
}
.product-menu-name.active {
  background-color: #ffffff;
}
.product-menu-name.active span:after {
  transform: rotate(180deg);
  transition: 0.3s;
}
.menu-content-box {
  display: none;
  width: 365px;
  background-color: #ffffff;
  padding: 20px 15px 10px 20px;
  box-shadow: 0 8px 8px 4px rgba(7, 7, 7, 0.04);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  height: auto!important;
}
.product-menu-content {
  display: flex;
  flex-wrap: wrap;
}
.product-menu-content .checkbox {
  width: 110px;
}
.checkbox {
  display: block;
  margin-bottom: 10px;
}
.checkbox span {
  font-size: 15px;
  color: #070707;
  padding: 0px 5px 0px 24px;
  cursor: pointer;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox input[type=checkbox] + span {
  background: url(../img/chechbox.svg) no-repeat 0px center;
}
.checkbox input[type=checkbox]:checked + span {
  background: url(../img/chechbox-active.svg) no-repeat 0px center;
}
.checkbox.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.section-wrap {
  width: calc(100% + 38px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.section-block {
  width: calc(25% - 38px);
  margin: 0 38px 38px 0;
  position: relative;

}
.section-wrap-main {
  width: 100%;
  justify-content: space-between;
}
.section-wrap-main .section-block {
  width: calc(33.333333% - 40px);
}
.section-wrap-main .section-block .btn-arrow {
  background: #FFFFFF;
  font-size: 14px;
  color: #1F1C1C;
  opacity: 0;
  margin: 15px auto 0;
}
.section-wrap-main .section-block .btn-arrow span:after {
  background-image: url("../img/white-arrow.svg");
}
.section-wrap-main .section-block:hover .btn-arrow {
  opacity: 1;
}
.section-wrap-main .section-block:last-child {
  margin-right: 0;
}
.section-block .section-photo-block {
  display: block;
  padding-top: 150%;
  width: 100%;
  background-size: cover;
}
.section-block .section-title {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 5px;
  font-size: 40px;
  line-height: 98%;
  letter-spacing: 1.09756px;
  font-family: PF Regal Text Pro;
  color: #FFFFFF;
}
.product-wrap {
  width: calc(100% + 25px);
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.product-block {
  width: calc(25% - 25px);
  margin: 0 25px 110px 0;
  position: relative;
}
.product-block:hover .product-info {
  opacity: 1;
}
.product-block:hover .product-content {
  box-shadow: 0 0 8px 4px rgba(7, 7, 7, 0.07);
  z-index: 3;
}
.product-block:hover .product-content .add-basket-btn,
.product-block:hover .product-content .old-price {
  display: inline-block;
}
.product-block:hover .product-content .btn-arrow {
  display: flex;
}
.product-photo-block {
  height: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.product-label-sale {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 2px;
  background: #ff3333;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  width: 50px;
  height: 22px;
}
.product-label-block {
  position: absolute;
  top: 20px;
  right: -5px; /*old 0*/
}
.product-label{
  display: block;
  padding: 2px;
  margin-bottom: 10px;
  /*background: #ffffff;*/
  text-align: center;
 /* font-size: 14px;*/
  color: #1F1C1C;
  width: 114px;
  height: 22px;
/*new rules*/
  background: #ff0101;
  font-size: 15px;
  color: #ffffff;
  letter-spacing: 0.05em;
  box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 30%);
}
/*.product-label.label-NEW {
  background-color: #00CC00;
}
.product-label.label-SOON {
  background-color: #FFFF33;
}
.product-label.label-BEST {
  background-color: #9933FF;
  color: #ffffff;
}
.product-label.label-HIT {
  background-color: rgba(255, 153, 51, 0.5);
}
.product-label.label-ORDER {
  background-color: #0000FF;
  color: #ffffff;
}*/
.product-title {
  min-width: 90px;
  padding: 4px 10px;
  background: #FFFFFF;
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 13px;
  text-align: center;
  color: #070707;
  z-index: 1;
}
.product-photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.product-info {
  width: 200px;
  max-width: 100%;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.white-btn {
  width: 200px;
  max-width: 100%;
  height: 44px;
  background-color: #ffffff;
  display: flex;
  font-weight: 500;
  font-size: 12.5px;
  font-family: 'PF Regal Text Pro', sans-serif;
  text-transform: uppercase;
  color: #272323;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.white-btn:hover {
  background-color: #e8e8e8;
}
.size-list {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.size-list li {
  width: 60px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFFFFF;
  font-size: 11px;
  color: #070707;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 5px;
}
.size-list li:hover {
  background: rgba(27, 24, 24, 0.6);
  color: #FFFFFF;
}
.size-list li.disabled {
  color: #FFFFFF;
  background: #C0C0C0;
  pointer-events: none;
}
.size-list li.not-avail,
.size-list li.notallowed {
  color: #FFFFFF;
  background: #C0C0C0!important;
  pointer-events: none;
}
.size-list li.active {
  background: #070707;
  color: #FFFFFF;
}
.size-list.goods-size-list {
  justify-content: flex-start;
}
.size-list.goods-size-list li {
  width: 70px;
  height: 35px;
  font-size: 14px;
  border: 1px solid #DADADA;
}

.size-list.goods-size-list li:not(:last-child) {
  margin-right: 30px;
}
.product-content {
  width: 100%;
  background-color: #ffffff;
  padding: 15px 12px 30px;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: center;
}
.product-content .btn-arrow {
  display: none;
  width: 190px;
  height: 42px;
  font-size: 12px;
  margin: 0 auto 12px auto;
}
.product-name {
  font-size: 15px;
  color: #070707;
}
.product-name a{
  font-size: 15px;
  color: #070707;
}
.product-price {
  margin: 5px 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #070707;
}
.old-price {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: line-through;
  color: #C4C4C4;
  padding-left: 8px;
}
.add-basket-btn {
  display: none;
  background-image: url(../img/Bag.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 15px;
  color: #070707;
  cursor: pointer;
}
.add-basket-btn:hover {
  color: #FF0101;
}
.text-wrap { 
    margin-top: 30px;
}
.text-wrap ul {
  list-style-type: circle;
  margin-left: 20px;
}
.text-wrap a {
  font-weight: 500;
    font-size: 16px;
    text-decoration-line: underline;   
    color: #B68C6E;
}
.goods {
  padding: 25px 0 65px;
}
.goods-top {
  padding: 20px 25px;
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-top h3 {
  display: flex;
  align-items: center;
  font-size: 26px;
  letter-spacing: 1.09756px;
  text-transform: uppercase;
  font-family: 'PF Regal Text Pro', sans-serif;
  color: #1F1C1C;
}
.goods-top h3 span {
  text-transform: none;
  padding-left: 10px;
  font-size: 15px;
  color: #676767;
}
.back-btn {
  background-image: url(../img/arow-back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  font-size: 15px;
  color: #070707;
}
.back-btn:hover {
  color: #FF0101;
}
.goods-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
.goods-slider {
  width: 52%;
  height: 700px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods-slider .gallery-main {
  width: calc(100% - 120px);
  height: 100%;
}
.goods-slider .gallery-thumbs {
  width: 100px;
  height: 100%;
}
.goods-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
.goods-slider .gallery-thumbs .swiper-slide-thumb-active {
  border: 1px solid #000000;
}
.goods-content {
  width: calc(48% - 40px);
}
.swiper-container {
  margin: 0;
}
.goods-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-content-top p {
  font-size: 15px;
  color: #C4C4C4;
}
.add-favorite-btn {
  background-image: url(../img/favorite.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
  font-size: 17px;
  color: #070707;
  padding-left: 37px;
  cursor: pointer;
}
.add-favorite-btn:hover {
  color: #FF0101;
}
.add-favorite-btn.active {
  background-image: url(../img/favorite_added.svg);
}
.goods-title {
  font-size: 26px;
  letter-spacing: 1.09756px;
  text-transform: uppercase;
  font-family: 'PF Regal Text Pro', sans-serif;
  color: #070707;
  margin: 35px 0 17px;
}
.goods-price {
  font-size: 27px;
  color: #070707;
}
.goods-price-old {
  padding-left: 20px;
  font-size: 18px;
  color: #C4C4C4;
  text-decoration: line-through;
}
.select-size {
 /* margin: 23px 0 14px;*/
  font-size: 16px;
  color: #070707;
}
.how-many.js-how-many {
    height: 30px;
}
.select-size span {
  padding-left: 0px;
  color: #AB9079;
}
.table-size {
  display: inline-block;
  background-image: url(../img/info-icon-1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 15px;
  color: #070707;
  margin: 17px 0 25px;
  cursor: pointer;
  transition: 0.3s;
}
.table-size:hover {
  color: #FF0101;
}
.goods-btns {
  display: flex;
}
.goods-btns a:not(:last-child) {
  margin-right: 15px;
}
.btn-icon {
  max-width: 100%;
  height: 50px;
  padding: 0 28px;
  background-color: #ffffff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: 'PF Regal Text Pro', sans-serif;
  color: #070707;
  border: 1px solid;
  text-align: center;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn-icon img {
  margin-right: 8px;
}
.btn-icon:hover {
  background-color: #ededed;
}
.goods-sub-btns {
  margin: 23px 0 17px;
  display: flex;
  flex-wrap: wrap;
}
.goods-sub-btns li {
  margin-bottom: 10px;
}
.goods-sub-btns li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #070707;
  cursor: pointer;
}
.goods-sub-btns li a img {
  margin-right: 12px;
}
.goods-sub-btns li a:hover {
  color: #FF0101;
}
.goods-sub-btns li:not(:last-child) {
  margin-right: 30px;
}
.goods-text {
  font-size: 16px;
  color: #070707;
  margin-bottom: 20px;
}
.faq-block {
  border-bottom: 1px solid #E9E9F4;
}
.faq-block:first-child {
  border-top: 1px solid #E9E9F4;
}
.faq-block.active .faq-title:before {
  transform: rotate(180deg);
}
.faq-title {
  min-height: 55px;
  display: flex;
  align-items: center;
  font-size: 15.5px;
  letter-spacing: 1.09756px;
  font-family: 'PF Regal Text Pro', sans-serif;
  text-transform: uppercase;
  color: #070707;
  padding: 10px 100px 10px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.faq-title:before {
  content: '';
  width: 14px;
  height: 8px;
  background-image: url(../img/arrow-bottom.svg);
  background-size: cover;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transition: 0.4s;
}
.faq-content {
  padding: 10px 0 15px;
  display: none;
}
.faq-text {
  font-size: 17px;
  color: #070707;
}
.faq-list-info {
  display: flex;
  flex-wrap: wrap;
}
.faq-list-info li {
  width: 250px;
  display: flex;
  justify-content: space-between;
  padding-right: 15px;
  margin-bottom: 12px;
}
.faq-advantage-icon {
  width: 20px;
}
.faq-advantage-name {
  width: calc(100% - 30px);
  font-size: 14px;
  color: #070707;
}
.product-slider-wrap {
  position: relative;
  padding-bottom: 35px;
}
.product-slider-wrap .product-block {
  width: 100%;
  display: block;
  margin: 0 0 100px;
}
.product-slider-wrap .product-block .product-content {
  box-shadow: none;
}
.slider-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 175px;
  z-index: 5;
  background-color: #FFFFFF;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #E6E6E6;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
}
.slider-arrow:hover {
  background-color: #f3f3f3;
}
.slder-prev {
  left: -24px;
  background-image: url(../img/slider-prev.svg);
}
.slder-next {
  right: -24px;
  background-image: url(../img/slider-next.svg);
}
.gray-bg {
  background-color: #F7F5F3;
}
.modal-product {
  width: 1170px;
  max-height: calc(100vh - 30px);
  overflow: auto;
}
.contacts-wrap {
  display: flex;
  margin-top: 30px;
}
.contacts-block {
  width: 30%;
}

.contacts-wrap h4 {
  font-size: 26px;
  margin-bottom: 10px;
}

.map {
  margin-bottom: 50px;
}

.actions-wrap {
margin-top: 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.actions-block {
  width: calc(50% - 30px);
  min-height: 350px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.actions-photo {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.actions-block:hover .actions-photo {
  transform: scale(1.05);
}
.actions-content {
  position: relative;
}

.actions-name {
  font-size: 34px;
  text-align: center;
  font-weight: 300;
  color: #FFFFFF;
  font-family: 'PF Regal Text Pro', sans-serif;
  margin-bottom: 25px;
}

.delete-izbr-btn {
  display: none;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  font-size: 15px;
  color: #070707;
  cursor: pointer;
}

.product-block:hover .product-content .delete-izbr-btn {
  display: block;
  margin-top: 10px;
}

.delete-izbr-btn:hover {
  color: #FF0101;
}

.product-menu-wrap{
  position: relative;
}
.product-menu-wrap .row{
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}

.personal{
  display:  flex;
}
.personal .col{
  width: 100%;
  margin: 10px;
}
.personal .col .sale-personal-section-index-block {
    color: #1F1C1C;
    background-color: #ffffff;
  border: 1px solid #DFD7D0;;
  background-position: left 51px center;
  background-repeat: no-repeat;
  background-size: 57px;
}
.personal .col .sale-personal-section-index-block-name {
    color: #1F1C1C;
  padding: 90px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal .col .sale-personal-section-index-block-name img {
  margin-right: 30px;
}
.personal .col .sale-personal-section-index-block-link, .personal .col .sale-personal-section-index-block-link:hover, .personal .col .sale-personal-section-index-block-link:active, .personal .col .sale-personal-section-index-block-link:focus, .personal .col .sale-personal-section-index-block-link:visited {
    color: #070707;
}
.personal .col .sale-personal-section-index-block-link {
    color: #070707;
}
body div.bx-yellow .btn.btn-default {
    outline: 0;
    border-color: #dfd7d0;
    background-color: #dfd7d0;
    color: #070707;
}
.bx-yellow .basket-item-scu-item:hover, .bx-yellow .basket-item-scu-item.selected, .bx-yellow .basket-item-scu-item.not-available:hover {
    border-color: #dfd7d0 !important;
    background: #dfd7d0 !important;
}
div.bx-yellow .btn.btn-default:hover {
    border-color: #d9d3ce !important;
    background-color: #d9d3ce !important;
}
.bx-blue .btn.btn-default {
    outline: 0;
    background-color: #dfd7d0 !important;
    border-color: #dfd7d0 !important;
    color: #070707 !important;
}
.bx-soa a{
  color: #070707;
  text-decoration: none !Important;
}
.bx-soa-section.bx-step-completed {
    border: 1px solid #dfd7d0 !important;
}
.bx-soa-section.bx-selected {
    border: 1px solid #dfd7d0 !important;
}
.catalog-section-list-tile-list li{
  width: 120px;
  margin: 10px;
}
.catalog-section-list-tile-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 400px;
}
.catalog-section-list-tile-list li a {
    font-size: 14px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #070707;
    font-family: 'PF Regal Text Pro', sans-serif;
}


.fancybox__thumbs,
.fancybox__nav{
  display: none;
}
.goods-slider {
    max-width: 800px;
}

@media screen and (max-width: 768px){
  .smart-filter-angle{
    display: none !important;
  }
  .size-list li{
    width: auto !important;
    margin: 0 auto !important;
  }
  .product-info .white-btn{
    width: 100% !important;
  }
  .product-block {
      margin: 0 0 90px !important;
  }
  .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
      max-width: 100% !important;
  }
  .modal{
    padding: 5px !important;
  }
}

.popup-window,
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
  font-family: 'Futura PT', sans-serif !important;
}
.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm {
  width: 237px;
}
.popup-window-buttons .btn.btn-primary.btn-buy.btn-sm:first-child {
  background: #272323;
  color: #FFFFFF;
  border-color: #272323;
}
.smt-empty {
  height: 400px;
  width: 100%;
  text-align: center;
  font-family: PF Regal Text Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 98%;
  letter-spacing: 1.09756px;
  padding-top: 50px;
  color: #1F1C1C;
  background: url("../img/empty.svg") center bottom no-repeat;
  margin-bottom: -76px;
}
.orders-tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E3E3E3;

}
.orders-tab a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 35px;
  font-family: Futura PT;
  font-size: 20px;
  line-height: 98%;
  letter-spacing: 1.09756px;
  text-transform: uppercase;
  color: #1F1C1C;
  border-bottom: 4px solid transparent;
}
.orders-tab a img {
  margin-right: 14px;
}
.orders-tab a.selected {
  color: #CCBAAB;
  border-color: #CCBAAB;
}
.form-control:focus {
  border-color: #272323 !important;
  box-shadow: none !important;
}
.btn-arrow.disable {
  background-color: #686868;
  cursor: not-allowed;
}

/*NEW*/
.catalog-wrap.salesProducts {
    margin-top: -55px;
}
.gride-size-list .row {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    padding: 4px 0;
}
.gride-size-list .row > div {
    width: 25%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.gride-size-list .row:nth-child(2n+1) {
    background: #f4f4f4;
}
.gride-size-list {
    margin: 0 auto;
    padding: 0;
    border: 1px solid #f4f4f4;
}
.--video:after {
    display: block;
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 60px;
    background-image: url(../img/youtube.svg);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    opacity: .6;
    cursor: pointer;
}