 /* Generated by less 3.11.1 */
@font-face {
  font-family: 'Acrom';
  src: url('../fonts/Acrom/regular/Acrom-Regular.woff2') format('woff2'), url('../fonts/Acrom/regular/Acrom-Regular.woff') format('woff'), url('../fonts/Acrom/regular/Acrom-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Acrom';
  src: url('../fonts/Acrom/medium/Acrom-Medium.woff2') format('woff2'), url('../fonts/Acrom/medium/Acrom-Medium.woff') format('woff'), url('../fonts/Acrom/medium/Acrom-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Acrom';
  src: url('../fonts/Acrom/bold/Acrom-Bold.woff2') format('woff2'), url('../fonts/Acrom/bold/Acrom-Bold.woff') format('woff'), url('../fonts/Acrom/bold/Acrom-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TTNormsPro/medium/TTNormsPro-Medium.woff2') format('woff2'), url('../fonts/TTNormsPro/medium/TTNormsPro-Medium.woff') format('woff'), url('../fonts/TTNormsPro/medium/TTNormsPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms Pro';
  src: url('../fonts/TTNormsPro/bold/TTNormsPro-Bold.woff2') format('woff2'), url('../fonts/TTNormsPro/bold/TTNormsPro-Bold.woff') format('woff'), url('../fonts/TTNormsPro/bold/TTNormsPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
html {
  font-size: 15px;
}
body {
  margin: 0;
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  color: #08260B;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.header,
.footer {
  padding: 20px;
}
/* Helpers */
.center {
  display: flex;
  justify-content: center;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img {
  display: block;
  max-width: 100%;
  height: auto;
}
.mb-0 {
  margin-bottom: 0;
}
.hide {
  display: none;
}
.section {
  padding: 75px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 60px 0;
  }
}
.green {
  font-family: 'Acrom';
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #641A39;
}
@media (max-width: 767px) {
  .green {
    font-size: 18px;
    line-height: 21px;
  }
}
.green--structure {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .green--structure {
    font-size: 24px;
    line-height: 28px;
    margin-right: 16px;
  }
}
.bold {
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
/* Blocks */
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #641A39;
  border-radius: 8px;
}
body::-webkit-scrollbar-thumb:hover {
  background: #641A39;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem;
  margin: 0 auto;
}
.page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.burger {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 18px;
  background: none;
  border: 0;
  color: transparent;
  cursor: pointer;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.burger:focus {
  outline: 0;
}
@media (max-width: 991px) {
  .burger {
    display: block;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .burger {
    top: 13px;
  }
}
.burger:before,
.burger:after {
  border-radius: 25px 25px 25px 25px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  border-radius: 10px;
  top: 0;
  width: 100%;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.burger:before {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger:after {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.burger .burger__item {
  background-color: #641A39;
  bottom: auto;
  display: inline-block;
  height: 3px;
  border-radius: 15px;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  width: 21px;
  z-index: 10;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 767px) {
  .burger .burger__item {
    top: 27%;
  }
}
.burger .burger__item:before,
.burger .burger__item:after {
  background-color: #641A39;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 150%;
  border-radius: 10px;
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.burger .burger__item:before {
  -moz-transform: translateY(-6px) rotate(0deg);
  -ms-transform: translateY(-6px) rotate(0deg);
  -webkit-transform: translateY(-6px) rotate(0deg);
  transform: translateY(-6px) rotate(0deg);
}
.burger .burger__item:after {
  -moz-transform: translateY(6px) rotate(0deg);
  -ms-transform: translateY(6px) rotate(0deg);
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}
.burger.close-nav:before {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.burger.close-nav:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.burger.close-nav .burger__item {
  background-color: rgba(255, 255, 255, 0);
}
.burger.close-nav .burger__item:before,
.burger.close-nav .burger__item:after {
  background-color: #641A39;
}
.burger.close-nav .burger__item:before {
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.burger.close-nav .burger__item:after {
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.btn {
  display: inline-block;
  vertical-align: top;
  padding: 21px 50px;
  min-width: 170px;
  border: 2px solid #641A39;
  border-radius: 3.3rem;
  background: none;
  cursor: pointer;
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 1.06rem;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s linear, color 0.2s linear, box-shadow 0.2s linear, border-color 0.2s linear;
  /* Modificators */
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  background-color: #641A39;
  border-color: #641A39;
}
@media (max-width: 991px) {
  .btn {
    font-size: 1.3rem;
    padding: 21px 50px;
    min-width: 190px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 13px 30px;
    width: 100%;
  }
}
.btn--intro {
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 24px;
  background-color: #641A39;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s linear;
}
@media (max-width: 767px) {
  .btn--intro {
    font-size: 20px;
    padding: 18px 30px;
    width: 100%;
  }
}
.btn--intro:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.btn--intro:focus {
  outline: 0;
}
.btn--credit {
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 18px;
  padding: 16px 32px;
  background-color: #641A39;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s linear;
}
@media (max-width: 767px) {
  .btn--credit {
    padding: 18px 30px;
    width: 100%;
  }
}
.btn--credit:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.btn--credit:focus {
  outline: 0;
}
.btn--roundme {
  display: inline-flex;
  align-items: center;
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 18px;
  background-color: #641A39;
  border-radius: 5px;
  padding: 16px 32px;
  text-decoration: none;
  transition: transform 0.3s linear;
}
@media (max-width: 767px) {
  .btn--roundme {
    justify-content: center;
    padding: 18px 30px;
    width: 100%;
  }
}
.btn--roundme:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.btn--roundme:focus {
  outline: 0;
}
.btn--sale {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 18px;
  background-color: #641A39;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s linear;
  padding: 14px 35px;
}
@media (max-width: 767px) {
  .btn--sale {
    font-size: 18px;
    padding: 9px 44px;
    width: 100%;
  }
}
.btn--sale:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.btn--sale:focus {
  outline: 0;
}
.btn--modal {
  background-color: #641A39;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  transition: transform 0.3s linear;
  font-size: 24px;
  border-radius: 5px;
  padding: 16px 65px;
}
.btn--modal:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.btn--modal:focus {
  outline: 0;
}
@media (max-width: 1366px) {
  .btn--modal {
    font-size: 18px;
    padding: 16px 62px;
  }
}
@media (max-width: 767px) {
  .btn--modal {
    padding: 16px 24px;
    width: 100%;
  }
}
.header {
  width: 100%;
  padding: 1rem 0;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo-link {
  display: flex;
}
@media (max-width: 767px) {
  .header__logo-link {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .header.fixed {
    height: auto;
    position: fixed;
    background-color: #fff;
  }
}
.header.fixed .header__inner {
  padding-bottom: 0;
  padding-top: 0;
  border-bottom: 0;
}
@media (max-width: 991px) {
  .header__contact--desktop {
    display: none;
  }
}
.header__contact--mobile {
  display: none;
}
@media (max-width: 991px) {
  .header__contact--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
}
.header__contact-link {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  color: #08260B;
  text-decoration: none;
  transition: color 0.2s linear;
}
.header__contact-link:hover {
  color: #641A39;
}
@media (max-width: 1170px) {
  .header__contact-link {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .header__contact-link {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .header__contact-link {
    font-size: 18px;
  }
}
.header__contact-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .header__contact-inner {
    justify-content: center;
  }
}
.header__callback-link {
  font-family: 'Acrom';
  font-weight: 400;
  font-size: 16px;
  color: #434343;
  float: right;
}
.header__callback-link:hover {
  text-decoration: none;
}
.header__contact-icon {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 1170px) {
  .header__contact-icon {
    margin-right: 5px;
  }
}
.header__logo-image {
  width: 100%;
}
@media (max-width: 767px) {
  .header__logo-image {
    width: 70%;
  }
}
.header__logo--nav {
  display: none;
}
@media (max-width: 991px) {
  .header__logo--nav {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
  }
}
@media (max-width: 991px) {
  .header__lang--desktop {
    display: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  float: right;
}
@media (max-width: 991px) {
  .nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
  }
  .nav.show {
    display: flex;
  }
}
.nav li {
  display: inline-block;
}
@media (max-width: 991px) {
  .nav li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.nav.active {
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (max-width: 991px) {
  .nav.active {
    display: flex;
    flex-wrap: wrap;
  }
}
.nav .primary-nav {
  background-color: #fff;
  border-radius: 50px;
  padding: 0;
}
@media (max-width: 991px) {
  .nav .primary-nav {
    position: relative;
    top: 30%;
    left: 0;
    width: 100%;
    margin-left: 50px;
    background: none;
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
  }
}
@media (max-width: 767px) {
  .nav .primary-nav {
    top: 30%;
  }
}
.nav__list {
  padding-right: 16px;
}
.nav__list:last-child {
  padding-right: 0;
}
@media (max-width: 1170px) {
  .nav__list {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .nav__list {
    padding-right: 0;
  }
}
.nav__link {
  position: relative;
  font-size: 18px;
  line-height: 21px;
  color: #08260B;
  font-family: 'Acrom';
  font-weight: 400;
  text-decoration: none;
  /* Modificators */
}
@media (max-width: 1170px) {
  .nav__link {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  .nav__link {
    display: block;
    font-size: 32px;
    text-align: center;
    color: #08260B;
    border-radius: 10px;
    margin: 0;
  }
  .nav__link:before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    position: absolute;
    top: 25px;
    left: -50px;
    background-color: rgba(100, 26, 57);
  }
}
@media (max-width: 767px) {
  .nav__link {
    font-size: 18px;
    padding: 0;
  }
  .nav__link:before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: -50px;
    background-color: rgba(100, 26, 57);
  }
}
.nav__link:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #641A39;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1000;
  transition: width 0.2s linear;
}
.nav__link:hover:not(.nav__link--btn):after {
  width: 100%;
}
.nav__link--btn {
  padding: 0.5rem 2rem;
  border: 2px solid #641A39;
  border-radius: 0.7rem;
  font-family: 'Acrom';
  font-weight: 500;
  transition: background 0.2s linear, color 0.2s linear;
}
.nav__link--btn:hover {
  background-color: #641A39;
  color: #08260B;
}
@media (max-width: 991px) {
  .nav__link--btn {
    display: none;
  }
}
.subnav {
  display: none;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 6px 8px rgba(8, 38, 11, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
}
.subnav__link {
  display: block;
  padding: 0.45rem 1.2rem;
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #08260B;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.subnav__link:hover {
  background-color: #f2f2f2;
  color: #641A39;
  text-decoration: none;
}
.lang__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lang__item {
  position: relative;
}
.lang__item:hover .nav__link {
  background-color: #fff;
  text-decoration: none;
}
.lang__item:hover > .subnav {
  display: block;
}
.lang__link {
  display: block;
  padding: 1.35rem 0;
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #08260B;
  text-decoration: none;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.lang__link:hover {
  color: #641A39;
}
.lang__link.has-subnav {
  position: relative;
}
.lang__link.has-subnav:after {
  content: "";
  display: block;
  margin-top: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #08260B transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media (max-width: 1170px) {
  .lang__link.has-subnav:after {
    right: -15px;
  }
}
@media (max-width: 1170px) {
  .lang__link {
    font-size: 16px;
  }
}
.lang__link--active {
  color: #641A39;
}
.nav__lang-link {
  font-family: 'Acrom';
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #A7A7A7;
  text-decoration: none;
}
.nav__lang-link--active {
  color: #641A39;
}
.nav__lang {
  display: none;
}
@media (max-width: 991px) {
  .nav__lang {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
.nav__lang-link {
  margin-right: 24px;
}
.nav__lang-link:last-child {
  margin-right: 0;
}
.section--intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 700px;
  position: relative;
  background: #fff url(../images/intro/intro-bg.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .section--intro {
    min-height: 496px;
    padding-top: 10rem;
  }
}
.intro__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.intro__item {
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .intro__item {
    width: 100%;
  }
}
.intro__item--form {
  width: 35%;
}
@media (max-width: 1170px) {
  .intro__item--form {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .intro__item--form {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .intro__item--form {
    display: none;
  }
}
.intro__title {
  font-family: 'TT Norms Pro';
  font-weight: 700;
  line-height: 54px;
  font-size: 50px;
  color: #fff;
  padding-bottom: 16px;
}
@media (max-width: 1170px) {
  .intro__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    text-align: left;
    font-size: 24px;
    line-height: 26px;
  }
}
.intro__subtitle {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #fff;
  width: 90%;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .intro__subtitle {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .intro__subtitle {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .intro__btn--desktop {
    display: none;
  }
}
.intro__btn--mobile {
  display: none;
}
@media (max-width: 767px) {
  .intro__btn--mobile {
    display: flex;
  }
}
.intro__image {
  width: 50%;
  position: absolute;
  top: -160px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1800px) {
  .intro__image {
    width: 54%;
  }
}
@media (max-width: 1170px) {
  .intro__image {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .intro__image {
    width: 100%;
    top: -80px;
  }
}
@media (max-width: 767px) {
  .intro__image {
    top: -40px;
  }
}
.intro__image-item {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro__features {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .intro__features {
    justify-content: center;
    position: static;
  }
}
@media (max-width: 767px) {
  .intro__features--desktop {
    display: none;
  }
}
.intro__features--mobile {
  display: none;
}
@media (max-width: 767px) {
  .intro__features--mobile {
    display: flex;
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
.intro__features-item {
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.intro__features-item:first-child {
  padding-right: 18px;
}
@media (max-width: 767px) {
  .intro__features-item:first-child {
    padding-right: 0;
  }
}
.intro__features-item:last-child {
  border-right: 0;
  padding-left: 18px;
}
@media (max-width: 767px) {
  .intro__features-item:last-child {
    padding-left: 28px;
  }
}
@media (max-width: 320px) {
  .intro__features-item:last-child {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .intro__features-item {
    font-size: 15px;
    line-height: 18px;
    width: 100%;
  }
}
.section--laminat {
  position: relative;
  padding: 150px 0;
}
@media (max-width: 991px) {
  .section--laminat {
    padding: 60px 0;
  }
}
.laminat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .laminat {
    flex-direction: column;
  }
}
.laminat__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .laminat__item {
    padding: 0 5px;
  }
}
.laminat__item--photo {
  width: 50%;
}
@media (max-width: 991px) {
  .laminat__item--photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .laminat__item--photo {
    width: 100%;
  }
}
.laminat__item--content {
  width: 50%;
}
@media (max-width: 991px) {
  .laminat__item--content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .laminat__item--content {
    width: 100%;
  }
}
.laminat__content-title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.laminat__content-title:after {
  content: "";
  display: block;
  width: 157px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 767px) {
  .laminat__content-title:after {
    width: 118px;
  }
}
@media (max-width: 767px) {
  .laminat__content-title {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0;
  }
}
.laminat__content-text {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .laminat__content-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.laminat__img {
  display: block;
  width: 100%;
  height: auto;
}
.section--structure {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .section--structure {
    padding: 60px 0;
  }
}
.structure {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .structure {
    flex-direction: column;
  }
}
.structure__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .structure__item {
    padding: 0 5px;
  }
}
.structure__item--photo {
  width: 50%;
}
@media (max-width: 991px) {
  .structure__item--photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .structure__item--photo {
    width: 100%;
  }
}
.structure__img {
  display: block;
  width: 100%;
  height: auto;
}
.structure__item--content {
  width: 50%;
}
@media (max-width: 991px) {
  .structure__item--content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .structure__item--content {
    width: 100%;
  }
}
.structure__title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.structure__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 325px;
  height: 5px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 1800px) {
  .structure__title:before {
    width: 140px;
  }
}
@media (max-width: 1366px) {
  .structure__title:before {
    width: 105px;
  }
}
@media (max-width: 1170px) {
  .structure__title:before {
    width: 25px;
  }
}
@media (max-width: 991px) {
  .structure__title:before {
    width: 21px;
    height: 3px;
    top: 417px;
  }
}
@media (max-width: 767px) {
  .structure__title:before {
    width: 15px;
    top: 280px;
  }
}
@media (max-width: 375px) {
  .structure__title:before {
    top: 257px;
  }
}
@media (max-width: 320px) {
  .structure__title:before {
    width: 12px;
    height: 3px;
    top: 229px;
  }
}
@media (max-width: 767px) {
  .structure__title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.structure__text {
  position: relative;
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .structure__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.structure__text-item {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.structure__text-item:last-child {
  margin-bottom: 0;
}
.structure__numbers {
  position: relative;
}
.structure__number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-family: 'Acrom';
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  width: 33px;
  height: 33px;
  color: #641A39;
  cursor: pointer;
  z-index: 1000;
  border: 1px solid #641A39;
  border-radius: 50px;
  background-color: #fff;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.structure__number:hover {
  color: #fff;
  background-color: #641A39;
}
.structure__number:focus {
  background-color: #641A39;
  color: #fff;
  outline: none;
}
.structure__number:focus + .green__line {
  width: 100%;
}
@media (max-width: 767px) {
  .structure__number {
    font-size: 12px;
    line-height: 14px;
    width: 20px;
    height: 20px;
  }
}
.structure__number--1 {
  top: 70px;
  right: -230px;
}
@media (max-width: 1170px) {
  .structure__number--1 {
    top: 75px;
    right: -197px;
  }
}
@media (max-width: 991px) {
  .structure__number--1 {
    top: -332px;
    left: 215px;
  }
}
@media (max-width: 767px) {
  .structure__number--1 {
    top: -207px;
    left: 117px;
  }
}
@media (max-width: 375px) {
  .structure__number--1 {
    top: -185px;
    left: 102px;
  }
}
@media (max-width: 320px) {
  .structure__number--1 {
    top: -170px;
    left: 90px;
  }
}
.structure__number--2 {
  top: 117px;
  right: -165px;
}
@media (max-width: 1170px) {
  .structure__number--2 {
    top: 115px;
    right: -149px;
  }
}
@media (max-width: 991px) {
  .structure__number--2 {
    top: -270px;
    left: 130px;
  }
}
@media (max-width: 767px) {
  .structure__number--2 {
    top: -173px;
    left: 72px;
  }
}
@media (max-width: 375px) {
  .structure__number--2 {
    top: -160px;
    left: 62px;
  }
}
@media (max-width: 320px) {
  .structure__number--2 {
    top: -148px;
    left: 53px;
  }
}
.structure__number--3 {
  top: 145px;
  right: -105px;
}
@media (max-width: 1170px) {
  .structure__number--3 {
    top: 140px;
    right: -100px;
  }
}
@media (max-width: 991px) {
  .structure__number--3 {
    top: -235px;
    left: 52px;
  }
}
@media (max-width: 767px) {
  .structure__number--3 {
    top: -152px;
    left: 30px;
  }
}
@media (max-width: 375px) {
  .structure__number--3 {
    top: -143px;
    left: 25px;
  }
}
@media (max-width: 320px) {
  .structure__number--3 {
    top: -132px;
    left: 20px;
  }
}
.structure__number--4 {
  top: 210px;
  right: -210px;
}
@media (max-width: 1170px) {
  .structure__number--4 {
    top: 197px;
    right: -192px;
  }
}
@media (max-width: 991px) {
  .structure__number--4 {
    top: -152px;
    left: 200px;
  }
}
@media (max-width: 767px) {
  .structure__number--4 {
    top: -108px;
    left: 112px;
  }
}
@media (max-width: 375px) {
  .structure__number--4 {
    top: -102px;
    left: 95px;
  }
}
@media (max-width: 320px) {
  .structure__number--4 {
    top: -98px;
    left: 80px;
  }
}
.green__line {
  display: block;
  width: 0%;
  height: 4px;
  background-color: #641A39;
  transition: width 0.3s linear;
  margin-bottom: 30px;
}
.section--features {
  position: relative;
  background: #F9F9F9 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section--features {
    padding: 40px 0;
  }
}
.features {
  display: flex;
  flex-wrap: wrap;
}
.features__left {
  width: 50%;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .features__left {
    width: 100%;
  }
}
.features__right {
  width: 50%;
}
@media (max-width: 767px) {
  .features__right {
    width: 100%;
  }
}
.features__title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  margin-bottom: 50px;
}
.features__title:after {
  content: "";
  display: block;
  width: 274px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 767px) {
  .features__title:after {
    width: 203px;
  }
}
@media (max-width: 767px) {
  .features__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 32px;
  }
}
.features__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.features__item--mr-0 {
  margin-right: 0;
}
.features__image {
  padding-right: 35px;
}
@media (max-width: 767px) {
  .features__image {
    padding-right: 20px;
  }
}
.features__icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .features__icon {
    width: 40px;
    height: 40px;
  }
}
.features__text {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 24px;
  color: #08260B;
  line-height: 28px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .features__text {
    font-size: 16px;
    line-height: 18px;
  }
}
.section--compare {
  position: relative;
  padding-top: 150px;
  padding-bottom: 75px;
}
@media (max-width: 991px) {
  .section--compare {
    padding: 60px 0;
    padding-bottom: 0;
  }
}
.compare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.compare__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .compare__item {
    width: 100%;
    padding-bottom: 24px;
  }
}
.compare__item--left {
  padding-left: 0;
}
@media (max-width: 767px) {
  .compare__item--left {
    padding-right: 0;
  }
}
.compare__item--right {
  padding-right: 0;
}
@media (max-width: 767px) {
  .compare__item--right {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.compare__title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.compare__title:after {
  content: "";
  display: block;
  width: 847px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 767px) {
  .compare__title:after {
    width: 279px;
  }
}
@media (max-width: 767px) {
  .compare__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.compare__text {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  margin-top: 24px;
}
.compare__text--green {
  text-transform: uppercase;
  color: #641A39;
}
@media (max-width: 767px) {
  .compare__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
  }
}
.compare__img {
  display: block;
  width: 100%;
  height: auto;
}
.section--credit {
  position: relative;
  padding: 75px 0;
}
@media (max-width: 991px) {
  .section--credit {
    padding: 60px 0;
  }
}
.credit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .credit {
    flex-direction: column;
  }
}
.credit__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .credit__item {
    padding: 0 5px;
  }
}
.credit__item--photo {
  width: 50%;
}
@media (max-width: 991px) {
  .credit__item--photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .credit__item--photo {
    width: 100%;
  }
}
.credit__item--content {
  width: 50%;
}
@media (max-width: 991px) {
  .credit__item--content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .credit__item--content {
    width: 100%;
  }
}
.credit__content-title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.credit__content-title:after {
  content: "";
  display: block;
  width: 436px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 767px) {
  .credit__content-title:after {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .credit__content-title {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0;
  }
}
.credit__content-text {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .credit__content-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.credit__img {
  display: block;
  width: 100%;
  height: auto;
}
.credit__list {
  line-height: 30px;
  padding-left: 20px;
  margin: 24px 0;
}
.section--about {
  position: relative;
  background: #F9F9F9 center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section--about {
    padding: 40px 0;
  }
}
.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about {
    flex-direction: column;
  }
}
.about__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .about__item {
    padding: 0 5px;
  }
}
.about__item--photo {
  width: 50%;
}
@media (max-width: 991px) {
  .about__item--photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .about__item--photo {
    width: 100%;
  }
}
.about__item--content {
  width: 50%;
}
@media (max-width: 991px) {
  .about__item--content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .about__item--content {
    width: 100%;
  }
}
.about__content-title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.about__content-title:after {
  content: "";
  display: block;
  width: 216px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 767px) {
  .about__content-title:after {
    width: 152px;
  }
}
@media (max-width: 767px) {
  .about__content-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.about__content-text {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .about__content-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.about__img {
  display: block;
  width: 100%;
  height: auto;
}
.section--map {
  padding: 60px 0;
}
.map {
  display: flex;
  flex-wrap: wrap;
}
.map__item {
  width: 1200px;
  height: 390px;
  border: 0;
}
@media (max-width: 320px) {
  .map__item {
    width: 280px;
    height: 165px;
  }
}
.map__title {
  display: flex;
  justify-content: center;
  position: relative;
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  margin-bottom: 50px;
}
.map__title:after {
  content: "";
  display: flex;
  position: absolute;
  top: 45px;
  left: 450px;
  width: 300px;
  height: 4px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 1170px) {
  .map__title:after {
    left: 364px;
  }
}
@media (max-width: 991px) {
  .map__title:after {
    left: 236px;
  }
}
@media (max-width: 767px) {
  .map__title:after {
    display: block;
    position: static;
    width: 224px;
  }
}
@media (max-width: 767px) {
  .map__title {
    display: block;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.section--roundme {
  position: relative;
  padding: 75px 0;
}
@media (max-width: 991px) {
  .section--roundme {
    padding: 0;
  }
}
.roundme {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .roundme {
    flex-direction: column;
  }
}
.roundme__item {
  width: 50%;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .roundme__item {
    padding: 0;
  }
}
.roundme__item--photo {
  width: 65%;
  position: relative;
}
@media (max-width: 991px) {
  .roundme__item--photo {
    order: 1;
  }
}
@media (max-width: 768px) {
  .roundme__item--photo {
    width: 100%;
  }
}
.roundme__image {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.roundme__item--content {
  width: 35%;
}
@media (max-width: 991px) {
  .roundme__item--content {
    order: 2;
  }
}
@media (max-width: 768px) {
  .roundme__item--content {
    width: 100%;
  }
}
.roundme__content--desktop {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .roundme__content--desktop {
    display: none;
  }
}
.roundme__content--mobile {
  display: none;
}
@media (max-width: 767px) {
  .roundme__content--mobile {
    display: flex;
    flex-wrap: wrap;
  }
}
.roundme__title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #08260B;
  line-height: 40px;
  margin-bottom: 40px;
}
.roundme__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 90px;
  left: 0;
  width: 325px;
  height: 5px;
  background-color: rgba(100, 26, 57);
}
@media (max-width: 1800px) {
  .roundme__title:before {
    width: 140px;
  }
}
@media (max-width: 1366px) {
  .roundme__title:before {
    width: 105px;
  }
}
@media (max-width: 1170px) {
  .roundme__title:before {
    width: 25px;
  }
}
@media (max-width: 991px) {
  .roundme__title:before {
    width: 21px;
    height: 3px;
    top: 418px;
  }
}
@media (max-width: 767px) {
  .roundme__title:before {
    width: 15px;
    top: 10px;
  }
}
@media (max-width: 320px) {
  .roundme__title:before {
    width: 12px;
    height: 3px;
  }
}
@media (max-width: 767px) {
  .roundme__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }
}
.roundme__text {
  font-family: 'Acrom';
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .roundme__text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
}
.roundme__text-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.roundme__text-item:last-child {
  margin-bottom: 0;
}
.roundme__btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .roundme__btn {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .roundme__btn {
    margin-top: 24px;
  }
}
.roundme__icon {
  width: 72px;
  height: 72px;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 45%;
}
@media (max-width: 767px) {
  .roundme__icon {
    width: 35px;
    height: 35px;
    left: 44%;
  }
}
.arrow__icon {
  width: 20px;
  height: 20px;
  margin-left: 17px;
  transition: transform 0.2s ease-in-out;
}
.arrow__icon:hover {
  transform: translateX(10px);
}
.section--sale {
  padding: 75px 0;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .section--sale {
    padding: 60px 0;
  }
}
.sale__title {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #08260B;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sale__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.sale__left {
  padding: 50px;
  width: 995px;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
@media (max-width: 767px) {
  .sale__left {
    padding: 16px;
  }
}
.section--hire {
  background: #fff url(../images/hire/hire-bg.png) center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section--hire {
    padding-top: 0;
  }
}
.hire {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.hire__item {
  width: 50%;
}
@media (max-width: 991px) {
  .hire__item {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .hire__item {
    width: 100%;
  }
}
.hire__item--modal {
  order: 1;
  width: 36%;
}
@media (max-width: 1170px) {
  .hire__item--modal {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .hire__item--modal {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hire__item--modal {
    width: 100%;
  }
}
.hire__item--contact {
  width: 40%;
}
@media (max-width: 991px) {
  .hire__item--contact {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .hire__item--contact {
    order: 2;
    width: 100%;
  }
}
.contact-hire__title {
  font-family: 'TT Norms Pro';
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .contact-hire__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.hire__credits-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.hire__credits-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .hire__credits-item {
    margin-bottom: 20px;
  }
}
.contact-hire__credits {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
}
@media (max-width: 767px) {
  .contact-hire__credits {
    padding: 16px;
  }
}
.contact-hire__icon {
  margin-right: 1.2rem;
}
@media (max-width: 767px) {
  .contact-hire__icon {
    margin-right: 18px;
  }
}
.contact-hire__link {
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 400;
  color: #08260B;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s linear;
}
.contact-hire__link--mail {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .contact-hire__link--mail {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contact-hire__link--mail {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact-hire__link--number {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 991px) {
  .contact-hire__link--number {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .contact-hire__link--number {
    font-size: 18px;
    line-height: 24px;
  }
}
.contact-hire__link:hover {
  color: #641A39;
}
@media (max-width: 991px) {
  .contact-hire__link {
    font-size: 16px;
    line-height: 20px;
  }
}
.contact--modal {
  display: flex;
  position: relative;
  height: 100%;
}
.contact--sale {
  display: flex;
  position: relative;
  justify-content: center;
  height: 100%;
}
.contact__left {
  padding: 2rem;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(8, 38, 11, 0.4);
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .contact__left {
    padding: 16px;
  }
}
.contact__frame {
  width: 100%;
  height: 100%;
  border: 0;
}
.modal {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
}
.modal.show {
  display: flex;
  background-color: rgba(67, 67, 67, 0.98);
}
.modal--more {
  background-color: #fff;
  box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.2);
}
.modal--hire {
  display: flex;
  position: inherit;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .modal--hire {
    width: 100%;
    height: 35rem;
  }
}
.modal--intro {
  display: flex;
  position: inherit;
  width: 100%;
  padding: 0;
}
@media (max-width: 991px) {
  .modal--intro {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .modal--intro {
    width: 100%;
    height: 35rem;
  }
}
.modal__dialog {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
  transform: scale(0);
  transition: transform 0.2s linear;
}
.modal__dialog--hire {
  transform: none;
}
.modal__dialog--sm {
  max-width: 30rem;
  height: 39rem;
}
@media (max-width: 767px) {
  .modal__dialog--sm {
    width: 22rem;
    height: 30rem;
  }
}
@media (max-width: 320px) {
  .modal__dialog--sm {
    width: 20rem;
    height: 31rem;
  }
}
.modal__dialog-hire {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  transition: transform 0.2s linear;
}
.modal__dialog-hire--sm {
  max-width: 423px;
}
@media (max-width: 991px) {
  .modal__dialog-hire--sm {
    width: 23rem;
    top: 55px;
  }
}
@media (max-width: 767px) {
  .modal__dialog-hire--sm {
    width: 22rem;
    position: inherit;
  }
}
.modal__dialog-hire {
  width: 100%;
  max-width: 423px;
}
.modal__dialog-sale {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.modal__close {
  width: 34px;
  height: 39px;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 12px;
  z-index: 1001;
  transition: transform 0.2s linear;
}
@media (max-width: 767px) {
  .modal__close {
    width: 25px;
    height: 26px;
  }
}
.modal__close:hover {
  transform: translateY(-3px);
}
.modal__close:focus {
  outline: none;
}
.modal__close--roundme {
  top: 0;
  right: -45px;
}
@media (max-width: 767px) {
  .modal__close--roundme {
    top: -45px;
    right: 5px;
  }
}
.modal__content {
  padding: 5rem 1rem;
}
.modal__title {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 991px) {
  .modal__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .modal__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
.modal__title-intro {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.modal__subtitle {
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .modal__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.more {
  display: flex;
  flex-wrap: wrap;
  padding: 56px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more {
    padding: 16px;
  }
}
.modal__more-close {
  width: 35px;
  height: 35px;
}
@media (max-width: 767px) {
  .modal__more-close {
    width: 18px;
    height: 18px;
  }
}
.more__title {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
    .more__title:after {
        content: "";
        display: block;
        width: 440px;
        height: 4px;
        background-color: rgba(100, 26, 57);
    }
@media (max-width: 767px) {
  .more__title:after {
    width: 248px;
  }
}
@media (max-width: 767px) {
  .more__title {
    font-size: 24px;
    line-height: 28px;
  }
}
.more__text {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #08260B;
}
@media (max-width: 767px) {
  .more__text {
    font-size: 16px;
    line-height: 20px;
  }
}
.more__list-title {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #08260B;
}
@media (max-width: 767px) {
  .more__list-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.more__list {
  padding-left: 22px;
}
.more__list-item {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #08260B;
}
@media (max-width: 767px) {
  .more__list-item {
    font-size: 16px;
    line-height: 20px;
  }
}
.more__footer-title {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #08260B;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .more__footer-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.more__contacts {
  display: flex;
  flex-wrap: wrap;
}
.more__number {
  margin-right: 32px;
}
.more__number-link {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  color: #641A39;
  text-decoration: none;
}
@media (max-width: 767px) {
  .more__number-link {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
  }
}
.more__footer {
    border-top: 4px solid rgba(100, 26, 57);
    padding-top: 16px;
    margin-top: 20px;
}
.modal__roundme {
  width: 100%;
  height: 700px;
}
@media (max-width: 1366px) {
  .modal__roundme {
    height: 650px;
  }
}
@media (max-width: 767px) {
  .modal__roundme {
    height: 600px;
  }
}
.g-form {
  padding: 2rem;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(8, 38, 11, 0.4);
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .g-form {
    padding: 16px;
  }
}
.g-form2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g-form2 {
    display: block;
  }
}
.g-form3 {
  padding: 2rem;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(8, 38, 11, 0.4);
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .g-form3 {
    padding: 16px;
  }
}
.g-form4 {
  padding: 2rem;
  width: 100%;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0px 5px 20px rgba(8, 38, 11, 0.4);
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 767px) {
  .g-form4 {
    padding: 16px;
  }
}
.g-form__title {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 991px) {
  .g-form__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .g-form__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .g-form__title_respond {
    font-size: 22px;
    line-height: 24px;
  }
}
.g-form__title--intro {
  font-family: 'TT Norms Pro';
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
  margin-bottom: 16px;
}
.g-form__title--sale {
  font-family: 'TT Norms Pro';
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  color: #08260B;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .g-form__title--sale {
    font-size: 18px;
    line-height: 21px;
  }
}
.g-form__subtitle {
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .g-form__subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}
.g-form__title a {
  color: #e8cd96;
}
.g-form__preloader {
  height: 2px;
  width: 100%;
  position: relative;
  margin: 15px 0;
  opacity: 0;
}
.g-form__preloader:before {
  background: #641A39;
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 2px;
  -webkit-animation: smartlidPreloader 3s infinite;
  animation: smartlidPreloader 3s infinite;
}
.g-form__input-wrapper {
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .g-form__input-wrapper {
    margin-bottom: 24px;
  }
}
.g-form__input-wrapper input,
.g-form__input-wrapper textarea {
  display: block;
  font-family: 'Acrom';
  font-weight: 400;
  width: 100%;
  padding: 13px 16px;
  border: 0;
  border-radius: 5px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  color: #08260B;
  background-color: #fff;
  transition: border-color 0.2s linear;
}
.g-form__input-wrapper input:focus,
.g-form__input-wrapper textarea:focus {
  outline: none;
  border-color: #641A39;
}
.g-form__input-wrapper input::placeholder,
.g-form__input-wrapper textarea::placeholder {
  font-family: 'Acrom';
  font-weight: 400;
  color: #9E9E9E;
}
@media (max-width: 991px) {
  .g-form__input-wrapper input,
  .g-form__input-wrapper textarea {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g-form__input-wrapper input,
  .g-form__input-wrapper textarea {
    width: 100%;
    font-size: 16px;
  }
}
.g-form__input-wrapper--sale input,
.g-form__input-wrapper--sale textarea {
  border: 1px solid #434343;
  border-radius: 5px;
  width: 277px;
  height: 48px;
}
@media (max-width: 991px) {
  .g-form__input-wrapper--sale input,
  .g-form__input-wrapper--sale textarea {
    width: 100%;
  }
}
.g-form__input-wrapper textarea {
  height: 46px;
  overflow: hidden;
  resize: none;
}
.g-form__input-wrapper--sale textarea {
  border: 1px solid #434343;
  border-radius: 5px;
  width: 277px;
  height: 48px;
}
@media (max-width: 991px) {
  .g-form__input-wrapper--sale textarea {
    width: 100%;
  }
}
.g-form__inputs--sale {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .g-form__inputs--sale {
    display: block;
  }
}
.g-form__input--sale {
  border: 1px solid #434343;
  border-radius: 5px;
  width: 277px;
  height: 48px;
}
@media (max-width: 991px) {
  .g-form__input--sale {
    width: 100%;
  }
}
.g-form__input-wrapper input:focus,
.g-form__input-wrapper textarea:focus {
  border-color: #641A39;
}
.g-form__input-wrapper_hidden {
  display: none;
}
.g-form__button-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.g-form__button {
  display: inline-block;
  vertical-align: top;
  min-width: 170px;
  background: none;
  background-color: #641A39;
  cursor: pointer;
  border: 2px solid #641A39;
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 16px 76px;
  transition: transform 0.3s linear, background-color 0.2s linear, color 0.2s linear, box-shadow 0.2s linear, border-color 0.2s linear;
}
.g-form__button--intro {
  min-width: 100%;
}
.g-form__button--hire {
  min-width: 100%;
}
.g-form__button--popup {
  min-width: 100%;
}
@media (max-width: 1170px) {
  .g-form__button {
    padding: 16px 60px;
  }
}
@media (max-width: 767px) {
  .g-form__button {
    padding: 16px 24px;
    width: 100%;
  }
}
.g-form__button--sale {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: 'Acrom';
  font-weight: 700;
  font-size: 18px;
  background-color: #641A39;
  border-radius: 5px;
  text-decoration: none;
  transition: transform 0.3s linear;
  padding: 14px 35px;
}
@media (max-width: 767px) {
  .g-form__button--sale {
    font-size: 18px;
    padding: 9px 44px;
    width: 100%;
  }
}
.g-form__button--sale:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.g-form__button--sale:focus {
  outline: 0;
}
.g-form__button:hover {
  transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  border-color: #641A39;
}
.g-form__button:focus {
  outline: 0;
}
@-webkit-keyframes smartlidPreloader {
  0% {
    left: 0;
  }
  50% {
    left: -webkit-calc(50%);
    left: calc(100% - 50px);
  }
  100% {
    left: 0%;
  }
}
@keyframes smartlidPreloader {
  0% {
    left: 0;
  }
  50% {
    left: -webkit-calc(50%);
    left: calc(100% - 50px);
  }
  100% {
    left: 0%;
  }
}
.footer {
  margin-top: auto;
  padding: 1rem 0;
  background: #fff center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .footer__inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
.footer__logo-link {
  text-decoration: none;
}
.footer__contact {
  display: flex;
  flex-wrap: wrap;
  width: 42%;
}
@media (max-width: 991px) {
  .footer__contact {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .footer__contact {
    width: 100%;
    padding-top: 7rem;
  }
}
@media (max-width: 767px) {
  .footer__subscribe {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer__subscribe--desktop {
    display: none;
  }
}
.footer__subscribe--mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__subscribe--mobile {
    display: flex;
    justify-content: flex-end;
  }
}
.footer__credits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: 'Acrom';
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.3rem;
  color: #08260B;
}
.footer__logo-image {
  width: 100%;
}
.footer__copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Acrom';
  font-size: 16px;
  font-weight: 400;
  color: #08260B;
  width: 100%;
  padding-top: 1.3rem;
}
@media (max-width: 991px) {
  .footer__copyright {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 14px;
    width: 100%;
    padding-top: 0;
  }
}
.footer__getsmart {
  font-family: 'Acrom';
  font-size: 16px;
  font-weight: 400;
  color: #08260B;
}
@media (max-width: 767px) {
  .footer__getsmart {
    font-size: 14px;
    width: 100%;
    margin-top: 8px;
  }
}
.getsmart {
  font-family: 'Acrom';
  font-size: 16px;
  font-weight: 400;
  color: #08260B;
  text-decoration: underline;
  transition: text-decoration 0.2s linear;
}
.getsmart:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .getsmart {
    font-size: 14px;
  }
}
.social__link {
  padding-right: 10px;
  text-decoration: none;
}
.social__link:last-child {
  padding-right: 0;
}
.social__icon {
  width: 40px;
  height: 40px;
  background-color: #641A39;
  border: 2px solid #fff;
  fill: #fff;
  border-radius: 50%;
  transition: background-color 0.2s linear, fill 0.2s linear, border 0.2s linear;
}
.social__icon:hover {
  background-color: #fff;
  fill: #641A39;
  border: 2px solid #641A39;
}
@media (max-width: 767px) {
  .social__icon {
    width: 33px;
    height: 33px;
  }
}
.nav__footer-inner {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .nav__footer-inner {
    display: block;
    margin-top: 24px;
  }
}
.nav__list-footer {
  margin-right: 32px;
}
.nav__list-footer:last-child {
  margin-right: 0;
}
@media (max-width: 991px) {
  .nav__list-footer {
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  .nav__list-footer {
    margin-right: 0;
    margin-bottom: 8px;
  }
}
.nav__link-footer {
  position: relative;
  font-family: 'Acrom';
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #08260B;
  text-decoration: none;
}
.nav__link-footer:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #641A39;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1000;
  transition: width 0.2s linear;
}
.nav__link-footer:hover:not(.nav__link--btn):after {
  width: 100%;
}
@media (max-width: 1170px) {
  .nav__link-footer {
    font-size: 16px;
    line-height: 20px;
  }
}
