@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-SemiBoldItalic.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-SemiBold.woff2") format("woff2");font-weight: 600;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;}
@font-face {font-family: Inter;font-display: swap;src: url("../assets/fonts/Inter-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;}
@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?d333f65560e8873edff2f4e9b6262e9f") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-wt"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-vk"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-tg"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-frame"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-close"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-check"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-arrow"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-arrow-double"]::before { 
		content: "\f108"; 
	} 
 * {
 	padding: 0px;
 	margin: 0px;
 	border: 0px;
 }

 *,
 *::before,
 *::after {
 	box-sizing: border-box;
 }

 *::before,
 *::after {
 	display: inline-block;
 }

 html,
 body {
 	height: 100%;
 }

 body {
 	line-height: 1.48;
 	scrollbar-gutter: stable;
 	-ms-text-size-adjust: 100%;
 	-moz-text-size-adjust: 100%;
 	-webkit-text-size-adjust: 100%;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }

 input,
 button,
 textarea {
 	font-family: inherit;
 	font-size: inherit;
 	line-height: inherit;
 	color: inherit;
 	background-color: transparent;
 }

 input,
 textarea {
 	width: 100%;
 }

 label {
 	display: inline-block;
 }

 button,
 select,
 option {
 	cursor: pointer;
 }

 a {
 	display: inline-block;
 	color: inherit;
 	text-decoration: none;
 }

 ul li {
 	list-style: none;
 }

 img {
 	max-width: 100%;
 	height: auto;
 	vertical-align: middle;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
 	font-weight: inherit;
 	font-size: inherit;
 }/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 320px;
  color: #353e46;
  font-family: "Inter";
  font-size: 16px;
}
[data-pain-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 1710px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-page__container {
  display: grid;
  grid-template-columns: 320px 1fr;
}

.catalog-sidebar__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.36;
}
.catalog-sidebar__divides {
  margin-top: 24px;
}
.catalog-sidebar__item:not(:first-child) {
  margin-top: 32px;
}

.catalog-main__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 40px;
}
.catalog-main__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 24px;
  margin-top: 40px;
}
.catalog-tag {
  padding: 12px 14px 12px 22px;
  background-color: #d70034;
  color: #fff;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.catalog-tag--revers {
  color: #353e46;
  background-color: #f3f4f5;
}
.catalog-tag__close {
  font-size: 18px;
  line-height: 0.89;
}

.card {
  display: flex;
  flex-direction: column;
}
.card__img {
  object-fit: cover;
  width: 100%;
}
.card__content {
  margin-top: 24px;
  flex: 1;
}
.card__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.card__specif {
  margin-top: 12px;
}
.card__button {
  margin-top: 24px;
  align-self: start;
}

.specif__item {
  display: flex;
  gap: 12px;
  align-items: center;
}
.specif__item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #d9dde1;
}
.specif__item:not(:first-child) {
  margin-top: 8px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination__link {
  min-width: 56px;
  height: 56px;
  padding: 6px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  background-color: #f3f4f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination__link._active {
  color: #d70034;
}
.pagination__link--icon-arrow-double {
  border: 1.5px solid #d9dde1;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}
.pagination__link--previos {
  transform: rotate(-180deg);
}

.switch {
  display: flex;
  align-items: center;
  gap: 24px;
}
.switch__item {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}
.switch__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
  flex: 1;
}
.switch__input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch__input:checked + .switch__slider:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.switch__input:checked + .switch__slider {
  background-color: #d70034;
}
.switch__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d9dde1;
  border-radius: 40px;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}
.switch__slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.2s cubic-bezier(0.55, 0, 0.1, 1);
}/* Generated by vite-plugin-svg-spritemap */
[class*="--fcc"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.h1 {
  font-weight: 600;
  line-height: 0.96;
}
.h1 span {
  font-style: italic;
}
.h1 div {
  overflow: hidden;
  position: relative;
}
.h1 div p {
  translate: 0 100%;
}
.h1 p {
  position: relative;
}
.h1.--watcher-view p {
  translate: 0 0;
  transition: translate 1.2s ease;
}
.h1.--watcher-view span {
  transition: color 1.6s ease;
  color: #d70034;
}

.text-anim-left {
  transform: translateX(64px);
  opacity: 0;
}
.text-anim-left.--watcher-view {
  transition: all 2s ease;
  transform: translateX(0);
  opacity: 1;
}

.img-anim {
  overflow: hidden;
  height: auto;
  position: relative;
}
.img-anim__img {
  transform: translateY(100%);
  transition: transform 1.85s;
}
.img-anim.--watcher-view .img-anim__img {
  transition: transform 3s;
  transform: translateY(0);
}

.h2 {
  font-weight: 600;
  line-height: 0.96;
}
.h2 span {
  font-style: italic;
}
.h2 div {
  overflow: hidden;
  position: relative;
}
.h2 div p {
  translate: 0 100%;
}
.h2 p {
  position: relative;
}
.h2.--watcher-view p {
  translate: 0 0;
  transition: translate 1.2s ease;
}
.h2.--watcher-view span {
  transition: color 1.6s ease;
  color: #d70034;
}
.h2.--watcher-view.h2--revers span {
  transition: color 1.6s ease;
  color: #d9dde1;
}

.h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.24;
}

.h3 {
  font-weight: 600;
  line-height: 0.88;
}
.h3 span {
  font-style: italic;
  color: #d70034;
}

.h4 {
  font-weight: 600;
  line-height: 0.96;
}

.mt64-32 {
  margin-top: 64px;
}

.mt32-16 {
  margin-top: 32px;
}

.breadcrumbs {
  padding-top: 24px;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #8a939c;
}
.breadcrumbs__list a {
  color: #353e46;
}
.breadcrumbs__li:not(:first-child)::before {
  content: "/";
  margin-right: 8px;
  color: #353e46;
}
.breadcrumbs__title {
  margin-top: 24px;
}/* Generated by vite-plugin-svg-spritemap */
.menu__list {
  display: flex;
  align-items: center;
  gap: 8px 40px;
  flex-wrap: wrap;
  flex: 1;
}
.menu__link {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
.menu__link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #d70034;
  transition: width 0.3s ease, left 0.3s ease;
}

.icon-menu {
  display: none;
}/* Generated by vite-plugin-svg-spritemap */
.header {
  padding: 32px 0;
  background-color: #fff;
}
.header__container {
  display: flex;
  align-items: center;
  gap: 80px;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__nav-info-btn {
  display: flex;
  align-items: center;
  gap: 40px;
}

.mobile-time {
  text-align: right;
}
.mobile-time__mobile {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.36;
}
.mobile-time__time {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.32;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #3c4650;
  padding-top: 64px;
  padding-bottom: 24px;
  color: #fff;
}
.footer__grid {
  display: grid;
  grid-template-columns: 23% 1fr 23%;
  gap: 40px;
}

.footer-top__text {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.32;
}
.footer-top__menu-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px 48px;
}
.footer-top__li {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.36;
  position: relative;
}
.footer-top__li::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease, left 0.3s ease;
}
.footer-top__links {
  margin-top: 48px;
}
.footer-top__info-item:not(:first-child) {
  margin-top: 8px;
}
.footer-top__info-item--bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.36;
}

.links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.links__item {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  font-size: 20px;
}
.footer-bot {
  margin-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
  font-size: 12px;
  line-height: 1.32;
  color: #d9dde1;
}/* Generated by vite-plugin-svg-spritemap */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button--fw {
  width: 100%;
}
.button--dark {
  background-color: #353e46;
  color: #fff;
  padding: 16px 24px;
  border-radius: 100px;
  font-weight: 600;
  line-height: 1;
}
.button--border {
  border-radius: 100px;
  padding: 24px 12px;
  color: #c52546;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #d9dde1;
  text-align: center;
}
.button--border--20-24 {
  padding: 20px 24px;
}
.button--border.--icon-arrow {
  padding-left: 42px;
  padding-right: 42px;
  gap: 15px;
}
.button--border.--icon-arrow::before {
  order: 1;
  font-weight: 400;
}
.button--border-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.button--border-light {
  padding: 24px 35px;
  color: #fff;
}
.button--red {
  padding: 28px 47px;
  border-radius: 100px;
  font-weight: 600;
  line-height: 1;
  background-color: #d70034;
  color: #fff;
}
.button--red.--icon-arrow {
  gap: 15px;
}
.button--red.--icon-arrow::before {
  order: 1;
  font-weight: 400;
}
.button--language {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #d9dde1;
}

.btn-sw {
  width: 48px;
  height: 48px;
  color: #fff;
  background-color: #d70034;
  transition: all 0.3s ease;
}
.btn-sw.swiper-button-prev::before {
  transform: rotate(-135deg);
}
.btn-sw.swiper-button-next::before {
  transform: rotate(45deg);
}
.btn-sw.swiper-button-disabled {
  background-color: transparent;
  border: 1.5px solid #d9dde1;
  border-radius: 50%;
  color: #d9dde1;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background: rgba(40, 40, 40, 0.5019607843);
  backdrop-filter: blur(12px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-pain-popup-open] body::after {
  opacity: 1;
}

[data-pain-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30rem 10rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-pain-popup][data-pain-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-pain-popup-active] [data-pain-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-pain-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-pain-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #fff;
  padding: 50rem;
  width: 100%;
  max-width: 600rem;
  border-radius: 40rem;
  box-sizing: border-box;
}

.form__header {
  display: flex;
  align-items: center;
  gap: 20rem;
}
.form__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 30rem;
  line-height: 1.29;
  text-transform: uppercase;
}
.form__check {
  width: 39rem;
  height: 39rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f25d2f;
  border-radius: 50%;
  flex-shrink: 0;
}
.form__icon {
  width: 19rem;
  height: 15rem;
  fill: #fff;
}
.form__text {
  margin-top: 20rem;
  font-size: 16rem;
  line-height: 1.3;
}
.form .checkbox-text {
  margin-top: 20rem;
}
.form__inputs {
  margin-top: 50rem;
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 8rem;
}
.form__inputs input {
  border-radius: 48rem;
  border: 2px solid #21252a;
  height: 58rem;
  width: 100%;
  padding: 19rem 18rem;
  font-family: var(--second-family);
  font-size: 14rem;
  line-height: 1.43;
  box-sizing: border-box;
}
.form__inputs input::placeholder {
  font-weight: 300;
}
.form__inputs input.tel {
  padding-right: 50rem;
}
.form__inputs .input-wrapp-send {
  padding-right: 10rem;
  position: relative;
}
.form__inputs .input-wrapp-send .ui-btn-abound {
  position: absolute;
  right: 0;
  top: 0;
}
.form .checkbox-text__text {
  font-size: 12rem;
  line-height: 1.3;
}
.form .checkbox-text__text a {
  text-decoration: underline;
}

.ui-btn-abound {
  border-radius: 50%;
  background-color: #f25d2f;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58rem;
  height: 58rem;
  cursor: pointer;
}
.ui-btn-abound__icon {
  width: 20rem;
  height: 20rem;
  fill: #fff;
}
@media (max-width: 106.875em) {
  .header__container {
    gap: 24px;
  }
  .header__nav {
    gap: 24px;
  }
  .header__nav-info-btn {
    gap: 24px;
  }}
@media (max-width: 87.5em) {
  .catalog-main__grid {
    grid-template-columns: repeat(3, 1fr);
  }}
@media (max-width: 68.75em) {
  .catalog-main__grid {
    grid-template-columns: repeat(2, 1fr);
  }}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }}
@media (max-width: 61.99875em) {
  .catalog-page__container {
    grid-template-columns: 1fr;
  }
  .catalog-main__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 120px 15px 30px 15px;
    transition: left 0.3s;
    z-index: -2;
    background-color: #fff;
  }
  .menu::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 70px;
    left: -100%;
    top: 0;
    transition: left 0.3s;
    z-index: 2;
  }
  [data-pain-menu-open] .menu {
    left: 0;
  }
  [data-pain-menu-open] .menu::before {
    left: 0;
  }
  .menu__list {
    flex-direction: column;
    justify-content: center;
    row-gap: 40px;
  }
  .menu__link {
    font-weight: 600;
    font-size: 18px;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #d70034;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-pain-menu-open] .icon-menu span {
    width: 0;
  }
  [data-pain-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-pain-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header {
    border-bottom: 1px solid #d9dde1;
    position: relative;
    z-index: 10;
    padding: 16px 0;
  }
  .header__container::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .header__nav {
    order: -1;
  }
  .header__logo-div {
    flex: 1;
    text-align: center;
  }
  .header__nav-info-btn {
    margin-top: 24px;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .footer__grid {
    grid-template-columns: 1fr;
  }}
@media (max-width: 768px) {
  .form__inputs {
    grid-template-columns: 1fr;
  }}
@media (max-width: 47.99875em) {
  .catalog-sidebar__item:not(:first-child) {
    margin-top: 24px;
  }
  .catalog-main__tags {
    margin-top: 24px;
  }
  .catalog-main__grid {
    margin-top: 24px;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 8px;
  }
  .catalog-tag {
    padding: 10px;
    font-size: 14px;
  }
  .card__content {
    margin-top: 12px;
  }
  .card__title {
    font-size: 14px;
  }
  .card__specif {
    font-size: 12px;
  }
  .card__button {
    margin-top: 12px;
    width: 100%;
  }
  .pagination__link {
    min-width: 48px;
    height: 48px;
  }
  .h5 {
    font-size: 18px;
  }
  .mt64-32 {
    margin-top: 32px;
  }
  .mt32-16 {
    margin-top: 16px;
  }
  .footer {
    padding-top: 32px;
  }
  .footer-top__text {
    margin-top: 24px;
  }
  .footer-top__menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
  }
  .footer-top__li {
    font-size: 18px;
  }
  .footer-top__links {
    margin-top: 40px;
  }
  .footer-bot {
    margin-top: 40px;
    gap: 16px;
  }}
@media (max-width: 20em) {
  .catalog-page__container {
    gap: 24px;
  }
  .card__img {
    height: 180px;
  }
  .h1 {
    font-size: 36px;
  }
  .h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 26px;
  }
  .h4 {
    font-size: 22px;
  }
  .pt120-40 {
    padding-top: 40px;
  }
  .pt120-64 {
    padding-top: 64px;
  }
  .pb120-64 {
    padding-bottom: 64px;
  }}
@media (min-width: 20em) and (max-width: 106.875em) {
  .catalog-page__container {
    gap: clamp( 24px , 4.2014388489px  +  6.1870503597vw , 110px );
  }
  .card__img {
    height: clamp( 180px , 153.7553956835px  +  8.2014388489vw , 294px );
  }
  .h1 {
    font-size: clamp( 36px , 27.7122302158px  +  2.5899280576vw , 72px );
  }
  .h2 {
    font-size: clamp( 30px , 22.1726618705px  +  2.4460431655vw , 64px );
  }
  .h3 {
    font-size: clamp( 26px , 20.9352517986px  +  1.5827338129vw , 48px );
  }
  .h4 {
    font-size: clamp( 22px , 17.8561151079px  +  1.2949640288vw , 40px );
  }
  .pt120-40 {
    padding-top: clamp( 40px , 21.5827338129px  +  5.7553956835vw , 120px );
  }
  .pt120-64 {
    padding-top: clamp( 64px , 51.1079136691px  +  4.0287769784vw , 120px );
  }
  .pb120-64 {
    padding-bottom: clamp( 64px , 51.1079136691px  +  4.0287769784vw , 120px );
  }}
@media (min-width: 47.99875em) and (min-width: 20em) and (max-width: 106.875em) {
  .footer-top__menu-list {
    column-gap: clamp( 12px , 3.7122302158px  +  2.5899280576vw , 48px );
  }}
@media (min-width: 47.99875em) and (min-width: 106.875em) {
  .footer-top__menu-list {
    column-gap: 48px;
  }}
@media (min-width: 47.99875em) and (max-width: 20em) {
  .footer-top__menu-list {
    column-gap: 12px;
  }}
@media (min-width: 61.99875em) {
  .header__menu {
    flex: 1;
  }}
@media (min-width: 106.875em) {
  .catalog-page__container {
    gap: 110px;
  }
  .card__img {
    height: 294px;
  }
  .h1 {
    font-size: 72px;
  }
  .h2 {
    font-size: 64px;
  }
  .h3 {
    font-size: 48px;
  }
  .h4 {
    font-size: 40px;
  }
  .pt120-40 {
    padding-top: 120px;
  }
  .pt120-64 {
    padding-top: 120px;
  }
  .pb120-64 {
    padding-bottom: 120px;
  }}
@media (any-hover: hover) {
  .pagination__link {
    transition: color 0.3s ease;
  }
  .pagination__link:hover {
    color: #d70034;
  }
  .pagination__link--icon-arrow-double {
    transition: border 0.3s ease;
  }
  .pagination__link--icon-arrow-double:hover {
    border: 1.5px solid #d70034;
  }
  .menu__link {
    transition: color 0.3s ease;
  }
  .menu__link:hover {
    color: #d70034;
  }
  .menu__link:hover::after {
    width: 100%;
    left: 0;
  }
  .footer-top__li:hover::after {
    width: 100%;
    left: 0;
  }
  .links__item {
    transition: all 0.3s ease;
  }
  .links__item:hover {
    color: #d70034;
    border-radius: 0;
    background-color: #fff;
  }
  .button--dark {
    transition: background-color 0.3s ease, border-radius 0.3s ease;
  }
  .button--dark:hover {
    background-color: #d70034;
    border-radius: 0px;
  }
  .button--border {
    transition: all 0.3s ease-in-out;
  }
  .button--border:hover {
    border-radius: 0px;
    border: 1px solid #d70034;
    background-color: #d70034;
    color: #fff;
  }
  .button--border-light:hover {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #d70034;
  }
  .button--red.--icon-arrow {
    transition: all 0.3s ease;
  }
  .button--red.--icon-arrow:hover {
    border-radius: 0;
    background-color: #353e46;
  }
  .button--red-nim {
    transition: all 0.4s ease;
  }
  .button--red-nim:hover {
    border-radius: 0;
    background-color: #353e46;
  }
  .button--language {
    transition: background-color 0.3s ease;
  }
  .button--language:hover {
    background-color: #d9dde1;
  }
  .ui-btn-abound {
    transition: transform 0.2s ease-in-out 0s;
  }
  .ui-btn-abound:hover {
    transform: rotate(45deg);
  }}