@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  height: auto;
  max-width: 1640px;
  margin: 0px auto;
}

.container-xs {
  width: 100%;
  height: auto;
  max-width: 906px;
  margin: 0px auto;
}

.header {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.header .header__block {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__block .header__logo {
  width: 25%;
}
.header .header__block .header__nav {
  width: 50%;
}
.header .header__block .header__nav ul {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header__block .header__nav ul li {
  list-style: none;
}
.header .header__block .header__nav ul li a {
  padding: 15px 42px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #6a15ff;
}
.header .header__block .header__nav ul li a:hover {
  background-color: rgba(106, 21, 255, 0.06);
}
.header .header__block .header__nav .hn__mobile {
  display: none;
}
.header .header__block .header__mobile {
  display: none;
}
.header .header__block .header__buttons {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header .header__block .header__buttons .header__cart {
  padding-left: 63px;
  border-left: 1px solid #a6a0db;
}
.header .header__block .header__buttons .header__cart a {
  display: inline-flex;
  align-items: center;
}
.header .header__block .header__buttons .header__cart a span {
  font-size: 16px;
  font-weight: 600;
  color: #6a15ff;
  padding-left: 12px;
  padding-top: 3px;
}
.header .header__block .header__buttons .header__button {
  padding-left: 50px;
}

.slider {
  width: 100%;
  height: calc(100vh - 120px);
  position: relative;
}
.slider .slider__arrow {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 99;
  padding: 50px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.slider .slider__arrow:hover {
  transform: translateY(-50%) scale(1.2);
}
.slider .slider__arrow:last-child {
  right: 0px;
  left: auto;
}
.slider .slides {
  width: 100%;
  height: 100%;
  display: flex;
}
.slider .slides .slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  min-height: calc(100vh - 120px);
}
.slider .slides .slide .slide__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}
.slider .slides .slide .slide__block {
  width: 100%;
  height: 100%;
  padding: 77px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}
.slider .slides .slide.slide__text {
  align-items: center;
}
.slider .slides .slide.slide__text .slide__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
}
.slider .slides .slide.slide__text .slide__content .slide__content-inside {
  max-width: 700px;
  padding: 0px 75px;
}
.slider .slides .slide.slide__text .slide__content .slide__content-inside h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  display: inline-block;
  padding-bottom: 167px;
}
.slider .slider__more {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
  min-height: 120px;
}
.slider .slider__more .sm__image {
  margin-bottom: -8px;
}
.slider .slider__more .sm__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider .slider__more .sm__content img {
  width: 10px;
  object-fit: contain;
  padding-bottom: 21px;
}
.slider .slider__more .sm__content span {
  font-size: 14px;
  font-weight: 400;
  color: #6a15ff;
}
.slider .slider__more .slider__more--hover {
  position: absolute;
  bottom: 0px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slider .slider__more .slider__more--hover .smh__image {
  margin-bottom: -7px;
}
.slider .slider__more .slider__more--hover .sm__content img {
  margin-top: 20px;
}
.slider .slider__more:hover .slider__more--content {
  opacity: 0;
}
.slider .slider__more:hover .slider__more--hover {
  opacity: 1;
}

.webshop {
  width: 100%;
  height: auto;
  padding: 172px 0px;
  background-color: rgba(166, 160, 219, 0.09);
}
.webshop .webshop__block {
  width: 100%;
  height: auto;
  position: relative;
}
.webshop .webshop__block .webshop__arrows {
  position: absolute;
  top: 100px;
  right: 0px;
  display: flex;
  align-items: center;
}
.webshop .webshop__block .webshop__arrows .webshop__arrow {
  margin-left: 27px;
}
.webshop .webshop__block .slick-dots {
  left: 0px;
  bottom: -125px;
  right: auto;
}
.webshop .webshop__list {
  padding-top: 77px;
  width: 100%;
  height: auto;
}
.webshop .webshop__list.webshop__page {
  flex-wrap: wrap;
  display: flex;
}
.webshop .webshop__list.webshop__page .product__item {
  margin-bottom: 50px;
}
.webshop .webshop__list .product__item {
  width: calc(33.33% - 25px);
  margin: 0px 12.5px;
  max-width: 33.33%;
  background-color: #fff;
  height: 514px;
}
.webshop .webshop__list .product__item .product__image {
  height: 373px;
}
.webshop .webshop__bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 72px;
}
.lists {
  width: 100%;
  height: 1050px;
  background-image: url("../img/lists-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  padding: 195px 0px;
}
.lists .lists__block {
  width: 100%;
  height: auto;
}
.lists .lists__block .lists__content {
  display: block;
  max-width: 840px;
}
.lists .lists__block .lists__content ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 65px;
  padding-bottom: 105px;
}
.lists .lists__block .lists__content ul li {
  list-style: none;
  min-width: 400px;
  font-size: 29px;
  line-height: 43px;
  font-weight: 400;
  color: #6a15ff;
  padding: 28px 0px;
}
.lists .lists__block .lists__content ul li img {
  padding-left: 30px;
}

.curing {
  width: 100%;
  height: auto;
  background-color: rgba(166, 160, 219, 0.09);
  padding: 196px 0px;
}
.curing .curing__block .curing__list {
  width: 100%;
  height: auto;
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.curing .curing__block .curing__list .curing__item {
  width: calc(33.33% - 33.33px);
  height: 190px;
  border-radius: 200px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #fff;
  cursor: pointer;
}
.curing .curing__block .curing__list .curing__item .ci__image {
  position: absolute;
  width: 65%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.curing .curing__block .curing__list .curing__item .ci__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.curing .curing__block .curing__list .curing__item .ci__content {
  width: 270px;
  height: 100%;
  padding: 0px 55px;
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(30%) brightness(15%);
  padding: 0px 56px;
  display: flex;
  align-items: center;
  transition: width 0.3s ease-in-out;
  position: relative;
}
.curing .curing__block .curing__list .curing__item .ci__content h4 {
  font-size: 23px;
  line-height: 34px;
  color: #000;
  font-weight: 400;
}
.curing .curing__block .curing__list .curing__item .ci__content h4 img {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%) translateX(0px);
  opacity: 0;
  transition: transform 0.3s ease-in-out;
}
.curing .curing__block .curing__list .curing__item:hover .ci__content {
  width: 300px;
}
.curing .curing__block .curing__list .curing__item:hover .ci__content h4 {
  padding-right: 20px;
}
.curing .curing__block .curing__list .curing__item:hover .ci__content h4 img {
  opacity: 1;
  transform: translateY(-50%) translateX(20px);
}

.help {
  width: 100%;
  height: auto;
  background-color: #b1ade5;
}
.help .help__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
}
.help .help__block .help__image {
  width: 50%;
  display: flex;
}
.help .help__block .help__image img {
  max-width: 100%;
  object-fit: contain;
}
.help .help__block .help__content {
  width: 50%;
  height: auto;
  padding: 80px 0px;
  padding-left: 50px;
}
.help .help__block .help__content img {
  padding-bottom: 25px;
}
.help .help__block .help__content .bigtitle h3 {
  display: inline-block;
  font-size: 120px;
  line-height: 120px;
  background: -webkit-linear-gradient(30deg, #86ccf4 0%, #fff 30%, #e3beff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.help .help__block .help__content p {
  padding-top: 40px;
  display: inline-flex;
  font-size: 23px;
  font-weight: 400;
  color: #fff;
}
.help .help__block .help__content .help__buttons {
  width: 100%;
  height: auto;
  padding-top: 175px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.help .help__block .help__content .help__buttons .button {
  margin-right: 40px;
  margin-bottom: 20px;
}

.blog {
  width: 100%;
  height: auto;
  padding: 190px 0px;
  background-color: rgba(166, 160, 219, 0.09);
}
.blog.blog__page .blog__block .blog__items {
  flex-wrap: wrap;
}
.blog.blog__page .blog__block .blog__items .blog__item {
  margin-bottom: 50px;
}
.blog.blog__index .blog__block .blog__items {
  display: block;
}
.blog.blog__index .blog__block .blog__items .blog__item {
  margin: 0px 16.6px;
}
.blog.blog__index .blog__block .slick-dots {
  left: 0px;
  bottom: -125px;
  right: auto;
}
.blog .blog__block {
  width: 100%;
  height: auto;
  position: relative;
}
.blog .blog__block .blog__arrows {
  position: absolute;
  top: 100px;
  right: 0px;
  display: flex;
  align-items: center;
}
.blog .blog__block .blog__arrows .blog__arrow {
  margin-left: 27px;
}
.blog .blog__block .blog__items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 95px;
}
.blog .blog__block .blog__items .blog__item {
  width: calc(33.33% - 33.33px);
  height: 650px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}
.blog .blog__block .blog__items .blog__item .blog__image {
  width: 100%;
  height: 364px;
  transition: height 0.3s ease-in-out;
}
.blog .blog__block .blog__items .blog__item .blog__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog .blog__block .blog__items .blog__item .blog__content {
  width: 100%;
  height: 287px;
  background-color: #fff;
  padding: 50px;
}
.blog .blog__block .blog__items .blog__item .blog__content p {
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.blog .blog__block .blog__items .blog__item .blog__button {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
}
.blog .blog__block .blog__items .blog__item:hover .blog__image {
  height: 512px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.blog .blog__block .blog__items .blog__item:hover .blog__button {
  display: block;
}
.blog .blog__block .blog__more {
  width: 100%;
  height: auto;
  padding-top: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.splits {
  width: 100%;
  height: auto;
  min-height: 875px;
  position: relative;
}
.splits .splits__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.splits .splits__bg .spb__left {
  width: 50%;
  height: 100%;
  position: relative;
}
.splits .splits__bg .spb__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splits .splits__bg .spb__right {
  width: 50%;
  height: 100%;
  position: relative;
}
.splits .splits__bg .spb__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.splits .splits__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  padding-top: 87px;
}
.splits .splits__block .splits__left {
  width: 50%;
  padding-right: 50px;
}
.splits .splits__block .splits__left h3 {
  font-size: 71px;
  font-weight: 700;
  color: #fff;
  line-height: 90px;
}
.splits .splits__block .splits__left p {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  padding-top: 36px;
}
.splits .splits__block .splits__left a {
  margin-top: 205px;
}
.splits .splits__block .splits__right {
  width: 50%;
  padding-left: 50px;
}
.splits .splits__block .splits__right h3 {
  font-size: 71px;
  font-weight: 700;
  color: #fff;
  line-height: 90px;
}
.splits .splits__block .splits__right p {
  font-size: 23px;
  font-weight: 400;
  color: #fff;
  padding-top: 36px;
  max-width: 400px;
}
.splits .splits__block .splits__right a {
  margin-top: 205px;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #6a15ff;
}
.footer .footer__block {
  width: 100%;
  height: auto;
}
.footer .footer__block .footer__top {
  width: 100%;
  height: auto;
  padding: 160px 0px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__block .footer__top .ft__left {
  position: relative;
}
.footer .footer__block .footer__top .ft__left h5 {
  font-size: 37px;
  font-weight: 700;
  color: #fff;
}
.footer .footer__block .footer__top .ft__left .bigtitle h3 {
  display: inline-block;
  line-height: 160px;
  background: -webkit-linear-gradient(30deg, #86ccf4 0%, #fff 30%, #e3beff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer .footer__block .footer__top .ft__left img {
  position: absolute;
  right: -360px;
  bottom: 80px;
}
.footer .footer__block .footer__top .ft__right {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
.footer .footer__block .footer__top .ft__right a {
  margin-left: 30px;
}
.footer .footer__block .footer__bottom {
  width: 100%;
  height: auto;
  padding-top: 187px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__block .footer__bottom .fb__nav ul {
  display: flex;
  align-items: center;
}
.footer .footer__block .footer__bottom .fb__nav ul li {
  list-style: none;
  padding: 0px 60px;
}
.footer .footer__block .footer__bottom .fb__nav ul li a {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
}
.footer .footer__block .footer__copy {
  width: 100%;
  height: auto;
  padding: 105px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer__block .footer__copy ul {
  display: flex;
  align-items: center;
}
.footer .footer__block .footer__copy ul li {
  list-style: none;
}
.footer .footer__block .footer__copy ul li a {
  margin-right: 30px;
}
.footer .footer__block .footer__copy p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.single {
  width: 100%;
  height: auto;
  background-color: #f7f7fc;
  padding: 130px 0px;
}
.single .single__block {
  width: 100%;
  height: auto;
}
.single .single__block .single__box {
  width: 100%;
  height: auto;
  border-radius: 8px;
  padding: 90px 135px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.single .single__block .single__box .single__image {
  width: 35%;
  height: auto;
}
.single .single__block .single__box .single__image img {
  width: 100%;
  object-fit: contain;
}
.single .single__block .single__box .single__content {
  width: 65%;
  height: auto;
  padding-left: 50px;
}
.single .single__block .single__box .single__content h4 {
  font-size: 25px;
  font-weight: 700;
  color: #464749;
  padding-bottom: 7px;
}
.single .single__block .single__box .single__content span {
  font-size: 18px;
  font-weight: 400;
  color: #464749;
}
.single .single__block .single__box .single__content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #464749;
  padding-top: 40px;
}
.single .single__block .single__box .single__content .single__actions {
  width: 100%;
  height: auto;
  padding-top: 130px;
}
.single .single__block .single__box .single__content .single__actions b {
  font-size: 25px;
  font-weight: 700;
  color: #000;
}
.single .single__block .single__box .single__content .single__actions .sa__list {
  width: 100%;
  height: auto;
  padding-top: 35px;
  display: flex;
  align-items: center;
}
.single .single__block .single__box .single__content .single__actions .sa__list .qty {
  margin-right: 36px;
}
.single .single__block .single__box .single__content .single__actions .sa__list .qty select {
  width: 120px;
  height: 54px;
  border-radius: 40px;
  border: 1px solid #b28ff6;
  padding: 0px 22px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.single .single__block .single__info {
  width: 100%;
  height: auto;
  padding-top: 105px;
}
.single .single__block .single__info .si__tabs {
  width: 100%;
  height: auto;
  padding-bottom: 45px;
}
.single .single__block .single__info .si__tabs ul {
  display: flex;
  align-items: center;
}
.single .single__block .single__info .si__tabs ul li {
  list-style: none;
  font-size: 25px;
  font-weight: 300;
  color: #464749;
  padding: 10px 20px;
  border-radius: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.single .single__block .single__info .si__tabs ul li:hover {
  background-color: rgba(178, 143, 246, 0.18);
}
.single .single__block .single__info .si__tabs ul li.active {
  background-color: rgba(178, 143, 246, 0.18);
  color: #6a15ff;
  font-weight: 700;
}
.single .single__block .single__info .si__tab {
  width: 100%;
  height: auto;
  max-width: 860px;
}
.single .single__block .single__info .si__tab p {
  font-size: 18px;
  font-weight: 300;
  color: #464749;
  line-height: 27px;
}

.cart {
  width: 100%;
  height: auto;
  padding: 115px 0px;
  background-color: #f7f7fc;
}
.cart .cart__box {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background-color: #fff;
  padding: 60px 40px;
  display: flex;
  align-items: flex-start;
}
.cart .cart__box .cart__left {
  width: 100%;
  height: auto;
  padding-right: 25px;
}
.cart .cart__box .cart__left .cart__list {
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.cart .cart__box .cart__left .cart__list .normal {
  width: 10%;
  min-width: 130px;
}
.cart .cart__box .cart__left .cart__list .big {
  width: 60%;
}
.cart .cart__box .cart__left .cart__list .cart__top {
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #464749;
}
.cart .cart__box .cart__left .cart__list .cart__table {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding: 11px 20px;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .mobile-text {
  display: none;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row:nth-child(odd) {
  background-color: rgba(178, 143, 246, 0.05);
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal {
  text-align: center;
  min-width: 130px;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal h5 {
  font-size: 18px;
  font-weight: 700;
  color: #6a15ff;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal select {
  width: 120px;
  height: 54px;
  border-radius: 40px;
  border: 1px solid #b28ff6;
  padding: 0px 22px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .cart__x {
  background-color: rgba(178, 143, 246, 0.18);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .cart__x:hover {
  background-color: rgba(178, 143, 246, 0.52);
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .cart__product {
  display: flex;
  align-items: center;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .cart__product img {
  width: 120px;
  height: 95px;
  object-fit: contain;
}
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .cart__product h4 {
  font-size: 18px;
  font-weight: 700;
  color: #464749;
}
.cart .cart__box .cart__left .cart__buttons {
  width: 100%;
  height: auto;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart .cart__box .cart__left .cart__buttons button {
  width: 282px;
  height: 54px;
  border-radius: 40px;
  background-color: rgba(178, 143, 246, 0.18);
  font-size: 18px;
  font-weight: 700;
  color: #464749;
  border: 0px;
}
.cart .cart__box .cart__right {
  margin-top: 85px;
  min-width: 447px;
  height: auto;
  border-radius: 8px;
  background-color: #6a15ff;
  padding: 60px 65px;
}
.cart .cart__box .cart__right .cr__box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart .cart__box .cart__right .cr__box h4 {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  line-height: 38px;
  padding-bottom: 100px;
}
.cart .cart__box .cart__right .cr__box ul {
  width: 100%;
  height: auto;
  display: inline-flex;
  flex-direction: column;
}
.cart .cart__box .cart__right .cr__box ul.up {
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.cart .cart__box .cart__right .cr__box ul.bot {
  padding-top: 10px;
}
.cart .cart__box .cart__right .cr__box ul li {
  list-style: none;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}
.cart .cart__box .cart__right .cr__box ul li span {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.cart .cart__box .cart__right .cr__box ul li b {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.cart .cart__box .cart__right .cr__box .button {
  margin-top: 55px;
}

#payment {
  width: 100%;
  height: auto;
}

.monri-lightbox-button-el {
  background-color: rgba(255, 255, 255, 0.5215686275) !important;
  background: rgba(255, 255, 255, 0.5215686275) !important;
  width: 100%;
  height: 100px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
}

.monri-lightbox-button-el span {
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.52);
}
.monri-lightbox-button-el span::after {
  width: 300px;
  visibility: visible;
  height: 50px;
  border-radius: 50px;
  border: 3px solid #6a15ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #6a15ff;
  background-color: #fff;
  content: "Plati karticom";
  position: absolute;
  top: 0px;
  left: 0px;
}

.checkout {
  width: 100%;
  height: auto;
  padding: 58px;
  background-color: #f7f7fc;
}
.checkout .checkout__block {
  width: 100%;
  height: auto;
}
.checkout .checkout__block .tabs {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout .checkout__block .tabs ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout .checkout__block .tabs ul li {
  display: inline-flex;
  width: 345px;
  height: 60px;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 300;
  color: #464749;
  margin: 0px 10px;
}
.checkout .checkout__block .tabs ul li.active {
  background-color: #6a15ff;
  color: #fff;
  font-weight: 400;
}
.checkout .checkout__block .tab__content {
  width: 100%;
  height: auto;
  display: none;
}
.checkout .checkout__block .tab__content.active {
  display: block;
}
.checkout .checkout__block .form {
  width: 100%;
  margin-top: 65px;
  height: auto;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(178, 143, 246, 0.12);
  padding: 58px 40px;
  display: flex;
  align-items: flex-start;
}
.checkout .checkout__block .form .form__left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkout .checkout__block .form .form__left .form__group {
  width: calc(50% - 20px);
  margin-bottom: 30px;
  margin-right: 20px;
}
.checkout .checkout__block .form .form__left .form__group label {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  color: #464749;
  padding-bottom: 10px;
}
.checkout .checkout__block .form .form__left .form__group input,
.checkout .checkout__block .form .form__left .form__group select {
  width: 100%;
  height: 70px;
  border-radius: 8px;
  padding-left: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgba(178, 143, 246, 0.52);
}
.checkout .checkout__block .form .form__left .form__button {
  width: 100%;
  height: auto;
  display: inline-flex;
  margin-top: 50px;
}
.checkout .checkout__block .form .form__right .fr__box {
  min-width: 550px;
  height: auto;
  border-radius: 18px;
  background-color: #fff;
  padding: 65px;
  margin-left: 20px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__title {
  padding-bottom: 15px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__title h4 {
  font-size: 25px;
  font-weight: 700;
  color: #464749;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items {
  width: 100%;
  height: auto;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item {
  width: 100%;
  height: auto;
  padding: 15px 0px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(178, 143, 246, 0.52);
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item:last-child {
  border: 0px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item div {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item img {
  width: 110px;
  height: 95px;
  object-fit: contain;
  margin-right: 10px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item h4 {
  font-size: 16px;
  font-weight: 700;
  color: #464749;
}
.checkout .checkout__block .form .form__right .fr__box .fr__items .fr__item span {
  min-width: 100px;
  font-size: 18px;
  font-weight: 700;
  color: #6a15ff;
}
.checkout .checkout__block .form .form__right .fr__box .fr__li {
  width: 100%;
  height: auto;
  padding: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(178, 143, 246, 0.52);
}
.checkout .checkout__block .form .form__right .fr__box .fr__li:last-child {
  border: 0px;
  padding-bottom: 0px;
}
.checkout .checkout__block .form .form__right .fr__box .fr__li span {
  font-size: 18px;
  font-weight: 700;
  color: #464749;
}
.checkout .checkout__block .form .form__right .fr__box .fr__li b {
  font-size: 18px;
  font-weight: 700;
  color: #6a15ff;
}
.checkout .checkout__block .form .form__success {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout .checkout__block .form .form__success h3 {
  font-size: 30px;
  font-weight: 500;
  color: #464749;
  text-align: center;
}

.faq {
  width: 100%;
  height: auto;
  padding: 170px 0px;
  background-color: #f7f7fc;
}
.faq .faq__block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.faq .faq__block .faq__left {
  width: 50%;
  height: auto;
  padding-right: 20px;
}
.faq .faq__block .faq__left .bigtitle {
  margin-bottom: 100px;
}
.faq .faq__block .faq__right {
  width: 50%;
  height: auto;
  padding-left: 20px;
}
.faq .faq__block .accordion {
  width: 100%;
  height: auto;
  margin-bottom: 26px;
  border-radius: 5px;
  overflow: hidden;
}
.faq .faq__block .accordion .accordion__title {
  width: 100%;
  height: 95px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0px 37px;
  justify-content: space-between;
}
.faq .faq__block .accordion .accordion__title h5 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.faq .faq__block .accordion .accordion__body {
  width: 100%;
  height: auto;
  max-height: 0px;
  transition: all 0.3s ease-in-out;
}
.faq .faq__block .accordion .accordion__body .accordion__content {
  width: 100%;
  height: auto;
  padding: 35px;
  background-color: #fff;
}
.faq .faq__block .accordion.active .accordion__title {
  background-color: #6a15ff;
}
.faq .faq__block .accordion.active .accordion__title h5 {
  color: #fff;
}
.faq .faq__block .accordion.active .accordion__title img {
  filter: invert(1);
}
.faq .faq__block .accordion.active .accordion__body {
  max-height: 500px;
}

.post {
  width: 100%;
  height: auto;
  background-color: #f7f7fc;
  padding-top: 90px;
}
.post .post__block {
  width: 100%;
  height: auto;
}
.post .post__block .post__main {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.post .post__block .post__main img {
  width: 100%;
  height: 630px;
  object-fit: cover;
  object-position: top;
}
.post .post__block .post__main .pm__content {
  width: 100%;
  height: auto;
  padding: 40px 85px;
  background-color: #fff;
}
.post .post__block .post__main .pm__content span {
  font-size: 16px;
  font-weight: 400;
  color: #464749;
}
.post .post__block .post__main .pm__content p {
  font-size: 23px;
  font-weight: 700;
  color: #000;
  padding-top: 20px;
}
.post .post__block .post__content {
  width: 100%;
  height: auto;
}
.post .post__block .post__content p {
  padding: 80px;
  font-size: 18px;
  font-weight: 400;
  color: #464749;
}
.post .post__block .post__content img {
  width: 100%;
  object-fit: contain;
  border-radius: 8px;
}

.page {
  width: 100%;
  height: auto;
  background-color: #f7f7fc;
  padding: 170px 0px;
}
.page .page__block {
  width: 100%;
  height: auto;
}
.page .page__block .page__content {
  width: 100%;
  height: auto;
  max-width: 1140px;
  padding-top: 50px;
}
.page .page__block .page__content p {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding-bottom: 30px;
}

.contact {
  width: 100%;
  height: auto;
  background-color: #f7f7fc;
  padding: 170px 0px;
}
.contact .contact__block {
  width: 100%;
  height: auto;
  display: flex;
}
.contact .contact__block .contact__left {
  width: 40%;
}
.contact .contact__block .contact__left .bigtitle {
  line-height: 130px;
}
.contact .contact__block .contact__right {
  width: 60%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .contact__block .contact__right .form__group {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.contact .contact__block .contact__right .form__group input,
.contact .contact__block .contact__right .form__group textarea {
  width: 100%;
  height: 70px;
  border: 1px solid #b28ff6;
  border-radius: 8px;
  background-color: #fff;
  padding: 22.5px;
}
.contact .contact__block .contact__right .form__group textarea {
  height: 200px;
}
.contact .contact__block .contact__right .form__group.fg--full {
  width: 100%;
}

.slick-dots {
  padding: 25px 60px;
  border-radius: 80px;
  background-color: rgba(250, 250, 250, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 150px;
  right: 50px;
}
.slick-dots::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 38px;
  width: 14px;
  height: 14px;
  border: 0px;
  border-radius: 28px;
  background-color: #e3beff;
  transform: translateY(-65%);
}
.slick-dots::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  width: 14px;
  height: 14px;
  border: 0px;
  border-radius: 28px;
  background-color: #e3beff;
  transform: translateY(-65%);
}
.slick-dots li {
  list-style: none;
  margin: 0px 7.5px;
}
.slick-dots li button {
  border: 0px;
  width: 14px;
  height: 14px;
  border-radius: 28px;
  background-color: #e3beff;
  text-indent: -9999px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  width: 80px;
  background: rgb(94, 189, 243);
  background: -moz-linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  background: linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ebdf3",endColorstr="#6a15ff",GradientType=1);
}

.notification {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999990;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification .notification__box {
  width: 400px;
  height: auto;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.notification .notification__box svg {
  width: 120px;
  height: 120px;
  object-fit: contain;
  stroke: #6a15ff;
}

.bigtitle {
  width: 100%;
  height: auto;
}
.bigtitle h3 {
  font-size: 130px;
  display: inline-block;
  background: -webkit-linear-gradient(30deg, #5ebdf3 0%, #a6a0db 50%, #6a15ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.product__item {
  width: 591px;
  height: 613px;
  border-radius: 10px;
  padding: 38px;
  background-color: rgba(250, 250, 250, 0.75);
  position: relative;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  overflow: hidden;
}
.product__item.hover__effect:hover {
  transform: translateY(-30px);
}
.product__item .product__info {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.product__item .product__info b {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 27px;
  padding-bottom: 7px;
}
.product__item .product__info span {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.product__item .product__image {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
}
.product__item .product__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product__item .product__bottom {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-bottom: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background-color 0.2s ease-in-out;
}
.product__item .product__bottom .product__button a,
.product__item .product__bottom .product__button span {
  width: 240px;
  height: 54px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: rgba(178, 143, 246, 0.18);
  padding: 0px 38px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.product__item .product__bottom .product__button a img,
.product__item .product__bottom .product__button span img {
  filter: brightness(0);
}
.product__item .product__bottom .product__price {
  padding-right: 38px;
}
.product__item .product__bottom .product__price span {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.product__item:hover .product__bottom {
  background-color: rgba(178, 143, 246, 0.18);
}
.product__item:hover .product__bottom .product__button a,
.product__item:hover .product__bottom .product__button span {
  background-color: transparent;
}

.button {
  position: relative;
  width: 282px;
  height: 54px;
  background: rgb(94, 189, 243);
  background: -moz-linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  background: linear-gradient(90deg, rgb(94, 189, 243) 0%, rgb(166, 160, 219) 50%, rgb(106, 21, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5ebdf3",endColorstr="#6a15ff",GradientType=1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  transition: all 0.2s ease-in-out;
}
.button::before {
  content: "";
  position: absolute;
  width: 274px;
  height: 46px;
  background-color: #fff;
  top: 4px;
  left: 4px;
  border-radius: 27px;
  z-index: 2;
}
.button.button--blue::before {
  background-color: #d7f4f2;
}
.button.button--purple::before {
  background-color: #6a15ff;
}
.button.button--purple span {
  color: #fff;
}
.button::after {
  content: "+";
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.button:hover {
  width: 302px;
}
.button:hover::before {
  width: 255px;
}
.button > * {
  position: relative;
  z-index: 3;
}
.button span {
  font-size: 16px;
  font-weight: 600;
  color: #6a15ff;
}

@media screen and (max-width: 1640px) {
  .container {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1360px) {
  .header.active .header__block .header__nav {
    display: block;
  }
  .header.active .header__block .header__buttons {
    display: flex;
  }
  .header .header__block {
    height: 70px;
    background-color: #fff;
    justify-content: space-between;
    padding: 15px 0px;
  }
  .header .header__block .header__logo img {
    height: 40px;
    object-fit: contain;
  }
  .header .header__block .header__nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    background-color: #f7f7fc;
    z-index: 9999;
    padding-top: 160px;
  }
  .header .header__block .header__nav ul {
    flex-wrap: wrap;
  }
  .header .header__block .header__nav ul li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
  .header .header__block .header__nav .hn__mobile {
    width: 100%;
    height: auto;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .header__block .header__nav .hn__mobile a {
    padding: 0px 15px;
  }
  .header .header__block .header__buttons {
    display: none;
    position: fixed;
    left: 0px;
    top: 123px;
    width: 100%;
    height: auto;
    z-index: 99999;
    justify-content: center;
  }
  .header .header__block .header__buttons .header__cart {
    display: none;
  }
  .header .header__block .header__buttons .header__button {
    padding-left: 0px;
  }
  .header .header__block .header__mobile {
    display: flex;
    align-items: center;
  }
  .header .header__block .header__mobile ul {
    display: flex;
    align-items: center;
  }
  .header .header__block .header__mobile ul li {
    padding: 0px 15px;
    list-style: none;
  }

  .slider {
    height: calc(100vh - 70px);
  }
  .slider .slides .slide {
    min-height: calc(100vh - 70px);
  }

  .cart .cart__box {
    flex-wrap: wrap;
  }
  .cart .cart__box .cart__left {
    padding-right: 0px;
  }
  .cart .cart__box .cart__right {
    width: 100%;
    min-width: unset;
    margin-top: 45px;
    padding: 25px;
  }
  .cart .cart__box .cart__right .cr__box h4 {
    padding-bottom: 20px;
  }
  .cart .cart__box .cart__right .cr__box ul.up {
    padding-bottom: 30px;
  }

  .checkout .checkout__block .form .form__right {
    display: none;
  }
  .checkout .checkout__block .tabs ul li {
    width: 200px;
    height: 40px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .bigtitle h3 {
    font-size: 42px;
    line-height: 60px;
  }

  .help .help__block .help__content .bigtitle h3 {
    font-size: 42px;
    line-height: 60px;
  }

  .webshop .webshop__block .webshop__arrows {
    top: 20px;
  }

  .blog .blog__block .blog__arrows {
    top: 20px;
  }
  .blog.blog__page .blog__block .blog__items .blog__item {
    width: calc(50% - 30px);
  }

  .splits {
    min-height: 950px;
  }
  .splits .splits__bg {
    flex-wrap: wrap;
  }
  .splits .splits__bg .spb__left {
    width: 100%;
    height: 475px;
  }
  .splits .splits__bg .spb__right {
    width: 100%;
    height: 475px;
  }
  .splits .splits__block {
    flex-wrap: wrap;
    padding: 0px;
  }
  .splits .splits__block .splits__left {
    padding: 0px;
    width: 100%;
    height: 475px;
    padding-top: 67px;
    position: relative;
  }
  .splits .splits__block .splits__left h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .splits .splits__block .splits__left h3 br {
    display: none;
  }
  .splits .splits__block .splits__left p {
    font-size: 14px;
    line-height: 17px;
  }
  .splits .splits__block .splits__left .button {
    position: absolute;
    left: 50%;
    bottom: 66px;
    transform: translateX(-50%);
  }
  .splits .splits__block .splits__right {
    padding: 0px;
    width: 100%;
    height: 475px;
    padding-top: 67px;
    position: relative;
  }
  .splits .splits__block .splits__right h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .splits .splits__block .splits__right p {
    font-size: 14px;
    line-height: 17px;
    max-width: 170px;
  }
  .splits .splits__block .splits__right .button {
    position: absolute;
    left: 50%;
    bottom: 66px;
    transform: translateX(-50%);
  }

  .footer .footer__block .footer__top .ft__left img {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .help .help__block .help__content img {
    height: 33px;
    object-fit: contain;
    padding: 0px;
    margin-bottom: 15px;
  }
  .help .help__block .help__content p {
    padding-top: 7px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 960px) {
  .webshop .webshop__list.webshop__page .product__item {
    width: calc(50% - 25px);
    max-width: unset;
  }

  .cart .cart__box {
    padding: 30px 20px;
  }
  .cart .cart__box .cart__left .cart__list {
    padding-top: 0px;
  }
  .cart .cart__box .cart__left .cart__list .cart__top {
    display: none;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row {
    flex-wrap: wrap;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .mobile-text {
    display: block;
    margin-right: 10px;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .quantity {
    margin-top: 20px;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal {
    min-width: unset;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal:nth-child(3), .cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal:nth-child(4), .cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal:nth-child(5) {
    width: 33.33%;
    display: inline-flex;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .big {
    width: 90%;
  }
}
@media screen and (max-width: 906px) {
  .container-xs {
    padding: 0px 20px;
  }

  .webshop {
    padding: 66px 0px;
  }

  .lists {
    padding: 66px 0px;
  }

  .curing {
    padding: 66px 0px;
  }
  .curing .curing__block .curing__list {
    padding-top: 30px;
    flex-wrap: wrap;
  }
  .curing .curing__block .curing__list .curing__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .cart {
    padding: 66px 0px;
  }

  .checkout {
    padding: 66px 0px;
  }

  .blog {
    padding: 66px 0px;
  }
  .blog .blog__block .blog__items {
    padding-top: 30px;
  }

  .post {
    padding-top: 66px;
  }

  .faq {
    padding: 66px 0px;
  }
  .faq .faq__block {
    flex-wrap: wrap;
  }
  .faq .faq__block .faq__left {
    width: 100%;
    padding-right: 0px;
  }
  .faq .faq__block .faq__left .bigtitle {
    margin-bottom: 40px;
  }
  .faq .faq__block .faq__right {
    width: 100%;
    padding-left: 0px;
  }

  .contact {
    padding: 66px 0px;
  }
  .contact .contact__block {
    flex-wrap: wrap;
  }
  .contact .contact__block .contact__right {
    width: 100%;
    height: auto;
  }

  .help .help__block {
    flex-wrap: wrap;
    position: relative;
  }
  .help .help__block .help__image {
    order: 2;
    width: 100%;
    height: auto;
  }
  .help .help__block .help__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .help .help__block .help__content {
    order: 1;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
  }
  .help .help__block .help__content .help__buttons {
    padding: 0px;
    position: absolute;
    left: 0px;
    bottom: 66px;
    justify-content: center;
  }
  .help .help__block .help__content .help__buttons .button {
    margin: 0px 10px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .footer .footer__block .footer__top {
    padding: 66px 0px;
    flex-wrap: wrap;
    padding-bottom: 0px;
    border: 0px;
  }
  .footer .footer__block .footer__top .ft__left {
    width: 100%;
  }
  .footer .footer__block .footer__top .ft__left h5 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 8px;
  }
  .footer .footer__block .footer__top .ft__left .bigtitle h3 {
    line-height: 60px !important;
  }
  .footer .footer__block .footer__top .ft__right {
    justify-content: space-between;
    width: 100%;
    padding-top: 30px;
  }
  .footer .footer__block .footer__top .ft__right a {
    margin: 0px;
    width: calc(50% - 10px);
  }
  .footer .footer__block .footer__top .ft__right a img {
    max-width: 100%;
    object-fit: contain;
  }
  .footer .footer__block .footer__bottom {
    padding: 66px 0px;
    padding-top: 0px;
  }
  .footer .footer__block .footer__bottom .fb__logo {
    display: none;
  }
  .footer .footer__block .footer__bottom .fb__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer__block .footer__bottom .fb__nav ul li {
    list-style: none;
    padding: 25px 0px;
    text-align: left;
  }
  .footer .footer__block .footer__copy {
    padding: 0px;
    padding-bottom: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footer .footer__block .footer__copy ul {
    padding-bottom: 70px;
  }
  .footer .footer__block .footer__copy p {
    font-size: 10px;
  }

  .single .single__block .single__box {
    padding: 30px;
    flex-wrap: wrap;
  }
  .single .single__block .single__box .single__image {
    width: 100%;
    height: auto;
  }
  .single .single__block .single__box .single__image img {
    width: 100%;
    height: 350px;
    object-fit: contain;
  }
  .single .single__block .single__box .single__content {
    width: 100%;
    height: auto;
    padding-left: 0px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .slider .slick-dots {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px 60px;
    background-color: #fff;
    bottom: 120px;
  }
  .slider .slider__more .sm__image {
    height: 105px;
    margin-top: 15px;
  }
  .slider .slider__more .sm__content {
    top: 60%;
  }

  .webshop .webshop__list {
    padding-top: 30px;
  }
  .webshop .webshop__block .webshop__arrows {
    display: none;
  }

  .blog.blog__page .blog__block .blog__items .blog__item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .blog .blog__block .blog__arrows {
    display: none;
  }
  .blog .blog__block .blog__items .blog__item {
    margin: 0px;
    height: 405px;
  }
  .blog .blog__block .blog__items .blog__item .blog__image {
    height: 227px;
  }
  .blog .blog__block .blog__items .blog__item .blog__content {
    padding: 30px;
  }
  .blog .blog__block .blog__items .blog__item .blog__content p {
    font-size: 14px;
    line-height: 23px;
  }
  .blog .blog__block .blog__items .blog__item .blog__button {
    bottom: 30px;
  }
  .blog .blog__block .blog__items .blog__item:hover .blog__image {
    height: 280px;
  }

  .lists {
    background-color: #ddf6f6;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0px right 100px;
  }
  .lists .lists__block .lists__content ul {
    margin-top: 0px;
  }
  .lists .lists__block .lists__content ul li {
    font-size: 20px;
    line-height: 30px;
    padding: 18px 0px;
  }
  .lists .lists__block .lists__button {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .webshop .webshop__list.webshop__page .product__item {
    width: 100%;
    max-width: unset;
    margin: 0px !important;
    margin-bottom: 30px !important;
  }

  .cart .cart__box .cart__left .cart__buttons {
    justify-content: center;
    flex-wrap: wrap;
  }
  .cart .cart__box .cart__left .cart__buttons button {
    margin: 20px;
  }

  .checkout .checkout__block .form {
    padding: 20px;
  }
  .checkout .checkout__block .form .form__left .form__group {
    width: 100%;
    margin-right: 0px;
  }

  .post .post__block .post__main img {
    height: 400px;
  }
  .post .post__block .post__main .pm__content {
    padding: 30px;
  }
  .post .post__block .post__content p {
    padding: 30px;
  }
}
@media screen and (max-width: 720px) {
  .slider .slides .slide .slide__block {
    padding: 25px;
  }
  .slider .slider__arrow {
    padding: 10px;
  }
  .slider .slider__arrow img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .product__item {
    height: 340px !important;
    padding: 20px;
  }
  .product__item .product__image {
    height: 215px !important;
    z-index: 2;
  }
  .product__item .product__info {
    z-index: 9;
    position: relative;
  }
  .product__item .product__bottom {
    padding-bottom: 20px;
  }
  .product__item .product__bottom .product__button a,
.product__item .product__bottom .product__button span {
    height: 49px;
    width: 190px;
    padding: 0px 25px;
    font-size: 12px;
  }
  .product__item .product__bottom .product__button a img,
.product__item .product__bottom .product__button span img {
    height: 18px;
    object-fit: contain;
  }
  .product__item .product__bottom .product__price span {
    font-size: 12px;
  }

  .webshop .webshop__block .slick-dots {
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
  }
  .webshop .webshop__bottom {
    justify-content: center;
    padding-top: 110px;
  }

  .blog .blog__block .slick-dots {
    bottom: -100px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .blog .blog__more {
    justify-content: center !important;
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 640px) {
  .slider .slides .slide.slide__text .slide__content .slide__content-inside {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .slider .slides .slide.slide__text .slide__content .slide__content-inside h3 {
    font-size: 24px;
    line-height: 50px;
    padding-bottom: 130px;
    text-align: center;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  }

  .curing .curing__block .curing__list .curing__item {
    height: 118px;
  }
  .curing .curing__block .curing__list .curing__item:hover .ci__content {
    width: 250px;
  }
  .curing .curing__block .curing__list .curing__item .ci__content {
    width: 220px;
  }
  .curing .curing__block .curing__list .curing__item .ci__content h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .cart .cart__box .cart__left .cart__list .cart__table .cart__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cart .cart__box .cart__left .cart__list .cart__table .cart__row .normal,
.cart .cart__box .cart__left .cart__list .cart__table .cart__row .big {
    width: 100%;
    margin: 10px 0px;
    min-width: 100%;
    display: inline-flex;
    justify-content: center !important;
    text-align: center;
  }

  .checkout .checkout__block .tabs ul {
    flex-direction: column;
  }
  .checkout .checkout__block .tabs ul li {
    margin: 10px 0px;
  }

  .contact .contact__block .contact__right .form__group {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .single {
    padding: 66px 0px;
  }
  .single .single__block .single__box .single__content .single__actions {
    padding-top: 30px;
  }
  .single .single__block .single__box .single__content .single__actions .sa__list {
    flex-wrap: wrap;
  }
  .single .single__block .single__box .single__content .single__actions .sa__list .sa__btn {
    padding-top: 20px;
  }

  .page {
    padding: 66px 0px;
  }

  .blog.blog__page .blog__block .blog__items .blog__item {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
