.header-menu li a {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 2rem;
}
.header-menu li.actived a {
  border-radius: 2rem;
}

.header-tools .header-tools-icon:hover {
  opacity: 0.8;
}
.header-tools .dropdown-list {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 12px;
  overflow: hidden;
  border-radius: 2rem;
}
.header-tools .dropdown-list li {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.header-menu-toggle:hover {
  opacity: 0.8;
}

.pushy-link a {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.pushy-link a::after {
  display: none;
}

.main-title {
  display: flex;
  justify-content: center;
}
.main-title h2 {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 30px 60px;
}
.main-title h2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 44px;
  height: 2px;
  transform: rotate(-60deg);
}
.main-title h2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 44px;
  height: 2px;
  transform: rotate(-60deg);
}

.card-stack-lg-longer,
.card-stack-rev-lg-longer,
.card-stack-lg-long,
.card-stack-rev-lg-long,
.card-lg-long,
.card-rev-lg-long,
.card-bgtext-lg-long,
.card-lg,
.card-rev-lg,
.card-bgtext-lg,
.card-base,
.card-rev-base,
.card-bgtext-base,
.card-bgtext-half,
.card-sm-long,
.card-rev-sm-long,
.card-bgtext-sm-long {
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid;
  border-bottom: 5px double;
  border-right: 5px double;
}

.map-lg,
.map-base,
.map-half,
.map-sm,
.map-sm-long {
  border-radius: 0px;
  border: 2px solid;
  border-bottom: 5px double;
  border-right: 5px double;
}

.contact-lg .form-check .form-check-label .form-check-box,
.contact-base-long .form-check .form-check-label .form-check-box,
.contact-half-long .form-check .form-check-label .form-check-box {
  border: 1px solid #ccc;
}
.contact-lg .form-check .form-check-label .form-check-box::after,
.contact-base-long .form-check .form-check-label .form-check-box::after,
.contact-half-long .form-check .form-check-label .form-check-box::after {
  top: 1.5px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-width: 0 2px 2px 0;
}

.form-group input,
.form-group textarea {
  border-radius: 4px;
  border: 1px solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.form-group input.has-error,
.form-group textarea.has-error {
  border: 1px solid;
}

.policy-box {
  border: 1px solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 4px;
}

.form-alert,
.form-error,
.form-submit {
  border: 1px solid;
  border-radius: 4px;
}

.block-btn {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.block-btn:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.promotion-lg,
.promotion-btn-lg,
.promotion-base,
.promotion-btn-base,
.promotion-half,
.promotion-btn-half,
.promotion-full,
.promotion-btn-full {
  position: relative;
  background-size: 20px 20px;
  padding: 80px 30px;
}
.promotion-lg::before,
.promotion-btn-lg::before,
.promotion-base::before,
.promotion-btn-base::before,
.promotion-half::before,
.promotion-btn-half::before,
.promotion-full::before,
.promotion-btn-full::before {
  position: absolute;
  top: 0;
  --s: 23px;
  --p: 1;
  --R: calc(var(--s) * sqrt(var(--p) * var(--p) + 1)) at 50%;
  -webkit-mask: radial-gradient(var(--R) calc(100% - var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)), radial-gradient(var(--R) calc(100% + var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% calc(-1 * var(--s))/calc(4 * var(--s)) repeat-x;
          mask: radial-gradient(var(--R) calc(100% - var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)), radial-gradient(var(--R) calc(100% + var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% calc(-1 * var(--s))/calc(4 * var(--s)) repeat-x;
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}
.promotion-lg::after,
.promotion-btn-lg::after,
.promotion-base::after,
.promotion-btn-base::after,
.promotion-half::after,
.promotion-btn-half::after,
.promotion-full::after,
.promotion-btn-full::after {
  position: absolute;
  bottom: 0;
  --s: 23px;
  --p: 1;
  --R: calc(var(--s) * sqrt(var(--p) * var(--p) + 1)) at 50%;
  -webkit-mask: radial-gradient(var(--R) calc(100% - var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)), radial-gradient(var(--R) calc(100% + var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% calc(-1 * var(--s))/calc(4 * var(--s)) repeat-x;
          mask: radial-gradient(var(--R) calc(100% - var(--s) * (1 + var(--p))), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--s)) 0/calc(4 * var(--s)), radial-gradient(var(--R) calc(100% + var(--s) * var(--p)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% calc(-1 * var(--s))/calc(4 * var(--s)) repeat-x;
  content: "";
  display: block;
  height: 50px;
  width: 100%;
  transform: rotate(180deg);
}

.promotion-btn-lg a,
.promotion-btn-base a,
.promotion-btn-half a,
.promotion-btn-full a {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.promotion-btn-lg a:hover,
.promotion-btn-base a:hover,
.promotion-btn-half a:hover,
.promotion-btn-full a:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.detail-category-row .category-main li,
.item-category-row .category-main li,
.item-category-center .category-main li,
.item-category-col .category-main li,
.item-col-block .category-main li,
.item-col-large-block .category-main li,
.item-row-block .category-main li,
.item-row-large-block .category-main li,
.item-mix-block .category-main li,
.item-col-base-block .category-main li,
.item-col-large-base-block .category-main li,
.item-row-large-base-block .category-main li,
.item-mix-base-block .category-main li {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.detail-category-row .category-main:hover a,
.item-category-row .category-main:hover a,
.item-category-center .category-main:hover a,
.item-category-col .category-main:hover a,
.item-col-block .category-main:hover a,
.item-col-large-block .category-main:hover a,
.item-row-block .category-main:hover a,
.item-row-large-block .category-main:hover a,
.item-mix-block .category-main:hover a,
.item-col-base-block .category-main:hover a,
.item-col-large-base-block .category-main:hover a,
.item-row-large-base-block .category-main:hover a,
.item-mix-base-block .category-main:hover a {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.detail-category-row .category-sub,
.item-category-row .category-sub,
.item-category-center .category-sub,
.item-category-col .category-sub,
.item-col-block .category-sub,
.item-col-large-block .category-sub,
.item-row-block .category-sub,
.item-row-large-block .category-sub,
.item-mix-block .category-sub,
.item-col-base-block .category-sub,
.item-col-large-base-block .category-sub,
.item-row-large-base-block .category-sub,
.item-mix-base-block .category-sub {
  border-top: 2px solid;
}
.detail-category-row .category-sub a,
.item-category-row .category-sub a,
.item-category-center .category-sub a,
.item-category-col .category-sub a,
.item-col-block .category-sub a,
.item-col-large-block .category-sub a,
.item-row-block .category-sub a,
.item-row-large-block .category-sub a,
.item-mix-block .category-sub a,
.item-col-base-block .category-sub a,
.item-col-large-base-block .category-sub a,
.item-row-large-base-block .category-sub a,
.item-mix-base-block .category-sub a {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.detail-category-row .category-sub-list li,
.item-category-row .category-sub-list li,
.item-category-center .category-sub-list li,
.item-category-col .category-sub-list li,
.item-col-block .category-sub-list li,
.item-col-large-block .category-sub-list li,
.item-row-block .category-sub-list li,
.item-row-large-block .category-sub-list li,
.item-mix-block .category-sub-list li,
.item-col-base-block .category-sub-list li,
.item-col-large-base-block .category-sub-list li,
.item-row-large-base-block .category-sub-list li,
.item-mix-base-block .category-sub-list li {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.detail-category-row .product-search input,
.item-category-row .product-search input,
.item-category-center .product-search input,
.item-category-col .product-search input,
.item-col-block .product-search input,
.item-col-large-block .product-search input,
.item-row-block .product-search input,
.item-row-large-block .product-search input,
.item-mix-block .product-search input,
.item-col-base-block .product-search input,
.item-col-large-base-block .product-search input,
.item-row-large-base-block .product-search input,
.item-mix-base-block .product-search input {
  border: 1px solid;
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.detail-category-row .product-select select,
.item-category-row .product-select select,
.item-category-center .product-select select,
.item-category-col .product-select select,
.item-col-block .product-select select,
.item-col-large-block .product-select select,
.item-row-block .product-select select,
.item-row-large-block .product-select select,
.item-mix-block .product-select select,
.item-col-base-block .product-select select,
.item-col-large-base-block .product-select select,
.item-row-large-base-block .product-select select,
.item-mix-base-block .product-select select {
  border: 1px solid;
  border-radius: 2rem;
}

.item-col-block a,
.item-col-large-block a,
.item-row-block a,
.item-row-large-block a,
.item-mix-block a,
.item-col-base-block a,
.item-col-large-base-block a,
.item-row-large-base-block a,
.item-mix-base-block a {
  position: relative;
  overflow: hidden;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.item-col-block a::after,
.item-col-large-block a::after,
.item-row-block a::after,
.item-row-large-block a::after,
.item-mix-block a::after,
.item-col-base-block a::after,
.item-col-large-base-block a::after,
.item-row-large-base-block a::after,
.item-mix-base-block a::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: -35px;
  right: -35px;
  transform: rotate(-45deg);
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.item-col-block a:hover::after,
.item-col-large-block a:hover::after,
.item-row-block a:hover::after,
.item-row-large-block a:hover::after,
.item-mix-block a:hover::after,
.item-col-base-block a:hover::after,
.item-col-large-base-block a:hover::after,
.item-row-large-base-block a:hover::after,
.item-mix-base-block a:hover::after {
  bottom: -32px;
  right: -32px;
  transform: rotate(-225deg);
}
.item-col-block a:hover .item-img,
.item-col-large-block a:hover .item-img,
.item-row-block a:hover .item-img,
.item-row-large-block a:hover .item-img,
.item-mix-block a:hover .item-img,
.item-col-base-block a:hover .item-img,
.item-col-large-base-block a:hover .item-img,
.item-row-large-base-block a:hover .item-img,
.item-mix-base-block a:hover .item-img {
  border-radius: 0px;
}
.item-col-block .item-img,
.item-col-large-block .item-img,
.item-row-block .item-img,
.item-row-large-block .item-img,
.item-mix-block .item-img,
.item-col-base-block .item-img,
.item-col-large-base-block .item-img,
.item-row-large-base-block .item-img,
.item-mix-base-block .item-img {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border-radius: 0 50px;
}

.carousel-lg,
.carousel-base,
.carousel-half,
.carousel-sm,
.carousel-sm-long {
  border-radius: 0 50px;
}
.carousel-lg .swiper-button-next,
.carousel-lg .swiper-button-prev,
.carousel-base .swiper-button-next,
.carousel-base .swiper-button-prev,
.carousel-half .swiper-button-next,
.carousel-half .swiper-button-prev,
.carousel-sm .swiper-button-next,
.carousel-sm .swiper-button-prev,
.carousel-sm-long .swiper-button-next,
.carousel-sm-long .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.carousel-lg .swiper-button-next:hover,
.carousel-lg .swiper-button-prev:hover,
.carousel-base .swiper-button-next:hover,
.carousel-base .swiper-button-prev:hover,
.carousel-half .swiper-button-next:hover,
.carousel-half .swiper-button-prev:hover,
.carousel-sm .swiper-button-next:hover,
.carousel-sm .swiper-button-prev:hover,
.carousel-sm-long .swiper-button-next:hover,
.carousel-sm-long .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}

.featured-lg .featured-card,
.featured-base .featured-card,
.featured-half .featured-card,
.featured-sm .featured-card,
.featured-sm-long .featured-card {
  border: 2px solid;
  border-bottom: 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  position: relative;
  overflow: hidden;
}
.featured-lg .featured-card::before,
.featured-base .featured-card::before,
.featured-half .featured-card::before,
.featured-sm .featured-card::before,
.featured-sm-long .featured-card::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  top: 0;
}
.featured-lg .featured-card::after,
.featured-base .featured-card::after,
.featured-half .featured-card::after,
.featured-sm .featured-card::after,
.featured-sm-long .featured-card::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  bottom: 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.featured-lg .featured-card:hover::after,
.featured-base .featured-card:hover::after,
.featured-half .featured-card:hover::after,
.featured-sm .featured-card:hover::after,
.featured-sm-long .featured-card:hover::after {
  height: 2px;
}
.featured-lg .featured-img,
.featured-base .featured-img,
.featured-half .featured-img,
.featured-sm .featured-img,
.featured-sm-long .featured-img {
  border-radius: 0 80px 0 0;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.featured-lg .featured-img:hover,
.featured-base .featured-img:hover,
.featured-half .featured-img:hover,
.featured-sm .featured-img:hover,
.featured-sm-long .featured-img:hover {
  border-radius: 0px;
  transform: scale(103%);
}
.featured-lg .featured-name,
.featured-base .featured-name,
.featured-half .featured-name,
.featured-sm .featured-name,
.featured-sm-long .featured-name {
  padding: 0 10px;
}
.featured-lg .featured-price,
.featured-base .featured-price,
.featured-half .featured-price,
.featured-sm .featured-price,
.featured-sm-long .featured-price {
  padding-top: initial;
  padding: 0 10px 15px 10px;
}
.featured-lg .swiper-button-next,
.featured-lg .swiper-button-prev,
.featured-base .swiper-button-next,
.featured-base .swiper-button-prev,
.featured-half .swiper-button-next,
.featured-half .swiper-button-prev,
.featured-sm .swiper-button-next,
.featured-sm .swiper-button-prev,
.featured-sm-long .swiper-button-next,
.featured-sm-long .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.featured-lg .swiper-button-next:hover,
.featured-lg .swiper-button-prev:hover,
.featured-base .swiper-button-next:hover,
.featured-base .swiper-button-prev:hover,
.featured-half .swiper-button-next:hover,
.featured-half .swiper-button-prev:hover,
.featured-sm .swiper-button-next:hover,
.featured-sm .swiper-button-prev:hover,
.featured-sm-long .swiper-button-next:hover,
.featured-sm-long .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}

.facebook-sm,
.facebook-carousel-sm {
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid;
  border-bottom: 5px double;
  border-right: 5px double;
}

.facebook-carousel-sm .swiper-button-next,
.facebook-carousel-sm .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.facebook-carousel-sm .swiper-button-next:hover,
.facebook-carousel-sm .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}

.video-lg-long-block .video-prev,
.video-lg-long-block .video-next {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
  border-radius: 2rem;
}
.video-lg-long-block .video-prev:hover,
.video-lg-long-block .video-next:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.instagram-sm {
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid;
  border-bottom: 5px double;
  border-right: 5px double;
}

.gallery div {
  border-radius: 0px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  border: 5px double;
}
.gallery div:hover {
  padding: 5px;
  border: 5px double;
}

.info-block-wrapper {
  overflow: hidden;
  border-radius: 0px;
  border: 2px solid;
  border-bottom: 5px double;
  border-right: 5px double;
}

.item-img-block .item-swiper {
  border-radius: 0px;
}
.item-img-block .item-swiper a {
  border: 1px solid;
  border-radius: 0px;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.item-img-block .swiper-wrapper .swiper-slide img {
  border-radius: 0px;
}
.item-img-block .swiper-button-next,
.item-img-block .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.item-img-block .swiper-button-next:hover,
.item-img-block .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}
.item-img-block .mySwiper .swiper-slide-thumb-active {
  border: 2px solid;
  border-radius: 0px;
}

.product-content-block .buy-btn button,
.appointment-content-block .buy-btn button {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.product-content-block .buy-btn button:hover,
.appointment-content-block .buy-btn button:hover {
  transform: scale(0.95);
  opacity: 0.9;
}
.product-content-block .buy-btn button.disabled:hover, .product-content-block .buy-btn button:disabled:hover,
.appointment-content-block .buy-btn button.disabled:hover,
.appointment-content-block .buy-btn button:disabled:hover {
  opacity: 1;
  transform: none;
}

.product-out-block div a {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.product-out-block div a:hover {
  transform: scale(0.95);
  opacity: 0.9;
}

.promotion-info {
  border-left: 2px solid;
}
.promotion-info .promotion-list .badge {
  border: 1px solid;
  border-radius: 2rem;
}
.promotion-info .promotion-footer {
  border-radius: 2rem;
}

.product-selector .product-option button {
  border: 2px solid;
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.quantity-box {
  border: 1px solid;
  border-radius: 2rem;
}
.quantity-box .quantity-btn {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.quantity-input {
  border-right: 1px solid;
  border-left: 1px solid;
}

.appointment-place {
  border-top: 1px solid;
}

.appointment-form .time-selector .time-button {
  border: 2px solid;
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.appointment-form .staff-selector .staff-button {
  border: 2px solid;
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.booking-btn button {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.booking-btn button:hover {
  transform: scale(0.95);
  opacity: 0.9;
}
.booking-btn button.disabled:hover {
  opacity: 1;
  transform: none;
}

.product-detail-block,
.product-detail-rev-block {
  border-top: 2px solid;
}

.appointment-detail-block,
.appointment-detail-rev-block {
  border-top: 2px solid;
}
.appointment-detail-block .appointment-expand,
.appointment-detail-rev-block .appointment-expand {
  border-radius: 1px solid;
}
.appointment-detail-block .appointment-expand:hover,
.appointment-detail-rev-block .appointment-expand:hover {
  opacity: 0.9;
}

.carousel-full-main .swiper-button-next,
.carousel-full-main .swiper-button-prev,
.carousel-full-long .swiper-button-next,
.carousel-full-long .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.carousel-full-main .swiper-button-next:hover,
.carousel-full-main .swiper-button-prev:hover,
.carousel-full-long .swiper-button-next:hover,
.carousel-full-long .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}

.carousel-thumb-full-main .swiper-wrapper img,
.carousel-thumb-rev-full-main .swiper-wrapper img,
.carousel-thumb-full-long .swiper-wrapper img,
.carousel-thumb-rev-full-long .swiper-wrapper img {
  border-radius: 0px;
}
.carousel-thumb-full-main .mySwiper .swiper-slide-thumb-active,
.carousel-thumb-rev-full-main .mySwiper .swiper-slide-thumb-active,
.carousel-thumb-full-long .mySwiper .swiper-slide-thumb-active,
.carousel-thumb-rev-full-long .mySwiper .swiper-slide-thumb-active {
  border: 2px solid;
  border-radius: 0px;
}
.carousel-thumb-full-main .swiper-button-next,
.carousel-thumb-full-main .swiper-button-prev,
.carousel-thumb-rev-full-main .swiper-button-next,
.carousel-thumb-rev-full-main .swiper-button-prev,
.carousel-thumb-full-long .swiper-button-next,
.carousel-thumb-full-long .swiper-button-prev,
.carousel-thumb-rev-full-long .swiper-button-next,
.carousel-thumb-rev-full-long .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.carousel-thumb-full-main .swiper-button-next:hover,
.carousel-thumb-full-main .swiper-button-prev:hover,
.carousel-thumb-rev-full-main .swiper-button-next:hover,
.carousel-thumb-rev-full-main .swiper-button-prev:hover,
.carousel-thumb-full-long .swiper-button-next:hover,
.carousel-thumb-full-long .swiper-button-prev:hover,
.carousel-thumb-rev-full-long .swiper-button-next:hover,
.carousel-thumb-rev-full-long .swiper-button-prev:hover {
  opacity: 0.6;
}
@media (max-width: 1023px) and (min-width: 769px) {
  .carousel-thumb-full-main .swiper-button-next:hover,
  .carousel-thumb-full-main .swiper-button-prev:hover,
  .carousel-thumb-rev-full-main .swiper-button-next:hover,
  .carousel-thumb-rev-full-main .swiper-button-prev:hover,
  .carousel-thumb-full-long .swiper-button-next:hover,
  .carousel-thumb-full-long .swiper-button-prev:hover,
  .carousel-thumb-rev-full-long .swiper-button-next:hover,
  .carousel-thumb-rev-full-long .swiper-button-prev:hover {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  .carousel-thumb-full-main .swiper-button-next:hover,
  .carousel-thumb-full-main .swiper-button-prev:hover,
  .carousel-thumb-rev-full-main .swiper-button-next:hover,
  .carousel-thumb-rev-full-main .swiper-button-prev:hover,
  .carousel-thumb-full-long .swiper-button-next:hover,
  .carousel-thumb-full-long .swiper-button-prev:hover,
  .carousel-thumb-rev-full-long .swiper-button-next:hover,
  .carousel-thumb-rev-full-long .swiper-button-prev:hover {
    opacity: 0.6;
  }
}

.top10-carousel-lg .top10-card,
.top10-carousel-base .top10-card,
.top10-carousel-half .top10-card,
.top10-bgtext-carousel-lg .top10-card,
.top10-bgtext-carousel-base .top10-card,
.top10-bgtext-carousel-half .top10-card {
  border-radius: 0 50px;
  border: 3px solid;
}
.top10-carousel-lg .top10-card .top10-img,
.top10-carousel-base .top10-card .top10-img,
.top10-carousel-half .top10-card .top10-img,
.top10-bgtext-carousel-lg .top10-card .top10-img,
.top10-bgtext-carousel-base .top10-card .top10-img,
.top10-bgtext-carousel-half .top10-card .top10-img {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.top10-carousel-lg .top10-card:hover .top10-img,
.top10-carousel-base .top10-card:hover .top10-img,
.top10-carousel-half .top10-card:hover .top10-img,
.top10-bgtext-carousel-lg .top10-card:hover .top10-img,
.top10-bgtext-carousel-base .top10-card:hover .top10-img,
.top10-bgtext-carousel-half .top10-card:hover .top10-img {
  opacity: 0.8;
}
.top10-carousel-lg .top10-price,
.top10-carousel-base .top10-price,
.top10-carousel-half .top10-price,
.top10-bgtext-carousel-lg .top10-price,
.top10-bgtext-carousel-base .top10-price,
.top10-bgtext-carousel-half .top10-price {
  padding: 8px 0;
}
.top10-carousel-lg .swiper-button-next,
.top10-carousel-lg .swiper-button-prev,
.top10-carousel-base .swiper-button-next,
.top10-carousel-base .swiper-button-prev,
.top10-carousel-half .swiper-button-next,
.top10-carousel-half .swiper-button-prev,
.top10-bgtext-carousel-lg .swiper-button-next,
.top10-bgtext-carousel-lg .swiper-button-prev,
.top10-bgtext-carousel-base .swiper-button-next,
.top10-bgtext-carousel-base .swiper-button-prev,
.top10-bgtext-carousel-half .swiper-button-next,
.top10-bgtext-carousel-half .swiper-button-prev {
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  opacity: 0.8;
}
.top10-carousel-lg .swiper-button-next:hover,
.top10-carousel-lg .swiper-button-prev:hover,
.top10-carousel-base .swiper-button-next:hover,
.top10-carousel-base .swiper-button-prev:hover,
.top10-carousel-half .swiper-button-next:hover,
.top10-carousel-half .swiper-button-prev:hover,
.top10-bgtext-carousel-lg .swiper-button-next:hover,
.top10-bgtext-carousel-lg .swiper-button-prev:hover,
.top10-bgtext-carousel-base .swiper-button-next:hover,
.top10-bgtext-carousel-base .swiper-button-prev:hover,
.top10-bgtext-carousel-half .swiper-button-next:hover,
.top10-bgtext-carousel-half .swiper-button-prev:hover {
  opacity: 0.6;
  transform: scale(0.9);
}

.footer-menu li:hover {
  text-decoration: underline;
}

.footer-tools a i:hover {
  opacity: 0.8;
}

.popup-width-s,
.popup-width-m {
  border-radius: 2rem;
}

.register-mothod {
  border: 1px solid;
  border-radius: 4px 4px 0 0;
}
.register-mothod li a {
  border-bottom: 3px solid;
}
.register-mothod li a:hover {
  opacity: 0.8;
}
.register-mothod li:first-child {
  border-right: 1px solid;
}

.form-block input {
  border: 1px solid;
  border-radius: 2rem;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.btn-block button {
  border-radius: 2rem;
}

.btn-solid {
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.btn-solid:hover {
  transform: scale(0.99);
  opacity: 0.9;
}

.btn-outline {
  border: 1px solid;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.btn-outline:hover {
  transform: scale(0.99);
}

.third-party-block .third-party-btn button {
  border-radius: 2rem;
}

.tel-input button img {
  border-radius: 2rem;
}

.top10-bg,
.featured-bg,
.news-bg,
.facebook-video-bg,
.youtube-video-bg {
  position: relative;
}
.top10-bg::before,
.featured-bg::before,
.news-bg::before,
.facebook-video-bg::before,
.youtube-video-bg::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  padding-top: 150px;
  z-index: -1;
}
.top10-bg::after,
.featured-bg::after,
.news-bg::after,
.facebook-video-bg::after,
.youtube-video-bg::after {
  content: "";
  display: block;
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: -1;
}/*# sourceMappingURL=layout.css.map */