@font-face {
  font-family: "RobotoCondensed";
  src: url("../fonts/RobotoCondensed.eot");
  src: local(""), url("../fonts/RobotoCondensed.woff") format("woff"), url("../fonts/RobotoCondensed.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFBagueSansPro";
  src: url("../fonts/PFBagueSansPro.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PFRegalTextPro";
  src: url("../fonts/PFRegalTextPro.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  background: top 50% center/cover no-repeat url("../img/design/lezotex_video_bg.jpg");
  background-size: cover;
  object-fit: cover;
  z-index: -100;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.column {
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.only-tablet {
  display: none;
}

.en-locale .only-mobile-br {
  display: none;
}
.en-locale .experts-content {
  flex-direction: column;
}
.en-locale .experts-content .experts-img {
  text-align: right;
  margin: 0;
}
.en-locale .experts-content .column.w-100 {
  width: 100%;
}
.en-locale .experts-content .column.fb-100 {
  width: 100vw;
  max-width: 100%;
}
.en-locale .experts-title {
  font-family: "PFBagueSansPro", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 140%;
  max-width: 100%;
  margin-bottom: 90px;
}
.en-locale .experts-title::after {
  display: none;
}
.en-locale .experts-person-img {
  bottom: -190px;
}

.navbar-burger {
  display: none;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 35px;
}
.navbar-burger:hover {
  cursor: pointer;
}

.show {
  display: block !important;
}

.arrow-bottom::after {
  content: url("../img/design/icon-arrow-bottom.svg") !important;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 140px;
  position: fixed;
  top: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 100;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 21, 21, 0.8);
}
.header-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.header .navbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .navbar-collapse {
  width: 100%;
}
.header .navbar-logo {
  flex-basis: 25%;
}
.header .navbar-logo img {
  vertical-align: middle;
}
.header .navbar-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .navbar-link {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 125%;
  border-bottom: 1px solid transparent;
  padding: 35px 0;
}
.header .navbar-link:hover {
  border-bottom: 1px solid #fff;
}
.header .navbar-locations {
  flex-basis: 35%;
  text-align: right;
}
.header .navbar-locations-link {
  display: inline-block;
  padding: 3px 7px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 100%;
  border: 1px solid transparent;
}
.header .navbar-locations-link.active, .header .navbar-locations-link:hover {
  border: 1px solid #fff;
  border-radius: 12px;
}
.header .navbar-locations-link:not(:last-child) {
  margin-right: 20px;
}
.header .logo-img img {
  display: block;
  vertical-align: middle;
}
.header .locations-img {
  display: inline-block;
  opacity: 0.5;
}
.header .locations-link:nth-child(1) > img {
  margin-right: 15px;
}
.header .locations-link.active > img {
  opacity: 1;
}

.en-locale .main-section .main-section-img {
  transform: translateY(8%);
}

.main-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding-top: 90px;
}
.main-section-background {
  width: 100%;
  height: 100%;
}
.main-section-content {
  width: 100%;
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.main-section .main-section-img {
  transform: translateY(15%);
}
.main-section .main-section-img img {
  display: block;
  width: 100vw;
  max-width: 100%;
  max-height: 50vh;
}
.main-section-title {
  font-family: "RobotoCondensed", sans-serif;
  font-size: 107px;
  line-height: 0;
  position: relative;
  bottom: -85px;
  letter-spacing: 0.05em;
}

.social {
  width: 100%;
  text-align: right;
  position: relative;
  bottom: 50px;
  right: 100px;
}
.social__link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.social__link:not(:last-child) {
  margin-right: 50px;
}

.social-mobile {
  display: none;
  text-align: center;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin-bottom: 50px;
}
.social-mobile::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
}
.social-mobile__link {
  background-color: #16211e;
}
.social-mobile__link:not(:last-child) {
  margin-right: 70px;
}

.section {
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section-content {
  max-width: 800px;
  position: relative;
  margin: 300px 100px;
}
.section-content:nth-child(even) {
  align-self: center;
}
.section-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #fff;
}
.section-description img {
  max-width: 100%;
  height: auto;
}
.section-title {
  position: relative;
  font-family: "RobotoCondensed", sans-serif;
  color: #fff;
  font-size: 92px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.section-title::after {
  content: "";
  width: 275px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: -20px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
}

.experts {
  justify-content: space-between;
  padding: 90px 100px 0 100px;
}
.experts-content {
  width: 100%;
  display: flex;
  align-items: center;
}
.experts-content .column.fb-100 {
  flex-basis: 100%;
  max-width: 790px;
}
.experts-person {
  max-width: 800px;
}
.experts-person-content {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: -145px;
}
.experts-info-text {
  max-width: 100%;
  color: #1C1C1B;
  font-size: 21px;
  padding: 50px 40px;
  margin: 0 0 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
}
.experts-info-text p {
  margin: 0;
}
.experts-img {
  text-align: center;
  margin: 100px 0 0 80px;
}
.experts-img img {
  max-width: 350px;
  height: auto;
}
.experts-person-img {
  position: relative;
  bottom: -170px;
}
.experts-person-img img {
  max-width: 563px;
  height: auto;
}
.experts-person-info {
  width: 100vw;
  max-width: 660px;
  display: flex;
  align-items: center;
  padding: 30px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
}
.experts-person-info-img {
  margin-right: 40px;
}
.experts-person-info-text {
  color: #717171;
  font-size: 14px;
}
.experts-person-info-text p {
  margin: 0;
}
.experts-person-info-text span {
  display: block;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #1C1C1B;
}
.experts-info-ls {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #717171;
  font-size: 14px;
  position: relative;
  top: -170px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.experts-info-ls p {
  margin: 0;
}
.experts-info-ls span {
  display: block;
  font-size: 25px;
  line-height: 29px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  color: #1C1C1B;
}
.experts-info-ls-img {
  margin-right: 40px;
}

.products {
  padding: 90px 80px 0 80px;
}
.products-content {
  width: 100%;
}

.product-items {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 22%;
  text-align: center;
  margin: 0 20px 50px 20px;
}
.product-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.product-title {
  color: #352431;
  font-size: 17px;
  line-height: 120%;
  flex: 1 1 auto;
}
.product-category {
  color: #7F7F7F;
  font-size: 16px;
  line-height: 100%;
  margin: 15px 0;
}
.product-button a {
  color: #1C1C1B;
  font-size: 16px;
  line-height: 100%;
  display: block;
  max-width: 128px;
  border: 1px solid #1C1C1B;
  padding: 10px 30px;
  text-transform: uppercase;
  transition: 0.5s;
}
.product-button a:hover {
  color: #fff;
  background-color: #1C1C1B;
}

.footer {
  color: #1C1C1B;
  padding: 60px 150px;
}
.footer-container {
  display: flex;
  justify-content: space-between;
}
.footer-accordion-wrapper {
  display: flex;
  width: 100%;
}
.footer-column {
  width: 100%;
  padding: 0 15px;
}
.footer-title {
  font-family: "PFRegalTextPro", serif;
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 15px;
}
.footer-links-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-links-item {
  font-family: "PFBagueSansPro", sans-serif;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 10px;
}
.footer .subscribe {
  margin-bottom: 20px;
}
.footer .control {
  display: flex;
}
.footer .control > label {
  width: 100%;
}
.footer .actions-button {
  background-color: transparent;
  border: none;
}
.footer input[type=email] {
  font-family: "PFBagueSansPro", sans-serif;
  font-size: 14px;
  line-height: 100%;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #7F7F7F;
}
.footer input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0;
  padding: 0;
}
.footer .checkbox-button__label a {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 100%;
  text-decoration: underline;
}
.footer .copyright {
  font-family: "PFBagueSansPro", sans-serif;
  color: #A4A4A4;
  font-size: 16px;
  line-height: 120%;
  margin-top: 30px;
}

@media (max-width: 1600px) {
  .footer {
    padding: 60px 100px;
  }
}
@media (max-width: 1480px) {
  .header {
    padding: 0 100px;
  }
  .main-section-title {
    font-size: 90px;
  }
  .section-content {
    margin: 190px 120px;
  }
  .fb-100 {
    flex-basis: 100%;
  }
  .experts-info-text {
    max-width: 585px;
    font-size: 17px;
    padding: 35px 40px;
  }
  .experts-img {
    text-align: right;
  }
  .experts-img img {
    max-width: 260px;
  }
  .experts-person-img img {
    max-width: 470px;
  }
  .en-locale .experts-title {
    font-size: 52px;
    margin-bottom: 70px;
  }
  .products {
    padding: 90px 60px 0 60px;
  }
  .product-item {
    flex-basis: 21%;
  }
  .footer {
    padding: 60px 90px;
  }
  .footer-title {
    font-size: 16px;
  }
  .footer-links-item {
    font-size: 14px;
  }
  .footer .checkbox-button__label a {
    font-size: 10px;
  }
}
@media (max-width: 1240px) {
  .header {
    padding: 0 40px;
  }
  .section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 76px;
  }
  .section-content {
    max-width: 655px;
    margin: 90px;
  }
  .section-content.structure {
    bottom: -50px;
  }
  .section-description {
    font-size: 18px;
  }
  .experts {
    padding: 50px 90px 0 90px;
  }
  .experts .experts-info-text {
    max-width: 506px;
    font-size: 15px;
    margin: -50px 0 0 auto;
    padding: 30px 35px;
  }
  .experts .experts-person-info-img {
    margin-right: 30px;
  }
  .experts .experts-img img {
    max-width: 214px;
  }
  .experts-person {
    max-width: 100%;
  }
  .experts-person-img img {
    max-width: 358px;
  }
  .en-locale .experts-title {
    font-size: 40px;
    margin-bottom: 35px;
  }
  .products {
    padding: 90px 75px 0 75px;
  }
  .product-items {
    justify-content: space-between;
  }
  .product-item {
    flex: 0 0 35%;
  }
}
@media (max-width: 1000px) {
  .header {
    padding: 0;
  }
  .header::before {
    background-color: rgba(19, 30, 28, 0.98);
  }
  .header-content {
    flex-direction: column;
  }
  .header .navbar {
    display: none;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 61px;
    background-color: rgba(19, 30, 28, 0.98);
    z-index: 1;
  }
  .header .navbar-burger {
    display: block;
  }
  .header .navbar-logo {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .navbar-logo-img {
    max-width: 80px;
  }
  .header .navbar-collapse {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 20px 0;
  }
  .header .navbar-locations {
    text-align: center;
    margin-bottom: 25px;
  }
  .header .navbar-items {
    flex-direction: column;
  }
  .header .navbar-item {
    width: 100%;
  }
  .header .navbar-link {
    padding: 20px 0;
  }
  .social {
    bottom: 35px;
    right: 60px;
  }
  .social-link:not(:last-child) {
    margin-right: 50px;
  }
  .d-none {
    display: none;
  }
  .column {
    width: 100%;
  }
  .section-title {
    font-size: 70px;
  }
  .section-content {
    margin: 60px;
  }
  .section-content:nth-child(even) {
    align-self: flex-start;
  }
  .experts {
    padding: 60px 60px 0 60px;
    background-image: url("/assets/img/content/sections/04_mob.jpg") !important;
  }
  .experts .only-desktop {
    display: none;
  }
  .experts .experts-info-text {
    max-width: 100%;
    font-size: 18px;
    margin: 0 0 37px 0;
    padding: 35px;
  }
  .experts .experts-person-info-img {
    order: 1;
    align-self: flex-end;
    margin: 0;
  }
  .experts .experts-person-info-img .only-tablet {
    display: block;
    max-width: 266px;
  }
  .experts .experts-person-info-text {
    margin-bottom: 36px;
  }
  .experts-person {
    display: flex;
  }
  .experts-person-img {
    bottom: -8px;
  }
  .experts-person-info {
    max-width: 440px;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px 0 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 44%;
    background-color: transparent;
  }
  .experts-person-info .experts-person-info-text span {
    font-size: 22px;
  }
  .experts-person-info-text, .experts-person-info span {
    color: #fff;
  }
  .experts-person .experts-person-img img {
    max-width: 320px;
  }
  .experts-person-content {
    position: relative;
    flex-direction: column;
    margin: 0;
  }
  .experts-person-content .column:nth-child(1) {
    order: 2;
  }
  .en-locale .experts-title {
    margin-bottom: 65px;
  }
  .en-locale .experts-info-text {
    margin-bottom: 90px;
  }
  .en-locale .experts-person-info {
    top: 50%;
  }
  .en-locale .experts-person-img {
    bottom: -8px;
  }
  .products {
    padding: 90px 40px 0 40px;
  }
  .product-item {
    flex-basis: 44%;
  }
  .footer {
    margin: 0;
    padding: 0 20px 50px 20px;
  }
  .footer-column {
    padding: 0;
  }
  .footer-accordion-wrapper {
    flex-direction: column;
  }
  .footer-links-wrapper {
    display: none;
    transition: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #7F7F7F;
  }
  .footer-links-item {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer-title {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #7F7F7F;
    padding-bottom: 15px;
  }
  .footer-title::after {
    content: url("../img/design/icon-arrow-right-black.svg");
    width: 10px;
    height: 18px;
    padding: 0 5px;
  }
  .footer-title.subscribe-title {
    pointer-events: none;
    border-bottom: none;
  }
  .footer-title.subscribe-title::after {
    content: "";
  }
  .footer .newsletter-wrapper {
    display: block;
    border-bottom: none;
  }
}
@media (max-width: 759px) {
  .en-locale .only-mobile-br {
    display: block;
  }
  .d-none {
    display: block;
  }
  .social-mobile {
    display: block;
  }
  .social-desktop-and-tablets {
    display: none;
  }
  .main-section .main-section-title {
    font-size: 70px;
  }
  .main-section .main-section-img {
    transform: translateY(5%);
  }
  .section-content {
    margin: 50px 20px;
  }
  .section-title {
    max-width: 260px;
    font-size: 46px;
    hyphens: auto;
  }
  .section-description,
  .experts-info-text {
    font-size: 16px;
  }
  .experts {
    padding: 0;
  }
  .experts .row {
    margin: 0;
  }
  .experts .column {
    padding: 0;
  }
  .experts .experts-person-info-img .only-tablet {
    display: none;
  }
  .experts .experts-info-text {
    padding: 0 20px;
    margin-bottom: 0;
    background-color: #fff;
  }
  .experts .experts-content {
    flex-direction: column;
    padding: 100px 20px 0;
  }
  .experts .experts-img {
    text-align: left;
    margin: 30px 0;
  }
  .experts .experts-img img {
    max-width: 250px;
  }
  .experts .experts-person {
    flex-direction: column;
  }
  .experts .experts-person .experts-person-img {
    text-align: center;
  }
  .experts .experts-person .experts-person-img img {
    max-width: 260px;
  }
  .experts .experts-person-info {
    position: static;
    max-width: 100%;
    text-align: left;
    padding: 20px;
    background-color: #fff;
  }
  .experts .experts-person-info-text {
    color: #717171;
    margin-bottom: 0;
  }
  .experts .experts-person-info span {
    color: #1C1C1B;
    font-size: 25px;
  }
  .experts .experts-person-content .column:nth-child(1) {
    order: inherit;
  }
  .en-locale .experts-title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .en-locale .experts-content .experts-img {
    text-align: left;
    margin-bottom: 30px;
  }
  .products {
    padding: 50px 0;
  }
  .product-items {
    justify-content: center;
  }
  .product-item {
    flex-basis: 90%;
  }
}
@media (max-width: 424px) {
  .only-mobile-br {
    display: block;
  }
}
@media (max-width: 360px) {
  video {
    object-fit: none;
  }
  .header .navbar {
    top: 60px;
  }
  .header .navbar-logo-img {
    max-width: 65px;
  }
  .header .navbar-burger {
    right: 20px;
  }
  .header .navbar-burger-img {
    max-width: 22px;
  }
  .header .locations-img {
    max-width: 25px;
  }
  .header .locations-link:nth-child(1) > img {
    margin-right: 10px;
  }
  .not-skin {
    background-image: url("../img/content/sections/01_mob.jpg") !important;
  }
  .footer {
    padding: 0 15px 50px 15px;
  }
}
@media (max-width: 320px) {
  .main-section-title {
    font-size: 62px;
  }
}

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