* {
  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: 20px !important;
    padding-right: 20px !important;
  }
}

.width-1240, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .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, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .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, .box404__item, .sectionFaq, .sectionFind, .sectionMap, .sectionPartners, .sectionRecommended, .homeWorks__title, .boxTeam, .boxAbout, .homeQuestions__title, .homeQuestions__item, .homeLines, .homeSolution, .boxContancts, .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: 20px !important;
    padding-right: 20px !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;
}

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, .boxSocial__right, .boxSocial, .footerContact__link, .menuFooter ul, .smallMenu ul, .footer__bottom, .footer__center, .footer__top, .sectionFaq__item, .listFind__text, .listFind__top, .listFind, .sectionPartners, .sliderWorks__bottom, .sliderWorks__top, .listTeam__social, .listTeam, .boxAbout__title, .homeQuestions__item, .swiper-button-next,
.swiper-button-prev, .listContancts__li, .listContancts, .contactsForm__width, .listRecent__item, .listPost, .tabsBlog__dropDown, .navigation span,
.navigation a, .navigation ul, .sliderAdvantages, .sliderTestimonials__star, .sliderReviews__star, .sliderReviews__item, .sliderReviews__top, .homeAbout, .sliderBefore__product, .sliderBefore__after, .sliderBefore__before, .sliderBest__star, .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, .sliderSolution__title, .sliderBlog__more, .buttonAdd, .sliderBest__link, .buttonGreen, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .showMore a, .homeLines__link, .tabsBlog__dropDown a, .homeBest__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.f_wrap, .boxSocial__right, .menuFooter ul, .smallMenu ul, .listFind, .listTeam__social, .listTeam, .listContancts, .contactsForm__width, .listPost, .tabsBlog__dropDown, .sliderAdvantages, .breadrcums, .headerSocial {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f_none, .boxSocial__title, .footerContact__icons, .sliderWorks__icons, .homeQuestions__thumb, .listRecent__thumb, .sliderAdvantages__thumb, .homeAbout__thumb, .sliderBefore__product picture, .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, .sectionFaq__item, .sectionPartners, .homeQuestions__item, .boxPost__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a-i_center, .boxSocial, .footer__bottom, .footer__top, .listFind__text, .listFind__top, .sliderWorks__bottom, .sliderWorks__top, .boxAbout__title, .swiper-button-next,
.swiper-button-prev, .sliderSolution__title, .listContancts__li, .tabsBlog__dropDown, .navigation span,
.navigation a, .navigation ul, .sliderBlog__more, .sliderReviews__item, .sliderReviews__top, .homeAbout, .sliderBefore__product, .sliderBefore__after, .sliderBefore__before, .sliderBest__star, .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__link, .buttonGreen, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .showMore a, .homeLines__link, .tabsBlog__dropDown a, .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, .sliderSolution__title, .boxAdddress, .boxTelephone,
.boxTime,
.buttonLogin {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.j-c_center, .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, .sliderBest__star, .sliderBest__box, .tabsProduct, .boxPost__social, .breadrcums, .splide__arrow--prev, .splide__arrow--next, .splide__pagination, .header__textFree, .buttonAdd, .sliderBest__link, .buttonGreen, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar, .linkHover, .showMore a, .homeLines__link, .tabsBlog__dropDown a, .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 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.j-c_between, .footer__bottom, .footer__top, .sectionFaq__item, .sectionPartners, .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, .listFind__top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.img-center, .boxSocial__link, .footerContact__icons, .listFind__thumb, .sliderWorks__icons, .sliderWorks__bottom--left, .listTeam__social a, .listTeam__thumb, .sliderLines__thumb, .listContancts__icons, .sliderAdvantages__thumb, .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, .boxSocial__link img, .footerContact__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__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,
.boxSocial__link svg,
.footerContact__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__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, .sliderWorks__thumb, .sliderSolution__thumb, .listRecent__thumb picture, .sliderBlog__thumb picture, .sliderBefore__thumb {
  display: block;
  position: relative;
  font-size: 0;
}
.img-position 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, .showMore a, .homeLines__link, .tabsBlog__dropDown a, .homeBest__link {
  height: 56px;
  padding: 16px 40px;
  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;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: relative;
}
.linkHover:before, .showMore a:before, .homeLines__link:before, .tabsBlog__dropDown a: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, .showMore a svg, .homeLines__link svg, .tabsBlog__dropDown a svg, .homeBest__link svg {
  margin-left: 17px;
  position: relative;
  top: -1px;
}
.linkHover use, .showMore a use, .homeLines__link use, .tabsBlog__dropDown a use, .homeBest__link use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #000);
}
.linkHover:hover, .showMore a:hover, .homeLines__link:hover, .tabsBlog__dropDown a:hover, .homeBest__link:hover {
  color: var(--orising-colors-black, #2e2e32);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:hover:before, .showMore a:hover:before, .homeLines__link:hover:before, .tabsBlog__dropDown a:hover:before, .homeBest__link:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:hover use, .showMore a:hover use, .homeLines__link:hover use, .tabsBlog__dropDown a:hover use, .homeBest__link:hover use {
  stroke: var(--orising-colors-black, #2e2e32);
}
.linkHover:active, .showMore a:active, .homeLines__link:active, .tabsBlog__dropDown a:active, .homeBest__link:active {
  color: var(--orising-colors-black, #000);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.linkHover:active:before, .showMore a:active:before, .homeLines__link:active:before, .tabsBlog__dropDown a: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, .showMore a:active use use, .homeLines__link:active use use, .tabsBlog__dropDown a:active use use, .homeBest__link:active use use {
  stroke: var(--orising-colors-black, #000);
}

.buttonGreen, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
  background-color: var(--orising-colors-brand-400, #0F6744);
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--orising-colors-white, #fff);
  padding: 16px 45px 16px 40px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.buttonGreen svg, .box404__link svg, .homeWorks__link svg, .contactsForm__button svg, .homeAbout__link svg, .sliderBefore__link svg, .homeSlider__link svg, .linkSeminar svg {
  margin-left: 17px;
}
.buttonGreen 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, .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, .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, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .buttonGreen, .box404__link, .homeWorks__link, .contactsForm__button, .homeAbout__link, .sliderBefore__link, .homeSlider__link, .linkSeminar {
    padding: 12px 28px;
  }
}

.buttonAdd, .sliderBest__link {
  background-color: var(--orising-colors-brand-400, #0F6744);
  font-weight: 700;
  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__link:hover {
  background-color: var(--orising-colors-brand-500, #083523);
}
.buttonAdd:active, .sliderBest__link:active {
  background-color: var(--orising-colors-brand-400, #0F6744);
}
@media (max-width: 1199px) {
  .buttonAdd, .sliderBest__link {
    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: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 359px) {
  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.5;
}

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: 0;
    box-shadow: 0;
  }
}

.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;
}

.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__box {
  width: 100% !important;
}
.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: 49px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-white, #fff);
}
.header__textFree span {
  margin-left: 5px;
  color: var(--orising-colors-warning-200);
}
.header__left {
  font-size: 0;
}
@media (max-width: 1280px) {
  .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: 30px;
}

.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;
}

.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: 700;
  font-size: 10px;
  text-align: center;
  color: var(--orising-colors-white, #fff);
  line-height: 16px;
}

.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: 600;
  font-size: 12px;
  letter-spacing: -0.01em;
  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: 4px;
}
@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.42;
  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: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;
  }
  .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 > 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: 700;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    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: 16px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    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: 48px;
    height: 48px;
    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;
  }
}
@media (min-width: 1340px) {
  .globalMenu > ul > li.dropDown > a {
    padding-right: 32px;
  }
  .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: 34px;
  }
  .globalMenu > ul > li.dropDown > a:after {
    right: 17px;
  }
  .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;
}
.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 16px 0 16px;
}
.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: 600;
  font-size: 14px;
  letter-spacing: -0.01em;
  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);
    letter-spacing: -0.01em;
    font-weight: 700;
    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: 700;
    font-size: 12px;
    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 5px;
    position: relative;
    top: -2px;
  }
  .globalMenu > ul > li.active > a {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .globalMenu > ul > li > a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--orising-colors-black, #2e2e32);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px 26px;
  }
  .globalMenu > ul > li > a:hover {
    color: var(--orising-colors-brand-400, #0F6744);
  }
  .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: 16px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    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, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
.title-center:before, .sectionFaq__title:before, .sectionFind__title:before, .sectionMap__title:before, .sectionRecommended__title:before, .homeWorks__title:before, .boxTeam__title:before, .homeQuestions__title:before, .homeLines__title:before, .homeSolution__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, .sectionFaq__title span, .sectionFind__title span, .sectionMap__title span, .sectionRecommended__title span, .homeWorks__title span, .boxTeam__title span, .homeQuestions__title span, .homeLines__title span, .homeSolution__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, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .title-center, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .homeQuestions__title, .homeLines__title, .homeSolution__title, .homeTestimonials__title, .homeReviews__title, .homeBefore__title, .homeBest__title, .boxPost__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .title-center:before, .sectionFaq__title:before, .sectionFind__title:before, .sectionMap__title:before, .sectionRecommended__title:before, .homeWorks__title:before, .boxTeam__title:before, .homeQuestions__title:before, .homeLines__title:before, .homeSolution__title:before, .homeTestimonials__title:before, .homeReviews__title:before, .homeBefore__title:before, .homeBest__title:before, .boxPost__title:before {
    display: none;
  }
  .title-center span, .sectionFaq__title span, .sectionFind__title span, .sectionMap__title span, .sectionRecommended__title span, .homeWorks__title span, .boxTeam__title span, .homeQuestions__title span, .homeLines__title span, .homeSolution__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, .sectionFaq__title, .sectionFind__title, .sectionMap__title, .sectionRecommended__title, .homeWorks__title, .boxTeam__title, .homeQuestions__title, .homeLines__title, .homeSolution__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 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__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: 112.98%;
  }
  .homeSlider__thumb:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  .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: 40px;
  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: 16px;
  height: 16px;
  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__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: 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 li {
  margin: 0 24px 5px 0;
  position: relative;
  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-brand-400, #0F6744);
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -15px;
}
.breadrcums a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  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;
  }
}
@media (max-width: 768px) {
  .breadrcums {
    overflow: hidden;
    overflow-x: auto;
    scrollbar-color: transparent transparent;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .breadrcums li {
    white-space: nowrap;
  }
}

.boxPost {
  margin-bottom: 100px;
}
.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-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-bottom: 11px;
}
.boxPost__author {
  font-weight: 700;
  font-size: 10px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-grey-400, #91919d);
  margin-bottom: 25px;
}
.boxPost__subTitle {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-bottom: 20px;
}
.boxPost__description {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.boxPost__bottom .boxPost__author {
  margin-bottom: 0;
}
.boxPost__social--title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #2e2e32);
  margin-right: 11px;
}
.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 {
    margin-bottom: 60px;
  }
  .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: 25px;
  }
}
@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: 100px;
}
.homeProduct__content {
  display: none;
  text-align: center;
}
.homeProduct__content.active {
  display: block;
}
@media (max-width: 991px) {
  .homeProduct {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .homeProduct {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.tabsProduct {
  border-bottom: 1px solid var(--orising-colors-grey-300, #c5c4cf);
  margin-bottom: 48px;
}
.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 53px;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  font-weight: 700;
  font-size: 24px;
  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 {
    margin-bottom: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
  }
  .tabsProduct__li {
    width: 50%;
  }
  .tabsProduct__button {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}

.homeBest {
  text-align: center;
  margin-bottom: 100px;
}
.homeBest__item {
  position: relative;
  margin-top: 64px;
}
.homeBest__link {
  margin-top: 64px;
}
@media (max-width: 1199px) {
  .homeBest {
    margin-bottom: 60px;
  }
  .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% - 40px);
  }
}

.sliderBest {
  text-align: center;
}
.sliderBest .splide__slide {
  max-width: 295px;
}
.sliderBest__item {
  position: relative;
}
.sliderBest__favorites {
  display: block;
  font-size: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  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__thumb {
  display: block;
  font-size: 0;
  width: 100%;
  height: 295px;
  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: 58px;
}
.sliderBest__title {
  max-height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  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__star {
  margin-bottom: 12px;
}
.sliderBest__star img {
  max-width: 16px;
  width: 100%;
}
.sliderBest__price {
  margin-bottom: 12px;
}
.sliderBest__newPrice {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBest__link {
  font-size: 14px;
  padding: 10px 24px;
}
@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;
    height: 39px;
  }
  .sliderBest__title {
    line-height: 1.2;
  }
}

.homeBefore {
  padding: 64px 0;
  margin-bottom: 100px;
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
.homeBefore__title span {
  background-color: var(--orising-colors-grey-100, #faf9ff);
}
@media (max-width: 991px) {
  .homeBefore {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .homeBefore {
    padding: 33px 0;
  }
  .homeBefore__item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeBefore__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.sliderBefore .splide__list {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.sliderBefore .splide__slide {
  max-width: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.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__after, .sliderBefore__before {
  position: absolute;
  top: 0;
  z-index: 2;
  min-width: 73px;
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  height: 30px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  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-family: var(--font-title, "STIX Two Text", serif);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBefore__text {
  height: 72px;
  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 0 16px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 15px;
}
.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-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
@media (max-width: 1199px) {
  .sliderBefore .splide__slide {
    max-width: 436px;
  }
}
@media (max-width: 991px) {
  .sliderBefore__product h3 {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .sliderBefore .splide__list {
    margin-left: -8px !important;
    margin-right: -8px !important;
  }
  .sliderBefore .splide__slide {
    width: 311px;
    max-width: 100%;
    padding: 0 8px;
  }
  .sliderBefore__product picture {
    margin-right: 12px;
  }
  .sliderBefore__product h3 {
    font-size: 12px;
  }
}
@media (max-width: 359px) {
  .sliderBefore .splide__slide {
    width: 270px;
  }
}

.homeAbout {
  margin-bottom: 100px;
}
.homeAbout__left {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 100px;
  max-width: 670px;
}
.homeAbout__left .homeAbout__thumb {
  display: none;
}
.homeAbout__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
.homeAbout__text {
  margin-top: 22px;
}
.homeAbout__text p {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #2e2e32);
}
.homeAbout__link {
  margin-top: 24px;
}
.homeAbout__thumb {
  max-width: 432px;
  width: 100%;
}
@media (max-width: 1199px) {
  .homeAbout {
    margin-bottom: 60px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
  }
  .homeAbout__title {
    font-size: 32px;
    line-height: 1.5;
  }
  .homeAbout__text {
    margin-top: 20px;
  }
  .homeAbout__link {
    margin-top: 20px;
  }
  .homeAbout__left {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .homeAbout__left {
    padding-right: 30px;
  }
  .homeAbout__thumb {
    max-width: 260px;
  }
  .homeAbout__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .homeAbout {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
  .homeAbout__thumb {
    display: none;
  }
  .homeAbout__left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .homeAbout__left .homeAbout__thumb {
    display: block;
    max-width: 350px;
    margin: 30px auto;
  }
  .homeAbout__text {
    text-align: left;
  }
  .homeAbout__title {
    font-size: 32px;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
  }
  .homeAbout__link {
    margin-top: 30px;
    max-width: 354px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

.homeReviews {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .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__list {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.sliderReviews .splide__slide {
  max-width: 325px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.sliderReviews__border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.sliderReviews__top {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  border-bottom: 1px solid #ecebf4;
}
.sliderReviews__thumb {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}
.sliderReviews__thumb picture {
  width: 100%;
  height: 100%;
}
.sliderReviews__title {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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: 76px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-grey-500, #515057);
}
.sliderReviews__item {
  margin-bottom: 8px;
}
.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: 16px;
}
.sliderReviews__star img {
  max-width: 16px;
}
@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: 315px;
    padding: 0 10px;
  }
}
@media (max-width: 359px) {
  .sliderReviews .splide__slide {
    width: 270px;
  }
}

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

.sliderTestimonials .splide__list {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.sliderTestimonials .splide__slide {
  height: auto;
  min-height: 100%;
  max-width: 315px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.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: 80px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
}
.sliderTestimonials__text p {
  font-size: 16px;
  line-height: 1.25;
  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: 360px;
  }
}
@media (max-width: 991px) {
  .sliderTestimonials .splide__slide {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .sliderTestimonials .splide__slide {
    width: 315px;
  }
}
@media (max-width: 359px) {
  .sliderTestimonials .splide__slide {
    width: 270px;
  }
}

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

@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%;
  }
  .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: 32px 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: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-white, #fff);
}
.sliderAdvantages p {
  letter-spacing: -0.01em;
  margin-top: 5px;
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 1280px) {
  .sliderAdvantages .splide__list {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .sliderAdvantages .splide__slide {
    padding: 30px 15px;
  }
  .sliderAdvantages h3 {
    font-size: 16px;
  }
  .sliderAdvantages p {
    margin-top: 3px;
  }
}
@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: 70%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sliderAdvantages h3 {
    font-size: 20px;
  }
  .sliderAdvantages__right {
    padding-left: 20px;
  }
  .sliderAdvantages p {
    font-size: 16px;
  }
}
@media (max-width: 374px) {
  .sliderAdvantages h3 {
    font-size: 18px;
  }
  .sliderAdvantages__right {
    padding-left: 10px;
  }
  .sliderAdvantages p {
    font-size: 14px;
  }
}

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

.sliderBlog .splide__list {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.sliderBlog .splide__slide {
  max-width: 420px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.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: 16px;
  font-weight: 500;
  font-family: var(--font-title, "STIX Two Text", serif);
  line-height: 1.5;
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.sliderBlog__title {
  height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
  margin-bottom: 13px;
}
.sliderBlog__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.sliderBlog__title:active {
  color: var(--orising-colors-black, #2e2e32);
}
.sliderBlog__text {
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  letter-spacing: -0.01em;
  margin-bottom: 24px;
}
.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: 54px;
    font-size: 18px;
  }
  .sliderBlog__text {
    margin-bottom: 16px;
  }
  .sliderBlog__date {
    margin-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .sliderBlog .splide__slide {
    width: 315px;
    max-width: 100%;
  }
}
@media (max-width: 359px) {
  .sliderBlog .splide__slide {
    width: 270px;
  }
}

.navigation {
  margin-top: 20px;
}
.navigation li {
  margin: 0 3px;
}
.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: 374px) {
  .navigation li {
    margin: 0 2px;
  }
  .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;
  }
}

.tabsBlog {
  margin-bottom: 22px;
}
.tabsBlog__select, .tabsBlog__title {
  display: none;
}
.tabsBlog__dropDown li {
  margin: 0 11px 22px 11px;
}
.tabsBlog__dropDown li.active a:before {
  opacity: 1;
  visibility: visible;
}
.tabsBlog__dropDown a {
  height: auto;
  padding: 10px 24px 8px 24px;
  font-family: var(--font-title, "STIX Two Text", serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .tabsBlog {
    margin-bottom: 25px;
    position: relative;
  }
  .tabsBlog.open .tabsBlog__select:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .tabsBlog.open .tabsBlog__dropDown {
    display: block;
  }
  .tabsBlog__title {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: -0.01em;
    color: var(--orising-colors-black, #2e2e32);
  }
  .tabsBlog__title span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .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__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__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__dropDown li {
    margin: 0;
    border-top: 1px solid var(--orising-colors-grey-200, #bde3d4);
  }
  .tabsBlog__dropDown a {
    display: block;
    padding: 9px 16px;
    width: 100%;
    border: 0;
    text-transform: initial;
  }
  .tabsBlog__dropDown a:before {
    display: none;
  }
}

.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%;
  }
}

.blogSearch {
  position: relative;
  margin-bottom: 21px;
}
.blogSearch__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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;
  }
}

.boxRecent {
  margin-bottom: 20px;
}
.boxRecent__title {
  font-size: 24px;
  font-family: var(--font-family, "Montserrat", sans-serif);
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
}
@media (max-width: 991px) {
  .boxRecent {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
}

.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: 90px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  font-family: var(--font-title, "STIX Two Text", serif);
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  text-decoration: none;
}
.listRecent__title:hover {
  color: var(--orising-colors-brand-400, #0F6744);
}
.listRecent__date {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--font-title, "STIX Two Text", serif);
  color: var(--orising-colors-warning-300, #b9ae3b);
  margin-top: 4px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .listRecent__title {
    font-size: 16px;
    max-height: 72px;
  }
}
@media (max-width: 768px) {
  .listRecent__title {
    font-size: 20px;
    max-height: 90px;
  }
}
@media (max-width: 639px) {
  .listRecent__title {
    font-size: 16px;
    max-height: 72px;
  }
  .listRecent__date {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .listRecent__thumb {
    width: 133px;
  }
  .listRecent__thumb picture {
    padding-bottom: 78.2%;
  }
  .listRecent__bg {
    width: calc(100% - 133px);
    padding-left: 10px;
  }
  .listRecent__title {
    font-size: 12px;
    max-height: 54px;
  }
  .listRecent__date {
    font-size: 12px;
    margin-top: 4px;
  }
}

.blogMenu {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--orising-colors-grey-200, #ecebf4);
}
.blogMenu__title {
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-size: 24px;
  text-transform: uppercase;
  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 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .blogMenu__title {
    display: none;
  }
  .blogMenu .tabsBlog {
    margin: 0;
  }
}

.boxExpert {
  padding-top: 50px;
  margin-bottom: 20px;
  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.5;
  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: 24px;
}

.description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--orising-colors-black, #2e2e32);
}
.description p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 23px !important;
  letter-spacing: -0.01em;
}
.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-family, "Montserrat", sans-serif) !important;
  color: var(--orising-colors-black, #000);
  margin: 0 0 23px 0 !important;
  text-align: left;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.description h1 {
  font-size: 32px;
  font-family: var(--font-title, "STIX Two Text", serif) !important;
  letter-spacing: 0;
}
.description h2 {
  font-size: 24px;
  font-family: var(--font-title, "STIX Two Text", serif) !important;
  letter-spacing: 0;
}
.description h3 {
  font-size: 20px;
}
.description h4 {
  font-size: 16px;
  text-transform: initial;
}
.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.8;
  color: var(--orising-colors-black, #2e2e32);
  margin: 23px 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: 8px 0 36px 0;
}
.description ol li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--orising-colors-black, #2e2e32);
  list-style: inside decimal;
  position: relative;
  padding-left: 19px;
  margin-top: 6px;
}
.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: 8px 0 36px 0;
  position: relative;
}
.description ul li {
  font-size: 16px;
  line-height: 1.8;
  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: 6px;
}
.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: 10px;
  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: 700;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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.8;
  letter-spacing: -0.01em;
  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: 23px 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 h1,
.description.boxAbout__description h2 {
  font-size: 48px;
  margin-bottom: 32px !important;
}
.description.boxAbout__description iframe {
  width: calc(47.5% + 23px) !important;
  float: right;
  margin-left: 23px;
}
.description.listFaq__description, .description.listQuestions__description {
  color: var(--orising-colors-grey-500, #515057);
}
.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.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.listFaq__description > *:last-child, .description.listQuestions__description > *:last-child {
  margin-bottom: 0 !important;
}
.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 h1,
  .description.boxAbout__description h2 {
    font-size: 32px;
    margin-bottom: 23px !important;
  }
}
@media (max-width: 991px) {
  .description.boxAbout__description br {
    display: none;
  }
  .description.boxAbout__description iframe {
    width: 100% !important;
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .description.boxAbout__description h1,
  .description.boxAbout__description h2 {
    font-size: 24px;
    margin-bottom: 15px !important;
  }
  .description.listQuestions__description {
    font-size: 14px;
  }
  .description.listQuestions__description blockquote,
  .description.listQuestions__description p {
    font-size: 14px;
  }
  .description.listQuestions__description ol li {
    font-size: 14px;
  }
  .description.listQuestions__description ol li:before {
    font-size: 14px;
  }
  .description.listQuestions__description ul li {
    font-size: 14px;
  }
  .description.listQuestions__description ul li:before {
    top: 11px;
  }
  .description.listQuestions__description table th {
    font-size: 14px;
  }
  .description.listQuestions__description table td {
    font-size: 14px;
  }
  .description h1,
  .description h2,
  .description h3,
  .description h4,
  .description h5,
  .description h6 {
    margin: 0 0 15px 0 !important;
  }
}

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

.contactsForm {
  max-width: 670px;
  margin: 0 auto 100px auto;
}
.contactsForm__title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  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);
  margin-bottom: 40px;
}
.contactsForm__width .contactsForm__item {
  width: calc(50% - 20px);
}
.contactsForm__item {
  margin-bottom: 46px;
}
.contactsForm__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 10px;
}
.contactsForm__button {
  width: 100%;
}
@media (max-width: 1199px) {
  .contactsForm {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .contactsForm {
    margin-bottom: 60px;
  }
  .contactsForm__title {
    font-size: 28px;
  }
  .contactsForm__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .contactsForm {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
  }
  .contactsForm__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contactsForm__item {
    margin-bottom: 24px;
  }
}
@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;
}

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

.listContancts {
  margin-left: -30px;
  margin-right: -30px;
}
.listContancts__li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  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: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  font-family: var(--font-family, "Montserrat", sans-serif);
}
.listContancts__text {
  line-height: 1.8;
}
.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__right {
    padding: 10px 0 0 0;
  }
  .listContancts__title {
    font-size: 16px;
  }
  .listContancts__text {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .listContancts__li {
    width: 100%;
  }
}

.homeSolution {
  margin-bottom: 80px;
}
@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__title {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@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: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  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: 100px;
  text-align: center;
}
.homeLines__item {
  position: relative;
}
.homeLines__link {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .homeLines {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .homeLines {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .homeLines__title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .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: 32px;
  line-height: 1.5;
  color: var(--orising-colors-black, #000);
}
.sliderLines__text {
  font-family: var(--font-title, "STIX Two Text", serif);
  font-style: italic;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: var(--orising-colors-black, #2e2e32);
}
@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: 64px 0;
  margin-bottom: 100px;
}
.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 {
    margin-bottom: 60px;
  }
  .homeQuestions__right {
    padding-left: 0;
  }
  .homeQuestions__thumb {
    display: none;
  }
}
@media (max-width: 768px) {
  .homeQuestions {
    background-color: transparent;
    padding: 0;
    margin-bottom: 40px;
  }
  .homeQuestions__title {
    margin-left: 20px;
    margin-right: 20px;
  }
  .homeQuestions__title span {
    background-color: #fff;
  }
  .homeQuestions__item {
    display: block;
  }
  .homeQuestions__thumb {
    display: block;
    max-width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .homeQuestions__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .homeQuestions__right {
    padding: 24px 0 0 0;
  }
}

.listQuestions__li {
  margin-bottom: 20px;
}
.listQuestions__li:last-child {
  margin-bottom: 0;
}
.listQuestions__li.open .listQuestions__title {
  color: var(--orising-colors-warning-300, #b9ae3b);
}
.listQuestions__li.open .listQuestions__title svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.listQuestions__li.open .listQuestions__title use {
  stroke: var(--orising-colors-warning-300, #b9ae3b);
}
.listQuestions__li.open .listQuestions__description {
  display: block;
}
.listQuestions__title {
  font-weight: 500;
  font-size: 24px;
  color: var(--orising-colors-black, #2e2e32);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0 12px 46px;
  border-bottom: 1px solid #c5c4cf;
  position: relative;
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listQuestions__title svg {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-top: -9px;
}
.listQuestions__title use {
  stroke-width: 1.5px;
  stroke: var(--orising-colors-black, #2e2e32);
}
.listQuestions__title:hover {
  color: var(--orising-colors-warning-300, #b9ae3b);
  -webkit-transition: 0.3s color ease;
  transition: 0.3s color ease;
}
.listQuestions__title:hover use {
  stroke: var(--orising-colors-warning-300, #b9ae3b);
}
.listQuestions__description {
  display: none;
  padding: 12px;
}
@media (max-width: 1199px) {
  .listQuestions__li {
    margin-bottom: 10px;
  }
  .listQuestions__title {
    font-size: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 991px) {
  .listQuestions__title {
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .listQuestions__li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .listQuestions__li {
    margin-bottom: 0;
  }
  .listQuestions__title {
    font-size: 20px;
  }
}

.boxAbout {
  margin-bottom: 100px;
}
.boxAbout__title {
  font-size: 48px;
  margin-bottom: 41px;
}
.boxAbout__title img {
  margin-left: 24px;
  position: relative;
  top: -4px;
}
@media (max-width: 1199px) {
  .boxAbout {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .boxAbout__title {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .boxAbout__title img {
    display: none;
  }
}
@media (max-width: 768px) {
  .boxAbout {
    margin-bottom: 50px;
  }
  .boxAbout__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.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: bold;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #2e2e32);
  margin-bottom: 14px;
}
.listTeam__position {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-bottom: 16px;
}
.listTeam__phone {
  margin-bottom: 13px;
}
.listTeam__phone a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  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: 72px;
  padding-bottom: 48px;
  text-align: center;
  margin-bottom: 100px;
}
.homeWorks__title span {
  background-color: #e7f9f2;
}
.homeWorks__item {
  position: relative;
  margin-top: 68px;
  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: 67px;
}
@media (max-width: 1280px) {
  .homeWorks__title {
    padding-left: 0;
    padding-right: 0;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .homeWorks {
    margin-bottom: 60px;
    padding-top: 64px;
  }
  .homeWorks__item {
    margin-top: 0;
  }
  .homeWorks__link {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .homeWorks {
    padding: 33px 0;
    margin-bottom: 40px;
  }
}

.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;
}
.sectionRecommended {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sectionRecommended {
    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: 100px;
}
.sectionPartners__left {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
.sectionPartners__thumb {
  width: 100%;
  max-width: 505px;
}
.sectionPartners__description {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .sectionPartners__title {
    font-size: 32px;
  }
  .sectionPartners__description {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .sectionPartners {
    display: block;
    margin-bottom: 60px;
  }
  .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;
  }
}

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

.sectionFind {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .sectionFind {
    margin-bottom: 60px;
  }
}
@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: 100px;
}
.sectionFaq__item .listFaq {
  width: calc(50% - 10px);
}
@media (max-width: 991px) {
  .sectionFaq {
    margin-bottom: 60px;
  }
  .sectionFaq__item {
    display: block;
  }
  .sectionFaq__item .listFaq {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sectionFaq {
    margin-bottom: 50px;
  }
}

.listFaq__li {
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  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 40px;
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-grey-600);
  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: 20px;
  left: 10px;
}
.listFaq__title:after {
  width: 2px;
  height: 14px;
  top: 14px;
  left: 16px;
}
.listFaq__description {
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 12px 0 12px;
}
@media (max-width: 768px) {
  .listFaq__title {
    font-size: 16px;
    line-height: 1.5;
  }
  .listFaq__title:before {
    top: 10px;
  }
  .listFaq__title:after {
    top: 4px;
  }
  .listFaq__li {
    margin-bottom: 0;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.box404 {
  text-align: center;
  margin-bottom: 100px;
}
.box404__thumb img {
  width: 100%;
}
.box404__title {
  font-family: var(--font-family, "Montserrat", sans-serif);
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--orising-colors-black, #000);
  margin-top: 53px;
}
.box404__link {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .box404 {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .box404 {
    margin-bottom: 50px;
  }
  .box404__title {
    font-size: 24px;
    margin-top: 40px;
  }
}

.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: 36px 0;
}
.footer__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer__item--1 {
  width: 29.5%;
  padding-right: 15px;
}
.footer__item--2 {
  width: 42%;
  padding-right: 15px;
}
.footer__item--3 {
  width: 28.5%;
}
.footer__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  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__title {
    font-size: 18px;
  }
  .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__title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .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;
  }
}

.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: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  color: var(--orising-colors-white, #fff);
}
@media (max-width: 1199px) {
  .copyright {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .copyright {
    font-size: 16px;
  }
}

.smallMenu li {
  margin: 12px 0 12px 48px;
}
.smallMenu a {
  display: block;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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: 16px;
  }
}

.menuFooter li {
  width: 40%;
  margin-bottom: 17px;
  -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: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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: 16px;
  line-height: 1.8;
  letter-spacing: -0.01em;
  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 .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: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.01em;
  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: 768px) {
  .boxSocial {
    display: block;
    text-align: left;
  }
  .boxSocial__title {
    margin-right: 0;
  }
  .boxSocial_link {
    margin: 12px 24px 0 0;
  }
}