* {
  margin: 0;
  padding: 0;
  outline: none;
}

body,
html {
  min-height: 100vh;
}

.remodal-is-locked body {
  scrollbar-gutter: stable;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

:root {
  --font-family: "Montserrat", sans-serif;
  --font-title: "STIX Two Text", serif;
  --orsing--colors-main: #2e2e32;
  --orising-colors-white: #fff;
  --orising-colors-black: #000;
  --orising-colors-brand-500: #083523;
  --orising-colors-brand-400: #0f6744;
  --orising-colors-brand-300: #5db693;
  --orising-colors-brand-200: #bde3d4;
  --orising-colors-brand-100: #e7f9f2;
  --orising-colors-grey-600: #2e2e32;
  --orising-colors-grey-500: #515057;
  --orising-colors-grey-400: #91919d;
  --orising-colors-grey-300: #c5c4cf;
  --orising-colors-grey-200: #ecebf4;
  --orising-colors-grey-100: #faf9ff;
  --orising-colors-warning-300: #b9ae3b;
  --orising-colors-warning-200: #d0cc5f;
  --orising-colors-warning-100: #e3e29f;
  --orising-colors-success-300: #3bb95a;
  --orising-colors-success-200: #5fd080;
  --orising-colors-success-100: #9fe3b3;
  --orising-colors-danger-300: #b10401;
  --orising-colors-danger-200: #db312d;
  --orising-colors-danger-100: #ff9b98;
  --orising-colors-blue-300: #0357c3;
  --orising-colors-blue-200: #378eff;
  --orising-colors-blue-100: #ddf1ff;
  --orising-colors-dividers-400: rgba(30, 43, 60, 0.6);
  --orising-colors-dividers-300: rgba(30, 43, 60, 0.4);
  --orising-colors-dividers-200: rgba(30, 43, 60, 0.2);
  --orising-colors-dividers-100: rgba(30, 43, 60, 0.1);
}

.width-1340 {
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .width-1340 {
    max-width: 1280px;
  }
}
@media (max-width: 1400px) {
  .width-1340 {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .width-1340 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.width-1240, .boxAccepted, .cardTestimonials, .boxOrder, .boxCart, .productLine, .sectionIngredients, .sectionBrief, .sectionHighlights, .sectionUse__width, .sectionVideo, .boxCard, .catalogInfo, .sectionCatalog, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .sectionContacts, .homeBlog, .sliderAdvantages, .homeAdvantages__item, .homeTestimonials, .homeReviews, .homeAbout, .homeBefore__item, .homeBest, .homeProduct, .boxPost, .breadrcums, .sectionTop__title, .homeSlider__item, .header__textFree, .header__bottom .header__width, .header__center .header__width {
  max-width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .width-1240, .boxAccepted, .cardTestimonials, .boxOrder, .boxCart, .productLine, .sectionIngredients, .sectionBrief, .sectionHighlights, .sectionUse__width, .sectionVideo, .boxCard, .catalogInfo, .sectionCatalog, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .sectionContacts, .homeBlog, .sliderAdvantages, .homeAdvantages__item, .homeTestimonials, .homeReviews, .homeAbout, .homeBefore__item, .homeBest, .homeProduct, .boxPost, .breadrcums, .sectionTop__title, .homeSlider__item, .header__textFree, .header__bottom .header__width, .header__center .header__width {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 768px) {
  .width-1240, .boxAccepted, .cardTestimonials, .boxOrder, .boxCart, .productLine, .sectionIngredients, .sectionBrief, .sectionHighlights, .sectionUse__width, .sectionVideo, .boxCard, .catalogInfo, .sectionCatalog, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .sectionContacts, .homeBlog, .sliderAdvantages, .homeAdvantages__item, .homeTestimonials, .homeReviews, .homeAbout, .homeBefore__item, .homeBest, .homeProduct, .boxPost, .breadrcums, .sectionTop__title, .homeSlider__item, .header__textFree, .header__bottom .header__width, .header__center .header__width {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

use,
use:hover,
a,
a:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (min-width: 1281px) {
  .linkLogin,
  .buttonExit,
  .globalMenu__back,
  select,
  .buttonMenu,
  .mobileMenu {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .globalMenu {
    display: none;
  }
}
html,
body,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button {
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -webkit-appearance: button;
  box-sizing: border-box;
  outline: none;
  border: none;
  font-family: inherit;
  font-size: initial;
}

textarea {
  font-family: inherit;
}

button,
input[type=submit],
input[type=button] {
  cursor: pointer;
}

body {
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  color: var(--orsing--colors-main, #2e2e32);
  background: #fff;
  font-size: 16px;
}

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-webkit-input-placeholder {
  color: #2e2e32;
}

::-moz-placeholder {
  color: #2e2e32;
}

:-moz-placeholder {
  color: #2e2e32;
}

:-ms-input-placeholder {
  color: #2e2e32;
}

input.formSubscribe__input:-webkit-autofill,
input.formSubscribe__input:-webkit-autofill:hover,
input.formSubscribe__input:-webkit-autofill:focus,
input.formSubscribe__input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
}

strong,
b {
  font-weight: bold;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: italic;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.table-responsive {
  overflow-x: auto;
  margin-bottom: 13px;
}
.table-responsive table {
  padding-bottom: 10px;
  margin: 0 !important;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}
input[type=text]::-ms-clear {
  display: none;
}

input[type=password]::-ms-reveal {
  display: none;
}

.flex, .listOrders__right, .listOrders__li, .listOrders__top, .boxHistory__status, .boxHistory__item, .boxHistory__top, .boxInfo, .boxTop, .boxData, .menuCabinet a, .boxCabinet, .modalDanger__bottom, .addDocuments__list, .addDocuments__label, .addDocuments__item, .formReview__star, .boxQuantity, .volumeCheck label, .modalQuick__item-3, .modalQuick__item-2, .modalQuick__link, .modalQuick__star, .modalQuick__boxStar, .modalQuick__item, .checkRemember label, .boxComplexity__line, .formLogin__item--3, .boxSuccess, .modalRegister .formLogin__width, .modalForgot__bottom, .modalLogin__social, .boxSocial__right, .boxSocial, .footerContact__link, .menuFooter ul, .smallMenu ul, .footer__bottom, .footer__center, .footer__top, .sliderTogether__star, .sliderTogether__boxStar, .sliderTogether__right, .sliderTogether__item, .listBasket__bottom, .listBasket__li, .priceBasket__item, .modalBasket__zero, .modalBasket, .listTestimonials__item, .listTestimonials__left, .listTestimonials__star, .listTestimonials__top, .listOrder__right, .listOrder__li, .orderTotal__item, .checkPayment .check-text, .modalPayment, .formShipping, .boxOrder__applePay, .boxOrder__item, .modalMoved__title, .listCart__section, .listCart__right, .listCart__flex, .listCart__item, .listCart__top, .listTotal__li, .boxCart__top, .boxCart__item, .productLine__item-2, .productLine__item-1, .productLine__show, .productLine__star, .productLine__boxStar, .productLine__item, .listIngredients, .listHighlights, .sectionUse__item, .listTogether__item, .listTogether__star, .listTogether__li, .listMoments, .cardIngredients__item, .listDelivery, .boxCard__applePay, .boxCard__item-3, .boxCard__item-2, .boxCard__item-1, .boxCard__star, .boxCard__boxStar, .boxCard__item, .listCatalog, .checkPayment label,
.checkBilling label,
.checkSubscription label,
.togetherCheck label,
.filterCheck label, .listSelected a, .listSelected, .sectionCatalog__top, .sectionCatalog__item, .sectionFaq__item, .listFind__text, .listFind__top, .listFind, .sectionPartners__item, .sliderWorks__bottom, .sliderWorks__top, .listTeam__social, .listTeam, .homeQuestions__item, .swiper-button-next,
.swiper-button-prev, .listContancts__li, .listContancts, .contactsForm__width, .description.boxAbout__description *:nth-child(2), .listRecent__item, .listPost, .tabsBlog__dropDown, .navigation span,
.navigation a, .navigation ul, .sliderAdvantages, .sliderTestimonials__star, .sliderReviews__photo, .sliderReviews__star, .sliderReviews__item, .sliderReviews__top, .homeAbout, .sliderBefore__product, .sliderBefore__after, .sliderBefore__before, .sliderBefore__top, .sliderBest__quantity, .sliderBest__star, .sliderBest__boxStar, .sliderBest__box, .tabsProduct, .boxPost__social, .boxPost__bottom, .boxPost__item, .breadrcums, .sectionTop__title, .splide__arrow--prev, .splide__arrow--next, .splide__pagination, .homeSlider .splide__arrows, .mobileMenu__top, .listSearch__li, .boxAdddress, .boxTelephone,
.boxTime,
.buttonLogin, .headerSocial, .header__right, .header__left, .header__textFree, .header__bottom .header__width, .header__center .header__width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex, .cardTestimonials__button, .sliderSolution__title, .sliderBlog__more, .sliderBest__stiker, .buttonAdd, .sliderBest__button, .buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .boxAccepted__link, .modalDanger__yes, .formLogin__register, .productLine__link, .showMore a, .homeLines__link, .homeBest__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f_wrap, .boxData, .addDocuments__list, .modalQuick__item-2, .modalRegister .formLogin__width, .boxSocial__right, .menuFooter ul, .smallMenu ul, .listTestimonials__item, .modalPayment, .formShipping, .productLine__item-1, .listHighlights, .listTogether__item, .listMoments, .listDelivery, .boxCard__item-2, .listCatalog, .listSelected, .listFind, .listTeam__social, .listTeam, .listContancts, .contactsForm__width, .listPost, .tabsBlog__dropDown, .sliderAdvantages, .sliderReviews__photo, .sliderBest__stiker, .breadrcums, .headerSocial {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_none, .listOrders__thumb, .boxInfo svg, .boxTop__left, .boxCabinet__left, .addDocuments__label, .volumeCheck .check-radio, .checkRemember .check-radio, .boxSocial__title, .footerContact__icons, .sliderTogether__thumb, .listBasket__thumb, .listOrder__price, .listOrder__thumb, .boxOrder__right, .modalMoved__title svg, .listCart__title, .listCart__thumb, .boxCart__right, .productLine__thumb, .sectionUse__thumb, .listTogether__thumb, .listTogether .togetherCheck, .cardIngredients__thumb, .checkPayment .check-radio,
.checkBilling .check-radio,
.checkSubscription .check-radio,
.togetherCheck .check-radio,
.filterCheck .check-radio, .sectionCatalog__sorting, .sectionCatalog__left, .sliderWorks__icons, .homeQuestions__thumb, .listRecent__thumb, .sliderAdvantages__thumb, .homeAbout__thumb, .sliderBefore__product picture, .sliderBefore__photo, .listSearch__price, .listSearch__thumb, .boxTelephone svg,
.boxTime svg,
.buttonLogin svg, .linkSeminar, .header__right, .header__left {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.a-i_start, .menuFooter ul, .footer__center, .listBasket__li, .modalPayment, .productLine__item, .sectionUse__item, .boxCard__item, .listSelected, .sectionCatalog__item, .sectionFaq__item, .sectionPartners__item, .homeQuestions__item, .boxPost__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-i_center, .listOrders__right, .listOrders__li, .listOrders__top, .boxHistory__status, .boxHistory__item, .boxHistory__top, .boxInfo, .menuCabinet a, .addDocuments__label, .addDocuments__item, .volumeCheck label, .modalQuick__item-3, .modalQuick__link, .modalQuick__boxStar, .checkRemember label, .boxComplexity__line, .formLogin__item--3, .boxSuccess, .modalForgot__bottom, .boxSocial, .footerContact__link, .footer__bottom, .footer__top, .sliderTogether__boxStar, .listBasket__bottom, .priceBasket__item, .listTestimonials__left, .listTestimonials__top, .listOrder__right, .listOrder__li, .orderTotal__item, .checkPayment .check-text, .boxOrder__applePay, .modalMoved__title, .listCart__section, .listCart__right, .listCart__flex, .listCart__item, .listCart__top, .listTotal__li, .boxCart__top, .productLine__show, .productLine__boxStar, .listTogether__li, .cardIngredients__item, .boxCard__applePay, .boxCard__item-1, .boxCard__boxStar, .checkPayment label,
.checkBilling label,
.checkSubscription label,
.togetherCheck label,
.filterCheck label, .listSelected a, .sectionCatalog__top, .listFind__text, .listFind__top, .sliderWorks__bottom, .sliderWorks__top, .swiper-button-next,
.swiper-button-prev, .sliderSolution__title, .listContancts__li, .description.boxAbout__description *:nth-child(2), .tabsBlog__dropDown, .navigation span,
.navigation a, .navigation ul, .sliderBlog__more, .sliderReviews__item, .sliderReviews__top, .sliderBefore__product, .sliderBefore__after, .sliderBefore__before, .sliderBefore__top, .sliderBest__star, .sliderBest__boxStar, .sliderBest__box, .boxPost__social, .boxPost__bottom, .sectionTop__title, .splide__arrow--prev, .splide__arrow--next, .splide__pagination, .mobileMenu__top, .listSearch__li, .boxAdddress, .boxTelephone,
.boxTime,
.buttonLogin, .header__right, .header__left, .header__textFree, .header__bottom .header__width, .header__center .header__width, .buttonAdd, .sliderBest__button, .buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .boxAccepted__link, .modalDanger__yes, .formLogin__register, .productLine__link, .showMore a, .homeLines__link, .homeBest__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-i_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.j-c_start, .menuCabinet a, .sliderSolution__title, .boxAdddress, .boxTelephone,
.boxTime,
.buttonLogin {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-c_center, .boxHistory__status, .addDocuments__label, .boxComplexity__line, .modalLogin__social, .modalBasket__zero, .boxOrder__applePay, .boxCard__applePay, .listSelected a, .listFind__text, .listFind__top, .listTeam__social, .swiper-button-next,
.swiper-button-prev, .tabsBlog__dropDown, .navigation span,
.navigation a, .navigation ul, .sliderTestimonials__star, .sliderBefore__after, .sliderBefore__before, .sliderBefore__top, .sliderBest__star, .sliderBest__boxStar, .sliderBest__box, .tabsProduct, .boxPost__social, .splide__arrow--prev, .splide__arrow--next, .splide__pagination, .header__textFree, .buttonAdd, .sliderBest__button, .buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .boxAccepted__link, .modalDanger__yes, .formLogin__register, .productLine__link, .showMore a, .homeLines__link, .homeBest__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.j-c_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.j-c_end, .listCart__section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c_between, .listOrders__right, .listOrders__li, .listOrders__top, .boxTop, .boxData, .modalDanger__bottom, .modalQuick__item-3, .modalQuick__item, .formLogin__item--3, .modalRegister .formLogin__width, .modalForgot__bottom, .footer__bottom, .footer__top, .sliderTogether__right, .sliderTogether__item, .listBasket__bottom, .priceBasket__item, .modalBasket, .listTestimonials__top, .listOrder__li, .orderTotal__item, .checkPayment .check-text, .modalPayment, .formShipping, .boxOrder__item, .listCart__right, .listCart__item, .listCart__top, .listTotal__li, .boxCart__top, .boxCart__item, .productLine__item, .sectionUse__item, .boxCard__item, .sectionCatalog__top, .sectionCatalog__item, .sectionFaq__item, .sectionPartners__item, .sliderWorks__bottom, .homeQuestions__item, .listContancts, .contactsForm__width, .sliderReviews__item, .homeAbout, .boxPost__bottom, .boxPost__item, .listSearch__li, .header__bottom .header__width, .header__center .header__width {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-d_column, .sliderTogether__right, .modalBasket__zero, .modalBasket, .listFind__top, .sliderBest__stiker {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-center, .listOrders__thumb picture, .photoProfile__thumb, .menuCabinet__icons, .addDocuments__remove, .addDocuments__list--li, .smallSlider__thumb,
.smallQuick__thumb, .bigSlider__thumb,
.bigQuick__thumb, .modalLogin__social a, .boxSocial__link, .footerContact__icons, .sliderTogether__thumb picture, .listBasket__thumb picture, .listTestimonials__thumb, .listOrder__thumb picture, .listCart__thumb picture, .productLine__thumb picture, .listIngredients__thumb, .listHighlights__thumb, .listTogether__thumb picture, .listMoments__thumb, .cardIngredients__thumb, .listDelivery__icons, .listFind__thumb, .sliderWorks__icons, .sliderWorks__bottom--left, .listTeam__social a, .listTeam__thumb, .sliderLines__thumb, .listContancts__icons, .sliderAdvantages__thumb, .sliderReviews__photo picture, .sliderReviews__thumb picture, .sliderBefore__product picture, .sliderBest__thumb picture, .boxPost__social a, .listSearch__thumb picture, .boxLanguages__modal a, .boxLanguages__button, .buttonFavorites,
.buttonSearch,
.buttonBasket, .headerSocial a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.img-center img, .listOrders__thumb picture img, .photoProfile__thumb img, .menuCabinet__icons img, .addDocuments__remove img, .addDocuments__list--li img, .smallSlider__thumb img,
.smallQuick__thumb img, .bigSlider__thumb img,
.bigQuick__thumb img, .modalLogin__social a img, .boxSocial__link img, .footerContact__icons img, .sliderTogether__thumb picture img, .listBasket__thumb picture img, .listTestimonials__thumb img, .listOrder__thumb picture img, .listCart__thumb picture img, .productLine__thumb picture img, .listIngredients__thumb img, .listHighlights__thumb img, .listTogether__thumb picture img, .listMoments__thumb img, .cardIngredients__thumb img, .listDelivery__icons img, .listFind__thumb img, .sliderWorks__icons img, .sliderWorks__bottom--left img, .listTeam__social a img, .listTeam__thumb img, .sliderLines__thumb img, .listContancts__icons img, .sliderAdvantages__thumb img, .sliderReviews__photo picture img, .sliderReviews__thumb picture img, .sliderBefore__product picture img, .sliderBest__thumb picture img, .boxPost__social a img, .listSearch__thumb picture img, .boxLanguages__modal a img, .boxLanguages__button img, .buttonFavorites img,
.buttonSearch img,
.buttonBasket img, .headerSocial a img,
.img-center svg,
.listOrders__thumb picture svg,
.photoProfile__thumb svg,
.menuCabinet__icons svg,
.addDocuments__remove svg,
.addDocuments__list--li svg,
.smallSlider__thumb svg,
.smallQuick__thumb svg,
.bigSlider__thumb svg,
.bigQuick__thumb svg,
.modalLogin__social a svg,
.boxSocial__link svg,
.footerContact__icons svg,
.sliderTogether__thumb picture svg,
.listBasket__thumb picture svg,
.listTestimonials__thumb svg,
.listOrder__thumb picture svg,
.listCart__thumb picture svg,
.productLine__thumb picture svg,
.listIngredients__thumb svg,
.listHighlights__thumb svg,
.listTogether__thumb picture svg,
.listMoments__thumb svg,
.cardIngredients__thumb svg,
.listDelivery__icons svg,
.listFind__thumb svg,
.sliderWorks__icons svg,
.sliderWorks__bottom--left svg,
.listTeam__social a svg,
.listTeam__thumb svg,
.sliderLines__thumb svg,
.listContancts__icons svg,
.sliderAdvantages__thumb svg,
.sliderReviews__photo picture svg,
.sliderReviews__thumb picture svg,
.sliderBefore__product picture svg,
.sliderBest__thumb picture svg,
.boxPost__social a svg,
.listSearch__thumb picture svg,
.boxLanguages__modal a svg,
.boxLanguages__button svg,
.buttonFavorites svg,
.buttonSearch svg,
.buttonBasket svg,
.headerSocial a svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-align-self: center;
  margin: 0 auto;
}

.img-position, .lineTop__thumb, .sliderWorks__thumb, .sliderSolution__thumb, .listRecent__thumb picture, .sliderBlog__thumb picture, .sliderBefore__thumb {
  display: block;
  position: relative;
  font-size: 0;
}
.img-position img, .lineTop__thumb img, .sliderWorks__thumb img, .sliderSolution__thumb img, .listRecent__thumb picture img, .sliderBlog__thumb picture img, .sliderBefore__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.linkHover, .boxAccepted__link, .modalDanger__yes, .formLogin__register, .productLine__link, .showMore a, .homeLines__link, .homeBest__link {
  height: 48px;
  min-width: 200px;
  padding: 13px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  border: 1px solid var(--orising-colors-black, #000);
  color: var(--orising-colors-black, #000);
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
.linkHover:before, .boxAccepted__link:before, .modalDanger__yes:before, .formLogin__register:before, .productLine__link:before, .showMore a:before, .homeLines__link:before, .homeBest__link:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 2;
}
.linkHover svg, .boxAccepted__link svg, .modalDanger__yes svg, .formLogin__register svg, .productLine__link svg, .showMore a svg, .homeLines__link svg, .homeBest__link svg {
  margin-left: 9px;
  position: relative;
  top: -1px;
}
.linkHover use, .boxAccepted__link use, .modalDanger__yes use, .formLogin__register use, .productLine__link use, .showMore a use, .homeLines__link use, .homeBest__link use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #000);
}
.linkHover:hover, .boxAccepted__link:hover, .modalDanger__yes:hover, .formLogin__register:hover, .productLine__link:hover, .showMore a:hover, .homeLines__link:hover, .homeBest__link:hover {
  color: var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:hover:before, .boxAccepted__link:hover:before, .modalDanger__yes:hover:before, .formLogin__register:hover:before, .productLine__link:hover:before, .showMore a:hover:before, .homeLines__link:hover:before, .homeBest__link:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:hover use, .boxAccepted__link:hover use, .modalDanger__yes:hover use, .formLogin__register:hover use, .productLine__link:hover use, .showMore a:hover use, .homeLines__link:hover use, .homeBest__link:hover use {
  stroke: var(--orising-colors-black, #2e2e32);
}
.linkHover:active, .boxAccepted__link:active, .modalDanger__yes:active, .formLogin__register:active, .productLine__link:active, .showMore a:active, .homeLines__link:active, .homeBest__link:active {
  color: var(--orising-colors-black, #000);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:active:before, .boxAccepted__link:active:before, .modalDanger__yes:active:before, .formLogin__register:active:before, .productLine__link:active:before, .showMore a:active:before, .homeLines__link:active:before, .homeBest__link:active:before {
  border-color: var(--orising-colors-black, #000);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:active use use, .boxAccepted__link:active use use, .modalDanger__yes:active use use, .formLogin__register:active use use, .productLine__link:active use use, .showMore a:active use use, .homeLines__link:active use use, .homeBest__link:active use use {
  stroke: var(--orising-colors-black, #000);
}

.buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
  background-color: var(--orising-colors-brand-400, #0F6744);
  font-weight: 600;
  line-height: 1.5;
  font-size: 14px;
  min-width: 200px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--orising-colors-white, #fff);
  padding: 14px 20px 13px 20px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buttonGreen svg, .noOrders__link svg, .boxHistory__link svg, .boxData__button svg, .modalDanger__no svg, .modalQuick__button svg, .formLogin__button svg, .modalBasket__buttonGo svg, .modalBasket__button svg, .boxOrder__button svg, .boxCart__link svg, .productLine__button svg, .cardTogether__button svg, .boxCard__button svg, .box404__link svg, .homeWorks__link svg, .contactsForm__button svg, .homeAbout__link svg, .sliderBefore__link svg, .homeSlider__link svg, .linkSeminar svg {
  margin-left: 9px;
}
.buttonGreen use, .noOrders__link use, .boxHistory__link use, .boxData__button use, .modalDanger__no use, .modalQuick__button use, .formLogin__button use, .modalBasket__buttonGo use, .modalBasket__button use, .boxOrder__button use, .boxCart__link use, .productLine__button use, .cardTogether__button use, .boxCard__button use, .box404__link use, .homeWorks__link use, .contactsForm__button use, .homeAbout__link use, .sliderBefore__link use, .homeSlider__link use, .linkSeminar use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.buttonGreen:hover, .noOrders__link:hover, .boxHistory__link:hover, .boxData__button:hover, .modalDanger__no:hover, .modalQuick__button:hover, .formLogin__button:hover, .modalBasket__buttonGo:hover, .modalBasket__button:hover, .boxOrder__button:hover, .boxCart__link:hover, .productLine__button:hover, .cardTogether__button:hover, .boxCard__button:hover, .box404__link:hover, .homeWorks__link:hover, .contactsForm__button:hover, .homeAbout__link:hover, .sliderBefore__link:hover, .homeSlider__link:hover, .linkSeminar:hover {
  background-color: var(--orising-colors-brand-500, #083523);
}
.buttonGreen:active, .noOrders__link:active, .boxHistory__link:active, .boxData__button:active, .modalDanger__no:active, .modalQuick__button:active, .formLogin__button:active, .modalBasket__buttonGo:active, .modalBasket__button:active, .boxOrder__button:active, .boxCart__link:active, .productLine__button:active, .cardTogether__button:active, .boxCard__button:active, .box404__link:active, .homeWorks__link:active, .contactsForm__button:active, .homeAbout__link:active, .sliderBefore__link:active, .homeSlider__link:active, .linkSeminar:active {
  background-color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1280px) {
  .buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .buttonGreen, .noOrders__link, .boxHistory__link, .boxData__button, .modalDanger__no, .modalQuick__button, .formLogin__button, .modalBasket__buttonGo, .modalBasket__button, .boxOrder__button, .boxCart__link, .productLine__button, .cardTogether__button, .boxCard__button, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
    padding: 12px 28px;
  }
}

.buttonAdd, .sliderBest__button {
  background-color: var(--orising-colors-brand-400, #0F6744);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--orising-colors-white, #fff);
  padding: 16px 40px 16px 40px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buttonAdd:hover, .sliderBest__button:hover {
  background-color: var(--orising-colors-brand-500, #083523);
}
.buttonAdd:active, .sliderBest__button:active {
  background-color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1199px) {
  .buttonAdd, .sliderBest__button {
    padding: 12px 28px;
  }
}

picture {
  display: block;
  font-size: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  line-height: 1.31;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}

h1,
h2 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h1,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h1,
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 359px) {
  h1,
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  text-transform: initial;
  color: #2e2e32;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

p {
  font-size: 16px;
  color: var(--orising-colors-black, #2e2e32);
  line-height: 1.62;
}

sup,
sub {
  font-size: 10px;
  line-height: 1.8;
}

.is-sticky .header__box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .is-sticky .header__bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.html-sticky #sticky {
  position: fixed !important;
  top: 0px !important;
  bottom: initial !important;
  scrollbar-gutter: stable;
}
@media (max-width: 1280px) {
  .html-sticky .mobileMenu {
    top: 69px;
  }
}
.html-sticky.open-menu body:before {
  top: 69px;
}
@media (max-width: 768px) {
  .html-sticky .mobileMenu {
    top: 60px;
  }
}
.html-sticky.open-menu body:before {
  top: 60px;
}

.innerPage .header__box {
  -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
}
.innerPage .breadrcums {
  padding-top: 20px;
}
.innerPage .homeWorks {
  margin-bottom: 0;
}
.innerPage .homeQuestions {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .innerPage .homeQuestions {
    margin-bottom: 40px;
  }
  .innerPage .breadrcums {
    padding-top: 10px;
  }
}

.linePage .homeBefore--2 {
  margin-bottom: 100px !important;
}
.linePage .homeQuestions {
  margin-bottom: 0;
}
.linePage .homeWorks {
  margin-bottom: 100px;
}
.linePage .navigation {
  margin: 0 0 80px 0;
}
.linePage .homeReviews {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .linePage .homeBefore--2 {
    margin-bottom: 60px !important;
  }
  .linePage .homeWorks {
    margin-bottom: 60px;
  }
  .linePage .navigation {
    margin: 0 0 60px 0;
  }
}
@media (max-width: 768px) {
  .linePage .homeBefore--2 {
    margin-bottom: 40px !important;
  }
  .linePage .homeWorks {
    margin-bottom: 40px;
  }
  .linePage .homeQuestions {
    padding: 40px 0;
    background-color: var(--orising-colors-grey-100, #faf9ff);
  }
  .linePage .navigation {
    margin: 0 0 40px 0;
  }
  .linePage .homeReviews {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sticky-wrapper {
  height: 130px !important;
}
@media (max-width: 1280px) {
  .sticky-wrapper {
    height: 68px !important;
  }
}
@media (max-width: 768px) {
  .sticky-wrapper {
    height: 60px !important;
  }
}

.header {
  position: relative;
  z-index: 50;
}
.header__top {
  background-color: var(--orising-colors-brand-500, #083523);
}
.header__center {
  width: 100% !important;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 70px;
  border-bottom: 1px solid #ecebf4;
}
.header__center .header__width {
  width: 100%;
  height: 69px;
}
.header__bottom {
  width: 100% !important;
  background-color: #fff;
}
.header__bottom .header__width {
  width: 100%;
  height: 60px;
}
.header__textFree {
  height: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-white, #fff);
}
.header__textFree span {
  margin-left: 3px;
  color: var(--orising-colors-warning-200, #d0cc5f);
}
.header__left {
  font-size: 0;
}
@media (max-width: 1280px) {
  .header__box {
    width: 100% !important;
  }
  .header__width {
    height: 68px;
  }
  .header__textFree {
    height: 40px;
  }
  .header__bottom {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__top {
    display: none;
  }
  .header__center {
    border-bottom: 0;
    height: 60px;
  }
  .header__center .header__width {
    height: 100%;
    background: var(--orising-colors-brand-500, #083523);
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.linkSeminar {
  font-size: 14px;
  padding: 8px 20px;
  margin-left: 13px;
  min-width: auto;
}

.boxLogo {
  display: inline-block;
  max-width: 119px;
  font-size: 0;
  text-decoration: none;
  margin-right: 31px;
}
@media (max-width: 1280px) {
  .boxLogo {
    max-width: 114px;
  }
}
@media (max-width: 768px) {
  .boxLogo {
    max-width: 96px;
    margin-right: 0;
  }
}

.headerSocial a {
  font-size: 0;
  width: 24px;
  height: 24px;
  margin: 6px 12px 6px 0;
}
.headerSocial a use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.headerSocial a:hover use {
  fill: var(--orising-colors-brand-500, #083523);
}
.headerSocial a.headerSocial__instagram {
  border-radius: 50%;
  background-color: var(--orising-colors-brand-400, #0F6744);
}
.headerSocial a.headerSocial__instagram use {
  fill: var(--orising-colors-white, #fff);
}
.headerSocial a.headerSocial__instagram:hover {
  background-color: var(--orising-colors-brand-500, #083523);
}
@media (max-width: 1300px) {
  .headerSocial a {
    margin: 6px 10px 6px 0;
  }
}
@media (max-width: 1280px) {
  .headerSocial {
    display: none;
  }
}

.buttonFavorites,
.buttonSearch,
.buttonBasket {
  width: 40px;
  height: 40px;
  font-size: 0;
  background: transparent;
  position: relative;
  text-decoration: none;
  overflow: visible;
  margin-left: 8px;
}
.buttonFavorites use,
.buttonSearch use,
.buttonBasket use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.buttonFavorites:hover use,
.buttonSearch:hover use,
.buttonBasket:hover use {
  stroke: var(--orising-colors-brand-500, #083523);
}
@media (max-width: 768px) {
  .buttonFavorites,
  .buttonSearch,
  .buttonBasket {
    width: 36px;
  }
  .buttonFavorites use,
  .buttonSearch use,
  .buttonBasket use {
    stroke: var(--orising-colors-white, #fff);
  }
  .buttonFavorites:hover use,
  .buttonSearch:hover use,
  .buttonBasket:hover use {
    stroke: var(--orising-colors-white, #fff);
  }
}
@media (max-width: 374px) {
  .buttonFavorites,
  .buttonSearch,
  .buttonBasket {
    width: 30px;
    margin-left: 5px;
  }
}

@media (max-width: 1280px) {
  .linkLogin,
  .buttonExit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    width: 40px;
    height: 40px;
    font-size: 0;
    background: transparent;
    position: relative;
    text-decoration: none;
    overflow: visible;
    margin-left: 8px;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .linkLogin use,
  .buttonExit use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
  .linkLogin:hover use,
  .buttonExit:hover use {
    stroke: var(--orising-colors-brand-500, #083523);
  }
}
@media (max-width: 768px) {
  .linkLogin,
  .buttonExit {
    width: 36px;
  }
  .linkLogin use,
  .buttonExit use {
    stroke: var(--orising-colors-white, #fff);
  }
  .linkLogin:hover use,
  .buttonExit:hover use {
    stroke: var(--orising-colors-white, #fff);
  }
}
@media (max-width: 374px) {
  .linkLogin,
  .buttonExit {
    width: 30px;
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .buttonSearch {
    display: none;
  }
}

.buttonFavorites {
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.buttonFavorites use {
  fill: transparent;
}

.buttonFavorites__quantity,
.buttonBasket__quantity {
  display: block;
  min-width: 16px;
  height: 16px;
  position: absolute;
  top: -4px;
  right: -4px;
  z-index: 2;
  background: var(--orising-colors-danger-200, #db312d);
  border-radius: 50%;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
  color: var(--orising-colors-white, #fff);
  line-height: 16px;
  letter-spacing: -0.02em;
}

.boxTelephone,
.boxTime {
  margin-right: 25px;
}

.boxTelephone,
.boxTime,
.buttonLogin {
  background-color: transparent;
  font-size: 0;
  line-height: 1;
  color: var(--orising-colors-black, #000);
  text-align: left;
}
.boxTelephone svg,
.boxTime svg,
.buttonLogin svg {
  margin-right: 8px;
}
.boxTelephone use,
.boxTime use,
.buttonLogin use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.boxTelephone__title,
.boxTime__title,
.buttonLogin__title {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.boxTelephone__title a,
.boxTime__title a,
.buttonLogin__title a {
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.boxTelephone__title a:hover,
.boxTime__title a:hover,
.buttonLogin__title a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.boxTelephone__text,
.boxTime__text,
.buttonLogin__text {
  font-size: 12px;
  letter-spacing: -0.01em;
  margin-top: 9px;
}
@media (max-width: 1280px) {
  .boxTelephone,
  .boxTime,
  .buttonLogin {
    display: none;
  }
}

.boxAdddress {
  margin-right: 25px;
  background-color: transparent;
  font-size: 0;
  line-height: 1;
  color: var(--orising-colors-black, #000);
  text-align: left;
}
.boxAdddress svg {
  margin-right: 8px;
}
.boxAdddress__text {
  width: 133px;
  line-height: 1.5;
  font-size: 12px;
  letter-spacing: -0.01em;
}
.boxAdddress__text a {
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.boxAdddress__text a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1280px) {
  .boxAdddress {
    display: none;
  }
}

.buttonLogin {
  margin-right: 32px;
}
.buttonLogin__text, .buttonLogin__title {
  display: block;
}
.buttonLogin:hover .buttonLogin__title {
  color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
@media (max-width: 1300px) {
  .buttonLogin {
    margin-right: 25px;
  }
}

.boxLanguages {
  position: relative;
}
.boxLanguages__button {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.boxLanguages__button img {
  max-width: 32px;
  width: 100%;
}
.boxLanguages.open-languages .boxLanguages__modal {
  display: block;
}
.boxLanguages__modal {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--orising-colors-white, #fff);
  padding: 10px 8px 0 8px;
}
.boxLanguages__modal a {
  width: 24px;
  height: 16px;
  font-size: 0;
  text-decoration: none;
  margin-bottom: 10px;
}
.boxLanguages__modal a:hover {
  opacity: 0.7;
}

@media (min-width: 1281px) {
  .globalMenu {
    width: 100%;
  }
  .globalMenu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .globalMenu > ul > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .globalMenu > ul > li.active > a {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .globalMenu > ul > li.active.dropDown > a:after {
    background-color: var(--orising-colors-brand-400, #0F6744);
  }
  .globalMenu > ul > li.dropDown > a {
    position: relative;
    padding-right: 29px;
  }
  .globalMenu > ul > li.dropDown > a:after {
    display: block;
    content: "";
    width: 8px;
    height: 5px;
    background-color: var(--orising-colors-black, #000);
    -webkit-mask-image: url(../images/arrows.svg);
    mask-image: url(../images/arrows.svg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .globalMenu > ul > li.dropDown > a:hover:after {
    background-color: var(--orising-colors-brand-400, #0F6744);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .globalMenu > ul > li.dropDown:hover > a {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .globalMenu > ul > li.dropDown:hover > a:after {
    background-color: var(--orising-colors-brand-400, #0F6744);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .globalMenu > ul > li.dropDown:hover > a:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    height: 60px;
  }
  .globalMenu > ul > li.dropDown:hover .subMenu {
    display: block;
  }
  .globalMenu > ul > li.noThumb .subMenu {
    padding: 6px 0 18px 0;
  }
  .globalMenu > ul > li.noThumb .subMenu a {
    padding: 6px 10px;
  }
  .globalMenu > ul > li.bgLine .subMenu {
    padding: 12px 0 24px 0;
  }
  .globalMenu > ul > li.bgLine .subMenu a {
    padding: 8px 0;
  }
  .globalMenu > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--orising-colors-black, #000);
    text-decoration: none;
    cursor: pointer;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .globalMenu > ul > li > a:hover {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .subMenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 28px 0 40px 0;
    background-color: #fff;
  }
  .subMenu:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
  .subMenu ul {
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 15px;
  }
  .subMenu li {
    margin-top: 12px;
  }
  .subMenu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.33;
    text-decoration: none;
    color: var(--orising-colors-black, #2e2e32);
  }
  .subMenu a:hover {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .subMenu__thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
  }
  .subMenu__thumb img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-align-self: center;
    margin: 0 auto;
  }
  .subMenu__line {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 4px;
    height: 24px;
    margin: 0 12px 0 10px;
  }
}
@media (min-width: 1340px) {
  .globalMenu > ul > li.dropDown > a {
    padding-right: 30px;
  }
  .globalMenu > ul > li.dropDown > a:after {
    right: 15px;
  }
  .globalMenu > ul > li > a {
    padding: 0 8px;
  }
}
@media (min-width: 1440px) {
  .globalMenu > ul > li.dropDown > a {
    padding-right: 30px;
  }
  .globalMenu > ul > li.dropDown > a:after {
    right: 22px;
  }
  .globalMenu > ul > li > a {
    padding: 0 10px;
  }
}
.open-search body:before {
  opacity: 1;
  visibility: visible;
  z-index: 300;
  -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
  transition: 0.4s opacity ease, 0.4s visibility ease;
}
.open-search .modalSearch {
  display: block;
}

.modalSearch {
  display: none;
  position: fixed;
  top: 53px;
  left: 0;
  right: 0;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  z-index: 350;
}
.modalSearch__item {
  position: relative;
  width: 100%;
  height: 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 70px;
}
.modalSearch__input {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px !important;
  background-color: #fff;
}
.modalSearch__button {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: transparent;
  font-size: 0;
}
.modalSearch__button use {
  stroke: var(--orising-colors-black, #2e2e32);
}
.modalSearch__button:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.modalSearch__close {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  text-decoration: none;
  font-size: 0;
  background: transparent;
}
.modalSearch__close use {
  stroke: var(--orising-colors-black, #2e2e32);
}
.modalSearch__close:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.modalSearch__dropdown {
  background: #fff;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-height: 442px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--orising-colors-warning-200, #d0cc5f);
}
.modalSearch__dropdown::-webkit-scrollbar {
  width: thin;
}
.modalSearch__infoText {
  color: var(--orising-colors-black, #2e2e32);
  font-size: 18px;
}
.modalSearch__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #000);
  padding-left: 16px;
}
@media (max-width: 1280px) {
  .modalSearch {
    top: 43px;
  }
}
@media (max-width: 1023px) {
  .modalSearch {
    max-width: 100%;
    width: calc(100% - 60px);
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .modalSearch {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
    background-color: var(--orising-colors-brand-100, #e7f9f2);
    z-index: 10;
  }
  .modalSearch__input {
    height: 40px;
    line-height: 40px;
    font-size: 14px !important;
  }
  .modalSearch__close {
    display: none;
  }
  .modalSearch__item {
    height: 41px;
    padding: 0 0 0 48px;
    border-bottom: 1px solid rgba(30, 43, 60, 0.2);
  }
  .modalSearch__button {
    left: 8px;
  }
  .modalSearch__button use {
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
  .modalSearch__title {
    padding-left: 0;
  }
  .modalSearch__dropdown {
    padding: 20px 15px;
    max-height: calc(100vh - 124px);
  }
}

.listSearch {
  margin-top: 10px;
  border-top: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listSearch__li {
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listSearch__thumb {
  width: 72px;
  height: 72px;
  margin-right: 20px;
}
.listSearch__thumb picture {
  width: 100%;
  height: 100%;
}
.listSearch__price {
  margin-left: 20px;
}
.listSearch__newPrice {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #000);
}
.listSearch__title {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--orising-colors-warning-300, #b9ae3b);
}
.listSearch__title:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .listSearch__thumb {
    width: 64px;
    height: 64px;
    margin-right: 15px;
  }
  .listSearch__title {
    font-size: 14px;
    line-height: 1.5;
  }
  .listSearch__price {
    margin-left: 15px;
  }
  .listSearch__newPrice {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .listSearch__thumb {
    width: 42px;
    height: 64px;
    margin-right: 10px;
  }
}

body:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: fixed;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -ms-touch-action: none;
  touch-action: none;
  -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
  transition: 0.4s opacity ease, 0.4s visibility ease;
}

.open-menu {
  min-height: 100%;
}
.open-menu body {
  -ms-touch-action: none;
  touch-action: none;
  min-height: 100%;
  overflow: hidden;
}
.open-menu body:before {
  top: 108px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
  transition: 0.4s opacity ease, 0.4s visibility ease;
}
.open-menu .mobileMenu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.open-menu .buttonMenu span {
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.open-menu .buttonMenu span:before {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open-menu .buttonMenu span:after {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .open-menu:before {
    top: 60px;
  }
}

.mobileMenu {
  display: block;
  position: fixed;
  top: 108px;
  bottom: 0;
  left: 0;
  background: var(--orising-colors-white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 393px;
  z-index: 700;
  -webkit-transform: translate3d(-393px, 0, 0);
  transform: translate3d(-393px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  padding: 20px 20px 0 20px;
}
.mobileMenu:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200vh;
  background: var(--orising-colors-white, #fff);
  z-index: -1;
}
.mobileMenu__scroll {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: transparent transparent;
}
.mobileMenu__top {
  margin-bottom: 20px;
}
.mobileMenu .globalMenu {
  display: block;
}
.mobileMenu__social {
  background: var(--orising-colors-brand-100, #e7f9f2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  margin-bottom: 16px;
}
.mobileMenu__social--title {
  font-weight: 500;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-size: 16px;
  color: var(--orising-colors-black, #000);
}
.mobileMenu__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.mobileMenu .boxTelephone,
.mobileMenu .boxTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.mobileMenu .boxAdddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 20px 0;
}
.mobileMenu .boxAdddress__text {
  width: auto;
}
.mobileMenu .linkSeminar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 20px;
  margin: 0 0 20px 0;
  width: 100%;
}
.mobileMenu .headerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobileMenu .headerSocial a {
  margin: 16px 8px 0 8px;
}
@media (max-width: 1280px) {
  .mobileMenu .buttonLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: var(--orising-colors-brand-100, #e7f9f2);
    border: 1px solid var(--orising-colors-brand-400, #0F6744);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--orising-colors-brand-400, #0F6744);
    margin: 0;
  }
  .mobileMenu .buttonLogin svg {
    margin-right: 12px;
  }
  .mobileMenu .buttonLogin svg use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
}
@media (max-width: 768px) {
  .mobileMenu {
    top: 60px;
    width: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 1280px) {
  .globalMenu {
    position: relative;
    background-color: var(--orising-colors-grey-100, #faf9ff);
    margin-bottom: 20px;
    padding: 16px 0;
  }
  .globalMenu.visible {
    padding: 0;
  }
  .globalMenu.visible .globalMenu__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .globalMenu__back {
    width: 100%;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--orising-colors-black, #000);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 0 16px 20px;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .globalMenu__back svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 15px;
  }
  .globalMenu__back use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-black, #000);
  }
  .globalMenu > ul > li.dropDown > a:after {
    display: inline-block;
    content: "";
    width: 8px;
    height: 5px;
    background-color: var(--orising-colors-black, #2e2e32);
    -webkit-mask-image: url(../images/arrows.svg);
    mask-image: url(../images/arrows.svg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0 0 12px;
    position: relative;
    top: -2px;
  }
  .globalMenu > ul > li.active > a {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .globalMenu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.28;
    text-transform: uppercase;
    color: var(--orising-colors-black, #2e2e32);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 26px;
  }
  .globalMenu > ul > li > a:hover {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .subMenu__line,
  .subMenu {
    display: none;
  }
  .visible > ul > li:not(.open-nextLevel) {
    display: none;
  }
  .visible > ul > li > a {
    display: none;
  }
  .visible .subMenu {
    display: block;
    margin-top: 10px;
  }
  .subMenu a {
    display: block;
    font-size: 15px;
    line-height: 1.33;
    font-weight: 500;
    color: var(--orising-colors-black, #2e2e32);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 16px;
  }
  .subMenu a:hover {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .subMenu .subMenu__thumb {
    display: none;
  }
}
.title-center, .boxAccepted__title, .modalReview__title, .modalLogin__or, .modalLogin__title, .cardTestimonials__title, .boxOrder__title, .boxCart__title, .sectionIngredients__title, .sectionBrief__title, .sectionHighlights__title, .sectionUse__title, .sectionCatalog__title, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionPartners__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .boxAbout__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .sectionContacts__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.title-center:before, .boxAccepted__title:before, .modalReview__title:before, .modalLogin__or:before, .modalLogin__title:before, .cardTestimonials__title:before, .boxOrder__title:before, .boxCart__title:before, .sectionIngredients__title:before, .sectionBrief__title:before, .sectionHighlights__title:before, .sectionUse__title:before, .sectionCatalog__title:before, .sectionFaq__title:before, .sectionFind__title:before, .sectionMap__title:before, .sectionPartners__title:before, .sectionRecommended__title:before, .homeWorks__title:before, .boxTeam__title:before, .boxAbout__title:before, .homeQuestions__title:before, .homeLines__title:before, .homeSolution__title:before, .sectionContacts__title:before, .homeTestimonials__title:before, .homeReviews__title:before, .homeBefore__title:before, .homeBest__title:before, .boxPost__title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: var(--orising-colors-grey-300, #c5c4cf);
  margin-top: -2px;
}
.title-center span, .boxAccepted__title span, .modalReview__title span, .modalLogin__or span, .modalLogin__title span, .cardTestimonials__title span, .boxOrder__title span, .boxCart__title span, .sectionIngredients__title span, .sectionBrief__title span, .sectionHighlights__title span, .sectionUse__title span, .sectionCatalog__title span, .sectionFaq__title span, .sectionFind__title span, .sectionMap__title span, .sectionPartners__title span, .sectionRecommended__title span, .homeWorks__title span, .boxTeam__title span, .boxAbout__title span, .homeQuestions__title span, .homeLines__title span, .homeSolution__title span, .sectionContacts__title span, .homeTestimonials__title span, .homeReviews__title span, .homeBefore__title span, .homeBest__title span, .boxPost__title span {
  background-color: #fff;
  padding: 0 28px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .title-center, .boxAccepted__title, .modalReview__title, .modalLogin__or, .modalLogin__title, .cardTestimonials__title, .boxOrder__title, .boxCart__title, .sectionIngredients__title, .sectionBrief__title, .sectionHighlights__title, .sectionUse__title, .sectionCatalog__title, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionPartners__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .boxAbout__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .sectionContacts__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title-center, .boxAccepted__title, .modalReview__title, .modalLogin__or, .modalLogin__title, .cardTestimonials__title, .boxOrder__title, .boxCart__title, .sectionIngredients__title, .sectionBrief__title, .sectionHighlights__title, .sectionUse__title, .sectionCatalog__title, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionPartners__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .boxAbout__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .sectionContacts__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .title-center:before, .boxAccepted__title:before, .modalReview__title:before, .modalLogin__or:before, .modalLogin__title:before, .cardTestimonials__title:before, .boxOrder__title:before, .boxCart__title:before, .sectionIngredients__title:before, .sectionBrief__title:before, .sectionHighlights__title:before, .sectionUse__title:before, .sectionCatalog__title:before, .sectionFaq__title:before, .sectionFind__title:before, .sectionMap__title:before, .sectionPartners__title:before, .sectionRecommended__title:before, .homeWorks__title:before, .boxTeam__title:before, .boxAbout__title:before, .homeQuestions__title:before, .homeLines__title:before, .homeSolution__title:before, .sectionContacts__title:before, .homeTestimonials__title:before, .homeReviews__title:before, .homeBefore__title:before, .homeBest__title:before, .boxPost__title:before {
    display: none;
  }
  .title-center span, .boxAccepted__title span, .modalReview__title span, .modalLogin__or span, .modalLogin__title span, .cardTestimonials__title span, .boxOrder__title span, .boxCart__title span, .sectionIngredients__title span, .sectionBrief__title span, .sectionHighlights__title span, .sectionUse__title span, .sectionCatalog__title span, .sectionFaq__title span, .sectionFind__title span, .sectionMap__title span, .sectionPartners__title span, .sectionRecommended__title span, .homeWorks__title span, .boxTeam__title span, .boxAbout__title span, .homeQuestions__title span, .homeLines__title span, .homeSolution__title span, .sectionContacts__title span, .homeTestimonials__title span, .homeReviews__title span, .homeBefore__title span, .homeBest__title span, .boxPost__title span {
    background-color: transparent;
    padding: 0;
  }
}
@media (max-width: 359px) {
  .title-center, .boxAccepted__title, .modalReview__title, .modalLogin__or, .modalLogin__title, .cardTestimonials__title, .boxOrder__title, .boxCart__title, .sectionIngredients__title, .sectionBrief__title, .sectionHighlights__title, .sectionUse__title, .sectionCatalog__title, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionPartners__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .boxAbout__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .sectionContacts__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
    font-size: 28px;
  }
}

@media (max-width: 1439px) {
  .pdLeftRight .splide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pdLeftRight .splide:not(.is-overflow) {
    padding-left: 0;
    padding-right: 0;
  }
  .pdLeftRight .splide.sliderSolution, .pdLeftRight .splide.sliderWorks {
    padding-left: 0;
    padding-right: 0;
  }
  .pdLeftRight .splide__arrow--prev {
    left: -20px;
  }
  .pdLeftRight .splide__arrow--next {
    right: -20px;
  }
}
@media (max-width: 991px) {
  .pdLeftRight .splide {
    padding-left: 30px;
    padding-right: 30px;
  }
  .pdLeftRight .splide.sliderBest {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .pdLeftRight .splide {
    padding-left: 0;
    padding-right: 0;
  }
  .pdLeftRight .splide__arrow--prev {
    left: -10px;
  }
  .pdLeftRight .splide__arrow--next {
    right: -10px;
  }
}
.homeSlider {
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 43.056%;
}
.homeSlider:not(.section-homeSlider) .homeSlider__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homeSlider .splide__track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeSlider__thumb {
  height: 100%;
}
.homeSlider__thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.homeSlider__item {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-bottom: 63px;
}
.homeSlider__width {
  width: 100%;
  max-width: 610px;
}
.homeSlider__box {
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}
.homeSlider__title {
  font-weight: 500;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.homeSlider__title i {
  font-style: italic;
  color: var(--orising-colors-brand-400, #0F6744);
}
.homeSlider__text {
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.homeSlider__text p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
.homeSlider__link {
  margin-top: 32px;
}
.homeSlider .splide__arrows {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}
.homeSlider .splide__arrow--prev, .homeSlider .splide__arrow--next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  background-color: var(--orising-colors-white, #fff);
}
.homeSlider .splide__arrow--prev {
  margin-right: 20px;
}
@media (max-width: 1280px) {
  .homeSlider__title {
    font-size: 42px;
  }
  .homeSlider__link, .homeSlider__text {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .homeSlider__width {
    max-width: 480px;
  }
  .homeSlider__text {
    margin-top: 20px;
    font-size: 16px;
  }
  .homeSlider__text p {
    font-size: 16px;
  }
  .homeSlider__link {
    margin-top: 20px;
  }
  .homeSlider .splide__arrows {
    right: 15px;
    bottom: 15px;
  }
  .homeSlider .splide__arrow--prev {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .homeSlider__width {
    max-width: 400px;
  }
  .homeSlider__title {
    font-size: 32px;
  }
  .homeSlider__item {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .homeSlider {
    padding-bottom: 165.818%;
  }
  .homeSlider__item {
    top: 50px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding-bottom: 0;
  }
  .homeSlider .homeSlider__width {
    max-width: 100%;
  }
  .homeSlider__title {
    font-size: 36px;
    line-height: 1.38;
    font-weight: 500;
  }
  .homeSlider__text {
    margin-top: 20px;
    font-size: 20px;
  }
  .homeSlider__text p {
    font-size: 16px;
  }
  .homeSlider__link {
    margin-top: 24px;
    max-width: 354px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px 28px;
  }
}
@media (max-width: 374px) {
  .homeSlider__title {
    font-size: 28px;
  }
  .homeSlider__text {
    margin-top: 21px;
    font-size: 16px;
  }
  .homeSlider__text p {
    font-size: 16px;
  }
  .homeSlider__link {
    margin-top: 20px;
  }
}

/** splide **/
.splide__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
  bottom: 23px;
  z-index: 2;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__arrows,
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__pagination__page {
  background-color: var(--orising-colors-white, #fff);
  border: 0;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.splide__pagination__page.is-active {
  background-color: var(--orising-colors-brand-400, #0F6744);
}

.splide__pagination__page:hover {
  background-color: var(--orising-colors-brand-400, #0F6744);
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 991px) {
  .splide__pagination {
    bottom: 16px;
  }
  .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
/** END splide **/
.splide__arrow--prev, .splide__arrow--next {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.splide__arrow--prev:disabled, .splide__arrow--next:disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.splide__arrow--prev use, .splide__arrow--next use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.splide__arrow--prev:hover use, .splide__arrow--next:hover use {
  stroke: var(--orising-colors-grey-500, #515057);
}
.splide__arrow--prev:active use, .splide__arrow--next:active use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.splide__arrow--prev {
  left: -64px;
}
.splide__arrow--next {
  right: -64px;
}
.splide__arrow--next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 2px;
}
@media (max-width: 1439px) {
  .splide__arrow--prev, .splide__arrow--next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .splide__arrow--prev {
    left: -47px;
  }
  .splide__arrow--next {
    right: -47px;
  }
}

@media (max-width: 1280px) {
  .buttonMenu {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-color: transparent;
    margin-right: 20px;
  }
  .buttonMenu span {
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--orising-colors-black, #2e2e32);
    margin: 0 auto;
  }
  .buttonMenu span:before, .buttonMenu span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--orising-colors-black, #2e2e32);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .buttonMenu span:before {
    top: -6px;
  }
  .buttonMenu span:after {
    bottom: -6px;
  }
}
@media (max-width: 768px) {
  .buttonMenu span {
    background-color: var(--orising-colors-white, #fff);
  }
  .buttonMenu span:before, .buttonMenu span:after {
    background-color: var(--orising-colors-white, #fff);
  }
}
@media (max-width: 392px) {
  .buttonMenu {
    margin-right: 10px;
  }
}
@media (max-width: 359px) {
  .buttonMenu {
    width: 34px;
    margin-right: 5px;
  }
}
.sectionTop {
  position: relative;
  height: 195px;
  margin-bottom: 20px;
}
.sectionTop--2 {
  height: 244px;
  margin-bottom: 0;
}
.sectionTop__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sectionTop__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sectionTop__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-weight: 500;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}
@media (max-width: 1440px) {
  .sectionTop {
    height: 0;
    padding-bottom: 20.834%;
  }
}
@media (max-width: 991px) {
  .sectionTop--2 {
    display: none;
  }
}
@media (max-width: 768px) {
  .sectionTop {
    padding-bottom: 38.168%;
    margin-bottom: 15px;
  }
  .sectionTop__title {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 479px) {
  .sectionTop__title {
    font-size: 22px;
  }
}

.breadrcums {
  margin-bottom: 40px;
}
.breadrcums--2 {
  display: none;
}
.breadrcums li {
  margin: 0 24px 5px 0;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: var(--orising-colors-brand-400, #0F6744);
  white-space: nowrap;
}
.breadrcums li:last-child {
  margin-right: 0;
}
.breadrcums li:last-child:after {
  display: none;
}
.breadrcums li:after {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--orising-colors-black, #2e2e32);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -15px;
}
.breadrcums a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-weight: 400;
  color: var(--orising-colors-grey-500, #515057);
}
.breadrcums a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 991px) {
  .breadrcums {
    margin-bottom: 30px;
  }
  .breadrcums--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 768px) {
  .breadrcums {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  .breadrcums li {
    white-space: nowrap;
  }
}

.boxPost {
  margin-bottom: 60px;
}
.boxPost__left {
  width: 60.9%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
.boxPost__left .blogSearch {
  display: none;
}
.boxPost__right {
  width: 39.1%;
}
.boxPost__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-bottom: 4px;
}
.boxPost__author {
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-grey-400, #91919d);
  margin-bottom: 20px;
}
.boxPost__subTitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 20px;
}
.boxPost__description {
  margin-bottom: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.boxPost__bottom .boxPost__author {
  margin-bottom: 0;
  text-transform: uppercase;
}
.boxPost__social--title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--orising-colors-black, #2e2e32);
  margin-right: 10px;
}
.boxPost__social a {
  width: 24px;
  height: 24px;
  font-size: 0;
  margin-right: 24px;
}
.boxPost__social a:last-child {
  margin-right: 0;
}
.boxPost__social a use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.boxPost__social a:hover use {
  fill: var(--orising-colors-black, #2e2e32);
}
@media (max-width: 1199px) {
  .boxPost__left {
    width: 55%;
  }
  .boxPost__right {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .boxPost__item {
    display: block;
  }
  .boxPost__left {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .boxPost__left .blogSearch {
    display: block;
  }
  .boxPost__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .boxPost {
    margin-bottom: 40px;
  }
  .boxPost__subTitle {
    font-size: 24px;
  }
  .boxPost__date {
    font-size: 14px;
    margin-bottom: 0;
  }
  .boxPost__author {
    margin-bottom: 0;
  }
  .boxPost__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 29px;
  }
}
@media (max-width: 639px) {
  .boxPost__bottom {
    display: block;
  }
  .boxPost__author {
    margin-top: 0;
  }
  .boxPost__social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 20px;
  }
  .boxPost__social--title {
    font-size: 12px;
  }
  .boxPost__social a {
    width: 16px;
    height: 16px;
    margin: 0 16px 0 0;
  }
}

.homeProduct {
  margin-bottom: 60px;
}
.homeProduct__content {
  display: none;
  text-align: center;
}
.homeProduct__content.active {
  display: block;
}
@media (max-width: 768px) {
  .homeProduct {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 48px;
  }
}

.tabsProduct {
  border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  margin-bottom: 30px;
}
.tabsProduct__li.active .tabsProduct__button {
  border-bottom: 2px solid var(--orising-colors-brand-400, #0F6744);
  color: var(--orising-colors-brand-400, #0F6744);
}
.tabsProduct__button {
  display: block;
  height: 100%;
  padding: 10px 24px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
  top: 1px;
}
.tabsProduct__button:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 768px) {
  .tabsProduct {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
  }
  .tabsProduct__li {
    width: 50%;
  }
  .tabsProduct__button {
    width: 100%;
    padding: 8px 10px;
  }
}

.homeBest {
  text-align: center;
  margin-bottom: 60px;
}
.homeBest__item {
  position: relative;
  margin-top: 64px;
}
.homeBest__link {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .homeBest__item {
    margin-top: 0;
  }
  .homeBest__link {
    margin-top: 42px;
  }
}
@media (max-width: 768px) {
  .homeBest {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 50px;
  }
  .homeBest__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .homeBest__link {
    max-width: 354px;
    width: 100%;
  }
}
@media (max-width: 392px) {
  .homeBest__link {
    width: calc(100% - 32px);
  }
}

.sliderBest {
  text-align: center;
}
.sliderBest .splide__slide {
  max-width: 295px;
}
.sliderBest__item {
  position: relative;
}
@media (min-width: 1281px) {
  .sliderBest__item {
    padding: 26px 0;
    -webkit-transition: 0.3s padding ease;
    transition: 0.3s padding ease;
  }
  .sliderBest__item:hover {
    padding: 0 0 52px 0;
    -webkit-transition: 0.3s padding ease;
    transition: 0.3s padding ease;
  }
  .sliderBest__item:hover .sliderBest__button {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
}
.sliderBest__favorites {
  display: block;
  font-size: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 54px;
  right: 10px;
  z-index: 2;
}
.sliderBest__favorites use {
  fill: transparent;
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__favorites:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__favorites.active use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__stiker {
  position: absolute;
  top: 54px;
  left: 10px;
  z-index: 2;
}
.sliderBest__stiker span {
  display: inline-block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-white, #fff);
  padding: 4px 8px;
  margin-bottom: 8px;
}
.sliderBest__stiker span:last-child {
  margin-bottom: 0;
}
.sliderBest__stiker span.bgGold {
  background-color: #d0cc5f;
}
.sliderBest__stiker span.bgBlack {
  background-color: #000;
}
.sliderBest__thumb {
  display: block;
  font-size: 0;
  width: 100%;
  height: 278px;
  margin-bottom: 11px;
}
.sliderBest__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderBest__box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  margin-bottom: 10px;
  height: 52px;
}
.sliderBest__title {
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.sliderBest__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__title:active {
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBest__boxStar {
  margin-bottom: 12px;
}
.sliderBest__quantityStar {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--orising-colors-brand-400, #0F6744);
  position: relative;
  top: 1px;
}
.sliderBest__mean {
  font-size: 14px;
  line-height: 1.5;
  color: var(--orising-colors-grey-500, #515057);
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.sliderBest__star {
  margin-right: 8px;
  font-size: 0;
}
.sliderBest__star img {
  max-width: 16px;
  width: 100%;
}
.sliderBest__newPrice {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__button {
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  padding: 10px 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 150px;
  margin: 0 auto;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.sliderBest__quantity {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-400, #91919d);
  height: 32px;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px 1px 16px;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBest__volume {
  max-width: 150px;
  margin: 0 auto 12px auto;
}
.sliderBest__volume .selectric {
  border: 1px solid var(--orising-colors-grey-400, #91919d);
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.sliderBest__volume .selectric:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.sliderBest__volume .selectric:hover .selectric-label {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__volume .selectric:hover .selectric-button:after {
  margin-right: -8px;
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sliderBest__volume .selectric-label {
  height: 32px;
  line-height: 32px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding: 0 16px;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBest__volume .selectric-button {
  pointer-events: none;
  width: 26px;
}
.sliderBest__volume .selectric-button:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-top: -4px;
}
.sliderBest__volume .selectric-items li {
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 600;
}
.sliderBest__volume .selectric-open .selectric-button {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.sliderBest__volume .selectric-open .selectric-button:after {
  margin-right: -8px;
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sliderBest__volume .selectric-items .selectric-scroll {
  max-height: 89px;
  scrollbar-width: thin;
}
@media (max-width: 1280px) {
  .sliderBest__stiker, .sliderBest__favorites {
    top: 10px;
  }
  .sliderBest__button {
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 24px;
    margin-top: 12px;
  }
}
@media (max-width: 1199px) {
  .sliderBest__box {
    padding: 0 10px;
  }
  .sliderBest__thumb {
    height: 263px;
  }
}
@media (max-width: 768px) {
  .sliderBest .splide__slide {
    width: 200px !important;
    max-width: 100% !important;
  }
  .sliderBest__thumb {
    height: 200px;
  }
  .sliderBest__box {
    padding: 0;
  }
}

.homeBefore {
  padding: 60px 0;
  margin-bottom: 60px;
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.homeBefore--2 {
  margin-bottom: 0 !important;
}
.homeBefore--2 .sliderBefore__bg {
  text-align: center;
}
.homeBefore--2 .sliderBefore__text {
  margin: 15px 16px 0 16px;
}
.homeBefore__title span {
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
@media (max-width: 768px) {
  .homeBefore {
    padding: 33px 0 24px 0;
    margin-bottom: 48px;
  }
  .homeBefore__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeBefore__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.sliderBefore .splide__slide {
  max-width: 400px;
}
.sliderBefore__bg {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  padding-bottom: 16px;
}
.sliderBefore__thumb {
  padding-bottom: 64.75%;
  margin-bottom: 16px;
}
.sliderBefore__top {
  margin-bottom: 15px;
}
.sliderBefore__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.sliderBefore__photo img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.sliderBefore__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #1a1a1a;
}
.sliderBefore__after, .sliderBefore__before {
  position: absolute;
  top: 0;
  z-index: 2;
  min-width: 70px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  height: 24px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: var(--orising-colors-white, #fff);
}
.sliderBefore__before {
  left: 0;
}
.sliderBefore__after {
  right: 0;
}
.sliderBefore__link {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 40px;
}
.sliderBefore__danger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 14px;
  line-height: 1.28;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBefore__text {
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 16px 15px 16px;
  font-size: 14px;
  line-height: 1.57;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBefore__text p {
  font-size: 14px;
  line-height: 1.57;
}
.sliderBefore__product {
  margin: 0 16px 15px 16px;
  text-decoration: none;
}
.sliderBefore__product:hover h3 {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBefore__product picture {
  width: 64px;
  height: 64px;
  margin-right: 21px;
}
.sliderBefore__product h3 {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
}
.sliderBefore__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 16px 15px 16px;
}
.sliderBefore__title h3,
.sliderBefore__title a {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.sliderBefore__title a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1199px) {
  .sliderBefore .splide__slide {
    max-width: 530px;
  }
}
@media (max-width: 991px) {
  .sliderBefore__product h3 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sliderBefore .splide__slide {
    width: 295px;
    max-width: 100%;
  }
  .sliderBefore__product picture {
    margin-right: 12px;
  }
  .sliderBefore__text {
    height: 88px;
    -webkit-line-clamp: 4;
  }
  .sliderBefore__danger {
    font-size: 12px;
    line-height: 1.33;
  }
}
@media (max-width: 359px) {
  .sliderBefore .splide__slide {
    width: 250px;
  }
}

.homeAbout {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 29px;
}
.homeAbout__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 60px 0 0;
  max-width: 620px;
}
.homeAbout__left .homeAbout__thumb {
  display: none;
}
.homeAbout__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
}
.homeAbout__text {
  margin-top: 23px;
}
.homeAbout__text p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
}
.homeAbout__link {
  margin-top: 24px;
}
.homeAbout__thumb {
  max-width: 538px;
  width: 100%;
}
@media (max-width: 1199px) {
  .homeAbout {
    max-width: 100%;
  }
  .homeAbout__thumb {
    max-width: 438px;
  }
  .homeAbout__text {
    margin-top: 20px;
  }
  .homeAbout__link {
    margin-top: 20px;
  }
  .homeAbout__left {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .homeAbout {
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homeAbout__left {
    padding: 0 30px 0 0;
  }
  .homeAbout__thumb {
    max-width: 260px;
  }
}
@media (max-width: 768px) {
  .homeAbout {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 40px;
  }
  .homeAbout__thumb {
    display: none;
  }
  .homeAbout__left {
    width: 100%;
    padding: 0;
  }
  .homeAbout__left .homeAbout__thumb {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
  .homeAbout__link {
    margin-top: 30px;
    max-width: 354px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

.homeReviews {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .homeReviews {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeReviews__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.sliderReviews {
  max-width: 946px;
  margin: 0 auto;
}
.sliderReviews .splide__slide {
  max-width: 295px;
}
.sliderReviews__border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
  min-height: 100%;
}
.sliderReviews__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 16px;
  border-bottom: 1px solid #ecebf4;
}
.sliderReviews__thumb {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.sliderReviews__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderReviews__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderReviews__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderReviews__bottom {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
}
.sliderReviews__text {
  height: 66px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.57;
  color: var(--orising-colors-grey-500, #515057);
}
.sliderReviews__item {
  margin-bottom: 10px;
}
.sliderReviews__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
}
.sliderReviews__date {
  font-size: 12px;
  line-height: 1.66667;
  color: var(--orising-colors-grey-500, #515057);
}
.sliderReviews__star {
  font-size: 0;
  margin-bottom: 18px;
}
.sliderReviews__star img {
  max-width: 16px;
}
.sliderReviews__photo {
  margin-top: 8px;
}
.sliderReviews__photo picture {
  width: 64px;
  height: 64px;
  margin: 8px 16px 0 0;
}
.sliderReviews__photo picture *:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .sliderReviews__photo picture {
    margin-right: 8px;
  }
}
@media (max-width: 991px) {
  .sliderReviews .splide__slide {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sliderReviews {
    /*
    .splide__list {
    	margin-left: -10px !important;
    	margin-right: -10px !important;
    }*/
  }
  .sliderReviews .splide__slide {
    width: 295px;
    /*padding: 0 10px;*/
  }
}
@media (max-width: 359px) {
  .sliderReviews .splide__slide {
    width: 270px;
  }
}

.homeTestimonials {
  margin-bottom: 60px;
  margin-top: 60px;
}
.homeTestimonials__item {
  position: relative;
}
@media (max-width: 768px) {
  .homeTestimonials {
    margin-bottom: 40px;
    margin-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeTestimonials__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
}

.sliderTestimonials .splide__slide {
  height: auto;
  min-height: 100%;
  max-width: 295px;
}
.sliderTestimonials__border {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: var(--orising-colors-grey-100, #faf9ff);
  padding: 27px 24px 24px 24px;
  text-align: center;
}
.sliderTestimonials__text {
  height: 104px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.sliderTestimonials__text p {
  font-size: 16px;
  line-height: 1.62;
  color: #1a1a1a;
}
.sliderTestimonials__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px auto;
}
.sliderTestimonials__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sliderTestimonials__name {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.sliderTestimonials__date, .sliderTestimonials__position {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.5);
}
.sliderTestimonials__position {
  margin-bottom: 16px;
}
.sliderTestimonials__date {
  margin-bottom: 8px;
}
.sliderTestimonials__logo {
  display: inline-block;
  font-size: 0;
}
.sliderTestimonials__star {
  font-size: 0;
  margin-bottom: 18px;
}
.sliderTestimonials__star img {
  margin: 0 2px;
}
@media (max-width: 1280px) {
  .sliderTestimonials .splide__slide {
    max-width: 368px;
  }
}
@media (max-width: 991px) {
  .sliderTestimonials .splide__slide {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sliderTestimonials .splide__slide {
    width: 295px;
  }
}
@media (max-width: 359px) {
  .sliderTestimonials .splide__slide {
    width: 250px;
  }
}

.homeAdvantages {
  background-color: #083523;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .homeAdvantages {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .homeAdvantages {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .homeAdvantages {
    margin-bottom: 19px;
  }
}

.sliderAdvantages .splide__slide {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .sliderAdvantages .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sliderAdvantages.splide {
    visibility: visible;
  }
  .sliderAdvantages .splide__track {
    width: 100%;
    overflow: visible;
  }
  .sliderAdvantages .splide__list {
    margin-left: -30px !important;
    margin-right: -30px !important;
    width: auto;
  }
  .sliderAdvantages .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 30px;
    position: relative;
  }
  .sliderAdvantages .splide__slide:before {
    display: block;
    content: "";
    width: 1px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    background-color: var(--orising-colors-brand-400, #0f6744);
  }
  .sliderAdvantages .splide__slide:first-child:before {
    display: none;
  }
}
.sliderAdvantages__thumb {
  width: 48px;
  height: 50px;
}
.sliderAdvantages__right {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.sliderAdvantages h3 {
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
}
.sliderAdvantages p {
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 2px;
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 1280px) {
  .sliderAdvantages .splide__slide {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .sliderAdvantages__right {
    padding-left: 10px;
  }
  .sliderAdvantages p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .sliderAdvantages {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sliderAdvantages .splide__slide {
    padding: 22px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sliderAdvantages__right {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .sliderAdvantages .splide__slide {
    padding: 26px 15px;
    width: auto;
  }
  .sliderAdvantages__thumb {
    height: 48px;
  }
  .sliderAdvantages p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .sliderAdvantages__right {
    padding-left: 10px;
  }
}

.homeBlog {
  margin-bottom: 60px;
}
.homeBlog__item {
  position: relative;
}
@media (max-width: 768px) {
  .homeBlog {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  .homeBlog__title {
    padding: 0 20px;
  }
}

.sliderBlog .splide__slide {
  max-width: 400px;
}
.sliderBlog__thumb {
  display: block;
  width: 100%;
  font-size: 0;
  text-decoration: none;
}
.sliderBlog__thumb picture {
  padding-bottom: 50%;
}
.sliderBlog__bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-200, #bde3d4);
  border-top: 0;
  padding: 20px 20px 27px 20px;
}
.sliderBlog__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.sliderBlog__title {
  height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
  margin-bottom: 11px;
}
.sliderBlog__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBlog__title:active {
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBlog__text {
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 28px;
}
.sliderBlog__more {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #2e2e32);
  text-decoration: none;
}
.sliderBlog__more svg {
  margin-left: 15px;
}
.sliderBlog__more use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #2e2e32);
}
.sliderBlog__more:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBlog__more:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.sliderBlog__more:active {
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBlog__more:active use {
  stroke: var(--orising-colors-black, #2e2e32);
}
@media (max-width: 1199px) {
  .sliderBlog__bg {
    padding: 20px 15px;
  }
  .sliderBlog__title {
    height: 48px;
    font-size: 18px;
  }
  .sliderBlog__text {
    margin-bottom: 16px;
  }
  .sliderBlog__date {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .sliderBlog .splide__slide {
    width: 295px;
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  .sliderBlog .splide__slide {
    width: 250px;
  }
}

.navigation {
  margin-top: 20px;
}
.navigation li {
  display: block;
  margin: 0 3px;
}
.navigation li.dots {
  display: block;
  pointer-events: none;
}
.navigation li.dots + li {
  display: block;
}
.navigation li:has(+ .active) {
  display: block;
}
.navigation li.active {
  display: block;
}
.navigation li.active + li {
  display: block;
}
.navigation li.active + li + li {
  display: block;
}
.navigation li.navigation__prev, .navigation li.navigation__next {
  display: block;
}
.navigation li.navigation__prev a, .navigation li.navigation__next a {
  height: 36px;
  width: auto;
  padding: 0 12px;
}
.navigation li.navigation__prev use, .navigation li.navigation__next use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-grey-400, #91919d);
}
.navigation li.navigation__prev:hover use, .navigation li.navigation__next:hover use {
  stroke: var(--orising-colors-white, #fff);
}
.navigation li.navigation__prev svg {
  margin-right: 10px;
}
.navigation li.navigation__next svg {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation li.active span,
.navigation li.active a {
  background: var(--orising-colors-brand-400, #0F6744);
  border-color: var(--orising-colors-brand-400, #0F6744);
  color: var(--orising-colors-white, #fff);
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 1px;
}
.navigation span,
.navigation a {
  width: 30px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  font-size: 14px;
  color: var(--orising-colors-black, #2e2e32);
  text-decoration: none;
}
.navigation span:hover,
.navigation a:hover {
  background: var(--orising-colors-brand-400, #0F6744);
  border-color: var(--orising-colors-brand-400, #0F6744);
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 991px) {
  .navigation li {
    display: none;
  }
}
@media (max-width: 479px) {
  .navigation li {
    margin: 0 2px;
  }
  .navigation li.navigation__prev, .navigation li.navigation__next {
    display: block;
  }
  .navigation li.navigation__prev a, .navigation li.navigation__next a {
    padding: 0 9px;
  }
  .navigation li.navigation__prev svg {
    margin-right: 5px;
  }
  .navigation li.navigation__next svg {
    margin-left: 5px;
  }
}
@media (max-width: 374px) {
  .navigation li {
    margin: 0 1px;
  }
  .navigation li.navigation__prev a, .navigation li.navigation__next a {
    width: auto;
    padding: 0 9px;
  }
  .navigation li.navigation__prev svg {
    margin-right: 5px;
  }
  .navigation li.navigation__next svg {
    margin-left: 5px;
  }
  .navigation a,
  .navigation span {
    width: 30px;
  }
}
@media (max-width: 359px) {
  .navigation a,
  .navigation span {
    width: 28px;
  }
}

.tabsBlog {
  margin-bottom: 22px;
}
.tabsBlog--2 .tabsBlog__select,
.tabsBlog--2 .tabsBlog__title {
  display: none;
}
.tabsBlog__dropDown li {
  margin: 0 11px 22px 11px;
}
.tabsBlog__dropDown li.active a {
  background-color: #000;
  color: var(--orising-colors-white, #fff);
}
.tabsBlog__dropDown a {
  display: block;
  text-decoration: none;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 12px 23px 10px 23px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.28;
  color: var(--orising-colors-black, #000);
  text-transform: uppercase;
}
.tabsBlog__dropDown a:hover {
  background-color: #000;
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 768px) {
  .tabsBlog {
    margin-bottom: 25px;
    position: relative;
  }
  .tabsBlog--2.open .tabsBlog__dropDown {
    display: block;
  }
  .tabsBlog--2.open .tabsBlog__select:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tabsBlog--2 .tabsBlog__dropDown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid var(--orising-colors-grey-200, #bde3d4);
    border-top: 0;
    z-index: 2;
    background-color: #fff;
    margin-top: -1px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  }
  .tabsBlog--2 .tabsBlog__dropDown li {
    margin: 0;
    border-top: 1px solid var(--orising-colors-grey-200, #bde3d4);
  }
  .tabsBlog--2 .tabsBlog__dropDown a {
    border: 0;
    border-radius: 0;
    padding: 10px 16px 10px 16px;
  }
  .tabsBlog--2 .tabsBlog__select {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 51px;
    border-bottom: 1px solid var(--orising-colors-grey-400, #91919d);
    padding: 0 48px 0 16px;
    cursor: pointer;
    position: relative;
  }
  .tabsBlog--2 .tabsBlog__select:after {
    display: block;
    content: "";
    width: 12px;
    height: 7px;
    background-color: var(--orising-colors-black, #000);
    -webkit-mask-image: url(../images/arrows.svg);
    mask-image: url(../images/arrows.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 21px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .tabsBlog--2 .tabsBlog__title {
    display: block;
    font-family: var(--font-title, "STIX Two Text", serif);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.8;
    color: var(--orising-colors-black, #000);
  }
  .tabsBlog--2 .tabsBlog__title span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.listPost {
  margin: 0 -10px 0 -10px;
}
.listPost__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 40px 10px;
}
@media (max-width: 991px) {
  .listPost__li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .listPost {
    margin-top: 3px;
  }
  .listPost__li {
    padding-bottom: 25px;
  }
  .listPost .sliderBlog__more {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .listPost .sliderBlog__more use {
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
  .listPost .sliderBlog__bg {
    padding: 15px;
  }
  .listPost .sliderBlog__title {
    height: 48px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .listPost .sliderBlog__text {
    margin-bottom: 10px;
    font-size: 12px;
    height: 36px;
  }
}
@media (max-width: 639px) {
  .listPost__li {
    width: 100%;
  }
}

.all-blogSearch .blogSearch {
  display: block;
}
.all-blogSearch .blogSearch__title {
  display: none;
}
@media (min-width: 1281px) {
  .all-blogSearch .blogSearch {
    position: relative;
    margin-bottom: 40px;
  }
  .all-blogSearch .blogSearch__input {
    height: 52px;
    line-height: 51px;
    font-size: 16px !important;
  }
  .all-blogSearch .blogSearch__button {
    height: 52px;
  }
}

.blogSearch {
  position: relative;
  margin-bottom: 21px;
}
.blogSearch__title {
  font-weight: 600;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 1px;
}
.blogSearch__item {
  position: relative;
}
.blogSearch__input {
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 64px 0 16px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
  color: var(--orising-colors-black, #2e2e32);
  background-color: transparent;
  font-size: 14px !important;
}
.blogSearch__button {
  display: block;
  width: 54px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: transparent;
}
.blogSearch__button use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #000);
}
.blogSearch__button:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 991px) {
  .blogSearch {
    display: none;
  }
  .blogSearch__input {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .blogSearch {
    margin-bottom: 27px;
  }
  .blogSearch__title {
    margin-bottom: 8px;
  }
}

.boxRecent {
  margin-bottom: 20px;
}
.boxRecent__title {
  font-size: 24px;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
}

.listRecent__li {
  margin-top: 20px;
}
.listRecent__thumb {
  width: 190px;
}
.listRecent__thumb picture {
  padding-bottom: 63.16%;
}
.listRecent__bg {
  width: calc(100% - 190px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.listRecent__title {
  max-height: 64px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listRecent__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listRecent__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-top: 6px;
}
@media (max-width: 1370px) {
  .listRecent__title {
    max-height: 96px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 1199px) {
  .listRecent__title {
    font-size: 20px;
    max-height: 80px;
  }
}
@media (max-width: 768px) {
  .listRecent__title {
    font-size: 18px;
    line-height: 1.44;
    max-height: 78px;
  }
}
@media (max-width: 479px) {
  .listRecent__thumb {
    width: 133px;
  }
  .listRecent__thumb picture {
    padding-bottom: 78.2%;
  }
  .listRecent__bg {
    width: calc(100% - 133px);
    padding-left: 10px;
  }
}

.blogMenu {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.blogMenu__title {
  font-size: 24px;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
}
.blogMenu .tabsBlog {
  margin: 0 -10px;
}
.blogMenu .tabsBlog__dropDown {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 0;
}
.blogMenu .tabsBlog__dropDown li {
  margin: 20px 10px 0 10px;
}
@media (max-width: 991px) {
  .blogMenu {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.boxExpert {
  padding-top: 50px;
  margin-bottom: 57px;
  text-align: center;
}
.boxExpert__bg {
  border: 1px solid var(--orising-colors-brand-300);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 24px 24px;
  background: var(--orising-colors-brand-100, #e7f9f2);
}
.boxExpert__thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid var(--orising-colors-white, #fff);
  position: relative;
  z-index: 2;
  margin: -50px auto 14px auto;
}
.boxExpert__thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.boxExpert__icons {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 24px;
}
.boxExpert__text {
  font-family: --font-title, "STIX Two Text", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.62;
  font-weight: 500;
  text-align: center;
  color: var(--font-family, "Montserrat", sans-serif);
}
.boxExpert__name {
  font-family: --font-title, "STIX Two Text", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-brand-300, #5db693);
  margin-top: 22px;
}
@media (max-width: 768px) {
  .boxExpert {
    margin-bottom: 24px;
  }
}

.description {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
}
.description p {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 27px !important;
}
.description p iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.description iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
  margin-bottom: 23px !important;
}
.description sub,
.description sup {
  font-size: 75%;
  position: relative;
}
.description sub {
  position: relative;
  top: 2px;
}
.description sup {
  vertical-align: top;
  top: -10px;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: var(--font-title, "STIX Two Text", serif) !important;
  color: var(--orising-colors-black, #000);
  margin: 0 0 16px 0 !important;
  text-align: left;
  font-weight: 500;
  text-transform: initial;
  margin: 0 0 16px 0 !important;
  line-height: 1.33;
}
.description h1 {
  font-size: 24px;
  letter-spacing: 0;
}
.description h2 {
  font-size: 24px;
}
.description h3 {
  font-size: 20px;
}
.description h4 {
  font-size: 16px;
  text-transform: initial;
  margin: 0 0 11px 0 !important;
}
.description h5 {
  font-size: 16px;
  text-transform: initial;
}
.description h6 {
  font-size: 16px;
  margin-bottom: 0 !important;
}
.description a {
  color: var(--orising-colors-brand-400, #0F6744);
  text-decoration: underline;
}
.description a:hover {
  text-decoration: none;
}
.description blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 3px solid var(--orising-colors-brand-400, #0F6744);
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
  margin: 20px 0;
  padding: 10px 15px;
  text-align: left;
}
.description blockquote p {
  position: relative;
  text-align: left;
  padding: 0;
  margin-bottom: 0 !important;
}
.description ol {
  counter-reset: item;
  margin: 26px 0 36px 0;
}
.description ol li {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
  list-style: inside decimal;
  position: relative;
  padding-left: 19px;
  margin-top: 6px;
}
.description ol li:first-child {
  margin-top: 0 !important;
}
.description ol li:last-child {
  margin-bottom: 0;
}
.description ol li::marker {
  opacity: 0;
  display: none;
  visibility: hidden;
  font-size: 0;
}
.description ol li:before {
  display: block;
  content: counter(item) ".";
  counter-increment: item;
  font-size: 16px;
  color: var(--orising-colors-black, #2e2e32);
  position: absolute;
  left: 0;
  top: 0;
}
.description ol li ol {
  margin-left: 15px;
}
.description ul {
  margin: 26px 0 36px 0;
  position: relative;
}
.description ul li {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  margin-top: 24px;
}
.description ul li:first-child {
  margin-top: 0;
}
.description ul li:last-child {
  margin-bottom: 0;
}
.description ul li:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orising-colors-brand-400, #0F6744);
  position: absolute;
  top: 8px;
  left: 0px;
}
.description table {
  width: 100%;
  border-collapse: separate;
  margin: 23px 0;
}
.description table tr:last-child td:first-child {
  border-radius: 0 0 0 3px;
}
.description table tr:last-child td:last-child {
  border-radius: 0 0 3px 0;
}
.description table th {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  text-align: center;
  border: 1px solid #20543f;
  border-left: 0;
  background: var(--orising-colors-brand-400);
  padding: 7px 16px;
}
.description table th:first-child {
  border-left: 1px solid #20543f;
}
.description table td {
  font-size: 16px;
  line-height: 1.62;
  color: var(--font-family, "Montserrat", sans-serif);
  text-align: left;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
  border-top: 0;
  border-left: 0;
  padding: 8px 16px;
}
.description table td:first-child {
  border-left: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.description img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.description > *:first-child {
  margin-top: 0 !important;
}
.description > *:last-child {
  margin-bottom: 0 !important;
}
.description.boxAbout__description *:nth-child(2) img {
  margin: 0 0 0 8px !important;
  position: relative;
  top: -2px;
}
.description.boxAbout__description iframe {
  width: calc(47.5% + 23px) !important;
  float: right;
  margin-left: 23px;
}
.description.productLine__description ol,
.description.productLine__description ul {
  margin-bottom: 26px;
}
.description.productLine__description ol li,
.description.productLine__description ul li {
  margin-top: 10px;
}
.description.productLine__description blockquote,
.description.productLine__description ol li,
.description.productLine__description ul li,
.description.productLine__description table th,
.description.productLine__description table td,
.description.productLine__description p {
  margin-bottom: 0 !important;
}
.description.listUse__description, .description.listFaq__description, .description.listQuestions__description {
  color: var(--orising-colors-grey-500, #515057);
}
.description.listUse__description blockquote,
.description.listUse__description ol li,
.description.listUse__description ul li,
.description.listUse__description table th,
.description.listUse__description table td,
.description.listUse__description p, .description.listFaq__description blockquote,
.description.listFaq__description ol li,
.description.listFaq__description ul li,
.description.listFaq__description table th,
.description.listFaq__description table td,
.description.listFaq__description p, .description.listQuestions__description blockquote,
.description.listQuestions__description ol li,
.description.listQuestions__description ul li,
.description.listQuestions__description table th,
.description.listQuestions__description table td,
.description.listQuestions__description p {
  color: var(--orising-colors-grey-500, #515057);
}
.description.listUse__description ol,
.description.listUse__description blockquote,
.description.listUse__description p,
.description.listUse__description h1,
.description.listUse__description h2,
.description.listUse__description h3,
.description.listUse__description h4,
.description.listUse__description h5,
.description.listUse__description h6, .description.listFaq__description ol,
.description.listFaq__description blockquote,
.description.listFaq__description p,
.description.listFaq__description h1,
.description.listFaq__description h2,
.description.listFaq__description h3,
.description.listFaq__description h4,
.description.listFaq__description h5,
.description.listFaq__description h6, .description.listQuestions__description ol,
.description.listQuestions__description blockquote,
.description.listQuestions__description p,
.description.listQuestions__description h1,
.description.listQuestions__description h2,
.description.listQuestions__description h3,
.description.listQuestions__description h4,
.description.listQuestions__description h5,
.description.listQuestions__description h6 {
  margin: 0 0 12px 0 !important;
}
.description.listUse__description > *:last-child, .description.listFaq__description > *:last-child, .description.listQuestions__description > *:last-child {
  margin-bottom: 0 !important;
}
.description.listUse__description h1,
.description.listUse__description h2,
.description.listUse__description h3,
.description.listUse__description h4,
.description.listUse__description h5,
.description.listUse__description h6, .description.listFaq__description h1,
.description.listFaq__description h2,
.description.listFaq__description h3,
.description.listFaq__description h4,
.description.listFaq__description h5,
.description.listFaq__description h6, .description.listQuestions__description h1,
.description.listQuestions__description h2,
.description.listQuestions__description h3,
.description.listQuestions__description h4,
.description.listQuestions__description h5,
.description.listQuestions__description h6 {
  line-height: 1.15;
}
@media (max-width: 1280px) {
  .description.boxAbout__description > br {
    display: none;
  }
}
@media (max-width: 991px) {
  .description.boxAbout__description br {
    display: none;
  }
  .description.boxAbout__description iframe {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}

.contactsMap {
  height: 500px;
}
.contactsMap iframe {
  width: 100%;
  height: 100%;
  /*filter: grayscale(100%);*/
}
@media (max-width: 768px) {
  .contactsMap {
    height: 393px;
  }
}

.sectionContacts {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sectionContacts {
    margin-bottom: 60px;
  }
}

.contactsForm {
  max-width: 670px;
  margin: 60px auto 0 auto;
}
.contactsForm__title {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  margin-bottom: 40px;
}
.contactsForm__width .contactsForm__item {
  width: calc(50% - 20px);
}
.contactsForm__item {
  margin-bottom: 44px;
}
.contactsForm__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  margin-bottom: 8px;
}
.contactsForm__button {
  width: 100%;
}
@media (max-width: 991px) {
  .contactsForm {
    margin-top: 0;
  }
  .contactsForm__title {
    margin-bottom: 24px;
  }
  .contactsForm__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactsForm {
    max-width: 100%;
  }
  .contactsForm__item {
    margin-bottom: 24px;
  }
  .contactsForm__title {
    font-size: 20px;
    text-transform: uppercase;
  }
}
@media (max-width: 479px) {
  .contactsForm__width {
    display: block;
  }
  .contactsForm__width .contactsForm__item {
    width: 100%;
  }
}

.input {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
  padding: 0 16px;
  line-height: 38px;
  font-size: 14px !important;
  color: var(--orising-colors-grey-500, #515057);
}
.input.area {
  max-width: 100%;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 479px) {
  .input.area {
    height: auto;
  }
}

.boxContancts {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .boxContancts {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .boxContancts {
    margin-bottom: 30px;
  }
}

.listContancts {
  margin-left: -40px;
  margin-right: -40px;
}
.listContancts__li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
  box-sizing: border-box;
  border-right: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  margin-bottom: 30px;
}
.listContancts__li:last-child {
  border-right: 0;
}
.listContancts__icons {
  width: 48px;
  height: 48px;
}
.listContancts__right {
  padding-left: 20px;
}
.listContancts__title {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.27;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.listContancts__text {
  line-height: 1.62;
  font-size: 16px;
  font-weight: 600;
}
.listContancts__text a {
  color: var(--orising-colors-black, #2e2e32);
  text-decoration: none;
}
.listContancts__text a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1280px) {
  .listContancts {
    margin-left: -15px;
    margin-right: -15px;
  }
  .listContancts__li {
    padding: 0 15px;
  }
  .listContancts__right {
    padding-left: 15px;
  }
}
@media (max-width: 1199px) {
  .listContancts__li {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0;
  }
}
@media (max-width: 639px) {
  .listContancts {
    margin-left: -10px;
    margin-right: -10px;
  }
  .listContancts__li {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .listContancts__icons {
    margin: 0 auto;
  }
  .listContancts__title {
    margin-bottom: 9px;
  }
  .listContancts__text {
    font-size: 14px;
  }
  .listContancts__right {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 359px) {
  .listContancts__li {
    width: 100%;
  }
  .listContancts__text {
    font-size: 16px;
  }
}

.homeSolution {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .homeSolution {
    margin-bottom: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeSolution__title {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .homeSolution {
    margin-bottom: 48px;
  }
  .homeSolution__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 992px) {
  .sliderSolution .splide__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sliderSolution.splide {
    visibility: visible;
  }
  .sliderSolution .splide__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .sliderSolution .splide__slide {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 20px 10px;
  }
  .sliderSolution .splide__slide:nth-child(3), .sliderSolution .splide__slide:nth-child(4) {
    width: 50%;
  }
  .sliderSolution .splide__slide:nth-child(3) .sliderSolution__thumb, .sliderSolution .splide__slide:nth-child(4) .sliderSolution__thumb {
    padding-bottom: 48.362%;
  }
}
.sliderSolution__link {
  display: block;
  font-size: 0;
  text-decoration: none;
  position: relative;
}
.sliderSolution__link:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sliderSolution__link:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.sliderSolution__thumb {
  padding-bottom: 100%;
}
.sliderSolution__title {
  position: absolute;
  left: 40px;
  right: 15px;
  bottom: 31px;
  z-index: 2;
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #faf9ff;
}
.sliderSolution__title svg {
  margin-left: 17px;
  position: relative;
  top: -1px;
}
.sliderSolution__title use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
@media (max-width: 1199px) {
  .sliderSolution__title {
    left: 15px;
    bottom: 15px;
  }
  .sliderSolution .splide__slide:nth-child(3) .sliderSolution__thumb, .sliderSolution .splide__slide:nth-child(4) .sliderSolution__thumb {
    padding-bottom: 47.81%;
  }
}
@media (max-width: 991px) {
  .sliderSolution .splide__track {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sliderSolution .splide__slide {
    width: 295px;
  }
  .sliderSolution .splide__slide:nth-child(3) .sliderSolution__thumb, .sliderSolution .splide__slide:nth-child(4) .sliderSolution__thumb {
    padding-bottom: 100%;
  }
}
@media (max-width: 768px) {
  .sliderSolution .splide__track {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 359px) {
  .sliderSolution .splide__slide {
    width: 270px;
  }
}

.homeLines {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}
.homeLines__item {
  position: relative;
}
.homeLines__link {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .homeLines {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  .homeLines__title {
    margin-left: 16px;
    margin-right: 16px;
  }
  .homeLines .swiper-button-prev,
  .homeLines .swiper-button-next {
    display: none;
  }
}

/** swiper **/
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-next use,
.swiper-button-prev use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.swiper-button-next:hover use,
.swiper-button-prev:hover use {
  stroke: var(--orising-colors-grey-500, #515057);
}
.swiper-button-next:active use,
.swiper-button-prev:active use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  display: none !important;
}
@media (max-width: 1439px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}

.swiper-button-next {
  right: -75px;
}
.swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 2px;
}

.swiper-button-prev {
  left: -75px;
}

@media (max-width: 1439px) {
  .swiper-button-next {
    right: -20px;
  }
  .swiper-button-prev {
    left: -20px;
  }
}
/** END swiper **/
.sliderLines .swiper-slide {
  width: 50%;
}
.sliderLines .swiper-slide:not(.swiper-slide-visible, .swiper-slide-prev) {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderLines .swiper-slide.swiper-slide-duplicate .sliderLines__title,
.sliderLines .swiper-slide.swiper-slide-duplicate .sliderLines__text, .sliderLines .swiper-slide.swiper-slide-next .sliderLines__title,
.sliderLines .swiper-slide.swiper-slide-next .sliderLines__text, .sliderLines .swiper-slide.swiper-slide-prev .sliderLines__title,
.sliderLines .swiper-slide.swiper-slide-prev .sliderLines__text {
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderLines .swiper-slide.swiper-slide-duplicate .sliderLines__thumb img, .sliderLines .swiper-slide.swiper-slide-next .sliderLines__thumb img, .sliderLines .swiper-slide.swiper-slide-prev .sliderLines__thumb img {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.sliderLines__link {
  display: block;
  font-size: 0;
  text-decoration: none;
}
.sliderLines__thumb {
  width: 100%;
  height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.sliderLines .swiper-slide-active .sliderLines__thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.sliderLines .swiper-slide-duplicate.swiper-slide-active .sliderLines__title,
.sliderLines .swiper-slide-duplicate.swiper-slide-active .sliderLines__text {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderLines .swiper-slide-duplicate.swiper-slide-active .sliderLines__thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s -webkit-transform ease;
  transition: 0.3s -webkit-transform ease;
  transition: 0.3s transform ease;
  transition: 0.3s transform ease, 0.3s -webkit-transform ease;
}
.sliderLines__title, .sliderLines__text {
  opacity: 1;
  max-width: 460px;
  margin: 0 auto;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.sliderLines__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--orising-colors-black, #000);
}
.sliderLines__text {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  color: var(--orising-colors-black, #2e2e32);
  margin-top: 15px;
}
@media (max-width: 991px) {
  .sliderLines .swiper-slide {
    width: 40%;
  }
  .sliderLines__text {
    font-size: 14px;
  }
  .sliderLines__thumb {
    height: 320px;
  }
}
@media (max-width: 768px) {
  .sliderLines .swiper-slide {
    width: 75%;
  }
  .sliderLines__title {
    font-size: 24px;
  }
  .sliderLines__text {
    font-size: 16px;
  }
  .sliderLines__thumb {
    height: 295px;
  }
}

.homeQuestions {
  background-color: var(--orising-colors-grey-100, #faf9ff);
  padding: 60px 0;
  margin-bottom: 0;
}
.homeQuestions__title span {
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.homeQuestions__thumb {
  max-width: 505px;
}
.homeQuestions__right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
}
@media (max-width: 1280px) {
  .homeQuestions__title {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .homeQuestions__right {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .homeQuestions__right {
    padding-left: 30px;
  }
  .homeQuestions__thumb {
    max-width: 370px;
  }
}
@media (max-width: 991px) {
  .homeQuestions__item {
    display: block;
  }
  .homeQuestions__thumb {
    display: block;
    max-width: 100%;
  }
  .homeQuestions__right {
    padding: 24px 0 0 0;
  }
}
@media (max-width: 768px) {
  .homeQuestions {
    padding: 26px 0 26px 0;
  }
  .homeQuestions__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.listQuestions__li {
  margin-bottom: 20px;
}
.listQuestions__li:last-child {
  margin-bottom: 0;
}
.listQuestions__li.open .listQuestions__title:after {
  display: none;
}
.listQuestions__li.open .listQuestions__description {
  display: block;
}
.listQuestions__title {
  font-weight: 500;
  font-size: 18px;
  color: var(--orising-colors-black, #2e2e32);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 10px 46px;
  border-bottom: 1px solid #c5c4cf;
  position: relative;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listQuestions__title:before, .listQuestions__title:after {
  display: block;
  content: "";
  position: absolute;
  background-color: var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.listQuestions__title:before {
  width: 14px;
  height: 2px;
  top: 21px;
  left: 18px;
}
.listQuestions__title:after {
  width: 2px;
  height: 14px;
  top: 15px;
  left: 24px;
}
.listQuestions__title:hover {
  color: var(--orising-colors-warning-300, #b9ae3b);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listQuestions__title:hover:before, .listQuestions__title:hover:after {
  background-color: var(--orising-colors-warning-300, #b9ae3b);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.listQuestions__description {
  display: none;
  padding: 12px;
}
@media (max-width: 1199px) {
  .listQuestions__li {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .listQuestions__li {
    margin-bottom: 0;
  }
}

.boxAbout {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .boxAbout__title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .boxAbout {
    margin-bottom: 50px;
  }
}

.boxTeam {
  margin-bottom: 16px;
}
.listTeam {
  margin-left: -10px;
  margin-right: -10px;
}
.listTeam__li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 84px 10px;
  text-align: center;
}
.listTeam__thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 13px;
}
.listTeam__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  margin-bottom: 12px;
}
.listTeam__position {
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 12px;
}
.listTeam__phone {
  margin-bottom: 11px;
}
.listTeam__phone a {
  font-size: 14px;
  line-height: 1.57;
  color: #2e2e32;
  text-decoration: none;
}
.listTeam__phone a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listTeam__social a {
  width: 24px;
  height: 24px;
  font-size: 0;
  margin: 0 12px;
}
.listTeam__social a use {
  fill: #0f6744;
}
.listTeam__social a:hover use {
  fill: var(--orising-colors-black, #2e2e32);
}
@media (max-width: 991px) {
  .listTeam__li {
    width: 33.33%;
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .listTeam__li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .listTeam__li {
    width: 100%;
    padding-bottom: 40px;
  }
}

.homeWorks {
  background-color: #e7f9f2;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  margin-bottom: 60px;
}
.homeWorks__title span {
  background-color: #e7f9f2;
}
.homeWorks__item {
  position: relative;
  margin-top: 48px;
  text-align: left;
}
.homeWorks__box {
  position: absolute;
  left: 50%;
  width: 180px;
  margin-left: -90px;
  top: 0;
  z-index: 2;
  pointer-events: none;
}
.homeWorks__plate {
  width: 100%;
  height: auto;
}
.homeWorks__smallText {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.homeWorks__smallText span {
  display: block;
  font-weight: 700;
  font-size: 8px;
  margin-top: 3px;
  text-transform: initial;
}
.homeWorks__link {
  margin-top: 30px;
}
@media (max-width: 1280px) {
  .homeWorks__title {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .homeWorks__item {
    margin-top: 0;
  }
  .homeWorks__link {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .homeWorks {
    padding: 33px 0 24px 0;
    margin-bottom: 40px;
  }
  .homeWorks__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.sliderWorks .splide__track {
  padding: 67px 0;
}
.sliderWorks .is-active .sliderWorks__link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sliderWorks .splide__slide {
  width: 160px;
}
.sliderWorks__link {
  display: block;
  font-size: 0;
  -webkit-box-shadow: 0 2px 7px 0 rgba(182, 182, 182, 0.25);
  box-shadow: 0 2px 7px 0 rgba(182, 182, 182, 0.25);
  text-decoration: none;
  -webkit-transition: 0.15s -webkit-transform ease;
  transition: 0.15s -webkit-transform ease;
  transition: 0.15s transform ease;
  transition: 0.15s transform ease, 0.15s -webkit-transform ease;
  margin-left: 2px;
  margin-right: 10px;
}
.sliderWorks__link:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
  -webkit-transition: 0.15s -webkit-transform ease;
  transition: 0.15s -webkit-transform ease;
  transition: 0.15s transform ease;
  transition: 0.15s transform ease, 0.15s -webkit-transform ease;
}
.sliderWorks__thumb {
  padding-bottom: 125%;
  overflow: hidden;
}
.sliderWorks__top {
  height: 26px;
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
}
.sliderWorks__bottom {
  width: 100%;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px 7px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}
.sliderWorks__bottom--left svg {
  margin-right: 4px;
}
.sliderWorks__icons {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  overflow: hidden;
}
.sliderWorks__icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sliderWorks__name {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 4px;
  color: #2d2936;
}
.sliderWorks__city {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 4px;
  color: #2d2936;
  margin-top: 2px;
}
.sliderWorks__right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 4px;
}

.showMore {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .showMore {
    margin-bottom: 25px;
  }
}
@media (max-width: 392px) {
  .showMore a {
    width: 100%;
  }
}

.sectionRecommended {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sectionRecommended {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
  }
  .sectionRecommended__title {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.sectionPartners {
  margin-bottom: 60px;
}
.sectionPartners__subTitle {
  font-size: 24px;
  text-transform: initial;
}
.sectionPartners__left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 48px;
}
.sectionPartners__thumb {
  width: 100%;
  max-width: 505px;
}
.sectionPartners__description {
  margin-top: 18px;
}
@media (max-width: 1280px) {
  .sectionPartners__title {
    font-size: 32px;
  }
  .sectionPartners__description {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .sectionPartners__item {
    display: block;
  }
  .sectionPartners__left {
    padding: 0 0 23px 0;
  }
  .sectionPartners__thumb {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .sectionPartners {
    margin-bottom: 50px;
  }
  .sectionPartners__title {
    text-align: center;
  }
  .sectionPartners__description {
    margin-top: 17px;
  }
}

.sectionMap {
  margin-bottom: 60px;
}
.sectionMap__map {
  width: 100%;
  height: 592px;
}
.sectionMap gmp-map {
  display: block;
  width: 100%;
  height: 100% !important;
}
@media (max-width: 991px) {
  .sectionMap__map {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .sectionMap {
    margin-bottom: 50px;
  }
}

.sectionFind {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sectionFind {
    margin-bottom: 50px;
  }
}

.listFind {
  margin: 0 -10px;
}
.listFind__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 0 10px;
}
.listFind__link {
  display: block;
  font-size: 0;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  position: relative;
}
.listFind__link:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listFind__top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.listFind__top .listFind__title {
  color: var(--orising-colors-white, #fff);
}
.listFind__text {
  width: 272px;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-white, #fff);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  margin: 20px auto 0 auto;
}
.listFind__text svg {
  margin-left: 17px;
}
.listFind__text use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.listFind__thumb {
  width: 100%;
  height: 344px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.listFind__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-family: var(--font-family, "Montserrat", sans-serif);
  color: var(--orising-colors-black, #000);
}
@media (min-width: 1281px) {
  .listFind__link:hover:before {
    opacity: 1;
    visibility: visible;
    background-color: var(--orising-colors-brand-400, #0F6744);
    z-index: 1;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .listFind__link:hover .listFind__top {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
}
@media (max-width: 1280px) {
  .listFind__top {
    display: none;
  }
  .listFind__thumb {
    height: 250px;
  }
}
@media (max-width: 991px) {
  .listFind__thumb {
    height: 150px;
  }
  .listFind__title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .listFind__li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .listFind__thumb {
    height: 148px;
  }
  .listFind__title {
    font-size: 10px;
  }
}

.sectionFaq {
  margin-bottom: 60px;
}
.sectionFaq__item .listFaq {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .sectionFaq__item {
    display: block;
  }
  .sectionFaq__item .listFaq {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sectionFaq {
    margin-bottom: 44px;
  }
}

.listFaq__li {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
}
.listFaq__li.open .listFaq__description {
  display: block;
}
.listFaq__li.open .listFaq__title:after {
  display: none;
}
.listFaq__title {
  position: relative;
  padding: 0 0 0 46px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listFaq__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listFaq__title:hover:before, .listFaq__title:hover:after {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listFaq__title:before, .listFaq__title:after {
  display: block;
  content: "";
  position: absolute;
  background-color: var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listFaq__title:before {
  width: 14px;
  height: 2px;
  top: 10px;
  left: 17px;
}
.listFaq__title:after {
  width: 2px;
  height: 14px;
  top: 4px;
  left: 23px;
}
.listFaq__description {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
@media (max-width: 768px) {
  .listFaq:nth-child(even) li:first-child {
    padding-top: 0;
  }
  .listFaq__li {
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.box404 {
  text-align: center;
  margin-bottom: 90px;
}
.box404__thumb img {
  width: 100%;
}
.box404__title {
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
  margin-top: 53px;
}
.box404__link {
  margin-top: 40px;
}
@media (max-width: 768px) {
  .box404 {
    margin-bottom: 64px;
  }
  .box404__linkm, .box404__title {
    margin-top: 64px;
  }
}

.sectionCatalog {
  margin-bottom: 80px;
}
.sectionCatalog__item {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.sectionCatalog__left {
  width: 295px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.sectionCatalog__right {
  width: calc(100% - 295px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
}
.sectionCatalog__top {
  margin-bottom: 24px;
}
.sectionCatalog__sorting {
  width: 240px;
  min-height: 52px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .sectionCatalog__left {
    width: 215px;
  }
  .sectionCatalog__right {
    width: calc(100% - 215px);
  }
}
@media (max-width: 991px) {
  .sectionCatalog {
    margin-bottom: 60px;
  }
  .sectionCatalog__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sectionCatalog__item {
    display: block;
  }
  .sectionCatalog__left {
    width: 100%;
  }
  .sectionCatalog__right {
    width: 100%;
    padding-left: 0;
  }
  .sectionCatalog__sorting {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    min-height: 40px;
  }
  .sectionCatalog__sorting .selectric-label {
    height: 39px;
    line-height: 39px;
    padding: 0 35px 0 10px;
  }
  .sectionCatalog__sorting .selectric-button {
    width: 30px;
  }
}
@media (max-width: 768px) {
  .sectionCatalog__title {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  .sectionCatalog__sorting {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .sectionCatalog__sorting {
    max-width: calc(100% - 91px);
    width: 100%;
  }
}
@media (max-width: 374px) {
  .sectionCatalog__sorting {
    max-width: calc(100% - 75px);
  }
}

.listSelected__li {
  margin: 8px 16px 8px 0;
}
.listSelected a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-black, #000);
  border-radius: 1px;
  padding: 3px 27px 3px 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
  position: relative;
}
.listSelected a:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
}
.listSelected a:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.listSelected a svg {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 6px;
}
.listSelected a use {
  stroke: var(--orising-colors-black, #000);
}
.listSelected__reset {
  display: block;
  height: 24px;
  width: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.28;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 2px;
}
.listSelected__reset:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .listSelected__li {
    margin: 4px 8px 4px 0;
  }
}
@media (max-width: 991px) {
  .listSelected {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 20px;
  }
  .listSelected__li {
    margin: 8px 16px 8px 0;
  }
}
@media (max-width: 768px) {
  .listSelected {
    margin-top: 16px;
  }
  .listSelected__li:nth-last-of-type(2) {
    margin-right: 0;
  }
  .listSelected__li:last-child {
    display: none;
  }
}

.filter-mobile {
  min-height: 100%;
}
.filter-mobile .boxFilter {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.filter-mobile body {
  -ms-touch-action: none;
  touch-action: none;
  min-height: 100%;
  overflow: hidden;
}
.filter-mobile body:before {
  opacity: 1;
  visibility: visible;
  top: 0;
  -webkit-transition: 0.4s opacity ease, 0.4s visibility ease;
  transition: 0.4s opacity ease, 0.4s visibility ease;
  z-index: 600;
}

.buttonFilter {
  display: none;
}
@media (max-width: 991px) {
  .buttonFilter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 166px;
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--orising-colors-grey-400, #91919d);
    background-color: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--orising-colors-black, #2e2e32);
  }
  .buttonFilter svg {
    margin-right: 12px;
  }
  .buttonFilter use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
}
@media (max-width: 639px) {
  .buttonFilter {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 479px) {
  .buttonFilter {
    max-width: 51px;
    width: 100%;
    font-size: 0;
  }
  .buttonFilter svg {
    margin-right: 0;
  }
}

.boxFilter__top {
  display: none;
}
.boxFilter__item {
  margin-bottom: 20px;
}
.boxFilter__item:last-child {
  margin-bottom: 0;
}
.boxFilter__subTitle {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
}
.boxFilter .filterCheck {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .boxFilter {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 360px;
    z-index: 700;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    padding: 0;
  }
  .boxFilter__scroll {
    height: calc(100% - 56px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-color: #D9D9D9 transparent;
    margin-top: 15px;
  }
  .boxFilter__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .boxFilter__title {
    font-weight: 600;
    font-size: 24px;
    color: #2e2e32;
    text-transform: uppercase;
  }
  .boxFilter__close {
    display: block;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-size: 0;
  }
  .boxFilter__close use {
    stroke: var(--orising-colors-brand-400, #0F6744);
  }
}
@media (max-width: 479px) {
  .boxFilter {
    width: 86vw;
    -webkit-transform: translate3d(-86vw, 0, 0);
    transform: translate3d(-86vw, 0, 0);
  }
}

.checkPayment input,
.checkBilling input,
.checkSubscription input,
.togetherCheck input,
.filterCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkPayment input:checked + .check-radio,
.checkBilling input:checked + .check-radio,
.checkSubscription input:checked + .check-radio,
.togetherCheck input:checked + .check-radio,
.filterCheck input:checked + .check-radio {
  background-color: var(--orising-colors-brand-400, #0F6744) !important;
  border-color: var(--orising-colors-brand-400, #0F6744) !important;
}
.checkPayment input:checked + .check-radio:before,
.checkBilling input:checked + .check-radio:before,
.checkSubscription input:checked + .check-radio:before,
.togetherCheck input:checked + .check-radio:before,
.filterCheck input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.checkPayment label,
.checkBilling label,
.checkSubscription label,
.togetherCheck label,
.filterCheck label {
  cursor: pointer;
}
.checkPayment label:hover .check-radio,
.checkBilling label:hover .check-radio,
.checkSubscription label:hover .check-radio,
.togetherCheck label:hover .check-radio,
.filterCheck label:hover .check-radio {
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkPayment .check-text,
.checkBilling .check-text,
.checkSubscription .check-text,
.togetherCheck .check-text,
.filterCheck .check-text {
  line-height: 1.28;
  color: var(--orising-colors-black, #2e2e32);
  font-size: 14px;
  position: relative;
  top: 2px;
}
.checkPayment .check-radio,
.checkBilling .check-radio,
.checkSubscription .check-radio,
.togetherCheck .check-radio,
.filterCheck .check-radio {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  border: 1px solid var(--orising-colors-grey-400, #91919d);
  margin-right: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkPayment .check-radio:before,
.checkBilling .check-radio:before,
.checkSubscription .check-radio:before,
.togetherCheck .check-radio:before,
.filterCheck .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 10px;
  background: url(../images/icons-check.svg) no-repeat;
}

.catalogInfo {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .catalogInfo {
    margin-bottom: 50px;
  }
}

.listCatalog {
  margin-left: -12px;
  margin-right: -12px;
}
.listCatalog__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 24px 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .listCatalog {
    margin-left: -6px;
    margin-right: -6px;
  }
  .listCatalog__li {
    padding: 0 6px 24px 6px;
  }
}
@media (max-width: 639px) {
  .listCatalog__li {
    width: 50%;
  }
}
@media (max-width: 374px) {
  .listCatalog__li {
    width: 100%;
  }
}

.listFavorites .sliderBest__box {
  padding: 0;
}
.listFavorites .sliderBest__favorites,
.listFavorites .sliderBest__stiker {
  top: 26px;
}
.listFavorites .sliderBest__thumb {
  height: 200px;
}
@media (max-width: 1280px) {
  .listFavorites {
    margin-top: 24px;
  }
  .listFavorites .sliderBest__favorites,
  .listFavorites .sliderBest__stiker {
    top: 10px;
  }
}

.boxCard {
  padding-top: 30px;
  margin-bottom: 65px;
}
.boxCard__item {
  width: 100%;
}
.boxCard__left {
  position: sticky;
  width: 49.2%;
  top: 150px;
}
.boxCard__left .cardDelivery {
  margin-top: 32px;
}
.boxCard__left .cardDelivery__title {
  margin-bottom: 15px;
}
.boxCard__rel {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px 0 88px;
}
.boxCard__right {
  width: 50.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
.boxCard__right .cardDelivery {
  display: none;
}
.boxCard__right .breadrcums {
  padding-top: 0;
  margin-bottom: 19px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxCard__boxStar {
  margin-bottom: 20px;
}
.boxCard__star {
  font-size: 0;
  margin-right: 15px;
}
.boxCard__star img {
  margin-right: 2px;
}
.boxCard__mean, .boxCard__quantityStar {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  top: 2px;
}
.boxCard__mean {
  color: var(--orising-colors-grey-500, #515057);
  margin-right: 6px;
}
.boxCard__quantityStar {
  font-weight: 600;
  color: var(--orising-colors-brand-400, #0F6744);
}
.boxCard__quantityStar a {
  color: var(--orising-colors-brand-400, #0F6744);
  text-decoration: none;
}
.boxCard__quantityStar a:hover {
  text-decoration: underline;
}
.boxCard__title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 21px;
  text-transform: initial;
}
.boxCard__item-1 {
  margin-bottom: 8px;
}
.boxCard__article {
  font-size: 12px;
  line-height: 1.33;
  color: #2e2e32;
  margin: 0 16px 14px 0;
}
.boxCard__availability {
  position: relative;
  top: -1px;
  background-color: var(--orising-colors-brand-200, #bde3d4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-brand-400, #0F6744);
  margin-bottom: 14px;
}
.boxCard__price {
  margin-bottom: 27px;
}
.boxCard__newPrice {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.boxCard__item-2 {
  margin-bottom: 12px;
}
.boxCard__item-3 {
  position: relative;
  padding-right: 66px;
  margin-bottom: 24px;
}
.boxCard .boxQuantity {
  width: 140px;
  margin-right: 24px;
}
.boxCard .boxQuantity__minus, .boxCard .boxQuantity__plus {
  width: 42px;
  height: 42px;
}
.boxCard .boxQuantity__input {
  height: 42px;
  line-height: 42px;
}
.boxCard__button {
  width: 100%;
  height: 42px;
}
.boxCard__favorites {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  font-size: 0;
}
.boxCard__favorites use {
  fill: transparent;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.boxCard__favorites.active use, .boxCard__favorites:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.boxCard__applePay {
  width: 100%;
  height: 42px;
  font-weight: 500;
  font-size: 20px;
  color: var(--orising-colors-white, #fff);
  background-color: var(--orising-colors-black, #000);
  margin-bottom: 32px;
  line-height: 1;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.boxCard__applePay svg {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.boxCard__applePay path {
  fill: var(--orising-colors-white, #fff);
}
.boxCard__applePay:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
@media (max-width: 1280px) {
  .boxCard__left {
    top: 79px !important;
  }
}
@media (max-width: 1199px) {
  .boxCard__left .cardDelivery {
    display: none;
  }
  .boxCard__right .cardDelivery {
    display: block;
  }
}
@media (max-height: 830px) {
  .boxCard__left {
    top: 160px;
  }
  .boxCard__left .cardDelivery {
    display: none;
  }
  .boxCard__right .cardDelivery {
    display: block;
  }
}
@media (max-width: 991px) {
  .boxCard {
    padding-top: 0;
  }
  .boxCard__item {
    display: block;
  }
  .boxCard__left {
    width: 100%;
    position: relative;
    top: 0 !important;
  }
  .boxCard__right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .boxCard__right .breadrcums {
    display: none;
  }
  .boxCard__rel {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .boxCard {
    margin-bottom: 40px;
  }
  .boxCard__item {
    position: relative;
  }
  .boxCard .smallSlider__prev,
  .boxCard .smallSlider__next {
    display: none;
  }
  .boxCard__rel {
    padding: 0;
  }
  .boxCard__boxStar {
    margin-bottom: 25px;
  }
  .boxCard__availability, .boxCard__article {
    margin-bottom: 12px;
  }
  .boxCard__item-1 {
    margin-bottom: 15px;
  }
  .boxCard__title {
    margin-bottom: 26px;
  }
  .boxCard__price {
    margin-bottom: 24px;
  }
  .boxCard__item-2 {
    margin-bottom: 9px;
  }
  .boxCard__item-3 {
    position: initial;
    padding-right: 0;
    margin-bottom: 21px;
  }
  .boxCard__applePay {
    margin-bottom: 40px;
  }
  .boxCard__button {
    min-width: auto;
  }
}

.cardDelivery {
  margin-bottom: 18px;
}
.cardDelivery__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cardDelivery {
    margin-bottom: 24px;
  }
}

.listDelivery {
  margin: 0 -8px;
}
.listDelivery__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 16px 8px;
}
.listDelivery__bg {
  min-height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.listDelivery__icons {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}
.listDelivery__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: var(--orising-colors-black, #000);
}
.listDelivery__text {
  font-size: 14px;
  line-height: 1.57;
  color: var(--orising-colors-grey-500, #515057);
  margin-top: 8px;
}
@media (max-width: 1199px) {
  .listDelivery__li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .listDelivery__li {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .listDelivery__li {
    width: 100%;
  }
  .listDelivery__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .listDelivery__icons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin: 0 8px 0 0;
  }
}

.cardDescription {
  margin-bottom: 32px;
}
.cardDescription__item {
  margin-bottom: 18px;
}
.cardDescription__item.open .cardDescription__dropDown {
  display: block;
}
.cardDescription__item.open .cardDescription__title:after {
  display: none;
}
.cardDescription__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 46px;
  position: relative;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #2e2e32);
  border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  cursor: pointer;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.cardDescription__title:hover {
  color: var(--orising-colors-warning-300, #b9ae3b);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.cardDescription__title:hover:before, .cardDescription__title:hover:after {
  background-color: var(--orising-colors-warning-300, #b9ae3b);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.cardDescription__title:before, .cardDescription__title:after {
  display: block;
  content: "";
  background-color: var(--orising-colors-black, #2e2e32);
  position: absolute;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.cardDescription__title:before {
  width: 14px;
  height: 2px;
  top: 21px;
  left: 17px;
}
.cardDescription__title:after {
  width: 2px;
  height: 14px;
  top: 15px;
  left: 23px;
}
.cardDescription__dropDown {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 0 12px;
}
@media (max-width: 768px) {
  .cardDescription {
    margin-bottom: 40px;
  }
  .cardDescription__item {
    margin-bottom: 15px;
  }
}

.cardIngredients {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 46px 10px 33px;
}
.cardIngredients__item {
  margin-bottom: 10px;
}
.cardIngredients__item:last-child {
  margin-bottom: 0;
}
.cardIngredients__thumb {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.cardIngredients__right {
  width: 100%;
}
.cardIngredients__title, .cardIngredients__text {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
}
.cardIngredients__title {
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.33;
}
@media (max-width: 1199px) {
  .cardIngredients {
    padding: 12px 0;
  }
}

.cardHighlights {
  margin-bottom: 16px;
}
.cardHighlights__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--orising-colors-black, #000);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cardHighlights {
    margin-bottom: 24px;
  }
}

.listMoments {
  margin: 0 -8px;
}
.listMoments__li {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 16px 8px;
}
.listMoments__li.open .listMoments__title span:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.listMoments__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--orising-colors-brand-200, #bde3d4);
  margin-bottom: 10px;
}
.listMoments__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 9px;
  position: relative;
  padding-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listMoments__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listMoments__title svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 16px;
}
.listMoments__title use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.listMoments__title span {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.listMoments__title span:after {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  margin-left: 14px;
  content: "";
  width: 8px;
  height: 5px;
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-mask-image: url(../images/arrows.svg);
  mask-image: url(../images/arrows.svg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listMoments__text {
  display: none;
  font-size: 12px;
  line-height: 1.62;
  color: var(--orising-colors-grey-500, #515057);
}
@media (max-width: 1199px) {
  .listMoments__title {
    padding-right: 0;
  }
  .listMoments__title span {
    padding-right: 16px;
  }
  .listMoments__title span:after {
    position: absolute;
    right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .listMoments__li {
    width: 33.33%;
  }
}
@media (max-width: 639px) {
  .listMoments {
    text-align: center;
  }
  .listMoments__thumb {
    margin: 0 auto 8px auto;
  }
  .listMoments__title {
    margin-bottom: 5px;
  }
  .listMoments__li {
    width: 100%;
  }
}

.cardTogether__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  margin-bottom: 24px;
}
.cardTogether__button {
  width: calc(100% - 169px);
  margin-left: 169px;
  padding: 9px 10px;
}
@media (max-width: 768px) {
  .cardTogether__title {
    text-align: center;
  }
  .cardTogether__button {
    margin-left: 0;
    width: 100%;
  }
}

.listTogether__li {
  margin-bottom: 24px;
  position: relative;
}
.listTogether__favorites {
  display: block;
  font-size: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 123px;
  z-index: 2;
}
.listTogether__favorites use {
  fill: transparent;
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.listTogether__favorites:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.listTogether__favorites.active use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.listTogether__thumb {
  display: block;
  width: 125px;
  height: 125px;
  font-size: 0;
  margin-right: 12px;
}
.listTogether__thumb picture {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.listTogether__right {
  width: 100%;
}
.listTogether__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listTogether__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listTogether__star {
  font-size: 0;
  margin-top: 8px;
}
.listTogether__star img {
  width: 16px;
}
.listTogether__price {
  margin-top: 10px;
}
.listTogether__newPrice {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.listTogether .volumeCheck {
  margin: 6px 12px 0 0;
}
.listTogether .volumeCheck .check-radio {
  padding: 6px 12px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .listTogether__thumb {
    width: 90px;
    height: 90px;
  }
  .listTogether .volumeCheck {
    margin: 6px 6px 0 0;
  }
  .listTogether .volumeCheck .check-radio {
    padding: 6px 8px;
  }
  .listTogether__favorites {
    left: 98px;
  }
}

.sectionVideo {
  margin-top: 64px;
  margin-bottom: 64px;
}
.sectionVideo__item iframe,
.sectionVideo__item video {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .sectionVideo {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sectionUse {
  padding: 64px 0;
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.sectionUse__title span {
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.sectionUse__item {
  width: 100%;
}
.sectionUse__left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 125px;
}
.sectionUse__thumb {
  max-width: 505px;
  width: 100%;
}
@media (max-width: 1480px) {
  .sectionUse__left {
    padding-right: 100px;
  }
}
@media (max-width: 1280px) {
  .sectionUse__left {
    padding-right: 60px;
  }
}
@media (max-width: 1199px) {
  .sectionUse__left {
    padding-right: 30px;
  }
  .sectionUse__thumb {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .sectionUse__left {
    padding-right: 0;
  }
  .sectionUse__thumb {
    display: none;
  }
}
@media (max-width: 768px) {
  .sectionUse {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sectionUse__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sectionUse__thumb {
    display: block;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 24px auto;
    max-width: 100%;
  }
  .sectionUse__thumb img {
    width: 100%;
  }
  .sectionUse__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.listUse__li {
  margin-bottom: 20px;
}
.listUse__li.open .listUse__description {
  display: block;
}
.listUse__li.open .listUse__title svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.listUse__li:last-child {
  margin-bottom: 0;
}
.listUse__title {
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 55px 12px 12px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: var(--font-family, "Montserrat", sans-serif);
  border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listUse__title svg {
  position: absolute;
  top: 21px;
  right: 17px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listUse__title use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #2e2e32);
}
.listUse__title:hover {
  color: var(--orising-colors-warning-300, #b9ae3b);
}
.listUse__title:hover use {
  stroke: var(--orising-colors-warning-300, #b9ae3b);
}
.listUse__description {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
@media (max-width: 1199px) {
  .listUse__title {
    font-size: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .listUse__title svg {
    top: 15px;
  }
  .listUse__li {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .listUse__title {
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .listUse__title svg {
    top: 21px;
  }
  .listUse__li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .listUse__li {
    margin-bottom: 0;
  }
  .listUse__title {
    font-size: 20px;
  }
  .listUse__title svg {
    top: 17px;
  }
}

.sectionHighlights {
  margin-bottom: 35px;
}
.sectionHighlights__button {
  display: none;
}
@media (max-width: 768px) {
  .sectionHighlights {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .sectionHighlights.open .listHighlights__li {
    display: block;
  }
  .sectionHighlights.open .sectionHighlights__button span {
    font-size: 0;
  }
  .sectionHighlights.open .sectionHighlights__button span:before {
    display: block;
    content: attr(data-text);
    font-size: 16px;
  }
  .sectionHighlights.open .sectionHighlights__button svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sectionHighlights__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 16px 10px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid var(--orising-colors-black, #000);
    color: var(--orising-colors-black, #000);
    text-decoration: none;
    background-color: transparent;
    position: relative;
    margin-bottom: 40px;
  }
  .sectionHighlights__button svg {
    margin-left: 17px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sectionHighlights__button use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-black, #000);
  }
}

.listHighlights {
  margin: 0 -8px;
}
.listHighlights__li {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px 25px 8px;
  text-align: center;
}
.listHighlights__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--orising-colors-brand-200, #bde3d4);
  margin: 0 auto 8px auto;
}
.listHighlights__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  margin-bottom: 8px;
}
.listHighlights__text {
  font-size: 16px;
  line-height: 1.62;
  text-align: center;
  color: var(--orising-colors-grey-500, #515057);
}
@media (max-width: 991px) {
  .listHighlights__text {
    font-size: 12px;
  }
}
@media (max-width: 639px) {
  .listHighlights__li {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .listHighlights__li {
    display: none;
    width: 100%;
  }
  .listHighlights__li:nth-child(-n+3) {
    display: block;
  }
}

.lineTop {
  margin-bottom: 60px;
}
.lineTop__thumb {
  padding-bottom: 48.611%;
}
@media (max-width: 1280px) {
  .lineTop {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .lineTop {
    margin-bottom: 47px;
  }
}
@media (max-width: 768px) {
  .lineTop {
    margin-bottom: 34px;
  }
  .lineTop__thumb {
    padding-bottom: 63.615%;
  }
}

.sectionBrief {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .sectionBrief {
    margin-bottom: 26px;
  }
  .sectionBrief__title {
    font-size: 32px;
    margin-bottom: 11px;
  }
}

.sectionIngredients {
  margin-bottom: 60px;
}
.sectionIngredients__button {
  display: none;
}
@media (max-width: 768px) {
  .sectionIngredients {
    margin-bottom: 40px;
  }
  .sectionIngredients.open .listIngredients__li {
    display: block;
  }
  .sectionIngredients.open .sectionIngredients__button span {
    font-size: 0;
  }
  .sectionIngredients.open .sectionIngredients__button span:before {
    display: block;
    content: attr(data-text);
    font-size: 16px;
  }
  .sectionIngredients.open .sectionIngredients__button svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sectionIngredients__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    padding: 16px 10px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    border: 1px solid var(--orising-colors-black, #000);
    color: var(--orising-colors-black, #000);
    text-decoration: none;
    background-color: transparent;
    position: relative;
    margin-top: 14px;
  }
  .sectionIngredients__button svg {
    margin-left: 17px;
    position: relative;
    top: -1px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .sectionIngredients__button use {
    stroke-width: 1.5px;
    stroke: var(--orising-colors-black, #000);
  }
}

.listIngredients {
  margin: 0 -10px;
}
.listIngredients__li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.listIngredients__item {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.listIngredients__item:hover .listIngredients__thumb {
  opacity: 0.7;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.listIngredients__item:hover .listIngredients__modal {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listIngredients__modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
  width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 10px 10px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.2;
  color: var(--gray-light, #a1a1a1);
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.listIngredients__modal:before {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: 100%;
}
.listIngredients__modal:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  z-index: 1;
}
.listIngredients__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  margin-bottom: 4px;
}
.listIngredients__text {
  font-size: 12px;
  line-height: 1.44;
  text-align: center;
  color: var(--orising-colors-grey-500, #515057);
}
.listIngredients__thumb {
  width: 100%;
  height: 100px;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.listIngredients__info {
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .listIngredients__li:first-child .listIngredients__modal {
    left: -15px;
    margin-left: 0;
  }
  .listIngredients__li:first-child .listIngredients__modal:after {
    left: 10px;
    margin-left: 0;
  }
  .listIngredients__li:last-child .listIngredients__modal {
    left: initial;
    right: -15px;
    margin-left: 0;
  }
  .listIngredients__li:last-child .listIngredients__modal:after {
    left: initial;
    margin-left: 0;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .listIngredients {
    display: block;
    margin: 0;
  }
  .listIngredients__li {
    display: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .listIngredients__li:nth-child(-n+3) {
    display: block;
  }
  .listIngredients__info {
    display: none;
  }
  .listIngredients__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    cursor: default;
  }
  .listIngredients__thumb {
    width: 64px;
    height: 64px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    pointer-events: none;
    cursor: default;
  }
  .listIngredients__modal {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0 !important;
    top: 0;
    bottom: 0;
    right: 0 !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }
  .listIngredients__modal:before, .listIngredients__modal:after {
    display: none;
  }
  .listIngredients__title {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .listIngredients__text {
    text-align: left;
    font-size: 16px;
  }
}

.productLine__item {
  margin-bottom: 80px;
}
.productLine__thumb {
  display: block;
  font-size: 0;
  width: 400px;
  height: 360px;
  margin-right: 20px;
}
.productLine__thumb picture {
  width: 100%;
  height: 100%;
}
.productLine__right {
  width: 100%;
}
.productLine__title {
  display: block;
  margin-bottom: 15px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.productLine__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.productLine__boxStar {
  margin-bottom: 19px;
}
.productLine__star {
  font-size: 0;
  margin-right: 15px;
}
.productLine__star img {
  margin-right: 2px;
}
.productLine__mean, .productLine__quantityStar {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  top: 2px;
}
.productLine__mean {
  color: var(--orising-colors-grey-500, #515057);
  margin-right: 6px;
}
.productLine__quantityStar {
  font-weight: 600;
  color: var(--orising-colors-brand-400, #0F6744);
}
.productLine__show {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: transparent;
  position: relative;
  padding-right: 32px;
  text-align: left;
}
.productLine__show:after {
  display: block;
  content: "";
  width: 14px;
  height: 8px;
  background-color: var(--orising-colors-black, #000);
  -webkit-mask-image: url(../images/arrows-3.svg);
  mask-image: url(../images/arrows-3.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.productLine__show[aria-expanded=true]:after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.productLine__show:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.productLine__show:hover:after {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.productLine__description {
  position: relative;
}
.productLine__description[showmore-expanded=false] > *:nth-last-child(2) {
  margin-bottom: 0 !important;
}
.productLine__description[showmore-expanded=false] .productLine__show[aria-expanded=true] {
  padding-right: 0;
}
.productLine__description[showmore-expanded=false] .productLine__show[aria-expanded=true]:after {
  display: none;
}
.productLine__description .show-more-wrapper {
  display: inline-block;
  margin-top: 12px;
}
.productLine__price {
  margin-bottom: 24px;
}
.productLine__newPrice {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.productLine__item-1 {
  margin-bottom: 12px;
}
.productLine__item-2 {
  position: relative;
  padding-right: 66px;
  margin-bottom: 24px;
}
.productLine .boxQuantity {
  width: 140px;
  margin-right: 24px;
}
.productLine .boxQuantity__minus, .productLine .boxQuantity__plus {
  width: 42px;
  height: 42px;
}
.productLine .boxQuantity__input {
  height: 42px;
  line-height: 42px;
}
.productLine__button {
  width: calc(50% - 12px);
  height: 42px;
  margin-right: 24px;
}
.productLine__favorites {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: transparent;
  font-size: 0;
}
.productLine__favorites use {
  fill: transparent;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.productLine__favorites.active use, .productLine__favorites:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.productLine__link {
  width: calc(50% - 12px);
  height: 42px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199px) {
  .productLine__thumb {
    width: 260px;
  }
}
@media (max-width: 991px) {
  .productLine__item {
    margin-bottom: 60px;
  }
  .productLine__item-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .productLine__button, .productLine__link {
    margin: 16px 0 0 0;
    width: 100%;
  }
  .productLine__link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .productLine__button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 768px) {
  .productLine {
    padding-bottom: 11px;
  }
  .productLine__item {
    display: block;
    margin-bottom: 40px;
  }
  .productLine__thumb {
    width: 100%;
    height: 250px;
    margin: 0 0 12px 0;
  }
  .productLine__show {
    padding-right: 29px;
  }
  .productLine__button {
    margin-top: 12px;
  }
  .productLine__title {
    margin-bottom: 12px;
  }
  .productLine__boxStar {
    margin-bottom: 15px;
  }
  .productLine__price {
    margin-bottom: 12px;
  }
  .productLine__item-1 {
    margin-bottom: 0;
  }
  .productLine .boxQuantity__minus,
  .productLine .boxQuantity__plus {
    width: 48px;
    height: 48px;
  }
  .productLine .boxQuantity__input {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .productLine .boxQuantity {
    width: 146px;
  }
  .productLine__favorites {
    width: 48px;
    height: 48px;
  }
  .productLine__favorites svg {
    width: 36px;
    height: auto;
  }
  .productLine__link {
    margin-top: 12px;
  }
}
@media (max-width: 374px) {
  .productLine__show {
    font-size: 12px;
    padding-right: 20px;
  }
  .productLine__show:after {
    width: 10px;
    height: 6px;
  }
}

.boxCart {
  margin-bottom: 88px;
}
.boxCart__left {
  width: calc(100% - 390px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 24px;
}
.boxCart__left .boxCart__bg {
  display: none;
}
.boxCart__right {
  width: 390px;
  padding-top: 56px;
}
.boxCart__right .boxCart__subTitle {
  margin-bottom: 18px;
}
.boxCart__bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 16px 16px 16px;
  border: 1px solid #ecebf4;
}
.boxCart__top {
  margin-bottom: 18px;
}
.boxCart__top .boxCart__subTitle {
  margin-bottom: 0;
}
.boxCart__subTitle {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 18px;
}
.boxCart__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 25px;
  height: 56px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1199px) {
  .boxCart {
    margin-bottom: 60px;
  }
  .boxCart__left {
    width: calc(100% - 350px);
  }
  .boxCart__right {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .boxCart__item {
    display: block;
  }
  .boxCart__left {
    width: 100%;
    padding: 0;
  }
  .boxCart__left .boxCart__bg {
    display: block;
    margin-top: 30px;
  }
  .boxCart__right {
    display: none;
  }
}
@media (max-width: 768px) {
  .boxCart {
    margin-bottom: 40px;
  }
  .boxCart__title {
    margin-bottom: 12px;
  }
  .boxCart__right {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
  .boxCart__bg {
    padding-left: 16px;
    padding-right: 16px;
  }
  .boxCart__link {
    margin-top: 15px;
  }
}
@media (max-width: 374px) {
  .boxCart__subTitle {
    font-size: 20px;
  }
  .boxCart__link {
    height: 48px;
    font-size: 14px;
  }
}

.boxCoupon {
  margin-bottom: 16px;
}
.boxCoupon__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 8px;
}
.boxCoupon__item {
  position: relative;
}
.boxCoupon__input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 39px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
  padding: 0 96px 0 16px;
  background-color: #fff;
  font-size: 16px !important;
  color: var(--orising-colors-grey-500, #515057);
}
.boxCoupon__button {
  display: block;
  width: 87px;
  height: 40px;
  background-color: var(--orising-colors-grey-500, #515057);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--orising-colors-white, #fff);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxCoupon__button:hover {
  background-color: var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxCoupon__button:active {
  background-color: var(--orising-colors-grey-500, #515057);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}

.listTotal__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px 16px;
  background-color: #fff;
}
.listTotal__li:nth-child(even) {
  background-color: var(--orising-colors-brand-100, #e7f9f2);
  border-top: 1px solid var(--orising-colors-brand-200, #bde3d4);
  border-bottom: 1px solid var(--orising-colors-brand-200, #bde3d4);
}
.listTotal__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
  text-transform: uppercase;
}
.listTotal__title--2 {
  font-weight: 600;
}
.listTotal__text {
  font-size: 16px;
  color: var(--orising-colors-black, #2e2e32);
}
.listTotal__text--2 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .listTotal__li {
    padding: 14px 16px;
  }
}
@media (max-width: 359px) {
  .listTotal__title, .listTotal__text {
    font-size: 14px;
  }
  .listTotal__li {
    padding: 10px 10px;
  }
}

.lineFree {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 19px 16px 16px 16px;
  text-align: center;
  background-color: var(--orising-colors-brand-100, #e7f9f2);
  margin-top: 24px;
}
.lineFree__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33;
  text-transform: capitalize;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 11px;
}
.lineFree__line {
  width: 100%;
  height: 6px;
  position: relative;
  background-color: #fff;
}
.lineFree__line span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 768px) {
  .lineFree {
    margin-top: 18px;
  }
}

.listCart {
  margin-top: 20px;
}
.listCart__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 12px 10px 12px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
  margin-bottom: 16px;
}
.listCart__head {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.33;
  text-transform: uppercase;
}
.listCart__item {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listCart__thumb {
  display: block;
  font-size: 0;
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.listCart__thumb picture {
  width: 100%;
  height: 100%;
}
.listCart__flex {
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px 0 10px;
}
.listCart__title {
  display: block;
  width: 304px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listCart__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listCart__right {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.listCart__price {
  margin-left: 16px;
  white-space: nowrap;
  min-width: 79px;
  text-align: right;
}
.listCart__newPrice {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: right;
}
.listCart__box {
  position: relative;
  padding: 38px 0;
}
.listCart__section {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: absolute;
  right: 0;
  bottom: 0;
}
.listCart__save {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.62;
  letter-spacing: -0.01em;
  background-color: transparent;
  color: var(--orising-colors-brand-400, #0F6744);
  margin-left: 16px;
}
.listCart__save.active {
  opacity: 0.5;
}
.listCart__save:hover {
  text-decoration: underline;
}
.listCart .boxQuantity {
  width: 112px;
  margin: 0;
}
.listCart .boxQuantity__plus, .listCart .boxQuantity__minus {
  width: 32px;
  height: 32px;
}
.listCart .boxQuantity__input {
  width: 48px;
  height: 32px;
  line-height: 32px;
  font-size: 20px !important;
}
.listCart__remove {
  font-size: 0;
  line-height: 1;
  background-color: transparent;
  margin-right: 8px;
}
.listCart__remove use {
  stroke-width: 1.5px;
  stroke: #91919D;
}
.listCart__remove:hover use {
  stroke: var(--orising-colors-danger-300, #b10401);
}
.listCart__remove.active {
  margin-right: 0;
  font-size: 14px;
  line-height: 1.62;
  white-space: nowrap;
  letter-spacing: -0.01em;
  color: var(--orising-colors-brand-400, #0F6744);
}
.listCart__remove.active:hover {
  text-decoration: underline;
}
.listCart__remove.active svg {
  display: none;
}
.listCart__bottom {
  text-align: right;
  margin-top: -5px;
}
.listCart__clear {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.listCart__clear:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .listCart__title {
    width: 184px;
  }
}
@media (max-width: 991px) {
  .listCart__title {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .listCart {
    margin-top: 20px;
  }
  .listCart__top {
    display: none;
  }
  .listCart__title {
    width: 200px;
  }
}
@media (max-width: 639px) {
  .listCart__thumb {
    width: 70px;
    padding: 5px;
  }
  .listCart__flex {
    width: calc(100% - 70px);
    display: block;
    padding-right: 0;
  }
  .listCart__right {
    padding-left: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .listCart .boxQuantity {
    margin-bottom: 26px;
  }
  .listCart__box {
    position: relative;
    padding: 4px 0 36px 0;
  }
  .listCart__title {
    width: 100%;
    margin-bottom: 6px;
  }
}

.sectionRelated {
  margin-top: 39px;
}
.sectionRelated__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sectionRelated__item {
  position: relative;
}
.sectionRelated .swiper-button-disabled {
  display: none !important;
}
.sectionRelated .swiper-button-prev,
.sectionRelated .swiper-button-next {
  border: 1px solid #ecebf4;
  border-radius: 4px;
  width: 40px;
  height: 36px;
  background-color: #fff;
}
.sectionRelated .swiper-button-prev use,
.sectionRelated .swiper-button-next use {
  stroke: #91919d;
}
.sectionRelated .swiper-button-prev:hover,
.sectionRelated .swiper-button-next:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
}
.sectionRelated .swiper-button-prev:hover use,
.sectionRelated .swiper-button-next:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.sectionRelated .swiper-button-prev {
  left: -20px;
}
.sectionRelated .swiper-button-next {
  right: -20px;
}
@media (max-width: 768px) {
  .sectionRelated__title {
    margin-bottom: 20px;
  }
  .sectionRelated__item {
    margin: 0 -16px;
  }
  .sectionRelated .swiper-button-prev,
  .sectionRelated .swiper-button-next {
    display: none;
  }
}

.sliderRelated__item {
  position: relative;
}
.sliderRelated .sliderBest__stiker {
  top: 10px;
}
.sliderRelated .sliderBest__button {
  position: absolute;
  width: 51px;
  max-width: 51px;
  height: 51px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 0;
  line-height: 1;
  left: initial;
  padding: 0;
}
.sliderRelated .sliderBest__price,
.sliderRelated .sliderBest__boxStar {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 55px;
}
.sliderRelated .sliderBest__boxStar {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sliderRelated .sliderBest__button use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.sliderRelated .sliderBest__thumb {
  height: 184px;
  margin-bottom: 6px;
}
.sliderRelated .sliderBest__box {
  height: 58px;
  margin-bottom: 6px;
}
.sliderRelated .sliderBest__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8;
  text-transform: uppercase;
  text-align: center;
}
.sliderRelated .sliderBest__newPrice {
  text-align: center;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .sliderRelated .sliderBest__box {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .sliderRelated {
    padding: 0 16px;
  }
  .sliderRelated__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--orising-colors-grey-200, #ecebf4);
    padding: 16px;
    text-align: left;
  }
  .sliderRelated .sliderBest__title {
    text-align: left;
    line-height: 1.44;
  }
  .sliderRelated .sliderBest__stiker {
    top: 0;
    left: 0;
  }
  .sliderRelated .sliderBest__thumb {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100px;
    height: 100px;
    margin: 0 12px 0 0;
  }
  .sliderRelated__right {
    width: 100%;
  }
  .sliderRelated .sliderBest__price {
    padding: 0 55px 0 0;
  }
  .sliderRelated .sliderBest__boxStar {
    padding: 0;
  }
  .sliderRelated .sliderBest__box,
  .sliderRelated .sliderBest__boxStar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sliderRelated .sliderBest__boxStar {
    margin-bottom: 10px;
  }
  .sliderRelated .sliderBest__box {
    height: 46px;
    padding: 0;
  }
  .sliderRelated .sliderBest__newPrice {
    text-align: left;
  }
}
@media (max-width: 639px) {
  .sliderRelated .swiper-slide {
    width: 321px;
  }
}
@media (max-width: 374px) {
  .sliderRelated__item {
    padding: 25px 10px;
  }
  .sliderRelated .sliderBest__thumb {
    width: 80px;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 359px) {
  .sliderRelated .swiper-slide {
    width: 280px;
  }
  .sliderRelated .sliderBest__title {
    font-size: 14px;
  }
  .sliderRelated .sliderBest__box {
    height: 41px;
  }
  .sliderRelated .sliderBest__thumb {
    width: 70px;
  }
}

.sectionSave {
  margin-top: 39px;
}
.sectionSave__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.sectionSave .listCart__item {
  margin-bottom: 16px;
}
.sectionSave .listCart__item:first-child {
  padding-top: 16px;
  border-top: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.sectionSave .listCart__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sectionSave__title {
    margin-bottom: 20px;
  }
}

.modalMoved {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}
.modalMoved__item {
  width: 334px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  background-color: #2e2e32;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, height 0.3s ease, margin 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
  overflow: hidden;
}
.modalMoved__item.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.modalMoved__item.is-removing {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  height: 0 !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.modalMoved__item:last-child {
  margin-bottom: 0;
}
.modalMoved__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-white, #fff);
}
.modalMoved__title svg {
  margin-right: 16px;
}
@media (max-width: 1199px) {
  .modalMoved__item {
    padding: 16px;
    width: 200px;
  }
  .modalMoved__title {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
  }
  .modalMoved__title svg {
    margin-right: 8px;
  }
}

.boxOrder {
  margin-bottom: 100px;
}
.boxOrder__left {
  width: calc(100% - 400px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 125px;
}
.boxOrder__left .boxOrder__tablet {
  display: none;
}
.boxOrder__right {
  width: 400px;
}
.boxOrder__subTitle {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
  margin-bottom: 22px;
}
.boxOrder__subTitle--2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 10px 12px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.boxOrder__button {
  width: 100%;
  height: 50px;
  padding: 0;
  margin-top: 20px;
}
.boxOrder__details {
  display: none;
}
.boxOrder__applePay {
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 20px;
  color: var(--orising-colors-white, #fff);
  background-color: var(--orising-colors-black, #000);
  line-height: 1;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  margin-top: 24px;
}
.boxOrder__applePay svg {
  margin-left: 3px;
  position: relative;
  top: 1px;
}
.boxOrder__applePay path {
  fill: var(--orising-colors-white, #fff);
}
.boxOrder__applePay:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
@media (max-width: 1280px) {
  .boxOrder__left {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .boxOrder {
    margin-bottom: 60px;
  }
  .boxOrder__item {
    display: block;
  }
  .boxOrder__left {
    width: 100%;
    padding: 0;
  }
  .boxOrder__left.open-details .boxOrder__tablet {
    margin-top: 24px;
  }
  .boxOrder__left .boxOrder__tablet {
    display: block;
  }
  .boxOrder__right {
    width: 100%;
  }
  .boxOrder__right .orderTotal,
  .boxOrder__right .listOrder,
  .boxOrder__right .boxOrder__subTitle {
    display: none;
  }
  .boxOrder__tablet {
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .boxOrder__subTitle {
    margin-bottom: 16px;
  }
  .boxOrder__subTitle--2 {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .boxOrder {
    margin-bottom: 40px;
  }
  .boxOrder__subTitle {
    font-size: 20px;
  }
}

.boxMethod {
  margin-bottom: 50px;
}
.boxMethod__item {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .boxMethod {
    margin-bottom: 20px;
  }
}

.checkMethod {
  margin-bottom: 16px;
}
.checkMethod input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkMethod input:checked + .check-radio {
  background-color: #0F6744 !important;
  border-color: #0F6744 !important;
}
.checkMethod input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.checkMethod label {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  background-color: #faf9ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
}
.checkMethod label:hover .check-radio {
  border-color: #0F6744;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkMethod__smallText {
  font-size: 14px;
  line-height: 1.57;
  color: #515057;
  margin-top: 8px;
}
.checkMethod .check-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  font-family: var(--font-title, "STIX Two Text", serif);
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}
.checkMethod .check-text img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 16px;
}
.checkMethod .check-radio {
  position: absolute;
  top: 26px;
  right: 16px;
  z-index: 2;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #2e2e32;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  border-radius: 50%;
}
.checkMethod .check-radio:before {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 10px;
  background: url(../images/icons-check.svg) no-repeat;
}

.boxCheck {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .boxCheck {
    margin-bottom: 20px;
  }
}

.checkShipping {
  display: block;
}
.checkShipping .formShipping__item:last-child {
  padding-bottom: 0;
}

.hinde-shipping .checkShipping {
  display: none;
}

.formShipping {
  margin-bottom: 25px;
}
.formShipping__item {
  width: calc(50% - 12px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 24px 0;
}
.formShipping__item--2 {
  width: 100%;
}
.formShipping__title {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 9px;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 9px;
}
.formShipping__title span {
  color: var(--orising-colors-danger-200, #db312d);
}
.formShipping__select .selectric-label {
  height: 40px;
  line-height: 40px;
}
.formShipping__select .selectric {
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
}
.formShipping__select .selectric-items {
  border-color: rgba(30, 43, 60, 0.2);
}
@media (max-width: 479px) {
  .formShipping__item {
    width: 100%;
  }
}

.checkSubscription,
.checkBilling {
  margin-bottom: 24px;
}
.checkSubscription .check-radio,
.checkBilling .check-radio {
  border-radius: 1px;
  border-color: var(--orising-colors-black, #2e2e32);
  background-color: var(--orising-colors-grey-100, #faf9ff);
}

.boxPayment__item {
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
}

.modalPayment {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #dcd7e2;
  padding: 16px 4px 0 4px;
  margin: 0 0 16px 0;
}
.modalPayment:before {
  bottom: 100%;
  left: 25px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #dcd7e2;
  border-width: 12px;
}
.modalPayment__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  margin-bottom: 16px;
}
.modalPayment__item--2 {
  width: 50%;
}
.modalPayment__text {
  font-size: 14px;
  margin-bottom: 2px;
}
.modalPayment__rel {
  position: relative;
}
.modalPayment__cvc {
  position: absolute;
  top: 9px;
  right: 5px;
  pointer-events: none;
}

.checkPayment label {
  padding: 13px 0;
}
.checkPayment .check-radio {
  border-radius: 1px;
  border-color: var(--orising-colors-black, #2e2e32);
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.checkPayment .check-radio {
  border-radius: 50%;
}
.checkPayment .check-text {
  width: 100%;
  position: relative;
  top: 2px;
}

.orderTotal__item {
  min-height: 52px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 12px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.orderTotal__item--2 {
  background-color: var(--orising-colors-brand-100, #e7f9f2);
}
.orderTotal__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.orderTotal__title--2 {
  font-weight: 600;
}
.orderTotal__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}
.orderTotal__text {
  min-width: 42%;
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 991px) {
  .orderTotal {
    margin-top: 24px;
  }
}
@media (max-width: 359px) {
  .orderTotal__text {
    min-width: auto;
  }
}

.listOrder__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listOrder__thumb {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
  width: 100px;
  height: 100px;
}
.listOrder__thumb picture {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
.listOrder__thumb:hover {
  border-color: var(--orising-colors-warning-300, #b9ae3b);
}
.listOrder__right {
  width: calc(100% - 100px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 24px;
}
.listOrder__title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listOrder__title:hover {
  color: var(--orising-colors-warning-300, #b9ae3b);
}
.listOrder__price {
  white-space: nowrap;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-brand-400, #0F6744);
  margin-left: 24px;
}
@media (max-width: 991px) {
  .listOrder__li {
    padding: 8px;
  }
}
@media (max-width: 479px) {
  .listOrder__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .listOrder__price {
    margin: 4px 0 0 0;
  }
  .listOrder__right {
    padding-left: 15px;
  }
}
@media (max-width: 359px) {
  .listOrder__li {
    padding: 8px 0;
  }
}

.cardTestimonials {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
}
.cardTestimonials--2 {
  margin-top: 0;
}
.cardTestimonials__text p {
  font-size: 12px;
  line-height: 1.33;
  color: #1a1a1a;
}
.cardTestimonials__button {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 40px;
  background-color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.cardTestimonials__button:hover {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.cardTestimonials__button:active {
  background-color: #000;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.cardTestimonials .navigation {
  margin-bottom: 56px;
}
@media (max-width: 1280px) {
  .cardTestimonials--2 {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .cardTestimonials {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cardTestimonials--2 {
    margin-top: 0;
  }
  .cardTestimonials .navigation {
    margin-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .cardTestimonials__title {
    font-size: 26px;
  }
}

.listTestimonials {
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.listTestimonials__li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listTestimonials__top {
  margin-bottom: 12px;
}
.listTestimonials__date {
  font-size: 12px;
  line-height: 1.25;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}
.listTestimonials__star {
  font-size: 0;
  margin-bottom: 15px;
}
.listTestimonials__star img {
  margin-right: 3px;
}
.listTestimonials__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}
.listTestimonials__photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.listTestimonials__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.listTestimonials__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #1a1a1a;
}
.listTestimonials__thumb {
  width: 100px;
  height: 100px;
  margin: 0 15px 12px 0;
}
.listTestimonials__thumb:last-child {
  margin-right: 0;
}
.listTestimonials__product {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 12px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  line-height: 1.33;
  color: var(--orising-colors-brand-400, #0F6744);
  text-decoration: none;
}
.listTestimonials__product:hover {
  color: var(--orising-colors-black, #000);
}
@media (max-width: 768px) {
  .listTestimonials__thumb {
    width: 90px;
    height: 90px;
  }
  .listTestimonials__product {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .listTestimonials__thumb {
    width: 70px;
    height: 70px;
  }
}

.buttonReadMore {
  display: block;
  min-width: 110px;
  height: 36px;
  margin: 15px auto 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-black, #2e2e32);
  background-color: transparent;
  padding: 0 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 14px;
  font-weight: 600;
  color: var(--orising-colors-black, #2e2e32);
}
.buttonReadMore:hover {
  color: var(--orising-colors-brand-400, #0F6744);
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buttonReadMore:active {
  color: var(--orising-colors-black, #2e2e32);
  border-color: var(--orising-colors-grey-200, #ecebf4);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.open-basket {
  scrollbar-gutter: stable;
}
.open-basket:before {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.open-basket body {
  overflow-y: hidden;
}
.open-basket .modalBasket {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.modalBasket {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 393px;
  z-index: 700;
  -webkit-transform: translate3d(393px, 0, 0);
  transform: translate3d(393px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  padding: 25px 0 0 0;
  overflow: hidden;
}
.modalBasket__close {
  position: absolute;
  top: 19px;
  right: 16px;
  z-index: 2;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: transparent;
}
.modalBasket__close use {
  stroke-width: 1px;
  stroke: var(--orising-colors-black, #000);
}
.modalBasket__close:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.modalBasket__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 80px 0 16px;
  margin-bottom: 14px;
}
.modalBasket__scroll {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px 0 16px;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #91919d transparent;
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}
.modalBasket__scroll::-webkit-scrollbar-track {
  background: transparent;
}
.modalBasket__scroll::-webkit-scrollbar-thumb {
  background: #91919d;
}
.modalBasket__scroll::-webkit-scrollbar {
  background-color: #91919d;
  width: 5px;
}
.modalBasket__scroll.active-button .modalBasket__box {
  display: block;
}
.modalBasket__bottom {
  -webkit-box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
  background: #faf9ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px 16px 16px;
}
.modalBasket__button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
}
.modalBasket .lineFree {
  margin: 0 0 14px 0;
}
.modalBasket .lineFree__title {
  font-size: 12px;
}
.modalBasket__zero {
  text-align: center;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}
.modalBasket__text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--orising-colors-grey-500, #515057);
}
.modalBasket__buttonGo {
  width: 100%;
  max-width: 300px;
  margin: 24px auto 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 393px) {
  .modalBasket {
    width: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.priceBasket__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 16px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
  min-height: 53px;
}
.priceBasket__title, .priceBasket__text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #2e2e32);
}
.priceBasket__title--2, .priceBasket__text--2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.priceBasket__title {
  padding-right: 10px;
}

.listBasket__li {
  margin-bottom: 20px;
}
.listBasket__thumb {
  margin-right: 16px;
  display: block;
  font-size: 0;
  width: 100px;
  height: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listBasket__thumb picture {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
}
.listBasket__thumb:hover {
  border-color: var(--orising-colors-warning-300, #b9ae3b);
}
.listBasket__right {
  width: 100%;
}
.listBasket__title {
  display: block;
  width: 100%;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  text-decoration: underline;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listBasket__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listBasket__price {
  margin-top: 5px;
}
.listBasket__newPrice {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.listBasket__bottom {
  margin-top: 5px;
}
.listBasket .boxQuantity {
  width: 112px;
  margin: 0;
}
.listBasket .boxQuantity__plus, .listBasket .boxQuantity__minus {
  width: 32px;
  height: 32px;
}
.listBasket .boxQuantity__input {
  width: 48px;
  height: 32px;
  line-height: 32px;
  font-size: 20px !important;
}
.listBasket__remove {
  display: block;
  font-size: 0;
  line-height: 1;
  width: 32px;
  height: 32px;
  background-color: transparent;
  text-decoration: none;
}
.listBasket__remove use {
  stroke-width: 1.5px;
  stroke: #91919D;
}
.listBasket__remove:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 374px) {
  .listBasket__thumb {
    width: 80px;
  }
}

.boxTogether {
  margin-bottom: 14px;
  margin-left: -16px;
  margin-right: -10px;
}
.boxTogether__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 12px;
}
@media (max-width: 374px) {
  .boxTogether__title {
    font-size: 16px;
  }
}

.sliderTogether {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px !important;
}
.sliderTogether .splide__track {
  overflow: visible;
}
.sliderTogether .splide__slide {
  width: 316px;
}
.sliderTogether__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
  padding: 8px 0;
}
.sliderTogether__thumb {
  display: block;
  font-size: 0;
  width: 100px;
  height: 100px;
  margin: 0 12px 0 0;
}
.sliderTogether__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderTogether__right {
  width: 100%;
}
.sliderTogether__title {
  max-height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.sliderTogether__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderTogether__boxStar {
  margin-top: 5px;
}
.sliderTogether__star {
  margin-right: 8px;
  font-size: 0;
}
.sliderTogether__star img {
  max-width: 16px;
  width: 100%;
}
.sliderTogether__mean, .sliderTogether__quantityStar {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  position: relative;
  top: 1px;
}
.sliderTogether__mean {
  margin-right: 4px;
  color: var(--orising-colors-grey-500, #515057);
}
.sliderTogether__quantityStar {
  font-weight: 600;
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderTogether__price {
  margin-top: 5px;
}
.sliderTogether__newPrice {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderTogether__button {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.sliderTogether__button use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.sliderTogether__button:hover {
  background-color: var(--orising-colors-brand-500, #083523);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
@media (max-width: 374px) {
  .sliderTogether .splide__slide {
    width: 280px;
  }
  .sliderTogether__thumb {
    width: 80px;
  }
}
@media (max-width: 359px) {
  .sliderTogether .splide__slide {
    width: 270px;
  }
  .sliderTogether__thumb {
    width: 70px;
  }
}

.footer {
  background-color: #000;
}
.footer__top, .footer__center, .footer__bottom {
  max-width: 1280px;
  margin: 0 auto;
}
.footer__top {
  padding: 48px 0;
  border-bottom: 1px solid #2e2e32;
}
.footer__center {
  padding: 48px 0;
  border-bottom: 1px solid #2e2e32;
}
.footer__bottom {
  padding: 35px 0;
}
.footer__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__item--1 {
  width: 33.2%;
  padding-right: 15px;
}
.footer__item--2 {
  width: 44%;
  padding-right: 15px;
}
.footer__item--3 {
  width: 22.8%;
}
.footer__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-white, #fff);
  margin-bottom: 16px;
}
@media (max-width: 1439px) {
  .footer__top, .footer__center, .footer__bottom {
    max-width: 100%;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (max-width: 1199px) {
  .footer__center, .footer__top {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer__bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__item--1 {
    width: 50%;
  }
  .footer__item--2 {
    width: 50%;
    padding-right: 0;
  }
  .footer__item--3 {
    width: 100%;
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .footer__bottom {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__top, .footer__center, .footer__bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .footer__center, .footer__top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__bottom {
    text-align: left;
  }
  .footer__item--1 {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2e2e32;
  }
  .footer__item--2 {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #2e2e32;
  }
  .footer__item--3 {
    padding-top: 0;
  }
}
@media (max-width: 359px) {
  .footer__title {
    font-size: 20px;
  }
}

.logoFooter {
  display: inline-block;
  max-width: 120px;
  font-size: 0;
  text-decoration: none;
}

.scrollTop {
  display: block;
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-white, #fff);
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.scrollTop svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scrollTop use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.scrollTop:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
}
.scrollTop:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.scrollTop:active {
  border-color: var(--orising-colors-white, #fff);
}
.scrollTop:active use {
  stroke: var(--orising-colors-white, #fff);
}

.copyright {
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-white, #fff);
}

.smallMenu li {
  margin: 12px 0 12px 51px;
}
.smallMenu a {
  display: block;
  font-size: 15px;
  line-height: 1.33;
  text-decoration: underline;
  color: var(--orising-colors-white, #fff);
}
.smallMenu a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .smallMenu li {
    margin-left: 30px;
  }
  .smallMenu a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .smallMenu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .smallMenu li {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 768px) {
  .smallMenu ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .smallMenu li {
    margin: 12px 20px 0 0;
  }
  .smallMenu a {
    font-size: 15px;
  }
}

.menuFooter li {
  width: 40%;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menuFooter li:nth-child(even) {
  width: 60%;
  padding-left: 15px;
}
.menuFooter li:nth-last-of-type(2), .menuFooter li:last-child {
  margin-bottom: 0;
}
.menuFooter a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.33;
  text-decoration: none;
  color: var(--orising-colors-white, #fff);
}
.menuFooter a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.menuFooter a:active {
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 768px) {
  .menuFooter li {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .menuFooter li:nth-child(even) {
    width: 33.33%;
    padding-left: 0;
  }
}
@media (max-width: 374px) {
  .menuFooter li {
    width: 50%;
  }
  .menuFooter li:nth-child(even) {
    width: 50%;
    padding-right: 0;
  }
}

.footerContact {
  margin-bottom: 17px;
}
.footerContact:last-child {
  margin-bottom: 0;
}
.footerContact__link {
  font-size: 14px;
  line-height: 1.57;
  color: var(--orising-colors-white, #fff);
  text-decoration: none;
}
.footerContact__link:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.footerContact__link:active {
  color: var(--orising-colors-white, #fff);
}
.footerContact__icons {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
.footerContact__icons use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}

.formSubscribe {
  padding-top: 8px;
  margin-bottom: 24px;
}
.formSubscribe__item {
  position: relative;
}
.formSubscribe__input {
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid var(--orising-colors-grey-100, #faf9ff);
  background-color: transparent;
  font-size: 16px !important;
  line-height: 1;
  letter-spacing: -0.01em;
  color: var(--orising-colors-white, #fff);
  padding-right: 60px;
}
.formSubscribe__input::-webkit-input-placeholder {
  color: var(--orising-colors-white, #fff);
}
.formSubscribe__input::-moz-placeholder {
  color: var(--orising-colors-white, #fff);
}
.formSubscribe__input:-moz-placeholder {
  color: var(--orising-colors-white, #fff);
}
.formSubscribe__input:-ms-input-placeholder {
  color: var(--orising-colors-white, #fff);
}
.formSubscribe__button {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 0;
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
}
.formSubscribe__button use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-white, #fff);
}
.formSubscribe__button:hover {
  background-color: var(--orising-colors-brand-500, #083523);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formSubscribe__button:active {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
@media (max-width: 1199px) {
  .formSubscribe {
    padding-top: 0;
  }
  .formSubscribe__button {
    top: 0;
  }
  .formSubscribe__input {
    height: auto;
    line-height: 1;
    padding-bottom: 19px;
    padding-top: 12px;
  }
}

.error .formShipping__select .selectric,
.error .formLogin__input,
.error .input,
.error .formSubscribe__input {
  border-color: var(--orising-colors-danger-200, #db312d);
}

.errorText {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.8;
  color: var(--orising-colors-danger-200, #db312d);
}

.boxSocial__title {
  font-weight: 200;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  margin-right: 24px;
}
.boxSocial__link {
  width: 24px;
  height: 24px;
  margin: 12px 24px 12px 0;
}
.boxSocial__link:last-child {
  margin-right: 0;
}
.boxSocial__link use {
  fill: var(--orising-colors-white, #fff);
}
.boxSocial__link:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.boxSocial__link:active use {
  fill: var(--orising-colors-white, #fff);
}
@media (max-width: 359px) {
  .boxSocial {
    display: block;
  }
  .boxSocial__title {
    margin-right: 0;
  }
}

/** remodal **/
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 1000;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
  padding: 10px;
}
@media (max-width: 768px) {
  .remodal-wrapper.all-modalBasket {
    overflow: hidden;
    padding: 0;
  }
  .remodal-wrapper.all-modalBasket .modalBasket {
    margin-bottom: 0;
    vertical-align: top;
  }
}

.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

.remodal-close {
  display: block;
  position: absolute;
  top: 39px;
  right: 39px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  z-index: 2;
  font-size: 0;
}
@media (max-width: 639px) {
  .remodal-close {
    top: 18px;
    right: 18px;
  }
}

.remodal-close use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #2e2e32);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.remodal-close:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

@media (max-width: 768px) {
  .all-modalLogin.remodal-wrapper {
    padding: 0;
    overflow: hidden;
  }
  .all-modalLogin.remodal-overlay {
    background-color: transparent;
  }
}

.modalLogin {
  max-width: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 89px 40px 40px 40px;
  background-color: var(--orising-colors-white, #fff);
  text-align: left;
}
.modalLogin.modalRegister {
  max-width: 820px;
}
.modalLogin__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 32px;
  line-height: 1.31;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 24px;
}
.modalLogin__title:before {
  margin-top: 0;
}
.modalLogin__or {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  margin-top: 26px;
  margin-bottom: 24px;
}
.modalLogin__social a {
  width: 54px;
  height: 54px;
  margin: 0 18px;
  border-radius: 10px;
  background-color: #fff;
}
.modalLogin__social a:hover {
  opacity: 0.7;
}
.modalLogin__social .modalLogin__google {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.17), 0 0 3px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.17), 0 0 3px 0 rgba(0, 0, 0, 0.08);
}
.modalLogin__social .modalLogin__apple {
  background-color: #000;
}
.modalLogin__social .modalLogin__facebook {
  background-color: #1877F2;
}
.modalLogin__social .modalLogin__facebook use {
  fill: #fff;
}
@media (max-width: 768px) {
  .modalLogin {
    max-width: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    top: 60px;
    border-radius: 0;
    vertical-align: top;
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    padding: 57px 22px 22px 22px;
  }
  .modalLogin__or span {
    background-color: #fff;
    padding: 0 24px;
  }
  .modalLogin__or:before {
    display: block;
  }
}

.modalForgot__register, .modalForgot__login {
  background-color: transparent;
  font-size: 20px;
  line-height: 1.8;
  color: var(--orising-colors-brand-400, #0F6744);
}
.modalForgot__register:hover, .modalForgot__login:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .modalForgot__register, .modalForgot__login {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .modalForgot .modalLogin__title {
    font-size: 28px !important;
  }
}

.modalRegister .formLogin__item {
  width: calc(50% - 20px);
}
@media (max-width: 639px) {
  .modalRegister .formLogin__width {
    display: block;
  }
  .modalRegister .formLogin__item {
    width: 100%;
  }
}

.boxSuccess {
  border: 1px solid var(--orising-colors-success-300, #3bb95a);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
  background-color: var(--orising-colors-brand-100, #e7f9f2);
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-success-300, #3bb95a);
}
.boxSuccess img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.boxSuccess a,
.boxSuccess button {
  display: inline;
  line-height: 1;
  background-color: transparent;
  text-decoration: underline;
  color: var(--orising-colors-success-300, #3bb95a);
  margin-left: 3px;
}
.boxSuccess a:hover,
.boxSuccess button:hover {
  text-decoration: none;
}

.formLogin__item {
  margin-bottom: 40px;
}
.formLogin__item--2, .formLogin__item--3 {
  margin-bottom: 23px;
}
.formLogin__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  margin-bottom: 8px;
}
.formLogin__text span {
  color: var(--orising-colors-danger-200, #db312d);
  margin-left: 2px;
}
.formLogin__input {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 39px;
  border-bottom: 1px solid var(--orising-colors-brand-100, #e7f9f2);
  font-size: 14px !important;
  letter-spacing: -0.01em;
  color: var(--orising-colors-grey-500, #515057);
}
.formLogin__button {
  width: 100%;
  height: 42px;
  margin-bottom: 24px;
}
.formLogin__register {
  width: 100%;
  height: 42px;
}
.formLogin__forgot {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-brand-400, #0F6744);
  background-color: transparent;
  margin-top: 1px;
}
.formLogin__forgot:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .formLogin__item {
    margin-bottom: 24px;
  }
}

.boxComplexity {
  display: none;
  position: relative;
  background-color: var(--orising-colors-grey-200, #ecebf4);
  border-radius: 1px;
  height: 16px;
  margin-bottom: 24px;
}
.boxComplexity.is-visible {
  display: block;
}
.boxComplexity__line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 1px;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-white, #fff);
}
.boxComplexity__line[data-level=weak] {
  width: 50%;
  background-color: var(--orising-colors-warning-200, #d0cc5f);
}
.boxComplexity__line[data-level=strong] {
  width: 100%;
  background-color: var(--orising-colors-success-300, #3bb95a);
}

.checkRemember {
  display: inline-block;
}
.checkRemember input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.checkRemember input:checked + .check-radio {
  background-color: var(--orising-colors-brand-400, #0F6744) !important;
  border-color: var(--orising-colors-brand-400, #0F6744) !important;
}
.checkRemember input:checked + .check-radio:before {
  opacity: 1;
  visibility: visible;
}
.checkRemember label {
  cursor: pointer;
}
.checkRemember label:hover .check-radio {
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkRemember .check-text {
  font-size: 14px;
  line-height: 1.3;
  color: #2e2e32;
  position: relative;
  top: 0;
}
.checkRemember .check-radio {
  display: block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--orising-colors-brand-100, #e7f9f2);
  position: relative;
  border: 1px solid var(--orising-colors-black, #2e2e32);
  border-radius: 1px;
  margin-right: 12px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.checkRemember .check-radio:before {
  opacity: 1;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 9px;
  background: url(../images/icons-check.svg) no-repeat;
}

.input-rel {
  position: relative;
}
.input-rel .formLogin__input {
  padding-right: 56px;
}
.input-rel .eye-on {
  display: none;
}
.input-rel.view .eye-on {
  display: block;
}
.input-rel.view .eye-off {
  display: none;
}

.button-eye {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-color: transparent;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 16px;
  z-index: 2;
}
.button-eye use {
  stroke: var(--orising-colors-black, #2e2e32);
}

.modalQuick {
  max-width: 860px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  text-align: left;
}
.modalQuick .remodal-close {
  top: 24px;
  right: 24px;
}
.modalQuick__left {
  width: 52.8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 0 24px 0 88px;
}
.modalQuick__right {
  width: 47.2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 0 0 0;
}
.modalQuick__boxStar {
  margin-bottom: 16px;
}
.modalQuick__star {
  font-size: 0;
  margin-right: 15px;
}
.modalQuick__star img {
  margin-right: 2px;
}
.modalQuick__mean {
  font-size: 14px;
  line-height: 1.5;
  color: var(--orising-colors-grey-500, #515057);
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.modalQuick__quantityStar {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--orising-colors-brand-400, #0F6744);
  position: relative;
  top: 2px;
}
.modalQuick__title {
  display: block;
  margin-bottom: 16px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.modalQuick__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.modalQuick__item-1 {
  margin-bottom: 16px;
}
.modalQuick__item-1 .modalQuick__link {
  display: none;
}
.modalQuick__newPrice {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.modalQuick__button {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 22px;
}
.modalQuick__link {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.modalQuick__link svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.modalQuick__link use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #000);
}
.modalQuick__link:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.modalQuick__link:hover use {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.modalQuick__link:active {
  color: var(--orising-colors-black, #000);
}
.modalQuick__link:active use {
  stroke: var(--orising-colors-black, #000);
}
.modalQuick__item-3 {
  margin-bottom: 16px;
}
.modalQuick__favorites {
  display: block;
  width: 42px;
  height: 42px;
  background-color: transparent;
  font-size: 0;
}
.modalQuick__favorites use {
  fill: transparent;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.modalQuick__favorites.active use, .modalQuick__favorites:hover use {
  fill: var(--orising-colors-brand-400, #0F6744);
}
.modalQuick__subTitle {
  display: none;
}
.modalQuick__availability {
  display: inline-block;
  position: relative;
  top: -1px;
  background-color: var(--orising-colors-brand-200, #bde3d4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-brand-400, #0F6744);
  margin-bottom: 16px;
}
@media (max-width: 639px) {
  .modalQuick {
    padding: 52px 16px 16px 16px;
  }
  .modalQuick .remodal-close {
    top: 16px;
    right: 16px;
  }
  .modalQuick__item {
    display: block;
  }
  .modalQuick__left {
    width: 100%;
    padding: 0 0 12px 0;
  }
  .modalQuick__right {
    width: 100%;
    padding: 0;
  }
  .modalQuick__right .modalQuick__link {
    display: none;
  }
  .modalQuick .smallQuick__prev,
  .modalQuick .smallQuick__next,
  .modalQuick .smallQuick {
    display: none;
  }
  .modalQuick__subTitle {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--orising-colors-black, #000);
    margin-bottom: 12px;
  }
  .modalQuick__boxStar {
    margin-bottom: 15px;
  }
  .modalQuick__title {
    font-size: 20px;
  }
  .modalQuick__newPrice {
    font-size: 20px;
  }
  .modalQuick__item-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modalQuick__item-1 .modalQuick__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modalQuick__item-3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .modalQuick__button {
    margin-bottom: 0;
  }
}

.bigSlider,
.bigQuick {
  width: 100%;
  height: 428px;
}
.bigSlider__thumb,
.bigQuick__thumb {
  width: 100%;
  height: 100%;
}
@media (max-width: 639px) {
  .bigSlider,
  .bigQuick {
    height: 185px;
  }
}

@media (max-width: 768px) {
  .bigSlider {
    height: 260px;
  }
  .bigSlider .swiper-slide {
    width: 100%;
  }
}

.smallSlider__prev.swiper-button-disabled, .smallSlider__next.swiper-button-disabled,
.smallQuick__prev.swiper-button-disabled,
.smallQuick__next.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
.smallSlider__prev.swiper-button-lock, .smallSlider__next.swiper-button-lock,
.smallQuick__prev.swiper-button-lock,
.smallQuick__next.swiper-button-lock {
  display: none !important;
}
.smallSlider.swiper-vertical > .swiper-wrapper,
.smallQuick.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.smallSlider.swiper,
.smallQuick.swiper {
  position: absolute;
  top: 34px;
  left: 0;
  width: 64px;
  height: 360px;
  font-size: 0;
}
.smallSlider .swiper-slide-thumb-active .smallSlider__thumb,
.smallSlider .swiper-slide-thumb-active .smallQuick__thumb,
.smallQuick .swiper-slide-thumb-active .smallSlider__thumb,
.smallQuick .swiper-slide-thumb-active .smallQuick__thumb {
  border-color: var(--orising-colors-brand-400, #0F6744);
}
.smallSlider__thumb,
.smallQuick__thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  cursor: pointer;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.smallSlider__thumb:hover,
.smallQuick__thumb:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.smallSlider__prev, .smallSlider__next,
.smallQuick__prev,
.smallQuick__next {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 64px;
  height: 24px;
  z-index: 2;
  font-size: 0;
  line-height: 1;
  background-color: transparent;
}
.smallSlider__prev use, .smallSlider__next use,
.smallQuick__prev use,
.smallQuick__next use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.smallSlider__prev,
.smallQuick__prev {
  top: 0;
}
.smallSlider__prev svg,
.smallQuick__prev svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.smallSlider__next,
.smallQuick__next {
  bottom: 0;
}
.smallSlider__next svg,
.smallQuick__next svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 768px) {
  .smallSlider {
    display: none !important;
  }
}

.volumeCheck {
  margin: 0 16px 12px 0;
}
.volumeCheck:last-child {
  margin-right: 0;
}
.volumeCheck input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.volumeCheck input:disabled {
  pointer-events: none;
}
.volumeCheck input:disabled + .check-radio {
  opacity: 0.5;
  cursor: default;
}
.volumeCheck input:disabled + .check-radio:hover {
  background-color: transparent;
  color: var(--orising-colors-brand-400, #0F6744);
}
.volumeCheck input:checked + .check-radio {
  background-color: var(--orising-colors-black, #000) !important;
  color: var(--orising-colors-white, #fff);
}
.volumeCheck label {
  cursor: pointer;
  position: relative;
}
.volumeCheck label:hover .check-radio {
  background-color: var(--orising-colors-black, #000);
  color: var(--orising-colors-white, #fff);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.volumeCheck .check-radio {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 19px;
  background-color: transparent;
  position: relative;
  border: 1px solid var(--orising-colors-black, #000);
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.boxQuantity {
  width: 152px;
  margin-right: 24px;
}
.boxQuantity__plus, .boxQuantity__minus {
  display: block;
  width: 42px;
  height: 42px;
  font-size: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-brand-400, #0F6744);
  background-color: transparent;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus.disabled, .boxQuantity__plus:disabled, .boxQuantity__minus.disabled, .boxQuantity__minus:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}
.boxQuantity__plus:before, .boxQuantity__minus:before {
  display: block;
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--orising-colors-brand-400, #0F6744);
  margin: -1px 0 0 -7px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus:hover, .boxQuantity__minus:hover {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus:hover:before, .boxQuantity__plus:hover:after, .boxQuantity__minus:hover:before, .boxQuantity__minus:hover:after {
  background-color: var(--orising-colors-white, #fff);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__plus:after {
  display: block;
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--orising-colors-brand-400, #0F6744);
  margin: -7px 0 0 -1px;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.boxQuantity__input {
  display: block;
  width: 56px;
  height: 42px;
  font-weight: 500;
  font-size: 24px !important;
  line-height: 42px;
  text-align: center;
  color: var(--orising-colors-black, #000);
  caret-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 3px;
}

.modalReview {
  max-width: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 64px 24px 24px 24px;
  background-color: var(--orising-colors-white, #fff);
  text-align: left;
}
.modalReview .remodal-close {
  top: 24px;
  right: 24px;
}
.modalReview__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .modalReview {
    padding: 50px 16px 24px 16px;
  }
  .modalReview .remodal-close {
    top: 16px;
    right: 16px;
  }
}

.formReview__item {
  margin-bottom: 24px;
}
.formReview__text {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.44;
  color: var(--orising-colors-black, #000);
  margin-bottom: 8px;
}
.formReview__star {
  font-size: 0;
}
.formReview__area {
  width: 100%;
  height: 162px;
  resize: none;
  background-color: #faf9ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
  padding: 9px 16px;
}
.formReview__button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 40px;
  background-color: #000;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formReview__button:hover {
  background-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formReview__button:active {
  background-color: #000;
  -webkit-transition: 0.3s background-color ease;
  transition: 0.3s background-color ease;
}
.formReview__notification {
  margin-top: 24px;
}
.formReview__notification p {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-size: 12px;
  line-height: 1.33;
  color: #1a1a1a;
}

.addDocuments__label {
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  background: var(--orising-colors-grey-100, #faf9ff);
  border: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  margin-right: 20px;
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.addDocuments__label:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
  -webkit-transition: 0.3s border-color ease;
  transition: 0.3s border-color ease;
}
.addDocuments input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.addDocuments__text {
  display: block;
  font-size: 16px;
  line-height: 1.62;
  color: #1a1a1a;
}
.addDocuments__list {
  margin-left: -10px;
  margin-right: -10px;
}
.addDocuments__list--li {
  width: calc(20% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed var(--orising-colors-brand-400, #0F6744);
  height: 80px;
  position: relative;
  margin: 12px 10px 0 10px;
}
.addDocuments__remove {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #db312d;
  text-decoration: none;
  text-align: center;
}
.addDocuments__remove use {
  stroke: #fff;
}
@media (max-width: 768px) {
  .addDocuments__text {
    font-size: 14px;
  }
  .addDocuments__list--li {
    width: calc(33.33% - 20px);
  }
}

.modalDanger {
  max-width: 610px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1px;
  padding: 94px 40px 40px 40px;
  background-color: #fff;
  text-align: center;
}
.modalDanger__icons {
  font-size: 0;
  margin-bottom: 30px;
}
.modalDanger__icons img {
  margin: 0 auto;
}
.modalDanger__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.62;
}
.modalDanger__yes.buttonRed {
  background-color: var(--orising-colors-danger-200, #db312d);
  border: none;
  color: var(--orising-colors-white, #fff);
}
.modalDanger__yes.buttonRed:before {
  display: none;
}
.modalDanger__yes.buttonRed:hover {
  background-color: var(--orising-colors-danger-300, #b10401);
}
.modalDanger__yes.buttonRed:active {
  background-color: var(--orising-colors-danger-200, #db312d);
}
.modalDanger__yes, .modalDanger__no {
  min-width: auto;
  width: calc(50% - 12px);
  margin-top: 24px;
  height: 42px;
  line-height: 1;
  padding: 13px 5px;
}
@media (max-width: 768px) {
  .modalDanger {
    padding: 64px 24px 24px 24px;
  }
  .modalDanger__icons {
    margin-bottom: 16px;
  }
  .modalDanger__yes, .modalDanger__no {
    margin-top: 16px;
  }
}

/** END Remodal **/
/** Selectric **/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--orising-colors-grey-400, #91919d);
}

.selectric-open .selectric {
  border-color: var(--orising-colors-brand-400, #0F6744);
}

.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: normal;
  width: 100%;
  height: 51px;
  line-height: 51px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 16px;
  text-align: left;
  font-size: 14px !important;
  color: var(--orising-colors-grey-500, #515057);
}

.selectric-button {
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 56px;
  background: transparent;
  text-align: center;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.selectric-button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 6px;
  background-color: var(--orising-colors-black, #000);
  -webkit-mask-image: url(../images/arrows.svg);
  mask-image: url(../images/arrows.svg);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  margin-right: -5px;
  margin-top: -3px;
}

.selectric-open .selectric-button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.selectric-open {
  z-index: 40;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  background: #fff;
  overflow: hidden;
  border: 1px solid var(--orising-colors-grey-500, #515057);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
}

.selectric-items li {
  display: block;
  padding: 7px 10px;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  line-height: 1.25;
  color: var(--orising-colors-black, #2e2e32);
}

.selectric-items li.selected,
.selectric-items li.highlighted,
.selectric-items li:hover {
  background: var(--orising-colors-brand-400, #0F6744);
  color: var(--orising-colors-white, #fff);
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #2f2f2f !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #161616;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

/** END Selectric **/
.boxCabinet {
  max-width: 1030px;
  margin: 20px auto 60px auto;
}
.boxCabinet__left {
  width: 262px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 54px;
}
.boxCabinet__right {
  width: calc(100% - 262px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 54px;
  border-left: 1px solid var(--orising-colors-grey-300, #c5c4cf);
}
.boxCabinet__title {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  color: var(--orising-colors-black, #000);
  margin-bottom: 47px;
  text-transform: capitalize;
}
.boxCabinet__title--2 {
  margin-bottom: 24px;
}
.boxCabinet .sectionCatalog__sorting {
  margin-left: auto;
}
.boxCabinet__saved {
  margin-top: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px;
  background-color: var(--orising-colors-blue-100, #ddf1ff);
  border-left: 3px solid var(--orising-colors-blue-300, #0357c3);
  color: var(--orising-colors-blue-300, #0357c3);
  font-size: 16px;
}
@media (max-width: 1199px) {
  .boxCabinet {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .boxCabinet__left {
    padding-right: 30px;
  }
  .boxCabinet__right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .boxCabinet {
    display: block;
  }
  .boxCabinet__left {
    width: 100%;
    padding-right: 0;
    border-top: 1px solid var(--orising-colors-grey-300, #c5c4cf);
    padding-top: 20px;
  }
  .boxCabinet__right {
    width: 100%;
    border-left: 0;
    margin-top: 20px;
    padding: 30px 0 0 0;
    border-top: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  }
  .boxCabinet__title {
    margin-bottom: 34px;
  }
  .boxCabinet__title--2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .boxCabinet {
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .boxCabinet .sectionCatalog__sorting {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .boxCabinet__left {
    padding-top: 31px;
  }
  .boxCabinet__right {
    border-top: 0;
    margin-top: 35px;
    padding: 0;
  }
  .boxCabinet__title {
    margin-bottom: 33px;
  }
  .boxCabinet__title--2 {
    margin-bottom: 24px;
  }
}

.menuCabinet li {
  margin-bottom: 10px;
}
.menuCabinet li:last-child {
  margin-bottom: 0;
}
.menuCabinet li.active a {
  color: var(--orising-colors-brand-400, #0F6744);
}
.menuCabinet li.active a .menuCabinet__icons line,
.menuCabinet li.active a .menuCabinet__icons path {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.menuCabinet a {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.28;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}
.menuCabinet a:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.menuCabinet a:hover .menuCabinet__icons line,
.menuCabinet a:hover .menuCabinet__icons path {
  stroke: var(--orising-colors-brand-400, #0F6744);
}
.menuCabinet__icons {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.menuCabinet__icons line,
.menuCabinet__icons path {
  stroke: var(--orising-colors-black, #000);
}
@media (max-width: 991px) {
  .menuCabinet ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menuCabinet li {
    width: 33.33%;
  }
  .menuCabinet a {
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .menuCabinet {
    margin-left: -16px;
    margin-right: -16px;
  }
  .menuCabinet ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menuCabinet li {
    width: auto;
    margin: 0 24px 5px 0;
    white-space: nowrap;
  }
  .menuCabinet li:last-child {
    margin-right: 0;
  }
  .menuCabinet a {
    padding: 0;
    font-size: 14px;
  }
  .menuCabinet__icons {
    margin-right: 4px;
  }
}
@media (max-width: 359px) {
  .menuCabinet a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.boxData__item {
  width: calc(50% - 20px);
  margin-bottom: 24px;
}
.boxData__item--2 {
  width: 100%;
}
.boxData__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 8px;
}
.boxData__title span {
  color: var(--orising-colors-danger-200, #db312d);
}
.boxData__button {
  width: 100%;
}
.boxData__select .selectric-label {
  height: 40px;
  line-height: 40px;
}
.boxData__select .selectric {
  border-bottom: 1px solid rgba(30, 43, 60, 0.2);
}
.boxData__select .selectric-items {
  border-color: rgba(30, 43, 60, 0.2);
}
@media (max-width: 639px) {
  .boxData__item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.boxTop {
  max-width: 1030px;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 2;
}
.boxTop__left {
  width: 262px;
}
.boxTop__right {
  width: calc(100% - 262px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 54px;
}
.boxTop__right .breadrcums {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .boxTop {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .boxTop__right {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .boxTop {
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .boxTop__right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
  .boxTop__right .breadrcums {
    margin: 0;
    padding: 20px 30px 0 30px !important;
  }
  .boxTop__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .boxTop__right .breadrcums {
    padding: 10px 16px 0 16px !important;
  }
}

.photoProfile {
  text-align: center;
  width: 190px;
}
.photoProfile__thumb {
  width: 100px;
  height: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: var(--orising-colors-warning-100, #e3e29f);
  margin: 0 auto;
}
.photoProfile__thumb.active img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.photoProfile__label {
  display: block;
  width: 190px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.27;
  font-weight: 600;
  color: #0f6744;
  margin-top: 8px;
  text-transform: uppercase;
}
.photoProfile__label:hover {
  text-decoration: underline;
}
.photoProfile input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
@media (max-width: 991px) {
  .photoProfile {
    width: 100%;
    margin-top: 20px;
  }
  .photoProfile__thumb {
    width: 95px;
    height: 95px;
    margin: 0 auto;
  }
  .photoProfile__thumb img {
    max-width: 40px;
  }
  .photoProfile__label {
    width: 100%;
  }
}

.boxUsername {
  width: 190px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--orising-colors-black, #000);
  text-align: center;
  margin-top: 9px;
}
@media (max-width: 991px) {
  .boxUsername {
    width: 100%;
  }
}

.boxInfo {
  background-color: #ddf1ff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #378eff;
  border-radius: 5px;
  padding: 10px 10px 10px 13px;
}
.boxInfo svg {
  margin-right: 11px;
}
.boxInfo__text {
  font-size: 14px;
  line-height: 1.57;
  color: #378eff;
}

.boxHistory__top {
  min-height: 59px;
  border-top: 1px solid var(--orising-colors-grey-300, #c5c4cf);
}
.boxHistory__title {
  width: 19%;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.boxHistory__title:last-child {
  text-align: right;
}
.boxHistory__title:nth-child(1) {
  width: 14%;
}
.boxHistory__title:nth-child(2) {
  width: 22%;
}
.boxHistory__title:nth-child(3) {
  width: 23%;
}
.boxHistory__title:nth-child(4) {
  width: 22%;
}
.boxHistory__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
  border-top: 1px solid var(--orising-colors-grey-300, #c5c4cf);
}
.boxHistory__box {
  width: 19%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
}
.boxHistory__box:nth-child(1) {
  width: 14%;
}
.boxHistory__box:nth-child(2) {
  width: 22%;
}
.boxHistory__box:nth-child(3) {
  width: 23%;
}
.boxHistory__box:nth-child(4) {
  width: 22%;
}
.boxHistory__box:last-child {
  padding: 0;
  text-align: right;
}
.boxHistory__mobileTitle {
  display: none;
}
.boxHistory__text {
  font-size: 14px;
  line-height: 1.57;
  color: var(--orising-colors-black, #2e2e32);
}
.boxHistory__text.boxHistory__price {
  font-weight: 600;
}
.boxHistory__text.boxHistory__number {
  font-weight: 600;
  color: var(--orising-colors-brand-400, #0F6744);
}
.boxHistory__link {
  font-size: 14px;
  padding: 0;
  width: 88px;
  height: 40px;
  margin-left: auto;
  min-width: auto;
}
.boxHistory__status {
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 12px;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.boxHistory__status--peding {
  background-color: #fdddbd;
  color: #793d00;
}
.boxHistory__status--paid {
  background-color: #d9e7e1;
  color: #0f6744;
}
.boxHistory__status--confirmed {
  background-color: #f2f1f4;
  color: #2e2e32;
}
.boxHistory__status--processing {
  background-color: #f1efd8;
  color: #b9ae3b;
}
.boxHistory__status--shipped {
  background-color: #ddf1ff;
  color: #073352;
}
.boxHistory__status--delivered {
  background-color: #c1dab5;
  color: #25530e;
}
.boxHistory__status--cancelled {
  background-color: #f2dfcc;
  color: #bd5e00;
}
.boxHistory__status--hold {
  background-color: #e1e0cc;
  color: #6b6201;
}
.boxHistory__status--rejected {
  background-color: #efc0bf;
  color: #b10401;
}
@media (max-width: 768px) {
  .boxHistory__top {
    display: none;
  }
  .boxHistory__text {
    text-align: right;
  }
  .boxHistory__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 0;
  }
  .boxHistory__item:last-child {
    margin-bottom: 0;
  }
  .boxHistory__box {
    width: 100% !important;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  }
  .boxHistory__box:last-child {
    border-bottom: 0;
    padding: 20px 0 0 0;
  }
  .boxHistory__mobileTitle {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    text-transform: uppercase;
    color: var(--orising-colors-black, #000);
    padding-right: 12px;
  }
  .boxHistory__link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
  }
  .boxHistory__status {
    width: 138px;
  }
}

.noOrders__title {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
}
.noOrders__link {
  margin: 24px 0 0 0;
}
@media (max-width: 768px) {
  .noOrders {
    padding-bottom: 20px;
  }
}

.listOrders {
  margin-bottom: 24px;
}
.listOrders__li, .listOrders__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.listOrders__top {
  padding: 0px 12px 21px 12px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listOrders__bottom {
  margin-top: 42px;
}
.listOrders__bottom .listOrders__li:first-child {
  border-top: 0;
}
.listOrders__li {
  padding: 12px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listOrders__li:first-child {
  border-top: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.listOrders__thumb {
  display: block;
  width: 48px;
  height: 48px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ecebf4;
}
.listOrders__thumb:hover {
  border-color: var(--orising-colors-brand-400, #0F6744);
}
.listOrders__thumb picture {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3px;
}
.listOrders__right {
  width: calc(100% - 48px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 24px;
}
.listOrders__title {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.listOrders__name {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  color: var(--orising-colors-brand-400, #0F6744);
  text-decoration: none;
}
.listOrders__name:hover {
  text-decoration: underline;
}
.listOrders__text, .listOrders__price {
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
  color: var(--orising-colors-black, #000);
}
.listOrders__price {
  text-align: right;
  padding-left: 12px;
  white-space: nowrap;
}
.listOrders__text {
  text-transform: uppercase;
}
@media (max-width: 359px) {
  .listOrders__li, .listOrders__top {
    padding-left: 0;
    padding-right: 0;
  }
  .listOrders__right {
    padding-left: 12px;
  }
  .listOrders__top {
    padding-bottom: 12px;
  }
  .listOrders__bottom {
    margin-top: 24px;
  }
}

.youOrder {
  margin-top: 41px;
}
.youOrder__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
  text-transform: initial;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-black, #000);
  margin-bottom: 12px;
}
.youOrder__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 12px;
}
.youOrder__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.62;
  text-decoration: none;
  color: var(--orising-colors-black, #2e2e32);
}
.youOrder__text a {
  color: var(--orising-colors-black, #2e2e32);
  text-decoration: none;
}
.youOrder__text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .youOrder {
    margin-top: 24px;
  }
}
@media (max-width: 359px) {
  .youOrder__text {
    padding: 0;
  }
}

.boxRecently {
  margin-top: 80px;
  position: relative;
}
.boxRecently .splide__arrows {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 2;
}
.boxRecently .splide__arrows.hidden {
  display: none;
}
.boxRecently .splide__arrow--next,
.boxRecently .splide__arrow--prev {
  top: 2px;
  margin: 0;
}
.boxRecently .splide__arrow--next {
  right: 0;
}
.boxRecently .splide__arrow--prev {
  left: inherit;
  right: 66px;
}
.boxRecently__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.31;
  text-transform: initial;
  color: var(--orising-colors-black, #000);
  padding-right: 122px;
}
@media (max-width: 991px) {
  .boxRecently {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .boxRecently {
    margin-left: -16px;
    margin-right: -16px;
  }
  .boxRecently__title {
    text-align: center;
    padding-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .boxRecently .splide__arrows {
    display: none;
  }
}

.sliderRecently {
  text-align: center;
  margin-top: 24px;
}
.sliderRecently.splide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.sliderRecently .sliderBest__box {
  padding: 0;
}
.sliderRecently .sliderBest__favorites,
.sliderRecently .sliderBest__stiker {
  top: 26px;
}
.sliderRecently .sliderBest__thumb {
  height: 200px;
}
@media (max-width: 1280px) {
  .sliderRecently .sliderBest__favorites,
  .sliderRecently .sliderBest__stiker {
    top: 10px;
  }
}
@media (max-width: 768px) {
  .sliderRecently .splide__slide {
    width: 200px !important;
    max-width: 100% !important;
  }
}

.boxAccepted {
  margin-bottom: 60px;
  text-align: center;
}
.boxAccepted__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 16px;
}
.boxAccepted__text {
  font-size: 16px;
  line-height: 1.62;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 16px;
}
.boxAccepted__text span {
  font-weight: 600;
  color: var(--orising-colors-brand-400, #0f6744);
}
@media (max-width: 991px) {
  .boxAccepted {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .boxAccepted {
    margin-bottom: 40px;
  }
  .boxAccepted__title {
    margin-bottom: 12px;
  }
  .boxAccepted__text {
    margin-bottom: 10px;
  }
  .boxAccepted__link {
    max-width: 354px;
    width: 100%;
  }
}