/* FONT */
/* VW FORMULA */
.main {
  width: 100%;
  margin: auto;
}
.main .container {
  max-width: 1580px;
  padding: 0 40px;
}
@media (max-width: 1109px) {
  .main .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1500px) {
  .main {
    position: relative;
  }
}
.main .title {
  font-weight: bold;
  text-align: center;
}
.main h1.title {
  font-size: 60px;
  margin-bottom: 35px;
}
.main h2.title {
  font-size: 60px;
  margin-bottom: 60px;
}
.main .text {
  max-width: 860px;
  font-size: 30px;
  margin-bottom: 18px;
  text-align: center;
}
.main .more {
  display: block;
  margin: 0 auto;
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: inherit;
}
.main .more:hover .ic-more {
  width: 80px;
}
.main .more .ic-more {
  position: absolute;
  top: 45%;
  left: 105%;
  width: 60px;
  height: 12px;
  transition: width 0.2s ease;
}
.main .main-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  color: #292929;
}
.main .products-slider {
  margin-top: 70px;
}
.main .products-slider .swiper {
  width: 100%;
  padding: 0 0 80px;
}
.main .products-slider .swiper .product {
  font-family: "ALS Delsa", sans-serif;
  display: flex;
  color: #292929;
}
.main .products-slider .swiper .product .product-img {
  width: 180px;
  height: 300px;
  background-position: top center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 40px;
}
.main .products-slider .swiper .product .product-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.main .products-slider .swiper .product .product-info .product-special {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.main .products-slider .swiper .product .product-info .product-special .ic-special {
  margin-right: 10px;
}
.main .products-slider .swiper .product .product-info .product-special .special-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.main .products-slider .swiper .product .product-info .product-name {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #292929;
}
.main .products-slider .swiper .product .product-info .product-desc {
  font-size: 21px;
  word-break: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 160px;
  color: #292929;
}
.main .products-slider .swiper .product .product-info .product-desc,
.main .products-slider .swiper .product .product-info .product-name {
  transition: all 0.25s;
}
.main .products-slider .swiper .product:hover .product-info .product-desc,
.main .products-slider .swiper .product:hover .product-info a.product-name {
  color: rgba(41, 41, 41, 0.7);
}
.main .products-slider .swiper .custom-buttons {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
  left: 50%;
  transform: translateX(-50%);
}
.main .products-slider .swiper .custom-buttons .custom-button {
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .main .products-slider .swiper .custom-buttons .custom-button.next {
    cursor: pointer;
  }
  .main .products-slider .swiper .custom-buttons .custom-button.next:hover {
    transform: translateX(2px);
  }
}
@media (min-width: 1110px) {
  .main .products-slider .swiper .custom-buttons .custom-button.prev {
    cursor: pointer;
  }
  .main .products-slider .swiper .custom-buttons .custom-button.prev:hover {
    transform: translateX(-2px);
  }
}
.main .products-slider .swiper .custom-buttons .custom-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 1110px) {
  .main .products-slider .swiper-slide {
    cursor: pointer;
  }
}
.main .news-slider {
  margin-top: 150px;
  overflow-x: hidden;
  padding-left: calc(50% - 260px);
  color: white;
}
.main .news-slider .swiper {
  width: 520px;
  margin-bottom: 35px;
  margin-left: 0;
  overflow: visible;
}
.main .news-slider .swiper .bg-img {
  width: 520px;
  height: 520px;
  border-radius: 50% 0 50% 50%;
  background: #292929 no-repeat 50%;
  background-size: cover;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  transition: background-image 350ms;
}
.main .news-slider .swiper .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1500px) {
  .main .news-slider .swiper .swiper-slide-active .article .article-info {
    display: block;
  }
}
.main .news-slider .swiper .swiper-slide-active .article .article-info .article-date {
  color: #FFFFFF;
}
.main .news-slider .swiper .swiper-slide-active .article .article-info .article-title {
  color: #FFFFFF;
}
.main .news-slider .swiper .swiper-slide-active .article .article-info .article-title a {
  color: #FFFFFF;
}
.main .news-slider .swiper .article {
  width: 520px;
  height: 520px;
  position: relative;
  display: block;
}
.main .news-slider .swiper .article .article-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1109px) {
  .main .news-slider .swiper .article .article-info {
    display: none;
  }
}
@media (max-width: 1500px) {
  .main .news-slider .swiper .article .article-info {
    width: 80%;
  }
}
@media (max-width: 459px) {
  .main .news-slider .swiper .article .article-info {
    text-align: center;
  }
}
.main .news-slider .swiper .article .article-info .article-date {
  font-size: 12px;
  color: #292929;
}
.main .news-slider .swiper .article .article-info .article-title {
  font-size: 30px;
  color: #292929;
}
@media (max-width: 1500px) {
  .main .news-slider .swiper .article .article-info .article-title {
    font-size: 28px;
  }
}
@media (max-width: 1109px) {
  .main .news-slider .swiper .article .article-info .article-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .main .news-slider .swiper .article .article-info .article-title {
    font-size: 18px;
  }
}
.main .news-slider .swiper .article .article-info .article-title a {
  color: #292929;
}
.main .news-slider .swiper .custom-buttons {
  position: absolute;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 60px;
  left: 260px;
}
.main .news-slider .swiper .custom-buttons .custom-button {
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .main .news-slider .swiper .custom-buttons .custom-button.next {
    cursor: pointer;
  }
  .main .news-slider .swiper .custom-buttons .custom-button.next:hover {
    transform: translateX(2px);
  }
}
@media (min-width: 1110px) {
  .main .news-slider .swiper .custom-buttons .custom-button.prev {
    cursor: pointer;
  }
  .main .news-slider .swiper .custom-buttons .custom-button.prev:hover {
    transform: translateX(-2px);
  }
}
.main .news-slider .swiper .custom-buttons .custom-button.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
@media (min-width: 1110px) {
  .main .news-slider .swiper-slide {
    cursor: pointer;
  }
}

.product-block-mobile {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  align-items: center;
  color: #fff;
  position: relative;
  text-align: center;
  margin: 0 -20px;
}

.product-block-mobile > * {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.product-block-mobile img {
  height: auto;
  width: 100%;
}

.product-block-mobile .h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.product-block-mobile .h4 {
  font-size: 13px;
  font-weight: bold;
  display: inline-flex;
  gap: 4px;
  align-items: center;
}
.product-block-mobile .h4 img {
  width: 27px;
  height: 10px;
  object-fit: cover;
  object-position: center right;
}

.product-block-mobile .container {
  transform: translateY(-35%);
}

@media (min-width: 768px) {
  .product-block-mobile {
    display: none;
  }
}

/* FONT */
/* VW FORMULA */
@media screen and (max-width: 768px) {
  .main {
    max-width: unset;
    width: 100%;
    overflow: hidden;
    padding: 110px 4.6875vw 14.0625vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 1500px) {
  .main {
    padding: 90px 4.6875vw 14.0625vw;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main {
    padding: 110px 20px 60px;
  }
}
@media screen and (max-width: 768px) {
  .main h1.title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main h1.title {
    font-size: 5vw;
    line-height: 6vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main h1.title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main h2.title {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 4.6875vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main h2.title {
    font-size: 5.625vw;
    line-height: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main h2.title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .main .text {
    display: block;
    max-width: unset;
    font-size: 16.5px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 4.6875vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main .text {
    font-size: 3.4375vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .text {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .main .more {
    position: relative;
    font-size: 19.5px;
    line-height: 1.4;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main .more {
    font-size: 4.0625vw;
    line-height: 4.75vw;
  }
}
@media screen and (max-width: 768px) {
  .main .more:hover .ic-more {
    width: 14.0625vw;
  }
  .main .more .ic-more {
    width: 14.0625vw;
    height: 3.125vw;
    position: static;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .more .ic-more {
    width: 40px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .main .main-block {
    display: block;
    overflow: unset;
    height: unset;
    margin-top: unset;
    padding: 79.6875vw 0 0 0;
    margin-bottom: 15.625vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .main-block {
    padding: 300px 0 0 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main .main-block:last-of-type {
    margin-bottom: unset;
  }
  .main .main-block.noimage {
    padding: 10.9375vw 0 0 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .main-block.noimage {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .main-block .bg-img {
    width: 70.3125vw;
    height: 70.3125vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .main-block .bg-img {
    width: 280px;
    height: 280px;
  }
}
@media screen and (max-width: 768px) {
  .main .main-block .bg-img.left {
    right: unset;
  }
  .main .main-block .bg-img.right {
    left: 50%;
  }
  .main .products-slider .swiper {
    width: unset;
    padding: unset;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .products-slider .swiper {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .main .products-slider .swiper .swiper-slide {
    width: 200px;
  }
  .main .products-slider .swiper .product {
    flex-direction: column;
  }
  .main .products-slider .swiper .product .product-img {
    min-height: 57.8125vw;
    margin: 0 7.8125vw 9.375vw 0;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .products-slider .swiper .product .product-img {
    min-height: 200px;
    margin: 0 20px 26px 0;
  }
}
@media screen and (max-width: 768px) {
  .main .products-slider .swiper .product .product-info .product-special {
    margin-bottom: 4.6875vw;
    align-items: flex-start;
  }
  .main .products-slider .swiper .product .product-info .product-special .ic-special {
    width: 6.25vw;
    height: 6.25vw;
    margin-right: 3.125vw;
  }
  .main .products-slider .swiper .product .product-info .product-special .special-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main .products-slider .swiper .product .product-info .product-special .special-title {
    font-size: 3.125vw;
    line-height: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .main .products-slider .swiper .product .product-info .product-name {
    font-size: 31.5px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 459px) {
  .main .products-slider .swiper .product .product-info .product-name {
    font-size: 6.5625vw;
    line-height: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .main .products-slider .swiper .product .product-info .product-desc {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    max-height: 112px;
  }
  .main .products-slider .swiper .custom-buttons {
    display: none;
  }
  .main .news-slider {
    margin-top: 23.4375vw;
    overflow-x: hidden;
    padding-left: unset;
    color: white;
  }
}
@media screen and (max-width: 768px) and (min-width: 460px) {
  .main .news-slider {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .main .news-slider .swiper {
    width: 100%;
    margin-bottom: 7.8125vw;
    margin-left: 0;
    overflow: visible;
  }
  .main .news-slider .swiper .bg-img {
    width: 70.3125vw;
    height: 70.3125vw;
  }
  .main .news-slider .swiper .swiper-slide-active ~ .swiper-slide {
    color: #292929;
  }
  .main .news-slider .swiper .article {
    width: 70.3125vw;
    height: 70.3125vw;
  }
  .main .news-slider .swiper .article .article-info {
    width: 70.3125vw;
    padding: 0 4.6875vw;
  }
  .main .news-slider .swiper .custom-buttons {
    display: none;
  }
}