/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 10 version
*/
.lightbox {
  cursor: pointer;
}
.lightbox-modal.show {
  display: block;
}
.lightbox-modal {
  display: none;
  background: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
}
.lightbox-modal__body {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.lightbox-modal__img {
  width: 85vw;
  max-width: 1000px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.lightbox-modal__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 121%;
  letter-spacing: 0.05em;
  color: #393024;
}
.title.upper-case {
  text-transform: uppercase;
}
@media (max-width: 1550px) {
  .title {
    font-size: 4.5vw;
  }
}
@media (max-width: 1199.98px) {
  .title {
    font-size: 4vw;
  }
}
@media (max-width: 990.98px) {
  .title {
    font-size: 40px;
  }
}
@media (max-width: 768.98px) {
  .title {
    font-size: 32px;
    text-align: center;
  }
}

.second-title {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #393024;
}
@media (max-width: 1199.98px) {
  .second-title {
    font-size: 20px;
  }
}
@media (max-width: 768.98px) {
  .second-title {
    font-size: 18px;
  }
}
@media (max-width: 479.98px) {
  .second-title {
    font-size: 16px;
  }
}

.text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #2E1F02;
}
@media (max-width: 1199.98px) {
  .text {
    font-size: 17px;
  }
}
@media (max-width: 768.98px) {
  .text {
    font-size: 16px;
    line-height: 23px;
  }
}

.btn, input.btn {
  padding: 16px 25px;
  background: #DC7E00;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  cursor: pointer;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.btn span {
  text-transform: uppercase;
  margin-right: 13px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 990.98px) {
  .btn span {
    font-size: 13px !important;
  }
}
.btn img {
  width: 36px;
}
.btn:hover {
  background: #393024;
}

.slider-controls {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 23px;
  -moz-column-gap: 23px;
  column-gap: 23px;
  width: 240px;
  padding: 20px 20px;
  background-color: #FBF8F3;
}

.slider-btn {
  width: 55px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/svg/bold-arrow-right.svg");
  cursor: pointer;
}

.slider-prev {
  background-image: url("../img/svg/bold-arrow-right.svg");
  scale: -1;
}

.slider-pagination {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 16px;
  color: #393024;
}

body {
  font-family: "Montserrat";
  color: #393024;
  font-size: 14px;
  background-color: #FBF8F3;
  position: relative;
}
body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 100px;
}
@media (max-width: 990.98px) {
  .page {
    padding-top: 75px;
  }
}
@media (max-width: 768.98px) {
  .page {
    padding-top: 50px;
  }
}

[class*=__container] {
  max-width: 1655px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 1199.98px) {
  [class*=__container] {
    max-width: 970px;
  }
}
@media (max-width: 990.98px) {
  [class*=__container] {
    max-width: 750px;
  }
}
@media (max-width: 768.98px) {
  [class*=__container] {
    max-width: none;
  }
}
.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #FBF8F3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(57, 48, 36, 0.25);
}
.header.hide {
  height: 55px;
  border-bottom: 1px solid rgba(57, 48, 36, 0.25);
}
.header.hide nav {
  height: 55px;
}
.header.hide .logo img {
  width: 250px;
}
@media (max-width: 768.98px) {
  .header.hide {
    height: 45px;
  }
  .header.hide nav {
    height: 45px;
  }
  .header.hide .logo img {
    width: 168px;
    height: 27px;
  }
}

nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*Styling logo*/
.logo img {
  width: 301px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*Styling Links*/
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 44px;
  -moz-column-gap: 44px;
  column-gap: 44px;
}

.nav-links li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #393024;
}

.nav-links li a:hover {
  color: #874D00;
}

/*Styling Buttons*/
.login-button {
  background-color: transparent;
  border: 1.5px solid #f2f5f7;
  border-radius: 2em;
  padding: 0.6rem 0.8rem;
  margin-left: 2vw;
  font-size: 1rem;
  cursor: pointer;
}

/*Styling Hamburger Icon*/
.hamburger div {
  width: 40px;
  height: 2px;
  background: #393024;
  margin: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger {
  display: none;
}

/*Stying for small screens*/
@media (max-width: 990.98px) {
  .hamburger {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    -webkit-transform: translate(-5%, -50%);
    -ms-transform: translate(-5%, -50%);
    transform: translate(-5%, -50%);
    z-index: 2;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  .hamburger.toggle div {
    background: #FBF8F3 !important;
  }
  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #393024;
    height: 100vh;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    pointer-events: none;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .nav-links.open {
    clip-path: circle(1000px at 90% -10%);
    -webkit-clip-path: circle(1000px at 90% -10%);
    pointer-events: all;
    padding-top: 100px;
  }
  .nav-links li {
    opacity: 0;
  }
  .nav-links li:not(:last-child) {
    margin-bottom: 80px !important;
  }
  .nav-links li a {
    color: #FBF8F3;
    font-size: 25px;
  }
  .nav-links li:nth-child(1) {
    -webkit-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
  }
  .nav-links li:nth-child(2) {
    -webkit-transition: all 0.5s ease 0.4s;
    -o-transition: all 0.5s ease 0.4s;
    transition: all 0.5s ease 0.4s;
  }
  .nav-links li:nth-child(3) {
    -webkit-transition: all 0.5s ease 0.6s;
    -o-transition: all 0.5s ease 0.6s;
    transition: all 0.5s ease 0.6s;
  }
  .nav-links li:nth-child(4) {
    -webkit-transition: all 0.5s ease 0.7s;
    -o-transition: all 0.5s ease 0.7s;
    transition: all 0.5s ease 0.7s;
  }
  .nav-links li:nth-child(5) {
    -webkit-transition: all 0.5s ease 0.8s;
    -o-transition: all 0.5s ease 0.8s;
    transition: all 0.5s ease 0.8s;
  }
  .nav-links li:nth-child(6) {
    -webkit-transition: all 0.5s ease 0.9s;
    -o-transition: all 0.5s ease 0.9s;
    transition: all 0.5s ease 0.9s;
    margin: 0;
  }
  .nav-links li:nth-child(7) {
    -webkit-transition: all 0.5s ease 1s;
    -o-transition: all 0.5s ease 1s;
    transition: all 0.5s ease 1s;
    margin: 0;
  }
  li.fade {
    opacity: 1;
  }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(0, 7px);
  -ms-transform: rotate(-45deg) translate(0, 7px);
  transform: rotate(-45deg) translate(0, 7px);
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(0, -7px);
  -ms-transform: rotate(45deg) translate(0, -7px);
  transform: rotate(45deg) translate(0, -7px);
}

@media (max-width: 768.98px) {
  .logo img {
    width: 227px;
    height: 37px;
  }
  .header {
    height: 60px;
  }
  .header__menu {
    height: 60px;
  }
}
@media (max-width: 479.98px) {
  .logo img {
    width: 168px;
    height: 27px;
  }
}
.footer {
  background-color: #E0D7C7;
  text-align: center;
  padding: 65px 30px;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__logo {
  margin-bottom: 20px;
}
.footer__socials {
  margin-bottom: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
.footer__socials img {
  width: 33px;
  height: 33px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer__socials img:hover {
  scale: 1.04;
}
.footer__policy {
  margin-bottom: 51px;
}
.footer__design {
  margin-bottom: 10px;
}

.contacts-footer {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  justify-content: center;
  max-width: 90%;
  row-gap: 20px;
  width: 100%;
}

.item-footer-contacts__title {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 11px;
  text-align: left;
}
.item-footer-contacts__text {
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #393024;
}
.item-footer-contacts__text:hover {
  text-decoration: underline;
}

.footer-link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #393024;
}
.footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 479.98px) {
  .contacts-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 33px;
  }
  .item-footer-contacts__title {
    text-align: center;
  }
}
.intro {
  padding: 50px 0;
}

.row-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
  position: relative;
}
.row-intro__slogan {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.row-intro__img {
  width: 48%;
  aspect-ratio: 1 / 1;
  height: 50%;
  overflow: hidden;
}
.row-intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.row-intro__img .row-intro__slogan {
  display: none;
}

.content-intro-row__subtitle {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 23px;
}
.content-intro-row__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 695px;
}
@media (min-width: 1200px) {
  .content-intro-row__title {
    max-width: 45vw;
  }
}
@media (max-width: 1350px) {
  .content-intro-row__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.content-intro-row__title h1 {
  font-weight: 900;
}
.content-intro-row__title .content-intro-row__btn {
  position: absolute;
  right: 0;
  bottom: 15px;
  max-height: 53px;
}
@media (max-width: 1350px) {
  .content-intro-row__title .content-intro-row__btn {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 1199.98px) {
  .content-intro-row__subtitle {
    font-size: 1.5vw;
  }
  .content-intro-row__title .content-intro-row__btn span {
    font-size: 1.4vw;
  }
  .row-intro__slogan {
    display: none;
  }
  .row-intro__img {
    position: relative;
  }
  .row-intro__img .row-intro__slogan {
    position: absolute;
    top: unset;
    bottom: 0;
    left: 0;
    display: block;
    color: #FBF8F3;
    z-index: 2;
    font-size: 17px;
    padding: 20px;
    opacity: 0.9;
  }
  .row-intro__img:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(57, 48, 36, 0.81)), color-stop(39.53%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(57, 48, 36, 0.81) 0%, rgba(0, 0, 0, 0) 39.53%);
    background: linear-gradient(0deg, rgba(57, 48, 36, 0.81) 0%, rgba(0, 0, 0, 0) 39.53%);
    z-index: 1;
  }
}
@media (max-width: 990.98px) {
  .row-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row-intro__img {
    width: 100%;
    height: 100%;
  }
  .row-intro__img .row-intro__slogan {
    max-width: 400px;
  }
  .content-intro-row {
    width: 100%;
    margin-bottom: 50px;
  }
  .content-intro-row__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 768.98px) {
  .content-intro-row__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-intro-row__subtitle {
    font-size: 20px;
    line-height: 28.38px;
  }
}
@media (max-width: 479.98px) {
  .content-intro-row {
    text-align: center;
    margin-bottom: 40px;
  }
  .row-intro__img {
    margin-bottom: 20px;
  }
}
.services {
  padding: 50px 0;
}
.services__body {
  border-top: 1px solid rgba(57, 48, 36, 0.25);
  border-bottom: 1px solid rgba(57, 48, 36, 0.25);
  margin-bottom: 40px;
}
.services__title {
  text-align: center;
  margin-bottom: 60px;
}
.services__btn {
  margin: 0 auto;
}

.row-services {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[5];
  grid-template: auto/repeat(5, 1fr);
}

.item-services-row {
  padding: 20px 35px 60px;
}
.item-services-row:not(:first-child) {
  border-left: 1px solid rgba(57, 48, 36, 0.25);
}
.item-services-row__number {
  margin-bottom: 10px;
}
.item-services-row__number span {
  position: relative;
  padding-left: 30px;
}
.item-services-row__number span:before {
  content: "";
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 3px solid #DC7E00;
}
.item-services-row__title {
  margin-bottom: 37px;
  height: 60px;
}
@media (max-width: 1199.98px) {
  .item-services-row {
    padding: 15px 10px 30px;
  }
  .item-services-row__text.text {
    font-size: 14px;
  }
}
@media (max-width: 990.98px) {
  .services__body {
    border: none;
    position: relative;
  }
  .services__body:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 200%;
    height: 1px;
    background: rgba(57, 48, 36, 0.25);
  }
  .row-services {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .item-services-row {
    padding: 30px 0px;
    border: none !important;
    position: relative;
  }
  .item-services-row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 200%;
    height: 1px;
    background: rgba(57, 48, 36, 0.25);
  }
  .item-services-row__title {
    margin-bottom: 0;
    height: 40px;
  }
  .item-services-row__number span {
    font-size: 19px;
  }
}
@media (max-width: 768.98px) {
  .services__title {
    margin-bottom: 18px;
  }
}
.about {
  padding: 50px 0;
}
.row-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 120px;
  align-items: center;
  justify-content: center;
}
.row-about__img {
  width: 36%;
  height: 83vh;
  overflow: hidden;

}
.row-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content-about-row {
  max-width: 591px;
}
.content-about-row__title {
  color: #DC7E00;
  margin-bottom: 20px;
}
.content-about-row__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 72px;
}
.content-about-row__small-title {
  margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
  .content-about-row {
    max-width: 400px;
  }
  .row-about {
    column-gap: 50px;
  }
  .row-about__img {
    height: 600px;
  }
}
@media (max-width: 990.98px) {
  .content-about-row {
    max-width: 515px;
  }
  .row-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-about__img {
    width: 515px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768.98px) {
  .row-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .row-about__img {
    width: 415px;
    margin-bottom: 40px;
  }
  .content-about-row {
    max-width: 415px;
  }
  .content-about-row__subtitle {
    margin-bottom: 35px;
  }
  .content-about-row__subtitle {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .content-about-row__title {
    margin-bottom: 8px;
  }
  .content-about-row__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .content-about-row__small-title {
    margin-bottom: 16px;
    font-size: 20px;
  }
  .row-about__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.certif {
  padding-bottom: 50px;
}
.certif__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  max-width: 1300px;
  margin: 0 auto;
}

.item-certif {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.item-certif__img {
  min-width: 310px;
  height: 456px;
  overflow: hidden;
}
.item-certif__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-certif__text {
  font-size: 16px;
  line-height: 20px;
}
.item-certif__text span {
  font-weight: 700;
}
.item-certif__text a {
  font-style: italic;
  color: #393024;
}
.item-certif__text a:hover {
  text-decoration: underline;
}

@media (max-width: 1199.98px) {
  .certif__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
  }
  .item-certif:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .item-certif__img {
    max-width: 228px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    min-width: unset;
  }
}
@media (max-width: 479.98px) {
  .item-certif {
    flex-direction: column !important;
    align-items: center;
    row-gap: 20px;
  }
  .item-certif__text {
    font-size: 12px;
    line-height: 20px;
  }
  .item-certif__img {
    max-width: 200px;
  }
}
.projects {
  padding: 50px 0;
}
.projects__title {
  text-align: center;
  margin-bottom: 57px;
}

.projects-slider {
  width: 100%;
  position: relative;
}
.projects-slider__controls {
  bottom: -70px;
  left: 0;
}

.row-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}
.content-projects-row__subtitle {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 16px;
}
.content-projects-row__title {
  max-width: 370px;
  margin-bottom: 45px;
  color: #DC7E00;
  font-size: 65px;
}
.content-projects-row__text {
  font-size: 16px;
}

.gallery-projects-row .gallery-projects-row__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 20px;
  -ms-grid-rows: auto 20px auto 20px auto;
  grid-template-areas: "g1 g3 g3" "g2 g3 g3" ". . .";
}
.gallery-projects-row .gallery-projects-row__column .g1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: g1;
}
.gallery-projects-row .gallery-projects-row__column .g2 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: g2;
}
.gallery-projects-row .gallery-projects-row__column .g3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: g3;
}
.gallery-projects-row .project-gallery-img:nth-child(n+4) {
  display: none;
}
.gallery-projects-row .project-gallery-img:nth-child(1),
.gallery-projects-row .project-gallery-img:nth-child(2) {
  width: 300px;
}
.gallery-projects-row .project-gallery-img:nth-child(3) {
  width: 620px;
  aspect-ratio: 1 / 1;
}

.project-gallery-img {
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.project-gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

@media (max-width: 1199.98px) {
  .content-projects-row__title {
    font-size: 34px;
  }
  .gallery-projects-row .project-gallery-img:nth-child(1),
  .gallery-projects-row .project-gallery-img:nth-child(2) {
    width: 190px;
  }
  .gallery-projects-row .project-gallery-img:nth-child(3) {
    width: 400px;
    height: 100%;
  }
  .projects-slider {
    padding-bottom: 70px;
  }
  .row-projects {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .content-projects-row__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 990.98px) {
  .row-projects {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .gallery-projects-row .project-gallery-img {
    width: 100% !important;
    height: unset;
  }
  .projects-slider {
    padding-bottom: 45px;
  }
  .content-projects-row {
    min-height: 300px;
  }
  .projects-slider__controls {
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
  .gallery-projects-row .gallery-projects-row__column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "g3 g3" "g3 g3" "g1 g2";
  }
  .gallery-projects-row .gallery-projects-row__column .g1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .gallery-projects-row .gallery-projects-row__column .g2 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }
  .gallery-projects-row .gallery-projects-row__column .g3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (max-width: 768.98px) {
  .content-projects-row__title {
    text-align: left;
  }
  .projects-slider {
    padding-bottom: 60px;
  }
}

.banner {
  background-color: #E0D7C7;
  padding: 42px 10px;
  text-align: center;
  margin: 50px 0;
}
.banner__title {
  max-width: 660px;
  margin: 0 auto 10px;
}
@media (max-width: 990.98px) {
  .banner__title {
    max-width: 390px;
  }
}
@media (max-width: 768.98px) {
  .banner__title {
    max-width: 300px;
  }
}
.banner__text {
  max-width: 490px;
  margin: 0 auto 39px;
}
@media (max-width: 990.98px) {
  .banner__text {
    max-width: 290px;
  }
}
@media (max-width: 768.98px) {
  .banner__text {
    max-width: 300px;
    margin-bottom: 20px;
  }
}
.banner__btn {
  margin: 0 auto;
}

.products {
  padding: 50px 0;
}
.products__title {
  margin-bottom: 40px;
  text-align: center;
}

.row-products__mobile-btn {
  display: none;
  margin-bottom: 50px;
}
@media (max-width: 768.98px) {
  .row-products__mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .row-products__mobile-btn span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #DC7E00;
    margin-right: 11px;
  }
}

.filters-products-row {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.filters-products-row .title {
  display: none;
}
.filters-products-row .back-btn {
  display: none;
}
.filters-products-row__categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 65px;
  -moz-column-gap: 65px;
  column-gap: 65px;
  padding: 0;
}
.filters-products-row__categories li {
  list-style: none;
}
.filters-products-row__categories li a {
  color: #393024;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.filters-products-row__categories li a:hover {
  color: #DC7E00;
}
.filters-products-row__categories li a.active {
  color: #DC7E00;
  font-weight: bold;
}
.filters-products-row__sort select {
  border: none;
  background: transparent;
  outline: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
}

.swiper-button-disabled {
  opacity: .4;
  transition: all .5s ease;
}
.products-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px;
}


.products-slider__controls {
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 0;
}

.item-products {
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.item-products__img {
  margin-bottom: 30px;
  width: 100%;
  height: 484px;
  overflow: hidden;
}
.item-products__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.item-products__title {
  margin-bottom: 16px;
  text-align: center;
}
.item-products__text {
  text-align: center;
  max-width: 250px;
  margin: 0 auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .item-products__img {
    height: 310px;
  }
  .filters-products-row__categories ul {
    gap: 45px;
  }
}
@media (max-width: 990.98px) {
  .item-products__img {
    height: 510px;
  }
  .filters-products-row__categories ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 400px;
    row-gap: 20px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (max-width: 768.98px) {
  .filters-products-row.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .filters-products-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    background: #FBF8F3;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 199;
    overflow: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 50px 0px 50px 0px;
  }
  .filters-products-row .title {
    display: block;
    text-align: center;
    font-size: 50px;
    position: relative;
  }
  .filters-products-row .title .back-btn {
    display: block;
    position: absolute;
    top: 0px;
    right: 5.5vw;
    rotate: 180deg;
    width: 75px;
  }
  .filters-products-row__categories {
    padding-right: 5.5vw;
  }
  .filters-products-row__categories ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px !important;
    margin-left: auto;
  }
  .filters-products-row__categories ul li {
    width: 100%;
    text-align: right;
  }
  .filters-products-row__categories ul li a {
    font-size: 35px;
  }
  .filters-products-row__sort {
    padding-right: 5.5vw;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .filters-products-row__sort form {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
  .filters-products-row__sort select {
    font-size: 30px;
  }

}
@media (max-width: 479.98px) {
  .filters-products-row__sort {
    margin-top: 50px;
    margin-bottom: 35px;
  }
  .filters-products-row__sort select {
    font-size: 25px;
  }
  .row__categories {
    row-gap: 40px;
  }
  .filters-products-row__categories ul li a {
    font-size: 26px;
  }
  .filters-products-row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .filters-products-row .title {
    font-size: 40px;
  }
  .filters-products-row .title .back-btn {
    top: 8px;
    width: 59px;
  }

}
.interesting {
  padding: 50px 0;
}
.interesting__title {
  text-align: center;
  margin-bottom: 50px;
}


.row-interesting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.card-interesting-row {
  width: 31.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-interesting-row__img {
  width: 100%;
  height: 20vw;
  margin-bottom: 20px;
}
.card-interesting-row__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.card-interesting-row__date {
  margin-bottom: 13px;
}
.card-interesting-row__title {
  margin-bottom: 25px;
}
.card-interesting-row__text {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
.card-interesting-row__link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 768.98px) {
  .row-interesting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 70px;
  }
  .card-interesting-row {
    width: 100%;
  }
  .card-interesting-row__img {
    height: 100%;
  }
  .card-interesting-row__date {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .card-interesting-row__title {
    font-size: 27px;
    text-align: left;
  }
  .card-interesting-row__text {
    font-size: 20px;
    line-height: 140%;
  }
  .card-interesting-row__link {
    font-size: 19px;
  }
}
@media (max-width: 479.98px) {
  .card-interesting-row__date {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .card-interesting-row__title {
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
  }
  .card-interesting-row__text {
    font-size: 15px;
    line-height: 120%;
  }
  .card-interesting-row__link {
    font-size: 18px;
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.62);
  z-index: 999;
  display: none;
}
.overlay.show {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 30%;
  transform: translate(-50%, 30%);
  padding: 60px;
  background-color: #FBF8F3;
  z-index: 1000;
  width: 900px;
  height: 550px;
  display: none;
}
input:focus {
  outline: 1px solid #2E1F02;
}
.modal.show {
  display: block;
}
.modal-body__form {
  max-width: 425px;
  height: 100%;
}
.modal-body input.form-modal__input {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #2E1F02;
  padding: 16px 26px;
  background: transparent;
  border: 1px solid #2E1F02;
  border-radius: 0px;
  width: 100%;
}
.modal-body input.form-modal__input {
  margin: 0px 0 26px 0 !important;
}
.modal-body input.form-modal__input:nth-child(2) {
  margin: 26px 0 26px 0 !important;
}
.modal-body input.form-modal__input#phone {
  margin: 0 0 0px 0 !important;
}
.form-modal__btn {
  margin-top: 26px !important;
}

.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  text-align: center;
}
.modal-body h5 {
  margin: 0;
}
.modal-body p {
  margin-top: 24px;
  text-align: center;
}
.close-modal {
  position: absolute;
  right: 37px;
  top: 37px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  cursor: pointer;
}
.modal-body__title {
  font-size: 36px;
  text-align: center;
  max-width: 530px;
  margin-bottom: 30px !important;
}
.modal .form-modal__btn {
  border: none;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-transform: uppercase;
  width: 898px;
  /*opacity: .6;*/
  margin: 0 auto;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  /*background-color: transparent !important;*/
}
@media (max-width: 992px) {
    .modal {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transform: none;
      width: 100vw;
      height: 100vh;
      padding-top: 100px;
    }
  .modal-body__title {
    font-size: 30px;
  }
  .modal-body__form {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
    .modal {
      padding: 100px 30px 30px 30px;
    }
}
/*.modal .form-modal__btn:hover {*/
/*  background: #DC7E00;*/
/*}*/
/*.modal .form-modal__btn.active {*/
/*  opacity: 1;*/
/*}*/
/*.modal .form-modal__btn.active:hover {*/
/*  opacity: 1;*/
/*  background: #393024;*/
/*}*/