.common-components-slider-base {
  height: 100%;
}
.common-components-slider-base .swiper {
  height: 100%;
}

.main-home-hero-controls {
  bottom: 0;
  display: flex;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 9;
}
.main-home-hero-controls__control-button {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  cursor: pointer;
  height: 45px;
  width: 45px;
}
.main-home-hero-controls__control-button:hover {
  background-color: #4e26fd;
}
.main-home-hero-controls__control-button:hover .slider-main__control-icon {
  color: #ffffff;
}
.main-home-hero-controls__control-icon {
  color: #59595f;
  height: 25px;
  width: 25px;
}
.main-home-hero-controls__control-icon_left {
  transform: rotate(180deg);
}
.main-home-hero-controls__control-button:hover .main-home-hero-controls__control-icon {
  color: #ffffff;
}

.button {
  font-size: 16px;
  line-height: 26px;
  background-color: #4e26fd;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 40px;
  text-transform: uppercase;
}
.button.active,
.button:hover:not(:disabled) {
  background-color: #290ab3;
  color: rgba(255, 255, 255, 0.8);
}
.button:disabled {
  background-color: rgba(178, 178, 178, 0.45);
  border-color: rgba(178, 178, 178, 0.45);
  color: #ffffff;
  cursor: auto;
  cursor: initial;
}
.button_full-width {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .button_mobile-full-width {
    width: 100%;
  }
}
.button_white {
  background-color: #ffffff;
  border: 1px solid #6643fd;
  color: #6643fd;
}
.button_white.active,
.button_white:hover:not(:disabled) {
  background-color: #6643fd;
}
.button_white:disabled {
  background-color: rgba(178, 178, 178, 0.45);
  border-color: rgba(178, 178, 178, 0.45);
}

.main-home-hero-slide {
  display: flex;
  height: 100%;
}
.main-home-hero-slide__button-container {
  margin-top: 100px;
}
@media screen and (max-width: 1439px) {
  .main-home-hero-slide__button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-home-hero-slide__button-container {
    margin-top: 25px;
  }
}
.main-home-hero-slide__content {
  max-width: 600px;
  position: relative;
}
.main-home-hero-slide__content-description {
  color: #ffffff;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .main-home-hero-slide__content-description {
    margin-top: 15px;
  }
}
.main-home-hero-slide__content-header {
  color: #ffffff;
  font-weight: 900;
}
.main-home-hero-slide__content-section {
  display: flex;
  background-color: #000000;
  color: #ffffff;
  flex: 1 1 50%;
  flex-direction: column;
  padding: 100px 100px 50px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1439px) {
  .main-home-hero-slide__content-section {
    padding: 100px 50px 50px;
  }
}
@media screen and (max-width: 767px) {
  .main-home-hero-slide__content-section {
    background: url('/images/main/hero/hero.jpg') no-repeat center;
    background-size: cover;
    padding: 50px;
  }
  .main-home-hero-slide__content-section::before {
    background-color: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.main-home-hero-slide__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.main-home-hero-slide__image-section {
  flex: 1 1 50%;
}
@media screen and (max-width: 767px) {
  .main-home-hero-slide__image-section {
    display: none;
  }
}

.main-home-hero {
  height: 100%;
  position: relative;
}

.google-map {
  height: 100%;
  width: 100%;
}
.google-map__map {
  border: 0;
  height: 100%;
  width: 100%;
}

.modules-layout-footer-tabs-section-tab-content-item {
  color: #ffffff;
  display: none;
}
.modules-layout-footer-tabs-section-tab-content-item_active {
  display: block;
}
.modules-layout-footer-tabs-section-tab-content-item__item {
  align-items: center;
  display: flex;
  margin-top: 30px;
}
.modules-layout-footer-tabs-section-tab-content-item__item:first-child {
  margin-top: 0;
}
.modules-layout-footer-tabs-section-tab-content-item__item-icon {
  color: #ffffff;
  height: 25px;
  width: 25px;
}
.modules-layout-footer-tabs-section-tab-content-item__item-text {
  color: #ffffff;
  margin-left: 15px;
}

.modules-layout-footer-tabs-section-tab-item {
  color: #ffffff;
  cursor: pointer;
  flex: 1 1 auto;
  padding: 12px 40px;
  text-transform: uppercase;
}
.modules-layout-footer-tabs-section-tab-item:hover,
.modules-layout-footer-tabs-section-tab-item_active {
  background-color: #4e26fd;
}
@media screen and (max-width: 1439px) {
  .modules-layout-footer-tabs-section-tab-item {
    padding: 12px 24px;
  }
}

.modules-layout-footer-tabs-section {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .modules-layout-footer-tabs-section {
    padding: 15px;
  }
}
.modules-layout-footer-tabs-section__content-container {
  margin-top: 50px;
}
.modules-layout-footer-tabs-section__tabs-container {
  display: flex;
}

.footer {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer {
    flex-direction: column-reverse;
  }
}
.footer__content-container {
  background-color: #000000;
  flex: 1 1 50%;
}
@media screen and (max-width: 1023px) {
  .footer__content-container {
    flex: 1 1 auto;
  }
}
.footer__map-container {
  flex: 1 1 50%;
  height: 475px;
}
@media screen and (max-width: 1023px) {
  .footer__map-container {
    flex: 1 1 auto;
  }
}

.common-components-nav-link {
  color: #ffffff;
  cursor: pointer;
  display: flex;
  padding: 11px 40px;
  text-align: center;
  text-transform: uppercase;
}
.common-components-nav-link:hover,
.common-components-nav-link.active {
  background-color: #4e26fd;
}

.menu {
  display: flex;
}
.menu_column {
  flex-direction: column;
}

.burger-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5px;
}
.burger-button__line {
  background-color: #ffffff;
  height: 2px;
  margin-top: 5px;
  width: 45px;
}
.burger-button__line_without-margin {
  margin-top: 0;
}

.logo {
  display: inline-block;
  line-height: 0;
}
.logo__img {
  height: 54px;
}

@media screen and (min-width: 1441px) {
  .modules-layout-header-section-left__burger {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .modules-layout-header-section-left__logo {
    display: none !important;
  }
}

.cart-link {
  border-radius: 50%;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .cart-link {
    padding: 10px;
  }
}
.cart-link:hover {
  background-color: #4e26fd;
}
.cart-link__counter {
  color: #ffffff;
  display: flex;
  position: absolute;
  right: -12px;
  top: -12px;
}
.cart-link__counter_hidden {
  display: none;
}
.cart-link__icon {
  color: #ffffff;
  height: 18px;
  width: 18px;
}
.cart-link__icon-container {
  display: flex;
  position: relative;
}

.custom-select {
  display: flex;
  flex: 1;
}
.custom-select .select {
  display: flex;
  flex: 1;
}
.custom-select .select__control {
  cursor: pointer;
  display: flex;
  flex: 1;
}
.custom-select .select__control:hover {
  border-color: #290ab3;
}
.custom-select .select__control--is-focused {
  border-color: #b2b2b2;
  box-shadow: none;
}
.custom-select .select__menu {
  border-radius: 8px;
  overflow: hidden;
}
.custom-select .select__menu-list {
  padding: 0;
}
.custom-select .select__option {
  cursor: pointer;
}


.modules-layout-header-section-right {
  align-items: center;
  display: flex;
}
.modules-layout-header-section-right__lang-select {
  margin-right: 50px;
  width: 80px;
}
@media screen and (max-width: 1439px) {
  .modules-layout-header-section-right__lang-select {
    display: none !important;
  }
}

.header {
  align-items: center;
  background-color: #000000;
  display: flex;
  height: 84px;
  justify-content: center;
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 50px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
@media screen and (max-width: 1439px) {
  .header {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 48px;
  }
}
.header__section_left {
  flex: 0 0 200px;
}
@media screen and (max-width: 1439px) {
  .header__section_left {
    flex: 0 0 auto;
  }
}
.header__section_main {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
}
@media screen and (max-width: 1439px) {
  .header__section_main {
    display: none !important;
  }
}
.header__section_right {
  align-items: center;
  display: flex;
  flex: 0 0 200px;
  justify-content: flex-end;
}
@media screen and (max-width: 1439px) {
  .header__section_right {
    flex: 0 0 auto;
  }
}

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 100%;
  top: 0;
  transition: opacity 300ms ease-out, right 0ms 300ms;
  width: 100%;
  z-index: 9999;
}
.mobile-menu.active {
  opacity: 1;
  right: 0;
  transition: opacity 300ms ease-in;
}
.mobile-menu__content-container {
  background-color: #000000;
  height: 100%;
  max-width: 400px;
  padding: 20px;
  transform: translateX(-100%);
  transition: transform 300ms ease-out;
  width: 80%;
}
.mobile-menu.active .mobile-menu__content-container {
  transform: translateX(0);
}
.mobile-menu__lang-select {
  margin-top: 50px;
  min-width: 80px;
}
.mobile-menu__logo-container {
  display: flex;
  justify-content: center;
}
.mobile-menu__menu {
  margin-top: 50px;
}

.layout {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  .layout {
    padding-top: 48px;
  }
}
.layout__content {
  min-height: 100%;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .layout__content {
    padding: 50px 0;
  }
}
.layout__hero {
  height: 100%;
  max-height: 1080px;
}

.f_default {
  font-size: 14px;
  line-height: 14px;
}
.f_h1 {
  font-size: 68px;
  line-height: 70px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  .f_h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .f_h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.f_h2 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}
.f_h3 {
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
}
.f_h4 {
  font-size: 24px;
  line-height: 24px;
}
.f_h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
}
.f_h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.f_p {
  font-size: 16px;
  line-height: 26px;
}
.f_text {
  font-size: 24px;
  line-height: 24px;
}
@media screen and (max-width: 1023px) {
  .f_text {
    font-size: 16px;
    line-height: 16px;
  }
}
.f_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
}
@media screen and (max-width: 1023px) {
  .f_title {
    font-size: 18px;
    line-height: 18px;
  }
}
@font-face {
  font-family: 'Merriweather';
  font-weight: 400;
  src: url('/fonts/Merriweather-Regular.woff2');
}
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/Merriweather-Italic.woff2');
}
@font-face {
  font-family: 'Merriweather';
  font-weight: 700;
  src: url('/fonts/Merriweather-Bold.woff2');
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
}
button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
input {
  background: none;
  border: none;
}
input:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#root {
  height: 100%;
}
body {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Merriweather', sans-serif;
  height: 100%;
}
html {
  height: 100%;
  scroll-behavior: smooth;
}
h1 {
  font-size: 68px;
  line-height: 70px;
  text-transform: uppercase;
}
@media screen and (max-width: 1439px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
h2 {
  font-size: 60px;
  line-height: 65px;
  text-transform: uppercase;
}
h3 {
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
}
h4 {
  font-size: 24px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
}
h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
p {
  font-size: 16px;
  line-height: 26px;
}

