@charset "UTF-8";
.desc-block{margin-top: 40px;}


a,
button,
input[type=submit],
input[type=button] {
  transition: all 0.5s ease;
}
a:focus,
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline: none;
}

:root {
  --font1: "Montserrat";
}

.container {
  max-width: 1920px;
}
.container.max {
  max-width: 1920px;
}

.pseudo-container {
  max-width: 1600px;
}

@media (max-width: 1600px) {
  .pseudo-container {
    max-width: 1320px;
  }
}

@media (max-width: 1320px) {
  .pseudo-container {
    max-width: 100%;
  }
}

body {
  background: #EFEFEF;
  -webkit-font-smoothing: antialiased;
  font-family: "Montserrat", sans-serif;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

.all {
  display: flex;
  flex-direction: column;
}

.footer {
  margin-top: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
          appearance: none;
  transition: 0.5s all;
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
  outline: none;
}

.flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.flex > [class*=col-] {
  display: inline-flex;
  flex-direction: column;
}
.flex.center {
  align-items: center;
}
.flex.j-center {
  justify-content: center;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^=col-],
.row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn {
  display: inline-block;
  border: 0;
  outline: none;
  border: 0;
  padding: 0;
}

.btn-default, .btn-primary {
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fdb525;
  background: #fdb525;
  padding: 13px 22px;
  height: 50px;
  color: #1c1b1b;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .btn-default, .btn-primary{
    font-size: 15px;
  }
}
.btn-default:hover, .btn-primary:hover{
  background: #1c1b1b;
  color: #fff;
  outline: none;
  border-color: #1c1b1b;
}
.btn-default:active, .btn-default:focus, .btn-primary:active, .btn-primary:focus{
  border: 0;
  outline: none;
}
.btn-default.round, .btn-primary.round {
  background: #DADEDE;
  border-color: #DADEDE;
}
.btn-default.round:hover, .btn-primary.round:hover {
  color: #1c1b1b;
  background: #fdb525;
}
.btn-default.trans {
  background: none;
  border-radius: 10px;
  border: 2px solid #858585;
  color: #1C1B1B;
}
.btn-default.trans:hover {
  color: #1c1b1b;
  background: #fdb525;
}

.btn-yellow {
  outline: none;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  box-sizing: border-box;
  border: 1px solid #fdb525;
  background: #fdb525;
  padding: 13px 22px;
  color: #1c1b1b;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .btn-yellow {
    font-size: 15px;
  }
}
.btn-yellow:hover {
  color: #fff;
  border: 1px solid #fdb525;
  background: #fdb525;
  outline: none;
}
.btn-yellow:active, .btn-yellow:focus {
  border: 0;
  outline: none;
}
.btn-yellow.underline {
  text-decoration: underline;
}

.btn-block {
  width: 100%;
}

.button-center {
  margin-top: 40px;
  text-align: center;
}

.text-center {
  text-align: center;
}

.table-scroll {
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
}

section {
  margin-bottom: 50px;
}
section.mb0 {
  margin-bottom: 0;
}

.section-title {
  color: #1c1b1b;
  font-family: var(--font1);
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.breadcrumb {
  padding: 12px 0;
  background: #fff;
}
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
}
.breadcrumb ul li {
  color: black;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  display: flex;
  flex-flow: row;
}
@media (max-width: 576px) {
  .breadcrumb ul li {
    color: #858585;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    /* 140% */
    letter-spacing: 0.7px;
  }
}
.breadcrumb ul li:after {
  content: "|";
  display: block;
  color: #858585;
  margin: 0 10px;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  color: #858585;
}

.box {
  animation: pulse_top 1s infinite ease-out;
}

@keyframes pulse_top {
  0% {
    box-shadow: 0 0 0 0 rgba(127, 56, 206, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(127, 56, 206, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(127, 56, 206, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-xss {
    display: none !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}
.header {
  background: #000;
  padding: 8px 0 0 0;
}

.header-level-1,
.footer-level-1 {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0 50px;
}
@media (max-width: 1200px) {
  .header-level-1,
.footer-level-1 {
    gap: 0 20px;
  }
}
.header-level-1 .right,
.header-level-1 .left,
.footer-level-1 .right,
.footer-level-1 .left {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.header-level-1 .logo,
.footer-level-1 .logo {
  margin-right: 16px;
  max-width: 138px;
}
.header-level-1 .user,
.footer-level-1 .user {
  background: url(../i/user.svg) 50% 50% no-repeat;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}
.header-level-1 .cart,
.footer-level-1 .cart {
  flex-shrink: 0;
  background: url(../i/cart.svg) left center no-repeat;
  display: block;
  height: 20px;
  padding-left: 27px;
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}

.search-icon {
  background: url(../i/search-icon.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  margin-left: auto;
  display: none;
}
@media (max-width: 991px) {
  .search-icon {
    display: block;
  }
}

.search-xs-show {
  position: fixed;
  top: -100%;
  pointer-events: none;
  transition: 0.5s all;
  height: 40px;
  overflow: hidden;
  height: 90px;
  background: #000;
  width: 100%;
  z-index: 333;
  left: 0;
  display: flex;
  padding: 0 30px;
}
.search-xs-show.active {
  top: 0;
  transform: translateY(0);
  pointer-events: initial;
}

.close-search {
  background: url(../i/close-white.svg) 50% 50% no-repeat;
  position: absolute;
  right: 29px;
  top: 5px;
  width: 24px;
  height: 24px;
  z-index: 4;
  display: block;
}

.search-xs {
  position: relative;
  height: 40px;
  width: 100%;
  margin-top: 34px;
}
.search-xs .form-control-search {
  height: 40px;
  width: 100%;
  display: block;
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  box-sizing: border-box;
  min-width: 310px;
  border: 0;
  padding: 5px 90px 5px 10px;
}
.search-xs .search-go {
  color: #000;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  border-radius: 5px;
  border: 2px solid #FDB525;
  height: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  padding: 4px 16px;
  background: #fff;
}

.header-xs {
  display: none;
  padding: 8px 0;
}
@media (max-width: 991px) {
  .header-xs {
    display: flex;
    flex-flow: row;
  }
}
.header-xs .phone {
  margin-left: auto;
}
.header-xs .phone a {
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
}

.search {
  position: relative;
  flex: 1;
}
.search .form-control-search {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid white;
  background: #000;
  padding: 10px;
  height: 40px;
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.search .form-control-search::placeholder {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.search .search-go {
  background: url(../i/search.svg) left center no-repeat;
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
  padding-left: 30px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.search .search-go:hover {
  color: #FDB525;
  background: url(../i/search-hover.svg) left center no-repeat;
}

.logo-contact .phone a {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}
.logo-contact .callback a {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}

/* slider main */
.slider-main {
  margin-bottom: 30px;
}
.slider-main .item {
  padding-top: 44.44%;
  position: relative;
}
@media (max-width: 1200px) {
  .slider-main .item {
    height: auto;
    padding-top: 700px;
  }
}
.slider-main .item .img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slider-main .item .img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.slider-main .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}
.slider-main .item .content .title {
  color: white;
  font-family: var(--font1);
  font-size: 62px;
  font-weight: 600;
  line-height: 93px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .slider-main .item .content .title {
    font-size: 52px;
    line-height: normal;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .slider-main .item .content .title {
    font-size: 42px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .slider-main .item .content .title {
    font-size: 28px;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .slider-main .item .content .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
.slider-main .item .content .text {
  color: white;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .slider-main .item .content .text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.7px;
    margin-bottom: 60px;
  }
}
.slider-main .item .content .button {
  text-align: center;
}
.slider-main .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .slider-main .slick-dots {
    bottom: 45px;
  }
}

/* cat */
.list-category {
  justify-content: center;
}
.list-category.left {
  justify-content: flex-start;
}

.category-item {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .category-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1500px) {
  .category-item {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.category-item .item {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.category-item .item img {
  width: 100%;
}
.category-item .item .content {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
}
.category-item .item .content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.category-item .item .content .title {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: white;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  padding: 7px 0;
  transition: 0.5s all;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
.category-item .item:hover .title {
  background: #000;
}

.ov {
  overflow: hidden;
}

.menu_mob {
  margin: 0;
  position: relative;
  z-index: 99;
  height: 24px;
  width: auto;
  display: none;
  cursor: pointer;
  background: url(../i/menu.svg) left center no-repeat;
}

.menu_mob {
  color: #FFF;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 106.667% */
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.menu_mob i {
  font-style: normal;
  padding-left: 31px;
}
.menu_mob span {
  background: red;
  display: none;
  height: 2px;
  width: 22px;
  border-radius: 10px;
  position: absolute;
  top: 0;
  transition: 0.5s;
}
.menu_mob.active_drop_men span {
  background: #fff;
}

.menu_mob span:nth-child(2) {
  top: 7px;
}

.menu_mob span:nth-child(3) {
  top: 14px;
}

.active_drop_men span:nth-child(1) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.active_drop_men span:nth-child(2) {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  top: 8px;
}

.active_drop_men span:nth-child(3) {
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  top: 8px;
}

.header-menu .header-menu-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 0 15px;
  justify-content: space-between;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 991px) {
  .header-menu .header-menu-ul {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0px;
  }
}
.header-menu .header-menu-ul li a.link {
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 106.667% */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 12px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header-menu .header-menu-ul li a.link {
    padding-left: 0;
    padding-right: 0;
  }
}
.header-menu .header-menu-ul li a.link:hover {
  background: #FDB525;
  color: #141414;
}
@media (max-width: 991px) {
  .header-menu .header-menu-ul li a.link:hover {
    color: #fff;
  }
}
@media (min-width: 991px) {
  .header-menu .header-menu-ul li a.link.catalog-item {
    display: inline-flex;
    align-items: center;
    background: #FDB525;
    color: #141414;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 106.667% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding-right: 20px;
  }
  .header-menu .header-menu-ul li a.link.catalog-item img {
    margin-right: 4px;
  }
}

@media (max-width: 991px) {
  .header-menu {
    width: 100%;
    height: calc(100vh + 200px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 222;
    background: #141414;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 30px;
  }
  .header-menu ul.header-menu-ul li span {
    display: none;
  }
  .header-menu ul.header-menu-ul li a.link {
    color: #FDB525;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    width: 160px;
    text-align: left;
  }
  .header-menu ul.header-menu-ul li a.link:hover, .header-menu ul.header-menu-ul li a.link.hover {
    background: #fff;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .header-menu ul.header-menu-ul li a.link:hover, .header-menu ul.header-menu-ul li a.link.hover {
    background: none;
  }
}
@media (max-width: 991px) {
  .header-menu .sub-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-menu.active {
    transform: translateX(0);
    pointer-events: initial;
  }
}
@media (max-width: 991px) {
  .menu_mob {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .header-menu {
    padding: 10px 15px 40px 15px;
    height: 100vh;
  }
  .header-menu .container {
    padding: 0;
  }
}
.close-menu-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .close-menu-wrap {
    height: 24px;
    width: 24px;
    position: absolute;
    right: -5px;
    top: -40px;
  }
}

.close-menu {
  color: #FFF;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  background: url(../i/close.svg) right center no-repeat;
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  height: 24px;
  padding-right: 29px;
}
@media (max-width: 991px) {
  .close-menu {
    padding: 0;
    width: 24px;
    font-size: 0;
  }
}

.catalog-menu {
  background: #141414;
  padding: 50px 0;
  height: auto;
  max-height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 333;
  pointer-events: none;
  transition: 0.3s;
  min-height: 0.01%;
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .catalog-menu {
    width: calc(100% - 160px);
    right: 0;
    padding: 0;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.catalog-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

@media (max-width: 991px) {
  .header-menu-ul-li {
    position: relative;
    width: 100%;
  }
  .header-menu-ul-li:first-child {
    margin-top: 40px;
  }
}

.level-1 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .level-1 {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.level-1-li {
  width: 33.333333%;
}
@media (max-width: 991px) {
  .level-1-li {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.level-1-li:last-child {
  margin-bottom: 0;
}
.level-1-li:after {
  content: "";
  background: #fff;
  height: calc(100% + 100px);
  width: 1px;
  position: absolute;
  top: -50px;
  left: 31.333333%;
}
@media (max-width: 991px) {
  .level-1-li:after {
    display: none;
  }
}
.level-1-li a.name {
  color: #FDB525;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 106.667% */
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding-right: 20px;
  display: inline-block;
  padding: 7.5px 0;
}
@media (max-width: 991px) {
  .level-1-li a.name {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
    display: block;
    width: inherit;
    flex: 1;
  }
  .level-1-li a.name:hover {
    text-decoration: none !important;
  }
}
.level-1-li .caret {
  display: none;
}
@media (max-width: 991px) {
  .level-1-li .caret {
    background: url(../i/caret.svg) 50% 50% no-repeat;
    display: block;
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
    transition: 0.5s all;
    margin-left: auto;
  }
  .level-1-li .caret.active {
    transform: rotate(0deg);
  }
}

.level-2 {
  z-index: 3;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: calc(100% - 33%);
  left: 33.333333%;
  opacity: 0;
  visibility: hidden;
  top: 0;
  height: 100%;
  padding-left: 10px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .level-2 {
    position: static;
    padding-left: 0;
    display: block;
    width: 100%;
    display: none;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch !important;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 1;
    visibility: visible;
  }
}

.level-1-li:hover .name,
.level-1-li.hover .name {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .level-1-li:hover .name,
.level-1-li.hover .name {
    text-decoration: none !important;
  }
}
.level-1-li:hover .level-2,
.level-1-li.hover .level-2 {
  opacity: 1;
  visibility: visible;
}

.level-2-li {
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
.level-2-li b {
  display: none !important;
}
@media (max-width: 991px) {
  .level-2-li {
    margin-bottom: 10px;
    padding-left: 10px;
    float: none;
    width: 100%;
  }
}
.level-2-li:last-child {
  margin-bottom: 0;
}
.level-2-li a {
  display: block;
  color: #FFF;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.level-2-li a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .level-2-li a {
    color: #858585;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.75px;
  }
  .level-2-li a:hover {
    text-decoration: none !important;
  }
}

.level-3 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  width: calc(100% - 66%);
  left: 66%;
  top: 0;
  height: 100%;
}

.gallery-list {
  margin-top: 40px;
  margin-bottom: -30px;
}
@media (max-width: 576px) {
  .gallery-list {
    margin-bottom: -20px;
  }
}

.gallery-item {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .gallery-item {
    margin-bottom: 20px;
  }
}
.gallery-item .img {
  position: relative;
}
.gallery-item .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-item .img::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

h1 {
  color: black;
  font-family: var(--font1);
  font-size: 32px;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: 0.7px;
  text-align: left;
  margin: 0 0 30px 0;
}
h1.center {
  text-align: center;
}
h1.mb-30 {
  margin-bottom: 30px;
}
h1.mb-20 {
  margin-bottom: 20px;
}
h1.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  h1.mb-50 {
    margin-bottom: 30px;
  }
}
h1.mb-10 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  h1 {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
  }
}

.pt-50 {
  padding-top: 50px;
}

#content {
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: left;
}
#content h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  #content h2 {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (max-width: 576px) {
  #content {
    font-size: 14px;
    line-height: 20px;
  }
}
#content p {
  margin-bottom: 15px;
}
#content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 15px;
}
#content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
#content ul li:last-child {
  margin-bottom: 0;
}
#content ul li:after {
  content: "";
  background: #000;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
}

iframe {
  display: block;
  margin: 30px 0;
  aspect-ratio: 16/9;
  width: 100%;
  /* change this to a fixed width, or create a container with a width. */
  height: 100%;
}
@media (max-width: 768px) {
  iframe {
    margin: 20px 0;
  }
}

.contact-list {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .contact-list {
    margin-bottom: 10px;
  }
}
.contact-list .col-12 {
  margin-bottom: 20px;
}
.contact-list .title {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.contact-list .item {
  display: flex;
  flex-flow: row;
}
.contact-list .item .bold {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 200% */
  letter-spacing: 0.7px;
}
.contact-list .item .text {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.7px;
}
.contact-list .item .text a {
  color: #000;
}

.map-overflow {
  display: flex;
  justify-content: space-between;
}

.map {
  height: 420px;
  margin-bottom: 50px;
  position: relative;
  width: 49%;
}
.map iframe {
  margin-top: 0;
}

@media (max-width: 576px) {
  .map-overflow {
    overflow: hidden;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
  .map-overflow .map {
    position: relative;
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
  }
  .map-overflow .map iframe {
    max-width: none;
    width: 100%;
  }
}

.form-relative {
  position: relative;
}

.contact-form .title {
  position: relative;
  background: #1C1B1B;
  color: #FFF;
  font-family: var(--font1);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 62px 0;
}
@media (max-width: 1200px) {
  .contact-form .title {
    font-size: 25px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .contact-form .title {
    font-size: 22px;
    line-height: 120%;
  }
}
@media (max-width: 768px) {
  .contact-form .title {
    color: #FFF;
    font-family: var(--font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
    padding: 30px 5px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.contact-form .title:after {
  content: "";
  display: block;
  width: 100vw;
  background: #1C1B1B;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100vw;
}
@media (max-width: 768px) {
  .contact-form .title:after {
    z-index: -1;
    left: -15px;
  }
}

.checkbox input[type=checkbox] {
  display: none;
}
.checkbox label {
  color: #858585;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.checkbox label a {
  color: #858585;
  text-decoration: underline;
}
.checkbox input[type=checkbox] + label:before {
  content: "";
  display: block;
  border: 1px solid #858585;
  margin: 0px 10px 0 0;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  border-radius: 3px;
  transition: 0.5s all;
}
.checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #858585;
  background: #FDB525 url(../i/radio.svg) 50% 50% no-repeat;
}
.checkbox.center label {
  align-items: center;
}

.checkbox-color input[type=checkbox] + label:before {
  border-radius: 100%;
}
.checkbox-color input[type=checkbox] + label:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  object-fit: cover;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  border: 2px solid #000;
  transition: 0.5s all;
}
.checkbox-color input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.radio input[type=radio] {
  display: none;
}
.radio label {
  color: #858585;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  flex-flow: row;
  align-items: flex-start;
}
.radio label a {
  color: #858585;
  text-decoration: underline;
}
.radio input[type=radio] + label:before {
  content: "";
  display: block;
  border: 1px solid #858585;
  margin: 0px 10px 0 0;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  border-radius: 3px;
  transition: 0.5s all;
}
.radio input[type=radio]:checked + label:before {
  border: 1px solid #858585;
  background: #FDB525 url(../i/radio.svg) 50% 50% no-repeat;
}
.radio.center label {
  align-items: center;
}
.radio.border {
  border-radius: 5px;
  border: 1px solid #858585;
  height: 40px;
  padding: 5px 15px;
  display: flex;
  align-items: center;
}
.radio.border label {
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}

label {
  color: #858585;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  display: block;
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-group:last-child.no-last {
  margin-bottom: 20px !important;
}
.form-group.mb0 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .form-group.checkbox-form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form-group.checkbox-form label {
    color: #858585;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}

.form-checkout-button {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .form-checkout-button {
    margin-top: 30px;
  }
}
.form-checkout-button .button {
  margin-bottom: 10px;
}
.form-checkout-button .button:nth-last-child(2) {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  display: block;
  border-radius: 5px;
  border: 1px solid #858585;
  height: 40px;
  padding: 5px 15px;
}
.form-control.textarea {
  height: 127px;
}
.form-control.trans {
  border: 1px solid #D9D9D9;
  background: none;
  margin-top: 10px;
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
}
@media (max-width: 576px) {
  .form-control.trans {
    color: #858585;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.form-control.trans::placeholder {
  color: #858585;
}
.form-control.red {
  color: #D7393E;
}

.panel {
  margin-bottom: 20px;
}
.panel:last-child {
  margin-bottom: 0;
}

.panel-heading a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.7px;
  border-radius: 5px;
  background: #D9D9D9;
  display: block;
  padding: 15px 45px 15px 15px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 576px) {
  .panel-heading a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: 0.7px;
  }
}

.panel-heading a::after {
  content: "";
  background: url(../i/plus.svg) 50% 50% no-repeat;
  position: absolute;
  right: 15px;
  transition: 0.3s;
  width: 24px;
  height: 24px;
}

.panel-heading.in a::after {
  transform: rotate(45deg);
}

.panel-collapse {
  display: none;
}

.panel-body {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 125% */
  letter-spacing: 0.7px;
  padding: 30px 30px 0px 30px;
}
@media (max-width: 576px) {
  .panel-body {
    padding: 10px 30px 0px 10px;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 166.667% */
    letter-spacing: 0.7px;
  }
  .panel-body ul li {
    margin-bottom: 5px !important;
  }
  .panel-body ul li:last-child {
    margin-bottom: 0 !important;
  }
}

.search-page {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .search-page {
    margin-bottom: 30px;
  }
}

.form-control-page {
  width: 100%;
  display: block;
  height: 67px;
  background: #fff;
  padding: 10px 25px;
  box-sizing: border-box !important;
  border: 1px #fff solid;
  transition: 0.5s all;
}
@media (max-width: 768px) {
  .form-control-page {
    height: 40px;
    color: #000;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 5px 10px;
  }
}
.form-control-page:focus {
  border: 1px solid #fdb525;
}

.search-go-page {
  border-radius: 5px;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px 45px;
  right: 20px;
  height: 40px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .search-go-page {
    height: 32px;
    padding: 4px 16px;
    right: 4px;
  }
}

.pagi {
  margin-top: 50px;
}
.pagi ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 10px 10px;
  align-items: flex-end;
  justify-content: center;
}
.pagi ul li {
  min-width: 32px;
  height: 32px;
}
.pagi ul li a {
  border-radius: 5px;
  border: 1px solid #858585;
  min-width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
}
.pagi ul li.active span {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
  border-radius: 5px;
  border: 1px solid #FDB525;
  min-width: 32px;
  border-radius: 5px;
  background: #FDB525;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagi ul li.next a {
  font-size: 0;
  background: url(../i/next.svg) 50% 50% no-repeat;
}

.pdf-link {
  margin-top: 20px;
}
.pdf-link a {
  background: url(../i/pdf.svg) left center no-repeat;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding-left: 42px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  /* 150% */
}

.pay-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 2px;
}
@media (max-width: 768px) {
  .pay-list ul {
    gap: 5px 0;
    flex-direction: column;
  }
}
.pay-list ul li {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  width: calc(50% - 2px);
  justify-content: space-between;
  display: flex;
}
@media (max-width: 768px) {
  .pay-list ul li {
    width: 100%;
  }
}
.pay-list ul li .title {
  color: #2C2A29;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .pay-list ul li .title {
    font-size: 14px;
    line-height: normal;
  }
}
.pay-list ul li .text {
  color: #5F666A;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .pay-list ul li .text {
    font-size: 14px;
    line-height: normal;
  }
}

.filter {
  max-width: 220px;
  margin-left: auto;
}
@media (max-width: 576px) {
  .filter {
    max-width: 100%;
  }
}
.filter .nice-select {
  margin-bottom: 25px;
}

.stock-list {
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .stock-list {
    margin-bottom: -20px;
  }
}

.stock-item {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .stock-item {
    margin-bottom: 20px;
  }
}
.stock-item .img {
  margin-bottom: 20px;
}
.stock-item .img img {
  width: 100%;
}
.stock-item .title {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .stock-item .title {
    color: #141414;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.stock-item .text {
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.7px;
}
@media (max-width: 576px) {
  .stock-item .text {
    color: #858585;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    /* 120% */
    letter-spacing: 0.7px;
  }
}

.stock-page {
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  /* 100% */
  letter-spacing: 0.7px;
}
@media (max-width: 576px) {
  .stock-page .img {
    margin-bottom: 20px;
  }
}
.stock-page h1 {
  color: #000;
  font-family: var(--font1);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .stock-page h1 {
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
}
.stock-page b {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 768px) {
  .stock-page b {
    margin-bottom: 20px;
  }
}

@media (max-width: 1500px) {
  .section-last .product-item:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-last .product-item:last-child {
    display: block;
  }
}

.tabs__list {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 40px;
  gap: 0 30px;
}
@media (max-width: 768px) {
  .tabs__list {
    gap: 10px;
  }
}
.tabs__button {
  border: none;
  height: 50px;
  flex: 1 1 0%;
  background: #d9d9d9;
  border-radius: 5px;
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  border-radius: 5px;
  white-space: nowrap;
  padding: 0 10px;
}
@media (max-width: 768px) {
  .tabs__button {
    padding: 0 30px;
  }
}
.tabs__button[aria-selected=true] {
  background: #fdb525;
}
.tabs__container {
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
}
.tabs__container h4 {
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 140%;
}
.tabs__container img {
  width: 100%;
}
.tabs__container table {
  border-collapse: collapse;
  margin: 0;
  width: 100%;
  background: #F5F6E8;
}
.tabs__container table th,
.tabs__container table td {
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.tabs__container table th {
  font-weight: bold;
  color: #555;
}
.tabs__container table th:hover {
  background: #ED1B24;
}
.tabs__container table td {
  border: 1px #E9E6D7 solid;
}
.tabs__container table td:nth-child(1) {
  background: #E9E6D7;
}
.tabs__container table tr:hover td {
  background: #ED1B24;
  color: #fff;
}

.size-list {
  margin-bottom: -30px;
}

.size-item-list {
  margin-bottom: 30px;
}
.size-item-list .img {
  margin-bottom: 20px;
}
.size-item-list .img img {
  width: 100%;
}
.size-item-list .title,
.size-item-list .disc {
  color: black;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
}
.size-item-list .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.size-item-list .disc {
  margin-bottom: 20px;
}
.size-item-list .qa {
  text-align: center;
}
.size-item-list .qa a {
  color: #d7393e;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.7px;
  text-align: center;
}

.product-list {
  margin-bottom: -30px;
}
.product-list.product-center {
  justify-content: center;
}
@media (max-width: 576px) {
  .product-list {
    margin-bottom: -20px;
  }
}

.product-item {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .product-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 576px) {
  .product-item {
    margin-bottom: 20px;
  }
}
.product-item .item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.product-item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-item .img {
  border: 4px #fff solid;
  margin-bottom: 20px;
  position: relative;
  position: relative;
  padding-bottom: 120%;
  height: 0;
  width: 100%;
}
.product-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-item .img img {
  object-position: top center;
}
@media (max-width: 576px) {
  .product-item .img {
    height: 220px;
  }
}
.product-item .img img {
  width: 100%;
}
.product-item .title {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 900;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .product-item .title {
    font-size: 12px;
  }
}
.product-item .disc {
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .product-item .disc {
    display: none;
  }
}
.product-item .price {
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .product-item .price {
    font-size: 14px;
  }
}
.product-item .button {
  margin-top: auto;
}
.product-item .btn-order {
  color: #1c1b1b;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  border: 2px solid #858585;
  border-radius: 10px;
  height: 50px;
  padding: 14px;
  width: 100%;
}
.product-item .btn-order:hover {
  background: #fdb525;
  border-color: #fdb525;
}
@media (max-width: 576px) {
  .product-item .btn-order {
    height: 40px;
    font-size: 15px;
    padding: 8px 14px;
  }
}

.section-catalog {
  background: url(../i/catalog.jpeg) 50% 50%/cover no-repeat;
  position: relative;
  height: 40vw;
  max-height: 640px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-catalog {
    height: 510px;
  }
}
.section-catalog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}
.section-catalog .title {
  color: #fdb525;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .section-catalog .title {
    color: #FDB525;
    text-align: center;
    font-family: var(--font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1px;
    text-transform: uppercase;
  }
}

.section-top {
  position: relative;
  height: 40vw;
  max-height: 640px;
  width: 100%;
  background: url(../i/brand.jpeg) 50% 50%/cover no-repeat;
}
@media (max-width: 1200px) {
  .section-top {
    height: auto;
    padding-top: 700px;
  }
}
.section-top .title {
  margin: 0;
  color: white;
  font-size: 62px;
  font-weight: 600;
  line-height: 93px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .section-top .title {
    font-size: 52px;
    line-height: normal;
    font-weight: 600;
  }
}
@media (max-width: 991px) {
  .section-top .title {
    font-size: 42px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .section-top .title {
    font-size: 38px;
    font-weight: 600;
  }
}
@media (max-width: 576px) {
  .section-top .title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 40px;
  }
}
.section-top .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 576px) {
  .lk-sidebar {
    margin-bottom: 30px;
  }
}

.sidebar {
  background: #fff;
  height: 100%;
  padding: 30px 20px 30px 30px;
}
@media (max-width: 768px) {
  .sidebar.fix {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    background: #141414;
    transform: translateX(-100%);
    pointer-events: none;
    transition: 0.3s;
    -webkit-overflow-scrolling: touch !important;
    min-height: 0.01%;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    padding: 40px 42px 40px 32px;
  }
  .sidebar.fix.active {
    transform: translateX(0);
    pointer-events: initial;
  }
}

.sidebar-block {
  margin-bottom: 30px;
}
.sidebar-block.no-active .filter-content {
  display: none;
}

.color {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .color {
    color: #858585;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.color.active {
  cursor: default;
}
.color.active .img {
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .color.active .img {
    border-color: #FDB525;
  }
}
.color:last-child {
  margin-bottom: 0;
}
.color .img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  border-radius: 20px;
  position: relative;
  margin-right: 10px;
}
.color .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.arrow-menu {
  background: url(../i/arrow.svg) center right no-repeat;
  height: 25px;
  width: 25px;
  margin-left: auto;
  display: none;
  transition: 0.5s all;
}
.arrow-menu.active {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .arrow-menu {
    display: block;
  }
}

.checkbox-filter .title {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .checkbox-filter .title {
    color: #FDB525;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.checkbox-filter .title .arrow-menu {
  display: block;
  cursor: pointer;
}
.checkbox-filter .item {
  position: relative;
  margin-bottom: 5px;
}
.checkbox-filter .item:last-child {
  margin-bottom: 0;
}
.checkbox-filter label {
  color: #858585;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.7px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  align-items: center;
}
@media (max-width: 768px) {
  .checkbox-filter label {
    color: #858585;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.checkbox-filter .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 576px) {
  .form-group label {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 114.286% */
    letter-spacing: 0.75px;
  }
}
.close-filter {
  background: url(../i/close-filter.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 10px;
}

.sidebar-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-menu ul li {
  margin-bottom: 20px;
}
.sidebar-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar-menu ul li a {
  color: #141414;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
}
.sidebar-menu ul li a:hover, .sidebar-menu ul li a.active {
  color: #FDB525;
}

.fulter-button {
  margin-bottom: 30px;
}
.fulter-button a {
  border: 1px solid #FDB525;
  background: #FDB525;
  width: 100%;
  color: #1C1B1B;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 146.667% */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 8px 32px;
  height: 40px;
  display: flex;
  justify-content: center;
}
.fulter-button a span {
  background: url(../i/filter.svg) 50% 50% no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}

.product-slider-wrap {
  clear: both;
}
@media (max-width: 991px) {
  .product-slider-wrap {
    display: flex;
    flex-direction: column-reverse;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .product-slider-nav {
    width: calc(100% - 60px);
    float: left;
  }
}
.product-slider-nav .img {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  width: 100%;
  border-radius: 5px;
}
.product-slider-nav .img img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-slider-nav .img:after {
  transition: 0.5s all;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px #2B3355 solid;
  position: absolute;
  top: 0;
  left: 0;
}
.product-slider-nav .item {
  max-width: 120px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .product-slider-nav .item {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: unset;
  }
}
.product-slider-nav .item.slick-current {
  cursor: default;
}
.product-slider-nav .item.slick-current .img:after {
  opacity: 1;
}

.product-slider-right a {
  display: block;
}
.product-slider-right img {
  /*width: 100%;*/
  max-height: 520px;
  /*object-fit: cover;*/
  border-radius: 5px;
}

.product-left-img {
  width: 100%;
  float: left;
  position: relative;
  z-index: 4;
  height: 100px;
}
@media (max-width: 991px) {
  .product-left-img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.slick-nav {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: relative;
  z-index: 4;
  margin-top: auto;
}
@media (max-width: 991px) {
  .slick-nav {
    /*flex-direction: column;
    gap: 5px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;*/
  }
}
.slick-nav .btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px black solid;
  cursor: pointer;
}
@media (max-width: 991px) {
  .slick-nav .btn {
    width: 24px;
    height: 24px;
  }
}

.prev-btn {
  background: url(../i/top.svg) 50% 50% no-repeat;
}
@media (max-width: 991px) {
  .prev-btn {
    /*transform: rotate(90deg);*/
    background-size: 10px auto;
  }
}

.next-btn {
  background: url(../i/bottom.svg) 50% 50% no-repeat;
}
@media (max-width: 991px) {
  .next-btn {
    /*transform: rotate(90deg);*/
    background-size: 10px auto;
  }
}

.color-item {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-bottom: 0;
  display: inline-flex;
}
.color-item .img {
  width: 32px;
  height: 32px;
}

.color-list {
  display: flex;
  flex-flow: row wrap;
  gap: 0 10px;
}

.select-list {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
}
.flex-end {
  align-items: flex-end;
}

.mmb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .mmb-30 {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .mmb-30.flex-end .select-option {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .select-option {
    margin-bottom: 20px;
  }
}
.select-option .title {
  width: 100%;
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}

.size-item {
  display: inline-flex;
  padding: 7px 9px;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  border-radius: 5px;
  background: #D9D9D9;
  border: 2px #D9D9D9 solid;
  transition: 0.5s all;
  cursor: pointer;
}
.size-item.active {
  border-radius: 5px;
  border: 2px solid #FDB525;
  background: #D9D9D9;
  cursor: default;
}

.product-info-right {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-delivery {
  display: flex;
  flex-flow: row wrap;
  gap: 15px 15px;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 1200px) {
  .product-delivery {
    padding-top: 30px;
    margin-top: 0;
  }
}
.product-delivery .item {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.product-delivery .item .icon {
  margin-right: 10px;
  width: 42px;
}
.product-delivery .item .title {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  /* 16.1px */
}

.product-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-title {
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}

.product-price {
  color: #141414;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-price {
    margin-bottom: 20px;
  }
}

.vendor {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 5px;
}

.product-disc {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-top: 40px;
}
@media (max-width: 576px) {
  .product-disc {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}

.light-disc {
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .light-disc {
    margin-bottom: 20px;
  }
}

.cart-item {
  display: flex;
  flex-flow: row;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}
.cart-item .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cart-item:last-child {
  margin-bottom: 0;
}
.cart-item .img {
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cart-item .img {
    margin-right: 10px;
  }
}
.cart-item .img a {
  display: block;
  position: relative;
  height: 160px;
  width: 160px;
}
.cart-item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .cart-item .img a {
    width: 110px;
    height: 110px;
  }
}
.cart-item .title {
  color: #000;
  font-family: var(--font1);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cart-item .title {
    color: #141414;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    letter-spacing: 0.7px;
  }
}
.cart-item .title a {
  color: #000;
}
.cart-item .options {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cart-item .options {
    color: #141414;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.cart-item .options .color {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cart-item .options .color {
    color: #141414;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.cart-item .options .color span {
  margin-right: 10px;
}
.cart-item .options .color .img {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  .cart-item .options .color .img {
    width: 24px;
    height: 24px;
  }
}
.cart-item .size span {
  border-radius: 5px;
  background: #D9D9D9;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 7px 12px;
}
@media (max-width: 768px) {
  .cart-item .size span {
    padding: 0;
    display: block;
    background: none;
    color: #000;
    text-align: right;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.cart-item .quantity {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cart-item .quantity {
    margin-left: 0;
  }
}
.cart-item .bottom {
  display: flex;
  flex-flow: row;
  position: relative;
  margin-top: auto;
}
.cart-item .bottom .price {
  color: #5F666A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .cart-item .bottom .price {
    font-size: 10px;
  }
}
.cart-item .bottom .price b {
  font-weight: 700;
}
@media (max-width: 768px) {
  .cart-item .bottom .price b {
    display: block;
    font-size: 12px;
  }
}
.cart-item .bottom .right {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .cart-item .bottom .right {
    position: static;
    margin-left: auto;
  }
}

.delete-product {
  background: url(../i/delete.svg) left center/contain no-repeat;
  width: 24px;
  height: 24px;
  right: 0;
  transition: 0.5s all;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .delete-product {
    position: static;
    transform: none;
    height: 18px;
    padding-left: 21px;
    margin-top: 12px;
    width: auto;
    margin-left: 14px;
    color: #000;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}
.delete-product:hover {
  transform: rotate(90deg);
}

.cart-list {
  margin-bottom: 30px;
}

.total-full-price {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .total-full-price {
    font-size: 12px;
    margin-bottom: 12px;
  }
}

.total-price {
  color: #858585;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .total-price {
    color: #858585;
    text-align: left;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
  }
}

.total-price-bold {
  color: #141414;
  text-align: right;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  /* 75% */
}
@media (max-width: 768px) {
  .total-price-bold {
    color: #141414;
    text-align: left;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    /* 100% */
  }
}

.quantity {
  display: flex;
  flex-flow: row;
}
.quantity .plus,
.quantity .minus {
  border: 1px solid #CDCDCD;
  background: #F2F3F2;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 32px;
  flex-shrink: 0;
  color: #000;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
}
.quantity input {
  background: #ECECEC;
  width: 96px;
  height: 32px;
  border: 0;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
}

.checkout-title {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}

.form-checkout {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.75px;
}

.radio-select {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .radio-select {
    margin-bottom: 20px;
  }
}

.good-order {
  text-align: center;
}
.good-order img {
  display: block;
  margin: 0 auto 30px auto;
}
.good-order .title {
  color: #000;
  text-align: center;
  font-family: var(--font1);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .good-order .title {
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
  }
}
.good-order .number {
  color: #141414;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.good-order .button {
  margin-bottom: 20px;
}
.good-order .button:last-child {
  margin-bottom: 0;
}

.h-order-item {
  display: flex;
  flex-flow: row;
  border-radius: 5px;
  border: 2px solid #D9D9D9;
  padding: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .h-order-item {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .h-order-item {
    padding: 20px;
  }
}
.h-order-item:last-child {
  margin-bottom: 0;
}
.h-order-item .title {
  width: 100%;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  /* 100% */
  letter-spacing: 0.75px;
}
@media (max-width: 576px) {
  .h-order-item .title {
    color: #141414;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.7px;
  }
}
.h-order-item .left {
  display: flex;
  flex-flow: row wrap;
  gap: 15px 20px;
}
@media (max-width: 768px) {
  .h-order-item .left {
    gap: 10px;
  }
}
.h-order-item .left .item {
  width: calc(50% - 20px);
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
  letter-spacing: 0.75px;
}
@media (max-width: 991px) {
  .h-order-item .left .item {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .h-order-item .left .item {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    /* 133.333% */
    letter-spacing: 0.75px;
  }
}
.h-order-item .left .item .black {
  color: #000;
}
.h-order-item .left .item .red {
  font-weight: 700;
  color: #D7393E;
}
.h-order-item .right {
  width: 22%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .h-order-item .right {
    width: 100%;
    border-top: 1px #DADADA solid;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.h-order-item .right .total-title {
  color: #858585;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 128.571% */
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .h-order-item .right .total-title {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .h-order-item .right .total-title {
    color: #858585;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
  }
}
.h-order-item .right .total-p {
  color: #141414;
  text-align: right;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .h-order-item .right .total-p {
    text-align: left;
  }
}
@media (max-width: 576px) {
  .h-order-item .right .total-p {
    color: #141414;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    /* 100% */
  }
}

.order-item {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #858585;
  margin-bottom: 20px;
}
.order-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .order-item {
    padding: 20px;
  }
  .order-item .right {
    width: 100%;
    border-top: 1px #DADADA solid;
    margin-top: 20px;
    padding-top: 20px;
  }
}

.order-list {
  margin-top: 40px;
  margin-bottom: 30px;
}

.order-item {
  display: flex;
  flex-flow: row;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .order-item {
    flex-direction: column;
  }
}
.order-item:last-child {
  margin-bottom: 0;
}
.order-item .img {
  margin-right: 20px;
}
.order-item .img a {
  display: block;
  position: relative;
  width: 77px;
  height: 77px;
}
.order-item .img a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.order-item .content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .order-item .content {
    width: 100%;
  }
}
.order-item .title {
  color: #000;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}
.order-item .title a {
  color: #000;
  font-family: var(--font1);
  font-style: normal;
  font-weight: inherit;
  line-height: normal;
  letter-spacing: 0.7px;
}
@media (max-width: 576px) {
  .order-item .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: 0.7px;
  }
}
.order-item .options {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  display: flex;
  flex-flow: row wrap;
  gap: 20px 40px;
}
@media (max-width: 1200px) {
  .order-item .options {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .order-item .options {
    flex-direction: column;
  }
}
.order-item .options span {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 8px 9px;
  border-radius: 5px;
  background: #D9D9D9;
}

/* Slider */
.slick-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 3;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  background: #FFFFFF;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5508 14.0643C4.5508 13.747 4.6966 13.4541 4.9261 13.2678L8.90185 9.29879C8.99588 9.2047 9.10752 9.13007 9.23041 9.07914C9.35329 9.02822 9.48501 9.00201 9.61802 9.00201C9.75104 9.00201 9.88276 9.02822 10.0056 9.07914C10.1285 9.13007 10.2402 9.2047 10.3342 9.29879C10.428 9.39256 10.5024 9.5039 10.5532 9.62643C10.6039 9.74897 10.6301 9.88031 10.6301 10.0129C10.6301 10.1456 10.6039 10.2769 10.5532 10.3995C10.5024 10.522 10.428 10.6333 10.3342 10.7271L8.0149 13.0518L22.4383 13.0518C22.7068 13.0518 22.9644 13.1585 23.1542 13.3484C23.3441 13.5382 23.4508 13.7958 23.4508 14.0643C23.4508 14.3328 23.3441 14.5904 23.1542 14.7802C22.9644 14.9701 22.7068 15.0768 22.4383 15.0768L8.0014 15.0768L10.3409 17.4015C10.435 17.4953 10.5095 17.6067 10.5604 17.7294C10.6113 17.852 10.6375 17.9835 10.6375 18.1163C10.6375 18.2491 10.6113 18.3806 10.5604 18.5033C10.5095 18.6259 10.435 18.7373 10.3409 18.8311C10.2469 18.9252 10.1353 18.9999 10.0124 19.0508C9.88951 19.1017 9.75779 19.1279 9.62477 19.1279C9.49176 19.1279 9.36004 19.1017 9.23716 19.0508C9.11427 18.9999 9.00263 18.9252 8.9086 18.8311L4.8478 14.7757C4.75308 14.6832 4.67797 14.5725 4.62695 14.4502C4.57592 14.328 4.55003 14.1967 4.5508 14.0643Z' fill='%23434343'/%3E%3C/svg%3E%0A");
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.slick-prev:hover:before {
  transform: rotate(0deg);
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.4492 13.3888C23.4492 13.7061 23.3034 13.999 23.0739 14.1853L19.0982 18.1543C19.0041 18.2484 18.8925 18.3231 18.7696 18.374C18.6467 18.4249 18.515 18.4511 18.382 18.4511C18.249 18.4511 18.1172 18.4249 17.9944 18.374C17.8715 18.3231 17.7598 18.2484 17.6658 18.1543C17.572 18.0606 17.4976 17.9492 17.4468 17.8267C17.3961 17.7042 17.3699 17.5728 17.3699 17.4402C17.3699 17.3075 17.3961 17.1762 17.4468 17.0537C17.4976 16.9311 17.572 16.8198 17.6658 16.726L19.9851 14.4013L5.5617 14.4013C5.29317 14.4013 5.03563 14.2947 4.84575 14.1048C4.65587 13.9149 4.5492 13.6574 4.5492 13.3888C4.5492 13.1203 4.65587 12.8628 4.84575 12.6729C5.03563 12.483 5.29317 12.3763 5.5617 12.3763L19.9986 12.3763L17.6591 10.0516C17.565 9.95783 17.4905 9.84641 17.4396 9.72375C17.3887 9.60109 17.3625 9.4696 17.3625 9.3368C17.3625 9.20401 17.3887 9.07252 17.4396 8.94986C17.4905 8.8272 17.565 8.71578 17.6591 8.62198C17.7531 8.52789 17.8647 8.45325 17.9876 8.40233C18.1105 8.35141 18.2422 8.3252 18.3752 8.3252C18.5082 8.3252 18.64 8.35141 18.7628 8.40233C18.8857 8.45325 18.9974 8.52789 19.0914 8.62198L23.1522 12.6774C23.2469 12.77 23.322 12.8807 23.3731 13.0029C23.4241 13.1251 23.45 13.2564 23.4492 13.3888Z' fill='%23FF3333'/%3E%3C/svg%3E%0A");
}

/* Dots */
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 100%;
  border: 4px solid #fdb525;
  font-size: 0;
  background: transparent;
}
@media (max-width: 768px) {
  .slick-dots li button {
    width: 24px;
    height: 24px;
  }
}
.slick-dots li.slick-active button {
  background-color: #fdb525;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  color: #141414;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.7px;
  height: 44px;
  line-height: 44px;
  outline: none;
  padding-left: 20px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  min-width: 240px;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active {
  border-color: #999;
}
.nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  content: "";
  display: block;
  height: 24px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url(../i/arrow.svg) center right no-repeat;
  transition: all 0.15s ease-in-out;
  width: 24px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  min-height: 0.01%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: #858585;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 115%;
  /* 16.1px */
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .nice-select .list::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.nice-select .nice-select .list::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.nice-select .nice-select .list::-webkit-scrollbar-thumb {
  background-color: #FD9308;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover {
  background-color: #f6f6f6;
}
.nice-select .option.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.nice-select.open {
  border-color: #999;
}
.nice-select.open:after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 0;
    padding-right: 0px;
  }
}
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.2s ease-out;
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.footer {
  background: #000;
}
.footer .footer-cart {
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media (max-width: 768px) {
  .footer .footer-cart {
    margin-bottom: 15px;
  }
}

.footer-level-1 {
  align-items: flex-start;
  padding: 45px 0 40px 0;
  gap: 0px;
}
@media (max-width: 1200px) {
  .footer-level-1 {
    flex-flow: row wrap;
  }
}

@media (max-width: 576px) {
  .footer-logo-wrap {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-menu {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .footer-menu {
    margin-bottom: 0px;
  }
}
.footer-menu .title,
.footer-menu .no-title {
  color: #fdb525;
  font-family: var(--font1);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.9px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 13px;
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
}
.footer-menu .title a,
.footer-menu .no-title a {
  color: #fdb525;
}
@media (max-width: 576px) {
  .footer-menu .title,
.footer-menu .no-title {
    margin-bottom: 20px;
  }
  .footer-menu .title .arrow,
.footer-menu .no-title .arrow {
    background: url(../i/menu-white.svg) 50% 50% no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 576px) {
  .footer-menu ul {
    display: none;
  }
}
.footer-menu ul li {
  margin-bottom: 7px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}
.footer-menu ul li a:hover {
  text-decoration: underline;
}

.soo {
  display: flex;
  flex-flow: row;
}
.soo .vk {
  background: url(../i/vk.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 20px;
}
.soo .vk:hover {
  background: url(../i/vk-hover.svg) 50% 50% no-repeat;
}
.soo .tg {
  background: url(../i/tg.svg) 50% 50% no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}
.soo .tg:hover {
  background: url(../i/tg-hover.svg) 50% 50% no-repeat;
}

.footer-level-2 {
  border-top: 1px #F5F5F5 solid;
  padding: 22px 0;
}

.footer-level-2-wrap {
  display: flex;
  flex-flow: row;
  gap: 0 50px;
  color: #858585;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-level-2-wrap {
    flex-direction: column;
    text-align: center;
    gap: 10px 0;
  }
}
.footer-level-2-wrap a {
  color: #858585;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: left;
}
.footer-level-2-wrap .dev {
  margin-left: auto;
}
@media (max-width: 768px) {
  .footer-level-2-wrap .dev {
    margin: 0;
  }
}

.section-404 {
  padding-top: 30px;
}
@media (max-width: 768px) {
  .section-404 {
    text-align: center;
  }
}
.section-404 .img img {
  display: block;
  margin: 0 auto;
}
.section-404 .row {
  align-items: center;
}

.block404 .title {
  color: #FDB525;
  font-family: var(--font1);
  font-size: 96px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
}
.block404 .sub-title {
  color: #000;
  font-family: var(--font1);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
}
.block404 .link {
  margin-bottom: 40px;
}
.block404 .link a {
  color: #141414;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
}

.row-center {
  align-items: center;
}

textarea {
  resize: vertical;
}

.pop-bg {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 75px 95px 25px 75px;
  position: relative;
}
@media (max-width: 991px) {
  .pop-bg {
    padding: 45px 30px 5px 30px;
    border-radius: 0;
  }
}
.pop-bg .title {
  color: #000;
  text-align: center;
  font-family: var(--font1);
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .pop-bg .title {
    color: #000;
    text-align: center;
    font-family: var(--font1);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.7px;
  }
}

.mfp-close {
  width: auto;
  background: url(../i/close-black.svg) right center no-repeat !important;
  display: inline-flex;
  align-items: center;
  height: 24px;
  font-size: 0;
  padding-right: 29px !important;
  line-height: 24px !important;
  top: 30px;
  right: 30px;
}
@media (max-width: 991px) {
  .mfp-close {
    top: 20px;
    right: 30px;
  }
}

.mfp-close:before {
  content: "Закрыть";
  color: #141414;
  text-align: right;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px !important;
  letter-spacing: 0.7px;
}