@charset "UTF-8";
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1530px;
  }
}
:root {
  --color-black: #131313;
  --body-bg: #F8F8F9;
}

body {
  font-family: "Inter", sans-serif;
  background: var(--body-bg);
  color: var(--color-black);
  font-size: 16px;
}

h1, .h1 {
  text-align: center;
  font-size: 70px;
  font-weight: 600;
  line-height: 78px;
  margin: 0 0 32px 0;
}

.product-name {
  padding-top: 32px;
}
.product-name h1, .product-name .h1 {
  font-size: 54px;
  line-height: 62px;
  margin-bottom: 40px;
}

h2, .h2, h3, .h3, h4, .h4 {
  font-size: 54px;
  line-height: 62px;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.btn {
  border-radius: 40px;
  background: #FF8A00;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding: 16px 32px;
}

a[href*="https://yandex.ru/maps/"] img{
  max-width: 100%;
}

.header {
  position: relative;
  z-index: 2;
}

.header-top {
  background: var(--color-black);
  color: #fff;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.locate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  max-width: 192px;
}

.locate .icon {
  width: 22px;
  height: 23px;
  display: inline-block;
  margin-right: 12px;
}

.locate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px 0 0;
  color: #fff;
  background: none;
  border: 0;
  height: 100%;
  position: relative;
}
.locate-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
}

.menu {
  font-weight: 500;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  padding-left: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.menu .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  display: block;
  padding: 15px 8px;
  line-height: 22px;
  color: #fff;
}
.menu .super-menu {
  display: none;
  border-top: 1px solid rgba(19, 19, 19, 0.1);
  padding-top: 20px;
}

.btn-msg {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  background: #727576;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  padding: 0 20px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-msg:hover {
  background: #7f8283;
}
.btn-msg .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 12px;
}
.btn-msg span {
  display: inline-block;
  border-bottom: 1px dashed #fff;
}

.header-btm {
  padding: 20px 0;
  border-bottom: 1px solid rgba(19, 19, 19, 0.1);
}
.header-btm .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header-btm .logo {
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
}
.header-btm .logo img {
  max-width: 100%;
}
.header-btm nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header-btm .breadcrumb {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 5px;
}

.search {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 512px;
          flex: 0 0 512px;
  max-width: 512px;
}
.search .icon {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.search-txt {
  width: 100%;
  height: 56px;
  padding: 0 120px 0 56px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  border-radius: 16px;
  border: 1px solid #E0E1E1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: none;
}
.search-txt::-webkit-input-placeholder {
  opacity: 1;
  color: #727576;
}
.search-txt::-moz-placeholder {
  opacity: 1;
  color: #727576;
}
.search-txt:-ms-input-placeholder {
  opacity: 1;
  color: #727576;
}
.search-txt::-ms-input-placeholder {
  opacity: 1;
  color: #727576;
}
.search-txt::placeholder {
  opacity: 1;
  color: #727576;
}
.search-txt:focus {
  outline: none;
  border: 1px solid #acafaf;
}

.search-btn {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  border: 0;
  background: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

.cart {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: 50px;
  position: relative;
  margin: 0 36px 0 40px;
}
.cart span {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  background: var(--color-black);
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  color: #fff;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  margin-left: 5px;
}
.cart .icon {
  width: 50px;
  height: 44px;
}

.header-tel {
  font-size: 20px;
  font-weight: 700;
}
.header-tel a {
  color: var(--color-black);
}
.header-tel .icon {
  width: 18px;
  height: 18px;
  display: none;
}

.header-mail a {
  color: var(--color-black);
}
.header-mail .icon {
  display: inline-block;
  width: 21px;
  height: 16px;
  margin-right: 11px;
}

.btn-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: #fff;
  padding: 15px 20px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 26px;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
}
.btn-order .icon {
  display: inline-block;
  width: 14px;
  height: 10px;
  margin-right: 12px;
}
.btn-order:hover {
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.6);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.6);
}

.header-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}

@media (max-width: 1599px) {
  .menu {
    font-size: 14px;
  }
  .menu ul li a {
    padding-left: 6px;
    padding-right: 6px;
  }
  .btn-msg {
    padding: 0 15px;
    font-size: 14px;
  }
  .cart {
    margin: 0 20px;
  }
  .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    max-width: 420px;
  }
  .header-tel {
    font-size: 16px;
  }
  .search-txt {
    padding: 0 100px 0 56px;
    font-size: 16px;
  }
  .search-btn {
    right: 20px;
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .btn-msg {
    font-size: 0;
  }
  .btn-msg .icon {
    margin-right: 0;
  }
  .menu ul li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
  }
  .header-btm .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .search-txt {
    padding-right: 90px;
  }
  .locate {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 152px;
            flex: 0 0 152px;
    max-width: 152px;
  }
  .header-btm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header-tel {
    font-size: 14px;
  }
  .btn-order {
    padding: 10px 15px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .menu {
    font-size: 12px;
  }
  .menu ul li a {
    padding: 8px 6px;
  }
  .locate {
    font-size: 14px;
  }
  .locate .icon {
    margin-right: 8px;
  }
  .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    max-width: 250px;
  }
  .search-txt {
    padding: 0 80px 0 46px;
    font-size: 14px;
    height: 46px;
    border-radius: 8px;
  }
  .search .icon {
    left: 15px;
  }
  .search-btn {
    right: 15px;
    font-size: 14px;
  }
  .btn-order {
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .btn-order .icon {
    margin-right: 6px;
  }
  .header-tel {
    font-size: 13px;
  }
  .header-mail {
    font-size: 14px;
  }
  .btn-msg {
    padding: 0 10px;
  }
}
.footer {
  position: relative;
  z-index: 2;
}

main {
  position: relative;
  z-index: 1;
  min-height: 460px;
  padding-top: 32px;
  padding-bottom: 80px;
}
main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 406px;
  height: 921px;
  background: url("../img/decor-l.png") 0 0 no-repeat;
  z-index: -1;
}
main:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -160px;
  width: 397px;
  height: 1283px;
  background: url("../img/decor-r.png") 0 0 no-repeat;
  z-index: -1;
}
main:has(.about-page) {
  background: url("../img/about-bg.png") right -200px no-repeat;
}
main:has(.about-page):before {
  display: none;
}
main:has(.about-page):after {
  display: none;
}
main:has(.delivery) {
  background: url("../img/about-bg.png") right center no-repeat;
}
main:has(.delivery):before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/dlv-bg.png") 0 0 no-repeat;
  width: 533px;
  height: 820px;
  -webkit-transform: none;
          transform: none;
}
main:has(.delivery):after {
  display: none;
}
main:has(.thx):before {
  display: none;
}
main:has(.thx):after {
  display: none;
}

.super-nav {
  border-bottom: 1px solid #E0E1E1;
  padding: 2px 0;
}

.super-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.super-menu li {
  display: inline-block;
}
.super-menu li a {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 20px;
  color: var(--color-black);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.super-menu li a:hover, .super-menu li a.active {
  background-color: var(--color-black);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1599px) {
  .super-menu li a {
    padding: 8px 12px;
  }
}
@media (max-width: 1199px) {
  .super-menu {
    font-size: 12px;
  }
  .super-menu li a {
    padding: 6px 10px;
  }
}
.about-page {
  position: relative;
}

.main-title {
  text-align: center;
  margin-bottom: 50px;
}
.main-title h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 78px;
  margin: 0 0 5px 0;
}

.sub-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-title-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.sub-title-list li .icon {
  display: inline-block;
  margin-right: 10px;
}
.sub-title-list li:first-child .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  max-width: 33px;
  height: 30px;
}
.sub-title-list li:nth-child(2) .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  max-width: 29px;
  height: 29px;
}
.sub-title-list li:nth-child(3) .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  max-width: 34px;
  height: 34px;
}

.hero-catalog {
  border-radius: 24px;
  background: linear-gradient(231deg, #7C2BBC 23.52%, #E76BE2 72.58%);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
  padding: 46px 64px;
  position: relative;
  height: 100%;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
.hero-catalog:after {
  content: "";
  display: block;
  position: absolute;
  width: 392px;
  height: 313px;
  background: url("../img/map.svg") 0 0 no-repeat;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero-catalog h2, .hero-catalog .h2 {
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
  margin-bottom: 15px;
}

.all-link {
  display: inline-block;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.all-link .icon {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 8px;
  fill: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.all-link:hover {
  color: #7C2BBC;
  text-decoration: none;
  background: #fff;
}
.all-link:hover .icon {
  fill: #7C2BBC;
}

.cat-menu {
  margin-bottom: 44px;
}
.cat-menu li {
  display: block;
  margin-bottom: 12px;
}
.cat-menu li a {
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #E0E1E1;
  border-radius: 16px;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  padding: 16px 54px 15px 16px;
  line-height: 24px;
  position: relative;
}
.cat-menu li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 2px solid #E0E1E1;
  border-bottom: 2px solid #E0E1E1;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cat-menu li a span {
  color: var(--color-black);
  display: block;
  white-space: nowrap;
  margin-right: 8px;
}
.cat-menu li a:hover {
  text-decoration: none;
}
.cat-menu li a:hover:after {
  border-right: 2px solid #131313;
  border-bottom: 2px solid #131313;
}
.cat-menu .cat-ico {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  max-width: 28px;
  display: block;
  margin-right: 16px;
  margin-bottom: 0;
}
.cat-menu .cat-ico img {
  max-width: 100%;
}

.hero-slider {
  border-radius: 24px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFC6), to(#F8F8F9));
  background: linear-gradient(180deg, #FFEFC6 0%, #F8F8F9 100%);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
  padding: 60px;
  text-align: center;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.hero-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.hero-slider:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url("../img/action.png") 0 0 no-repeat;
  z-index: -1;
}

.product-slider, .product-tmb {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.product-slider.slick-initialized, .product-tmb.slick-initialized {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.hero-slide {
  position: relative;
  text-align: center;
}
.hero-slide strong {
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  margin: 15px 0 25px 0;
}
.hero-slide img {
  display: inline-block;
  max-width: 100%;
}

.hero-caption {
  position: absolute;
  border-radius: 40px;
  background: -webkit-gradient(linear, right top, left top, color-stop(-45.24%, rgba(255, 255, 255, 0.4)), color-stop(11.91%, rgba(215, 215, 215, 0.4)), color-stop(62.33%, rgba(255, 255, 255, 0.4)), color-stop(110.51%, rgba(226, 226, 226, 0.4)), color-stop(169.9%, rgba(255, 255, 255, 0.4)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.4) -45.24%, rgba(215, 215, 215, 0.4) 11.91%, rgba(255, 255, 255, 0.4) 62.33%, rgba(226, 226, 226, 0.4) 110.51%, rgba(255, 255, 255, 0.4) 169.9%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  width: 275px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 7px 28px;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
}
.hero-caption span {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 3px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  display: inline-block;
  line-height: 12px;
  margin: 0 6px;
}
.slick-dots li button {
  padding: 0;
  border: 2px solid transparent;
  width: 12px;
  background: #E0E1E1;
  height: 12px;
  line-height: 12px;
  font-size: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 11px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px rgba(172, 171, 171, 0.2);
}
.slick-dots li.slick-active button {
  border-color: #FF8A00;
  background: none;
}

.hero-row {
  margin-bottom: 80px;
}

.portf-tmb {
  display: block;
  height: 340px;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.portf-tmb:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(2.95%, #222), color-stop(70.2%, rgba(73, 73, 73, 0)));
  background: linear-gradient(0deg, #222 2.95%, rgba(73, 73, 73, 0) 70.2%);
  left: 0;
  right: 0;
  bottom: 0;
  top: 140px;
  z-index: 2;
}
.portf-tmb span {
  display: block;
  position: absolute;
  left: 40px;
  bottom: 34px;
  right: 24px;
  z-index: 5;
}
.portf-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.portf-tmb:hover {
  color: #fff;
}
.portf-tmb:hover:before {
  top: 0;
}
.portf-tmb:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.main-portf {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 80px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.main-portf div[class^=col-] {
  padding: 0 30px;
}
.main-portf h2 {
  margin: 54px 0 20px 0;
}
.main-portf .btn-qty {
  margin-top: 20px;
}

.btn-qty {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 8px;
  border: 1px solid #727576;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-black);
  padding: 4px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-qty .icon {
  display: inline-block;
  width: 19px;
  height: 16px;
  margin-left: 8px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-qty:hover {
  background: var(--color-black);
  text-decoration: none;
  color: #fff;
}
.btn-qty:hover .icon {
  fill: #fff;
}

.order {
  background: url("../img/order-bg.webp") right 0 no-repeat;
  background-size: cover;
  height: 600px;
  border-radius: 24px;
  overflow: hidden;
  padding: 85px 0 0 195px;
  position: relative;
  margin-bottom: 90px;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
}
.order h2, .order .h2 {
  margin-bottom: 15px;
}

.order-inner {
  max-width: 450px;
}
.order-inner p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px 0;
}

.order-img {
  position: absolute;
  right: 220px;
  bottom: 0;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
}
.form-row label {
  display: block;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 144px;
          flex: 0 0 144px;
  max-width: 144px;
  padding-right: 14px;
}
.form-row .input-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-control {
  font-size: 20px;
  line-height: 26px;
  padding: 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  border-bottom-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  max-width: 100%;
  box-shadow: none !important;
}
.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #E0E1E1;
}
.form-control::-moz-placeholder {
  opacity: 1;
  color: #E0E1E1;
}
.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #E0E1E1;
}
.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #E0E1E1;
}
.form-control::placeholder {
  opacity: 1;
  color: #E0E1E1;
}

.form-group {
  margin-bottom: 32px;
}
.form-group label {
  margin: 0 0 8px 0;
}

.btn-form {
  min-width: 224px;
  border-radius: 40px;
  border: 4px solid #FF8A00;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 11px 24px;
  background: none;
  text-align: center;
  color: #FF8A00;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: inline-block;
}
.btn-form:hover {
  background: #FF8A00;
  text-decoration: none;
  color: #fff;
}
.btn-form.btn-full {
  width: 100%;
}

.form-inner {
  margin-bottom: 35px;
}

.form-note {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #727576;
  padding-top: 17px;
}

.text {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 75px;
}
.text:last-child {
  margin-bottom: 0px;
}
.text.article {
  margin-bottom: 0;
}
.text .h2, .text h2, .text .h3, .text h3 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  border-bottom: 2px solid var(--color-black);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.text p {
  margin: 0 0 24px 0;
}
.text ul {
  margin: 24px 0;
}
.text ul:last-child {
  margin-bottom: 0;
}
.text ul li {
  display: block;
  position: relative;
  padding: 0 0 0 44px;
}
.text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 12px;
  width: 20px;
  height: 2px;
  background: var(--color-black);
}

.footer-top {
  background: #fff;
  padding: 28px 0 35px 0;
}
.footer-top div[class^=col-] {
  position: relative;
}
.footer-top div[class^=col-]:not(:first-child):before {
  content: "";
  display: block;
  position: absolute;
  background: #E0E1E1;
  width: 1px;
  left: -80px;
  top: 0;
  bottom: 0;
}

.loc-list li {
  display: block;
}
.loc-list li:not(:last-child) {
  margin-bottom: 4px;
}
.loc-list li a {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  padding: 4px 16px;
  border-radius: 24px;
  color: var(--color-black);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.loc-list li a:hover {
  background: var(--color-black);
  color: #fff;
  text-decoration: none;
}

.footer-btm {
  background: var(--color-black);
  color: #fff;
  padding: 30px 0 25px 0;
}
.footer-btm address {
  color: #E0E1E1;
  padding-right: 15px;
  margin-bottom: 0;
}

.foot-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.foot-menu li {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 32px 12px 0;
}
.foot-menu li a {
  color: #fff;
}

.foot-tel {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 15px;
}
.foot-tel a {
  color: #fff;
  display: inline-block;
  margin-right: 30px;
}
.foot-tel .icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 12px;
}

.foot-contact-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-contact-inner a {
  display: block;
  border-radius: 16px;
  background: #E0E1E1;
  white-space: nowrap;
  padding: 16px 20px;
  color: var(--color-black);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.foot-contact-inner a:hover {
  text-decoration: none;
  background: #fff;
}

.foot-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.foot-end a {
  font-weight: 700;
  color: #E0E1E1;
  display: inline-block;
  margin-right: 20px;
}
.foot-end .copy {
  margin-right: 40px;
}

.footer-btm-in {
  margin-bottom: 65px;
}

.link-fb svg {
  display: inline-block;
  width: 12px;
  height: 20px;
}

.link-ig svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.link-tw svg {
  display: inline-block;
  width: 24px;
  height: 20px;
}

.link-vk svg {
  display: inline-block;
  width: 26px;
  height: 14px;
}

.link-zn svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -8px;
}
.social-list li {
  display: inline-block;
  padding: 0 8px;
}
.social-list .icon {
  fill: #E0E1E1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-list a:hover .icon {
  fill: #fff;
}

.backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 15;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: -50;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nav-ico {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 20px;
  height: 14px;
  right: 20px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.nav-ico span {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.nav-ico span:first-child {
  top: 0;
}
.nav-ico span:nth-child(2) {
  top: 6px;
}
.nav-ico span:nth-child(3) {
  top: 12px;
}

.js-open {
  overflow: hidden;
}
.js-open .nav-ico span:nth-child(2) {
  left: 150px;
}
.js-open .nav-ico span:first-child, .js-open .nav-ico span:nth-child(3) {
  top: 50%;
  left: 50%;
}
.js-open .nav-ico span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.js-open .nav-ico span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
@media (max-width: 1599px) {
  .main-title h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .sub-title-list {
    font-size: 20px;
    line-height: 28px;
  }
  .main-title {
    margin-bottom: 30px;
  }
  .hero-slide strong {
    font-size: 32px;
    line-height: 36px;
  }
  .cat-menu li a {
    padding: 12px 44px 11px 16px;
  }
  .hero-slider {
    padding: 40px;
  }
  .main-portf div[class^=col-] {
    padding: 0 20px;
  }
  .main-portf {
    margin-left: -20px;
    margin-right: -20px;
  }
  .portf-tmb {
    font-size: 22px;
    line-height: 30px;
  }
  .hero-catalog {
    padding: 40px;
  }
  .cat-menu {
    margin-bottom: 24px;
  }
  .foot-menu li {
    font-size: 22px;
    line-height: 30px;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 44px;
    line-height: 52px;
    margin: 0;
  }
  .main-portf {
    font-size: 22px;
    line-height: 30px;
  }
  .order-img {
    right: 100px;
  }
  .order {
    padding: 65px 0 0 160px;
  }
}
@media (max-width: 1399px) {
  .main-title h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .sub-title-list {
    font-size: 16px;
    line-height: 24px;
  }
  .main-title {
    margin-bottom: 30px;
  }
  .sub-title-list li {
    padding: 0 10px;
  }
  .sub-title-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-portf {
    font-size: 20px;
    line-height: 28px;
  }
  .main-portf div[class^=col-] {
    padding: 0 15px;
  }
  .main-portf {
    margin-left: -15px;
    margin-right: -15px;
  }
  .portf-tmb span {
    left: 20px;
    bottom: 24px;
    right: 20px;
  }
  .portf-tmb {
    font-size: 20px;
    line-height: 28px;
  }
  .order {
    padding: 40px 0 40px 60px;
    height: auto;
  }
  .order-img {
    right: 60px;
  }
  .foot-menu li {
    font-size: 18px;
    line-height: 26px;
  }
  .foot-tel {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-btm address {
    font-size: 14px;
  }
  .footer-btm-in {
    margin-bottom: 40px;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 34px;
    line-height: 42px;
  }
  .portf-tmb {
    height: 300px;
  }
  .order-img {
    max-width: 400px;
  }
  .order-inner p {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 15px 0;
  }
  .all-link {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .main-title h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .sub-title-list {
    font-size: 14px;
    line-height: 22px;
  }
  .sub-title-list li:first-child .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
    max-width: 23px;
    height: 20px;
  }
  .sub-title-list li:nth-child(2) .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23px;
            flex: 0 0 23px;
    max-width: 23px;
    height: 23px;
  }
  .sub-title-list li:nth-child(3) .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 24px;
            flex: 0 0 24px;
    max-width: 24px;
    height: 24px;
  }
  .hero-catalog {
    padding: 30px;
  }
  .hero-slide strong {
    font-size: 22px;
    line-height: 26px;
  }
  .hero-catalog h2, .hero-catalog .h2 {
    font-size: 40px;
    line-height: 38px;
  }
  .hero-slider {
    padding: 30px;
  }
  .btn {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding: 12px 24px;
  }
  .cat-menu li a {
    padding: 10px 44px 9px 16px;
    font-size: 16px;
    line-height: 20px;
  }
  .hero-row {
    margin-bottom: 40px;
  }
  .footer-btm-in {
    margin-bottom: 30px;
  }
  .footer-top div[class^=col-]:not(:first-child):before {
    left: -40px;
  }
  .loc-list li a {
    font-size: 18px;
    line-height: 22px;
    padding: 4px 12px;
  }
  .foot-menu li {
    font-size: 16px;
    line-height: 22px;
  }
  .foot-tel a {
    margin-right: 15px;
  }
  .foot-end {
    font-size: 14px;
  }
  .order {
    padding: 40px 0 40px 40px;
    height: auto;
  }
  .form-row label {
    font-size: 16px;
    line-height: 22px;
  }
  .order-inner {
    max-width: 380px;
  }
  .btn-form {
    font-size: 18px;
    line-height: 22px;
    padding: 12px;
  }
  .text .h2, .text h2, .text .h3, .text h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 60px;
  }
  .form-row {
    margin-bottom: 20px;
  }
  .portf-tmb {
    font-size: 18px;
    line-height: 26px;
  }
  .main-portf {
    font-size: 18px;
    line-height: 26px;
  }
  .btn-qty {
    font-size: 20px;
    line-height: 28px;
  }
  .footer-btm address {
    font-size: 12px;
  }
  .hero-caption {
    font-size: 28px;
    line-height: 34px;
  }
  .hero-caption span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: var(--body-bg);
    z-index: 20;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    width: 80%;
  }
  main:after, main:before {
    display: none;
  }
  .js-open .menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding: 20px;
  }
  .js-open .menu ul {
    display: block;
  }
  .js-open .menu li {
    display: block;
    margin-bottom: 20px;
  }
  .js-open .menu li a {
    color: var(--color-black);
    display: inline-block;
    padding: 0;
    font-size: 20px;
  }
  .js-open .header {
    z-index: 20;
  }
  .js-open .backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 15;
  }
  .header-top .container {
    height: 38px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-btm .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-btm .search {
    margin-top: 20px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nav-ico {
    display: block;
  }
  .btn-msg {
    font-size: 14px;
    margin-right: 40px;
  }
  .btn-msg .icon {
    margin-right: 12px;
  }
  .main-title h1 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .sub-title-list li {
    margin-bottom: 10px;
  }
  .main-title {
    margin-bottom: 10px;
  }
  .hero-row div[class^=col-]:not(:last-child) {
    margin-bottom: 30px;
  }
  .main-portf h2 {
    margin: 0px 0 20px 0;
  }
  .main-portf {
    margin-bottom: 40px;
  }
  .main-portf div[class^=col-] {
    margin-bottom: 30px;
  }
  .order-img {
    display: none;
  }
  .order {
    background-position: 60% 0;
  }
  .footer-top div[class^=col-]:not(:first-child):before {
    left: 0px;
  }
  .foot-menu {
    margin-bottom: 20px;
  }
  .foot-end {
    text-align: center;
  }
  .social-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  .loc-list li a {
    font-size: 16px;
    line-height: 20px;
  }
  .footer-top {
    padding: 15px 0;
  }
  .menu .icon {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btm .logo {
    margin-right: 20px;
  }
  .header-tel {
    font-size: 0;
    margin-right: 15px;
  }
  .header-tel .icon {
    display: block;
  }
  .header-mail {
    font-size: 0;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-top {
    display: none;
  }
  .text {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .text .h2, .text h2, .text .h3, .text h3 {
    font-size: 28px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .foot-end {
    font-size: 12px;
    display: block;
    text-align: center;
  }
  .foot-end .copy {
    margin: 0 0 10px 0;
  }
  .foot-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot-menu li {
    font-size: 14px;
    line-height: 20px;
  }
  .foot-contact-inner a {
    padding: 12px 16px;
    font-size: 14px;
  }
  .order {
    margin-bottom: 40px;
  }
  .foot-menu li {
    margin-left: 15px;
    margin-right: 15px;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .main-title h1 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .header-btm .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
    max-width: 90px;
    margin-right: 10px;
  }
  .cart {
    margin: 0 0 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cart .icon {
    width: 40px;
    height: 34px;
  }
  .cart span {
    margin-left: -1px;
    margin-top: -5px;
  }
  .btn-msg, .btn-order {
    font-size: 0;
  }
  .btn-msg span, .btn-order span {
    display: none;
  }
  .btn-msg .icon, .btn-order .icon {
    margin-right: 0;
  }
  .sub-title-list .icon {
    display: none !important;
  }
  .sub-title-list li {
    margin-bottom: 5px;
  }
  .hero-catalog {
    padding: 20px;
  }
  .hero-catalog h2, .hero-catalog .h2 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .cat-menu li a {
    padding: 6px 34px 5px 10px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
  }
  .cat-menu .cat-ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    max-width: 20px;
    display: block;
    margin-right: 10px;
  }
  .cat-menu {
    margin-bottom: 15px;
  }
  .all-link {
    font-size: 16px;
    line-height: 24px;
    padding: 3px 10px;
  }
  .hero-catalog:after {
    right: -100px;
    top: -100px;
  }
  .order-inner {
    max-width: 100%;
  }
  .order {
    padding: 30px;
  }
  .order h2, .order .h2, .order-inner p {
    text-align: center;
  }
  .form-row {
    display: block;
  }
  .form-row label {
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 6px;
  }
  .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 6px 12px;
  }
  .hero-slide strong {
    font-size: 20px;
    line-height: 24px;
  }
  .main-portf span {
    display: block;
  }
  .portf-tmb {
    border-radius: 12px;
  }
  .main-portf div[class^=col-] {
    margin-bottom: 15px;
  }
  .foot-tel {
    text-align: center;
  }
  .foot-contact-inner {
    display: block;
    text-align: center;
  }
  .foot-contact-inner a {
    display: inline-block;
  }
  .footer-btm address {
    margin-bottom: 15px;
  }
  h2, .h2, h3, .h3, h4, .h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .order-inner p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-catalog {
    border-radius: 12px;
  }
  .main-portf {
    font-size: 16px;
    line-height: 24px;
  }
  .main-portf .btn-qty {
    margin-top: 10px;
  }
}
@media (max-width: 380px) {
  .sub-title-list {
    font-size: 12px;
    line-height: 20px;
  }
  .sub-title-list li {
    padding: 0;
  }
  .foot-menu {
    margin-bottom: 10px;
  }
  .order {
    padding: 20px;
  }
  .hero-catalog {
    padding: 15px;
  }
  .cat-menu li a {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 40px 5px 6px;
  }
  .cat-menu li a:after {
    right: 8px;
  }
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 624px;
  height: 100%;
  border-radius: 0;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 0px 80px;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -624px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.modal .modal-content {
  border-radius: 24px;
}

.modal-order .modal-content {
  border-radius: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}

.modal-simple .modal-content {
  padding: 60px 56px;
}

.modal .close {
  position: absolute;
  right: 10px;
  top: 10px;
  stroke: #212121;
}

.close {
  opacity: 1;
}
.close .icon {
  display: inline-block;
  width: 45px;
  height: 45px;
}

.modal-title {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 40px;
  text-align: left;
}

.modal-order-form {
  padding-left: 60px;
  max-width: 410px;
}

.form-section {
  padding-bottom: 8px;
}

.filename {
  background: #fff;
  border: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding: 10px 0 24px 0;
  color: #727576;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-upload {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 56px;
  background: #F4F4F4;
  border-radius: 40px;
  padding: 16px 20px;
  color: #131313;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.file-upload .icon {
  width: 20px;
  height: 23px;
  margin-right: 8px;
}

.file-upload:hover {
  background: #e7e7e7;
}

.file-upload input[type=file] {
  display: none;
}

.file-upload label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-upload span {
  line-height: 36px;
}

.modal-locate .modal-dialog {
  max-width: 100%;
  margin-top: 52px;
}
.modal-locate .modal-content {
  max-width: 632px;
  padding: 56px 32px 36px;
}

.modal-subscibe .modal-dialog {
  max-width: 100%;
  margin: 0px;
  height: 100%;
}
.modal-subscibe .modal-dialog .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 32px;
}
.modal-subscibe .modal-content {
  max-width: 342px;
  padding: 56px 32px 36px;
}
.modal-subscibe .modal-title {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 22px;
}
.modal-subscibe .form-section {
  padding-bottom: 0;
}

.locate-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0px;
  min-height: 37px;
  margin-bottom: 34px;
  border-bottom: 1px solid #E0E1E1;
  padding-left: 65px;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #131313;
}
.locate-list li:last-child {
  border-bottom: 0;
}
.locate-list li:last-child {
  margin-bottom: 0;
}
.locate-list li span {
  display: block;
  position: absolute;
  left: 0;
  top: -16px;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  line-height: 46px;
  text-shadow: -1px 0 #131313, 0 1px #131313, 1px 0 #131313, 0 -1px #131313;
  text-transform: uppercase;
  color: #fff;
}
.locate-list li a {
  display: inline-block;
  margin: 0 12px 12px 0;
  color: #131313;
}

.modal-simple .modal-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 22px;
}
.modal-simple .modal-content {
  padding: 56px 32px;
}

.modal-prod-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}

.form-section .item-tags {
  margin-bottom: 22px;
}
.form-section .prod-line {
  margin-bottom: 24px;
}

@media (max-width: 1399px) {
  .modal-title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .modal-locate .modal-content {
    padding: 30px;
  }
  .locate-list li {
    padding-left: 42px;
  }
  .locate-list li {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
    margin-bottom: 20px;
  }
  .locate-list li span {
    top: -8px;
  }
  .locate-list {
    padding-top: 20px;
  }
  .locate-list li a {
    margin: 0 12px 6px 0;
  }
  .locate-list li span {
    font-size: 32px;
    font-style: normal;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .modal-order .modal-content,
  .modal.right .modal-dialog {
    width: 100%;
  }
  .modal-order-form {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
  .modal-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .form-group {
    margin-bottom: 16px;
  }
  .modal-locate .modal-content {
    padding: 26px 20px 26px;
  }
}
.breadcrumb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
}
.breadcrumb li {
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
  display: block;
}
.breadcrumb li + li:after {
  display: none;
}
.breadcrumb li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: -7px;
  top: 50%;
  width: 8px;
  height: 8px;
  float: none;
  border-left: 2px solid #E0E1E1;
  border-bottom: 2px solid #E0E1E1;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
  padding: 0;
  margin-right: 10px;
  margin-top: -6px;
}
.breadcrumb li:first-child a {
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li:first-child a .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.breadcrumb li span {
  background: var(--color-black);
  color: #fff;
  white-space: nowrap;
  display: block;
  padding: 0 12px;
  font-weight: 700;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90vw;
}
.breadcrumb li a {
  white-space: nowrap;
  color: var(--color-black);
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding: 0;
}

.catalog-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 33px;
}
.catalog-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #131313;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-links .icon {
  display: inline-block;
  width: 10px;
  height: 24px;
  margin: 0 32px;
}
.catalog-links img {
  max-width: 100%;
}

.link-bonus span {
  display: block;
  margin-right: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
  max-width: 65px;
}

.link-price {
  max-width: 300px;
}
.link-price span {
  display: block;
  margin-right: 7px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68px;
          flex: 0 0 68px;
  max-width: 68px;
}

.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
.catalog-list h3, .catalog-list h4, .catalog-list h3, .catalog-list h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.catalog-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  text-align: center;
  margin-bottom: 42px;
  position: relative;
  height: 266px;
}
.catalog-block:hover {
  z-index: 10;
}
.catalog-block:has(.cat-img) {
  height: 320px;
}

.catalog-card {
  padding: 20px;
  border-radius: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.catalog-card:hover {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
}

.cat-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 14px auto;
  border-radius: 52px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cat-img img {
  max-width: 100%;
}

.catalog-card.js-full {
  background: #FFF;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  z-index: 20;
}
.catalog-card.js-full .btn-more .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cat-ico {
  margin-bottom: 14px;
}

.catalog-card .cat-nav{
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}

.catalog-card:hover .cat-nav, 
.catalog-card.js-full .cat-nav{
  opacity: 1;
  visibility: visible;
}
.cat-nav {
  text-align: center;
  margin-bottom: 12px;

}
.cat-nav li {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.cat-nav li a {
  color: #727576;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cat-nav li a:hover {
  color: var(--color-black);
  text-decoration: none;
}
.cat-nav li:not(:last-child) {
  margin-bottom: 8px;
}
.cat-nav li:nth-child(n+6) {
  display: none;
}

.js-full .cat-nav li:nth-child(n+6) {
  display: block;
}

.btn-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid #E0E1E1;
  padding: 7px 17px;
  background: none;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-more:hover {
  border-color: var(--color-black);
}
.btn-more .icon {
  width: 11px;
  height: 7px;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-left: 4px;
  background: none;
}

.catalog-card .btn-more{
  opacity: 0;
  visibility: hidden;
}

.catalog-card:hover .btn-more, 
.catalog-card.js-full .btn-more{
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1399px) {
  h1, .h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .catalog-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 50px;
    line-height: 58px;
  }
  .catalog-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .catalog-list h3, .catalog-list h4, .catalog-list h3, .catalog-list h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-block {
    padding: 15px;
    border-radius: 12px;
  }
  h1, .h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .catalog-links {
    font-size: 14px;
    line-height: 20px;
  }
  .catalog-links a span {
    max-width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
    margin-right: 10px;
  }
  .catalog-links .icon {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .catalog-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  h1, .h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .modal-simple .modal-content {
    padding: 30px 26px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .catalog-links a span {
    max-width: 40px;
  }
  .catalog-links {
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .catalog-links a {
    font-size: 12px;
    line-height: 18px;
    padding: 0 5px;
  }
  .catalog-links .icon {
    display: none;
  }
  .catalog-card, .catalog-block {
    padding: 10px;
  }
  .cat-img {
    width: 70px;
    height: 70px;
    padding: 10px;
  }
  .catalog-block:has(.cat-img) {
    height: 280px;
  }
}
@media (max-width: 420px) {
  .catalog-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 374px) {
  .catalog-links {
    display: block;
  }
  .catalog-links a:last-child {
    margin-top: 10px;
  }
}
.btn-show-more {
  position: relative;
  padding: 15px 32px;
  border-radius: 16px;
  border: 1px solid #E0E1E1;
  background: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-show-more:hover {
  border-color: var(--color-black);
}
.btn-show-more span {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}
.btn-show-more span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: var(--color-black) transparent transparent transparent;
}

@media (min-width: 576px) {
  .btn-show-more {
    min-width: 478px;
  }
}
.show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.map-canvas {
  height: 720px;
  border-radius: 24px;
  border: 1px solid #E0E1E1;
  margin-bottom: 80px;
  overflow: hidden;
}
.map-canvas:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .map-canvas {
    height: 460px;
  }
}
.sub-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -24px;
  margin-right: -24px;
}
.sub-category-list li {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11.1111111111%;
          flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
  padding: 0 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 32px;
}
.sub-category-list li a {
  display: block;
  color: var(--color-black);
}
.sub-category-list li a:hover {
  text-decoration: none;
}
.sub-category-list li a:hover span {
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.6);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.6);
}
.sub-category-list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 52px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 0 auto 10px auto;
}

@media (max-width: 1599px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1399px) {
  .sub-category-list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sub-category-list li {
    padding: 0 15px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 575px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 420px) {
  .sub-category-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.filter-panel {
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
  padding: 32px 64px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

.filter-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -20px;
  padding-right: 40px;
}

.filter-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
}

.filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-item-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-item-label label {
  margin-bottom: 0;
}
.filter-item-label .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: #E0E1E1;
  margin-left: 8px;
}
.filter-item-label .icon:hover {
  fill: #FF820F;
}

.tooltip-inner {
  background: #FFF0D9;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  font-style: italic;
  line-height: 14px;
  color: #727576;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #FFF0D9;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  display: none;
}

.tooltip-inner {
  padding: 12px 16px;
  max-width: 220px;
}

.filter-item .form-control {
  height: 56px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: #F4F4F4;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 15px 40px 15px 20px;
}
.filter-item .form-control:focus {
  border: 2px solid #E0E1E1;
}

.filter-item-select {
  position: relative;
}
.filter-item-select .icon {
  width: 12px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 26px;
}
.filter-item-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.filter-item-select select::-ms-expand {
  display: none;
}

.filter-item-drop {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.filter-drop-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 16px;
}

.filter-drop-form {
  position: relative;
  margin-bottom: 16px;
}
.filter-drop-form .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.filter-btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  background: #E0E1E1;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  margin-right: 4px;
  margin-bottom: 10px;
}

.remove {
  padding: 0;
  border: 0;
  line-height: 0;
  background: none;
  margin-left: 6px;
}
.remove .icon {
  width: 12px;
  height: 12px;
  stroke: #fff;
}
.remove:hover .icon {
  stroke: #fff;
}

.filter-result {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: -10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-result strong {
  display: inline-block;
  font-weight: normal;
  margin-right: 20px;
}

.filter-clear {
  display: inline-block;
  border-radius: 12px;
  border: 1px solid #F4F4F4;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding: 6px 12px;
  margin-left: 4px;
}
.filter-clear:hover {
  border-color: #E0E1E1;
}

.filter-item-drop {
  border-radius: 24px;
  border: 1px solid #F4F4F4;
  background: #fff;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  padding: 28px 16px;
}

.filter-drop-form {
  position: relative;
}
.filter-drop-form .icon {
  position: absolute;
  left: 0;
  top: 3px;
}

.filter-srch-control {
  border: 0;
  border-bottom: 1px solid var(--color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  padding: 6px 0 6px 38px;
  outline: none !important;
}
.filter-srch-control::-webkit-input-placeholder {
  color: #E0E1E1;
  opacity: 1;
}
.filter-srch-control::-moz-placeholder {
  color: #E0E1E1;
  opacity: 1;
}
.filter-srch-control:-ms-input-placeholder {
  color: #E0E1E1;
  opacity: 1;
}
.filter-srch-control::-ms-input-placeholder {
  color: #E0E1E1;
  opacity: 1;
}
.filter-srch-control::placeholder {
  color: #E0E1E1;
  opacity: 1;
}

.filter-drop-item {
  position: relative;
  margin-bottom: 8px;
}
.filter-drop-item label {
  margin: 0;
  padding: 3px 0 3px 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  cursor: pointer;
}
.filter-drop-item label:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: #eee;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-drop-item label:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  height: 8px;
  width: 14px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 7px;
  top: 8px;
  opacity: 0;
}
.filter-drop-item input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-drop-item input[type=checkbox]:disabled + label {
  color: #a1a1a1;
  cursor: not-allowed;
}
.filter-drop-item input[type=checkbox]:checked + label:before {
  background: #FF8A00;
}
.filter-drop-item input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.filter-drop-list {
  overflow: auto;
  height: 140px;
}

.filter-drop-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.filter-drop-list::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

.filter-drop-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #D9D9D9;
}

.product-list-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}

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

.btn-view {
  margin-left: 20px;
  cursor: pointer;
}
.btn-view .icon {
  width: 32px;
  height: 32px;
  fill: #E0E1E1;
}
.btn-view.active .icon {
  fill: var(--color-black);
}

.product-list-pager {
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.64px;
}
.product-list-pager select {
  background: none;
  border: 0;
  font-weight: 700;
  outline: none !important;
  outline: 0;
  background: none;
}

.display-grid .product-list-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -56px;
}
.display-grid .item-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 56px;
}
.display-grid .item {
  display: block;
  padding: 14px 0 0 0;
  position: relative;
}
.display-grid .item:hover {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.display-grid .item-img {
  max-width: 100%;
  height: 180px;
  margin-bottom: 20px;
}
.display-grid .item-cnt {
  padding: 0;
}
.display-grid .item-inf {
  margin-bottom: 8px;
}
.display-grid .item-tags {
  display: none;
}
.display-grid .item-foot {
  padding: 0;
  display: block;
}
.display-grid .btn-add-cart {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.display-grid .btn-add-cart .icon {
  margin-right: 12px;
}
.display-grid .item-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
}
.display-grid .item-price {
  padding: 0;
  margin-bottom: 16px;
}
.display-grid .get-price {
  color: #727576;
  margin-top: 0;
}
.display-grid .item-discount {
  position: absolute;
  left: 12px;
  top: 30px;
  font-style: normal;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}
.display-grid .item-discount:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  border-radius: 24px;
}

.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 20px 17px 19px;
  border-radius: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 5px;
}
.item:hover {
  background: #FFF;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
  text-decoration: none;
}
.item:hover .get-price {
  color: #727576;
}

.item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
}
.item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.item-img.no-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.item-img.no-img img {
  max-width: 100%;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 12px;
}

.item-inf {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
  color: #727576;
  margin-top: -5px;
}

.item-install {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-install .icon {
  width: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  max-width: 15px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
}

.item-available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 17px;
}
.item-available .icon {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin-right: 6px;
}

.item-discount {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  border-radius: 20px;
  background: #F15454;
  color: #fff;
  padding: 1px 10px;
}

.item-name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 5px;
}
.item-name a {
  color: var(--color-black);
}

.item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -5px;
}
.item-tags span, .item-tags a {
  border-radius: 12px;
  color: #727576;
  background: #EEE;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  margin: 0 4px 4px 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.item-tags span:hover, .item-tags a:hover {
  background: #727576;
  color: #fff;
  text-decoration: none;
}

.btn-add-cart {
  border: 4px solid #E0E1E1;
  padding: 12px 20px;
  border-radius: 40px;
  background: #E0E1E1;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #727576;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-add-cart .icon {
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 16px;
  height: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  max-width: 16px;
  margin-right: 12px;
  stroke: #727576;
}
.btn-add-cart:hover {
  border-color: #FF8A00;
  color: #FF8A00;
  background: #fff;
}
.btn-add-cart:hover .icon {
  stroke: #FF8A00;
}

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

.btn-box {
  text-align: center;
}

.get-price {
  margin: 4px 0 0 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: rgba(114, 117, 118, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.get-price span {
  border-bottom: 2px dashed rgba(114, 117, 118, 0.2);
  display: inline-block;
  margin-left: 6px;
}
.get-price:hover span {
  border-bottom: 2px dashed rgba(114, 117, 118, 0.6);
}

.item-price {
  padding: 10px 23px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #727576;
}

.item-price-old {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.item-price-new {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--color-black);
  margin-left: 8px;
}
.item-price-new span {
  color: #F15454;
}

.pagination {
  margin-bottom: 70px;
}
.pagination .icon {
  width: 8px;
  height: 14px;
  fill: #000;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination .page-link {
  height: 48px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: var(--color-black);
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: 2px solid #E0E1E1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.pagination .page-link:hover {
  background: var(--color-black);
  border-color: var(--color-black);
  color: #fff;
}
.pagination .page-link:hover .icon {
  fill: #fff;
}
.pagination .page-item:nth-child(2) .page-link {
  border-radius: 12px 0 0 12px !important;
}
.pagination .page-item:nth-last-child(2) .page-link {
  border-radius: 0 12px 12px 0 !important;
}
.pagination .page-item.active .page-link {
  background: var(--color-black);
  border-color: var(--color-black);
}

.page-item-prev {
  margin-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  text-align: center;
}
.page-item-prev .page-link {
  background: none;
  border-radius: 12px !important;
  border: 2px solid #E0E1E1;
  min-width: auto;
}

.page-item-next {
  margin-left: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  text-align: center;
}
.page-item-next .page-link {
  background: none;
  border-radius: 12px !important;
  border: 2px solid #E0E1E1;
  min-width: auto;
}

.product-list {
  margin-bottom: 24px;
}
.product-list h2, .product-list .h2 {
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .filter-panel {
    padding: 16px 32px;
  }
  .filter-item {
    padding: 0 15px;
  }
  .filter-item-list {
    margin: 0 -15px;
  }
  .item-name {
    font-size: 18px;
    line-height: 26px;
  }
  .item-price {
    font-size: 18px;
    line-height: 26px;
  }
  .item-price-old {
    font-size: 18px;
  }
  .item-price-new {
    font-size: 20px;
    line-height: 30px;
  }
  .btn-add-cart {
    padding: 10px 12px;
    font-size: 18px;
    line-height: 22px;
  }
  .btn-add-cart .icon {
    margin-right: 10px;
  }
  .display-grid .item-inf {
    font-size: 12px;
  }
  .item-available {
    margin-right: 12px;
  }
  .display-grid .item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .display-grid .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .filter-panel {
    padding: 20px 30px;
  }
  .filter-inner {
    display: block;
  }
  .filter-item-list {
    padding: 0;
    margin-bottom: 20px;
  }
  .filter-btn {
    text-align: center;
  }
  .filter-btn .btn-form {
    width: 100%;
  }
  .tag {
    padding: 6px 12px;
  }
  .filter-result {
    display: block;
  }
  .filter-result strong {
    display: block;
    margin-bottom: 5px;
  }
  .display-grid .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .item-foot {
    display: block;
    text-align: center;
  }
  .item-price {
    padding: 0;
    margin-bottom: 6px;
  }
  .btn-add-cart {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .item-foot {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
  .item-price-old {
    display: block;
  }
  .item-inf {
    margin-top: 0;
  }
  .pagination .page-link {
    height: 32px;
    font-size: 16px;
    line-height: 20px;
    min-width: 48px;
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .product-list-view {
    display: none;
  }
  .product-list-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 32px;
  }
  .item {
    display: block;
    padding: 14px 0 0 0;
    position: relative;
  }
  .item:hover {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .item-img {
    max-width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .item-cnt {
    padding: 0;
  }
  .item-foot {
    padding: 0;
    display: block;
  }
  .item-discount {
    position: absolute;
    left: 12px;
    top: 30px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .item-discount:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border: 1px solid #fff;
    border-radius: 24px;
  }
  .item-inf {
    font-size: 11px !important;
    margin-bottom: 8px;
  }
  .item-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 700;
  }
  .item-discount {
    font-style: normal !important;
  }
  .item-tags {
    display: none;
  }
  .item-price-old {
    display: inline-block;
  }
  .item-name {
    margin-bottom: 15px;
  }
  .btn-add-cart {
    margin-bottom: 12px;
  }
  .get-price {
    margin-top: 0 !important;
    color: #727576;
  }
  .btn-add-cart .icon {
    margin-right: 12px;
  }
  .item-price-new, .item-price-old, .item-price {
    font-size: 16px;
    line-height: 24px;
  }
  .item-price {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .item-discount {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 12px;
  }
  .item-name {
    font-size: 16px;
    line-height: 20px;
  }
  .item-box {
    margin-bottom: 16px;
  }
  .get-price {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-add-cart {
    margin-bottom: 8px;
  }
  .item-img {
    margin-bottom: 12px;
  }
  .item-inf {
    display: block;
  }
  .item-install {
    position: absolute;
    left: 12px;
    top: 156px;
    background: #fff;
    padding: 4px 8px;
    border-radius: 8px;
  }
  .item-box {
    padding-left: 7px;
    padding-right: 7px;
  }
  .product-list-in {
    margin-left: -7px;
    margin-right: -7px;
  }
  .link-price {
    max-width: 220px;
  }
  .filter-panel {
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 32px;
  }
  .filter-item .form-control {
    border-radius: 12px;
  }
  .sub-category-list {
    margin-bottom: 24px;
  }
  .filter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .filter-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sub-category-list li {
    margin-bottom: 16px;
  }
  .page-item-prev {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    margin-right: 16px;
  }
  .page-item-next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    max-width: 32px;
    margin-left: 16px;
  }
  .pagination .page-link {
    min-width: 32px;
  }
}
@media (max-width: 460px) {
  .item-name {
    margin-bottom: 10px;
  }
  .item-price-new, .item-price-old, .item-price {
    font-size: 14px;
    line-height: 22px;
  }
  .btn-add-cart {
    padding: 6px 8px;
    font-size: 16px;
    line-height: 20px;
  }
  .item-price {
    margin-bottom: 6px !important;
  }
  .display-grid .item-box {
    padding: 0 7px;
  }
  .display-grid .product-list-in {
    margin-left: -7px;
    margin-right: -7px;
  }
  .item-foot {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.short-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 60px 0;
}
.short-info p {
  margin: 0;
}
.short-info p:not(:last-child) {
  margin-bottom: 16px;
}

.short-info-text {
  padding: 0 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.short-info-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
}
.short-info-content .inner {
  position: relative;
  background: #fff;
  border-radius: 24px;
  padding: 40px 24px 24px;
}
.short-info-content span {
  display: block;
  position: absolute;
  left: 30px;
  top: -15px;
  border-radius: 40px;
  background: #E0E1E1;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  padding: 4px 20px;
}
.short-info-content ul li {
  display: block;
  padding-left: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}
.short-info-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.short-info-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  height: 2px;
  background: var(--color-black);
  width: 20px;
}
.short-info-content ul li a {
  color: var(--color-black);
}

.short-info-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
}
.short-info-price .inner {
  border-radius: 16px;
  border: 1px dashed #727576;
  padding: 28px 24px;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}
.short-info-price .inner span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media (max-width: 1599px) {
  .short-info-text {
    padding: 0 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
.filter-checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 6px;
}
.filter-checks .filter-drop-item {
  margin: 0 14px 14px 0;
}

.filter-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-end .filter-result {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter-end .filter-result strong, .filter-end .filter-clear {
  margin-bottom: 10px;
}
.filter-end .filter-btn {
  margin-right: 20px;
}

.filter-panel-big .filter-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 20px;
}
.filter-panel-big .filter-inner {
  margin: 0 -15px;
}
.filter-panel-big .filter-item-full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.filter-panel-big .filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1499px) {
  .filter-item-label {
    font-size: 14px;
    line-height: 20px;
  }
  .short-info-price .inner {
    padding: 20px;
    font-size: 32px;
    line-height: 36px;
  }
  .short-info-price .inner span {
    font-size: 20px;
    line-height: 28px;
  }
  .short-info-price {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .short-info-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .short-info-text {
    font-size: 16px;
    line-height: 22px;
  }
  .short-info-content ul li {
    padding-left: 30px;
  }
  .short-info-content ul li:before {
    width: 10px;
  }
  .short-info {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .filter-end {
    display: block;
  }
  .filter-end .filter-btn {
    margin: 0 0 20px 0;
  }
  .filter-panel-big .filter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .filter-panel-big .filter-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-panel-big .filter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .filter-panel-big .filter-item-full {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .short-info {
    display: block;
    margin-top: 30px;
  }
  .short-info-text {
    padding: 30px 0;
  }
  .short-info-content, .short-info-price {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .filter-panel-big .filter-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .short-info-content .inner {
    padding: 30px 15px 15px;
  }
  .short-info-content ul li {
    font-size: 18px;
    line-height: 22px;
  }
}
.prod-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
}

.prod-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 96px;
}

.prod-side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 416px;
          flex: 0 0 416px;
  max-width: 416px;
}

.prod-cnt-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.prod-cnt-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 448px;
          flex: 0 0 448px;
  max-width: 448px;
  position: relative;
}
.prod-cnt-img img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}

.product-wrp {
  border-radius: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
  padding: 15px;
}

.product-tmb {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
  max-width: 232px;
}
.product-tmb .slide {
  padding: 0 10px;
}
.product-tmb .slide img {
  border-radius: 12px;
}
.product-tmb .slide span {
  display: block;
  border: 2px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}
.product-tmb .slick-current .slide span {
  border: 2px solid #FF8A00;
}

.prod-labels {
  position: absolute;
  left: 18px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}
.prod-labels .item-available {
  border-radius: 40px;
  background: #F4F4F4;
  color: #727576;
  padding: 7px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.prod-labels .item-discount {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  font-style: normal;
  position: relative;
  top: 0;
  left: 0;
}
.prod-labels .item-discount:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  border-radius: 24px;
}

.prod-cnt-params {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 0 66px;
}
.prod-cnt-params strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 16px;
  display: block;
}
.prod-cnt-params li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.prod-cnt-params li:not(:last-child) {
  margin-bottom: 16px;
}
.prod-cnt-params li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  right: 0;
  background: #E0E1E1;
  z-index: -1;
}
.prod-cnt-params li div {
  display: inline-block;
  background: var(--body-bg);
  position: relative;
  padding-right: 10px;
}
.prod-cnt-params li span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  background: var(--body-bg);
  padding-left: 10px;
}
.prod-cnt-params li span span {
  background: #EEE;
  padding: 8px 20px;
  border-radius: 12px;
}

.prod-txt {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 44px;
}
.prod-txt span {
  font-weight: 700;
}

.prod-files {
  margin-bottom: 44px;
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  text-align: center;
}
.prod-files .row {
  margin-bottom: -36px;
}
.prod-files div[class^=col-] {
  margin-bottom: 36px;
}

@media (min-width: 1200px) {
  .prod-files div[class^=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1599px) {
  .prod-files div[class^=col-] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}
.prod-files-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #727576;
  padding-bottom: 12px;
  border-bottom: 1px solid #E0E1E1;
  margin-bottom: 20px;
  text-align: left;
}

.file-type {
  background: url("../img/doc.svg") 0 0 no-repeat;
  width: 40px;
  height: 46px;
  margin: 0 auto 8px auto;
  position: relative;
}
.file-type span {
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: 7px;
  border-radius: 4px;
  background: #E0E1E1;
  font-size: 9px;
  font-weight: 700;
  line-height: 16px;
  padding: 2px;
  text-transform: uppercase;
  text-align: center;
}

.file-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  margin-bottom: 4px;
  text-align: center;
  color: var(--color-black);
}
.file-name a {
  color: var(--color-black);
}

.file-inf {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #727576;
}

.info-block:not(:last-child) {
  margin-bottom: 44px;
}
.info-block .prod-cnt-params {
  padding: 0;
}
.info-block h3, .info-block .h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-black);
  margin-right: 80px;
}
.info-block h2, .info-block .h2 {
  margin-bottom: 0;
  margin-right: 80px;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-black);
  overflow-wrap: break-word;
}

.text-block ul li {
  display: block;
  padding-left: 44px;
  position: relative;
  font-size: 20px;
  line-height: 26px;
}
.text-block ul li:not(:last-child) {
  margin-bottom: 8px;
}
.text-block ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 11px;
  width: 20px;
  height: 2px;
  background: var(--color-black);
}
.text-block strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.text-block p {
  font-size: 20px;
  line-height: 26px;
}

.side-panel {
  border-radius: 32px;
  background: #E7E7EB;
  padding: 8px;
  position: sticky;
  top: 0;
}
.side-panel .item-install {
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  position: static;
}
.side-panel .btn-add-cart {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-color: #FF8A00;
  color: #FF8A00;
  margin-top: 18px;
  background: none;
}
.side-panel .btn-add-cart .icon {
  stroke: #FF8A00;
}
.side-panel .btn-add-cart:hover {
  background: #FF8A00;
  color: #fff;
}
.side-panel .btn-add-cart:hover .icon {
  stroke: #fff;
}
.side-panel .btn-form {
  width: 100%;
  padding: 12px 20px;
  margin-top: 16px;
  background: #F4F4F4;
  border-color: #F4F4F4;
  color: #131313;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.side-panel .btn-form:hover {
  background: #dbdbdb;
  border-color: #dbdbdb;
}

.side-panel-in {
  background: #fff;
  padding: 24px 32px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
          box-shadow: 0px 4px 11px 0px rgba(172, 171, 171, 0.2);
}

.panel-price {
  text-align: center;
  margin-bottom: 12px;
}

.panel-price-new {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}
.panel-price-new span {
  color: #F15454;
}

.panel-price-old {
  color: #E0E1E1;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.prod-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.prod-line-label, .prod-line-qty {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.prod-spinner {
  border-radius: 12px;
  border: 0px solid #F2FAFC;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #EEE;
  position: relative;
  overflow: hidden;
}

.qty-btn {
  position: absolute;
  top: 0;
  padding: 0;
  border: 0;
  width: 40px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qtyminus {
  left: 14px;
}
.qtyminus .icon {
  display: inline-block;
  width: 14px;
  height: 2px;
}

.qtyplus {
  right: 14px;
}
.qtyplus .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.qty-control {
  text-align: center;
  width: 100%;
  height: 36px;
  border: 0;
  border-radius: 12px;
  background: #EEE;
  outline: none;
}

.side-panel-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 24px 20px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side-panel-links a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: var(--color-black);
}
.side-panel-links a span {
  display: block;
  padding-left: 12px;
}

@media (max-width: 1599px) {
  .prod-cnt {
    padding-right: 40px;
  }
  .prod-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
  .side-panel-in {
    padding: 20px;
  }
  .side-panel-links {
    padding: 16px 10px;
  }
  .prod-cnt-params {
    padding-left: 30px;
  }
  .prod-cnt-row {
    margin-bottom: 40px;
  }
  .product-name h1, .product-name .h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
@media (max-width: 1399px) {
  .prod-cnt-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
  .prod-cnt-params strong {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .prod-cnt-row {
    display: block;
  }
  .prod-cnt-params {
    padding-left: 0;
  }
  .prod-cnt-img {
    /*max-width: 100%;*/
    margin-bottom: 24px;
  }
  .info-block h2, .info-block .h2, .info-block h3, .info-block .h3 {
    margin: 0 0 20px 0;
  }
  .product-name h1, .product-name .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px) {
  .prod-row {
    display: block;
  }
  .prod-side {
    max-width: 100%;
  }
  .prod-cnt {
    padding-right: 0;
    margin-bottom: 32px;
  }
  .prod-txt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .side-panel-links a span {
    max-width: 160px;
  }
  .side-panel-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-name h1, .product-name .h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .product-name {
    padding-top: 0px;
  }
  .product-name h1, .product-name .h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 24px;
  }
  .info-block h3, .info-block .h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .info-block h2, .info-block .h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .text-block p, .text-block ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .display-grid .item-name {
    font-size: 16px;
    line-height: 20px;
  }
  .display-grid .item-box {
    margin-bottom: 16px;
  }
  .map-canvas {
    margin-bottom: 40px;
  }
  .side-panel-links a {
    font-size: 14px;
    line-height: 20px;
  }
  .prod-files div[class^=col-] {
    margin-bottom: 24px;
  }
  .prod-files .row {
    margin-bottom: -24px;
  }
  .prod-cnt-params strong {
    font-size: 20px;
    line-height: 28px;
  }
  .prod-cnt-params li span span {
    padding: 6px 12px;
    border-radius: 6px;
  }
}
@media (max-width: 380px) {
  .link-download img {
    max-width: 28px;
  }
  .link-pay img {
    max-width: 44px;
  }
  .item-install .icon {
    display: none;
  }
}
@media (max-width: 374px) {
  .display-grid .item-box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .side-panel-links a {
    font-size: 12px;
    line-height: 16px;
  }
  .prod-labels .item-discount {
    font-size: 14px;
    line-height: 28px;
  }
  .prod-labels .item-available {
    font-size: 14px;
  }
}
.about-title {
  font-size: 133px;
  font-weight: 600;
  line-height: 108px;
  margin: 90px 0 15px 0;
  text-align: center;
}

.cite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 735px;
}

.cite-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  max-width: 94px;
  height: 94px;
}
.cite-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
}

.cite-1 {
  max-width: 480px;
  position: absolute;
  right: 0;
  top: 52px;
}
.cite-1 .cite-cnt {
  padding-top: 20px;
}

.cite-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 32px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-right: 34px;
  padding-top: 40px;
}
.cite-cnt span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.cite-cnt cite {
  display: block;
  font-size: 20px;
  line-height: 26px;
  border-radius: 0px 0px 48px 0px;
  border-right: 2px solid #131313;
  border-bottom: 2px solid #131313;
  padding: 0 20px 20px 0;
  text-align: left;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
  margin-right: -34px;
}

.about-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 53px 0 80px 0;
}

.about-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  max-width: 420px;
  font-size: 16px;
  line-height: 22px;
}
.about-lft p {
  color: #727576;
}
.about-lft h2, .about-lft .h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 24px;
}

.about-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 96px;
}
.about-rht ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: 13px;
}
.about-rht ul li {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  width: 100%;
}
.about-rht ul li div {
  border-bottom: 2px solid var(--color-black);
  padding-bottom: 24px;
}
.about-rht ul li span {
  display: block;
  font-size: 54px;
  font-weight: 600;
  line-height: 62px;
  text-transform: none;
}

.about-gall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 40px;
  margin-bottom: -32px;
}
.about-gall li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 16px;
  margin-bottom: 32px;
  display: block;
}
.about-gall li img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-map {
  position: relative;
}

.map-caption {
  border-radius: 40px;
  background: #131313;
  position: absolute;
  right: 0;
  top: 30px;
  padding: 16px 32px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
}
.map-caption span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #FF8A00;
}

@media (max-width: 1599px) {
  .about-title {
    font-size: 103px;
    line-height: 78px;
    margin: 120px 0 15px 0;
  }
  .cite-1 {
    max-width: 400px;
  }
  .about-rht ul li span {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1399px) {
  .about-title {
    font-size: 73px;
    line-height: 68px;
    margin: 120px 0 25px 0;
  }
  .cite-cnt cite {
    font-size: 16px;
    line-height: 24px;
  }
  .cite-cnt {
    padding-top: 20px;
  }
  .about-rht ul li {
    font-size: 14px;
  }
  .about-rht ul li span {
    font-size: 32px;
    line-height: 42px;
  }
  .about-rht {
    padding-left: 60px;
  }
  .about-rht ul li div {
    padding-bottom: 12px;
  }
  .about-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
    max-width: 380px;
  }
  .about-lft .h2, .about-lft h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .about-gall {
    margin-top: 30px;
  }
  main:has(.about-page) {
    background: url(../img/about-bg.png) right -200px no-repeat;
    background-size: 50%;
  }
  .cite-1 {
    max-width: 360px;
  }
  .cite-cnt {
    padding-left: 24px;
    padding-top: 12px !important;
  }
  .cite-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64px;
            flex: 0 0 64px;
    max-width: 64px;
    height: 64px;
  }
  .cite-img img {
    border-radius: 16px;
  }
}
@media (max-width: 1199px) {
  .about-title {
    font-size: 53px;
    line-height: 48px;
    margin: 120px 0px 25px;
  }
  .cite-1 {
    max-width: 280px;
  }
  .cite-cnt {
    padding-right: 12px;
  }
  .cite-cnt cite {
    margin-right: -12px;
  }
  .cite-cnt cite {
    font-size: 14px;
    line-height: 22px;
    padding: 0 15px 15px 0;
  }
  .about-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
    font-size: 14px;
    line-height: 20px;
  }
  .about-gall {
    margin-bottom: -20px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-gall li {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .about-rht {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .cite-1 {
    position: static;
    max-width: 420px;
    float: right;
    margin-bottom: 15px;
  }
  .about-gall {
    margin-bottom: 0;
  }
  .about-gall li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .about-title {
    clear: both;
  }
  .about-page {
    overflow: hidden;
  }
  .about-title {
    margin-top: 30px;
  }
  .about-main {
    display: block;
  }
  .about-lft {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .about-rht {
    padding-left: 0px;
  }
  .about-main {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .about-gall li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .about-rht ul li span {
    font-size: 24px;
    line-height: 38px;
  }
  .about-rht ul li {
    font-size: 11px;
  }
  .about-rht ul li div {
    padding-bottom: 6px;
  }
  .about-title {
    font-size: 43px;
    line-height: 43px;
  }
}
@media (max-width: 575px) {
  .about-rht ul {
    display: block;
    margin-bottom: 24px;
  }
  .about-rht ul li {
    max-width: 100%;
  }
  .about-rht ul li + li {
    margin-top: 15px;
  }
  .map-caption {
    top: 0px;
    padding: 10px 16px;
    border-radius: 24px;
    font-size: 14px;
    line-height: 20px;
  }
  .map-caption span {
    font-size: 18px;
    line-height: 26px;
  }
  .about-title {
    font-size: 32px;
    line-height: 32px;
  }
  .pagination {
    margin-bottom: 50px;
  }
}
.step-list {
  margin-bottom: 87px;
}

.step-block {
  background: #fff;
  border-radius: 24px;
  padding: 12px 24px 32px 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #727576;
  height: 100%;
}
.step-block p {
  margin-bottom: 8px;
}
.step-block p:last-child {
  margin-bottom: 0;
}

.step-block-ico {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 5px;
}
.step-block-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step-block-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
  color: var(--color-black);
}
.step-block-name span {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #727576;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  position: relative;
  margin-right: 8px;
  z-index: 1;
}
.step-block-name span:before {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media (max-width: 1399px) {
  .step-block-name {
    font-size: 18px;
    line-height: 22px;
  }
  .step-block {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .step-list {
    margin-bottom: 40px;
  }
  .step-list div[class^=col-] {
    margin-bottom: 30px;
  }
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.news-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 608px;
          flex: 0 0 608px;
  max-width: 608px;
}

.news-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 96px;
}

.select-box {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #F4F4F4;
  font-size: 20px;
  line-height: 26px;
}
.select-box .icon {
  width: 12px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 26px;
}
.select-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0 0 20px;
  width: 100%;
  height: 56px;
}
.select-box select::-ms-expand {
  display: none;
}

.news-search {
  border-radius: 24px;
  background: #fff;
  padding: 32px 40px;
  position: sticky;
  top: 0;
}
.news-search .btn-form {
  width: 100%;
  display: block;
}

.news-search-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0 0 32px 0;
}

.search-form {
  margin-left: -6px;
  margin-right: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -32px;
}

.form-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 6px;
  margin-bottom: 32px;
}

.form-block label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--color-black);
  margin-bottom: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news-item:hover {
  text-decoration: none;
  color: var(--color-black);
}
.news-item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
  max-width: 335px;
  border-radius: 24px;
  overflow: hidden;
}
.news-item-img img {
  border-radius: 24px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.news-item-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px 0 0 32px;
}
.news-item-cnt span {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.news-date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 10px;
}
.news-date:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  border-radius: 4px;
  background: var(--color-black);
}

@media (max-width: 1599px) {
  .news-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 540px;
            flex: 0 0 540px;
    max-width: 540px;
  }
  .news-search {
    padding: 32px;
  }
  .news-rht {
    padding-left: 60px;
  }
  .news-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
    max-width: 220px;
  }
  .news-item-cnt {
    padding-top: 16px;
  }
  .news-item-cnt span {
    font-size: 24px;
    line-height: 30px;
  }
  .news-date {
    font-size: 18px;
    line-height: 24px;
  }
  .form-block:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1399px) {
  .news-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    max-width: 460px;
  }
  .news-search-title {
    font-size: 28px;
    line-height: 34px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 1199px) {
  .news-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
  }
  .news-search {
    padding: 24px;
  }
  .search-form {
    display: block;
    margin-bottom: -16px;
  }
  .form-block {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .news-rht {
    padding-left: 40px;
  }
  .news-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    max-width: 180px;
  }
  .news-item-img, .news-item-img img {
    border-radius: 12px;
  }
  .news-item-cnt {
    padding: 0 0 0 20px;
  }
  .news-item-cnt span {
    font-size: 20px;
    line-height: 26px;
  }
  .news-search-title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px 0;
  }
}
@media (max-width: 991px) {
  .news {
    display: block;
    padding-top: 0;
  }
  .news-lft {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .news-rht {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .news-item-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .news-date {
    font-size: 16px;
    line-height: 22px;
  }
  .news-item-cnt span {
    font-size: 18px;
    line-height: 24px;
  }
  .news-search {
    padding: 15px;
    border-radius: 12px;
  }
}
.section {
  border-radius: 24px;
  background: #FFF;
  padding: 40px 60px;
}
.section:not(:last-child) {
  margin-bottom: 32px;
}
.section .h2, .section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  color: #F15454;
  margin: 0 0 32px 0;
}
.section .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section div[class^=col-] {
  padding: 0 10px 10px 10px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 32px;
}
.section div[class^=col-] a {
  color: var(--color-black);
}

.faq-section div[class^=col-]:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background: #E0E1E1;
}
.faq-section .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1399px) {
  .section {
    padding: 32px;
  }
}
@media (max-width: 575px) {
  .section div[class^=col-] {
    margin-bottom: 16px;
  }
  .section {
    padding: 24px 16px;
  }
  .section .h2, .section h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .section {
    border-radius: 12px;
  }
  .faq-section div[class^=col-]:last-child:after {
    display: none;
  }
}
.filter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 42px;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-menu li {
  display: inline-block;
  padding: 0 6px;
}
.filter-menu li button {
  padding: 12px 32px;
  border-radius: 40px;
  border: 2px solid #E0E1E1;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  white-space: nowrap;
}
.filter-menu li button span {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  color: #727576;
  margin-left: 8px;
}
.filter-menu li button.active {
  border-color: var(--color-black);
  background: var(--color-black);
  color: #fff;
}
.filter-menu li button.active span {
  color: #E7E7EB;
}

.filter-tab {
  display: none;
}
.filter-tab.js-show {
  display: block;
}

.person-list {
  margin: 0 auto;
  max-width: 750px;
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 32px;
}

.person-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  border-radius: 24px;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
  border-radius: 24px;
}
.person-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.person-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 23px 0 0 32px;
}

.person-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 4px;
}

.person-position {
  font-size: 16px;
  line-height: 22px;
  color: #727576;
  margin-bottom: 20px;
}

.person-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.person-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--color-black);
}
.person-contact a:not(:last-child) {
  margin-right: 32px;
}
.person-contact a[href^="tel:"] .icon {
  display: inline-block;
  width: 14px;
  height: 19px;
  margin-right: 4px;
}
.person-contact a[href^="mailto:"] .icon {
  display: inline-block;
  width: 20px;
  height: 16px;
  margin-right: 8px;
}

.filter-tabs {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .filter-menu li button {
    padding: 10px 16px;
    width: 100%;
  }
  .filter-menu li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    width: 100%;
    margin-bottom: 12px;
  }
  .person-title {
    font-size: 28px;
    line-height: 34px;
  }
  .person-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .person-cnt {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .person-title {
    font-size: 22px;
    line-height: 28px;
  }
  .person-contact {
    display: block;
  }
  .person-contact a {
    font-size: 18px;
  }
  .person-contact a + a {
    margin-top: 5px;
  }
  .person-contact a:not(:last-child) {
    margin-right: 0;
  }
  .person-cnt {
    padding-top: 0px;
  }
  .person-position {
    margin-bottom: 15px;
  }
  .filter-tabs {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .person-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    max-width: 100px;
  }
  .person-cnt {
    padding-left: 20px;
  }
  .person-title {
    font-size: 18px;
    line-height: 24px;
  }
  .person-contact a {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .person-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
  }
}
.global-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}

.article-card {
  padding: 12px 12px 28px 12px;
  border-radius: 24px;
  background: #fff;
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: var(--color-black);
  margin-bottom: 32px;
}
.article-card:hover {
  text-decoration: none;
  color: var(--color-black);
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
}
.article-card:hover .article-card-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.article-card-img {
  border-radius: 16px;
  height: 260px;
  margin-bottom: 25px;
  overflow: hidden;
}
.article-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.article-name {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.article-inf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-inf-block {
  padding-left: 34px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 0 23px;
  color: #727576;
}
.article-inf-block span {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.article-inf-block .icon {
  width: 23px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1599px) {
  .article-name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1399px) {
  .global-inner {
    display: block;
  }
  .global-inner > div[class^=col-] {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .article-name {
    font-size: 22px;
    line-height: 28px;
  }
  .article-inf-block {
    margin: 0 10px;
  }
  .article-inf-block span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .article-card-img {
    height: 200px;
    margin-bottom: 15px;
  }
  .article-card {
    margin-bottom: 15px;
  }
  .article-inf-block span {
    font-size: 12px;
    line-height: 18px;
  }
  .article-inf-block .icon {
    display: none;
  }
  .article-inf-block {
    padding: 0 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    text-align: center;
  }
  .article-card {
    border-radius: 12px;
    padding-bottom: 16px;
  }
  .article-card .article-card-img img,
  .article-card .article-card-img {
    border-radius: 12px;
  }
}
.article-bar {
  text-align: center;
  margin-bottom: 55px;
}
.article-bar .article-inf {
  border-radius: 24px;
  background: #FFF;
  padding: 15px 43px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
}

.article blockquote {
  padding: 0 0 0 64px;
  position: relative;
  margin: 0 64px 54px 64px;
}
.article blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: #727576;
}

.article-slider {
  border-radius: 24px;
  background: #FFF;
  padding: 21px 128px;
  margin-bottom: 80px;
}

.slider-for {
  margin-bottom: 24px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider-for.slick-initialized {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.slider-for .slide {
  height: 500px;
  border-radius: 24px;
  overflow: hidden;
}
.slider-for img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  vertical-align: top;
}

.slider-nav {
  max-width: 262px;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.slider-nav.slick-initialized {
  overflow: visible;
  opacity: 1;
  visibility: visible;
}
.slider-nav .slide {
  padding: 0 8px;
}
.slider-nav .slide span {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  border: 2px solid rgba(172, 171, 171, 0.2);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider-nav .slide span:hover {
  border: 2px solid rgba(172, 171, 171, 0.6);
}
.slider-nav .slick-current .slide span {
  border: 2px solid #FF8A00;
}
.slider-nav img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article.text .h2, .article.text h2, .article.text .h3, .article.text h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.article.text .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1399px) {
  .article-slider {
    padding: 21px 60px;
  }
}
@media (max-width: 1199px) {
  .article-slider {
    padding: 20px 20px 32px 20px;
  }
}
@media (max-width: 991px) {
  .slider-for {
    margin-bottom: 20px;
  }
  .slider-for .slide {
    height: 360px;
  }
  .article-slider {
    padding: 20px;
  }
  .article blockquote {
    margin: 0 0 32px 0;
    padding-left: 32px;
  }
  .article-bar {
    margin-bottom: 32px;
  }
  .article-slider {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .slider-for .slide {
    height: 300px;
  }
  .article-bar .article-inf {
    padding: 15px;
  }
  .article.text .h2, .article.text .h3, .article.text h2, .article.text h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .article-slider {
    padding: 15px;
  }
  .slider-nav .slide span {
    padding: 10px;
  }
  .slider-nav {
    max-width: 100%;
  }
}
.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.reviews-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
}

.reviews-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 96px;
}

.special-form {
  background: #fff;
  border-radius: 24px;
  padding: 52px 64px;
  position: sticky;
  top: 0;
}
.special-form .form-title {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 22px;
}

.review-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.review-block:last-child {
  margin-bottom: 0;
}
.review-block .slider-for {
  margin-bottom: 16px;
}
.review-block .slider-for .slide {
  height: 240px;
}

.review-block-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  max-width: 350px;
}

.review-block-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 74px;
  position: relative;
}
.review-block-rht:before {
  content: "«";
  display: block;
  position: absolute;
  left: 30px;
  top: -22px;
  color: #E0E1E1;
  font-size: 54px;
  line-height: 54px;
  font-weight: 600;
  line-height: 62px;
}

.posted-by {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: #727576;
}
.posted-by span {
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  color: var(--color-black);
  text-transform: none;
  margin-bottom: 4px;
}

@media (max-width: 1599px) {
  .reviews-rht {
    padding-left: 60px;
  }
  .special-form {
    padding: 40px;
  }
  .reviews-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    max-width: 420px;
  }
}
@media (max-width: 1399px) {
  .reviews-rht {
    padding-left: 60px;
  }
  .special-form {
    padding: 30px;
  }
  .reviews-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
  .review-block-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .reviews-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
  }
  .review-block {
    display: block;
  }
  .review-block-lft {
    max-width: 400px;
    margin-bottom: 24px;
  }
  .review-block-rht {
    padding-left: 0;
  }
  .review-block-rht:before {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .special-form .form-row {
    display: block;
  }
  .special-form .form-row label {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .reviews {
    display: block;
  }
  .reviews-rht {
    padding-left: 0;
    margin-bottom: 60px;
  }
  .review-block-lft {
    margin: 0 auto 24px auto;
  }
  .reviews-lft {
    max-width: 100%;
  }
}
.accordion h2, .accordion .h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  color: #F15454;
  text-align: center;
  margin-bottom: 30px;
}

.btn-acco {
  border: 0;
  padding: 0 60px 0 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  background: none;
  position: relative;
  text-align: left;
  width: 100%;
}
.btn-acco span {
  display: inline-block;
  color: #727576;
  margin-left: 16px;
}
.btn-acco .icon {
  display: block;
  stroke: #212121;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-acco.collapsed .icon {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.acc-card {
  padding: 24px 0;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
}
.acc-card:first-child {
  border-top: 2px solid #131313;
}
.acc-card:last-child {
  border-bottom: 2px solid #131313;
}
.acc-card strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 10px;
}
.acc-card ul {
  margin-bottom: 16px;
}
.acc-card ul li {
  display: block;
  padding-left: 36px;
  position: relative;
}
.acc-card ul li + li {
  margin-top: 8px;
}
.acc-card ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 12px;
  height: 1px;
  width: 16px;
  background: #131313;
}
.acc-card .btn-form {
  margin: 10px 0 20px 0;
}

.acc-card-body {
  padding-top: 20px;
}

.acc-card-list {
  margin-bottom: 60px;
}

.acc-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acc-panel .btn-form {
  background: none;
}
.acc-panel .btn-form:hover {
  background: #FF8A00;
  color: #fff;
}

@media (min-width: 992px) {
  .acc-panel .btn-form {
    min-width: 352px;
  }
}
.link {
  font-size: 28px;
  color: var(--color-black);
  font-weight: 600;
  line-height: 36px;
}
.link:hover {
  color: var(--color-black);
  text-decoration: none;
}
.link .icon {
  display: inline-block;
  width: 29px;
  height: 16px;
  margin-left: 16px;
}

@media (max-width: 991px) {
  .btn-acco {
    font-size: 24px;
    line-height: 32px;
  }
  .link {
    font-size: 24px;
    line-height: 32px;
  }
  .accordion .h2, .accordion h2 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .btn-acco {
    font-size: 20px;
    line-height: 28px;
  }
  .acc-card {
    padding: 16px 0;
  }
  .link {
    font-size: 20px;
    line-height: 28px;
  }
  .accordion .h2, .accordion h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .btn-acco .icon {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 575px) {
  .accordion .h2, .accordion h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .acc-card-list {
    margin-bottom: 30px;
  }
  .acc-panel {
    display: block;
    text-align: center;
  }
  .acc-panel .btn-form {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.story-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 24px;
  background: #fff;
  margin-bottom: 20px;
}
.story-block:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.story-list {
  margin-bottom: 70px;
}

.story-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 22px 24px 38px 66px;
}
.story-cnt span {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  color: #727576;
}
.story-cnt strong {
  display: block;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 20px;
}

.story-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 495px;
          flex: 0 0 495px;
  max-width: 495px;
  height: 288px;
  border-radius: 12px;
  overflow: hidden;
}
.story-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

@media (max-width: 1599px) {
  .story-cnt strong {
    font-size: 36px;
    line-height: 40px;
  }
  .story-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .story-cnt {
    padding: 22px 24px 28px 36px;
  }
  .story-cnt strong {
    font-size: 32px;
    line-height: 36px;
  }
  .story-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    max-width: 360px;
    height: 240px;
  }
  .story-cnt span {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .story-cnt {
    padding: 22px 24px 28px 24px;
  }
  .story-cnt strong {
    font-size: 28px;
    line-height: 32px;
  }
  .story-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    max-width: 320px;
  }
  .story-cnt span {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .story-cnt {
    padding: 22px 24px 28px 24px;
  }
  .story-cnt strong {
    font-size: 24px;
    line-height: 28px;
  }
  .story-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 260px;
  }
  .story-cnt span {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .story-block {
    display: block;
  }
  .story-img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .story-cnt {
    padding: 0;
    margin-bottom: 20px;
  }
  .story-block {
    border-radius: 12px;
  }
  .story-list {
    margin-bottom: 40px;
  }
}
.delivery-cnt {
  max-width: 768px;
  padding-top: 40px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 26px;
}
.delivery-cnt strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
.delivery-cnt .article-slider {
  padding: 32px;
}

.title {
  font-size: 70px;
  font-weight: 600;
  line-height: 78px;
  margin-bottom: 24px;
}
.title span {
  color: #FF8A00;
}

@media (max-width: 1699px) {
  main:has(.delivery)::before {
    left: -200px;
  }
  main:has(.delivery) {
    background: url(../img/about-bg.png) right center no-repeat;
    background-size: 30% auto;
  }
}
@media (max-width: 1399px) {
  .title {
    font-size: 52px;
    line-height: 66px;
  }
  main:has(.delivery)::before {
    left: -300px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .delivery-cnt strong {
    font-size: 22px;
    line-height: 30px;
  }
  .special-form .form-title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  main:has(.delivery)::before {
    display: none;
  }
  main:has(.delivery) {
    background: url(../img/about-bg.png) right center no-repeat;
    background-size: 20% auto;
  }
  .delivery-cnt {
    padding-top: 20px;
  }
  .delivery-cnt .article-slider {
    padding: 16px;
  }
}
.contact-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px 0;
}
.contact-tabs li {
  display: block;
  margin: 0 6px;
}
.contact-tabs li a {
  display: inline-block;
  text-align: center;
  padding: 10px 32px;
  border-radius: 40px;
  border: 2px solid #E0E1E1;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  color: var(--color-black);
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact-tabs li a.active {
  background: var(--color-black);
  border-color: var(--color-black);
  color: #fff;
}

.contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-row .map-canvas {
  height: 460px;
}

.contact-lft {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 576px;
          flex: 0 0 576px;
  max-width: 576px;
  padding-right: 32px;
}

.contact-lft-offset {
  padding-top: 100px;
}

.contact-rht {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact-sub-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.contact-sub-tabs li {
  display: block;
}
.contact-sub-tabs li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  padding: 14px 35px;
  color: var(--color-black);
  background: #F8F8F9;
  border: 2px solid #E0E1E1;
}
.contact-sub-tabs li a:hover {
  text-decoration: none;
}
.contact-sub-tabs li a.active {
  background: var(--color-black);
  color: #fff;
}
.contact-sub-tabs li a.active .icon {
  stroke: #fff;
}
.contact-sub-tabs li:first-child a {
  border-radius: 16px 0 0 16px;
  border-right: 0;
}
.contact-sub-tabs li:last-child a {
  border-radius: 0px 16px 16px 0px;
  border-left: 0;
}
.contact-sub-tabs li .icon {
  width: 44px;
  height: 35px;
  stroke: #131313;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  max-width: 44px;
  margin-right: 11px;
}

.tab-content {
  position: relative;
}

.contact-block {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px;
}
.contact-block span {
  display: block;
  margin-bottom: 4px;
  color: #727576;
}

.contact-tels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px 12px -14px;
}
.contact-tels .contact-block {
  padding: 0 14px;
  margin-bottom: 0px;
}
.contact-tels a {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  display: inline-block;
  color: var(--color-black);
}

.contact-ttl {
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  padding-bottom: 16px;
  border-bottom: 2px solid var(--color-black);
  margin-right: 65px;
}

.contact-full li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  border-bottom: 1px solid #E0E1E1;
  margin-bottom: 16px;
}
.contact-full li span {
  font-size: 16px;
  line-height: 22px;
}
.contact-full li span:first-child {
  padding-right: 32px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  max-width: 320px;
  font-weight: 700;
}
.contact-full li span:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1399px) {
  .contact-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
    max-width: 460px;
  }
  .contact-tels a {
    font-size: 20px;
    line-height: 28px;
  }
  .contact-sub-tabs li a {
    padding: 10px 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 1199px) {
  .contact-full li span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    max-width: 240px;
  }
  .contact-lft {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
  .contact-sub-tabs li a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-tels {
    display: block;
  }
  .contact-tels .contact-block + .contact-block {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .contact-tels {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-row {
    display: block;
  }
  .contact-lft {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  .contact-ttl {
    margin-right: 0;
    text-align: center;
  }
  .contact-sub-tabs {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .contact-tabs {
    margin-bottom: 30px;
  }
  .contact-lft-offset {
    padding-top: 0px;
  }
  .contact-ttl {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .contact-tabs li a {
    font-size: 14px;
    padding: 6px 16px;
  }
  .contact-ttl {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .contact-full li span {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-full li span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
    padding-right: 20px;
  }
  .contact-sub-tabs li a {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 24px;
  }
  .contact-sub-tabs li .icon {
    width: 34px;
    height: 25px;
    margin-right: 6px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34px;
            flex: 0 0 34px;
    max-width: 34px;
  }
  .contact-tels {
    display: block;
  }
  .contact-tels .contact-block + .contact-block {
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .contact-tabs {
    display: block;
  }
  .contact-tabs li {
    max-width: 100%;
    width: 100%;
    display: block;
  }
  .contact-tabs li + li {
    margin-top: 10px;
  }
  .contact-tabs li a {
    display: block;
  }
}
@media (max-width: 374px) {
  .contact-full li {
    display: block;
  }
  .contact-full li span:first-child {
    max-width: 100%;
    margin-bottom: 5px;
    display: block;
  }
}
.thx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 18px;
}
.thx .cite {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 100%;
  margin-bottom: 15px;
}
.thx .cite-cnt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
  padding: 0;
}
.thx .cite-cnt cite {
  margin: 0;
}
.thx cite {
  font-size: 16px;
  line-height: 22px;
  padding: 0 16px 16px 0;
}

.thx-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
  max-width: 570px;
}
.thx-img img {
  max-width: 100%;
}

.thx-cnt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  line-height: 26px;
}
.thx-cnt strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}
.thx-cnt .inner {
  max-width: 800px;
}

.thx-msg {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.thx-title {
  font-size: 70px;
  font-weight: 600;
  line-height: 78px;
  margin-bottom: 24px;
}
.thx-title span {
  color: #E37D04;
}

@media (max-width: 1599px) {
  .thx-title {
    font-size: 50px;
    line-height: 58px;
  }
  .thx-cnt strong {
    font-size: 22px;
    line-height: 30px;
  }
  .thx .cite {
    top: 0;
  }
  .thx .cite-cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .thx-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
    padding-top: 60px;
  }
  .thx-title {
    font-size: 42px;
    line-height: 50px;
  }
  .thx-cnt strong {
    font-size: 20px;
    line-height: 28px;
  }
  .thx .cite-cnt {
    padding-top: 0 !important;
  }
}
@media (max-width: 1199px) {
  .thx-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    max-width: 300px;
    padding: 100px 30px 0 0;
  }
  .thx-title {
    font-size: 42px;
    line-height: 50px;
  }
  .thx-cnt strong {
    font-size: 20px;
    line-height: 28px;
  }
  .thx-cnt {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .thx-img {
    display: none;
  }
  .thx .cite {
    margin-bottom: 24px;
  }
  .thx-title {
    font-size: 32px;
    line-height: 40px;
  }
  .thx-cnt strong {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .thx-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .thx-cnt {
    font-size: 16px;
    line-height: 22px;
  }
  .thx .cite-cnt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .thx {
    padding-top: 0;
  }
  main {
    padding-bottom: 40px;
  }
}
.portf-tmb-big {
  height: 550px;
}

.portf-tmb-super {
  height: 740px;
}

.portf-list {
  padding-top: 30px;
}
.portf-list .portf-tmb {
  margin-bottom: 32px;
}
.portf-list div[class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.portf-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}
.portf-txt strong {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 27px 0 32px 0;
}

@media (max-width: 1399px) {
  .portf-txt strong {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0 16px 0;
  }
}
@media (max-width: 1199px) {
  .portf-txt strong {
    font-size: 22px;
    line-height: 28px;
  }
  .portf-txt {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .portf-list div[class^=col-]:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .portf-list div[class^=col-]:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .portf-list div[class^=col-]:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .portf-list {
    padding-top: 0;
  }
  .portf-tmb-super, .portf-tmb-big, .portf-tmb {
    height: 300px;
  }
}
.portf-short {
  text-align: center;
  margin-bottom: 32px;
}

.sales-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 60px 8px 0;
  border-bottom: 1px solid #E0E1E1;
  position: relative;
}

.sales-lft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.sales-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #727576;
}
.sales-txt span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: var(--color-black);
}

.sales-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
          box-shadow: 0px 15px 15px 0px rgba(172, 171, 171, 0.3);
}
.sales-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sales-rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sales-rht .prod-spinner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  max-width: 160px;
  margin-right: 20px;
}
.sales-rht .qty-control {
  padding: 0 50px;
}

.sales-price {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-right: 20px;
}

.sales-table {
  margin-bottom: 60px;
}

.cart-table .sales-price {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
  padding-right: 0;
}
.cart-table .sales-rht {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  max-width: 370px;
}
.cart-table .sales-txt a {
  color: #000;
}

@media (max-width: 1199px) {
  .sales-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
    height: 60px;
  }
  .sales-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .sales-txt span {
    font-size: 22px;
    line-height: 28px;
  }
  .sales-price {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .sales-txt span {
    font-size: 20px;
    line-height: 26px;
  }
  .super-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .sales-row {
    display: block;
  }
  .sales-lft {
    padding: 0;
    margin-bottom: 15px;
  }
  .sales-rht {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sales-price {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.carousel {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}
.carousel .slide {
  padding: 0 30px;
}

.carousel-wrap {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  padding: 0;
  border: 0;
  background: #fff;
  width: 48px;
  height: 48px;
  font-size: 0;
  margin-top: -24px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(172, 171, 171, 0.5);
          box-shadow: 0px 6px 6px 0px rgba(172, 171, 171, 0.5);
}
.slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-prev {
  left: 0px;
}
.slick-prev:before {
  border-left: 6px solid #FF8A00;
  border-bottom: 6px solid #FF8A00;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: 4px;
}

.slick-next {
  right: 0px;
}
.slick-next:before {
  border-right: 6px solid #FF8A00;
  border-bottom: 6px solid #FF8A00;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-left: -4px;
}

@media (max-width: 1599px) {
  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .slide {
    padding: 0 20px;
  }
}
@media (max-width: 1399px) {
  .carousel {
    margin-left: -15px;
    margin-right: -15px;
  }
  .carousel .slide {
    padding: 0 15px;
  }
}
.cart-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.cart-select label {
  display: block;
}
.cart-select .select-box {
  background: #fff;
}

.cart-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 30px -15px;
}

.cart-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}
.cart-panel .btn, .cart-panel .btn-form {
  font-size: 20px;
  padding: 10px 24px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .cart-table .sales-rht {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
    max-width: 160px;
  }
  .sales-rht .prod-spinner {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .cart-table .sales-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cart-table .sales-lft {
    padding-right: 30px;
  }
  .cart-table .sales-txt span {
    font-size: 18px;
    line-height: 24px;
  }
  .cart-table .sales-price {
    font-size: 20px;
    line-height: 28px;
  }
  .cart-selects {
    display: block;
  }
  .cart-select {
    max-width: 100%;
  }
  .cart-select:not(:last-child) {
    margin-bottom: 20px;
  }
  .cart-panel {
    display: block;
  }
  .cart-panel .btn-form {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .cart-table .sales-row {
    display: block;
  }
  .cart-table .sales-rht {
    margin: 0 auto;
  }
  .sales-table .sales-price {
    text-align: center;
  }
  .cart-table .sales-lft {
    padding-right: 0;
  }
  .cart-select .select-box {
    font-size: 16px;
  }
}
.remove-btn {
  width: 42px;
  height: 42px;
  padding: 0;
  border: 2px solid #000;
  font-size: 28px;
  line-height: 10px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cookie-panel {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  z-index: 200;
  padding: 15px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.cookie-panel .container {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cookie-panel-wrap {
  position: relative;
}

#toggler {
  left: 0px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
#toggler:checked ~ .cookie-panel {
  display: none;
}

.cookie-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cookie-msg a {
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.cookie-msg a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}
.cookie-msg span {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
}

.btn-dismiss {
  background: #727576;
  color: #fff;
  padding: 5px 15px;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.btn-dismiss:hover {
  background: #fff;
  color: #000;
}

@media (max-width: 768px) {
  .cookie-panel {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575px) {
  .cookie-panel {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 0;
  }
  .cookie-msg span {
    padding-right: 15px;
  }
  .btn-dismiss {
    padding: 5px 10px;
  }
}